From 437d1e337718d7cc7309fb5f5f391f01ba85eb2c Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Wed, 15 May 2024 14:02:59 -0700 Subject: [PATCH 1/3] Ported SolarCollectors from Buildings library For #1883 --- IBPSA/Fluid/SolarCollectors/ASHRAE93.mo | 209 + .../BaseClasses/ASHRAEHeatLoss.mo | 87 + .../BaseClasses/ASHRAESolarGain.mo | 289 + .../BaseClasses/EN12975HeatLoss.mo | 88 + .../BaseClasses/EN12975SolarGain.mo | 218 + .../BaseClasses/Examples/ASHRAEHeatLoss.mo | 73 + .../BaseClasses/Examples/ASHRAESolarGain.mo | 116 + .../BaseClasses/Examples/EN12975HeatLoss.mo | 78 + .../BaseClasses/Examples/EN12975SolarGain.mo | 107 + .../BaseClasses/Examples/package.mo | 13 + .../BaseClasses/Examples/package.order | 4 + .../Fluid/SolarCollectors/BaseClasses/IAM.mo | 79 + .../BaseClasses/PartialHeatLoss.mo | 86 + .../BaseClasses/PartialParameters.mo | 25 + .../BaseClasses/PartialSolarCollector.mo | 334 + .../SolarCollectors/BaseClasses/package.mo | 20 + .../SolarCollectors/BaseClasses/package.order | 9 + .../BaseClasses/Examples/GCritCalc.mo | 47 + .../Controls/BaseClasses/Examples/package.mo | 15 + .../BaseClasses/Examples/package.order | 1 + .../Controls/BaseClasses/GCritCalc.mo | 73 + .../Controls/BaseClasses/package.mo | 13 + .../Controls/BaseClasses/package.order | 2 + .../SolarCollectors/Controls/CollectorPump.mo | 162 + .../Controls/Examples/SolarPumpController.mo | 55 + .../Controls/Examples/package.mo | 13 + .../Controls/Examples/package.order | 1 + .../Fluid/SolarCollectors/Controls/package.mo | 17 + .../SolarCollectors/Controls/package.order | 3 + .../Data/BaseClasses/Generic.mo | 85 + .../Data/BaseClasses/package.mo | 10 + .../Data/BaseClasses/package.order | 2 + .../Data/BaseClasses/validateAngles.mo | 37 + .../SolarCollectors/Data/GenericASHRAE93.mo | 28 + .../SolarCollectors/Data/GenericEN12975.mo | 32 + .../GlazedFlatPlate/FP_GuangdongFSPTY95.mo | 25 + .../Data/GlazedFlatPlate/FP_SolahartKf.mo | 24 + .../GlazedFlatPlate/FP_TRNSYSValidation.mo | 25 + .../Data/GlazedFlatPlate/FP_ThermaLiteHS20.mo | 24 + .../GlazedFlatPlate/FP_VerificationModel.mo | 29 + .../Data/GlazedFlatPlate/package.mo | 20 + .../Data/GlazedFlatPlate/package.order | 5 + .../Data/Tubular/T_AMKCollectraAGOWR20.mo | 29 + .../Data/Tubular/T_JiaxingDiyiC0130.mo | 29 + .../SolarCollectors/Data/Tubular/package.mo | 11 + .../Data/Tubular/package.order | 2 + IBPSA/Fluid/SolarCollectors/Data/package.mo | 17 + .../Fluid/SolarCollectors/Data/package.order | 5 + IBPSA/Fluid/SolarCollectors/EN12975.mo | 202 + .../SolarCollectors/Examples/FlatPlate.mo | 119 + .../Examples/FlatPlateShaCoeTrue.mo | 121 + .../Examples/FlatPlateTotalArea.mo | 160 + .../Examples/FlatPlateWithTank.mo | 282 + .../Fluid/SolarCollectors/Examples/Tubular.mo | 127 + .../Fluid/SolarCollectors/Examples/package.mo | 20 + .../SolarCollectors/Examples/package.order | 5 + .../SolarCollectors/Types/HeatCapacity.mo | 14 + .../SolarCollectors/Types/NumberSelection.mo | 11 + .../Types/SystemConfiguration.mo | 12 + IBPSA/Fluid/SolarCollectors/Types/package.mo | 10 + .../Fluid/SolarCollectors/Types/package.order | 3 + IBPSA/Fluid/SolarCollectors/UsersGuide.mo | 234 + .../Validation/EN12975NPanels.mo | 145 + .../Validation/EN12975_Array.mo | 161 + .../Validation/EN12975_Series.mo | 157 + .../Validation/ExtremeAmbientConditions.mo | 219 + .../SolarCollectors/Validation/FlatPlate.mo | 134 + .../Validation/FlatPlateNPanels.mo | 98 + .../SolarCollectors/Validation/package.mo | 20 + .../SolarCollectors/Validation/package.order | 6 + IBPSA/Fluid/SolarCollectors/package.mo | 18 + IBPSA/Fluid/SolarCollectors/package.order | 9 + IBPSA/Fluid/package.order | 1 + .../Validation/FlatPlate/TRNSYSAnnualData.txt | 35043 ++++++++++++++++ ...rs_BaseClasses_Examples_ASHRAEHeatLoss.txt | 15 + ...s_BaseClasses_Examples_ASHRAESolarGain.txt | 14 + ...s_BaseClasses_Examples_EN12975HeatLoss.txt | 15 + ..._BaseClasses_Examples_EN12975SolarGain.txt | 14 + ...ontrols_BaseClasses_Examples_GCritCalc.txt | 11 + ..._Controls_Examples_SolarPumpController.txt | 11 + ...SolarCollectors_Examples_Concentrating.txt | 13 + ...uid_SolarCollectors_Examples_FlatPlate.txt | 13 + ...ollectors_Examples_FlatPlateShaCoeTrue.txt | 13 + ...Collectors_Examples_FlatPlateTotalArea.txt | 19 + ...rCollectors_Examples_FlatPlateWithTank.txt | 13 + ...Fluid_SolarCollectors_Examples_Tubular.txt | 13 + ...arCollectors_Validation_EN12975NPanels.txt | 17 + ...larCollectors_Validation_EN12975_Array.txt | 19 + ...arCollectors_Validation_EN12975_Series.txt | 12 + ...rs_Validation_ExtremeAmbientConditions.txt | 23 + ...d_SolarCollectors_Validation_FlatPlate.txt | 11 + ...Collectors_Validation_FlatPlateNPanels.txt | 17 + .../BaseClasses/Examples/ASHRAEHeatLoss.mos | 32 + .../BaseClasses/Examples/ASHRAESolarGain.mos | 32 + .../BaseClasses/Examples/EN12975HeatLoss.mos | 32 + .../BaseClasses/Examples/EN12975SolarGain.mos | 32 + .../BaseClasses/Examples/GCritCalc.mos | 32 + .../Controls/Examples/SolarPumpController.mos | 32 + .../SolarCollectors/Examples/FlatPlate.mos | 32 + .../Examples/FlatPlateShaCoeTrue.mos | 31 + .../Examples/FlatPlateTotalArea.mos | 34 + .../Examples/FlatPlateWithTank.mos | 32 + .../SolarCollectors/Examples/Tubular.mos | 32 + .../Validation/EN12975NPanels.mos | 5 + .../Validation/EN12975_Array.mos | 6 + .../Validation/EN12975_Series.mos | 3 + .../Validation/ExtremeAmbientConditions.mos | 11 + .../SolarCollectors/Validation/FlatPlate.mos | 17 + .../Validation/FlatPlateNPanels.mos | 5 + 109 files changed, 40670 insertions(+) create mode 100644 IBPSA/Fluid/SolarCollectors/ASHRAE93.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAEHeatLoss.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAESolarGain.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975HeatLoss.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975SolarGain.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/IAM.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/PartialHeatLoss.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/PartialParameters.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/BaseClasses/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/GCritCalc.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/Examples/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/Examples/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Controls/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Data/BaseClasses/Generic.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Data/BaseClasses/validateAngles.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GenericASHRAE93.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GenericEN12975.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_GuangdongFSPTY95.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_SolahartKf.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_TRNSYSValidation.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_ThermaLiteHS20.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_VerificationModel.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Data/Tubular/T_AMKCollectraAGOWR20.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/Tubular/T_JiaxingDiyiC0130.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/Tubular/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/Tubular/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Data/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Data/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/EN12975.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/FlatPlate.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/Tubular.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Examples/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/Types/HeatCapacity.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Types/NumberSelection.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Types/SystemConfiguration.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Types/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Types/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/UsersGuide.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/EN12975NPanels.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/EN12975_Array.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/EN12975_Series.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/FlatPlate.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/Validation/package.order create mode 100644 IBPSA/Fluid/SolarCollectors/package.mo create mode 100644 IBPSA/Fluid/SolarCollectors/package.order create mode 100644 IBPSA/Resources/Data/Fluid/SolarCollectors/Validation/FlatPlate/TRNSYSAnnualData.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAEHeatLoss.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAESolarGain.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975HeatLoss.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975SolarGain.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_BaseClasses_Examples_GCritCalc.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_Examples_SolarPumpController.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Concentrating.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlate.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateShaCoeTrue.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateTotalArea.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateWithTank.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Tubular.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975NPanels.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Array.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Series.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_ExtremeAmbientConditions.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlate.txt create mode 100644 IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlateNPanels.txt create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlate.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/Tubular.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975NPanels.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Array.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Series.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlate.mos create mode 100644 IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mos diff --git a/IBPSA/Fluid/SolarCollectors/ASHRAE93.mo b/IBPSA/Fluid/SolarCollectors/ASHRAE93.mo new file mode 100644 index 0000000000..bae5b18d17 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/ASHRAE93.mo @@ -0,0 +1,209 @@ +within IBPSA.Fluid.SolarCollectors; +model ASHRAE93 "Model of a solar thermal collector according to the ASHRAE Standard 93" + extends IBPSA.Fluid.SolarCollectors.BaseClasses.PartialSolarCollector( + redeclare IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per); + + BaseClasses.ASHRAESolarGain solGai( + redeclare package Medium = Medium, + final nSeg=nSeg, + final til=til, + final incAngDat=per.incAngDat, + final incAngModDat=per.incAngModDat, + final y_intercept=per.y_intercept, + final use_shaCoe_in=use_shaCoe_in, + final shaCoe=shaCoe, + final A_c=ATot_internal) + "Identifies heat gained from the sun using the ASHRAE Standard 93 calculations" + annotation (Placement(transformation(extent={{-20,40},{0,60}}))); + + BaseClasses.ASHRAEHeatLoss heaLos( + redeclare package Medium = Medium, + final nSeg=nSeg, + final slope=per.slope, + final A_c=ATot_internal) + "Calculates the heat lost to the surroundings using the ASHRAE Standard 93 calculations" + annotation (Placement(transformation(extent={{-20,10},{0,30}}))); + +equation + // Make sure the model is only used with the ASHRAE ratings data, and slope < 0 + assert(per.slope < 0, + "In " + getInstanceName() + ": The heat loss coefficient from the ASHRAE ratings data must be strictly negative. Obtained slope = " + String(per.slope)); + + connect(weaBus.TDryBul, heaLos.TEnv) annotation (Line( + points={{-99.95,80.05},{-90,80.05},{-90,26},{-22,26}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None), Text( + textString="%first", + index=-1, + extent={{-6,3},{-6,3}})); + connect(HDirTil.inc, solGai.incAng) annotation (Line( + points={{-59,46},{-50,46},{-50,48},{-22,48}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDirTil.H, solGai.HDirTil) annotation (Line( + points={{-59,50},{-50,50},{-50,52},{-22,52}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDifTilIso.HGroDifTil, solGai.HGroDifTil) annotation (Line( + points={{-59,74},{-40,74},{-40,55},{-22,55}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDifTilIso.HSkyDifTil, solGai.HSkyDifTil) annotation (Line( + points={{-59,86},{-30,86},{-30,58},{-22,58}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(shaCoe_in, solGai.shaCoe_in) annotation (Line( + points={{-120,40},{-40,40},{-40,45},{-22,45}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(solGai.QSol_flow, QGai.Q_flow) annotation (Line( + points={{1,50},{50,50}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(temSen.T, heaLos.TFlu) annotation (Line( + points={{-11,-20},{-30,-20},{-30,14},{-22,14}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(temSen.T, solGai.TFlu) annotation (Line( + points={{-11,-20},{-30,-20},{-30,42},{-22,42}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(heaLos.QLos_flow, QLos.Q_flow) annotation (Line( + points={{1,20},{50,20}}, + color={0,0,127}, + smooth=Smooth.None)); +annotation ( + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100, + 100}}), + graphics={ + Rectangle( + extent={{-84,100},{84,-100}}, + lineColor={27,0,55}, + fillColor={26,0,55}, + fillPattern=FillPattern.Solid), + Line( + points={{-100,0},{-76,0},{-76,-90},{66,-90},{66,-60},{-64,-60},{-64, + -30},{66,-30},{66,0},{-64,0},{-64,28},{66,28},{66,60},{-64,60},{ + -64,86},{78,86},{78,0},{98,0},{100,0}}, + color={0,128,255}, + thickness=1, + smooth=Smooth.None), + Ellipse( + extent={{-24,26},{28,-26}}, + lineColor={255,255,0}, + fillColor={255,255,0}, + fillPattern=FillPattern.Solid), + Line( + points={{-6,-6},{8,8}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={-24,30}, + rotation=90), + Line( + points={{-50,0},{-30,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-36,-40},{-20,-24}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-10,0},{10,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={2,-40}, + rotation=90), + Line( + points={{-8,-8},{6,6}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={30,-30}, + rotation=90), + Line( + points={{32,0},{52,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-8,-8},{6,6}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={28,32}, + rotation=180), + Line( + points={{-10,0},{10,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={0,40}, + rotation=90)}), + defaultComponentName="solCol", + Documentation(info=" +

+This component models a solar thermal collector according to the ASHRAE93 +test standard. +

+ +

References

+

+ASHRAE 93-2010 -- Methods of Testing to Determine the Thermal Performance of +Solar Collectors (ANSI approved). +

+

+ +EnergyPlus 23.2.0 Engineering Reference. +

+", revisions=" + +")); +end ASHRAE93; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAEHeatLoss.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAEHeatLoss.mo new file mode 100644 index 0000000000..43e759d74c --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAEHeatLoss.mo @@ -0,0 +1,87 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +block ASHRAEHeatLoss + "Calculate the heat loss of a solar collector per ASHRAE standard 93" + extends IBPSA.Fluid.SolarCollectors.BaseClasses.PartialHeatLoss( + QLos_internal = -slope * A_c/nSeg * {dT[i] for i in 1:nSeg}); + + parameter Modelica.Units.SI.CoefficientOfHeatTransfer slope(final max=0) + "Slope from ratings data"; + +annotation ( +defaultComponentName="heaLos", +Documentation(info=" +

+This component computes the heat loss from the solar thermal collector to the +environment. +It is designed for use with ratings data collected in accordance with +ASHRAE Standard 93. +A negative heat loss indicates that heat is being lost to the environment. +

+ +

Model description

+

+This model calculates the heat loss to the ambient, for each segment +i ∈ {1, ..., nseg} where nseg is +the number of segments, as +

+

+Qlos,i = -slope Ac ⁄ nseg + (Tenv-Tflu,i) +

+

+where +slope < 0 is the slope for the heat loss as specified in the ratings +data, Ac is the collector area, Tenv is +the environment temperature, and Tflu,i is the +fluid temperature in segment i ∈ {1, ..., nseg}. +

+

+This model reduces the heat loss rate to 0 when the fluid temperature +is within 1 Kelvin of the minimum temperature of the medium model. +The calculation is performed using the + +IBPSA.Utilities.Math.Functions.smoothHeaviside function. +

+ +

Implementation

+

+ASHRAE uses the collector fluid inlet temperature to compute the heat loss +(see Duffie and Beckmann, p. 293). +However, unless the environment temperature which was present during the +collector rating is known, which is not the case, one cannot compute a +log mean temperature difference that would improve the UA calculation. +Hence, this model is using the fluid temperature of each segment +to compute the heat loss to the environment. +

+ +

References

+

+ASHRAE 93-2010 -- Methods of Testing to Determine the Thermal Performance of Solar +Collectors (ANSI approved). +

+

+J.A. Duffie and W.A. Beckman 2006, Solar Engineering of Thermal Processes (3rd Edition), +John Wiley & Sons, Inc. +

+", revisions=" + +")); +end ASHRAEHeatLoss; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAESolarGain.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAESolarGain.mo new file mode 100644 index 0000000000..81cb5f4a0a --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/ASHRAESolarGain.mo @@ -0,0 +1,289 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +block ASHRAESolarGain + "Calculate the solar heat gain of a solar collector per ASHRAE Standard 93" + extends Modelica.Blocks.Icons.Block; + extends SolarCollectors.BaseClasses.PartialParameters; + + replaceable package Medium = Modelica.Media.Interfaces.PartialMedium + "Medium in the system"; + + parameter Real y_intercept(final unit="1") "y intercept(maximum efficiency)"; + parameter Modelica.Units.SI.Angle[:] incAngDat "Incidence angle modifier spline derivative coefficients"; + parameter Real[size(incAngDat,1)] incAngModDat( + each final unit="1") "Incidence angle modifier spline derivative coefficients"; + parameter Boolean use_shaCoe_in = false "Enable input connector for shaCoe" + annotation(Dialog(group="Shading")); + + parameter Real shaCoe( + min=0.0, + max=1.0) = 0 "Shading coefficient 0.0: no shading, 1.0: full shading" + annotation(Dialog(enable = not use_shaCoe_in, group = "Shading")); + + parameter Modelica.Units.SI.Angle til "Surface tilt"; + + Modelica.Blocks.Interfaces.RealInput shaCoe_in if use_shaCoe_in + "Shading coefficient" + annotation(Placement(transformation(extent={{-140,-70},{-100,-30}}))); + Modelica.Blocks.Interfaces.RealInput TFlu[nSeg]( + each unit = "K", + each displayUnit="degC", + each quantity="ThermodynamicTemperature") + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + Modelica.Blocks.Interfaces.RealInput HSkyDifTil( + unit="W/m2", quantity="RadiantEnergyFluenceRate") + "Diffuse solar irradiation on a tilted surfce from the sky" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + Modelica.Blocks.Interfaces.RealInput HGroDifTil( + unit="W/m2", quantity="RadiantEnergyFluenceRate") + "Diffuse solar irradiation on a tilted surfce from the ground" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}))); + Modelica.Blocks.Interfaces.RealInput incAng( + quantity="Angle", + unit="rad", + displayUnit="deg") "Incidence angle of the sun beam on a tilted surface" + annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); + Modelica.Blocks.Interfaces.RealInput HDirTil( + unit="W/m2", quantity="RadiantEnergyFluenceRate") + "Direct solar irradiation on a tilted surfce" + annotation (Placement(transformation(extent={{-140,0},{-100,40}}))); + Modelica.Blocks.Interfaces.RealOutput QSol_flow[nSeg](each final unit="W") + "Solar heat gain" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + +protected + constant Modelica.Units.SI.TemperatureDifference dTMax=1 + "Safety temperature difference to prevent TFlu > Medium.T_max"; + final parameter Modelica.Units.SI.Temperature TMedMax=Medium.T_max - dTMax + "Fluid temperature above which there will be no heat gain computed to prevent TFlu > Medium.T_max"; + final parameter Modelica.Units.SI.Temperature TMedMax2=TMedMax - dTMax + "Fluid temperature above which there will be no heat gain computed to prevent TFlu > Medium.T_max"; + + final parameter Real iamSky(fixed=false) + "Incident angle modifier for diffuse solar radiation from the sky"; + final parameter Real iamGro(fixed=false) + "Incident angle modifier for diffuse solar radiation from the ground"; + final parameter Modelica.Units.SI.Angle incAngSky(fixed=false) + "Incident angle of diffuse radiation from the sky"; + final parameter Modelica.Units.SI.Angle incAngGro(fixed=false) + "Incident angle of diffuse radiation from the ground"; + final parameter Real tilDeg( + unit = "deg") = Modelica.Units.Conversions.to_deg(til) + "Surface tilt angle in degrees"; + final parameter Modelica.Units.SI.HeatFlux HTotMin=1 + "Minimum HTot to avoid div/0"; + final parameter Real HMinDel = 0.001 + "Delta of the smoothing function for HTot"; + + Real iamBea "Incident angle modifier for direct solar radiation"; + Real iam "Weighted incident angle modifier"; + + Modelica.Blocks.Interfaces.RealInput shaCoe_internal + "Internally used shading coefficient"; + + parameter Real[size(incAngDat, 1)] dMonotone(each fixed=false) "Derivatives"; + +initial algorithm + dMonotone := IBPSA.Utilities.Math.Functions.splineDerivatives( + x=incAngDat, + y=incAngModDat, + ensureMonotonicity=false); + +initial equation + // EnergyPlus 23.2.0 Engineering Reference Eq 18.300 + incAngSky =Modelica.Units.Conversions.from_deg(59.68 - 0.1388*(tilDeg) + + 0.001497*(tilDeg)^2); + // Diffuse radiation from the sky + // EnergyPlus 23.2.0 Engineering Reference Eq 18.298 + iamSky = SolarCollectors.BaseClasses.IAM(incAngSky, incAngDat, incAngModDat, dMonotone); + // EnergyPlus 23.2.0 Engineering Reference Eq 18.301 + incAngGro =Modelica.Units.Conversions.from_deg(90 - 0.5788*(tilDeg) + + 0.002693*(tilDeg)^2); + // Diffuse radiation from the ground + // EnergyPlus 23.2.0 Engineering Reference Eq 18.298 + iamGro = SolarCollectors.BaseClasses.IAM(incAngGro, incAngDat, incAngModDat, dMonotone); + +equation + + connect(shaCoe_internal, shaCoe_in); + + if not use_shaCoe_in then + shaCoe_internal = shaCoe; + end if; + + // EnergyPlus 23.2.0 Engineering Reference Eq 18.298 + iamBea = SolarCollectors.BaseClasses.IAM(incAng, incAngDat, incAngModDat, dMonotone); + // EnergyPlus 23.2.0 Engineering Reference Eq 18.299 + iam = (HDirTil*iamBea + HSkyDifTil*iamSky + HGroDifTil*iamGro)/ + IBPSA.Utilities.Math.Functions.smoothMax(( + HDirTil + HSkyDifTil + HGroDifTil), HTotMin, HMinDel); + // Modified from EnergyPlus 23.2.0 Engineering Reference Eq 18.302 + // by applying shade effect for direct solar radiation + // Only solar heat gain is considered here + for i in 1 : nSeg loop + QSol_flow[i] = A_c/nSeg*(y_intercept*iam* + (HDirTil*(1.0 - shaCoe_internal) + HSkyDifTil + HGroDifTil))* + smooth(1, if TFlu[i] < TMedMax2 + then 1 + else IBPSA.Utilities.Math.Functions.smoothHeaviside(TMedMax-TFlu[i], dTMax)); + end for; + + annotation ( + defaultComponentName="solGai", + Documentation(info=" +

+This component computes the solar heat gain of the solar thermal collector. +It only calculates the solar heat gain without considering the heat loss +to the environment. +This model uses ratings data according to ASHRAE93. +The solar heat gain is calculated using Equations 18.298-18.302 in the +referenced EnergyPlus documentation. +

+

+The solar radiation absorbed by the panel is identified using Eq 18.302 from +the EnergyPlus documentation. It is +

+

+Qflow[i]=Ac/nSeg (FR(τα) + K(τα)net (Gdir + (1-shaCoe)+Gdif+Ggnd)) +

+

+where Qflow[i] is the heat gain in each segment, +Ac is the area of the collector, +nSeg is the user-specified number of segments in the simulation, +FR(τα) is the maximum collector efficiency, +K(τα)net is the incidence angle modifier, +Gdir is the direct solar radiation, +shaCoe is the user-specified shading coefficient, +Gsky is the diffuse solar radiation from the sky, +and Ggnd is the diffuse radiation from the ground. +

+

+The solar radiation equation indicates that the collector is divided into +multiple segments. +The number of segments used in the simulation is specified by the user via nSeg. +The area of an individual segment is identified by dividing the collector area +by the total number of segments. +The term shaCoe is used to define the percentage of the collector +that is shaded. +

+

+The incidence angle modifier used in the solar radiation equation is found using +Eq 18.299 from the EnergyPlus documentation. It is +

+

+K(τα),net=(Gdir K(τα),dir + +Gsky K(τα),sky + +Ggnd K(τα),gnd) + /(Gdir+Gsky+Ggnd) +

+

+where K(τα),net is the net incidence angle modified, +Gdir is the (direct) beam radiation, +K(τα),dir is the incidence angle modifier +for (direct) beam radiation, +Gsky is the diffuse radiation from the sky, +K(τα),sky is the incidence angle modifier +for radiation from the sky, +Ggnd is the diffuse radiation from the ground, +and K(τα),gnd is the incidence angle modifier +for diffuse radiation from the ground. +

+

+Each incidence angle modifier is calculated using Eq 18.298 from the EnergyPlus +documentation. It is +

+

+K(τα),x=1+b0 (1/cos(θ)-1)+b1 + (1/cos(θ)-1)2 +

+

+where x can refer to beam, sky or ground. +θ is the incidence angle. +For beam radiation θ is found via standard geometry. +The incidence angle for sky and ground diffuse radiation are found using, +respectively, Eq 18.300 and 18.301 from the EnergyPlus documentation. +They are +

+

sky=59.68-0.1388 til+0.001497 til2
gnd=90.0-0.5788 til+0.002693 til2 +

+

+where θsky is the incidence angle +for diffuse radiation from the sky, +til is the tilt of the solar thermal collector, +and θgnd is the incidence angle +for diffuse radiation from the ground. +

+

+These two equations must be evaluated in degrees. +The necessary unit conversions are made internally. +

+

+This model reduces the heat gain rate to 0 W when the fluid temperature is +within 1 degree C of the maximum temperature of the medium model. +The calculation is performed using the + +IBPSA.Utilities.Math.Functions.smoothHeaviside function. +

+ +

References

+

+ASHRAE 93-2010 -- Methods of Testing to Determine the Thermal Performance of Solar +Collectors (ANSI approved). +

+

+ +EnergyPlus 23.2.0 Engineering Reference. +

+", revisions=" + +")); +end ASHRAESolarGain; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975HeatLoss.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975HeatLoss.mo new file mode 100644 index 0000000000..d81566bbe8 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975HeatLoss.mo @@ -0,0 +1,88 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +block EN12975HeatLoss "Calculate the heat loss of a solar collector per EN12975" + extends IBPSA.Fluid.SolarCollectors.BaseClasses.PartialHeatLoss( + QLos_internal = A_c/nSeg * {dT[i] * (a1 - a2 * dT[i]) for i in 1:nSeg}); + + parameter Modelica.Units.SI.CoefficientOfHeatTransfer a1(final min=0) + "a1 from ratings data"; + + parameter Real a2(final unit = "W/(m2.K2)", final min=0) + "a2 from ratings data"; + +annotation ( +defaultComponentName="heaLos", +Documentation(info=" +

+This component computes the heat loss from the solar thermal collector +to the environment. It is designed anticipating ratings data collected in +accordance with EN12975. A negative heat loss indicates that heat +is being lost to the environment. +

+

+This model calculates the heat loss to the ambient, for each +segment i ∈ {1, ..., nseg} +where nseg is the number of segments, as +

+

+Qlos,i = Ac ⁄ nseg +(Tenv-Tflu,i) (a1 - a2 + (Tenv-Tflu,i)) +

+

+where +a1 > 0 is the heat loss coefficient +from EN12975 ratings data, +a2 ≥ 0 is the temperature dependence of heat loss +from EN12975 ratings data, +Ac is the collector area, +Tenv is the environment temperature and +Tflu,i is the fluid temperature in segment +i ∈ {1, ..., nseg}. +

+

+This model reduces the heat loss rate to 0 when the fluid temperature is within +1 Kelvin of the minimum temperature of the medium model. The calculation is +performed using the + +IBPSA.Utilities.Math.Functions.smoothHeaviside function. +

+

Implementation

+

+EN 12975 uses the arithmetic average temperature of the collector fluid inlet +and outlet temperature to compute the heat loss (see Duffie and Beckmann, p. 293). +However, unless the environment temperature that was present during the collector rating +is known, which is not the case, one cannot compute +a log mean temperature difference that would improve the UA calculation. Hence, +this model is using the fluid temperature of each segment +to compute the heat loss to the environment. +If the arithmetic average temperature were used, then segments at the collector +outlet could be cooled below the ambient temperature, which violates the 2nd law +of Thermodynamics. +

+ +

References

+

+CEN 2006, European Standard 12975-1:2006, European Committee for Standardization +

+", revisions=" + +")); +end EN12975HeatLoss; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975SolarGain.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975SolarGain.mo new file mode 100644 index 0000000000..f59f917b42 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/EN12975SolarGain.mo @@ -0,0 +1,218 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +model EN12975SolarGain "Model calculating solar gains per the EN12975 standard" + extends Modelica.Blocks.Icons.Block; + extends SolarCollectors.BaseClasses.PartialParameters; + + replaceable package Medium = Modelica.Media.Interfaces.PartialMedium + "Medium in the system"; + + parameter Real eta0(final unit="1") "Optical efficiency (maximum efficiency)"; + parameter Modelica.Units.SI.Angle[:] incAngDat "Incidence angle modifier spline derivative coefficients"; + parameter Real[size(incAngDat,1)] incAngModDat(each final unit="1") "Incidence angle modifier spline derivative coefficients"; + parameter Boolean use_shaCoe_in = false + "Enables an input connector for shaCoe" + annotation(Dialog(group="Shading")); + parameter Real shaCoe( + min=0.0, + max=1.0) = 0 "Shading coefficient 0.0: no shading, 1.0: full shading" + annotation(Dialog(enable = not use_shaCoe_in,group="Shading")); + + parameter Real iamDiff "Incidence angle modifier for diffuse radiation"; + + Modelica.Blocks.Interfaces.RealInput shaCoe_in if use_shaCoe_in + "Time varying input for the shading coefficient" + annotation(Placement(transformation(extent={{-140,-70},{-100,-30}}))); + + Modelica.Blocks.Interfaces.RealInput HSkyDifTil( + unit="W/m2", + quantity="RadiantEnergyFluenceRate") + "Diffuse solar irradiation on a tilted surfce from the sky" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + Modelica.Blocks.Interfaces.RealInput incAng( + quantity="Angle", + unit="rad", + displayUnit="deg") "Incidence angle of the sun beam on a tilted surface" + annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); + Modelica.Blocks.Interfaces.RealInput HDirTil( + unit="W/m2", + quantity="RadiantEnergyFluenceRate") + "Direct solar irradiation on a tilted surfce" + annotation (Placement(transformation(extent={{-140,0},{-100,40}}))); + Modelica.Blocks.Interfaces.RealOutput QSol_flow[nSeg](each final unit="W") + "Solar heat gain" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + Modelica.Blocks.Interfaces.RealInput TFlu[nSeg]( + each final unit="K", + each displayUnit="degC", + each final quantity="ThermodynamicTemperature") + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + +protected + constant Modelica.Units.SI.TemperatureDifference dTMax=1 + "Safety temperature difference to prevent TFlu > Medium.T_max"; + final parameter Modelica.Units.SI.Temperature TMedMax=Medium.T_max - dTMax + "Fluid temperature above which there will be no heat gain computed to prevent TFlu > Medium.T_max"; + final parameter Modelica.Units.SI.Temperature TMedMax2=TMedMax - dTMax + "Fluid temperature above which there will be no heat gain computed to prevent TFlu > Medium.T_max"; + Real iamBea "Incidence angle modifier for director solar radiation"; + Modelica.Blocks.Interfaces.RealInput shaCoe_internal "Internally used shaCoe"; + + parameter Real[size(incAngDat, 1)] dMonotone(each fixed=false) "Derivatives"; + +initial algorithm + dMonotone := IBPSA.Utilities.Math.Functions.splineDerivatives( + x=incAngDat, + y=incAngModDat, + ensureMonotonicity=false); + +equation + connect(shaCoe_internal, shaCoe_in); + + if not use_shaCoe_in then + shaCoe_internal = shaCoe; + end if; + + // EnergyPlus 23.2.0 Engineering Reference Eq 18.298 + iamBea = SolarCollectors.BaseClasses.IAM(incAng, incAngDat, incAngModDat, dMonotone); + // Modified from EnergyPlus 23.2.0 Engineering Reference Eq 18.302 + // by applying shade effect for direct solar radiation + // Only solar heat gain is considered here + for i in 1 : nSeg loop + QSol_flow[i] = A_c/nSeg*(eta0*(iamBea*HDirTil*(1.0 - shaCoe_internal) + iamDiff * + HSkyDifTil))* + smooth(1, if TFlu[i] < TMedMax2 + then 1 + else IBPSA.Utilities.Math.Functions.smoothHeaviside(TMedMax-TFlu[i], dTMax)); + end for; + annotation ( + defaultComponentName="solGai", + Documentation(info=" +

+This component computes the solar heat gain of the solar thermal collector. +It only calculates the solar heat gain without considering the heat loss +to the environment. +This model uses ratings data according to EN12975. +The solar heat gain is calculated using Equations 18.298 and 18.302 in the +referenced EnergyPlus documentation. +The calculation is modified to use coefficients from EN12975. +

+

+The equation used to calculate solar gain is a modified version of Eq 18.302 +from the EnergyPlus documentation. +It is +

+

+Qflow[i] = Ac/nSeg η0 (K +(τα),dir Gdir (1-shaCoe)+Kdif G +dif), +

+

+where Qflow[i] is the heat gained in each segment, +Ac is the area of the collector, +nSeg is the number of segments in the collector, +η0 is the maximum efficiency of the collector, +K(τα),dir is the incidence angle modifier +for (direct) beam radiation, +Gdir is the current beam radiation on the collector, +shaCoe is the shading coefficient, +Kdif is the incidence angle modifier +for diffuse radiation, +and Gdif is the diffuse radiation striking the surface. +

+

+The solar radiation equation indicates that the collector is divided into +multiple segments. +The number of segments used in the simulation is specified by the user via nSeg. +The area of an individual segment is identified by dividing the collector area +by the total number of segments. +The term shaCoe is used to define the percentage of the collector +that is shaded. +

+

+The main difference between this model and the ASHRAE model is the handling of +diffuse radiation. +The ASHRAE model contains calculated incidence angle modifiers for +both sky and ground diffuse radiation, +while this model uses a coefficient from test data for diffuse radiation. +

+

+The incidence angle modifier is calculated using Eq 18.298 from the EnergyPlus +documentation. It is +

+

+K(τα),x=1+b0 (1/cos(θ)-1)+b1 + (1/cos(θ)-1)2 +

+

+where K(τα),dir is the incidence angle modifier +for beam radiation, +b0 is the first incidence angle modifier coefficient, +b1 is the second incidence angle modifier coefficient, +and θ is the incidence angle. +

+

+This model reduces the heat gain rate to 0 W when the fluid temperature is +within 1 degree C of the maximum temperature of the medium model. +The calculation is performed using the + +IBPSA.Utilities.Math.Functions.smoothHeaviside function. +

+ +

References

+

+CEN 2022, European Standard 12975:2022, European Committee for Standardization +

+

+ +EnergyPlus 23.2.0 Engineering Reference +

+", revisions=" + +")); +end EN12975SolarGain; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mo new file mode 100644 index 0000000000..cc40b5ede3 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mo @@ -0,0 +1,73 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses.Examples; +model ASHRAEHeatLoss "Example showing the use of ASHRAEHeatLoss" + extends Modelica.Icons.Example; + parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per= + IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_SolahartKf() + "Performance data" + annotation (choicesAllMatching=true); + Modelica.Blocks.Sources.Sine TEnv( + f=0.01, + offset=273.15 + 10, + amplitude=7.5) "Temperature of the surrounding environment" + annotation (Placement(transformation(extent={{30,70},{50,90}}))); + Modelica.Blocks.Sources.Sine T1( + amplitude=15, + f=0.1, + offset=273.15 + 10) "Temperature of the first segment" + annotation (Placement(transformation(extent={{30,-90},{50,-70}}))); + Modelica.Blocks.Sources.Sine T2( + f=0.1, + amplitude=15, + offset=273.15 + 15) "Temperature of the second segment" + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + Modelica.Blocks.Sources.Sine T3( + f=0.1, + amplitude=15, + offset=273.15 + 20) "Temperature of the third segment" + annotation (Placement(transformation(extent={{-50,-50},{-30,-30}}))); + IBPSA.Fluid.SolarCollectors.BaseClasses.ASHRAEHeatLoss heaLos( + nSeg=3, + redeclare package Medium = IBPSA.Media.Water, + A_c=per.A, + slope=per.slope) "Heat loss model using EN12975 calculations" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); +equation + connect(TEnv.y, heaLos.TEnv) annotation (Line( + points={{51,80},{60,80},{60,6},{68,6}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T3.y, heaLos.TFlu[3]) annotation (Line( + points={{-29,-40},{-20,-40},{-20,-6},{68,-6},{68,-5.33333}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T2.y, heaLos.TFlu[2]) annotation (Line( + points={{11,-60},{20,-60},{20,-6},{68,-6}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T1.y, heaLos.TFlu[1]) annotation (Line( + points={{51,-80},{60,-80},{60,-6.66667},{68,-6.66667}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This examples demonstrates the implementation of + +IBPSA.Fluid.SolarCollectors.BaseClasses.ASHRAEHeatLoss. +

+", +revisions=" + + "), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=100)); +end ASHRAEHeatLoss; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mo new file mode 100644 index 0000000000..89e229a5fa --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mo @@ -0,0 +1,116 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses.Examples; +model ASHRAESolarGain "Example showing the use of ASHRAESolarGain" + extends Modelica.Icons.Example; + parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per= + IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_ThermaLiteHS20() + "Performance data" + annotation (choicesAllMatching=true); + IBPSA.Fluid.SolarCollectors.BaseClasses.ASHRAESolarGain solGai( + nSeg=3, + incAngDat=per.incAngDat, + incAngModDat=per.incAngModDat, + shaCoe=0, + use_shaCoe_in=true, + A_c=per.A, + y_intercept=per.y_intercept, + redeclare package Medium = IBPSA.Media.Water, + til=0.78539816339745) "Solar heat gain model using ASHRAE 93 calculations" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + Modelica.Blocks.Sources.Sine HGroDifTil( + amplitude=50, + f=4/86400, + offset=100) "Diffuse radiation from the ground, tilted surface" + annotation (Placement(transformation(extent={{-10,50},{10,70}}))); + Modelica.Blocks.Sources.Ramp incAng(duration=86400, height=60*(2*Modelica.Constants.pi + /360)) "Incidence angle" + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); + Modelica.Blocks.Sources.Sine HDirTil( + offset=400, + amplitude=300, + f=2/86400) "Direct beam radiation, tilted surface" + annotation (Placement(transformation(extent={{-50,30},{-30,50}}))); + Modelica.Blocks.Sources.Sine HSkyDifTil( + f=1/86400, + amplitude=100, + offset=100) "Diffuse radiation, tilted surface" + annotation (Placement(transformation(extent={{30,70},{50,90}}))); + Modelica.Blocks.Sources.Ramp shaCoe( + height=-1, + duration=86400, + offset=1) "Shading coefficient" + annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); + Modelica.Blocks.Sources.Sine T3( + f=2/86400, + amplitude=50, + offset=273.15 + 110) + annotation (Placement(transformation(extent={{-50,-50},{-30,-30}}))); + Modelica.Blocks.Sources.Sine T2( + f=2/86400, + amplitude=50, + offset=273.15 + 100) + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + Modelica.Blocks.Sources.Sine T1( + f=2/86400, + amplitude=50, + offset=273.15 + 90) + annotation (Placement(transformation(extent={{30,-90},{50,-70}}))); +equation + connect(HGroDifTil.y,solGai. HGroDifTil) annotation (Line( + points={{11,60},{20,60},{20,5},{68,5}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(shaCoe.y,solGai. shaCoe_in) annotation (Line( + points={{-69,-20},{-60,-20},{-60,-5},{68,-5}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(incAng.y,solGai. incAng) annotation (Line( + points={{-69,20},{-60,20},{-60,-2},{68,-2}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDirTil.y,solGai. HDirTil) annotation (Line( + points={{-29,40},{-20,40},{-20,2},{68,2}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HSkyDifTil.y,solGai. HSkyDifTil) annotation (Line( + points={{51,80},{60,80},{60,8},{68,8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T3.y,solGai. TFlu[3]) annotation (Line( + points={{-29,-40},{-20,-40},{-20,-8},{68,-8},{68,-7.33333}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T2.y,solGai. TFlu[2]) annotation (Line( + points={{11,-60},{20,-60},{20,-8},{68,-8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T1.y,solGai. TFlu[1]) annotation (Line( + points={{51,-80},{60,-80},{60,-8.66667},{68,-8.66667}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This examples demonstrates the implementation of + +IBPSA.Fluid.SolarCollectors.BaseClasses.ASHRAESolarGain. +

+", +revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end ASHRAESolarGain; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mo new file mode 100644 index 0000000000..fa7a2468c0 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mo @@ -0,0 +1,78 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses.Examples; +model EN12975HeatLoss "Example showing the use of EN12975HeatLoss" + extends Modelica.Icons.Example; + parameter IBPSA.Fluid.SolarCollectors.Data.GenericEN12975 per= + IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_VerificationModel() + "Performance data" + annotation (choicesAllMatching=true); + Modelica.Blocks.Sources.Sine TEnv( + f=0.01, + offset=273.15 + 10, + amplitude=15) "Temperature of the surrounding environment" + annotation (Placement(transformation(extent={{30,70},{50,90}}))); + Modelica.Blocks.Sources.Sine T1( + amplitude=15, + f=0.1, + offset=273.15 + 10) "Temperature of the first segment" + annotation (Placement(transformation(extent={{30,-90},{50,-70}}))); + Modelica.Blocks.Sources.Sine T2( + f=0.1, + amplitude=15, + offset=273.15 + 15) "Temperature of the second segment" + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + Modelica.Blocks.Sources.Sine T3( + f=0.1, + amplitude=15, + offset=273.15 + 20) "Temperature of the third segment" + annotation (Placement(transformation(extent={{-50,-50},{-30,-30}}))); + IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss heaLos( + nSeg=3, + redeclare package Medium = IBPSA.Media.Water, + a1=per.a1, + a2=per.a2, + A_c=per.A) "Heat loss model using EN12975 calculations" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); +equation + connect(TEnv.y, heaLos.TEnv) annotation (Line( + points={{51,80},{60,80},{60,6},{68,6}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T3.y, heaLos.TFlu[3]) annotation (Line( + points={{-29,-40},{-20,-40},{-20,-6},{68,-6},{68,-5.33333}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T2.y, heaLos.TFlu[2]) annotation (Line( + points={{11,-60},{20,-60},{20,-6},{68,-6}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T1.y, heaLos.TFlu[1]) annotation (Line( + points={{51,-80},{60,-80},{60,-6.66667},{68,-6.66667}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This examples demonstrates the implementation of + +IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss. +

+", +revisions=" + + "), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=100)); +end EN12975HeatLoss; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mo new file mode 100644 index 0000000000..6b40d1eb4b --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mo @@ -0,0 +1,107 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses.Examples; +model EN12975SolarGain "Example showing the use of EN12975SolarGain" + extends Modelica.Icons.Example; + parameter IBPSA.Fluid.SolarCollectors.Data.GenericEN12975 per= + IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_VerificationModel() + "Performance data" + annotation (choicesAllMatching=true); + IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975SolarGain solGai( + eta0=per.eta0, + incAngDat=per.incAngDat, + incAngModDat=per.incAngModDat, + nSeg=3, + A_c=per.A, + iamDiff=per.IAMDiff, + shaCoe=0, + use_shaCoe_in=true, + redeclare package Medium = IBPSA.Media.Water) + "Solar heat gain model using EN12975 calculations" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + Modelica.Blocks.Sources.Ramp incAng(duration=86400, + height=60*(2*Modelica.Constants.pi/360)) "Incidence angle" + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); + Modelica.Blocks.Sources.Sine HDirTil( + offset=400, + amplitude=300, + f=2/86400) "Direct beam radiation, tilted surface" + annotation (Placement(transformation(extent={{-50,30},{-30,50}}))); + Modelica.Blocks.Sources.Sine HDifTil( + amplitude=200, + f=1/86400, + offset=300) "Diffuse radiation, tilted surface" + annotation (Placement(transformation(extent={{30,70},{50,90}}))); + Modelica.Blocks.Sources.Ramp shaCoe( + duration=86400, + offset=1, + height=-1) "Shading coefficient" + annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); + Modelica.Blocks.Sources.Sine T3( + f=2/86400, + amplitude=50, + offset=273.15 + 110) + annotation (Placement(transformation(extent={{-50,-50},{-30,-30}}))); + Modelica.Blocks.Sources.Sine T2( + f=2/86400, + amplitude=50, + offset=273.15 + 100) + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + Modelica.Blocks.Sources.Sine T1( + f=2/86400, + amplitude=50, + offset=273.15 + 90) + annotation (Placement(transformation(extent={{30,-90},{50,-70}}))); +equation + connect(incAng.y, solGai.incAng) annotation (Line( + points={{-69,20},{-60,20},{-60,-2},{68,-2}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(shaCoe.y, solGai.shaCoe_in) annotation (Line( + points={{-69,-20},{-60,-20},{-60,-5},{68,-5}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDirTil.y, solGai.HDirTil) annotation (Line( + points={{-29,40},{-20,40},{-20,2},{68,2}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDifTil.y, solGai.HSkyDifTil) annotation (Line( + points={{51,80},{60,80},{60,8},{68,8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T3.y, solGai.TFlu[3]) annotation (Line( + points={{-29,-40},{-20,-40},{-20,-7.33333},{68,-7.33333}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T2.y, solGai.TFlu[2]) annotation (Line( + points={{11,-60},{20,-60},{20,-8},{68,-8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(T1.y, solGai.TFlu[1]) annotation (Line( + points={{51,-80},{60,-80},{60,-8},{68,-8},{68,-8.66667}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This examples demonstrates the implementation of + +IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975SolarGain. +

+", +revisions=" + +"), + __Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end EN12975SolarGain; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.mo new file mode 100644 index 0000000000..cca989c138 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.mo @@ -0,0 +1,13 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +package Examples "Collection of models that illustrate model use and test models" +extends Modelica.Icons.ExamplesPackage; + + +annotation (preferredView="info", Documentation(info=" +

+This package contains examples for the use of models that can be found in + +IBPSA.Fluid.SolarCollectors.BaseClasses. +

+")); +end Examples; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.order b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.order new file mode 100644 index 0000000000..d5f4209aa5 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/Examples/package.order @@ -0,0 +1,4 @@ +ASHRAEHeatLoss +ASHRAESolarGain +EN12975HeatLoss +EN12975SolarGain diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/IAM.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/IAM.mo new file mode 100644 index 0000000000..6ed7e1012d --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/IAM.mo @@ -0,0 +1,79 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +function IAM "Function for incident angle modifier" + extends Modelica.Icons.Function; + + input Modelica.Units.SI.Angle incAng "Incident angle"; + input Modelica.Units.SI.Angle[:] incAngDat "Incident angle data"; + input Real[size(incAngDat,1)] incAngModDat( + each final min=0, + each final max=1, + each final unit="1") "Incident angle modifier data"; + input Real[size(incAngDat,1)] dMonotone "Incident angle modifier spline derivatives"; + output Real incAngMod "Incident angle modifier coefficient"; +protected + Integer i "Counter to pick the interpolation interval"; + constant Real delta = 0.0001 "Width of the smoothing function"; + +algorithm + i := 1; + for j in 1:size(incAngDat, 1) - 1 loop + if incAng > incAngDat[j] then + i := j; + end if; + end for; + // Extrapolate or interpolate the data and sets its value to 0 if + // the incident angle modifier becomes negative. + incAngMod := IBPSA.Utilities.Math.Functions.smoothMax( + x1 = IBPSA.Utilities.Math.Functions.cubicHermiteLinearExtrapolation( + x=incAng, + x1=incAngDat[i], + x2=incAngDat[i + 1], + y1=incAngModDat[i], + y2=incAngModDat[i + 1], + y1d=dMonotone[i], + y2d=dMonotone[i + 1]), + x2 = 0, + deltaX = delta); + + annotation ( + smoothOrder=1, + Documentation(info=" +

Overview

+

+This function computes the incidence angle modifier for solar irradiation +striking the surface of the solar thermal collector. +It is calculated using cubic spline interpolation and +measurement data for the incident angle modifier provided in data sheets. +

+ +

References

+

+ +EnergyPlus 23.2.0 Engineering Reference +

+", revisions=" + +")); +end IAM; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialHeatLoss.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialHeatLoss.mo new file mode 100644 index 0000000000..af0a214be8 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialHeatLoss.mo @@ -0,0 +1,86 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +block PartialHeatLoss + "Partial heat loss model on which ASHRAEHeatLoss and EN12975HeatLoss are based" + extends Modelica.Blocks.Icons.Block; + extends SolarCollectors.BaseClasses.PartialParameters; + + replaceable package Medium = Modelica.Media.Interfaces.PartialMedium + "Medium in the component"; + + Modelica.Blocks.Interfaces.RealInput TEnv( + quantity="ThermodynamicTemperature", + unit="K", + displayUnit="degC") "Temperature of surrounding environment" + annotation (Placement(transformation(extent={{-140,40},{-100,80}}))); + + Modelica.Blocks.Interfaces.RealInput TFlu[nSeg]( + each quantity="ThermodynamicTemperature", + each unit = "K", + each displayUnit="degC") "Temperature of the heat transfer fluid" + annotation (Placement(transformation(extent={{-140,-80},{-100,-40}}))); + Modelica.Blocks.Interfaces.RealOutput QLos_flow[nSeg]( + each quantity="HeatFlowRate", + each unit="W", + each displayUnit="W") = {QLos_internal[i]*smooth(1, if TFlu[i] > TMedMin2 + then 1 else IBPSA.Utilities.Math.Functions.smoothHeaviside(TFlu[i] - + TMedMin, dTMin)) for i in 1:nSeg} + "Limited heat loss rate at current conditions" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + +protected + constant Modelica.Units.SI.Temperature dTMin=1 + "Safety temperature difference to prevent TFlu < Medium.T_min"; + final parameter Modelica.Units.SI.Temperature TMedMin=Medium.T_min + dTMin + "Fluid temperature below which there will be no heat loss computed to prevent TFlu < Medium.T_min"; + final parameter Modelica.Units.SI.Temperature TMedMin2=TMedMin + dTMin + "Fluid temperature below which there will be no heat loss computed to prevent TFlu < Medium.T_min"; + + input Modelica.Units.SI.HeatFlowRate QLos_internal[nSeg] + "Heat loss rate at current conditions for each segment"; + + Modelica.Units.SI.TemperatureDifference dT[nSeg]={TEnv - TFlu[i] for i in 1: + nSeg} "Environment minus collector fluid temperature"; + + annotation ( +defaultComponentName="heaLos", +Documentation(info=" +

+This component is a partial model used as the base for + +IBPSA.Fluid.SolarCollectors.BaseClasses.ASHRAEHeatLoss and + +IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss. It contains the +input, output and parameter declarations which are common to both models. More +detailed information is available in the documentation of the extending classes. +

+", revisions=" + +")); +end PartialHeatLoss; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialParameters.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialParameters.mo new file mode 100644 index 0000000000..c11501f42d --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialParameters.mo @@ -0,0 +1,25 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +block PartialParameters "Partial model for parameters" + + parameter Modelica.Units.SI.Area A_c "Area of the collector"; + parameter Integer nSeg=3 "Number of segments"; + + annotation(Documentation(info=" +

+Partial parameters used in all solar collector models +

+", revisions=" + +")); +end PartialParameters; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo new file mode 100644 index 0000000000..d02e6f69e1 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo @@ -0,0 +1,334 @@ +within IBPSA.Fluid.SolarCollectors.BaseClasses; +partial model PartialSolarCollector "Partial model for solar collectors" + extends IBPSA.Fluid.Interfaces.LumpedVolumeDeclarations; + extends IBPSA.Fluid.Interfaces.TwoPortFlowResistanceParameters( + final dp_nominal = dp_nominal_final, + final computeFlowResistance=(abs(dp_nominal) > Modelica.Constants.eps)); + extends IBPSA.Fluid.Interfaces.PartialTwoPortInterface( + final m_flow_nominal=m_flow_nominal_final); + + constant Boolean homotopyInitialization = true "= true, use homotopy method" + annotation(HideResult=true); + + parameter Integer nSeg = 3 + "Number of segments used to discretize the collector model"; + + parameter Modelica.Units.SI.Angle azi(displayUnit="deg") + "Surface azimuth (0 for south-facing; -90 degree for east-facing; +90 degree for west facing"; + parameter Modelica.Units.SI.Angle til(displayUnit="deg") + "Surface tilt (0 for horizontally mounted collector)"; + parameter Real rho( + final min=0, + final max=1, + final unit = "1") "Ground reflectance"; + + parameter Modelica.Units.SI.HeatCapacity CTot= + if per.CTyp==IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.TotalCapacity then + per.C + elseif per.CTyp==IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryCapacity then + per.C+rho_default*per.V*cp_default + else + 385*per.mDry+rho_default*per.V*cp_default + "Heat capacity of solar collector with fluid"; + + parameter Boolean use_shaCoe_in = false + "Enables an input connector for shaCoe" + annotation(Dialog(group="Shading")); + parameter Real shaCoe( + min=0.0, + max=1.0) = 0 "Shading coefficient. 0.0: no shading, 1.0: full shading" + annotation(Dialog(enable = not use_shaCoe_in, group = "Shading")); + + parameter IBPSA.Fluid.SolarCollectors.Types.NumberSelection nColType= + IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number + "Selection of area specification format" + annotation(Dialog(group="Area declarations")); + parameter Integer nPanels= 0 "Desired number of panels in the simulation" + annotation(Dialog(group="Area declarations", enable= (nColType == IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number))); + + parameter Modelica.Units.SI.Area totalArea=0 + "Total area of panels in the simulation" annotation (Dialog(group= + "Area declarations", enable=(nColType == IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Area))); + + parameter IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration sysConfig= + IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series + "Selection of system configuration" + annotation(Dialog(group="Configuration declarations")); + parameter Integer nPanelsSer=0 "Number of array panels in series" + annotation(Dialog(group="Configuration declarations", enable= (sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Array))); + parameter Integer nPanelsPar=0 "Number of array panels in parallel" + annotation(Dialog(group="Configuration declarations", enable= (sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Array))); + + Modelica.Blocks.Interfaces.RealInput shaCoe_in if use_shaCoe_in + "Shading coefficient" + annotation(Placement(transformation(extent={{-140,60},{-100,20}}))); + + IBPSA.BoundaryConditions.WeatherData.Bus weaBus "Weather data bus" + annotation (Placement( + transformation(extent={{-110,70},{-90,90}}))); + IBPSA.BoundaryConditions.SolarIrradiation.DiffusePerez HDifTilIso( + final outSkyCon=true, + final outGroCon=true, + final til=til, + final azi=azi, + final rho=rho) "Diffuse solar irradiation on a tilted surface" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + IBPSA.BoundaryConditions.SolarIrradiation.DirectTiltedSurface HDirTil( + final til=til, + final azi=azi) "Direct solar irradiation on a tilted surface" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + IBPSA.Fluid.Sensors.MassFlowRate senMasFlo(redeclare package Medium = + Medium, allowFlowReversal=allowFlowReversal) "Mass flow rate sensor" + annotation (Placement(transformation(extent={{-90,-11},{-70,11}}))); + IBPSA.Fluid.FixedResistances.PressureDrop res( + redeclare final package Medium = Medium, + final from_dp=from_dp, + final show_T=show_T, + final m_flow_nominal=m_flow_nominal, + final allowFlowReversal=allowFlowReversal, + final linearized=linearizeFlowResistance, + final homotopyInitialization=homotopyInitialization, + deltaM=deltaM, + final dp_nominal=dp_nominal_final) "Flow resistance" + annotation (Placement(transformation(extent={{-60,-10},{-40,10}}))); + + // The size of the liquid volume has been increased to also add + // the heat capacity of the metal. + IBPSA.Fluid.MixingVolumes.MixingVolume vol[nSeg]( + each nPorts=2, + redeclare package Medium = Medium, + each final m_flow_nominal=m_flow_nominal, + each final energyDynamics=energyDynamics, + each final p_start=p_start, + each final T_start=T_start, + each final m_flow_small=m_flow_small, + each final V=CTot/cp_default/rho_default*nPanels_internal/nSeg, + each final massDynamics=massDynamics, + each final X_start=X_start, + each final C_start=C_start, + each final C_nominal=C_nominal, + each final mSenFac=mSenFac, + each final allowFlowReversal=allowFlowReversal, + each final prescribedHeatFlowRate=false) + "Volume of fluid in one segment of the solar collector" + annotation (Placement(transformation( + extent={{10,-10},{-10,10}}, + rotation=180, + origin={50,-20}))); + + Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor temSen[nSeg] + "Temperature sensor" + annotation (Placement(transformation( + extent={{-10,10},{10,-10}}, + rotation=180, + origin={0,-20}))); + + HeatTransfer.Sources.PrescribedHeatFlow QGai[nSeg] "Rate of solar heat gain" + annotation (Placement(transformation(extent={{50,40},{70,60}}))); + HeatTransfer.Sources.PrescribedHeatFlow QLos[nSeg] "Rate of heat loss" + annotation (Placement(transformation(extent={{50,10},{70,30}}))); + replaceable parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per + constrainedby IBPSA.Fluid.SolarCollectors.Data.BaseClasses.Generic + "Performance data" + annotation(Placement(transformation(extent={{60,-80},{80,-60}})),choicesAllMatching=true); + +protected + Modelica.Blocks.Interfaces.RealInput shaCoe_internal + "Internally used shading coefficient"; + + final parameter Modelica.Units.SI.MassFlowRate m_flow_nominal_final( + displayUnit="kg/s") = nPanelsPar_internal*per.mperA_flow_nominal*per.A + "Nominal mass flow rate through the system of collectors"; + + final parameter Modelica.Units.SI.PressureDifference dp_nominal_final( + displayUnit="Pa") = nPanelsSer_internal*per.dp_nominal + "Nominal pressure loss across the system of collectors"; + + parameter Modelica.Units.SI.Area ATot_internal=nPanels_internal*per.A + "Area used in the simulation"; + + parameter Real nPanels_internal= + if nColType == IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number then + nPanels + else + totalArea/per.A "Number of panels used in the simulation"; + parameter Real nPanelsSer_internal= + if sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series then + nPanels + else if sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Parallel then + 1 + else + nPanelsSer "Number of panels in series"; + parameter Real nPanelsPar_internal= + if sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Parallel then + nPanels + else if sysConfig == IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series then + 1 + else + nPanelsPar "Number of panels in parallel"; + + parameter Medium.ThermodynamicState sta_default = Medium.setState_pTX( + T=Medium.T_default, + p=Medium.p_default, + X=Medium.X_default[1:Medium.nXi]) "Medium state at default properties"; + parameter Modelica.Units.SI.SpecificHeatCapacity cp_default= + Medium.specificHeatCapacityCp(sta_default) + "Specific heat capacity of the fluid"; + parameter Modelica.Units.SI.Density rho_default=Medium.density(sta_default) + "Density, used to compute fluid mass"; + +initial equation + assert(homotopyInitialization, "In " + getInstanceName() + + ": The constant homotopyInitialization has been modified from its default value. This constant will be removed in future releases.", + level = AssertionLevel.warning); + + if sysConfig==IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Array then + assert(abs(nPanelsPar_internal*nPanelsSer_internal-nPanels_internal) < 1E-6, + "In " + getInstanceName() + + ": The product of the number of panels in series and parallel is not equal to the total number of panels in the array.", + level = AssertionLevel.error); + end if; + +equation + connect(shaCoe_internal,shaCoe_in); + + if not use_shaCoe_in then + shaCoe_internal=shaCoe; + end if; + + connect(weaBus, HDifTilIso.weaBus) annotation (Line( + points={{-100,80},{-80,80}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(weaBus, HDirTil.weaBus) annotation (Line( + points={{-100,80},{-90,80},{-90,50},{-80,50}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(port_a, senMasFlo.port_a) annotation (Line( + points={{-100,0},{-90,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(senMasFlo.port_b, res.port_a) annotation (Line( + points={{-70,0},{-60,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(vol[nSeg].ports[2], port_b) annotation (Line( + points={{51,-10},{51,0},{100,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(vol[1].ports[1], res.port_b) annotation (Line( + points={{49,-10},{49,0},{-40,0}}, + color={0,127,255}, + smooth=Smooth.None)); + for i in 1:(nSeg - 1) loop + connect(vol[i].ports[2], vol[i + 1].ports[1]); + end for; + connect(vol.heatPort, temSen.port) annotation (Line( + points={{40,-20},{10,-20}}, + color={191,0,0}, + smooth=Smooth.None)); + connect(QGai.port, vol.heatPort) annotation (Line( + points={{70,50},{90,50},{90,-40},{30,-40},{30,-20},{40,-20}}, + color={191,0,0}, + smooth=Smooth.None)); + connect(QLos.port, vol.heatPort) annotation (Line( + points={{70,20},{90,20},{90,-40},{30,-40},{30,-20},{40,-20}}, + color={191,0,0}, + smooth=Smooth.None)); + annotation ( + defaultComponentName="solCol", + Documentation(info=" +

+This component is a partial model of a solar thermal collector. +It can be expanded to create solar collector models based on either ASHRAE93 or +EN12975 ratings data. +

+ +

References

+

+ +EnergyPlus 23.2.0 Engineering Reference +

+", revisions=" + +")); +end PartialSolarCollector; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/package.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/package.mo new file mode 100644 index 0000000000..04062e18e9 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/package.mo @@ -0,0 +1,20 @@ +within IBPSA.Fluid.SolarCollectors; +package BaseClasses "Package with base classes for IBPSA.Fluid.SolarCollectors" +extends Modelica.Icons.BasesPackage; + + + + + + + + + + +annotation (preferredView="info", Documentation(info=" +

+ This package contains base classes that are used to construct the models in + IBPSA.Fluid.SolarCollectors. +

+")); +end BaseClasses; diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/package.order b/IBPSA/Fluid/SolarCollectors/BaseClasses/package.order new file mode 100644 index 0000000000..67be4c23c7 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/package.order @@ -0,0 +1,9 @@ +ASHRAEHeatLoss +ASHRAESolarGain +EN12975HeatLoss +EN12975SolarGain +IAM +PartialHeatLoss +PartialParameters +PartialSolarCollector +Examples diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mo b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mo new file mode 100644 index 0000000000..e3dd7cfdb2 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mo @@ -0,0 +1,47 @@ +within IBPSA.Fluid.SolarCollectors.Controls.BaseClasses.Examples; +model GCritCalc "Example showing the use of GCritCalc" + extends Modelica.Icons.Example; + IBPSA.Fluid.SolarCollectors.Controls.BaseClasses.GCritCalc criSol(slope=-3.764, + y_intercept=0.602) + "Calculates the critical insolation based on collector design and current weather conditions" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Modelica.Blocks.Sources.Sine TEnv( + amplitude=10, + f=0.1, + offset=10) + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + Modelica.Blocks.Sources.Sine TIn( + amplitude=10, + f=0.01, + offset=30) + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); +equation + connect(TEnv.y, criSol.TEnv) annotation (Line( + points={{-59,30},{-20,30},{-20,5},{-12,5}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(TIn.y, criSol.TIn) annotation (Line( + points={{-59,-30},{-20,-30},{-20,-5},{-12,-5}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This model provides an example of how to use the + +IBPSA.Fluid.SolarCollectors.Controls.BaseClasses.GCritCalc model.
+

+", +revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=100)); +end GCritCalc; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.mo b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.mo new file mode 100644 index 0000000000..7b50076eaa --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.mo @@ -0,0 +1,15 @@ +within IBPSA.Fluid.SolarCollectors.Controls.BaseClasses; +package Examples "Package containing examples demonstrating the use of Controls.BaseClasses models" + + + extends Modelica.Icons.ExamplesPackage; + + +annotation (preferredView="info", Documentation(info=" +

+ This package contains examples demonstrating the use of models that can be found in + + IBPSA.Fluid.SolarCollectors.Controls.BaseClasses. +

+")); +end Examples; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.order b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.order new file mode 100644 index 0000000000..ee6264ef23 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/Examples/package.order @@ -0,0 +1 @@ +GCritCalc diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/GCritCalc.mo b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/GCritCalc.mo new file mode 100644 index 0000000000..a5c623234b --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/GCritCalc.mo @@ -0,0 +1,73 @@ +within IBPSA.Fluid.SolarCollectors.Controls.BaseClasses; +model GCritCalc "Model calculating the critical insolation level" + + extends Modelica.Blocks.Icons.Block; + + parameter Modelica.Units.SI.CoefficientOfHeatTransfer slope + "Slope from ratings data"; + parameter Real y_intercept(final unit="1") "y_intercept from ratings data"; + + Modelica.Blocks.Interfaces.RealInput TIn( + final unit="K", + displayUnit = "degC", + quantity = "ThermodynamicTemperature") + "Temperature of water entering the collector" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}))); + Modelica.Blocks.Interfaces.RealOutput G_TC( + final unit="W/m2", + quantity = "RadiantEnergyFluenceRate") "Critical radiation level" + annotation (Placement(transformation(extent={{100,-16},{132,16}}))); + Modelica.Blocks.Interfaces.RealInput TEnv( + final unit="K", + displayUnit = "degC", + quantity = "ThermodynamicTemperature") + "Ambient temperature at the collector" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}))); + +equation + G_TC = -slope * (TIn - TEnv) / y_intercept; + annotation (defaultComponentName="criSol", + Documentation(info=" +

+This component calculates the solar radiation necessary for the fluid +in the collector to gain heat. It is used in the model + +IBPSA.Fluid.SolarCollectors.Controls.CollectorPump. +

+

+The critical solar radiation level is calculated using Equation 6.8.2 in +Duffie and Beckman (2006). +It is +

+

+GTC=FRUL (TIn-TEnv) +/(FR(τα)) +

+

+where GTC is the critical solar radiation, +FRUL is the heat loss coefficient, +TIn is the inlet temperature, TEnv is the +ambient temperature, and FR(τα) is the maximum +efficiency. +

+

References

+

+J.A. Duffie and W.A. Beckman 2006, Solar Engineering of Thermal Processes (3rd +Edition), John Wiley & Sons, Inc.
+

+", +revisions = " + +")); +end GCritCalc; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.mo b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.mo new file mode 100644 index 0000000000..2544cdca7f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.mo @@ -0,0 +1,13 @@ +within IBPSA.Fluid.SolarCollectors.Controls; +package BaseClasses "Package of BaseClass models used to create the models in the Controls package" +extends Modelica.Icons.Package; + + +annotation (preferredView="info", Documentation(info=" +

+This package contains base classes that are used in the + +IBPSA.Fluid.SolarCollectors.Controls package. +

+")); +end BaseClasses; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.order b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.order new file mode 100644 index 0000000000..2e6b137706 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/BaseClasses/package.order @@ -0,0 +1,2 @@ +GCritCalc +Examples diff --git a/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo new file mode 100644 index 0000000000..7dd62d0cd2 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo @@ -0,0 +1,162 @@ +within IBPSA.Fluid.SolarCollectors.Controls; +model CollectorPump + "Controller which activates a circulation pump when solar radiation is above a critical level" + extends Modelica.Blocks.Icons.Block; + + parameter Modelica.Units.SI.HeatFlowRate delQ_flow(min=1)=10 + "Required estimated heat gain per unit area of collector to switch system on"; + parameter Modelica.Units.SI.Angle azi(displayUnit="deg") + "Surface azimuth (0 for south-facing; -90 degree for east-facing; +90 degree for west facing"; + parameter Modelica.Units.SI.Angle til(displayUnit="deg") + "Surface tilt (0 for horizontally mounted collector)"; + parameter Real rho( + final min=0, + final max=1, + final unit = "1") = 0.2 "Ground reflectance"; + + parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per + "Performance data" + annotation (choicesAllMatching=true, Placement(transformation(extent={{60,60},{80,80}}))); + + Modelica.Blocks.Interfaces.RealInput TIn( + final unit = "K", + final displayUnit = "degC", + quantity = "ThermodynamicTemperature") + "Fluid temperature entering the collector" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + IBPSA.Controls.OBC.CDL.Interfaces.BooleanOutput on + "Ouputs true if collector pump should be on" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + + IBPSA.BoundaryConditions.WeatherData.Bus weaBus "Weather data input" + annotation (Placement(transformation(extent={{-110,40},{-90,60}}))); + + IBPSA.Fluid.SolarCollectors.Controls.BaseClasses.GCritCalc criSol( + final slope=per.slope, + final y_intercept=per.y_intercept) + "Calculates the critical insolation based on collector design and current weather conditions" + annotation (Placement(visible = true, transformation(origin={-2,0}, extent = {{-58, -20}, {-38, 0}}, rotation = 0))); + BoundaryConditions.SolarIrradiation.DiffusePerez HDifTilIso( + final til=til, + final azi=azi, + final rho=rho) "Diffuse solar irradiation on a tilted surface" + annotation (Placement(transformation(extent={{-60,50},{-40,70}}))); + BoundaryConditions.SolarIrradiation.DirectTiltedSurface HDirTil( + final til=til, + final azi=azi) + "Direct solar irradiation on a tilted surface" + annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); + IBPSA.Controls.OBC.CDL.Reals.Add HTotTil( + u1(final unit="W/m2"), + u2(final unit="W/m2"), + y(final unit="W/m2")) + "Total irradiation on tilted surface" + annotation (Placement(transformation(extent={{-20,40},{0,60}}))); + + IBPSA.Controls.OBC.CDL.Reals.Hysteresis hys( + final uLow=0, + final uHigh=delQ_flow) + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); +protected + IBPSA.Controls.OBC.CDL.Reals.Subtract sub + "Difference between incident solar and required incident to compensate thermal losses" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); +equation + connect(TIn, criSol.TIn) annotation (Line( + points={{-120,-40},{-80,-40},{-80,-15},{-62,-15}}, + color={0,0,127})); + connect(weaBus.TDryBul, criSol.TEnv) annotation (Line(points={{-99.95, + 50.05},{-80,50.05},{-80,-5},{-62,-5}}, + color = {255, 204, 51}, thickness = 0.5)); + connect(HDirTil.weaBus, weaBus) annotation (Line( + points={{-60,30},{-80,30},{-80,50},{-100,50}}, + color={255,204,51}, + thickness=0.5)); + connect(HDifTilIso.weaBus, weaBus) annotation (Line( + points={{-60,60},{-80,60},{-80,50},{-100,50}}, + color={255,204,51}, + thickness=0.5)); + connect(HDifTilIso.H, HTotTil.u1) annotation (Line(points={{-39,60},{-30,60},{ + -30,56},{-22,56}}, color={0,0,127})); + connect(HDirTil.H, HTotTil.u2) annotation (Line(points={{-39,30},{-30,30},{-30, + 44},{-22,44}}, color={0,0,127})); + connect(HTotTil.y, sub.u1) + annotation (Line(points={{2,50},{10,50},{10,6},{18,6}}, color={0,0,127})); + connect(criSol.G_TC, sub.u2) annotation (Line(points={{-38.4,-10},{10,-10},{10, + -6},{18,-6}}, color={0,0,127})); + connect(hys.u, sub.y) + annotation (Line(points={{58,0},{42,0}}, color={0,0,127})); + connect(on, hys.y) annotation (Line(points={{120,0},{82,0}}, + color={255,0,255})); + annotation ( + defaultComponentName = "pumCon", +Documentation(info=" +

+Pump on/off controller for a solar thermal system. +

+

+This controller outputs whether the pump should be commanded on or off +based on the incident solar radiation, the collector inlet temperature, +and the system parameters. +The pump is commanded on when the incident solar radiation is greater than +the critical radiation plus the offset delQ_flow, +and it is switched off if the incident solar radiation is +below the critical radiation. +

+

+The critical radiation is defined per Equation 6.8.2 in +Duffie and Beckman (2006). +It is +

+

+GTC=(FRUL (TIn-TEnv)) + /(FR(τα)) +

+

+where GTC is the critical solar radiation, +FRUL is the heat loss coefficient, +TIn is the inlet temperature, +TEnv is the ambient temperature, +and FR(τα) is the maximum efficiency. +

+ +

References

+

+J.A. Duffie and W.A. Beckman 2006, Solar Engineering of Thermal Processes (3rd Edition), +John Wiley & Sons, Inc.
+

+", +revisions=" + +"), + Icon(graphics={ + Text( + extent={{226,60},{106,10}}, + textColor={0,0,0}, + textString=DynamicSelect("",String(y, + leftJustified=false, + significantDigits=3)))})); +end CollectorPump; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mo b/IBPSA/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mo new file mode 100644 index 0000000000..b856e8518f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mo @@ -0,0 +1,55 @@ +within IBPSA.Fluid.SolarCollectors.Controls.Examples; +model SolarPumpController "Example for the solar pump controller" + extends Modelica.Icons.Example; + IBPSA.Fluid.SolarCollectors.Controls.CollectorPump pumCon( + azi=0, + til=0.78539816339745, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_ThermaLiteHS20()) + "Model controlling the on/off status of the pump" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat( + filNam=Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")) + "Weather data input file" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + Modelica.Blocks.Sources.Sine sine( + amplitude=20, + f=0.0001, + offset=273.15 + 40) "Water inlet temperature" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); +equation + connect(weaDat.weaBus, pumCon.weaBus) annotation (Line( + points={{-60,30},{-20,30},{-20,5},{-10,5}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(sine.y, pumCon.TIn) annotation (Line( + points={{-59,-30},{-20,-30},{-20,-4},{-12,-4}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0), + Documentation(info=" +

+This model illustrates the use of the + +IBPSA.Fluid.SolarCollectors.Controls.CollectorPump model. +Based on weather data and inlet temperature, the controller switches the pump on +and off. +

+", revisions=" + +")); +end SolarPumpController; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.mo b/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.mo new file mode 100644 index 0000000000..5496974e69 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.mo @@ -0,0 +1,13 @@ +within IBPSA.Fluid.SolarCollectors.Controls; +package Examples "Examples for solar thermal collector controller models" + extends Modelica.Icons.ExamplesPackage; + + +annotation (preferredView="info", Documentation(info=" +

+ This package contains examples demonstrating the use of models that can be found in + + IBPSA.Fluid.SolarCollectors.Controls. +

+")); +end Examples; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.order b/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.order new file mode 100644 index 0000000000..2bfd2ecd8f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/Examples/package.order @@ -0,0 +1 @@ +SolarPumpController diff --git a/IBPSA/Fluid/SolarCollectors/Controls/package.mo b/IBPSA/Fluid/SolarCollectors/Controls/package.mo new file mode 100644 index 0000000000..2e01f1f977 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/package.mo @@ -0,0 +1,17 @@ +within IBPSA.Fluid.SolarCollectors; +package Controls "Package for solar thermal collector controllers" + extends Modelica.Icons.Package; + + annotation(Documentation(info = " +

+ This package contains a controller for solar thermal collectors. +

+ "), + Icon(graphics={ + Polygon(origin = {40, -35}, pattern = LinePattern.None, fillPattern = FillPattern.Solid, points = {{-10, 0}, {5, 5}, {5, -5}, {-10, 0}}), + Line(origin = {-51.25, 0}, points = {{21.25, -35}, {-13.75, -35}, {-13.75, 35}, {6.25, 35}}), + Rectangle(origin = {0, 35.1488}, fillColor = {255, 255, 255}, extent = {{-30, -20.1488}, {30, 20.1488}}), + Rectangle(origin = {0, -34.8512}, fillColor = {255, 255, 255}, extent = {{-30, -20.1488}, {30, 20.1488}}), + Polygon(origin = {-40, 35}, pattern = LinePattern.None, fillPattern = FillPattern.Solid, points = {{10, 0}, {-5, 5}, {-5, -5}, {10, 0}}), + Line(origin = {51.25, 0}, points = {{-21.25, 35}, {13.75, 35}, {13.75, -35}, {-6.25, -35}})})); +end Controls; diff --git a/IBPSA/Fluid/SolarCollectors/Controls/package.order b/IBPSA/Fluid/SolarCollectors/Controls/package.order new file mode 100644 index 0000000000..5afc6704b9 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Controls/package.order @@ -0,0 +1,3 @@ +CollectorPump +Examples +BaseClasses diff --git a/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/Generic.mo b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/Generic.mo new file mode 100644 index 0000000000..b0b0082318 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/Generic.mo @@ -0,0 +1,85 @@ +within IBPSA.Fluid.SolarCollectors.Data.BaseClasses; +record Generic + "Generic data record providing common inputs for ASHRAE93 and EN12975 solar collector models" + extends Modelica.Icons.Record; + + parameter Modelica.Units.SI.Area A "Area"; + parameter IBPSA.Fluid.SolarCollectors.Types.HeatCapacity CTyp + "Total thermal capacity or fluid volume and 'dry' thermal capacity or mass"; + parameter Modelica.Units.SI.HeatCapacity C + "Dry or total thermal capacity of the solar thermal collector"; + parameter Modelica.Units.SI.Volume V "Fluid volume "; + parameter Modelica.Units.SI.Mass mDry "Dry mass"; + parameter Real mperA_flow_nominal(final unit="kg/(s.m2)") + "Nominal mass flow rate per unit area of collector"; + parameter Modelica.Units.SI.PressureDifference dp_nominal(displayUnit="Pa") + "Nominal pressure drop"; + parameter Modelica.Units.SI.Angle[:] incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}) + "Incident angle data"; + parameter Real[size(incAngDat,1)] incAngModDat( + each final min=0, + each final unit="1") + "Incident angle modifier data"; + + final parameter Boolean validated = validateAngles( + incAngDat=incAngDat, + incAngModDat=incAngModDat) + "True if data are valid, otherwise an assertion is issued"; + +annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info=" +

+Partial record containing common performance parameters for ASHRAE93 and EN12975 +solar collector models. +

+

+Depending on the data source that is used, different parameters are available to +model the thermal capacity of the solar collector. +The choice of CTyp determines which parameters are used to calculate the +representative heat capacity of the entire solar collector (including fluid). +When the dry mass of the solar collector is used to calculate the heat capacity, +the collector is assumed to be made fully out of copper +(specific heat capacity of 385 J/kg/K). + + + + + + + + + + + + + + + + + + + + + + + + + +
CTyp C V mDry
TotalCapacity CTot / /
DryCapacity CDry V /
DryMass / V mDry
+", revisions=" +

+")); +end Generic; diff --git a/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.mo b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.mo new file mode 100644 index 0000000000..2d5fce2d2a --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.mo @@ -0,0 +1,10 @@ +within IBPSA.Fluid.SolarCollectors.Data; +package BaseClasses "Package with base classes for data records of solar thermal collectors" + extends Modelica.Icons.BasesPackage; + +annotation (Documentation(info=" +

+Package with base classes for performance data for solar thermal collectors. +

+")); +end BaseClasses; diff --git a/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.order b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.order new file mode 100644 index 0000000000..ae8758dabb --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/package.order @@ -0,0 +1,2 @@ +validateAngles +Generic diff --git a/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/validateAngles.mo b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/validateAngles.mo new file mode 100644 index 0000000000..845ed32662 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/BaseClasses/validateAngles.mo @@ -0,0 +1,37 @@ +within IBPSA.Fluid.SolarCollectors.Data.BaseClasses; +function validateAngles "Function to validate the provided angles" + extends Modelica.Icons.Function; + input Modelica.Units.SI.Angle[:] incAngDat( + each final min=0, + each final max=Modelica.Constants.pi/2) + "Incident angle data in degrees"; + input Real[:] incAngModDat( + each final min=0, + each final unit="1") + "Incident angle modifier data"; + output Boolean valid; +protected + Integer n = size(incAngDat,1) "Number of elements"; +algorithm + assert(size(incAngModDat, 1) == n, "Both arguments incAngDat and incAngModDat must have the same size."); + assert(abs(incAngDat[1]) < 1E-4, "First element of incAngDat must be zero."); + assert(abs(Modelica.Constants.pi/2-incAngDat[n]) < 1E-4, "Last element of incAngDat must be pi/2."); + assert(abs(1-incAngModDat[1]) < 1E-4, "First element of incAngModDat must be 1."); + assert(abs(incAngModDat[n]) < 1E-4, "Last element of incAngModDat must be 0."); + valid := true; + + annotation (Documentation(info=" +

+Function that validates the incidence angle modifiers. +If the data are invalid, the function issues an assertion and stops the simulation. +Otherwise it returns true. +

+", revisions=" + +")); +end validateAngles; diff --git a/IBPSA/Fluid/SolarCollectors/Data/GenericASHRAE93.mo b/IBPSA/Fluid/SolarCollectors/Data/GenericASHRAE93.mo new file mode 100644 index 0000000000..de5a5e71c4 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GenericASHRAE93.mo @@ -0,0 +1,28 @@ +within IBPSA.Fluid.SolarCollectors.Data; +record GenericASHRAE93 + "Generic data record for ASHRAE93 solar collector models" + extends IBPSA.Fluid.SolarCollectors.Data.BaseClasses.Generic; + + parameter Real y_intercept(final min=0, final max=1, final unit="1") + "y intercept (Maximum efficiency)"; + parameter Modelica.Units.SI.CoefficientOfHeatTransfer slope(final max=0) + "Slope from rating data"; + +annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info=" +

+Record containing performance parameters for ASHRAE93 solar collector models. +

+", revisions=" + +")); +end GenericASHRAE93; diff --git a/IBPSA/Fluid/SolarCollectors/Data/GenericEN12975.mo b/IBPSA/Fluid/SolarCollectors/Data/GenericEN12975.mo new file mode 100644 index 0000000000..519d6b04af --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GenericEN12975.mo @@ -0,0 +1,32 @@ +within IBPSA.Fluid.SolarCollectors.Data; +record GenericEN12975 + "Generic data record for EN12975 solar collector models" + extends IBPSA.Fluid.SolarCollectors.Data.BaseClasses.Generic; + + parameter Real IAMDiff(final min=0, final max=1, final unit="1") + "Incidence angle modifier for diffuse irradiance (incidence angle of 50°)"; + parameter Real eta0(final min=0, final max=1, final unit="1") + "Optical efficiency (Maximum efficiency)"; + parameter Modelica.Units.SI.CoefficientOfHeatTransfer a1(final min=0) + "First order heat loss coefficient"; + parameter Real a2(final unit="W/(m2.K2)", final min=0) + "Second order heat loss coefficient"; + +annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info=" +

+Record containing performance parameters for EN12975 solar collector models. +

+", revisions=" + +")); +end GenericEN12975; diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_GuangdongFSPTY95.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_GuangdongFSPTY95.mo new file mode 100644 index 0000000000..87c075be75 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_GuangdongFSPTY95.mo @@ -0,0 +1,25 @@ +within IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate; +record FP_GuangdongFSPTY95 = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + final A=2, + final mDry=35, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final V=1.7/1000, + final dp_nominal=235, + final mperA_flow_nominal=0.02, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,0.9967,0.9862,0.9671,0.9360,0.8868,0.8065,0.6686,0.4906,0.0}, + final y_intercept=0.678, + final slope=-4.426) + "FP - Guandong Fivestar Solar Energy Co, FS-PTY95-2.0" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

References

+

+Ratings data taken from the +Solar Rating and Certification Corporation website. SRCC# = 2012043A.
+

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_SolahartKf.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_SolahartKf.mo new file mode 100644 index 0000000000..38526788bc --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_SolahartKf.mo @@ -0,0 +1,24 @@ +within IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate; +record FP_SolahartKf = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + final A=2.003, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final mDry=42, + final V=3.8/1000, + final dp_nominal=93.89, + final mperA_flow_nominal=0.0194, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,0.9979,0.9913,0.9792,0.9597,0.929,0.8796,0.7979,0.724,0.0}, + final y_intercept=0.775, + final slope=-5.103) "FP - Solahart Kf" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

References

+

+Ratings data taken from the +Solar Rating and Certification Corporation website. SRCC# = 2012021A.
+

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_TRNSYSValidation.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_TRNSYSValidation.mo new file mode 100644 index 0000000000..b4988c8549 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_TRNSYSValidation.mo @@ -0,0 +1,25 @@ +within IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate; +record FP_TRNSYSValidation = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + A=5, + CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + C=0, + mDry=8.6, + V=0.6/1000, + dp_nominal=100, + mperA_flow_nominal=0.0111, + incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + incAngModDat={1.0,0.9969,0.9872,0.9691,0.9389,0.8889,0.8,0.6152,0.0482,0.0}, + y_intercept=0.8, + slope=-3.6111) + "Default values in the TRNSYS Simulation Studio SDHW example" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info=" +

+Default values in the TRNSYS Simualtion Studio SDHW example. +No value for dp_nominal was provided in TRNSYS, so 100 +Pascal was used as a placeholder.
+

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_ThermaLiteHS20.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_ThermaLiteHS20.mo new file mode 100644 index 0000000000..4bdb7437da --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_ThermaLiteHS20.mo @@ -0,0 +1,24 @@ +within IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate; +record FP_ThermaLiteHS20 = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + final A=1.97, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final mDry=26, + final V=2.8/1000, + final dp_nominal=242.65, + final mperA_flow_nominal=0.1777, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,0.9989,0.9946,0.9836,0.9567,0.8882,0.6935,0.0,0.0,0.0}, + final y_intercept=0.762, + final slope=-3.710) "FP - Therma-Lite, HS-20" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

References

+

+Ratings data taken from the +Solar Rating and Certification Corporation website. SRCC# = 2012047A. +

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_VerificationModel.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_VerificationModel.mo new file mode 100644 index 0000000000..e095f53d9f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/FP_VerificationModel.mo @@ -0,0 +1,29 @@ +within IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate; +record FP_VerificationModel = + IBPSA.Fluid.SolarCollectors.Data.GenericEN12975 ( + final A=4.302, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final V=4.4/1000, + final dp_nominal = 100, + final mperA_flow_nominal=0.0241, + final eta0=0.720, + final IAMDiff=0.133, + final a1=2.8312, + final a2=0.00119, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,0.9967,0.9862,0.9671,0.9360,0.8868,0.8065,0.6686,0.4906,0.0}, + final mDry=484) + "FP - All inputs necessary for verification of EN12975 models" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

+No model on the Solar Rating and +Certification Corporation website tested to EN12975 standards provides all +of the necessary information for modeling. +This data record was created to allow verification of EN12975 base classes +despite the limitations in available data. +

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.mo b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.mo new file mode 100644 index 0000000000..1f1ef9f67a --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.mo @@ -0,0 +1,20 @@ +within IBPSA.Fluid.SolarCollectors.Data; +package GlazedFlatPlate "Package with SRCC rating information for glazed flat-plate solar thermal collectors" +extends Modelica.Icons.MaterialPropertiesPackage; + + +annotation (Documentation(info=" +

+ Package with records for SRCC rating information for glazed flat-plate solar thermal collector. + All models in the GlazedFlatPlate package are tested according to the ASHRAE Standard 93. +

+ ", + revisions=" + + ")); +end GlazedFlatPlate; diff --git a/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.order b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.order new file mode 100644 index 0000000000..8cdac5e8e9 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/GlazedFlatPlate/package.order @@ -0,0 +1,5 @@ +FP_GuangdongFSPTY95 +FP_SolahartKf +FP_TRNSYSValidation +FP_ThermaLiteHS20 +FP_VerificationModel diff --git a/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_AMKCollectraAGOWR20.mo b/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_AMKCollectraAGOWR20.mo new file mode 100644 index 0000000000..6824f6d716 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_AMKCollectraAGOWR20.mo @@ -0,0 +1,29 @@ +within IBPSA.Fluid.SolarCollectors.Data.Tubular; +record T_AMKCollectraAGOWR20 = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + final A=3.457, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final mDry=73, + final V=3.5/1000, + final dp_nominal=100, + final mperA_flow_nominal=0.0201, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,1.0088,1.0367,1.0884,1.1743,1.3164,1.567,2.0816,3.6052,0.0}, + final y_intercept=0.446, + final slope=-1.432) "T - AMG Collectra AG, OWR 20" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

References

+

+Ratings data taken from the +Solar Rating and Certification Corporation website. +SRCC# = 2012018A. +

+

+The ratings provided for dp_nominal were suspicious +so 100 Pa is used instead.
+

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_JiaxingDiyiC0130.mo b/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_JiaxingDiyiC0130.mo new file mode 100644 index 0000000000..be2e3d5a46 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/Tubular/T_JiaxingDiyiC0130.mo @@ -0,0 +1,29 @@ +within IBPSA.Fluid.SolarCollectors.Data.Tubular; +record T_JiaxingDiyiC0130 = + IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 ( + final A=4.650, + final CTyp=IBPSA.Fluid.SolarCollectors.Types.HeatCapacity.DryMass, + final C=0, + final mDry=95, + final V=1.7/1000, + final dp_nominal=100, + final mperA_flow_nominal=0.0142, + final incAngDat=Modelica.Units.Conversions.from_deg({0,10,20,30,40,50,60,70,80,90}), + final incAngModDat={1.0,1.0222,1.0897,1.2034,1.3596,1.5272,1.5428,0.4206,0.0,0.0}, + final y_intercept=0.388, + final slope=-1.453) "T - Jiaxing Diyi New Energy Co., Ltd., DIYI-C01-30" + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="datSolCol", +Documentation(info = " +

References

+

+Ratings data taken from the +Solar Rating and Certification Corporation website. +SRCC# = 2012036A. +

+

+The ratings provided for dp_nominal were suspicious +so 100 Pa is used instead.
+

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.mo b/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.mo new file mode 100644 index 0000000000..300dd73fba --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.mo @@ -0,0 +1,11 @@ +within IBPSA.Fluid.SolarCollectors.Data; +package Tubular "Package with SRCC rating information for tubular solar thermal collectors" +extends Modelica.Icons.MaterialPropertiesPackage; + + annotation(Documentation(info=" +

+ Package with data describing tubular solar collectors. All models in the Tubular + pacakage use ASHRAE93 test data. +

+ ")); +end Tubular; diff --git a/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.order b/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.order new file mode 100644 index 0000000000..bd5f3c83ca --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/Tubular/package.order @@ -0,0 +1,2 @@ +T_AMKCollectraAGOWR20 +T_JiaxingDiyiC0130 diff --git a/IBPSA/Fluid/SolarCollectors/Data/package.mo b/IBPSA/Fluid/SolarCollectors/Data/package.mo new file mode 100644 index 0000000000..3a2a5b2ebd --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/package.mo @@ -0,0 +1,17 @@ +within IBPSA.Fluid.SolarCollectors; +package Data "Data for solar thermal collectors" +extends Modelica.Icons.MaterialPropertiesPackage; + +annotation (Documentation(info=" +

+ Package with performance data for solar thermal collectors. All solar collector data package + names begin with an abbreviation of the type of collector it is. The abbreviations are as + follows: +

+ +")); +end Data; diff --git a/IBPSA/Fluid/SolarCollectors/Data/package.order b/IBPSA/Fluid/SolarCollectors/Data/package.order new file mode 100644 index 0000000000..361d653672 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Data/package.order @@ -0,0 +1,5 @@ +GenericASHRAE93 +GenericEN12975 +GlazedFlatPlate +Tubular +BaseClasses diff --git a/IBPSA/Fluid/SolarCollectors/EN12975.mo b/IBPSA/Fluid/SolarCollectors/EN12975.mo new file mode 100644 index 0000000000..5d4f250a95 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/EN12975.mo @@ -0,0 +1,202 @@ +within IBPSA.Fluid.SolarCollectors; +model EN12975 "Model of a solar thermal collector according to the ASHRAE Standard 93" + extends IBPSA.Fluid.SolarCollectors.BaseClasses.PartialSolarCollector( + redeclare IBPSA.Fluid.SolarCollectors.Data.GenericEN12975 per); + + IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975SolarGain solGai( + redeclare package Medium = Medium, + final nSeg=nSeg, + final incAngDat=per.incAngDat, + final incAngModDat=per.incAngModDat, + final iamDiff=per.IAMDiff, + final eta0=per.eta0, + final use_shaCoe_in=use_shaCoe_in, + final shaCoe=shaCoe, + final A_c=ATot_internal) + "Identifies heat gained from the sun using the EN12975 standard calculations" + annotation (Placement(transformation(extent={{-20,40},{0,60}}))); + IBPSA.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss heaLos( + redeclare package Medium = Medium, + final nSeg=nSeg, + final a1=per.a1, + final a2=per.a2, + final A_c=ATot_internal) + "Calculates the heat lost to the surroundings using the EN12975 standard calculations" + annotation (Placement(transformation(extent={{-20,10},{0,30}}))); + +equation + // Make sure the model is only used with the EN ratings data, and hence a1 > 0 + assert(per.a1 > 0, + "In " + getInstanceName() + ": The heat loss coefficient from the EN 12975 ratings data must be strictly positive. Obtained a1 = " + String(per.a1)); + connect(shaCoe_internal, solGai.shaCoe_in); + + connect(weaBus.TDryBul, heaLos.TEnv) annotation (Line( + points={{-99.95,80.05},{-90,80.05},{-90,26},{-22,26}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None), Text( + textString="%first", + index=-1, + extent={{-6,3},{-6,3}})); + connect(HDirTil.inc, solGai.incAng) annotation (Line( + points={{-59,46},{-50,46},{-50,48},{-22,48}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDifTilIso.H, solGai.HSkyDifTil) annotation (Line( + points={{-59,80},{-30,80},{-30,58},{-22,58}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(HDirTil.H, solGai.HDirTil) annotation (Line( + points={{-59,50},{-50,50},{-50,52},{-22,52}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(shaCoe_in, solGai.shaCoe_in) annotation (Line( + points={{-120,40},{-40,40},{-40,45},{-22,45}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(heaLos.TFlu, temSen.T) annotation (Line( + points={{-22,14},{-30,14},{-30,-20},{-11,-20}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(heaLos.QLos_flow, QLos.Q_flow) annotation (Line( + points={{1,20},{50,20}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(solGai.QSol_flow, QGai.Q_flow) annotation (Line( + points={{1,50},{50,50}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(temSen.T, solGai.TFlu) annotation (Line( + points={{-11,-20},{-30,-20},{-30,42},{-22,42}}, + color={0,0,127}, + smooth=Smooth.None)); + annotation ( + defaultComponentName="solCol", + Documentation(info=" +

+This component models a solar thermal collector according to the EN12975 +test standard. +

+ +

References

+

+CEN 2022, European Standard 12975:2022, European Committee for Standardization +

+

+ +EnergyPlus 23.2.0 Engineering Reference +

+", + revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100, + 100}}), + graphics={ + Rectangle( + extent={{-84,100},{84,-100}}, + lineColor={27,0,55}, + fillColor={26,0,55}, + fillPattern=FillPattern.Solid), + Line( + points={{-100,0},{-76,0},{-76,-90},{66,-90},{66,-60},{-64,-60},{-64, + -30},{66,-30},{66,0},{-64,0},{-64,28},{66,28},{66,60},{-64,60},{ + -64,86},{78,86},{78,0},{98,0},{100,0}}, + color={0,128,255}, + thickness=1, + smooth=Smooth.None), + Ellipse( + extent={{-24,26},{28,-26}}, + lineColor={255,255,0}, + fillColor={255,255,0}, + fillPattern=FillPattern.Solid), + Line( + points={{-6,-6},{8,8}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={-24,30}, + rotation=90), + Line( + points={{-50,0},{-30,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-36,-40},{-20,-24}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-10,0},{10,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={2,-40}, + rotation=90), + Line( + points={{-8,-8},{6,6}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={30,-30}, + rotation=90), + Line( + points={{32,0},{52,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1), + Line( + points={{-8,-8},{6,6}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={28,32}, + rotation=180), + Line( + points={{-10,0},{10,0}}, + color={255,255,0}, + smooth=Smooth.None, + thickness=1, + origin={0,40}, + rotation=90)})); +end EN12975; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/FlatPlate.mo b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlate.mo new file mode 100644 index 0000000000..1b13fe30e2 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlate.mo @@ -0,0 +1,119 @@ +within IBPSA.Fluid.SolarCollectors.Examples; +model FlatPlate "Test model for FlatPlate" + extends Modelica.Icons.Example; + replaceable package Medium = Modelica.Media.Incompressible.Examples.Glycol47 + "Medium in the system"; + + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol( + redeclare package Medium = Medium, + shaCoe=0, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Array, + nPanelsSer=5, + nPanelsPar=5, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_GuangdongFSPTY95(), + nPanels=25, + nSeg=9, + azi=0.3, + til=0.5, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + massDynamics=Modelica.Fluid.Types.Dynamics.SteadyState) + "Flat plate solar collector model" + annotation (Placement(transformation(extent={{2,-10},{22,10}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")) + "Weather data input file" + annotation (Placement(transformation(extent={{-28,60},{-8,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sin( + redeclare package Medium = Medium, + p(displayUnit="bar") = 100000, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{82,-10},{62,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut( + redeclare package Medium = Medium, + T_start(displayUnit="K"), + m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{32,-10},{52,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn(redeclare package Medium = + Medium, m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{-28,-10},{-8,10}}))); + Sources.Boundary_pT sou( + redeclare package Medium = Medium, + T=273.15 + 10, + nPorts=1, + use_p_in=true) "Inlet for water flow" + annotation (Placement( + transformation( + extent={{10,-10},{-10,10}}, + rotation=180, + origin={-48,0}))); + Modelica.Blocks.Sources.Sine sine( + f=3/86400, + amplitude=-solCol.dp_nominal, + offset=1E5) "Pressure source" + annotation (Placement(transformation(extent={{-88,-18},{-68,2}}))); +equation + connect(solCol.port_b, TOut.port_a) annotation (Line( + points={{22,0},{32,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(sou.ports[1], TIn.port_a) annotation (Line( + points={{-38,0},{-28,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(weaDat.weaBus, solCol.weaBus) annotation (Line( + points={{-8,70},{2,70},{2,8}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(TIn.port_b, solCol.port_a) + annotation (Line(points={{-8,0},{2,0}}, color={0,127,255})); + connect(TOut.port_b, sin.ports[1]) + annotation (Line(points={{52,0},{62,0}}, color={0,127,255})); + connect(sine.y, sou.p_in) annotation (Line(points={{-67,-8},{-60,-8}}, + color={0,0,127})); + annotation ( + Documentation(info=" +

+This example demonstrates the implementation of + +IBPSA.Fluid.SolarCollectors.ASHRAE93 +for a variable fluid flow rate and weather data from San Francisco, CA, USA. +

+", +revisions=" + +"), +__Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlate.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0)); +end FlatPlate; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mo b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mo new file mode 100644 index 0000000000..35ecb40c97 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mo @@ -0,0 +1,121 @@ +within IBPSA.Fluid.SolarCollectors.Examples; +model FlatPlateShaCoeTrue "Test model for FlatPlate with use_shaCoe_in = true" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol( + redeclare package Medium = Medium, + shaCoe=0, + from_dp=true, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + use_shaCoe_in=true, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_GuangdongFSPTY95(), + rho=0.2, + azi=0, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=5, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + nSeg=9, + til=0.5235987755983) "Flat plate solar collector with 3 segments" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")) + "Weather data input file" + annotation (Placement(transformation(extent={{-40,60},{-20,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sin( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{70,-10},{50,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut( + redeclare package Medium = Medium, + T_start(displayUnit="K"), + m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn(redeclare package Medium = + Medium, m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + use_p_in=false, + nPorts=1, + T=273.15 + 10, + p(displayUnit="Pa") = 101325 + 5*solCol.per.dp_nominal) + "Inlet for water flow" + annotation (Placement( + transformation( + extent={{10,10},{-10,-10}}, + rotation=180, + origin={-60,0}))); + Modelica.Blocks.Sources.Ramp shaCoe( + startTime=34040, + height=1, + duration=24193) "Varying shading coefficient" + annotation (Placement(transformation(extent={{-58,30},{-38,50}}))); +equation + connect(solCol.port_b, TOut.port_a) annotation (Line( + points={{10,0},{20,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TOut.port_b, sin.ports[1]) annotation (Line( + points={{40,0},{50,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TIn.port_b, solCol.port_a) annotation (Line( + points={{-20,0},{-10,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(sou.ports[1], TIn.port_a) annotation (Line( + points={{-50,0},{-50,0},{-40,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(shaCoe.y, solCol.shaCoe_in) annotation (Line( + points={{-37,40},{-16,40},{-16,4},{-12,4},{-12,4}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(weaDat.weaBus, solCol.weaBus) annotation (Line( + points={{-20,70},{-10,70},{-10,8}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This example demonstrates the use of use_shaCoe_in. +Aside from changed use of use_shaCoe_in it is identical to + +IBPSA.Fluid.SolarCollectors.Examples.FlatPlate. +

+", +revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0)); +end FlatPlateShaCoeTrue; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mo b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mo new file mode 100644 index 0000000000..3a92300c86 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mo @@ -0,0 +1,160 @@ +within IBPSA.Fluid.SolarCollectors.Examples; +model FlatPlateTotalArea "Example showing the use of TotalArea and nSeg" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol( + redeclare package Medium = Medium, + shaCoe=0, + from_dp=true, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_SolahartKf(), + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=10, + nSeg=9, + azi=0.3, + til=0.5) "Flat plate solar collector model" + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")) + "Weather data input file" + annotation (Placement(transformation(extent={{-60,60},{-40,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sin( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=2) "Outlet for water flow" + annotation (Placement(transformation(extent={{70,-10},{50,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut( + redeclare package Medium = Medium, + T_start(displayUnit="K"), + m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{20,20},{40,40}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn(redeclare package Medium = + Medium, m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{-40,20},{-20,40}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + T=273.15 + 10, + use_p_in=false, + nPorts=2, + p(displayUnit="Pa") = 101325 + solCol.dp_nominal) "Inlet for water flow" + annotation (Placement( + transformation( + extent={{10,10},{-10,-10}}, + rotation=180, + origin={-60,0}))); + + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol1( + redeclare package Medium = Medium, + shaCoe=0, + from_dp=true, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_SolahartKf(), + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=10, + nSeg=27, + azi=0.3, + til=0.5) "Flat plate solar collector model" + annotation (Placement(transformation(extent={{-10,-40},{10,-20}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut1( + redeclare package Medium = Medium, + T_start(displayUnit="K"), + m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{20,-40},{40,-20}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn1( + redeclare package Medium = + Medium, m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); +equation + connect(solCol.port_b, TOut.port_a) annotation (Line( + points={{10,30},{20,30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TOut.port_b, sin.ports[1]) annotation (Line( + points={{40,30},{50,30},{50,-1}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TIn.port_b, solCol.port_a) annotation (Line( + points={{-20,30},{-10,30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(sou.ports[1], TIn.port_a) annotation (Line( + points={{-50,-1},{-50,30},{-40,30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(weaDat.weaBus, solCol.weaBus) annotation (Line( + points={{-40,70},{-14,70},{-14,38},{-10,38},{-10,38}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(solCol1.port_b, TOut1.port_a) + annotation (Line( + points={{10,-30},{20,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TIn1.port_b, solCol1.port_a) + annotation (Line( + points={{-20,-30},{-10,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(weaDat.weaBus, solCol1.weaBus) + annotation (Line( + points={{-40,70},{-14,70},{-14,-22},{-10,-22}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(sou.ports[2], TIn1.port_a) annotation (Line( + points={{-50,1},{-50,-30},{-40,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TOut1.port_b, sin.ports[2]) annotation (Line( + points={{40,-30},{50,-30},{50,1}}, + color={0,127,255}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This model uses TotalArea instead of nPanels to +define the system size. +Aside from that change, this model is identical to + +IBPSA.Fluid.SolarCollectors.Examples.FlatPlate. +

+", +revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0)); +end FlatPlateTotalArea; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mo b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mo new file mode 100644 index 0000000000..1ebdca4afa --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mo @@ -0,0 +1,282 @@ +within IBPSA.Fluid.SolarCollectors.Examples; +model FlatPlateWithTank + "Example showing use of the flat plate solar collector in a complete solar thermal system" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water + "Fluid in the storage tank"; + replaceable package Medium_2 = IBPSA.Media.Water "Fluid flowing through the collector"; + + parameter Modelica.Units.SI.Angle azi=0.3 + "Surface azimuth (0 for south-facing; -90 degree for east-facing; +90 degree for west facing"; + parameter Modelica.Units.SI.Angle til=0.78539816339745 + "Surface tilt (0 for horizontally mounted collector)"; + parameter Real rho=0.2 "Ground reflectance"; + + parameter Modelica.Units.SI.MassFlowRate m_flow_nominal = solCol.m_flow_nominal + "Nominal mass flow rate"; + + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol( + redeclare package Medium = Medium_2, + shaCoe=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=5, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_SolahartKf(), + nSeg=9, + final azi=azi, + final til=til, + final rho=rho) "Flat plate solar collector model" + annotation (Placement(transformation(extent={{-2,46},{18,66}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos"), + computeWetBulbTemperature=false) "Weather data file reader" + annotation (Placement(transformation(extent={{-180,60},{-160,80}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut( + T_start(displayUnit="K"), + m_flow_nominal=m_flow_nominal, + redeclare package Medium = Medium_2) "Temperature sensor" + annotation (Placement(transformation(extent={{30,46},{50,66}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn(m_flow_nominal=m_flow_nominal, + redeclare package Medium = Medium_2) "Temperature sensor" + annotation (Placement(transformation(extent={{-34,46},{-14,66}}))); + IBPSA.Fluid.Storage.StratifiedEnhancedInternalHex + tan( + nSeg=4, + redeclare package Medium = Medium, + hTan=1.8, + m_flow_nominal=m_flow_nominal, + VTan=1.5, + dIns=0.07, + redeclare package MediumHex = Medium_2, + CHex=200, + dExtHex=0.01905, + hHex_a=0.9, + hHex_b=0.65, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + Q_flow_nominal=3000, + mHex_flow_nominal=3000/20/4200, + T_start=293.15, + TTan_nominal=293.15, + THex_nominal=323.15, + energyDynamicsHex=Modelica.Fluid.Types.Dynamics.FixedInitial) + "Storage tank model" + annotation (Placement(transformation( + extent={{-20,-20},{20,20}}, + origin={100,-20}))); + IBPSA.Fluid.SolarCollectors.Controls.CollectorPump pumCon( + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_ThermaLiteHS20(), + final azi=azi, + final til=til, + final rho=rho) + "Pump controller" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=0, + origin={-130,0}))); + Modelica.Thermal.HeatTransfer.Sources.FixedTemperature rooT(T=293.15) + "Room temperature" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + IBPSA.Fluid.Sources.Boundary_pT bou(redeclare package Medium = + Medium, nPorts=1) "Outlet for hot water draw" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=180, + origin={150,20}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou1( + redeclare package Medium = Medium, + use_m_flow_in=false, + nPorts=1, + m_flow=0.001, + T=288.15) "Inlet and flow rate for hot water draw" + annotation (Placement(transformation( + extent={{10,-10},{-10,10}}, + origin={150,-20}))); + IBPSA.Fluid.Movers.FlowControlled_m_flow pum( + redeclare package Medium = Medium_2, + m_flow_nominal=m_flow_nominal, + energyDynamics=Modelica.Fluid.Types.Dynamics.SteadyState, + nominalValuesDefineDefaultPressureCurve=true) + "Pump forcing circulation through the system" annotation (Placement( + transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={-50,0}))); + IBPSA.Fluid.Storage.ExpansionVessel exp( + redeclare package Medium = Medium_2, V_start=0.1) "Expansion tank" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + origin={0,-20}))); + Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor TTan + "Temperature in the tank water that surrounds the heat exchanger" + annotation (Placement(transformation(extent={{-80,20},{-100,40}}))); + + IBPSA.Controls.OBC.CDL.Conversions.BooleanToReal booToRea(realTrue= + m_flow_nominal) + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); +equation + connect(solCol.port_b,TOut. port_a) annotation (Line( + points={{18,56},{30,56}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TIn.port_b,solCol. port_a) annotation (Line( + points={{-14,56},{-2,56}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(weaDat.weaBus,solCol. weaBus) annotation (Line( + points={{-160,70},{-2,70},{-2,64}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(weaDat.weaBus, pumCon.weaBus) annotation (Line( + points={{-160,70},{-152,70},{-152,5},{-140,5}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(rooT.port, tan.heaPorTop) annotation (Line( + points={{40,-80},{48,-80},{48,0},{104,0},{104,-5.2}}, + color={191,0,0}, + smooth=Smooth.None)); + connect(rooT.port, tan.heaPorSid) annotation (Line( + points={{40,-80},{111.2,-80},{111.2,-20}}, + color={191,0,0}, + smooth=Smooth.None)); + connect(pum.port_b, TIn.port_a) annotation (Line( + points={{-50,10},{-50,56},{-34,56}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(pum.port_a, exp.port_a) annotation (Line( + points={{-50,-10},{-50,-36},{0,-36},{0,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(exp.port_a, tan.portHex_b) annotation (Line( + points={{0,-30},{0,-36},{80,-36}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TOut.port_b, tan.portHex_a) annotation (Line( + points={{50,56},{68,56},{68,-27.6},{80,-27.6}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(bou.ports[1], tan.port_a) annotation (Line( + points={{140,20},{100,20},{100,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(bou1.ports[1], tan.port_b) annotation (Line( + points={{140,-20},{120,-20},{120,-40},{100,-40}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(tan.heaPorVol[3], TTan.port) annotation (Line( + points={{100,-19.85},{98,-19.85},{98,-20},{96,-20},{96,30},{-80,30}}, + color={191,0,0}, + smooth=Smooth.None)); + connect(TTan.T, pumCon.TIn) annotation (Line( + points={{-101,30},{-160,30},{-160,-4},{-142,-4}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(pumCon.on, booToRea.u) + annotation (Line(points={{-118,0},{-102,0}}, color={255,0,255})); + connect(pum.m_flow_in, booToRea.y) annotation (Line(points={{-62,7.77156e-16}, + {-70,7.77156e-16},{-70,0},{-78,0}}, color={0,0,127})); + annotation ( + __Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0), + Documentation(info=" +

+This example shows how several different models can be combined to create +an entire solar water heating system. +The + +IBPSA.Fluid.Storage.StratifiedEnhancedInternalHex (tan) model is +used to represent the tank filled with hot water. +A loop, powered by a pump +( +IBPSA.Fluid.Movers.FlowControlled_m_flow, pum), +passes the water through an expansion tank +( +IBPSA.Fluid.Storage.ExpansionVessel, exp), +a temperature sensor +( +IBPSA.Fluid.Sensors.TemperatureTwoPort, TIn), +the solar collector +( +IBPSA.Fluid.SolarCollectors.ASHRAE93, solCol), +and a second temperature sensor +( +IBPSA.Fluid.Sensors.TemperatureTwoPort, TOut) +before re-entering the tank. +

+

+The solar collector is connected to the weather model +( +IBPSA.BoundaryConditions.WeatherData.ReaderTMY3, weaDat) which passes +information for the San Francisco, CA, USA climate. +This information is used to identify both the heat gain in the water +from the sun and the heat loss to the ambient conditions. +

+

+The flow rate through the pump is controlled by a solar pump controller model +( +IBPSA.Fluid.SolarCollectors.Controls.CollectorPump, pumCon) +and a gain model. +The controller outputs a binary on (1) / off (0) signal. +The on/off signal is passed through a boolean to real signal converter +to set the pump mass flow rate. +

+

+The heat ports for the tank are connected to an ambient temperature of +20 degrees C representing the temperature of the room the tank is stored in. +

+

+bou1 ( +IBPSA.Fluid.Sources.MassFlowSource_T) provides a constant mass flow +rate for a hot water draw while bou +( +IBPSA.Fluid.Sources.Boundary_pT) +provides a boundary condition for the outlet of the draw. +

+", +revisions=" + +"), + Diagram(coordinateSystem(extent={{-200,-100},{180,100}})), + Icon(coordinateSystem(extent={{-100,-100},{100,100}}))); +end FlatPlateWithTank; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/Tubular.mo b/IBPSA/Fluid/SolarCollectors/Examples/Tubular.mo new file mode 100644 index 0000000000..97d8b3f5aa --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/Tubular.mo @@ -0,0 +1,127 @@ +within IBPSA.Fluid.SolarCollectors.Examples; +model Tubular "Example showing the use of Tubular" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + IBPSA.Fluid.SolarCollectors.ASHRAE93 solCol( + redeclare package Medium = Medium, + shaCoe=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + use_shaCoe_in=false, + per=IBPSA.Fluid.SolarCollectors.Data.Tubular.T_AMKCollectraAGOWR20(), + nPanels=10, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Parallel, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + rho=0.2, + nSeg=9, + azi=0.3, + til=0.5) "Tubular solar collector model" + annotation (Placement(transformation(extent={{10,-10},{30,10}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos")) + "Weather data input file" + annotation (Placement(transformation(extent={{-20,60},{0,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sin( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Inlet for fluid flow" annotation (Placement(transformation(extent={{90,-10}, + {70,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TOut( + redeclare package Medium = Medium, + T_start(displayUnit="K"), + m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{40,-10},{60,10}}))); + IBPSA.Fluid.Sensors.TemperatureTwoPort TIn(redeclare package Medium = + Medium, m_flow_nominal=solCol.m_flow_nominal) "Temperature sensor" + annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); + Modelica.Blocks.Sources.Sine sine( + f=3/86400, + offset=101325, + amplitude=-0.1*solCol.dp_nominal) + annotation (Placement(transformation(extent={{-80,-18},{-60,2}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + T=273.15 + 10, + nPorts=1, + use_p_in=true, + p(displayUnit="Pa")) "Inlet for water flow" + annotation (Placement( + transformation( + extent={{10,-10},{-10,10}}, + rotation=180, + origin={-40,0}))); +equation + connect(solCol.port_b,TOut. port_a) annotation (Line( + points={{30,0},{40,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TOut.port_b,sin. ports[1]) annotation (Line( + points={{60,0},{70,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(TIn.port_b,solCol. port_a) annotation (Line( + points={{0,0},{10,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(weaDat.weaBus, solCol.weaBus) annotation (Line( + points={{0,70},{10,70},{10,8}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(sine.y, sou.p_in) annotation (Line( + points={{-59,-8},{-52,-8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(sou.ports[1], TIn.port_a) annotation (Line( + points={{-30,0},{-20,0}}, + color={0,127,255}, + smooth=Smooth.None)); + annotation (__Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/Tubular.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400.0), + Documentation(info=" +

+ This example models a tubular solar thermal collector. It uses the + + IBPSA.Fluid.SolarCollectors.ASHRAE93 model and references + data in the + IBPSA.Fluid.SolarCollectors.Data.Tubular package. +

+", +revisions=" + +")); +end Tubular; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/package.mo b/IBPSA/Fluid/SolarCollectors/Examples/package.mo new file mode 100644 index 0000000000..56e6f59d91 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/package.mo @@ -0,0 +1,20 @@ +within IBPSA.Fluid.SolarCollectors; +package Examples "Examples demonstrating the use of models in the SolarCollectors package" + extends Modelica.Icons.ExamplesPackage; + + + + + + + + + + + annotation(Documentation(info=" +

+ This package contains example model demonstrating the use of models in + the SolarCollectors package. +

+ ")); +end Examples; diff --git a/IBPSA/Fluid/SolarCollectors/Examples/package.order b/IBPSA/Fluid/SolarCollectors/Examples/package.order new file mode 100644 index 0000000000..6a925c587c --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Examples/package.order @@ -0,0 +1,5 @@ +FlatPlate +FlatPlateShaCoeTrue +FlatPlateTotalArea +FlatPlateWithTank +Tubular diff --git a/IBPSA/Fluid/SolarCollectors/Types/HeatCapacity.mo b/IBPSA/Fluid/SolarCollectors/Types/HeatCapacity.mo new file mode 100644 index 0000000000..bff5f482b2 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Types/HeatCapacity.mo @@ -0,0 +1,14 @@ +within IBPSA.Fluid.SolarCollectors.Types; +type HeatCapacity = enumeration( + TotalCapacity + "Total thermal capacity of the solar collector (i.e. including fluid)", + DryCapacity + "Dry thermal capacity and fluid volume of the solar collector", + DryMass + "Dry mass and fluid volume of the solar collector") + "Enumeration to define how the heat capacity of the solar collector is calculated" + annotation(Documentation(info=" +

+Enumeration used to define the different types of solar collector capacity specification. +

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Types/NumberSelection.mo b/IBPSA/Fluid/SolarCollectors/Types/NumberSelection.mo new file mode 100644 index 0000000000..cc26e7d90f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Types/NumberSelection.mo @@ -0,0 +1,11 @@ +within IBPSA.Fluid.SolarCollectors.Types; +type NumberSelection = enumeration( + Number "Number of panels", + Area "Total panel area") "Enumeration of options for how users will specify + the number of solar collectors in a system" + annotation(Documentation(info=" +

+Enumeration used to define the different methods of declaring solar thermal +system size. +

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Types/SystemConfiguration.mo b/IBPSA/Fluid/SolarCollectors/Types/SystemConfiguration.mo new file mode 100644 index 0000000000..898e7fb388 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Types/SystemConfiguration.mo @@ -0,0 +1,12 @@ +within IBPSA.Fluid.SolarCollectors.Types; +type SystemConfiguration = enumeration( + Parallel "Panels connected in parallel", + Series "Panels connected in series", + Array "Rectangular array of panels") + "Enumeration of options for how the panels are connected" + annotation(Documentation(info=" +

+Enumeration used to define the different configurations of +solar thermal systems. +

+")); diff --git a/IBPSA/Fluid/SolarCollectors/Types/package.mo b/IBPSA/Fluid/SolarCollectors/Types/package.mo new file mode 100644 index 0000000000..446924c327 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Types/package.mo @@ -0,0 +1,10 @@ +within IBPSA.Fluid.SolarCollectors; +package Types "Package with type definitions used in solar collector data records" + extends Modelica.Icons.TypesPackage; + +annotation (preferredView="info", Documentation(info=" +

+ This package contains type definitions used in solar thermal collector models. +

+")); +end Types; diff --git a/IBPSA/Fluid/SolarCollectors/Types/package.order b/IBPSA/Fluid/SolarCollectors/Types/package.order new file mode 100644 index 0000000000..a75bffc197 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Types/package.order @@ -0,0 +1,3 @@ +HeatCapacity +NumberSelection +SystemConfiguration diff --git a/IBPSA/Fluid/SolarCollectors/UsersGuide.mo b/IBPSA/Fluid/SolarCollectors/UsersGuide.mo new file mode 100644 index 0000000000..338eb4341f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/UsersGuide.mo @@ -0,0 +1,234 @@ +within IBPSA.Fluid.SolarCollectors; +package UsersGuide "User's Guide" + extends Modelica.Icons.Information; + annotation(preferredView="info", + Documentation(info=" +

+This package contains models for solar thermal systems. +Top-level models are available for solar thermal collectors based on the +ASHRAE93 (American) and EN12975 (European) test protocols. +The two models use different models for solar gain, heat loss, and use +different data packages. +The model applied to (un)glazed flat-plate solar thermal collectors, as well as +evacuated tube collectors. +

+ +

Model description

+

+The solar thermal collector model is developed based on the +flat-plate solar thermal collector model of EnergyPlus. +The model determines the solar heat gain and heat loss of the collector +seperately, and the difference of both is transferred to the collector. +The ASHRAE93 and EN12975 collector model calculate the heat gain and heat loss +differently. +The details of these calculations can be found in + +IBPSA.Fluid.SolarCollectors.BaseClasses. +Accordingly, data records for both test methods are available in + +IBPSA.Fluid.SolarCollectors.Data. +

+ +
Performance data
+

+Different sources exist to find ratings data of individual collectors. +However, not all data might be available in one single data sheet. +The table below specifies which input data of the model can be found in several +well-known data sources: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Input data SRCC Solar Keymark SPF
A Gross area Gross area Gross, aperture, or absorber area
C (mDry*385, V) C (CDry or mDry*385, V)
mperA_flow_nominal mperA_flow_nominal mperA_flow_nominal m_flow_nominal/A
dp_nominal / / dp_nominal
incAngDat, incAngModDat IAM({0°,10°,...,90°}) IAM({10°,20°,...,90°}) IAM(angle)-plot
y_intercept, slope (ASHRAE93) y_intercept, slope / /
IAMDiff, eta0, a1, a2 (EN12975) IAM(50°), eta0, a1, a2 Kd or IAM(50°), eta0, a1, a2 IAM(50°), eta0, a1, a2
+

+Some extra important remarks regarding the performance data: +

+ + +
Other model parameters
+

+Apart from the performance parameters, several other parameters must be defined. +Most of the parameters are self-explanatory. +The complex parameters are used as follows: +

+ + +

References

+

+ASHRAE 93-2010 -- Methods of Testing to Determine the Thermal Performance of +Solar Collectors (ANSI approved). +

+

+CEN 2022, European Standard 12975:2022, European Committee for Standardization. +

+

+ +EnergyPlus 23.2.0 Engineering Reference. +

+")); + +end UsersGuide; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/EN12975NPanels.mo b/IBPSA/Fluid/SolarCollectors/Validation/EN12975NPanels.mo new file mode 100644 index 0000000000..1ed5b8e565 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/EN12975NPanels.mo @@ -0,0 +1,145 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model EN12975NPanels + "Validation model for collector according to EN12975 with different settings for nPanel" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + + parameter Integer nPanels=10 "Number of panels"; + + IBPSA.Fluid.SolarCollectors.EN12975 solCol( + redeclare package Medium = Medium, + per=datSolCol, + shaCoe=0, + azi=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=1, + nSeg=30, + til=0.78539816339745) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{30,20},{50,40}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos"), + computeWetBulbTemperature=false) + "Weather data file reader" + annotation (Placement(transformation(extent={{-40,60},{-20,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{90,20},{70,40}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou( + nPorts=1, + redeclare package Medium = Medium, + use_m_flow_in=true, + use_T_in=false, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + + IBPSA.Fluid.SolarCollectors.EN12975 solCol1( + redeclare package Medium = Medium, + per=datSolCol, + shaCoe=0, + azi=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nSeg=30, + til=0.78539816339745, + nPanels=nPanels) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{30,-40},{50,-20}}))); + IBPSA.Fluid.Sources.Boundary_pT sou1( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{90,-40},{70,-20}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou1( + nPorts=1, + redeclare package Medium = Medium, + use_m_flow_in=true, + use_T_in=false, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-10,-40},{10,-20}}))); + Modelica.Blocks.Math.Gain gaiNPan(k=nPanels) "Gain for number of panels" + annotation (Placement(transformation(extent={{-50,-30},{-30,-10}}))); + Modelica.Blocks.Sources.RealExpression difHeaGai(y=solCol.QGai[30].Q_flow - + solCol1.QGai[30].Q_flow/nPanels) + "Difference in heat gain at last panel between model with 1 and with 30 panels" + annotation (Placement(transformation(extent={{-70,-70},{-50,-50}}))); + Modelica.Blocks.Sources.RealExpression difHeaLos(y=solCol.QLos[30].Q_flow - + solCol1.QLos[30].Q_flow/nPanels) + "Difference in heat loss at last panel between model with 1 and with 30 panels" + annotation (Placement(transformation(extent={{-70,-90},{-50,-70}}))); + Modelica.Blocks.Sources.Constant m_flow_nominal(k=datSolCol.A*datSolCol.mperA_flow_nominal) + "Nominal flow rate for one panel" + annotation (Placement(transformation(extent={{-90,30},{-70,50}}))); + parameter Data.GlazedFlatPlate.FP_VerificationModel datSolCol + annotation (Placement(transformation(extent={{60,60},{80,80}}))); +equation + connect(weaDat.weaBus, solCol1.weaBus) annotation (Line( + points={{-20,70},{20,70},{20,-22},{30,-22}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(bou1.ports[1], solCol1.port_a) annotation (Line( + points={{10,-30},{30,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(sou1.ports[1], solCol1.port_b) annotation (Line( + points={{70,-30},{50,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(gaiNPan.y, bou1.m_flow_in) + annotation (Line(points={{-29,-20},{-20,-20},{-20,-22},{-12,-22}}, + color={0,0,127})); + connect(solCol.port_a, bou.ports[1]) + annotation (Line(points={{30,30},{10,30}},color={0,127,255})); + connect(solCol.port_b, sou.ports[1]) + annotation (Line(points={{50,30},{70,30}}, color={0,127,255})); + connect(solCol.weaBus, weaDat.weaBus) annotation (Line( + points={{30,38},{20,38},{20,70},{-20,70}}, + color={255,204,51}, + thickness=0.5)); + connect(m_flow_nominal.y, bou.m_flow_in) annotation (Line(points={{-69,40},{ + -20,40},{-20,38},{-12,38}}, + color={0,0,127})); + connect(gaiNPan.u, m_flow_nominal.y) annotation (Line(points={{-52,-20},{-60, + -20},{-60,40},{-69,40}}, color={0,0,127})); + annotation ( + Documentation(info=" +

+This model validates the solar collector model + +IBPSA.Fluid.SolarCollectors.EN12975 +for the case +where the number of panels is 1 for the instance solCol +and 10 for the instance solCol1. +The instances difHeaGai and difHeaLos +compare the heat gain and heat loss between the two models. +The output of these blocks should be zero, except for rounding errors. +

+", revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975NPanels.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end EN12975NPanels; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Array.mo b/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Array.mo new file mode 100644 index 0000000000..7bbe133b7a --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Array.mo @@ -0,0 +1,161 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model EN12975_Array + "Validation model for collector according to EN12975 in array configuration" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + + parameter Modelica.Units.SI.MassFlowRate m_flow_nominal=solCol.per.A* + solCol.per.mperA_flow_nominal "Nominal mass flow rate"; + + model Collector + extends IBPSA.Fluid.SolarCollectors.EN12975( + redeclare final package Medium = IBPSA.Media.Water, + final show_T = true, + final per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_VerificationModel(), + final shaCoe=0, + final azi=0, + final energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + final rho=0.2, + final nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=1, + final til=0.78539816339745, + final use_shaCoe_in=false, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series); + + end Collector; + + Collector solCol( + nPanels=4, + nSeg=3, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Array, + nPanelsSer=2, + nPanelsPar=2) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); + + Collector solCol1(nSeg=3, nPanels=2) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-50,-40},{-30,-20}}))); + + Collector solCol2(nSeg=3, nPanels=2) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-50,-80},{-30,-60}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos"), + computeWetBulbTemperature=false) + "Weather data file reader" + annotation (Placement(transformation(extent={{-88,60},{-68,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{80,20},{60,40}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou( + nPorts=1, + redeclare package Medium = Medium, + use_T_in=false, + m_flow=m_flow_nominal, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + + IBPSA.Fluid.Sources.Boundary_pT sou1( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{80,-40},{60,-20}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou1( + nPorts=1, + redeclare package Medium = Medium, + use_T_in=false, + m_flow=m_flow_nominal/2, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + + Sensors.TemperatureTwoPort senTem( + redeclare package Medium = Medium, + tau=0, + m_flow_nominal=m_flow_nominal) + "Temperature sensor" + annotation (Placement(transformation(extent={{20,40},{40,20}}))); + Sensors.TemperatureTwoPort senTem1( + redeclare package Medium = Medium, + tau=0, + m_flow_nominal=m_flow_nominal) + "Temperature sensor" + annotation (Placement(transformation(extent={{20,-20},{40,-40}}))); + Modelica.Blocks.Math.Add dT(final k2=-1) "Temperature difference (must be zero)" + annotation (Placement(transformation(extent={{60,-80},{80,-60}}))); + Sources.MassFlowSource_T bou2( + nPorts=1, + redeclare package Medium = Medium, + use_T_in=false, + m_flow=m_flow_nominal/2, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-80,-80},{-60,-60}}))); +equation + connect(weaDat.weaBus, solCol1.weaBus) annotation (Line( + points={{-68,70},{-50,70},{-50,-22}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(bou1.ports[1], solCol1.port_a) annotation (Line( + points={{-60,-30},{-50,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(solCol.port_a, bou.ports[1]) annotation (Line(points={{-20,30},{-60,30}}, + color={0,127,255})); + connect(solCol.weaBus, weaDat.weaBus) annotation (Line( + points={{-20,38},{-24,38},{-24,70},{-68,70}}, + color={255,204,51}, + thickness=0.5)); + connect(weaDat.weaBus, solCol2.weaBus) annotation (Line( + points={{-68,70},{-50,70},{-50,-62}}, + color={255,204,51}, + thickness=0.5)); + connect(solCol.port_b, senTem.port_a) + annotation (Line(points={{0,30},{20,30}}, color={0,127,255})); + connect(senTem.port_b, sou.ports[1]) + annotation (Line(points={{40,30},{60,30}}, color={0,127,255})); + connect(sou1.ports[1], senTem1.port_b) + annotation (Line(points={{60,-30},{40,-30}}, color={0,127,255})); + connect(dT.u1, senTem.T) annotation (Line(points={{58,-64},{50,-64},{50,0},{30, + 0},{30,19}}, color={0,0,127})); + connect(senTem1.T, dT.u2) annotation (Line(points={{30,-41},{30,-76},{58,-76}}, + color={0,0,127})); + connect(bou2.ports[1], solCol2.port_a) + annotation (Line(points={{-60,-70},{-50,-70}}, color={0,127,255})); + connect(solCol1.port_b, senTem1.port_a) + annotation (Line(points={{-30,-30},{20,-30}}, color={0,127,255})); + connect(solCol2.port_b, senTem1.port_a) annotation (Line(points={{-30,-70},{-20, + -70},{-20,-30},{20,-30}}, color={0,127,255})); + annotation ( + Documentation(info=" +

+This model validates the solar collector model + +IBPSA.Fluid.SolarCollectors.EN12975 +for the case where one model has multiple panels in a 2x2 array, +versus the case where two models are in parallel, +each having two panels in series. +The output of the block dT must be zero, +as both cases must have the same outlet temperatures. +Furthermore, the pressure drops over all models should be the same. +

+", revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Array.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end EN12975_Array; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Series.mo b/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Series.mo new file mode 100644 index 0000000000..011cd7c3a6 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/EN12975_Series.mo @@ -0,0 +1,157 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model EN12975_Series + "Validation model for collector according to EN12975 with different panels in series" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + + parameter Modelica.Units.SI.MassFlowRate m_flow_nominal=solCol.per.A* + solCol.per.mperA_flow_nominal "Nominal mass flow rate"; + + model Collector + extends IBPSA.Fluid.SolarCollectors.EN12975( + redeclare final package Medium = IBPSA.Media.Water, + final show_T = true, + final per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_VerificationModel(), + final shaCoe=0, + final azi=0, + final energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + final rho=0.2, + final nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=1, + final til=0.78539816339745, + final use_shaCoe_in=false, + final sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series); + + end Collector; + + Collector solCol(nPanels=2, nSeg=6) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); + + Collector solCol1(nSeg=3, nPanels=1) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-50,-40},{-30,-20}}))); + + Collector solCol2(nSeg=3, nPanels=1) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{-20,-40},{0,-20}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos"), + computeWetBulbTemperature=false) + "Weather data file reader" + annotation (Placement(transformation(extent={{-88,60},{-68,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{80,20},{60,40}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou( + nPorts=1, + redeclare package Medium = Medium, + use_T_in=false, + m_flow=m_flow_nominal, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + + IBPSA.Fluid.Sources.Boundary_pT sou1( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{80,-40},{60,-20}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou1( + nPorts=1, + redeclare package Medium = Medium, + use_T_in=false, + m_flow=m_flow_nominal, + T=303.15) "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + + Sensors.TemperatureTwoPort senTem( + redeclare package Medium = Medium, + tau=0, + m_flow_nominal=m_flow_nominal) + "Temperature sensor" + annotation (Placement(transformation(extent={{20,40},{40,20}}))); + Sensors.TemperatureTwoPort senTem1( + redeclare package Medium = Medium, + tau=0, + m_flow_nominal=m_flow_nominal) + "Temperature sensor" + annotation (Placement(transformation(extent={{20,-20},{40,-40}}))); + Modelica.Blocks.Math.Add dT(final k2=-1) "Temperature difference (must be zero)" + annotation (Placement(transformation(extent={{60,-80},{80,-60}}))); +equation + connect(weaDat.weaBus, solCol1.weaBus) annotation (Line( + points={{-68,70},{-50,70},{-50,-22}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(bou1.ports[1], solCol1.port_a) annotation (Line( + points={{-60,-30},{-50,-30}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(solCol.port_a, bou.ports[1]) annotation (Line(points={{-20,30},{-60,30}}, + color={0,127,255})); + connect(solCol.weaBus, weaDat.weaBus) annotation (Line( + points={{-20,38},{-24,38},{-24,70},{-68,70}}, + color={255,204,51}, + thickness=0.5)); + connect(solCol2.port_a, solCol1.port_b) + annotation (Line(points={{-20,-30},{-30,-30}}, + color={0,127,255})); + connect(weaDat.weaBus, solCol2.weaBus) annotation (Line( + points={{-68,70},{-24,70},{-24,-22},{-20,-22}}, + color={255,204,51}, + thickness=0.5)); + connect(solCol.port_b, senTem.port_a) + annotation (Line(points={{0,30},{20,30}}, color={0,127,255})); + connect(senTem.port_b, sou.ports[1]) + annotation (Line(points={{40,30},{60,30}}, color={0,127,255})); + connect(sou1.ports[1], senTem1.port_b) + annotation (Line(points={{60,-30},{40,-30}}, color={0,127,255})); + connect(senTem1.port_a, solCol2.port_b) + annotation (Line(points={{20,-30},{0,-30}}, color={0,127,255})); + connect(dT.u1, senTem.T) annotation (Line(points={{58,-64},{50,-64},{50,0},{30, + 0},{30,19}}, color={0,0,127})); + connect(senTem1.T, dT.u2) annotation (Line(points={{30,-41},{30,-76},{58,-76}}, + color={0,0,127})); + annotation ( + Documentation(info=" +

+This model validates the solar collector model + +IBPSA.Fluid.SolarCollectors.EN12975 +for the case where one model has multiple panels in series, +versus the case where two models are in series, each having one panel. +The output of the block dT must be zero, as both +cases must have the same outlet temperatures. +

+", revisions=" + +"), + __Dymola_Commands(file= + "modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Series.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end EN12975_Series; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mo b/IBPSA/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mo new file mode 100644 index 0000000000..0bf95491a5 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mo @@ -0,0 +1,219 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model ExtremeAmbientConditions + "Validation model for to ensure that collectors do not freeze or boil" + extends Modelica.Icons.Example; + + replaceable package Medium = IBPSA.Media.Water(T_min=273.15, T_max=273.15+100) + "Medium in the system"; + + ASHRAE93 solAsh( + redeclare package Medium = Medium, + shaCoe=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_GuangdongFSPTY95(), + nPanels=1, + azi=0.3, + til=0.5, + T_start=313.15) "Flat plate solar collector model using the ASHRAE model" + annotation (Placement(transformation(extent={{20,-50},{40,-30}}))); + EN12975 solEn( + redeclare package Medium = Medium, + shaCoe=0, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + sysConfig=IBPSA.Fluid.SolarCollectors.Types.SystemConfiguration.Series, + nPanels=1, + azi=0.3, + til=0.5, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_VerificationModel(), + T_start=313.15) "Flat plate solar collector model using the EN 12975 model" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + + Sources.MassFlowSource_T sou( + redeclare package Medium = Medium, + nPorts=1, + m_flow=0) "Inlet boundary conditions" + annotation (Placement( + transformation( + extent={{10,10},{-10,-10}}, + rotation=180, + origin={-10,-40}))); + Sources.Boundary_pT sou1( + redeclare package Medium = Medium, + p(displayUnit="Pa"), + use_p_in=false, + nPorts=2) "Inlet boundary conditions" + annotation (Placement( + transformation( + extent={{-10,10},{10,-10}}, + rotation=180, + origin={80,-60}))); + Modelica.Blocks.Sources.Ramp TAmb( + offset=273.15 + 40, + height=-100, + duration=10*3600) "Ambient temperature" + annotation (Placement(transformation(extent={{-80,90},{-60,110}}))); + Modelica.Blocks.Sources.Ramp HSol( + duration=12*3600, + height=1000, + startTime=10*3600) "Solar irradiation" + annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); + + Sources.MassFlowSource_T sou2( + redeclare package Medium = Medium, + nPorts=1, + m_flow=0) "Inlet boundary conditions" + annotation (Placement( + transformation( + extent={{10,10},{-10,-10}}, + rotation=180, + origin={-10,-80}))); + BoundaryConditions.WeatherData.Bus weaBus annotation (Placement( + transformation(extent={{-10,-10},{10,10}}),iconTransformation(extent={{-154, + 16},{-134,36}}))); + Modelica.Blocks.Sources.Constant const(k=0) "Constant that outputs zero" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + Modelica.Blocks.Sources.Constant solTim(k=12*3600) "Solar time" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + Modelica.Blocks.Sources.Constant lat(k=0.656593) "Location latitude" + annotation (Placement(transformation(extent={{-80,-80},{-60,-60}}))); + Modelica.Blocks.Sources.Constant alt(k=2) "Location altitude" + annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); + Modelica.Blocks.Sources.Constant const1(k=0) + "Constant that outputs zero" + annotation (Placement(transformation(extent={{-80,-20},{-60,0}}))); +equation + connect(sou.ports[1], solAsh.port_a) + annotation (Line(points={{1.77636e-15,-40},{20,-40}}, color={0,127,255})); + connect(sou2.ports[1], solEn.port_a) + annotation (Line(points={{1.77636e-15,-80},{20,-80}}, color={0,127,255})); + connect(solAsh.port_b, sou1.ports[1]) + annotation (Line(points={{40,-40},{70,-40},{70,-61}}, + color={0,127,255})); + connect(solEn.port_b, sou1.ports[2]) annotation (Line(points={{40,-80},{70, + -80},{70,-59}}, color={0,127,255})); + connect(weaBus, solAsh.weaBus) annotation (Line( + points={{0,0},{16,0},{16,-32},{20,-32}}, + color={255,204,51}, + thickness=0.5), Text( + textString="%first", + index=-1, + extent={{-6,3},{-6,3}})); + connect(TAmb.y, weaBus.TDryBul) annotation (Line(points={{-59,100},{0,100},{0, + 50},{0.05,50},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(HSol.y, weaBus.HDifHor) annotation (Line(points={{-59,70},{-28,70},{-28, + 0.05},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(HSol.y, weaBus.HGloHor) annotation (Line(points={{-59,70},{-28,70},{-28, + 0.05},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(const.y, weaBus.solZen) annotation (Line(points={{-59,30},{-28,30},{-28, + 0.05},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(solTim.y, weaBus.solTim) annotation (Line(points={{-59,-40},{-28,-40}, + {-28,0.05},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(HSol.y, weaBus.HDirNor) annotation (Line(points={{-59,70},{-28,70},{-28, + 0.05},{0.05,0.05}}, + color={0,0,127}), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(solEn.weaBus, weaBus) annotation (Line( + points={{20,-72},{16,-72},{16,0},{0,0}}, + color={255,204,51}, + thickness=0.5), Text( + textString="%second", + index=1, + extent={{6,3},{6,3}})); + connect(lat.y, weaBus.lat) annotation (Line(points={{-59,-70},{-28,-70},{-28,0.05}, + {0.05,0.05}}, + color={0,0,127}), Text( + string="%second", + index=1, + extent={{6,3},{6,3}}, + horizontalAlignment=TextAlignment.Left)); + connect(alt.y, weaBus.alt) annotation (Line(points={{-59,-100},{-28,-100},{-28, + 0.05},{0.05,0.05}}, + color={0,0,127}), Text( + string="%second", + index=1, + extent={{6,3},{6,3}}, + horizontalAlignment=TextAlignment.Left)); + connect(const1.y, weaBus.cloTim) annotation (Line(points={{-59,-10},{-28,-10}, + {-28,0.05},{0.05,0.05}}, color={0,0,127}), Text( + string="%second", + index=1, + extent={{6,3},{6,3}}, + horizontalAlignment=TextAlignment.Left)); + annotation ( + Documentation(info=" +

+This model validates the correct implementation of the heat transfer +to the collector when ambient temperatures are very low or irradiation is very +large. +It applies a ramp boundary condition that reduces the ambient temperature +to -60°C to verify that the collector fluid temperature does not +drop below Medium.T_min. +Afterwards, the solar irradiation is increased to overheat the collector. +If the fluid temperature approaches Medium.T_max, +then the solar heat gain is reduced to zero. +Ensuring these bounds is important as otherwise, the collector model +would trigger an assertion and the simulation would stop. +The tested collector models are + +IBPSA.Fluid.SolarCollectors.ASHRAE93 +and + +IBPSA.Fluid.SolarCollectors.EN12975. +

+

+Note that the medium has been declared +as IBPSA.Media.Water(T_min=273.15, T_max=273.15+100) +to set the two bounds for the water temperature. +

+", +revisions=" + +"), + __Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mos" + "Simulate and plot"), + experiment(Tolerance=1e-06, StopTime=86400), + Diagram(coordinateSystem(extent={{-100,-120},{100,120}})), + Icon(coordinateSystem(extent={{-100,-120},{100,120}}))); +end ExtremeAmbientConditions; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/FlatPlate.mo b/IBPSA/Fluid/SolarCollectors/Validation/FlatPlate.mo new file mode 100644 index 0000000000..11b6def28f --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/FlatPlate.mo @@ -0,0 +1,134 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model FlatPlate "Validation model for FlatPlate" + extends Modelica.Icons.Example; + replaceable package Medium = IBPSA.Media.Water "Medium in the system"; + IBPSA.Fluid.SolarCollectors.ASHRAE93 + solCol( + redeclare package Medium = Medium, + shaCoe=0, + azi=0, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_TRNSYSValidation(), + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nPanels=1, + nSeg=30, + til=0.78539816339745) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{30,-10},{50,10}}))); + + IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(filNam= + Modelica.Utilities.Files.loadResource("modelica://IBPSA/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.mos"), + computeWetBulbTemperature=false) + "Weather data file reader" + annotation (Placement(transformation(extent={{-40,60},{-20,80}}))); + IBPSA.Fluid.Sources.Boundary_pT sou( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{90,-10},{70,10}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou( + nPorts=1, + redeclare package Medium = Medium, + use_m_flow_in=true, + use_T_in=true) + "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Modelica.Blocks.Math.Add add + "Converts TRNSYS data from degree Celsius to Kelving" + annotation (Placement(transformation(extent={{-50,0},{-30,20}}))); + Modelica.Blocks.Sources.CombiTimeTable datRea( + tableOnFile=true, + tableName="TRNSYS", + columns=2:5, + fileName=Modelica.Utilities.Files.loadResource( + "modelica://IBPSA/Resources/Data/Fluid/SolarCollectors/Validation/FlatPlate/TRNSYSAnnualData.txt"), + smoothness=Modelica.Blocks.Types.Smoothness.ConstantSegments) + "Data reader with inlet conditions from TRNSYS" + annotation (Placement(transformation(extent={{-90,20},{-70,40}}))); + + Modelica.Blocks.Sources.Constant const(k=273.15) + "Used to convert TRNSYS data from degree Celsius to Kelving" + annotation (Placement(transformation(extent={{-90,-40},{-70,-20}}))); + +equation + connect(weaDat.weaBus, solCol.weaBus) annotation (Line( + points={{-20,70},{20,70},{20,8},{30,8}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(bou.ports[1], solCol.port_a) annotation (Line( + points={{10,0},{30,0}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(const.y, add.u2) annotation (Line( + points={{-69,-30},{-60,-30},{-60,4},{-52,4}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(add.y, bou.T_in) annotation (Line( + points={{-29,10},{-24,10},{-24,4},{-12,4}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(datRea.y[1], add.u1) annotation (Line( + points={{-69,30},{-60,30},{-60,16},{-52,16}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(datRea.y[4], bou.m_flow_in) annotation (Line( + points={{-69,30},{-20,30},{-20,8},{-12,8}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(sou.ports[1], solCol.port_b) annotation (Line( + points={{70,0},{50,0}}, + color={0,127,255}, + smooth=Smooth.None)); + annotation ( + Documentation(info=" +

+This model was used to validate the + +IBPSA.Fluid.SolarCollectors.ASHRAE93 solar collector model +against TRNSYS data. Data files are used to ensure that the + +IBPSA.Fluid.SolarCollectors.ASHRAE93 solar collector model and +the TRNSYS model use the same inlet and weather conditions. The +solar collector model must reference the + +IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_TRNSYSValidation +data record when comparing model results to the stored TRNSYS results. +

+

+The solar collector temperature of the Modelica model has a spike +in the morning. At this time, there is solar irradiation on the collector +but no mass flow rate, which leads to an increase in temperature. +

+", +revisions=" + +"), + __Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlate.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end FlatPlate; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mo b/IBPSA/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mo new file mode 100644 index 0000000000..454c838ee3 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mo @@ -0,0 +1,98 @@ +within IBPSA.Fluid.SolarCollectors.Validation; +model FlatPlateNPanels + "Validation model for flat plate collector with different settings for nPanel" + extends IBPSA.Fluid.SolarCollectors.Validation.FlatPlate; + parameter Integer nPanels = 10 "Number of panels"; + IBPSA.Fluid.SolarCollectors.ASHRAE93 + solCol1( + redeclare package Medium = Medium, + shaCoe=0, + azi=0, + per=IBPSA.Fluid.SolarCollectors.Data.GlazedFlatPlate.FP_TRNSYSValidation(), + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + rho=0.2, + nColType=IBPSA.Fluid.SolarCollectors.Types.NumberSelection.Number, + nSeg=30, + til=0.78539816339745, + nPanels=nPanels) + "Flat plate solar collector model, has been modified for validation purposes" + annotation (Placement(transformation(extent={{30,-50},{50,-30}}))); + IBPSA.Fluid.Sources.Boundary_pT sou1( + redeclare package Medium = Medium, + use_p_in=false, + p(displayUnit="Pa") = 101325, + nPorts=1) "Outlet for water flow" + annotation (Placement(transformation(extent={{90,-50},{70,-30}}))); + IBPSA.Fluid.Sources.MassFlowSource_T bou1( + nPorts=1, + redeclare package Medium = Medium, + use_m_flow_in=true, + use_T_in=true) + "Inlet for water flow, at a prescribed flow rate and temperature" + annotation (Placement(transformation(extent={{-10,-50},{10,-30}}))); + Modelica.Blocks.Math.Gain gaiNPan(k=nPanels) "Gain for number of panels" + annotation (Placement(transformation(extent={{-50,-30},{-30,-10}}))); + Modelica.Blocks.Sources.RealExpression difHeaGai(y=solCol.QGai[30].Q_flow - + solCol1.QGai[30].Q_flow/nPanels) + "Difference in heat gain at last panel between model with 1 and with 30 panels" + annotation (Placement(transformation(extent={{-70,-70},{-50,-50}}))); + Modelica.Blocks.Sources.RealExpression difHeaLos(y=solCol.QLos[30].Q_flow - + solCol1.QLos[30].Q_flow/nPanels) + "Difference in heat loss at last panel between model with 1 and with 30 panels" + annotation (Placement(transformation(extent={{-70,-90},{-50,-70}}))); +equation + connect(weaDat.weaBus, solCol1.weaBus) annotation (Line( + points={{-20,70},{20,70},{20,-32},{30,-32}}, + color={255,204,51}, + thickness=0.5, + smooth=Smooth.None)); + connect(bou1.ports[1], solCol1.port_a) annotation (Line( + points={{10,-40},{30,-40}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(add.y, bou1.T_in) annotation (Line( + points={{-29,10},{-24,10},{-24,-36},{-12,-36}}, + color={0,0,127}, + smooth=Smooth.None)); + connect(sou1.ports[1], solCol1.port_b) annotation (Line( + points={{70,-40},{50,-40}}, + color={0,127,255}, + smooth=Smooth.None)); + connect(gaiNPan.y, bou1.m_flow_in) + annotation (Line(points={{-29,-20},{-20,-20},{-20,-32},{-12,-32}}, + color={0,0,127})); + connect(gaiNPan.u, datRea.y[4]) annotation (Line(points={{-52,-20},{-64,-20}, + {-64,30},{-69,30}},color={0,0,127})); + annotation ( + Documentation(info=" +

+This model validates the solar collector model + +IBPSA.Fluid.SolarCollectors.ASHRAE93 +for the case +where the number of panels is 1 for the instance solCol +and 10 for the instance solCol1. +The instances difHeaGai and difHeaLos +compare the heat gain and heat loss between the two models. +The output of these blocks should be zero, except for rounding errors. +

+", +revisions=" + +"), + __Dymola_Commands(file="modelica://IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mos" + "Simulate and plot"), + experiment(Tolerance=1e-6, StopTime=86400)); +end FlatPlateNPanels; diff --git a/IBPSA/Fluid/SolarCollectors/Validation/package.mo b/IBPSA/Fluid/SolarCollectors/Validation/package.mo new file mode 100644 index 0000000000..3d816e2edc --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/package.mo @@ -0,0 +1,20 @@ +within IBPSA.Fluid.SolarCollectors; +package Validation "Collection of validation models" + extends Modelica.Icons.ExamplesPackage; + +annotation (preferredView="info", Documentation(info=" +

+This package contains validation models for the classes in + +IBPSA.Fluid.SolarCollectors. +

+

+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/IBPSA/Fluid/SolarCollectors/Validation/package.order b/IBPSA/Fluid/SolarCollectors/Validation/package.order new file mode 100644 index 0000000000..72f0e83363 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/Validation/package.order @@ -0,0 +1,6 @@ +EN12975NPanels +EN12975_Array +EN12975_Series +ExtremeAmbientConditions +FlatPlate +FlatPlateNPanels diff --git a/IBPSA/Fluid/SolarCollectors/package.mo b/IBPSA/Fluid/SolarCollectors/package.mo new file mode 100644 index 0000000000..8f784af239 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/package.mo @@ -0,0 +1,18 @@ +within IBPSA.Fluid; +package SolarCollectors "Package with models for solar collectors" + extends Modelica.Icons.Package; + + annotation ( + Documentation(info = " + This package contains models which can be used to simulate solar thermal + systems and examples describing their use. + "), + Icon( + graphics={ + Polygon(origin = {14, -34}, fillColor = {136, 138, 133}, pattern = LinePattern.None, fillPattern = FillPattern.Solid, + points = {{-70, -20}, {-32, -48}, {74, 28}, {30, 48}, {-70, -20}}), + Ellipse(origin = {-59, 59}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-19, 19}, {19, -19}}), + Line(origin = {-20.0398, 44.6215}, points = {{-16, 8}, {26, -4}}), + Line(origin = {-48.3585, 20.4861}, points = {{-6, 16}, {0, -18}}), + Line(origin = {-35.6812, 25.8008}, points = {{-6, 16}, {14, -12}})})); +end SolarCollectors; diff --git a/IBPSA/Fluid/SolarCollectors/package.order b/IBPSA/Fluid/SolarCollectors/package.order new file mode 100644 index 0000000000..0b4645fa88 --- /dev/null +++ b/IBPSA/Fluid/SolarCollectors/package.order @@ -0,0 +1,9 @@ +UsersGuide +ASHRAE93 +EN12975 +Controls +Data +Types +Examples +Validation +BaseClasses diff --git a/IBPSA/Fluid/package.order b/IBPSA/Fluid/package.order index d5e3ce7ef4..43ef0cc687 100644 --- a/IBPSA/Fluid/package.order +++ b/IBPSA/Fluid/package.order @@ -12,6 +12,7 @@ MassExchangers MixingVolumes Movers Sensors +SolarCollectors Sources Storage Types diff --git a/IBPSA/Resources/Data/Fluid/SolarCollectors/Validation/FlatPlate/TRNSYSAnnualData.txt b/IBPSA/Resources/Data/Fluid/SolarCollectors/Validation/FlatPlate/TRNSYSAnnualData.txt new file mode 100644 index 0000000000..46c282819a --- /dev/null +++ b/IBPSA/Resources/Data/Fluid/SolarCollectors/Validation/FlatPlate/TRNSYSAnnualData.txt @@ -0,0 +1,35043 @@ +#1 +double TRNSYS(35041,5) +0 20 20 0 0.0277777778 +900 15.0005988236 10.6125 0 0 +1800 15.0004256659 9.6375 0 0 +2700 15.0004480672 8.6625 0 0 +3600 15.0004480672 7.6875 0 0 +4500 15.0004480672 7.2 0 0 +5400 15.0004480672 7.2 0 0 +6300 15.0004480672 7.2 0 0 +7200 15.0004480672 7.2 0 0 +8100 15.0004480672 7.1375 0 0 +9000 15.0004480672 7.0125 0 0 +9900 15.0004480672 6.8875 0 0 +10800 15.0004480672 6.7625 0 0 +11700 15.0004480672 6.625 0 0 +12600 15.0004480672 6.475 0 0 +13500 15.0004480672 6.325 0 0 +14400 15.0004480672 6.175 0 0 +15300 15.0004480672 5.8875 0 0 +16200 15.0004480672 5.4625 0 0 +17100 15.0004480672 5.0375 0 0 +18000 15.0004480672 4.6125 0 0 +18900 15.0004480672 4.4 0 0 +19800 15.0004480672 4.4 0 0 +20700 15.0004480672 4.4 0 0 +21600 15.0004480672 4.4 0 0 +22500 15.0004480672 4.6125 0 0 +23400 15.0004480672 5.0375 0 0 +24300 15.0004480672 5.4625 0 0 +25200 15.0004480672 5.8875 0 0 +26100 15.0004480672 5.9625 0 0 +27000 15.0004480672 5.7049826667 0.1417052078 0 +27900 15.0004480672 9.6348665652 32.4339226689 0 +28800 15.0004480672 10.7005458155 37.2487345827 0 +29700 15.0076079717 17.5094423484 242.4945961553 0.0555555556 +30600 15.0076079717 18.6592037591 307.1269725237 0.0555555556 +31500 15.0076079717 19.818403037 372.0917656814 0.0555555556 +32400 15.0076079717 20.9286417195 431.3679954248 0.0555555556 +33300 15.0076079717 22.516433437 526.261524529 0.0555555556 +34200 15.0076079717 23.5661696799 582.5524191316 0.0555555556 +35100 15.0076079717 24.526566939 632.6284780876 0.0555555556 +36000 15.0076079717 25.3975424703 676.9482934956 0.0555555556 +36900 15.0076079717 25.9047046861 706.6416823245 0.0555555556 +37800 15.0076079717 26.6017038568 742.6832864755 0.0555555556 +38700 15.0076079717 27.2124126352 773.8752949976 0.0555555556 +39600 15.0076079717 27.7364290889 800.3446605364 0.0555555556 +40500 15.0076079717 26.2563197089 716.7636332092 0.0555555556 +41400 15.0076079717 26.5724151613 732.8965880107 0.0555555556 +42300 15.0076079717 26.8098065937 744.8157090752 0.0555555556 +43200 15.0076079717 26.9679580763 752.5266845394 0.0555555556 +44100 15.0076079717 26.6705079373 733.4499962584 0.0555555556 +45000 15.0076079717 26.6696731601 732.7689846266 0.0555555556 +45900 15.0076079717 26.5913122588 727.9945148328 0.0555555556 +46800 15.0076079717 26.4356522152 719.1257007584 0.0555555556 +47700 15.0076079717 26.8209165366 742.3576815473 0.0555555556 +48600 15.0076079717 26.495141115 724.5970457362 0.0555555556 +49500 15.0076079717 26.0902085461 702.5459555797 0.0555555556 +50400 15.0076079717 25.6069878767 676.1755182373 0.0555555556 +51300 15.0076079717 27.207729363 770.3891407169 0.0555555556 +52200 15.0076079717 26.5142488989 730.9652933142 0.0555555556 +53100 15.0076079717 25.7300618971 686.1838817404 0.0555555556 +54000 15.0076079717 24.8554395928 635.7761084848 0.0555555556 +54900 15.0076079717 23.1522576235 531.8305154562 0.0555555556 +55800 15.0076079717 22.1387058126 474.958509589 0.0555555556 +56700 15.0076079717 21.0539988465 412.2755410037 0.0555555556 +57600 15.0076079717 19.9204725648 344.5589202633 0.0555555556 +58500 15.001502075 13.55 0 0 +59400 15.0004480672 12.85 0 0 +60300 15.0004480672 12.15 0 0 +61200 15.0004480672 11.45 0 0 +62100 15.0004480672 11.1 0 0 +63000 15.0004480672 11.1 0 0 +63900 15.0004480672 11.1 0 0 +64800 15.0004480672 11.1 0 0 +65700 15.0004480672 11.0375 0 0 +66600 15.0004480672 10.9125 0 0 +67500 15.0004480672 10.7875 0 0 +68400 15.0004480672 10.6625 0 0 +69300 15.0004480672 10.6 0 0 +70200 15.0004480672 10.6 0 0 +71100 15.0004480672 10.6 0 0 +72000 15.0004480672 10.6 0 0 +72900 15.0004480672 10.3875 0 0 +73800 15.0004480672 9.9625 0 0 +74700 15.0004480672 9.5375 0 0 +75600 15.0004480672 9.1125 0 0 +76500 15.0004480672 8.9625 0 0 +77400 15.0004480672 9.0875 0 0 +78300 15.0004480672 9.2125 0 0 +79200 15.0004480672 9.3375 0 0 +80100 15.0004480672 9.2 0 0 +81000 15.0004480672 8.8 0 0 +81900 15.0004480672 8.4 0 0 +82800 15.0004480672 8 0 0 +83700 15.0004480672 7.6625 0 0 +84600 15.0004480672 7.3875 0 0 +85500 15.0004480672 7.1125 0 0 +86400 15.0004480672 6.8375 0 0 +87300 15.0004480672 6.975 0 0 +88200 15.0004480672 7.525 0 0 +89100 15.0004480672 8.075 0 0 +90000 15.0004480672 8.625 0 0 +90900 15.0004480672 8.55 0 0 +91800 15.0004480672 7.85 0 0 +92700 15.0004480672 7.15 0 0 +93600 15.0004480672 6.45 0 0 +94500 15.0004480672 6.0375 0 0 +95400 15.0004480672 5.9125 0 0 +96300 15.0004480672 5.7875 0 0 +97200 15.0004480672 5.6625 0 0 +98100 15.0004480672 5.3875 0 0 +99000 15.0004480672 4.9625 0 0 +99900 15.0004480672 4.5375 0 0 +100800 15.0004480672 4.1125 0 0 +101700 15.0004480672 4.1125 0 0 +102600 15.0004480672 4.5375 0 0 +103500 15.0004480672 4.9625 0 0 +104400 15.0004480672 5.3875 0 0 +105300 15.0004480672 5.8 0 0 +106200 15.0004480672 6.2 0 0 +107100 15.0004480672 6.6 0 0 +108000 15.0004480672 7 0 0 +108900 15.0004480672 7.275 0 0 +109800 15.0004480672 7.425 0 0 +110700 15.0004480672 7.575 0 0 +111600 15.0004480672 7.725 0 0 +112500 15.0004480672 7.725 0 0 +113400 15.0004480672 7.587436966 0.1011773607 0 +114300 15.0004480672 11.6438761028 32.5531598496 0 +115200 15.0004480672 12.8413859626 37.4140062436 0 +116100 15.0076079717 17.2825704251 212.0194983101 0.0555555556 +117000 15.0076079717 18.3386404849 270.8436300463 0.0555555556 +117900 15.0076079717 19.4142278512 330.8958296787 0.0555555556 +118800 15.0076079717 20.4606301202 386.7993376449 0.0555555556 +119700 15.0076079717 22.2964429644 498.3847746956 0.0555555556 +120600 15.0076079717 23.3114762633 553.3838540017 0.0555555556 +121500 15.0076079717 24.2442758548 602.6096373502 0.0555555556 +122400 15.0076079717 25.0934015318 646.4060823429 0.0555555556 +123300 15.0076079717 24.0525113267 582.7754214875 0.0555555556 +124200 15.0076079717 24.6827739929 614.5923929221 0.0555555556 +125100 15.0076079717 25.2411218663 642.2742159146 0.0555555556 +126000 15.0076079717 25.7264242204 665.8710179167 0.0555555556 +126900 15.0076079717 28.2762018128 812.7806922635 0.0555555556 +127800 15.0076079717 28.6176296452 830.518798624 0.0555555556 +128700 15.0076079717 28.8712171865 843.6478819977 0.0555555556 +129600 15.0076079717 29.0364962507 852.1847648017 0.0555555556 +130500 15.0076079717 29.4116932756 871.9520169374 0.0555555556 +131400 15.0076079717 29.3994011447 871.3226481634 0.0555555556 +132300 15.0076079717 29.2971341005 866.0831324808 0.0555555556 +133200 15.0076079717 29.105078316 856.2270496607 0.0555555556 +134100 15.0076079717 25.1017951416 630.8200540379 0.0555555556 +135000 15.0076079717 24.8161745751 615.1846908824 0.0555555556 +135900 15.0076079717 24.4631214326 595.7805720847 0.0555555556 +136800 15.0076079717 24.0436654787 572.6083853704 0.0555555556 +137700 15.0076079717 25.3705358495 649.7322586433 0.0555555556 +138600 15.0076079717 24.693100329 615.196016196 0.0555555556 +139500 15.0076079717 23.9400799746 576.137590803 0.0555555556 +140400 15.0076079717 23.1129081758 532.4130705067 0.0555555556 +141300 15.0076079717 22.62640628 507.0402384591 0.0555555556 +142200 15.0076079717 21.6700045515 452.2999053375 0.0555555556 +143100 15.0076079717 20.6489535317 392.2538153804 0.0555555556 +144000 15.0076079717 19.5842260586 327.6492610105 0.0555555556 +144900 15.001502075 12.5875 0 0 +145800 15.0004480672 12.1625 0 0 +146700 15.0004480672 11.7375 0 0 +147600 15.0004480672 11.3125 0 0 +148500 15.0004480672 11.0375 0 0 +149400 15.0004480672 10.9125 0 0 +150300 15.0004480672 10.7875 0 0 +151200 15.0004480672 10.6625 0 0 +152100 15.0004480672 10.7375 0 0 +153000 15.0004480672 11.0125 0 0 +153900 15.0004480672 11.2875 0 0 +154800 15.0004480672 11.5625 0 0 +155700 15.0004480672 11.7 0 0 +156600 15.0004480672 11.7 0 0 +157500 15.0004480672 11.7 0 0 +158400 15.0004480672 11.7 0 0 +159300 15.0004480672 11.4875 0 0 +160200 15.0004480672 11.0625 0 0 +161100 15.0004480672 10.6375 0 0 +162000 15.0004480672 10.2125 0 0 +162900 15.0004480672 9.8625 0 0 +163800 15.0004480672 9.5875 0 0 +164700 15.0004480672 9.3125 0 0 +165600 15.0004480672 9.0375 0 0 +166500 15.0004480672 8.9625 0 0 +167400 15.0004480672 9.0875 0 0 +168300 15.0004480672 9.2125 0 0 +169200 15.0004480672 9.3375 0 0 +170100 15.0004480672 9.3375 0 0 +171000 15.0004480672 9.2125 0 0 +171900 15.0004480672 9.0875 0 0 +172800 15.0004480672 8.9625 0 0 +173700 15.0004480672 8.9625 0 0 +174600 15.0004480672 9.0875 0 0 +175500 15.0004480672 9.2125 0 0 +176400 15.0004480672 9.3375 0 0 +177300 15.0004480672 9.475 0 0 +178200 15.0004480672 9.625 0 0 +179100 15.0004480672 9.775 0 0 +180000 15.0004480672 9.925 0 0 +180900 15.0004480672 10.275 0 0 +181800 15.0004480672 10.825 0 0 +182700 15.0004480672 11.375 0 0 +183600 15.0004480672 11.925 0 0 +184500 15.0004480672 12.4125 0 0 +185400 15.0004480672 12.8375 0 0 +186300 15.0004480672 13.2625 0 0 +187200 15.0004480672 13.6875 0 0 +188100 15.0004480672 13.7625 0 0 +189000 15.0004480672 13.4875 0 0 +189900 15.0004480672 13.2125 0 0 +190800 15.0004480672 12.9375 0 0 +191700 15.0004480672 12.725 0 0 +192600 15.0004480672 12.575 0 0 +193500 15.0004480672 12.425 0 0 +194400 15.0004480672 12.275 0 0 +195300 15.0004480672 12.0625 0 0 +196200 15.0004480672 11.7875 0 0 +197100 15.0004480672 11.5125 0 0 +198000 15.0004480672 11.2375 0 0 +198900 15.0004480672 11.1 0 0 +199800 15.0004480672 11.1091221806 0.0745028494 0 +200700 15.0004480672 15.3065246219 32.6022983698 0 +201600 15.0004480672 16.6581069851 37.4988657701 0 +202500 15.0076079717 17.1579585219 181.564530423 0.0555555556 +203400 15.0076079717 18.0416483591 233.9866351918 0.0555555556 +204300 15.0076079717 18.9505175823 288.1346246117 0.0555555556 +205200 15.0076079717 19.8453762557 339.3868877386 0.0555555556 +206100 15.0076079717 21.0233783048 411.5309245574 0.0555555556 +207000 15.0076079717 21.9051322392 459.7679690552 0.0555555556 +207900 15.0076079717 22.7233981259 503.463243538 0.0555555556 +208800 15.0076079717 23.4746605026 542.7380517665 0.0555555556 +209700 15.0076079717 24.2689798607 589.56067981 0.0555555556 +210600 15.0076079717 24.8416230373 621.6302862503 0.0555555556 +211500 15.0076079717 25.3417314244 649.5344030049 0.0555555556 +212400 15.0076079717 25.7682182257 673.3295525029 0.0555555556 +213300 15.0076079717 24.1107688318 579.6400585895 0.0555555556 +214200 15.0076079717 24.4177158476 593.5289158853 0.0555555556 +215100 15.0076079717 24.6603637656 603.8593582861 0.0555555556 +216000 15.0076079717 24.8381247459 610.623607671 0.0555555556 +216900 15.0076079717 26.9055810946 724.4202258779 0.0555555556 +217800 15.0076079717 26.9090150035 723.9871654106 0.0555555556 +218700 15.0076079717 26.8359732076 719.5077666729 0.0555555556 +219600 15.0076079717 26.6866764807 710.9818695295 0.0555555556 +220500 15.0076079717 26.6247479656 708.6222388371 0.0555555556 +221400 15.0076079717 26.3181884903 691.7622872594 0.0555555556 +222300 15.0076079717 25.9361383348 670.7844238689 0.0555555556 +223200 15.0076079717 25.4795362001 645.671098827 0.0555555556 +224100 15.0076079717 23.4627304761 526.4134137807 0.0555555556 +225000 15.0076079717 22.935788773 497.1916192092 0.0555555556 +225900 15.0076079717 22.3489638511 464.3114045664 0.0555555556 +226800 15.0076079717 21.7043913189 427.7363746299 0.0555555556 +227700 15.0076079717 20.3969343718 349.2841719923 0.0555555556 +228600 15.0076079717 19.677093917 309.4171350627 0.0555555556 +229500 15.0076079717 18.9204570056 266.4494380408 0.0555555556 +230400 15.0076079717 18.1416318438 220.9922108644 0.0555555556 +231300 15.001502075 13.9 0 0 +232200 15.0004480672 13.9 0 0 +233100 15.0004480672 13.9 0 0 +234000 15.0004480672 13.9 0 0 +234900 15.0004480672 13.7625 0 0 +235800 15.0004480672 13.4875 0 0 +236700 15.0004480672 13.2125 0 0 +237600 15.0004480672 12.9375 0 0 +238500 15.0004480672 12.725 0 0 +239400 15.0004480672 12.575 0 0 +240300 15.0004480672 12.425 0 0 +241200 15.0004480672 12.275 0 0 +242100 15.0004480672 12 0 0 +243000 15.0004480672 11.6 0 0 +243900 15.0004480672 11.2 0 0 +244800 15.0004480672 10.8 0 0 +245700 15.0004480672 10.525 0 0 +246600 15.0004480672 10.375 0 0 +247500 15.0004480672 10.225 0 0 +248400 15.0004480672 10.075 0 0 +249300 15.0004480672 9.8625 0 0 +250200 15.0004480672 9.5875 0 0 +251100 15.0004480672 9.3125 0 0 +252000 15.0004480672 9.0375 0 0 +252900 15.0004480672 8.9 0 0 +253800 15.0004480672 8.9 0 0 +254700 15.0004480672 8.9 0 0 +255600 15.0004480672 8.9 0 0 +256500 15.0004480672 8.9 0 0 +257400 15.0004480672 8.9 0 0 +258300 15.0004480672 8.9 0 0 +259200 15.0004480672 8.9 0 0 +260100 15.0004480672 8.825 0 0 +261000 15.0004480672 8.675 0 0 +261900 15.0004480672 8.525 0 0 +262800 15.0004480672 8.375 0 0 +263700 15.0004480672 8.2375 0 0 +264600 15.0004480672 8.1125 0 0 +265500 15.0004480672 7.9875 0 0 +266400 15.0004480672 7.8625 0 0 +267300 15.0004480672 7.8625 0 0 +268200 15.0004480672 7.9875 0 0 +269100 15.0004480672 8.1125 0 0 +270000 15.0004480672 8.2375 0 0 +270900 15.0004480672 8.025 0 0 +271800 15.0004480672 7.475 0 0 +272700 15.0004480672 6.925 0 0 +273600 15.0004480672 6.375 0 0 +274500 15.0004480672 5.8875 0 0 +275400 15.0004480672 5.4625 0 0 +276300 15.0004480672 5.0375 0 0 +277200 15.0004480672 4.6125 0 0 +278100 15.0004480672 4.6125 0 0 +279000 15.0004480672 5.0375 0 0 +279900 15.0004480672 5.4625 0 0 +280800 15.0004480672 5.8875 0 0 +281700 15.0004480672 5.9625 0 0 +282600 15.0004480672 5.6875 0 0 +283500 15.0004480672 5.4125 0 0 +284400 15.0004480672 5.1375 0 0 +285300 15.0004480672 5.2125 0 0 +286200 15.0004480672 5.6445999856 0.0582306074 0 +287100 15.0004480672 10.247804876 32.5802445475 0 +288000 15.0004480672 12.0256401187 37.5018309834 0 +288900 15.0076079717 16.0344210425 123.3562131702 0.0555555556 +289800 15.0004480672 34.1513061185 161.8319997253 0 +290700 15.0076079717 17.3689056689 201.939581346 0.0555555556 +291600 15.0076079717 18.0479779897 240.7674305378 0.0555555556 +292500 15.0004480672 35.3171878661 157.1588128945 0 +293400 15.0076079717 17.1153823883 177.3246919987 0.0555555556 +294300 15.0076079717 17.4242417358 196.022055011 0.0555555556 +295200 15.0076079717 17.7108048176 213.1768978613 0.0555555556 +296100 15.0076079717 18.5499081684 267.1024408706 0.0555555556 +297000 15.0076079717 18.8131248723 283.3310961468 0.0555555556 +297900 15.0076079717 19.0455978951 297.6036191457 0.0555555556 +298800 15.0076079717 19.2462987588 309.8838412393 0.0555555556 +299700 15.0076079717 24.6379939521 628.096998863 0.0555555556 +300600 15.0076079717 24.9341963506 643.0989607781 0.0555555556 +301500 15.0076079717 25.1612178642 654.2836062541 0.0555555556 +302400 15.0076079717 25.3184456824 661.6447906938 0.0555555556 +303300 15.0076079717 22.9323838708 522.5491905846 0.0555555556 +304200 15.0076079717 22.9401648961 522.3064944064 0.0555555556 +305100 15.0076079717 22.8928535752 518.9455795237 0.0555555556 +306000 15.0076079717 22.7906590183 512.4718552488 0.0555555556 +306900 15.0076079717 26.5683282881 731.8983009399 0.0555555556 +307800 15.0076079717 26.2452878529 714.5445471362 0.0555555556 +308700 15.0076079717 25.8446084222 692.9289471725 0.0555555556 +309600 15.0076079717 25.3672852601 667.0385524366 0.0555555556 +310500 15.0076079717 19.47808662 316.3437793235 0.0555555556 +311400 15.0076079717 19.1610638805 297.8218251739 0.0555555556 +312300 15.0076079717 18.8105699145 277.1420986232 0.0555555556 +313200 15.0076079717 18.4283456006 254.3528734176 0.0555555556 +314100 15.0076079717 18.3374257093 249.4375988781 0.0555555556 +315000 15.0076079717 17.8832983939 220.3780613427 0.0555555556 +315900 15.0076079717 17.4051582719 189.3589894561 0.0555555556 +316800 15.0004480672 36.9421316003 156.757811407 0 +317700 15.0004480672 10.525 0 0 +318600 15.0004480672 10.375 0 0 +319500 15.0004480672 10.225 0 0 +320400 15.0004480672 10.075 0 0 +321300 15.0004480672 10 0 0 +322200 15.0004480672 10 0 0 +323100 15.0004480672 10 0 0 +324000 15.0004480672 10 0 0 +324900 15.0004480672 9.925 0 0 +325800 15.0004480672 9.775 0 0 +326700 15.0004480672 9.625 0 0 +327600 15.0004480672 9.475 0 0 +328500 15.0004480672 9.4 0 0 +329400 15.0004480672 9.4 0 0 +330300 15.0004480672 9.4 0 0 +331200 15.0004480672 9.4 0 0 +332100 15.0004480672 9.3375 0 0 +333000 15.0004480672 9.2125 0 0 +333900 15.0004480672 9.0875 0 0 +334800 15.0004480672 8.9625 0 0 +335700 15.0004480672 8.9 0 0 +336600 15.0004480672 8.9 0 0 +337500 15.0004480672 8.9 0 0 +338400 15.0004480672 8.9 0 0 +339300 15.0004480672 8.6875 0 0 +340200 15.0004480672 8.2625 0 0 +341100 15.0004480672 7.8375 0 0 +342000 15.0004480672 7.4125 0 0 +342900 15.0004480672 7.3375 0 0 +343800 15.0004480672 7.6125 0 0 +344700 15.0004480672 7.8875 0 0 +345600 15.0004480672 8.1625 0 0 +346500 15.0004480672 8.2375 0 0 +347400 15.0004480672 8.1125 0 0 +348300 15.0004480672 7.9875 0 0 +349200 15.0004480672 7.8625 0 0 +350100 15.0004480672 7.8 0 0 +351000 15.0004480672 7.8 0 0 +351900 15.0004480672 7.8 0 0 +352800 15.0004480672 7.8 0 0 +353700 15.0004480672 7.45 0 0 +354600 15.0004480672 6.75 0 0 +355500 15.0004480672 6.05 0 0 +356400 15.0004480672 5.35 0 0 +357300 15.0004480672 4.8625 0 0 +358200 15.0004480672 4.5875 0 0 +359100 15.0004480672 4.3125 0 0 +360000 15.0004480672 4.0375 0 0 +360900 15.0004480672 3.9625 0 0 +361800 15.0004480672 4.0875 0 0 +362700 15.0004480672 4.2125 0 0 +363600 15.0004480672 4.3375 0 0 +364500 15.0004480672 4.3375 0 0 +365400 15.0004480672 4.2125 0 0 +366300 15.0004480672 4.0875 0 0 +367200 15.0004480672 3.9625 0 0 +368100 15.0004480672 4.175 0 0 +369000 15.0004480672 4.725 0 0 +369900 15.0004480672 5.275 0 0 +370800 15.0004480672 5.825 0 0 +371700 15.0004480672 6.175 0 0 +372600 15.0004480672 6.3280269145 0.0249357767 0 +373500 15.0004480672 8.5689908202 16.2433237504 0 +374400 15.0004480672 9.4068163613 18.7111385193 0 +375300 15.0076079717 16.4148576899 153.3398021249 0.0555555556 +376200 15.0076079717 17.1852070697 199.3379297568 0.0555555556 +377100 15.0076079717 17.978776638 247.1781781286 0.0555555556 +378000 15.0076079717 18.7674701569 293.0106527803 0.0555555556 +378900 15.0076079717 18.1486252869 251.9183402385 0.0555555556 +379800 15.0076079717 18.6777498107 283.7365612519 0.0555555556 +380700 15.0076079717 19.1725878744 313.0391587809 0.0555555556 +381600 15.0076079717 19.6295028473 339.758057595 0.0555555556 +382500 15.0076079717 24.2212664798 617.3647260839 0.0555555556 +383400 15.0076079717 24.8684118364 651.2411607468 0.0555555556 +384300 15.0076079717 25.4400180184 680.7616981602 0.0555555556 +385200 15.0076079717 25.9349048792 705.9802424933 0.0555555556 +386100 15.0076079717 26.9390548962 760.5879757718 0.0555555556 +387000 15.0076079717 27.2801472717 777.8103541888 0.0555555556 +387900 15.0076079717 27.5386224816 790.6632142164 0.0555555556 +388800 15.0076079717 27.7139377401 799.1566996067 0.0555555556 +389700 15.0076079717 29.3432165921 888.3456987726 0.0555555556 +390600 15.0076079717 29.3489152649 888.1205758824 0.0555555556 +391500 15.0076079717 29.2638169318 883.2928205088 0.0555555556 +392400 15.0076079717 29.0880879116 873.8557424464 0.0555555556 +393300 15.0076079717 29.6731274902 909.5368818278 0.0555555556 +394200 15.0076079717 29.3137379805 890.0224405743 0.0555555556 +395100 15.0076079717 28.8604739683 865.6061644699 0.0555555556 +396000 15.0076079717 28.3137914478 836.2157954377 0.0555555556 +396900 15.0076079717 27.1743189932 771.0988948345 0.0555555556 +397800 15.0076079717 26.4539615709 732.7856196156 0.0555555556 +398700 15.0076079717 25.644635247 689.2441488777 0.0555555556 +399600 15.0076079717 24.7467232985 640.2273843148 0.0555555556 +400500 15.0076079717 23.4431322747 563.8823488751 0.0555555556 +401400 15.0076079717 22.3874616028 506.4084155195 0.0555555556 +402300 15.0076079717 21.2545063707 442.8062901182 0.0555555556 +403200 15.0076079717 20.0626910327 373.5650045338 0.0555555556 +404100 15.001502075 10.075 0 0 +405000 15.0004480672 10.225 0 0 +405900 15.0004480672 10.375 0 0 +406800 15.0004480672 10.525 0 0 +407700 15.0004480672 10.45 0 0 +408600 15.0004480672 10.15 0 0 +409500 15.0004480672 9.85 0 0 +410400 15.0004480672 9.55 0 0 +411300 15.0004480672 9.3375 0 0 +412200 15.0004480672 9.2125 0 0 +413100 15.0004480672 9.0875 0 0 +414000 15.0004480672 8.9625 0 0 +414900 15.0004480672 8.9 0 0 +415800 15.0004480672 8.9 0 0 +416700 15.0004480672 8.9 0 0 +417600 15.0004480672 8.9 0 0 +418500 15.0004480672 8.7625 0 0 +419400 15.0004480672 8.4875 0 0 +420300 15.0004480672 8.2125 0 0 +421200 15.0004480672 7.9375 0 0 +422100 15.0004480672 7.8625 0 0 +423000 15.0004480672 7.9875 0 0 +423900 15.0004480672 8.1125 0 0 +424800 15.0004480672 8.2375 0 0 +425700 15.0004480672 8.2375 0 0 +426600 15.0004480672 8.1125 0 0 +427500 15.0004480672 7.9875 0 0 +428400 15.0004480672 7.8625 0 0 +429300 15.0004480672 7.725 0 0 +430200 15.0004480672 7.575 0 0 +431100 15.0004480672 7.425 0 0 +432000 15.0004480672 7.275 0 0 +432900 15.0004480672 7.2 0 0 +433800 15.0004480672 7.2 0 0 +434700 15.0004480672 7.2 0 0 +435600 15.0004480672 7.2 0 0 +436500 15.0004480672 7.1375 0 0 +437400 15.0004480672 7.0125 0 0 +438300 15.0004480672 6.8875 0 0 +439200 15.0004480672 6.7625 0 0 +440100 15.0004480672 6.7 0 0 +441000 15.0004480672 6.7 0 0 +441900 15.0004480672 6.7 0 0 +442800 15.0004480672 6.7 0 0 +443700 15.0004480672 6.7 0 0 +444600 15.0004480672 6.7 0 0 +445500 15.0004480672 6.7 0 0 +446400 15.0004480672 6.7 0 0 +447300 15.0004480672 6.625 0 0 +448200 15.0004480672 6.475 0 0 +449100 15.0004480672 6.325 0 0 +450000 15.0004480672 6.175 0 0 +450900 15.0004480672 6.1 0 0 +451800 15.0004480672 6.1 0 0 +452700 15.0004480672 6.1 0 0 +453600 15.0004480672 6.1 0 0 +454500 15.0004480672 6.0375 0 0 +455400 15.0004480672 5.9125 0 0 +456300 15.0004480672 5.7875 0 0 +457200 15.0004480672 5.6625 0 0 +458100 15.0004480672 5.525 0 0 +459000 15.0004480672 5.3807960831 0.047974552 0 +459900 15.0004480672 9.3416886851 32.3219133583 0 +460800 15.0004480672 10.5384691269 37.2604576082 0 +461700 15.0076079717 16.9485142278 204.8623349764 0.0555555556 +462600 15.0076079717 17.9431672604 262.8410749029 0.0555555556 +463500 15.0076079717 18.9469997297 322.2244802823 0.0555555556 +464400 15.0076079717 19.9266644593 377.7590778777 0.0555555556 +465300 15.0076079717 20.731183975 426.0875805481 0.0555555556 +466200 15.0076079717 21.6235087864 476.0803811239 0.0555555556 +467100 15.0076079717 22.4504081868 521.3743613142 0.0555555556 +468000 15.0076079717 23.2083417503 562.1050736519 0.0555555556 +468900 15.0076079717 20.2920068923 386.727945466 0.0555555556 +469800 15.0076079717 20.7004786565 409.6779444788 0.0555555556 +470700 15.0076079717 21.0626176627 429.815483044 0.0555555556 +471600 15.0076079717 21.3770601087 447.1189081492 0.0555555556 +472500 15.0076079717 18.1192339248 252.8502522799 0.0555555556 +473400 15.0076079717 18.2233179643 259.4796852611 0.0555555556 +474300 15.0076079717 18.30163455 264.4626666903 0.0555555556 +475200 15.0076079717 18.3538498689 267.7825205434 0.0555555556 +476100 15.0076079717 26.8368433559 762.8855475807 0.0555555556 +477000 15.0076079717 26.8455176135 762.798720668 0.0555555556 +477900 15.0076079717 26.7742674623 758.457602363 0.0555555556 +478800 15.0076079717 26.6233121345 749.8629744442 0.0555555556 +479700 15.0076079717 26.2745506577 727.8067367746 0.0555555556 +480600 15.0076079717 25.9715488785 711.0131315228 0.0555555556 +481500 15.0076079717 25.5916185405 690.0333802062 0.0555555556 +482400 15.0076079717 25.1357211812 664.8525690449 0.0555555556 +483300 15.0076079717 25.4626926261 683.6654475342 0.0555555556 +484200 15.0076079717 24.8160144672 648.539743391 0.0555555556 +485100 15.0076079717 24.0911996357 608.7727908817 0.0555555556 +486000 15.0076079717 23.289632838 564.2206937335 0.0555555556 +486900 15.0076079717 22.7073023766 533.942834791 0.0555555556 +487800 15.0076079717 21.7169581856 477.5304257966 0.0555555556 +488700 15.0076079717 20.6608991891 415.840881442 0.0555555556 +489600 15.0076079717 19.5573879899 349.4644606443 0.0555555556 +490500 15.001502075 8.3 0 0 +491400 15.0004480672 8.3 0 0 +492300 15.0004480672 8.3 0 0 +493200 15.0004480672 8.3 0 0 +494100 15.0004480672 8.3 0 0 +495000 15.0004480672 8.3 0 0 +495900 15.0004480672 8.3 0 0 +496800 15.0004480672 8.3 0 0 +497700 15.0004480672 8.3 0 0 +498600 15.0004480672 8.3 0 0 +499500 15.0004480672 8.3 0 0 +500400 15.0004480672 8.3 0 0 +501300 15.0004480672 8.2375 0 0 +502200 15.0004480672 8.1125 0 0 +503100 15.0004480672 7.9875 0 0 +504000 15.0004480672 7.8625 0 0 +504900 15.0004480672 7.6625 0 0 +505800 15.0004480672 7.3875 0 0 +506700 15.0004480672 7.1125 0 0 +507600 15.0004480672 6.8375 0 0 +508500 15.0004480672 6.7 0 0 +509400 15.0004480672 6.7 0 0 +510300 15.0004480672 6.7 0 0 +511200 15.0004480672 6.7 0 0 +512100 15.0004480672 7.1125 0 0 +513000 15.0004480672 7.9375 0 0 +513900 15.0004480672 8.7625 0 0 +514800 15.0004480672 9.5875 0 0 +515700 15.0004480672 9.8625 0 0 +516600 15.0004480672 9.5875 0 0 +517500 15.0004480672 9.3125 0 0 +518400 15.0004480672 9.0375 0 0 +519300 15.0004480672 8.9625 0 0 +520200 15.0004480672 9.0875 0 0 +521100 15.0004480672 9.2125 0 0 +522000 15.0004480672 9.3375 0 0 +522900 15.0004480672 9.3375 0 0 +523800 15.0004480672 9.2125 0 0 +524700 15.0004480672 9.0875 0 0 +525600 15.0004480672 8.9625 0 0 +526500 15.0004480672 8.55 0 0 +527400 15.0004480672 7.85 0 0 +528300 15.0004480672 7.15 0 0 +529200 15.0004480672 6.45 0 0 +530100 15.0004480672 6.175 0 0 +531000 15.0004480672 6.325 0 0 +531900 15.0004480672 6.475 0 0 +532800 15.0004480672 6.625 0 0 +533700 15.0004480672 6.7625 0 0 +534600 15.0004480672 6.8875 0 0 +535500 15.0004480672 7.0125 0 0 +536400 15.0004480672 7.1375 0 0 +537300 15.0004480672 7.3375 0 0 +538200 15.0004480672 7.6125 0 0 +539100 15.0004480672 7.8875 0 0 +540000 15.0004480672 8.1625 0 0 +540900 15.0004480672 8.2375 0 0 +541800 15.0004480672 8.1125 0 0 +542700 15.0004480672 7.9875 0 0 +543600 15.0004480672 7.8625 0 0 +544500 15.0004480672 7.9375 0 0 +545400 15.0004480672 8.2127117267 0.0011536867 0 +546300 15.0004480672 8.6564981676 0.9214594692 0 +547200 15.0004480672 9.2403856434 2.6087576941 0 +548100 15.0004480672 13.8446309093 27.4554210024 0 +549000 15.0004480672 15.6406202077 37.6815057585 0 +549900 15.0004480672 17.3431029998 47.5000036556 0 +550800 15.0004480672 18.9483267354 56.8688703786 0 +551700 15.0004480672 22.5888431528 77.6891918716 0 +552600 15.0004480672 24.494631751 87.5573149397 0 +553500 15.0076079717 15.9557988917 96.7595549826 0.0555555556 +554400 15.0004480672 27.924576718 105.2565065955 0 +555300 15.0076079717 17.6806365151 208.4745718761 0.0555555556 +556200 15.0076079717 17.8369831529 221.3148715761 0.0555555556 +557100 15.0076079717 17.9700633854 232.6441070013 0.0555555556 +558000 15.0076079717 18.0790657012 242.4260032092 0.0555555556 +558900 15.0004480672 20.7918783469 74.3295081285 0 +559800 15.0004480672 21.1213191239 76.3062893735 0 +560700 15.0004480672 21.3693040613 77.7973027949 0 +561600 15.0004480672 21.535195 78.7961636443 0 +562500 15.0076079717 17.2129288799 190.2178553575 0.0555555556 +563400 15.0076079717 17.235534044 190.2270707185 0.0555555556 +564300 15.0076079717 17.2403367846 189.0426752062 0.0555555556 +565200 15.0076079717 17.2274133946 186.6693488553 0.0555555556 +566100 15.0076079717 22.4888414522 502.6480794964 0.0555555556 +567000 15.0076079717 22.2727471129 490.3618650254 0.0555555556 +567900 15.0076079717 22.0039844205 475.0334585155 0.0555555556 +568800 15.0076079717 21.6835325534 456.6833995183 0.0555555556 +569700 15.0076079717 19.6628470981 334.2671826588 0.0555555556 +570600 15.0076079717 19.3676616317 315.2357299775 0.0555555556 +571500 15.0076079717 19.0370784556 293.948732218 0.0555555556 +572400 15.0076079717 18.6728717439 270.4499924647 0.0555555556 +573300 15.0076079717 21.9227050713 477.9099615966 0.0555555556 +574200 15.0076079717 21.023095752 426.2387365451 0.0555555556 +575100 15.0076079717 20.0695733796 370.2099798154 0.0555555556 +576000 15.0076079717 19.0783760038 310.4079057034 0.0555555556 +576900 15.001502075 9.3375 0 0 +577800 15.0004480672 9.2125 0 0 +578700 15.0004480672 9.0875 0 0 +579600 15.0004480672 8.9625 0 0 +580500 15.0004480672 8.825 0 0 +581400 15.0004480672 8.675 0 0 +582300 15.0004480672 8.525 0 0 +583200 15.0004480672 8.375 0 0 +584100 15.0004480672 8.2375 0 0 +585000 15.0004480672 8.1125 0 0 +585900 15.0004480672 7.9875 0 0 +586800 15.0004480672 7.8625 0 0 +587700 15.0004480672 7.725 0 0 +588600 15.0004480672 7.575 0 0 +589500 15.0004480672 7.425 0 0 +590400 15.0004480672 7.275 0 0 +591300 15.0004480672 7.1375 0 0 +592200 15.0004480672 7.0125 0 0 +593100 15.0004480672 6.8875 0 0 +594000 15.0004480672 6.7625 0 0 +594900 15.0004480672 6.7 0 0 +595800 15.0004480672 6.7 0 0 +596700 15.0004480672 6.7 0 0 +597600 15.0004480672 6.7 0 0 +598500 15.0004480672 6.625 0 0 +599400 15.0004480672 6.475 0 0 +600300 15.0004480672 6.325 0 0 +601200 15.0004480672 6.175 0 0 +602100 15.0004480672 6.0375 0 0 +603000 15.0004480672 5.9125 0 0 +603900 15.0004480672 5.7875 0 0 +604800 15.0004480672 5.6625 0 0 +605700 15.0004480672 5.6 0 0 +606600 15.0004480672 5.6 0 0 +607500 15.0004480672 5.6 0 0 +608400 15.0004480672 5.6 0 0 +609300 15.0004480672 5.525 0 0 +610200 15.0004480672 5.375 0 0 +611100 15.0004480672 5.225 0 0 +612000 15.0004480672 5.075 0 0 +612900 15.0004480672 5 0 0 +613800 15.0004480672 5 0 0 +614700 15.0004480672 5 0 0 +615600 15.0004480672 5 0 0 +616500 15.0004480672 5 0 0 +617400 15.0004480672 5 0 0 +618300 15.0004480672 5 0 0 +619200 15.0004480672 5 0 0 +620100 15.0004480672 4.925 0 0 +621000 15.0004480672 4.775 0 0 +621900 15.0004480672 4.625 0 0 +622800 15.0004480672 4.475 0 0 +623700 15.0004480672 4.4 0 0 +624600 15.0004480672 4.4 0 0 +625500 15.0004480672 4.4 0 0 +626400 15.0004480672 4.4 0 0 +627300 15.0004480672 4.3375 0 0 +628200 15.0004480672 4.2125 0 0 +629100 15.0004480672 4.0875 0 0 +630000 15.0004480672 3.9625 0 0 +630900 15.0004480672 3.9 0 0 +631800 15.0004480672 3.9075466727 0.0631066024 0 +632700 15.0004480672 7.9147765885 31.7844048091 0 +633600 15.0004480672 9.2442163461 36.6954097713 0 +634500 15.0076079717 17.1998508705 232.6356320914 0.0555555556 +635400 15.0076079717 18.3018656819 296.4001876579 0.0555555556 +636300 15.0076079717 19.389395627 360.7113856369 0.0555555556 +637200 15.0076079717 20.4349406259 419.7114517949 0.0555555556 +638100 15.0076079717 22.1831031002 524.8194523217 0.0555555556 +639000 15.0076079717 23.2998659129 581.6106843895 0.0555555556 +639900 15.0076079717 24.3284845228 632.2437889722 0.0555555556 +640800 15.0076079717 25.2686152752 677.1737243628 0.0555555556 +641700 15.0076079717 26.2733351083 734.2305921347 0.0555555556 +642600 15.0076079717 27.019914171 771.8223475545 0.0555555556 +643500 15.0076079717 27.6780520338 804.460641253 0.0555555556 +644400 15.0076079717 28.2473752911 832.2847380329 0.0555555556 +645300 15.0076079717 29.0346127395 877.4143060351 0.0555555556 +646200 15.0076079717 29.4315539315 896.6320497032 0.0555555556 +647100 15.0076079717 29.7356634091 911.0604415122 0.0555555556 +648000 15.0076079717 29.9464857352 920.7239145762 0.0555555556 +648900 15.0076079717 30.2904844705 938.3934718071 0.0555555556 +649800 15.0076079717 30.3539276092 938.5637623556 0.0555555556 +650700 15.0076079717 30.3221013146 933.9257050209 0.0555555556 +651600 15.0076079717 30.1951667753 924.4732768179 0.0555555556 +652500 15.0076079717 27.358208538 763.1810589205 0.0555555556 +653400 15.0076079717 27.0154070022 746.1645610073 0.0555555556 +654300 15.0076079717 26.5925346629 724.8395911438 0.0555555556 +655200 15.0076079717 26.0905138602 699.1853972005 0.0555555556 +656100 15.0076079717 26.7938047485 745.5864773276 0.0555555556 +657000 15.0076079717 26.1304218718 707.8375766305 0.0555555556 +657900 15.0076079717 25.3826768844 665.0952962452 0.0555555556 +658800 15.0076079717 24.5520181692 617.2141661494 0.0555555556 +659700 15.0076079717 21.8979417927 452.7103904929 0.0555555556 +660600 15.0076079717 21.0611244699 404.8679213042 0.0555555556 +661500 15.0076079717 20.1717940232 352.7872698351 0.0555555556 +662400 15.0076079717 19.2446625705 296.9451648906 0.0555555556 +663300 15.001502075 13.4875 0 0 +664200 15.0004480672 12.6625 0 0 +665100 15.0004480672 11.8375 0 0 +666000 15.0004480672 11.0125 0 0 +666900 15.0004480672 10.7375 0 0 +667800 15.0004480672 11.0125 0 0 +668700 15.0004480672 11.2875 0 0 +669600 15.0004480672 11.5625 0 0 +670500 15.0004480672 11.4875 0 0 +671400 15.0004480672 11.0625 0 0 +672300 15.0004480672 10.6375 0 0 +673200 15.0004480672 10.2125 0 0 +674100 15.0004480672 9.8625 0 0 +675000 15.0004480672 9.5875 0 0 +675900 15.0004480672 9.3125 0 0 +676800 15.0004480672 9.0375 0 0 +677700 15.0004480672 8.9 0 0 +678600 15.0004480672 8.9 0 0 +679500 15.0004480672 8.9 0 0 +680400 15.0004480672 8.9 0 0 +681300 15.0004480672 8.9625 0 0 +682200 15.0004480672 9.0875 0 0 +683100 15.0004480672 9.2125 0 0 +684000 15.0004480672 9.3375 0 0 +684900 15.0004480672 9.4 0 0 +685800 15.0004480672 9.4 0 0 +686700 15.0004480672 9.4 0 0 +687600 15.0004480672 9.4 0 0 +688500 15.0004480672 9.3375 0 0 +689400 15.0004480672 9.2125 0 0 +690300 15.0004480672 9.0875 0 0 +691200 15.0004480672 8.9625 0 0 +692100 15.0004480672 8.7625 0 0 +693000 15.0004480672 8.4875 0 0 +693900 15.0004480672 8.2125 0 0 +694800 15.0004480672 7.9375 0 0 +695700 15.0004480672 8.075 0 0 +696600 15.0004480672 8.625 0 0 +697500 15.0004480672 9.175 0 0 +698400 15.0004480672 9.725 0 0 +699300 15.0004480672 9.7875 0 0 +700200 15.0004480672 9.3625 0 0 +701100 15.0004480672 8.9375 0 0 +702000 15.0004480672 8.5125 0 0 +702900 15.0004480672 8.025 0 0 +703800 15.0004480672 7.475 0 0 +704700 15.0004480672 6.925 0 0 +705600 15.0004480672 6.375 0 0 +706500 15.0004480672 6.2375 0 0 +707400 15.0004480672 6.5125 0 0 +708300 15.0004480672 6.7875 0 0 +709200 15.0004480672 7.0625 0 0 +710100 15.0004480672 7.1375 0 0 +711000 15.0004480672 7.0125 0 0 +711900 15.0004480672 6.8875 0 0 +712800 15.0004480672 6.7625 0 0 +713700 15.0004480672 6.625 0 0 +714600 15.0004480672 6.475 0 0 +715500 15.0004480672 6.325 0 0 +716400 15.0004480672 6.175 0 0 +717300 15.0004480672 6.1 0 0 +718200 15.0004480672 6.109811651 0.0825006763 0 +719100 15.0004480672 10.0522495935 31.4161087829 0 +720000 15.0004480672 11.3689447328 36.2969783932 0 +720900 15.0076079717 17.1811188589 216.9950243761 0.0555555556 +721800 15.0076079717 18.2446476529 277.8022552999 0.0555555556 +722700 15.0076079717 19.2989719794 339.5441313808 0.0555555556 +723600 15.0076079717 20.3215818628 396.7797528838 0.0555555556 +724500 15.0076079717 21.3146614128 456.0544764563 0.0555555556 +725400 15.0076079717 22.2513355422 508.1127296406 0.0555555556 +726300 15.0076079717 23.1164038727 555.0485005772 0.0555555556 +727200 15.0076079717 23.9072020037 597.0969589413 0.0555555556 +728100 15.0076079717 24.9961437262 662.0746250903 0.0555555556 +729000 15.0076079717 25.6799172972 697.4999188535 0.0555555556 +729900 15.0076079717 26.2835609905 728.3695518841 0.0555555556 +730800 15.0076079717 26.8061306363 754.7691720076 0.0555555556 +731700 15.0076079717 27.5159914346 795.532532398 0.0555555556 +732600 15.0076079717 27.8657217259 813.6855518813 0.0555555556 +733500 15.0076079717 28.1300554894 827.3572278717 0.0555555556 +734400 15.0076079717 28.3084228539 836.5597400413 0.0555555556 +735300 15.0076079717 29.6149346503 913.6688802483 0.0555555556 +736200 15.0076079717 29.6411792034 913.9693593598 0.0555555556 +737100 15.0076079717 29.5741684213 909.4759766958 0.0555555556 +738000 15.0076079717 29.414085248 900.1853938821 0.0555555556 +738900 15.0076079717 25.0283375075 649.8620615244 0.0555555556 +739800 15.0076079717 24.7532993985 634.8445749769 0.0555555556 +740700 15.0076079717 24.4099901021 616.0305090904 0.0555555556 +741600 15.0076079717 23.9994643035 593.4260620931 0.0555555556 +742500 15.0076079717 25.1508274764 660.408478689 0.0555555556 +743400 15.0076079717 24.5660862102 626.5450060904 0.0555555556 +744300 15.0076079717 23.9071612163 588.269334831 0.0555555556 +745200 15.0076079717 23.1758615859 545.4903181427 0.0555555556 +746100 15.0076079717 17.8065629222 209.7673196595 0.0555555556 +747000 15.0076079717 17.4289728719 186.4149155837 0.0555555556 +747900 15.0076079717 17.0311819159 161.4656491291 0.0555555556 +748800 15.0004480672 33.8006271664 135.1547709021 0 +749700 15.0004480672 10.6125 0 0 +750600 15.0004480672 10.4375 0 0 +751500 15.0004480672 10.2625 0 0 +752400 15.0004480672 10.0875 0 0 +753300 15.0004480672 10 0 0 +754200 15.0004480672 10 0 0 +755100 15.0004480672 10 0 0 +756000 15.0004480672 10 0 0 +756900 15.0004480672 9.925 0 0 +757800 15.0004480672 9.775 0 0 +758700 15.0004480672 9.625 0 0 +759600 15.0004480672 9.475 0 0 +760500 15.0004480672 9.3375 0 0 +761400 15.0004480672 9.2125 0 0 +762300 15.0004480672 9.0875 0 0 +763200 15.0004480672 8.9625 0 0 +764100 15.0004480672 8.825 0 0 +765000 15.0004480672 8.675 0 0 +765900 15.0004480672 8.525 0 0 +766800 15.0004480672 8.375 0 0 +767700 15.0004480672 8.2375 0 0 +768600 15.0004480672 8.1125 0 0 +769500 15.0004480672 7.9875 0 0 +770400 15.0004480672 7.8625 0 0 +771300 15.0004480672 7.6625 0 0 +772200 15.0004480672 7.3875 0 0 +773100 15.0004480672 7.1125 0 0 +774000 15.0004480672 6.8375 0 0 +774900 15.0004480672 6.7 0 0 +775800 15.0004480672 6.7 0 0 +776700 15.0004480672 6.7 0 0 +777600 15.0004480672 6.7 0 0 +778500 15.0004480672 6.7 0 0 +779400 15.0004480672 6.7 0 0 +780300 15.0004480672 6.7 0 0 +781200 15.0004480672 6.7 0 0 +782100 15.0004480672 6.7 0 0 +783000 15.0004480672 6.7 0 0 +783900 15.0004480672 6.7 0 0 +784800 15.0004480672 6.7 0 0 +785700 15.0004480672 6.625 0 0 +786600 15.0004480672 6.475 0 0 +787500 15.0004480672 6.325 0 0 +788400 15.0004480672 6.175 0 0 +789300 15.0004480672 6.1 0 0 +790200 15.0004480672 6.1 0 0 +791100 15.0004480672 6.1 0 0 +792000 15.0004480672 6.1 0 0 +792900 15.0004480672 6.1 0 0 +793800 15.0004480672 6.1 0 0 +794700 15.0004480672 6.1 0 0 +795600 15.0004480672 6.1 0 0 +796500 15.0004480672 6.1 0 0 +797400 15.0004480672 6.1 0 0 +798300 15.0004480672 6.1 0 0 +799200 15.0004480672 6.1 0 0 +800100 15.0004480672 5.8875 0 0 +801000 15.0004480672 5.4625 0 0 +801900 15.0004480672 5.0375 0 0 +802800 15.0004480672 4.6125 0 0 +803700 15.0004480672 4.55 0 0 +804600 15.0004480672 4.8633538348 0.1129368004 0 +805500 15.0004480672 9.0326446211 30.9855406418 0 +806400 15.0004480672 10.6340181666 35.8257741685 0 +807300 15.0076079717 17.1093690702 214.9429854437 0.0555555556 +808200 15.0076079717 18.1755356882 275.4172559893 0.0555555556 +809100 15.0076079717 19.229117717 336.7783844698 0.0555555556 +810000 15.0076079717 20.2519073607 393.702445152 0.0555555556 +810900 15.0076079717 20.7339779557 420.2195536313 0.0555555556 +811800 15.0076079717 21.604412854 469.283052645 0.0555555556 +812700 15.0076079717 22.410995193 513.7387955766 0.0555555556 +813600 15.0076079717 23.1503290516 553.7363632386 0.0555555556 +814500 15.0076079717 23.1253028552 553.6491901616 0.0555555556 +815400 15.0076079717 23.702136971 584.9031011403 0.0555555556 +816300 15.0076079717 24.212035906 612.2593607076 0.0555555556 +817200 15.0076079717 24.6535882147 635.7435872037 0.0555555556 +818100 15.0076079717 25.1091000254 662.4646114415 0.0555555556 +819000 15.0076079717 25.4154782828 678.509101624 0.0555555556 +819900 15.0076079717 25.6497416603 690.6361827802 0.0555555556 +820800 15.0076079717 25.8112257574 698.8415782842 0.0555555556 +821700 15.0076079717 27.3561623797 783.7802887847 0.0555555556 +822600 15.0076079717 27.3818649746 784.159289394 0.0555555556 +823500 15.0076079717 27.3262887772 780.3027686108 0.0555555556 +824400 15.0076079717 27.18962556 772.2103807602 0.0555555556 +825300 15.0076079717 25.9878607238 705.8075686332 0.0555555556 +826200 15.0076079717 25.6906551911 690.029632707 0.0555555556 +827100 15.0076079717 25.3195066284 670.2204334242 0.0555555556 +828000 15.0076079717 24.875428612 646.3750361417 0.0555555556 +828900 15.0076079717 26.4001376966 736.8028373032 0.0555555556 +829800 15.0076079717 25.7455298724 700.5467586567 0.0555555556 +830700 15.0076079717 25.0081813025 659.436372152 0.0555555556 +831600 15.0076079717 24.1893209333 613.3147811642 0.0555555556 +832500 15.0076079717 22.8163500905 529.8300921975 0.0555555556 +833400 15.0076079717 21.8787995391 477.1976175759 0.0555555556 +834300 15.0076079717 20.8736798991 419.2714574705 0.0555555556 +835200 15.0076079717 19.8148891923 356.3432116498 0.0555555556 +836100 15.001502075 9.8625 0 0 +837000 15.0004480672 9.5875 0 0 +837900 15.0004480672 9.3125 0 0 +838800 15.0004480672 9.0375 0 0 +839700 15.0004480672 8.825 0 0 +840600 15.0004480672 8.675 0 0 +841500 15.0004480672 8.525 0 0 +842400 15.0004480672 8.375 0 0 +843300 15.0004480672 8.2375 0 0 +844200 15.0004480672 8.1125 0 0 +845100 15.0004480672 7.9875 0 0 +846000 15.0004480672 7.8625 0 0 +846900 15.0004480672 7.725 0 0 +847800 15.0004480672 7.575 0 0 +848700 15.0004480672 7.425 0 0 +849600 15.0004480672 7.275 0 0 +850500 15.0004480672 7.1375 0 0 +851400 15.0004480672 7.0125 0 0 +852300 15.0004480672 6.8875 0 0 +853200 15.0004480672 6.7625 0 0 +854100 15.0004480672 6.7 0 0 +855000 15.0004480672 6.7 0 0 +855900 15.0004480672 6.7 0 0 +856800 15.0004480672 6.7 0 0 +857700 15.0004480672 6.7 0 0 +858600 15.0004480672 6.7 0 0 +859500 15.0004480672 6.7 0 0 +860400 15.0004480672 6.7 0 0 +861300 15.0004480672 6.7 0 0 +862200 15.0004480672 6.7 0 0 +863100 15.0004480672 6.7 0 0 +864000 15.0004480672 6.7 0 0 +864900 15.0004480672 6.5625 0 0 +865800 15.0004480672 6.2875 0 0 +866700 15.0004480672 6.0125 0 0 +867600 15.0004480672 5.7375 0 0 +868500 15.0004480672 5.6625 0 0 +869400 15.0004480672 5.7875 0 0 +870300 15.0004480672 5.9125 0 0 +871200 15.0004480672 6.0375 0 0 +872100 15.0004480672 6.0375 0 0 +873000 15.0004480672 5.9125 0 0 +873900 15.0004480672 5.7875 0 0 +874800 15.0004480672 5.6625 0 0 +875700 15.0004480672 5.3875 0 0 +876600 15.0004480672 4.9625 0 0 +877500 15.0004480672 4.5375 0 0 +878400 15.0004480672 4.1125 0 0 +879300 15.0004480672 4.0375 0 0 +880200 15.0004480672 4.3125 0 0 +881100 15.0004480672 4.5875 0 0 +882000 15.0004480672 4.8625 0 0 +882900 15.0004480672 4.8625 0 0 +883800 15.0004480672 4.5875 0 0 +884700 15.0004480672 4.3125 0 0 +885600 15.0004480672 4.0375 0 0 +886500 15.0004480672 4.0375 0 0 +887400 15.0004480672 4.3125 0 0 +888300 15.0004480672 4.5875 0 0 +889200 15.0004480672 4.8625 0 0 +890100 15.0004480672 4.925 0 0 +891000 15.0004480672 4.7935444752 0.1577892294 0 +891900 15.0004480672 8.1142343015 27.8373683969 0 +892800 15.0004480672 9.2916911204 33.2641212958 0 +893700 15.0076079717 16.2998759049 160.3700696589 0.0555555556 +894600 15.0076079717 17.1443417644 208.5370935585 0.0555555556 +895500 15.0076079717 17.9941205768 258.2585448567 0.0555555556 +896400 15.0076079717 18.8364282774 305.6638871081 0.0555555556 +897300 15.0076079717 17.6773995271 228.0243349164 0.0555555556 +898200 15.0076079717 18.1570061287 256.9954419802 0.0555555556 +899100 15.0076079717 18.6068144971 283.7637648447 0.0555555556 +900000 15.0076079717 19.0234780829 308.2563272098 0.0555555556 +900900 15.0076079717 24.4372285905 637.4717146914 0.0555555556 +901800 15.0076079717 25.0858388824 672.6283054719 0.0555555556 +902700 15.0076079717 25.6577264055 703.3638917997 0.0555555556 +903600 15.0076079717 26.1515923912 729.7307542849 0.0555555556 +904500 15.0076079717 27.8092436766 826.2867229218 0.0555555556 +905400 15.0076079717 28.1967800614 845.5289957882 0.0555555556 +906300 15.0076079717 28.4959399823 860.0882058065 0.0555555556 +907200 15.0076079717 28.7060759287 869.9720037456 0.0555555556 +908100 15.0076079717 23.3636830482 563.7416420194 0.0555555556 +909000 15.0076079717 23.3910085615 564.1233529975 0.0555555556 +909900 15.0076079717 23.3597908258 561.2090287691 0.0555555556 +910800 15.0076079717 23.2702157979 555.003709371 0.0555555556 +911700 15.0076079717 28.7118427896 867.1716243732 0.0555555556 +912600 15.0076079717 28.3590211058 848.7363765305 0.0555555556 +913500 15.0076079717 27.9168082587 825.5311910344 0.0555555556 +914400 15.0076079717 27.3861150945 797.5284569351 0.0555555556 +915300 15.0076079717 26.8446643184 763.0683958566 0.0555555556 +916200 15.0076079717 26.1682508651 726.514745337 0.0555555556 +917100 15.0076079717 25.406454356 684.9939881716 0.0555555556 +918000 15.0076079717 24.5601381494 638.3166356757 0.0555555556 +918900 15.0076079717 24.1446237084 616.6618667761 0.0555555556 +919800 15.0076079717 23.0979462781 557.8907938086 0.0555555556 +920700 15.0076079717 21.9675445285 492.7172834187 0.0555555556 +921600 15.0076079717 20.7666259363 421.271980293 0.0555555556 +922500 15.001502075 9.925 0 0 +923400 15.0004480672 9.775 0 0 +924300 15.0004480672 9.625 0 0 +925200 15.0004480672 9.475 0 0 +926100 15.0004480672 9.4 0 0 +927000 15.0004480672 9.4 0 0 +927900 15.0004480672 9.4 0 0 +928800 15.0004480672 9.4 0 0 +929700 15.0004480672 9.475 0 0 +930600 15.0004480672 9.625 0 0 +931500 15.0004480672 9.775 0 0 +932400 15.0004480672 9.925 0 0 +933300 15.0004480672 10 0 0 +934200 15.0004480672 10 0 0 +935100 15.0004480672 10 0 0 +936000 15.0004480672 10 0 0 +936900 15.0004480672 10 0 0 +937800 15.0004480672 10 0 0 +938700 15.0004480672 10 0 0 +939600 15.0004480672 10 0 0 +940500 15.0004480672 10 0 0 +941400 15.0004480672 10 0 0 +942300 15.0004480672 10 0 0 +943200 15.0004480672 10 0 0 +944100 15.0004480672 10 0 0 +945000 15.0004480672 10 0 0 +945900 15.0004480672 10 0 0 +946800 15.0004480672 10 0 0 +947700 15.0004480672 10 0 0 +948600 15.0004480672 10 0 0 +949500 15.0004480672 10 0 0 +950400 15.0004480672 10 0 0 +951300 15.0004480672 10 0 0 +952200 15.0004480672 10 0 0 +953100 15.0004480672 10 0 0 +954000 15.0004480672 10 0 0 +954900 15.0004480672 10 0 0 +955800 15.0004480672 10 0 0 +956700 15.0004480672 10 0 0 +957600 15.0004480672 10 0 0 +958500 15.0004480672 9.7875 0 0 +959400 15.0004480672 9.3625 0 0 +960300 15.0004480672 8.9375 0 0 +961200 15.0004480672 8.5125 0 0 +962100 15.0004480672 8.2375 0 0 +963000 15.0004480672 8.1125 0 0 +963900 15.0004480672 7.9875 0 0 +964800 15.0004480672 7.8625 0 0 +965700 15.0004480672 7.725 0 0 +966600 15.0004480672 7.575 0 0 +967500 15.0004480672 7.425 0 0 +968400 15.0004480672 7.275 0 0 +969300 15.0004480672 7.1375 0 0 +970200 15.0004480672 7.0125 0 0 +971100 15.0004480672 6.8875 0 0 +972000 15.0004480672 6.7625 0 0 +972900 15.0004480672 6.7625 0 0 +973800 15.0004480672 6.8875 0 0 +974700 15.0004480672 7.0125 0 0 +975600 15.0004480672 7.1375 0 0 +976500 15.0004480672 7.2 0 0 +977400 15.0004480672 7.2258153679 0.2210523735 0 +978300 15.0004480672 10.9244663009 29.9532836791 0 +979200 15.0004480672 12.1880268546 34.682608881 0 +980100 15.0076079717 17.0023168626 198.7482213454 0.0555555556 +981000 15.0076079717 17.974313947 255.8997425017 0.0555555556 +981900 15.0076079717 18.9337029475 314.0664334865 0.0555555556 +982800 15.0076079717 19.8705159743 368.4767673391 0.0555555556 +983700 15.0076079717 21.6291857707 478.1334032382 0.0555555556 +984600 15.0076079717 22.6083577142 531.8598777112 0.0555555556 +985500 15.0076079717 23.512425321 580.2238591824 0.0555555556 +986400 15.0076079717 24.3391593451 623.5117074142 0.0555555556 +987300 15.0076079717 26.1196975726 729.1475654615 0.0555555556 +988200 15.0076079717 26.8566969789 766.9435617242 0.0555555556 +989100 15.0076079717 27.5067653394 799.8580230963 0.0555555556 +990000 15.0076079717 28.0692768706 828.013573995 0.0555555556 +990900 15.0076079717 28.8311589082 871.4000192184 0.0555555556 +991800 15.0076079717 29.246678577 890.9625378554 0.0555555556 +992700 15.0076079717 29.5703374509 905.7799260116 0.0555555556 +993600 15.0076079717 29.8015882118 915.8715527802 0.0555555556 +994500 15.0076079717 30.3762349128 947.4048327593 0.0555555556 +995400 15.0076079717 30.4139388084 948.0869997419 0.0555555556 +996300 15.0076079717 30.3563644087 943.9502794354 0.0555555556 +997200 15.0076079717 30.203672851 934.9905830375 0.0555555556 +998100 15.0076079717 27.5217965444 784.8203529122 0.0555555556 +999000 15.0076079717 27.178160829 768.0020097098 0.0555555556 +999900 15.0076079717 26.7531640059 746.8170544253 0.0555555556 +1000800 15.0076079717 26.2477897476 721.2511925274 0.0555555556 +1001700 15.0076079717 25.4174449916 675.797604014 0.0555555556 +1002600 15.0076079717 24.8700912005 641.657086513 0.0555555556 +1003500 15.0076079717 24.2478037332 603.0859741775 0.0555555556 +1004400 15.0076079717 23.5525945834 560.0177184258 0.0555555556 +1005300 15.0004480672 30.8690540192 103.9044365227 0 +1006200 15.0076079717 16.1300216876 92.783512736 0.0555555556 +1007100 15.0004480672 26.0165086952 80.9454508295 0 +1008000 15.0004480672 23.3809959437 68.4409432018 0 +1008900 15.0004480672 10.9625 0 0 +1009800 15.0004480672 10.6875 0 0 +1010700 15.0004480672 10.4125 0 0 +1011600 15.0004480672 10.1375 0 0 +1012500 15.0004480672 9.925 0 0 +1013400 15.0004480672 9.775 0 0 +1014300 15.0004480672 9.625 0 0 +1015200 15.0004480672 9.475 0 0 +1016100 15.0004480672 9.4 0 0 +1017000 15.0004480672 9.4 0 0 +1017900 15.0004480672 9.4 0 0 +1018800 15.0004480672 9.4 0 0 +1019700 15.0004480672 9.4 0 0 +1020600 15.0004480672 9.4 0 0 +1021500 15.0004480672 9.4 0 0 +1022400 15.0004480672 9.4 0 0 +1023300 15.0004480672 9.4 0 0 +1024200 15.0004480672 9.4 0 0 +1025100 15.0004480672 9.4 0 0 +1026000 15.0004480672 9.4 0 0 +1026900 15.0004480672 9.475 0 0 +1027800 15.0004480672 9.625 0 0 +1028700 15.0004480672 9.775 0 0 +1029600 15.0004480672 9.925 0 0 +1030500 15.0004480672 10 0 0 +1031400 15.0004480672 10 0 0 +1032300 15.0004480672 10 0 0 +1033200 15.0004480672 10 0 0 +1034100 15.0004480672 10 0 0 +1035000 15.0004480672 10 0 0 +1035900 15.0004480672 10 0 0 +1036800 15.0004480672 10 0 0 +1037700 15.0004480672 9.925 0 0 +1038600 15.0004480672 9.775 0 0 +1039500 15.0004480672 9.625 0 0 +1040400 15.0004480672 9.475 0 0 +1041300 15.0004480672 9.4 0 0 +1042200 15.0004480672 9.4 0 0 +1043100 15.0004480672 9.4 0 0 +1044000 15.0004480672 9.4 0 0 +1044900 15.0004480672 9.4 0 0 +1045800 15.0004480672 9.4 0 0 +1046700 15.0004480672 9.4 0 0 +1047600 15.0004480672 9.4 0 0 +1048500 15.0004480672 9.4 0 0 +1049400 15.0004480672 9.4 0 0 +1050300 15.0004480672 9.4 0 0 +1051200 15.0004480672 9.4 0 0 +1052100 15.0004480672 9.475 0 0 +1053000 15.0004480672 9.625 0 0 +1053900 15.0004480672 9.775 0 0 +1054800 15.0004480672 9.925 0 0 +1055700 15.0004480672 9.925 0 0 +1056600 15.0004480672 9.775 0 0 +1057500 15.0004480672 9.625 0 0 +1058400 15.0004480672 9.475 0 0 +1059300 15.0004480672 9.4 0 0 +1060200 15.0004480672 9.4 0 0 +1061100 15.0004480672 9.4 0 0 +1062000 15.0004480672 9.4 0 0 +1062900 15.0004480672 9.4 0 0 +1063800 15.0004480672 9.4012899402 0.0070288399 0 +1064700 15.0004480672 9.5767305092 0.9636484909 0 +1065600 15.0004480672 9.8690968619 2.5606935191 0 +1066500 15.0004480672 14.481353173 28.2291392326 0 +1067400 15.0004480672 16.2874752796 38.5236536477 0 +1068300 15.0004480672 18.0010628572 48.4171414772 0 +1069200 15.0004480672 19.6182996812 57.8672372875 0 +1070100 15.0004480672 20.0113312913 60.548865341 0 +1071000 15.0004480672 21.1778100827 68.1988285046 0 +1071900 15.0004480672 22.2483615147 75.3428892835 0 +1072800 15.0004480672 23.220311276 81.9504557126 0 +1073700 15.0004480672 23.5941008553 82.9262534971 0 +1074600 15.0004480672 24.990436044 88.0644128616 0 +1075500 15.0076079717 15.9523366787 92.6239174793 0.0555555556 +1076400 15.0004480672 27.4831848221 96.5852428516 0 +1077300 15.0076079717 19.2681261988 302.0364161739 0.0555555556 +1078200 15.0076079717 19.4102880529 310.1354772043 0.0555555556 +1079100 15.0076079717 19.521708441 316.3147377534 0.0555555556 +1080000 15.0076079717 19.6019644804 320.5547393614 0.0555555556 +1080900 15.0076079717 26.6831793865 730.9308964357 0.0555555556 +1081800 15.0076079717 26.7017765503 731.6068213969 0.0555555556 +1082700 15.0076079717 26.6446531835 728.2313235939 0.0555555556 +1083600 15.0076079717 26.5120028864 720.8069058069 0.0555555556 +1084500 15.0076079717 25.9359571976 686.7764578083 0.0555555556 +1085400 15.0076079717 25.6385098155 671.7644250655 0.0555555556 +1086300 15.0076079717 25.2696517865 652.8489796595 0.0555555556 +1087200 15.0076079717 24.8304334176 630.0329343927 0.0555555556 +1088100 15.0076079717 23.5798877087 558.2578754627 0.0555555556 +1089000 15.0076079717 23.0622391624 529.5882836822 0.0555555556 +1089900 15.0076079717 22.483866813 497.2655216844 0.0555555556 +1090800 15.0076079717 21.8468980057 461.2714114181 0.0555555556 +1091700 15.0076079717 23.3717998209 562.0903333859 0.0555555556 +1092600 15.0076079717 22.3697571386 506.5156637655 0.0555555556 +1093500 15.0076079717 21.3003284086 445.7356326413 0.0555555556 +1094400 15.0076079717 20.1767003604 380.0347531139 0.0555555556 +1095300 15.001502075 10 0 0 +1096200 15.0004480672 10 0 0 +1097100 15.0004480672 10 0 0 +1098000 15.0004480672 10 0 0 +1098900 15.0004480672 10 0 0 +1099800 15.0004480672 10 0 0 +1100700 15.0004480672 10 0 0 +1101600 15.0004480672 10 0 0 +1102500 15.0004480672 10 0 0 +1103400 15.0004480672 10 0 0 +1104300 15.0004480672 10 0 0 +1105200 15.0004480672 10 0 0 +1106100 15.0004480672 9.925 0 0 +1107000 15.0004480672 9.775 0 0 +1107900 15.0004480672 9.625 0 0 +1108800 15.0004480672 9.475 0 0 +1109700 15.0004480672 9.3375 0 0 +1110600 15.0004480672 9.2125 0 0 +1111500 15.0004480672 9.0875 0 0 +1112400 15.0004480672 8.9625 0 0 +1113300 15.0004480672 8.825 0 0 +1114200 15.0004480672 8.675 0 0 +1115100 15.0004480672 8.525 0 0 +1116000 15.0004480672 8.375 0 0 +1116900 15.0004480672 8.2375 0 0 +1117800 15.0004480672 8.1125 0 0 +1118700 15.0004480672 7.9875 0 0 +1119600 15.0004480672 7.8625 0 0 +1120500 15.0004480672 7.8625 0 0 +1121400 15.0004480672 7.9875 0 0 +1122300 15.0004480672 8.1125 0 0 +1123200 15.0004480672 8.2375 0 0 +1124100 15.0004480672 8.2375 0 0 +1125000 15.0004480672 8.1125 0 0 +1125900 15.0004480672 7.9875 0 0 +1126800 15.0004480672 7.8625 0 0 +1127700 15.0004480672 7.9375 0 0 +1128600 15.0004480672 8.2125 0 0 +1129500 15.0004480672 8.4875 0 0 +1130400 15.0004480672 8.7625 0 0 +1131300 15.0004480672 8.7625 0 0 +1132200 15.0004480672 8.4875 0 0 +1133100 15.0004480672 8.2125 0 0 +1134000 15.0004480672 7.9375 0 0 +1134900 15.0004480672 7.8625 0 0 +1135800 15.0004480672 7.9875 0 0 +1136700 15.0004480672 8.1125 0 0 +1137600 15.0004480672 8.2375 0 0 +1138500 15.0004480672 8.375 0 0 +1139400 15.0004480672 8.525 0 0 +1140300 15.0004480672 8.675 0 0 +1141200 15.0004480672 8.825 0 0 +1142100 15.0004480672 8.7625 0 0 +1143000 15.0004480672 8.4875 0 0 +1143900 15.0004480672 8.2125 0 0 +1144800 15.0004480672 7.9375 0 0 +1145700 15.0004480672 7.725 0 0 +1146600 15.0004480672 7.575 0 0 +1147500 15.0004480672 7.425 0 0 +1148400 15.0004480672 7.275 0 0 +1149300 15.0004480672 7.2 0 0 +1150200 15.0004480672 7.2484822405 0.4208004104 0 +1151100 15.0004480672 9.800072554 20.705620108 0 +1152000 15.0004480672 10.9235087087 25.5547918057 0 +1152900 15.0004480672 14.7416737796 43.4611199358 0 +1153800 15.0004480672 17.3652115989 58.8221781332 0 +1154700 15.0004480672 19.8911798295 73.9962818331 0 +1155600 15.0004480672 22.3093849533 88.6415995966 0 +1156500 15.0076079717 16.1064308551 122.1247114313 0.0555555556 +1157400 15.0004480672 30.4068025334 137.6711872837 0 +1158300 15.0076079717 16.5738129638 152.1734980827 0.0555555556 +1159200 15.0004480672 35.1374517967 165.5688211577 0 +1160100 15.0076079717 18.5041863171 273.4540391226 0.0555555556 +1161000 15.0076079717 18.7883291811 290.2379918755 0.0555555556 +1161900 15.0076079717 19.0420252486 305.0803094259 0.0555555556 +1162800 15.0076079717 19.2641767312 317.94051261 0.0555555556 +1163700 15.0076079717 22.6903213501 521.0072144462 0.0555555556 +1164600 15.0076079717 22.9602525703 534.4469035967 0.0555555556 +1165500 15.0076079717 23.174305854 544.7024189775 0.0555555556 +1166400 15.0076079717 23.3318093488 551.7560616657 0.0555555556 +1167300 15.0076079717 22.3117221984 493.7298951703 0.0555555556 +1168200 15.0076079717 22.3555908651 494.2891573411 0.0555555556 +1169100 15.0076079717 22.3492980169 491.9287765321 0.0555555556 +1170000 15.0076079717 22.2930017699 486.6544120558 0.0555555556 +1170900 15.0076079717 25.9712556728 697.043530874 0.0555555556 +1171800 15.0076079717 25.6808931446 681.7962456187 0.0555555556 +1172700 15.0076079717 25.3185248104 662.5674395218 0.0555555556 +1173600 15.0076079717 24.8852603647 639.3668936022 0.0555555556 +1174500 15.0076079717 17.7831474625 209.865426993 0.0555555556 +1175400 15.0076079717 17.6037391288 198.4140242233 0.0555555556 +1176300 15.0076079717 17.4039538039 185.6163246928 0.0555555556 +1177200 15.0076079717 17.1847954375 171.5151829691 0.0555555556 +1178100 15.0076079717 22.9558946242 539.6856916936 0.0555555556 +1179000 15.0076079717 22.0288590822 485.6591212756 0.0555555556 +1179900 15.0076079717 21.0405365831 426.894634376 0.0555555556 +1180800 15.0076079717 20.0036138493 363.7178120183 0.0555555556 +1181700 15.001502075 11.2375 0 0 +1182600 15.0004480672 11.5125 0 0 +1183500 15.0004480672 11.7875 0 0 +1184400 15.0004480672 12.0625 0 0 +1185300 15.0004480672 12.1375 0 0 +1186200 15.0004480672 12.0125 0 0 +1187100 15.0004480672 11.8875 0 0 +1188000 15.0004480672 11.7625 0 0 +1188900 15.0004480672 11.625 0 0 +1189800 15.0004480672 11.475 0 0 +1190700 15.0004480672 11.325 0 0 +1191600 15.0004480672 11.175 0 0 +1192500 15.0004480672 11.0375 0 0 +1193400 15.0004480672 10.9125 0 0 +1194300 15.0004480672 10.7875 0 0 +1195200 15.0004480672 10.6625 0 0 +1196100 15.0004480672 10.6625 0 0 +1197000 15.0004480672 10.7875 0 0 +1197900 15.0004480672 10.9125 0 0 +1198800 15.0004480672 11.0375 0 0 +1199700 15.0004480672 11.175 0 0 +1200600 15.0004480672 11.325 0 0 +1201500 15.0004480672 11.475 0 0 +1202400 15.0004480672 11.625 0 0 +1203300 15.0004480672 11.7 0 0 +1204200 15.0004480672 11.7 0 0 +1205100 15.0004480672 11.7 0 0 +1206000 15.0004480672 11.7 0 0 +1206900 15.0004480672 11.5625 0 0 +1207800 15.0004480672 11.2875 0 0 +1208700 15.0004480672 11.0125 0 0 +1209600 15.0004480672 10.7375 0 0 +1210500 15.0004480672 10.525 0 0 +1211400 15.0004480672 10.375 0 0 +1212300 15.0004480672 10.225 0 0 +1213200 15.0004480672 10.075 0 0 +1214100 15.0004480672 10 0 0 +1215000 15.0004480672 10 0 0 +1215900 15.0004480672 10 0 0 +1216800 15.0004480672 10 0 0 +1217700 15.0004480672 9.925 0 0 +1218600 15.0004480672 9.775 0 0 +1219500 15.0004480672 9.625 0 0 +1220400 15.0004480672 9.475 0 0 +1221300 15.0004480672 9.3375 0 0 +1222200 15.0004480672 9.2125 0 0 +1223100 15.0004480672 9.0875 0 0 +1224000 15.0004480672 8.9625 0 0 +1224900 15.0004480672 8.9625 0 0 +1225800 15.0004480672 9.0875 0 0 +1226700 15.0004480672 9.2125 0 0 +1227600 15.0004480672 9.3375 0 0 +1228500 15.0004480672 9.475 0 0 +1229400 15.0004480672 9.625 0 0 +1230300 15.0004480672 9.775 0 0 +1231200 15.0004480672 9.925 0 0 +1232100 15.0004480672 10 0 0 +1233000 15.0004480672 10 0 0 +1233900 15.0004480672 10 0 0 +1234800 15.0004480672 10 0 0 +1235700 15.0004480672 9.925 0 0 +1236600 15.0004480672 9.8398248301 0.566709707 0 +1237500 15.0004480672 11.4495557618 14.2351675828 0 +1238400 15.0004480672 12.2345366037 18.5072717272 0 +1239300 15.0004480672 14.9882770972 30.6785712943 0 +1240200 15.0004480672 17.0670522119 41.7120590419 0 +1241100 15.0004480672 19.046041366 52.3187625181 0 +1242000 15.0004480672 20.9214419287 62.4532621903 0 +1242900 15.0076079717 20.8845368568 416.0363246498 0.0555555556 +1243800 15.0076079717 21.749000619 465.8047971383 0.0555555556 +1244700 15.0076079717 22.5545076356 511.2821145439 0.0555555556 +1245600 15.0076079717 23.2966797274 552.5174089402 0.0555555556 +1246500 15.0004480672 19.434918406 52.0350014272 0 +1247400 15.0004480672 20.4106291588 55.2550371532 0 +1248300 15.0004480672 21.322947111 58.1150131755 0 +1249200 15.0004480672 22.1704541546 60.6026826376 0 +1250100 15.0076079717 18.3401199934 242.3556094096 0.0555555556 +1251000 15.0076079717 18.4420130941 248.9372584135 0.0555555556 +1251900 15.0076079717 18.5201572434 253.9802118089 0.0555555556 +1252800 15.0076079717 18.5742121035 257.4663165847 0.0555555556 +1253700 15.0076079717 17.484256338 189.712534908 0.0555555556 +1254600 15.0076079717 17.4759909992 189.9630917745 0.0555555556 +1255500 15.0076079717 17.4506554183 189.0519656144 0.0555555556 +1256400 15.0076079717 17.4083077122 186.9828828305 0.0555555556 +1257300 15.0076079717 19.8410128641 338.2013367654 0.0555555556 +1258200 15.0076079717 19.7252306862 330.3064580374 0.0555555556 +1259100 15.0076079717 19.5766597499 320.3697491357 0.0555555556 +1260000 15.0076079717 19.3959924626 308.421451693 0.0555555556 +1260900 15.0004480672 35.9539049806 143.1943590707 0 +1261800 15.0076079717 16.7232093905 135.4274926886 0.0555555556 +1262700 15.0004480672 34.1886575504 126.7680179551 0 +1263600 15.0076079717 16.5276504939 117.2530160706 0.0555555556 +1264500 15.0004480672 30.6414923347 101.1814849946 0 +1265400 15.0076079717 16.1503290725 90.6772366156 0.0555555556 +1266300 15.0004480672 26.8376225615 79.4887985557 0 +1267200 15.0004480672 24.7379185597 67.6640814244 0 +1268100 15.0004480672 12.8 0 0 +1269000 15.0004480672 12.8 0 0 +1269900 15.0004480672 12.8 0 0 +1270800 15.0004480672 12.8 0 0 +1271700 15.0004480672 12.6625 0 0 +1272600 15.0004480672 12.3875 0 0 +1273500 15.0004480672 12.1125 0 0 +1274400 15.0004480672 11.8375 0 0 +1275300 15.0004480672 11.9 0 0 +1276200 15.0004480672 12.3 0 0 +1277100 15.0004480672 12.7 0 0 +1278000 15.0004480672 13.1 0 0 +1278900 15.0004480672 13.3 0 0 +1279800 15.0004480672 13.3 0 0 +1280700 15.0004480672 13.3 0 0 +1281600 15.0004480672 13.3 0 0 +1282500 15.0004480672 13.1625 0 0 +1283400 15.0004480672 12.8875 0 0 +1284300 15.0004480672 12.6125 0 0 +1285200 15.0004480672 12.3375 0 0 +1286100 15.0004480672 12.4125 0 0 +1287000 15.0004480672 12.8375 0 0 +1287900 15.0004480672 13.2625 0 0 +1288800 15.0004480672 13.6875 0 0 +1289700 15.0004480672 13.9 0 0 +1290600 15.0004480672 13.9 0 0 +1291500 15.0004480672 13.9 0 0 +1292400 15.0004480672 13.9 0 0 +1293300 15.0004480672 13.9 0 0 +1294200 15.0004480672 13.9 0 0 +1295100 15.0004480672 13.9 0 0 +1296000 15.0004480672 13.9 0 0 +1296900 15.0004480672 13.825 0 0 +1297800 15.0004480672 13.675 0 0 +1298700 15.0004480672 13.525 0 0 +1299600 15.0004480672 13.375 0 0 +1300500 15.0004480672 13.3 0 0 +1301400 15.0004480672 13.3 0 0 +1302300 15.0004480672 13.3 0 0 +1303200 15.0004480672 13.3 0 0 +1304100 15.0004480672 13.2375 0 0 +1305000 15.0004480672 13.1125 0 0 +1305900 15.0004480672 12.9875 0 0 +1306800 15.0004480672 12.8625 0 0 +1307700 15.0004480672 12.8 0 0 +1308600 15.0004480672 12.8 0 0 +1309500 15.0004480672 12.8 0 0 +1310400 15.0004480672 12.8 0 0 +1311300 15.0004480672 12.725 0 0 +1312200 15.0004480672 12.575 0 0 +1313100 15.0004480672 12.425 0 0 +1314000 15.0004480672 12.275 0 0 +1314900 15.0004480672 12.2 0 0 +1315800 15.0004480672 12.2 0 0 +1316700 15.0004480672 12.2 0 0 +1317600 15.0004480672 12.2 0 0 +1318500 15.0004480672 12.2 0 0 +1319400 15.0004480672 12.2 0 0 +1320300 15.0004480672 12.2 0 0 +1321200 15.0004480672 12.2 0 0 +1322100 15.0004480672 12.2 0 0 +1323000 15.0004480672 12.2032129243 0.0175072426 0 +1323900 15.0004480672 12.3836107912 1.0011906583 0 +1324800 15.0004480672 12.6603154434 2.512672949 0 +1325700 15.0004480672 17.3188963425 28.4417346917 0 +1326600 15.0004480672 19.0986576 38.5878158958 0 +1327500 15.0004480672 20.7882616835 48.3427765731 0 +1328400 15.0004480672 22.383858855 57.6648444845 0 +1329300 15.0076079717 18.0840098243 222.5942095843 0.0555555556 +1330200 15.0076079717 18.5427410285 250.6800555614 0.0555555556 +1331100 15.0076079717 18.9735101881 276.6975658373 0.0555555556 +1332000 15.0076079717 19.373147046 300.5697027894 0.0555555556 +1332900 15.0076079717 19.2388348146 293.3738635048 0.0555555556 +1333800 15.0076079717 19.5660503838 311.3005229058 0.0555555556 +1334700 15.0076079717 19.8604998857 327.1611023285 0.0555555556 +1335600 15.0076079717 20.1209994506 340.9147738553 0.0555555556 +1336500 15.0076079717 17.6999109023 191.0135200212 0.0555555556 +1337400 15.0076079717 17.7872113122 196.2366476567 0.0555555556 +1338300 15.0076079717 17.8565377238 200.2476604925 0.0555555556 +1339200 15.0076079717 17.9076296661 203.0305399037 0.0555555556 +1340100 15.0004480672 35.7448796074 125.8555389799 0 +1341000 15.0076079717 16.7545325759 126.0392515627 0.0555555556 +1341900 15.0004480672 35.6817096385 125.4548958876 0 +1342800 15.0076079717 16.7269982268 124.1049742553 0.0555555556 +1343700 15.0004480672 26.9890912575 72.7409853328 0 +1344600 15.0076079717 15.9393587153 71.0354064118 0.0555555556 +1345500 15.0004480672 25.7938268757 68.8894875364 0 +1346400 15.0076079717 15.8290410829 66.3124178609 0.0555555556 +1347300 15.0004480672 25.763115385 71.5395092401 0 +1348200 15.0004480672 24.9927460226 67.6928230647 0 +1349100 15.0004480672 24.1444530323 63.4024245992 0 +1350000 15.0004480672 23.220154614 58.6866859885 0 +1350900 15.0076079717 16.5360350159 119.9183041874 0.0555555556 +1351800 15.0004480672 31.0136069028 107.5962116832 0 +1352700 15.0076079717 16.1500596575 94.4689697537 0.0555555556 +1353600 15.0004480672 26.3081070736 80.5927912642 0 +1354500 15.0004480672 12.2 0 0 +1355400 15.0004480672 12.2 0 0 +1356300 15.0004480672 12.2 0 0 +1357200 15.0004480672 12.2 0 0 +1358100 15.0004480672 12.1375 0 0 +1359000 15.0004480672 12.0125 0 0 +1359900 15.0004480672 11.8875 0 0 +1360800 15.0004480672 11.7625 0 0 +1361700 15.0004480672 11.625 0 0 +1362600 15.0004480672 11.475 0 0 +1363500 15.0004480672 11.325 0 0 +1364400 15.0004480672 11.175 0 0 +1365300 15.0004480672 11.0375 0 0 +1366200 15.0004480672 10.9125 0 0 +1367100 15.0004480672 10.7875 0 0 +1368000 15.0004480672 10.6625 0 0 +1368900 15.0004480672 10.6625 0 0 +1369800 15.0004480672 10.7875 0 0 +1370700 15.0004480672 10.9125 0 0 +1371600 15.0004480672 11.0375 0 0 +1372500 15.0004480672 11.175 0 0 +1373400 15.0004480672 11.325 0 0 +1374300 15.0004480672 11.475 0 0 +1375200 15.0004480672 11.625 0 0 +1376100 15.0004480672 11.625 0 0 +1377000 15.0004480672 11.475 0 0 +1377900 15.0004480672 11.325 0 0 +1378800 15.0004480672 11.175 0 0 +1379700 15.0004480672 11.1 0 0 +1380600 15.0004480672 11.1 0 0 +1381500 15.0004480672 11.1 0 0 +1382400 15.0004480672 11.1 0 0 +1383300 15.0004480672 11.1 0 0 +1384200 15.0004480672 11.1 0 0 +1385100 15.0004480672 11.1 0 0 +1386000 15.0004480672 11.1 0 0 +1386900 15.0004480672 11.0375 0 0 +1387800 15.0004480672 10.9125 0 0 +1388700 15.0004480672 10.7875 0 0 +1389600 15.0004480672 10.6625 0 0 +1390500 15.0004480672 10.6 0 0 +1391400 15.0004480672 10.6 0 0 +1392300 15.0004480672 10.6 0 0 +1393200 15.0004480672 10.6 0 0 +1394100 15.0004480672 10.6 0 0 +1395000 15.0004480672 10.6 0 0 +1395900 15.0004480672 10.6 0 0 +1396800 15.0004480672 10.6 0 0 +1397700 15.0004480672 10.7375 0 0 +1398600 15.0004480672 11.0125 0 0 +1399500 15.0004480672 11.2875 0 0 +1400400 15.0004480672 11.5625 0 0 +1401300 15.0004480672 11.625 0 0 +1402200 15.0004480672 11.475 0 0 +1403100 15.0004480672 11.325 0 0 +1404000 15.0004480672 11.175 0 0 +1404900 15.0004480672 11.175 0 0 +1405800 15.0004480672 11.325 0 0 +1406700 15.0004480672 11.475 0 0 +1407600 15.0004480672 11.625 0 0 +1408500 15.0004480672 11.625 0 0 +1409400 15.0004480672 11.4942493984 0.145068346 0 +1410300 15.0004480672 11.8497853788 3.3178237335 0 +1411200 15.0004480672 12.284484317 6.4359309948 0 +1412100 15.0004480672 19.9535190807 50.1838517945 0 +1413000 15.0004480672 23.3260891426 67.543690272 0 +1413900 15.0076079717 15.9671923234 84.7062278271 0.0555555556 +1414800 15.0004480672 29.7059443695 101.2736132514 0 +1415700 15.0076079717 15.9233986567 78.6156148189 0.0555555556 +1416600 15.0004480672 28.1643864538 88.4386299673 0 +1417500 15.0076079717 16.2609541258 97.6198212016 0.0555555556 +1418400 15.0004480672 31.8886290934 106.1198732515 0 +1419300 15.0076079717 16.4773200393 108.9642419066 0.0555555556 +1420200 15.0004480672 33.821491617 115.6910410944 0 +1421100 15.0076079717 16.6777249122 121.6707245462 0.0555555556 +1422000 15.0004480672 35.8434252998 126.8776863392 0 +1422900 15.0076079717 19.7246908443 314.9698938167 0.0555555556 +1423800 15.0076079717 19.862075673 323.4845778518 0.0555555556 +1424700 15.0076079717 19.967794071 330.0276781124 0.0555555556 +1425600 15.0076079717 20.041392456 334.5783859583 0.0555555556 +1426500 15.0004480672 38.234271203 141.7771749822 0 +1427400 15.0076079717 16.9817761889 142.0030159048 0.0555555556 +1428300 15.0004480672 38.1706564317 141.3670736566 0 +1429200 15.0076079717 16.9514422919 139.8720714401 0.0555555556 +1430100 15.0004480672 35.0553262817 121.4912353563 0 +1431000 15.0076079717 16.6496729541 118.6729045017 0.0555555556 +1431900 15.0004480672 34.043338012 115.1222715305 0 +1432800 15.0076079717 16.5383788999 110.8545407981 0.0555555556 +1433700 15.0004480672 38.2060755748 141.998375794 0 +1434600 15.0076079717 16.85934559 134.4294884506 0.0555555556 +1435500 15.0004480672 35.4526950023 125.9843942646 0 +1436400 15.0076079717 16.5874278536 116.6992564258 0.0555555556 +1437300 15.0076079717 17.1595363519 154.590659452 0.0555555556 +1438200 15.0004480672 37.5596691364 138.7460472187 0 +1439100 15.0076079717 16.672955803 121.8442038446 0.0555555556 +1440000 15.0004480672 31.8494692111 103.9781820777 0 +1440900 15.0004480672 13.825 0 0 +1441800 15.0004480672 13.675 0 0 +1442700 15.0004480672 13.525 0 0 +1443600 15.0004480672 13.375 0 0 +1444500 15.0004480672 13.2375 0 0 +1445400 15.0004480672 13.1125 0 0 +1446300 15.0004480672 12.9875 0 0 +1447200 15.0004480672 12.8625 0 0 +1448100 15.0004480672 12.8 0 0 +1449000 15.0004480672 12.8 0 0 +1449900 15.0004480672 12.8 0 0 +1450800 15.0004480672 12.8 0 0 +1451700 15.0004480672 12.725 0 0 +1452600 15.0004480672 12.575 0 0 +1453500 15.0004480672 12.425 0 0 +1454400 15.0004480672 12.275 0 0 +1455300 15.0004480672 12.275 0 0 +1456200 15.0004480672 12.425 0 0 +1457100 15.0004480672 12.575 0 0 +1458000 15.0004480672 12.725 0 0 +1458900 15.0004480672 12.8 0 0 +1459800 15.0004480672 12.8 0 0 +1460700 15.0004480672 12.8 0 0 +1461600 15.0004480672 12.8 0 0 +1462500 15.0004480672 12.8 0 0 +1463400 15.0004480672 12.8 0 0 +1464300 15.0004480672 12.8 0 0 +1465200 15.0004480672 12.8 0 0 +1466100 15.0004480672 12.8 0 0 +1467000 15.0004480672 12.8 0 0 +1467900 15.0004480672 12.8 0 0 +1468800 15.0004480672 12.8 0 0 +1469700 15.0004480672 12.8 0 0 +1470600 15.0004480672 12.8 0 0 +1471500 15.0004480672 12.8 0 0 +1472400 15.0004480672 12.8 0 0 +1473300 15.0004480672 12.8 0 0 +1474200 15.0004480672 12.8 0 0 +1475100 15.0004480672 12.8 0 0 +1476000 15.0004480672 12.8 0 0 +1476900 15.0004480672 12.8625 0 0 +1477800 15.0004480672 12.9875 0 0 +1478700 15.0004480672 13.1125 0 0 +1479600 15.0004480672 13.2375 0 0 +1480500 15.0004480672 13.3 0 0 +1481400 15.0004480672 13.3 0 0 +1482300 15.0004480672 13.3 0 0 +1483200 15.0004480672 13.3 0 0 +1484100 15.0004480672 13.3 0 0 +1485000 15.0004480672 13.3 0 0 +1485900 15.0004480672 13.3 0 0 +1486800 15.0004480672 13.3 0 0 +1487700 15.0004480672 13.3 0 0 +1488600 15.0004480672 13.3 0 0 +1489500 15.0004480672 13.3 0 0 +1490400 15.0004480672 13.3 0 0 +1491300 15.0004480672 13.1625 0 0 +1492200 15.0004480672 12.8875 0 0 +1493100 15.0004480672 12.6125 0 0 +1494000 15.0004480672 12.3375 0 0 +1494900 15.0004480672 12.275 0 0 +1495800 15.0004480672 12.4304068718 0.0294623224 0 +1496700 15.0004480672 12.763720351 1.0290721896 0 +1497600 15.0004480672 13.178030156 2.4728363379 0 +1498500 15.0004480672 15.0318885617 12.2658334537 0 +1499400 15.0004480672 15.8045848641 16.5610172514 0 +1500300 15.0004480672 16.5434788281 20.6917109269 0 +1501200 15.0004480672 17.2459887059 24.6402262159 0 +1502100 15.0004480672 19.2395580824 35.9578876173 0 +1503000 15.0004480672 20.0200803551 40.4343590682 0 +1503900 15.0004480672 20.7457535923 44.6191659206 0 +1504800 15.0004480672 21.4143549452 48.494388189 0 +1505700 15.0004480672 22.9208462192 56.9277097322 0 +1506600 15.0004480672 23.6422556584 60.4364163643 0 +1507500 15.0004480672 24.2955217071 63.5566835551 0 +1508400 15.0004480672 24.8791562485 66.2751498413 0 +1509300 15.0076079717 16.2052224779 93.8427881844 0.0555555556 +1510200 15.0004480672 29.7434197433 96.4176594762 0 +1511100 15.0076079717 16.2504522405 98.4022586076 0.0555555556 +1512000 15.0004480672 30.0407881252 99.7880872206 0 +1512900 15.0076079717 20.4737937935 368.5696083734 0.0555555556 +1513800 15.0076079717 20.4622913212 369.1910844281 0.0555555556 +1514700 15.0076079717 20.4147403082 367.6263712318 0.0555555556 +1515600 15.0076079717 20.3312493534 363.8802650745 0.0555555556 +1516500 15.0004480672 30.503734029 109.4810622494 0 +1517400 15.0076079717 16.285380346 106.9682857613 0.0555555556 +1518300 15.0004480672 29.8394531326 103.7985011644 0 +1519200 15.0076079717 16.2058157752 99.9852819629 0.0555555556 +1520100 15.0004480672 36.126036819 141.8852679862 0 +1521000 15.0076079717 16.7183097168 134.3883160169 0.0555555556 +1521900 15.0004480672 33.9458770216 126.0204446216 0 +1522800 15.0076079717 16.4918948435 116.8174863104 0.0555555556 +1523700 15.0076079717 20.8385515935 394.7370885436 0.0555555556 +1524600 15.0076079717 20.1876755424 355.527082317 0.0555555556 +1525500 15.0076079717 19.4964413399 313.2207434438 0.0555555556 +1526400 15.0076079717 18.7730006343 268.0593840653 0.0555555556 +1527300 15.001502075 13.1 0 0 +1528200 15.0004480672 12.7 0 0 +1529100 15.0004480672 12.3 0 0 +1530000 15.0004480672 11.9 0 0 +1530900 15.0004480672 11.7 0 0 +1531800 15.0004480672 11.7 0 0 +1532700 15.0004480672 11.7 0 0 +1533600 15.0004480672 11.7 0 0 +1534500 15.0004480672 11.7 0 0 +1535400 15.0004480672 11.7 0 0 +1536300 15.0004480672 11.7 0 0 +1537200 15.0004480672 11.7 0 0 +1538100 15.0004480672 11.7625 0 0 +1539000 15.0004480672 11.8875 0 0 +1539900 15.0004480672 12.0125 0 0 +1540800 15.0004480672 12.1375 0 0 +1541700 15.0004480672 12.2 0 0 +1542600 15.0004480672 12.2 0 0 +1543500 15.0004480672 12.2 0 0 +1544400 15.0004480672 12.2 0 0 +1545300 15.0004480672 12.275 0 0 +1546200 15.0004480672 12.425 0 0 +1547100 15.0004480672 12.575 0 0 +1548000 15.0004480672 12.725 0 0 +1548900 15.0004480672 12.8625 0 0 +1549800 15.0004480672 12.9875 0 0 +1550700 15.0004480672 13.1125 0 0 +1551600 15.0004480672 13.2375 0 0 +1552500 15.0004480672 13.2375 0 0 +1553400 15.0004480672 13.1125 0 0 +1554300 15.0004480672 12.9875 0 0 +1555200 15.0004480672 12.8625 0 0 +1556100 15.0004480672 12.8 0 0 +1557000 15.0004480672 12.8 0 0 +1557900 15.0004480672 12.8 0 0 +1558800 15.0004480672 12.8 0 0 +1559700 15.0004480672 12.725 0 0 +1560600 15.0004480672 12.575 0 0 +1561500 15.0004480672 12.425 0 0 +1562400 15.0004480672 12.275 0 0 +1563300 15.0004480672 12.3375 0 0 +1564200 15.0004480672 12.6125 0 0 +1565100 15.0004480672 12.8875 0 0 +1566000 15.0004480672 13.1625 0 0 +1566900 15.0004480672 13.3 0 0 +1567800 15.0004480672 13.3 0 0 +1568700 15.0004480672 13.3 0 0 +1569600 15.0004480672 13.3 0 0 +1570500 15.0004480672 13.3 0 0 +1571400 15.0004480672 13.3 0 0 +1572300 15.0004480672 13.3 0 0 +1573200 15.0004480672 13.3 0 0 +1574100 15.0004480672 13.2375 0 0 +1575000 15.0004480672 13.1125 0 0 +1575900 15.0004480672 12.9875 0 0 +1576800 15.0004480672 12.8625 0 0 +1577700 15.0004480672 12.725 0 0 +1578600 15.0004480672 12.575 0 0 +1579500 15.0004480672 12.425 0 0 +1580400 15.0004480672 12.275 0 0 +1581300 15.0004480672 12.2 0 0 +1582200 15.0004480672 12.2068415377 0.0372800959 0 +1583100 15.0004480672 12.3913261667 1.043291866 0 +1584000 15.0004480672 12.6489997894 2.450798888 0 +1584900 15.0004480672 15.1152136165 16.4112220799 0 +1585800 15.0004480672 16.0067469177 22.0987945763 0 +1586700 15.0004480672 16.8522499518 27.5692385177 0 +1587600 15.0004480672 17.6485958223 32.7991286233 0 +1588500 15.0076079717 16.1471593853 96.3789138838 0.0555555556 +1589400 15.0004480672 31.1834689904 108.3870712897 0 +1590300 15.0076079717 16.5702366372 119.6116970273 0.0555555556 +1591200 15.0004480672 35.7736492192 130.0040786599 0 +1592100 15.0076079717 16.8062037749 131.1229819744 0.0555555556 +1593000 15.0004480672 37.6917023936 139.2048721207 0 +1593900 15.0076079717 17.0470506443 146.3927062791 0.0555555556 +1594800 15.0076079717 17.1476597126 152.6564926872 0.0555555556 +1595700 15.0076079717 17.6446080969 186.6996577335 0.0555555556 +1596600 15.0076079717 17.6983343908 191.828175737 0.0555555556 +1597500 15.0076079717 17.7348723094 195.7862631954 0.0555555556 +1598400 15.0076079717 17.7539683008 198.5576835868 0.0555555556 +1599300 15.0076079717 17.0762603881 152.3452715465 0.0555555556 +1600200 15.0076079717 17.1466243324 152.6261444063 0.0555555556 +1601100 15.0076079717 17.2034849946 151.9887005674 0.0555555556 +1602000 15.0076079717 17.246881231 150.4356696624 0.0555555556 +1602900 15.0004480672 29.2740717967 72.6511380923 0 +1603800 15.0076079717 16.1170957688 71.001290101 0.0555555556 +1604700 15.0004480672 28.0985169749 68.9174194263 0 +1605600 15.0076079717 16.0093855611 66.4084495224 0.0555555556 +1606500 15.0076079717 17.4527642776 168.097063976 0.0555555556 +1607400 15.0076079717 17.301909836 159.2793907137 0.0555555556 +1608300 15.0076079717 17.1361673308 149.4310571281 0.0555555556 +1609200 15.0004480672 38.0126400678 138.5933663992 0 +1610100 15.0004480672 23.0656334514 49.155710381 0 +1611000 15.0004480672 22.0959753466 44.2591496041 0 +1611900 15.0004480672 21.0648907387 39.039739519 0 +1612800 15.0004480672 19.9750724334 33.5198304412 0 +1613700 15.0004480672 13.9625 0 0 +1614600 15.0004480672 14.0875 0 0 +1615500 15.0004480672 14.2125 0 0 +1616400 15.0004480672 14.3375 0 0 +1617300 15.0004480672 14.3375 0 0 +1618200 15.0004480672 14.2125 0 0 +1619100 15.0004480672 14.0875 0 0 +1620000 15.0004480672 13.9625 0 0 +1620900 15.0004480672 13.825 0 0 +1621800 15.0004480672 13.675 0 0 +1622700 15.0004480672 13.525 0 0 +1623600 15.0004480672 13.375 0 0 +1624500 15.0004480672 13.1625 0 0 +1625400 15.0004480672 12.8875 0 0 +1626300 15.0004480672 12.6125 0 0 +1627200 15.0004480672 12.3375 0 0 +1628100 15.0004480672 12.3375 0 0 +1629000 15.0004480672 12.6125 0 0 +1629900 15.0004480672 12.8875 0 0 +1630800 15.0004480672 13.1625 0 0 +1631700 15.0004480672 13.375 0 0 +1632600 15.0004480672 13.525 0 0 +1633500 15.0004480672 13.675 0 0 +1634400 15.0004480672 13.825 0 0 +1635300 15.0004480672 13.9 0 0 +1636200 15.0004480672 13.9 0 0 +1637100 15.0004480672 13.9 0 0 +1638000 15.0004480672 13.9 0 0 +1638900 15.0004480672 13.825 0 0 +1639800 15.0004480672 13.675 0 0 +1640700 15.0004480672 13.525 0 0 +1641600 15.0004480672 13.375 0 0 +1642500 15.0004480672 13.375 0 0 +1643400 15.0004480672 13.525 0 0 +1644300 15.0004480672 13.675 0 0 +1645200 15.0004480672 13.825 0 0 +1646100 15.0004480672 13.9 0 0 +1647000 15.0004480672 13.9 0 0 +1647900 15.0004480672 13.9 0 0 +1648800 15.0004480672 13.9 0 0 +1649700 15.0004480672 13.825 0 0 +1650600 15.0004480672 13.675 0 0 +1651500 15.0004480672 13.525 0 0 +1652400 15.0004480672 13.375 0 0 +1653300 15.0004480672 13.3 0 0 +1654200 15.0004480672 13.3 0 0 +1655100 15.0004480672 13.3 0 0 +1656000 15.0004480672 13.3 0 0 +1656900 15.0004480672 13.3 0 0 +1657800 15.0004480672 13.3 0 0 +1658700 15.0004480672 13.3 0 0 +1659600 15.0004480672 13.3 0 0 +1660500 15.0004480672 13.3 0 0 +1661400 15.0004480672 13.3 0 0 +1662300 15.0004480672 13.3 0 0 +1663200 15.0004480672 13.3 0 0 +1664100 15.0004480672 13.3 0 0 +1665000 15.0004480672 13.3 0 0 +1665900 15.0004480672 13.3 0 0 +1666800 15.0004480672 13.3 0 0 +1667700 15.0004480672 13.2375 0 0 +1668600 15.0004480672 13.1210257181 0.0464576318 0 +1669500 15.0004480672 13.1814211435 1.057452678 0 +1670400 15.0004480672 13.3072313689 2.4274605402 0 +1671300 15.0004480672 15.5340610937 14.7067669987 0 +1672200 15.0004480672 16.5624696431 19.7476642871 0 +1673100 15.0004480672 17.5507666082 24.596707543 0 +1674000 15.0004480672 18.4960571785 29.2331324186 0 +1674900 15.0004480672 19.7472808933 36.0020544733 0 +1675800 15.0004480672 20.5222156837 40.446640603 0 +1676700 15.0004480672 21.2429910489 44.6031930125 0 +1677600 15.0004480672 21.9073882809 48.4539127064 0 +1678500 15.0004480672 23.4360604357 56.9436438037 0 +1679400 15.0004480672 24.1802218313 60.4391647153 0 +1680300 15.0004480672 24.8569059133 63.550080684 0 +1681200 15.0076079717 15.8587135104 66.2630702899 0.0555555556 +1682100 15.0004480672 25.8782927794 69.0947695641 0 +1683000 15.0076079717 15.8995979206 70.993322959 0.0555555556 +1683900 15.0004480672 25.8922998727 72.4611077278 0 +1684800 15.0076079717 15.8919139917 73.4918385909 0.0555555556 +1685700 15.0004480672 26.1589988617 76.1572018516 0 +1686600 15.0076079717 15.9359205268 76.3065453019 0.0555555556 +1687500 15.0004480672 26.3826263157 75.9988155615 0 +1688400 15.0076079717 15.9403459227 75.2353303763 0.0555555556 +1689300 15.0004480672 25.8691986249 72.6219885447 0 +1690200 15.0076079717 15.8523616162 70.9901377516 0.0555555556 +1691100 15.0004480672 24.7000315403 68.9264396209 0 +1692000 15.0004480672 24.00687536 66.4397312248 0 +1692900 15.0076079717 15.8986434467 78.0585636382 0.0555555556 +1693800 15.0004480672 25.1378562105 74.0057794654 0 +1694700 15.0004480672 24.3802865895 69.4790215559 0 +1695600 15.0004480672 23.5419472246 64.4976741822 0 +1696500 15.0076079717 16.4478167712 115.8727037074 0.0555555556 +1697400 15.0004480672 30.5444775842 104.4494440901 0 +1698300 15.0076079717 16.1552927769 92.270873649 0.0555555556 +1699200 15.0004480672 26.9960949356 79.3891428923 0 +1700100 15.0004480672 13.3 0 0 +1701000 15.0004480672 13.3 0 0 +1701900 15.0004480672 13.3 0 0 +1702800 15.0004480672 13.3 0 0 +1703700 15.0004480672 13.2375 0 0 +1704600 15.0004480672 13.1125 0 0 +1705500 15.0004480672 12.9875 0 0 +1706400 15.0004480672 12.8625 0 0 +1707300 15.0004480672 12.8 0 0 +1708200 15.0004480672 12.8 0 0 +1709100 15.0004480672 12.8 0 0 +1710000 15.0004480672 12.8 0 0 +1710900 15.0004480672 12.8 0 0 +1711800 15.0004480672 12.8 0 0 +1712700 15.0004480672 12.8 0 0 +1713600 15.0004480672 12.8 0 0 +1714500 15.0004480672 12.725 0 0 +1715400 15.0004480672 12.575 0 0 +1716300 15.0004480672 12.425 0 0 +1717200 15.0004480672 12.275 0 0 +1718100 15.0004480672 12.2 0 0 +1719000 15.0004480672 12.2 0 0 +1719900 15.0004480672 12.2 0 0 +1720800 15.0004480672 12.2 0 0 +1721700 15.0004480672 12.2 0 0 +1722600 15.0004480672 12.2 0 0 +1723500 15.0004480672 12.2 0 0 +1724400 15.0004480672 12.2 0 0 +1725300 15.0004480672 12.2 0 0 +1726200 15.0004480672 12.2 0 0 +1727100 15.0004480672 12.2 0 0 +1728000 15.0004480672 12.2 0 0 +1728900 15.0004480672 12.1375 0 0 +1729800 15.0004480672 12.0125 0 0 +1730700 15.0004480672 11.8875 0 0 +1731600 15.0004480672 11.7625 0 0 +1732500 15.0004480672 11.7 0 0 +1733400 15.0004480672 11.7 0 0 +1734300 15.0004480672 11.7 0 0 +1735200 15.0004480672 11.7 0 0 +1736100 15.0004480672 11.7 0 0 +1737000 15.0004480672 11.7 0 0 +1737900 15.0004480672 11.7 0 0 +1738800 15.0004480672 11.7 0 0 +1739700 15.0004480672 11.625 0 0 +1740600 15.0004480672 11.475 0 0 +1741500 15.0004480672 11.325 0 0 +1742400 15.0004480672 11.175 0 0 +1743300 15.0004480672 11.1 0 0 +1744200 15.0004480672 11.1 0 0 +1745100 15.0004480672 11.1 0 0 +1746000 15.0004480672 11.1 0 0 +1746900 15.0004480672 11.0375 0 0 +1747800 15.0004480672 10.9125 0 0 +1748700 15.0004480672 10.7875 0 0 +1749600 15.0004480672 10.6625 0 0 +1750500 15.0004480672 10.525 0 0 +1751400 15.0004480672 10.375 0 0 +1752300 15.0004480672 10.225 0 0 +1753200 15.0004480672 10.075 0 0 +1754100 15.0004480672 10 0 0 +1755000 15.0004480672 10.5108027484 4.696484 0 +1755900 15.0004480672 15.1953707813 43.2747349475 0 +1756800 15.0004480672 17.3644583232 53.0063779191 0 +1757700 15.0076079717 17.2445430398 201.76409413 0.0555555556 +1758600 15.0076079717 18.2789374635 259.5773881456 0.0555555556 +1759500 15.0076079717 19.2606566325 316.9691383792 0.0555555556 +1760400 15.0076079717 20.2165194075 370.3766996112 0.0555555556 +1761300 15.0076079717 19.7504033243 336.511849185 0.0555555556 +1762200 15.0076079717 20.4644314281 377.018607717 0.0555555556 +1763100 15.0076079717 21.1348834973 414.3212871157 0.0555555556 +1764000 15.0076079717 21.7575436947 448.3903345315 0.0555555556 +1764900 15.0076079717 17.3564670058 175.7441768245 0.0555555556 +1765800 15.0076079717 17.5311504337 186.525231114 0.0555555556 +1766700 15.0076079717 17.6880543576 196.1114426173 0.0555555556 +1767600 15.0076079717 17.8265090185 204.4663646991 0.0555555556 +1768500 15.0076079717 24.0221303389 578.981306599 0.0555555556 +1769400 15.0076079717 24.2899999537 594.0135338479 0.0555555556 +1770300 15.0076079717 24.4972595853 605.6158646653 0.0555555556 +1771200 15.0076079717 24.6431195172 613.766718977 0.0555555556 +1772100 15.0076079717 20.3170390643 359.095363007 0.0555555556 +1773000 15.0076079717 20.3388384687 359.8274141152 0.0555555556 +1773900 15.0076079717 20.3261873776 358.4492554864 0.0555555556 +1774800 15.0076079717 20.2791821891 354.9653462431 0.0555555556 +1775700 15.0076079717 27.3482035199 767.4120197433 0.0555555556 +1776600 15.0076079717 27.0597337659 751.91423546 0.0555555556 +1777500 15.0076079717 26.6939863947 732.2012216664 0.0555555556 +1778400 15.0076079717 26.2521588776 708.2871674456 0.0555555556 +1779300 15.0076079717 20.7625998672 383.2412864286 0.0555555556 +1780200 15.0076079717 20.4380294537 363.8802858362 0.0555555556 +1781100 15.0076079717 20.0754877688 342.1370471437 0.0555555556 +1782000 15.0076079717 19.6767362469 318.0614529309 0.0555555556 +1782900 15.0076079717 17.8487776062 202.4215898045 0.0555555556 +1783800 15.0076079717 17.528974033 182.4912056083 0.0555555556 +1784700 15.0076079717 17.1903891396 161.1690717361 0.0555555556 +1785600 15.0004480672 36.4553596785 138.5742661707 0 +1786500 15.0076079717 16.4516459852 113.574234098 0.0555555556 +1787400 15.0004480672 28.3248817784 89.6454619578 0 +1788300 15.0004480672 24.1957407352 64.8163493973 0 +1789200 15.0004480672 19.8041296792 39.1932184882 0 +1790100 15.0004480672 12.6625 0 0 +1791000 15.0004480672 12.3875 0 0 +1791900 15.0004480672 12.1125 0 0 +1792800 15.0004480672 11.8375 0 0 +1793700 15.0004480672 11.625 0 0 +1794600 15.0004480672 11.475 0 0 +1795500 15.0004480672 11.325 0 0 +1796400 15.0004480672 11.175 0 0 +1797300 15.0004480672 11.1 0 0 +1798200 15.0004480672 11.1 0 0 +1799100 15.0004480672 11.1 0 0 +1800000 15.0004480672 11.1 0 0 +1800900 15.0004480672 11.0375 0 0 +1801800 15.0004480672 10.9125 0 0 +1802700 15.0004480672 10.7875 0 0 +1803600 15.0004480672 10.6625 0 0 +1804500 15.0004480672 10.6 0 0 +1805400 15.0004480672 10.6 0 0 +1806300 15.0004480672 10.6 0 0 +1807200 15.0004480672 10.6 0 0 +1808100 15.0004480672 10.6 0 0 +1809000 15.0004480672 10.6 0 0 +1809900 15.0004480672 10.6 0 0 +1810800 15.0004480672 10.6 0 0 +1811700 15.0004480672 10.525 0 0 +1812600 15.0004480672 10.375 0 0 +1813500 15.0004480672 10.225 0 0 +1814400 15.0004480672 10.075 0 0 +1815300 15.0004480672 10.075 0 0 +1816200 15.0004480672 10.225 0 0 +1817100 15.0004480672 10.375 0 0 +1818000 15.0004480672 10.525 0 0 +1818900 15.0004480672 10.6 0 0 +1819800 15.0004480672 10.6 0 0 +1820700 15.0004480672 10.6 0 0 +1821600 15.0004480672 10.6 0 0 +1822500 15.0004480672 10.6 0 0 +1823400 15.0004480672 10.6 0 0 +1824300 15.0004480672 10.6 0 0 +1825200 15.0004480672 10.6 0 0 +1826100 15.0004480672 10.6 0 0 +1827000 15.0004480672 10.6 0 0 +1827900 15.0004480672 10.6 0 0 +1828800 15.0004480672 10.6 0 0 +1829700 15.0004480672 10.525 0 0 +1830600 15.0004480672 10.375 0 0 +1831500 15.0004480672 10.225 0 0 +1832400 15.0004480672 10.075 0 0 +1833300 15.0004480672 10 0 0 +1834200 15.0004480672 10 0 0 +1835100 15.0004480672 10 0 0 +1836000 15.0004480672 10 0 0 +1836900 15.0004480672 10 0 0 +1837800 15.0004480672 10 0 0 +1838700 15.0004480672 10 0 0 +1839600 15.0004480672 10 0 0 +1840500 15.0004480672 10.075 0 0 +1841400 15.0004480672 10.7065303368 4.4227248813 0 +1842300 15.0004480672 14.3736709993 32.6957622426 0 +1843200 15.0004480672 16.3816246251 41.3257415704 0 +1844100 15.0004480672 22.1501005691 68.4092931897 0 +1845000 15.0076079717 15.9423489904 90.7700212944 0.0555555556 +1845900 15.0004480672 30.05912369 113.0726402533 0 +1846800 15.0076079717 16.6176898467 134.6280498421 0.0555555556 +1847700 15.0076079717 17.266104885 177.9374174772 0.0555555556 +1848600 15.0076079717 17.6225442487 199.9923391069 0.0555555556 +1849500 15.0076079717 17.9582816163 220.531918349 0.0555555556 +1850400 15.0076079717 18.2710909034 239.4793691408 0.0555555556 +1851300 15.0076079717 17.0972163493 164.90840985 0.0555555556 +1852200 15.0076079717 17.2687681693 175.0029179938 0.0555555556 +1853100 15.0076079717 17.423977452 183.9861079454 0.0555555556 +1854000 15.0076079717 17.5622380587 191.8221473347 0.0555555556 +1854900 15.0004480672 37.1415552922 147.5634843437 0 +1855800 15.0076079717 16.9961663796 151.618862602 0.0555555556 +1856700 15.0076079717 17.0743826166 154.7628441401 0.0555555556 +1857600 15.0076079717 17.139325746 156.9819659466 0.0555555556 +1858500 15.0076079717 17.9643834714 210.7590330342 0.0555555556 +1859400 15.0076079717 17.9711130846 211.2183039997 0.0555555556 +1860300 15.0076079717 17.9594752637 210.4240582709 0.0555555556 +1861200 15.0076079717 17.9295206866 208.379575783 0.0555555556 +1862100 15.0076079717 17.0680175496 151.5598909005 0.0555555556 +1863000 15.0004480672 38.3184855706 148.224770092 0 +1863900 15.0076079717 16.9171996498 143.9969611223 0.0555555556 +1864800 15.0004480672 36.3240646358 138.8945681185 0 +1865700 15.0076079717 18.8577004226 271.3979148957 0.0555555556 +1866600 15.0076079717 18.6075023574 257.5899342811 0.0555555556 +1867500 15.0076079717 18.3319015391 242.1200805749 0.0555555556 +1868400 15.0076079717 18.0320867622 225.0409974128 0.0555555556 +1869300 15.0004480672 32.1900028261 123.7651651994 0 +1870200 15.0076079717 16.3095935309 111.8144391416 0.0555555556 +1871100 15.0004480672 28.5367297729 99.0692755688 0 +1872000 15.0076079717 15.9601098797 85.5842512281 0.0555555556 +1872900 15.0004480672 24.1716895496 71.2173720829 0 +1873800 15.0004480672 21.6803892583 56.4701426115 0 +1874700 15.0004480672 19.047296956 41.1663511543 0 +1875600 15.0004480672 16.2757041482 25.3715308957 0 +1876500 15.0004480672 11.7625 0 0 +1877400 15.0004480672 11.8875 0 0 +1878300 15.0004480672 12.0125 0 0 +1879200 15.0004480672 12.1375 0 0 +1880100 15.0004480672 12.2 0 0 +1881000 15.0004480672 12.2 0 0 +1881900 15.0004480672 12.2 0 0 +1882800 15.0004480672 12.2 0 0 +1883700 15.0004480672 12.2 0 0 +1884600 15.0004480672 12.2 0 0 +1885500 15.0004480672 12.2 0 0 +1886400 15.0004480672 12.2 0 0 +1887300 15.0004480672 12.275 0 0 +1888200 15.0004480672 12.425 0 0 +1889100 15.0004480672 12.575 0 0 +1890000 15.0004480672 12.725 0 0 +1890900 15.0004480672 12.8625 0 0 +1891800 15.0004480672 12.9875 0 0 +1892700 15.0004480672 13.1125 0 0 +1893600 15.0004480672 13.2375 0 0 +1894500 15.0004480672 13.3 0 0 +1895400 15.0004480672 13.3 0 0 +1896300 15.0004480672 13.3 0 0 +1897200 15.0004480672 13.3 0 0 +1898100 15.0004480672 13.3 0 0 +1899000 15.0004480672 13.3 0 0 +1899900 15.0004480672 13.3 0 0 +1900800 15.0004480672 13.3 0 0 +1901700 15.0004480672 13.025 0 0 +1902600 15.0004480672 12.475 0 0 +1903500 15.0004480672 11.925 0 0 +1904400 15.0004480672 11.375 0 0 +1905300 15.0004480672 11.1 0 0 +1906200 15.0004480672 11.1 0 0 +1907100 15.0004480672 11.1 0 0 +1908000 15.0004480672 11.1 0 0 +1908900 15.0004480672 11.0375 0 0 +1909800 15.0004480672 10.9125 0 0 +1910700 15.0004480672 10.7875 0 0 +1911600 15.0004480672 10.6625 0 0 +1912500 15.0004480672 10.525 0 0 +1913400 15.0004480672 10.375 0 0 +1914300 15.0004480672 10.225 0 0 +1915200 15.0004480672 10.075 0 0 +1916100 15.0004480672 10 0 0 +1917000 15.0004480672 10 0 0 +1917900 15.0004480672 10 0 0 +1918800 15.0004480672 10 0 0 +1919700 15.0004480672 9.8625 0 0 +1920600 15.0004480672 9.5875 0 0 +1921500 15.0004480672 9.3125 0 0 +1922400 15.0004480672 9.0375 0 0 +1923300 15.0004480672 8.9625 0 0 +1924200 15.0004480672 9.0875 0 0 +1925100 15.0004480672 9.2125 0 0 +1926000 15.0004480672 9.3375 0 0 +1926900 15.0004480672 9.3375 0 0 +1927800 15.0004480672 9.889754962 6.2017436746 0 +1928700 15.0004480672 14.273011305 42.2260884003 0 +1929600 15.0004480672 16.6651071917 54.3057433984 0 +1930500 15.0004480672 12.0937470896 17.2674735502 0 +1931400 15.0004480672 13.2370482049 22.9715285344 0 +1932300 15.0004480672 14.3346792207 28.4603421395 0 +1933200 15.0004480672 15.3834974868 33.7104104229 0 +1934100 15.0004480672 17.6887797277 46.6049994798 0 +1935000 15.0004480672 18.6631433111 52.2726761572 0 +1935900 15.0004480672 19.5686946811 57.5757636708 0 +1936800 15.0004480672 20.4029173474 62.4915533858 0 +1937700 15.0076079717 15.8725516605 91.9764970773 0.0555555556 +1938600 15.0004480672 26.2194736252 97.5772526877 0 +1939500 15.0076079717 16.0233062272 102.566945973 0.0555555556 +1940400 15.0004480672 27.7305539518 106.9242103006 0 +1941300 15.0076079717 16.3177556657 122.8257131565 0.0555555556 +1942200 15.0004480672 31.0241644602 126.1999601061 0 +1943100 15.0076079717 16.4273069526 128.8192781517 0.0555555556 +1944000 15.0004480672 32.0273156708 130.6724509711 0 +1944900 15.0004480672 24.2458453393 81.4247887428 0 +1945800 15.0004480672 24.4265633673 81.6104353271 0 +1946700 15.0004480672 24.5275164323 81.3140355324 0 +1947600 15.0004480672 24.5488332926 80.5368585883 0 +1948500 15.0076079717 27.0095053569 765.2672935201 0.0555555556 +1949400 15.0076079717 26.727604746 749.8821074587 0.0555555556 +1950300 15.0076079717 26.3694680192 730.2794816269 0.0555555556 +1951200 15.0076079717 25.936355062 706.4830962356 0.0555555556 +1952100 15.0076079717 20.838484638 399.7718849839 0.0555555556 +1953000 15.0076079717 20.51304445 379.9868839253 0.0555555556 +1953900 15.0076079717 20.1481093072 357.7483314466 0.0555555556 +1954800 15.0076079717 19.7454915877 333.1043048034 0.0555555556 +1955700 15.0076079717 23.842579326 591.3272528221 0.0555555556 +1956600 15.0076079717 22.8783185706 538.3206882496 0.0555555556 +1957500 15.0076079717 21.8484302298 480.4706274101 0.0555555556 +1958400 15.0076079717 20.761478551 417.8286622852 0.0555555556 +1959300 15.0076079717 18.8645409013 297.5012353296 0.0555555556 +1960200 15.0076079717 17.8967451686 237.3876743132 0.0555555556 +1961100 15.0004480672 36.6835416399 178.4617188851 0 +1962000 15.0076079717 16.0664031555 126.326022027 0.0555555556 +1962900 15.0015020533 8.825 0 0 +1963800 15.0004480672 8.675 0 0 +1964700 15.0004480672 8.525 0 0 +1965600 15.0004480672 8.375 0 0 +1966500 15.0004480672 8.3 0 0 +1967400 15.0004480672 8.3 0 0 +1968300 15.0004480672 8.3 0 0 +1969200 15.0004480672 8.3 0 0 +1970100 15.0004480672 8.1625 0 0 +1971000 15.0004480672 7.8875 0 0 +1971900 15.0004480672 7.6125 0 0 +1972800 15.0004480672 7.3375 0 0 +1973700 15.0004480672 7.2 0 0 +1974600 15.0004480672 7.2 0 0 +1975500 15.0004480672 7.2 0 0 +1976400 15.0004480672 7.2 0 0 +1977300 15.0004480672 7.1375 0 0 +1978200 15.0004480672 7.0125 0 0 +1979100 15.0004480672 6.8875 0 0 +1980000 15.0004480672 6.7625 0 0 +1980900 15.0004480672 6.7 0 0 +1981800 15.0004480672 6.7 0 0 +1982700 15.0004480672 6.7 0 0 +1983600 15.0004480672 6.7 0 0 +1984500 15.0004480672 6.7 0 0 +1985400 15.0004480672 6.7 0 0 +1986300 15.0004480672 6.7 0 0 +1987200 15.0004480672 6.7 0 0 +1988100 15.0004480672 6.5625 0 0 +1989000 15.0004480672 6.2875 0 0 +1989900 15.0004480672 6.0125 0 0 +1990800 15.0004480672 5.7375 0 0 +1991700 15.0004480672 5.3875 0 0 +1992600 15.0004480672 4.9625 0 0 +1993500 15.0004480672 4.5375 0 0 +1994400 15.0004480672 4.1125 0 0 +1995300 15.0004480672 3.825 0 0 +1996200 15.0004480672 3.675 0 0 +1997100 15.0004480672 3.525 0 0 +1998000 15.0004480672 3.375 0 0 +1998900 15.0004480672 3.2375 0 0 +1999800 15.0004480672 3.1125 0 0 +2000700 15.0004480672 2.9875 0 0 +2001600 15.0004480672 2.8625 0 0 +2002500 15.0004480672 2.9375 0 0 +2003400 15.0004480672 3.2125 0 0 +2004300 15.0004480672 3.4875 0 0 +2005200 15.0004480672 3.7625 0 0 +2006100 15.0004480672 3.6875 0 0 +2007000 15.0004480672 3.2625 0 0 +2007900 15.0004480672 2.8375 0 0 +2008800 15.0004480672 2.4125 0 0 +2009700 15.0004480672 2.3375 0 0 +2010600 15.0004480672 2.6125 0 0 +2011500 15.0004480672 2.8875 0 0 +2012400 15.0004480672 3.1625 0 0 +2013300 15.0004480672 3.375 0 0 +2014200 15.0004480672 4.7716373149 11.8074655948 0 +2015100 15.0004480672 11.0864558058 63.1722291651 0 +2016000 15.0004480672 13.868445228 73.7555447904 0 +2016900 15.0076079717 17.4601900883 258.6023227611 0.0555555556 +2017800 15.0076079717 18.7608952745 328.2574694174 0.0555555556 +2018700 15.0076079717 19.9483333193 395.1746486562 0.0555555556 +2019600 15.0076079717 21.0805010633 455.7055638344 0.0555555556 +2020500 15.0076079717 22.086257383 512.2523310603 0.0555555556 +2021400 15.0076079717 23.1095707832 566.9153306393 0.0555555556 +2022300 15.0076079717 24.0589236569 616.3170705776 0.0555555556 +2023200 15.0076079717 24.9321039935 660.7546629026 0.0555555556 +2024100 15.0076079717 25.904277734 718.0072789303 0.0555555556 +2025000 15.0076079717 26.6370019913 755.638062041 0.0555555556 +2025900 15.0076079717 27.2881431842 788.6875406129 0.0555555556 +2026800 15.0076079717 27.8562503862 817.2185492158 0.0555555556 +2027700 15.0076079717 26.6649511748 751.5622638611 0.0555555556 +2028600 15.0076079717 27.0147723929 770.0617243661 0.0555555556 +2029500 15.0076079717 27.2863205434 784.3767025008 0.0555555556 +2030400 15.0076079717 27.4786966219 794.4951128171 0.0555555556 +2031300 15.0076079717 30.0840251043 938.4913643948 0.0555555556 +2032200 15.0076079717 30.1438302689 940.3828404478 0.0555555556 +2033100 15.0076079717 30.1109649188 937.5817362804 0.0555555556 +2034000 15.0076079717 29.9855863892 930.0888117476 0.0555555556 +2034900 15.0076079717 29.4244753433 898.499788323 0.0555555556 +2035800 15.0076079717 29.1094941463 881.8852927958 0.0555555556 +2036700 15.0076079717 28.7057108157 860.6533146314 0.0555555556 +2037600 15.0076079717 28.2142363808 834.7966032237 0.0555555556 +2038500 15.0076079717 26.3285042794 727.0109520741 0.0555555556 +2039400 15.0076079717 25.7477633708 694.347847348 0.0555555556 +2040300 15.0076079717 25.09163184 657.3531684304 0.0555555556 +2041200 15.0076079717 24.3621633289 615.9755156356 0.0555555556 +2042100 15.0076079717 24.6312266456 638.0749989344 0.0555555556 +2043000 15.0076079717 23.610767393 583.1149739176 0.0555555556 +2043900 15.0076079717 22.5167267638 522.7935295543 0.0555555556 +2044800 15.0076079717 21.3566415883 457.0250399434 0.0555555556 +2045700 15.0076079717 18.0279199873 239.0435640771 0.0555555556 +2046600 15.0076079717 17.2729318045 190.799410682 0.0555555556 +2047500 15.0004480672 32.3548904017 142.964520125 0 +2048400 15.0004480672 24.6654747686 98.888775695 0 +2049300 15.0004480672 9.2625 0 0 +2050200 15.0004480672 8.9875 0 0 +2051100 15.0004480672 8.7125 0 0 +2052000 15.0004480672 8.4375 0 0 +2052900 15.0004480672 8.3 0 0 +2053800 15.0004480672 8.3 0 0 +2054700 15.0004480672 8.3 0 0 +2055600 15.0004480672 8.3 0 0 +2056500 15.0004480672 8.2375 0 0 +2057400 15.0004480672 8.1125 0 0 +2058300 15.0004480672 7.9875 0 0 +2059200 15.0004480672 7.8625 0 0 +2060100 15.0004480672 7.8625 0 0 +2061000 15.0004480672 7.9875 0 0 +2061900 15.0004480672 8.1125 0 0 +2062800 15.0004480672 8.2375 0 0 +2063700 15.0004480672 8.3 0 0 +2064600 15.0004480672 8.3 0 0 +2065500 15.0004480672 8.3 0 0 +2066400 15.0004480672 8.3 0 0 +2067300 15.0004480672 8.2375 0 0 +2068200 15.0004480672 8.1125 0 0 +2069100 15.0004480672 7.9875 0 0 +2070000 15.0004480672 7.8625 0 0 +2070900 15.0004480672 7.8 0 0 +2071800 15.0004480672 7.8 0 0 +2072700 15.0004480672 7.8 0 0 +2073600 15.0004480672 7.8 0 0 +2074500 15.0004480672 7.9375 0 0 +2075400 15.0004480672 8.2125 0 0 +2076300 15.0004480672 8.4875 0 0 +2077200 15.0004480672 8.7625 0 0 +2078100 15.0004480672 8.6875 0 0 +2079000 15.0004480672 8.2625 0 0 +2079900 15.0004480672 7.8375 0 0 +2080800 15.0004480672 7.4125 0 0 +2081700 15.0004480672 7.2 0 0 +2082600 15.0004480672 7.2 0 0 +2083500 15.0004480672 7.2 0 0 +2084400 15.0004480672 7.2 0 0 +2085300 15.0004480672 7.2 0 0 +2086200 15.0004480672 7.2 0 0 +2087100 15.0004480672 7.2 0 0 +2088000 15.0004480672 7.2 0 0 +2088900 15.0004480672 7.2 0 0 +2089800 15.0004480672 7.2 0 0 +2090700 15.0004480672 7.2 0 0 +2091600 15.0004480672 7.2 0 0 +2092500 15.0004480672 7.3375 0 0 +2093400 15.0004480672 7.6125 0 0 +2094300 15.0004480672 7.8875 0 0 +2095200 15.0004480672 8.1625 0 0 +2096100 15.0004480672 8.3 0 0 +2097000 15.0004480672 8.3 0 0 +2097900 15.0004480672 8.3 0 0 +2098800 15.0004480672 8.3 0 0 +2099700 15.0004480672 8.2375 0 0 +2100600 15.0004480672 9.0032798325 8.1759741959 0 +2101500 15.0004480672 12.9811142062 40.1369917267 0 +2102400 15.0004480672 15.4485027267 52.9792613973 0 +2103300 15.0004480672 20.6591742904 76.6969490585 0 +2104200 15.0076079717 15.8720157898 100.9557824639 0.0555555556 +2105100 15.0004480672 29.5037860094 125.1136843865 0 +2106000 15.0076079717 16.6320840051 148.423736356 0.0555555556 +2106900 15.0004480672 27.5152982181 110.5490735177 0 +2107800 15.0076079717 16.2938645621 123.9577696601 0.0555555556 +2108700 15.0004480672 32.3196177652 136.4953462004 0 +2109600 15.0076079717 16.6969326436 148.108370554 0.0555555556 +2110500 15.0076079717 21.5617564134 455.035059417 0.0555555556 +2111400 15.0076079717 22.0203516229 481.81932799 0.0555555556 +2112300 15.0076079717 22.4291143978 505.5589232447 0.0555555556 +2113200 15.0076079717 22.7862565394 526.2067817142 0.0555555556 +2114100 15.0076079717 17.0681654981 171.753868076 0.0555555556 +2115000 15.0076079717 17.183783448 176.4671593394 0.0555555556 +2115900 15.0076079717 17.2838384092 180.1339304108 0.0555555556 +2116800 15.0076079717 17.3680934546 182.7390947022 0.0555555556 +2117700 15.0076079717 17.4804063278 189.0063425385 0.0555555556 +2118600 15.0076079717 17.4872527804 189.4722149503 0.0555555556 +2119500 15.0076079717 17.4778111741 188.8297490579 0.0555555556 +2120400 15.0076079717 17.4521227873 187.0815967385 0.0555555556 +2121300 15.0076079717 27.1228582269 767.0226814516 0.0555555556 +2122200 15.0076079717 26.8451212825 751.8655071486 0.0555555556 +2123100 15.0076079717 26.4915546052 732.5157945278 0.0555555556 +2124000 15.0076079717 26.0634386691 709.0000487422 0.0555555556 +2124900 15.0004480672 23.8203454515 69.1218851095 0 +2125800 15.0004480672 23.2424226372 65.6862101698 0 +2126700 15.0004480672 22.5930915036 61.842723228 0 +2127600 15.0004480672 21.8741609318 57.6078826854 0 +2128500 15.0076079717 23.2627134778 552.2735088233 0.0555555556 +2129400 15.0076079717 22.3828806555 502.9934554668 0.0555555556 +2130300 15.0076079717 21.4444893197 449.4014897228 0.0555555556 +2131200 15.0076079717 20.4554831371 391.579136066 0.0555555556 +2132100 15.0004480672 31.2920368795 118.9636394623 0 +2133000 15.0076079717 16.045201658 95.555910698 0.0555555556 +2133900 15.0004480672 23.2658894186 71.2573380358 0 +2134800 15.0004480672 18.8765640825 46.1719716943 0 +2135700 15.0004480672 10.525 0 0 +2136600 15.0004480672 10.375 0 0 +2137500 15.0004480672 10.225 0 0 +2138400 15.0004480672 10.075 0 0 +2139300 15.0004480672 10 0 0 +2140200 15.0004480672 10 0 0 +2141100 15.0004480672 10 0 0 +2142000 15.0004480672 10 0 0 +2142900 15.0004480672 10 0 0 +2143800 15.0004480672 10 0 0 +2144700 15.0004480672 10 0 0 +2145600 15.0004480672 10 0 0 +2146500 15.0004480672 10 0 0 +2147400 15.0004480672 10 0 0 +2148300 15.0004480672 10 0 0 +2149200 15.0004480672 10 0 0 +2150100 15.0004480672 9.925 0 0 +2151000 15.0004480672 9.775 0 0 +2151900 15.0004480672 9.625 0 0 +2152800 15.0004480672 9.475 0 0 +2153700 15.0004480672 9.3375 0 0 +2154600 15.0004480672 9.2125 0 0 +2155500 15.0004480672 9.0875 0 0 +2156400 15.0004480672 8.9625 0 0 +2157300 15.0004480672 8.9625 0 0 +2158200 15.0004480672 9.0875 0 0 +2159100 15.0004480672 9.2125 0 0 +2160000 15.0004480672 9.3375 0 0 +2160900 15.0004480672 9.2 0 0 +2161800 15.0004480672 8.8 0 0 +2162700 15.0004480672 8.4 0 0 +2163600 15.0004480672 8 0 0 +2164500 15.0004480672 7.8625 0 0 +2165400 15.0004480672 7.9875 0 0 +2166300 15.0004480672 8.1125 0 0 +2167200 15.0004480672 8.2375 0 0 +2168100 15.0004480672 8.3 0 0 +2169000 15.0004480672 8.3 0 0 +2169900 15.0004480672 8.3 0 0 +2170800 15.0004480672 8.3 0 0 +2171700 15.0004480672 8.3 0 0 +2172600 15.0004480672 8.3 0 0 +2173500 15.0004480672 8.3 0 0 +2174400 15.0004480672 8.3 0 0 +2175300 15.0004480672 8.3 0 0 +2176200 15.0004480672 8.3 0 0 +2177100 15.0004480672 8.3 0 0 +2178000 15.0004480672 8.3 0 0 +2178900 15.0004480672 8.2375 0 0 +2179800 15.0004480672 8.1125 0 0 +2180700 15.0004480672 7.9875 0 0 +2181600 15.0004480672 7.8625 0 0 +2182500 15.0004480672 7.725 0 0 +2183400 15.0004480672 7.575 0 0 +2184300 15.0004480672 7.425 0 0 +2185200 15.0004480672 7.275 0 0 +2186100 15.0004480672 7.2 0 0 +2187000 15.0004480672 7.9399541916 6.6193601422 0 +2187900 15.0004480672 10.9426981985 28.7707070761 0 +2188800 15.0004480672 13.1361805966 39.9621876227 0 +2189700 15.0004480672 11.3101083236 22.3283125315 0 +2190600 15.0004480672 12.7131636924 29.4009909198 0 +2191500 15.0004480672 14.058428598 36.2088075847 0 +2192400 15.0004480672 15.3423543929 42.7226104101 0 +2193300 15.0004480672 15.6511058316 43.7110478204 0 +2194200 15.0004480672 16.677310961 48.9329012847 0 +2195100 15.0004480672 17.6406472627 53.8210369925 0 +2196000 15.0004480672 18.5386823715 58.3545231964 0 +2196900 15.0076079717 16.4786528671 140.2372346546 0.0555555556 +2197800 15.0004480672 33.1869823021 148.7061159393 0 +2198700 15.0076079717 16.6902667228 156.2560425333 0.0555555556 +2199600 15.0004480672 35.1375532375 162.8553487817 0 +2200500 15.0076079717 16.5336380071 147.5655764711 0.0555555556 +2201400 15.0004480672 33.1513505865 151.6074810525 0 +2202300 15.0076079717 16.6359949537 154.7561122794 0.0555555556 +2203200 15.0004480672 33.9769931172 156.9979872294 0 +2204100 15.0076079717 17.7201567916 224.3123326864 0.0555555556 +2205000 15.0076079717 17.7511883634 224.8832976313 0.0555555556 +2205900 15.0076079717 17.7625691342 224.1470645217 0.0555555556 +2206800 15.0076079717 17.7543476947 222.1065846549 0.0555555556 +2207700 15.0076079717 27.1900472238 779.1916145853 0.0555555556 +2208600 15.0076079717 26.9093215905 764.1339186113 0.0555555556 +2209500 15.0076079717 26.5515482347 744.8860292809 0.0555555556 +2210400 15.0076079717 26.1179926265 721.4696928928 0.0555555556 +2211300 15.0076079717 27.1566231991 777.2565940628 0.0555555556 +2212200 15.0076079717 26.5220323775 743.5493433926 0.0555555556 +2213100 15.0076079717 25.8077444777 705.3209046677 0.0555555556 +2214000 15.0076079717 25.0156874898 662.500161296 0.0555555556 +2214900 15.0076079717 25.2258171146 678.7903982967 0.0555555556 +2215800 15.0076079717 24.2005782207 624.0457816418 0.0555555556 +2216700 15.0076079717 23.0940393075 563.4923097071 0.0555555556 +2217600 15.0076079717 21.9113164663 496.8252881673 0.0555555556 +2218500 15.0076079717 17.3352213024 193.7223926234 0.0555555556 +2219400 15.0004480672 35.128143272 155.6535011278 0 +2220300 15.0076079717 16.1598035177 117.4076936145 0.0555555556 +2221200 15.0004480672 22.316844372 80.9878744061 0 +2222100 15.0004480672 9.4 0 0 +2223000 15.0004480672 9.4 0 0 +2223900 15.0004480672 9.4 0 0 +2224800 15.0004480672 9.4 0 0 +2225700 15.0004480672 9.3375 0 0 +2226600 15.0004480672 9.2125 0 0 +2227500 15.0004480672 9.0875 0 0 +2228400 15.0004480672 8.9625 0 0 +2229300 15.0004480672 8.825 0 0 +2230200 15.0004480672 8.675 0 0 +2231100 15.0004480672 8.525 0 0 +2232000 15.0004480672 8.375 0 0 +2232900 15.0004480672 8.1625 0 0 +2233800 15.0004480672 7.8875 0 0 +2234700 15.0004480672 7.6125 0 0 +2235600 15.0004480672 7.3375 0 0 +2236500 15.0004480672 7.2 0 0 +2237400 15.0004480672 7.2 0 0 +2238300 15.0004480672 7.2 0 0 +2239200 15.0004480672 7.2 0 0 +2240100 15.0004480672 7.1375 0 0 +2241000 15.0004480672 7.0125 0 0 +2241900 15.0004480672 6.8875 0 0 +2242800 15.0004480672 6.7625 0 0 +2243700 15.0004480672 6.625 0 0 +2244600 15.0004480672 6.475 0 0 +2245500 15.0004480672 6.325 0 0 +2246400 15.0004480672 6.175 0 0 +2247300 15.0004480672 6.0375 0 0 +2248200 15.0004480672 5.9125 0 0 +2249100 15.0004480672 5.7875 0 0 +2250000 15.0004480672 5.6625 0 0 +2250900 15.0004480672 5.6 0 0 +2251800 15.0004480672 5.6 0 0 +2252700 15.0004480672 5.6 0 0 +2253600 15.0004480672 5.6 0 0 +2254500 15.0004480672 5.8 0 0 +2255400 15.0004480672 6.2 0 0 +2256300 15.0004480672 6.6 0 0 +2257200 15.0004480672 7 0 0 +2258100 15.0004480672 6.7875 0 0 +2259000 15.0004480672 5.9625 0 0 +2259900 15.0004480672 5.1375 0 0 +2260800 15.0004480672 4.3125 0 0 +2261700 15.0004480672 3.9 0 0 +2262600 15.0004480672 3.9 0 0 +2263500 15.0004480672 3.9 0 0 +2264400 15.0004480672 3.9 0 0 +2265300 15.0004480672 4.0375 0 0 +2266200 15.0004480672 4.3125 0 0 +2267100 15.0004480672 4.5875 0 0 +2268000 15.0004480672 4.8625 0 0 +2268900 15.0004480672 4.925 0 0 +2269800 15.0004480672 4.775 0 0 +2270700 15.0004480672 4.625 0 0 +2271600 15.0004480672 4.475 0 0 +2272500 15.0004480672 4.4 0 0 +2273400 15.0004480672 6.743293488 22.7632884999 0 +2274300 15.0004480672 12.7822447167 72.1258522832 0 +2275200 15.0004480672 16.1660918474 87.5883663479 0 +2276100 15.0076079717 17.3599675697 247.0085315904 0.0555555556 +2277000 15.0076079717 18.630813702 313.6549704519 0.0555555556 +2277900 15.0076079717 19.7893560864 377.6403426882 0.0555555556 +2278800 15.0076079717 20.902323968 436.0629094002 0.0555555556 +2279700 15.0076079717 22.8204245258 550.5899656795 0.0555555556 +2280600 15.0076079717 23.9010739312 607.1497747369 0.0555555556 +2281500 15.0076079717 24.9031072802 658.1747674948 0.0555555556 +2282400 15.0076079717 25.824913767 704.0239725691 0.0555555556 +2283300 15.0076079717 27.0250894541 772.8902640126 0.0555555556 +2284200 15.0076079717 27.8214855503 812.0322672875 0.0555555556 +2285100 15.0076079717 28.5317050317 846.407104568 0.0555555556 +2286000 15.0076079717 29.1543825347 876.0942309414 0.0555555556 +2286900 15.0076079717 29.9120720814 919.5121219222 0.0555555556 +2287800 15.0076079717 30.3313645566 940.6755395171 0.0555555556 +2288700 15.0076079717 30.6576779011 957.0852420387 0.0555555556 +2289600 15.0076079717 30.8901202626 968.7432970437 0.0555555556 +2290500 15.0076079717 31.2244497041 987.7968156827 0.0555555556 +2291400 15.0076079717 31.3018251854 989.9827359293 0.0555555556 +2292300 15.0076079717 31.2828892407 987.3372111619 0.0555555556 +2293200 15.0076079717 31.1677942122 979.8611403077 0.0555555556 +2294100 15.0076079717 27.6006224308 780.9486732052 0.0555555556 +2295000 15.0076079717 27.3307851878 766.1254582556 0.0555555556 +2295900 15.0076079717 26.9838129807 747.15585153 0.0555555556 +2296800 15.0076079717 26.5609569543 724.058813418 0.0555555556 +2297700 15.0076079717 25.9592226969 689.4587869348 0.0555555556 +2298600 15.0076079717 25.3752333283 658.6175966294 0.0555555556 +2299500 15.0076079717 24.7212786982 623.7335065099 0.0555555556 +2300400 15.0076079717 23.9996583072 584.793164911 0.0555555556 +2301300 15.0076079717 24.5410990396 623.4318496495 0.0555555556 +2302200 15.0076079717 23.5741006541 570.8555381679 0.0555555556 +2303100 15.0076079717 22.5382818348 513.3052395596 0.0555555556 +2304000 15.0076079717 21.4405928945 450.7061770946 0.0555555556 +2304900 15.0076079717 18.7189332267 274.6316395594 0.0555555556 +2305800 15.0076079717 17.8665497137 222.0367680514 0.0555555556 +2306700 15.0004480672 37.8110234072 169.4164656601 0 +2307600 15.0076079717 16.2060329444 120.8950309042 0.0555555556 +2308500 15.0015020533 11.0375 0 0 +2309400 15.0004480672 10.9125 0 0 +2310300 15.0004480672 10.7875 0 0 +2311200 15.0004480672 10.6625 0 0 +2312100 15.0004480672 10.45 0 0 +2313000 15.0004480672 10.15 0 0 +2313900 15.0004480672 9.85 0 0 +2314800 15.0004480672 9.55 0 0 +2315700 15.0004480672 9.3375 0 0 +2316600 15.0004480672 9.2125 0 0 +2317500 15.0004480672 9.0875 0 0 +2318400 15.0004480672 8.9625 0 0 +2319300 15.0004480672 8.9 0 0 +2320200 15.0004480672 8.9 0 0 +2321100 15.0004480672 8.9 0 0 +2322000 15.0004480672 8.9 0 0 +2322900 15.0004480672 8.6875 0 0 +2323800 15.0004480672 8.2625 0 0 +2324700 15.0004480672 7.8375 0 0 +2325600 15.0004480672 7.4125 0 0 +2326500 15.0004480672 7.275 0 0 +2327400 15.0004480672 7.425 0 0 +2328300 15.0004480672 7.575 0 0 +2329200 15.0004480672 7.725 0 0 +2330100 15.0004480672 7.725 0 0 +2331000 15.0004480672 7.575 0 0 +2331900 15.0004480672 7.425 0 0 +2332800 15.0004480672 7.275 0 0 +2333700 15.0004480672 7.0625 0 0 +2334600 15.0004480672 6.7875 0 0 +2335500 15.0004480672 6.5125 0 0 +2336400 15.0004480672 6.2375 0 0 +2337300 15.0004480672 6.0375 0 0 +2338200 15.0004480672 5.9125 0 0 +2339100 15.0004480672 5.7875 0 0 +2340000 15.0004480672 5.6625 0 0 +2340900 15.0004480672 5.45 0 0 +2341800 15.0004480672 5.15 0 0 +2342700 15.0004480672 4.85 0 0 +2343600 15.0004480672 4.55 0 0 +2344500 15.0004480672 4.3375 0 0 +2345400 15.0004480672 4.2125 0 0 +2346300 15.0004480672 4.0875 0 0 +2347200 15.0004480672 3.9625 0 0 +2348100 15.0004480672 3.9 0 0 +2349000 15.0004480672 3.9 0 0 +2349900 15.0004480672 3.9 0 0 +2350800 15.0004480672 3.9 0 0 +2351700 15.0004480672 3.825 0 0 +2352600 15.0004480672 3.675 0 0 +2353500 15.0004480672 3.525 0 0 +2354400 15.0004480672 3.375 0 0 +2355300 15.0004480672 3.7875 0 0 +2356200 15.0004480672 4.7625 0 0 +2357100 15.0004480672 5.7375 0 0 +2358000 15.0004480672 6.7125 0 0 +2358900 15.0004480672 7.1375 0 0 +2359800 15.0004480672 8.1696461831 10.737332194 0 +2360700 15.0004480672 10.9798104418 32.2912619152 0 +2361600 15.0004480672 13.1148268458 43.819474186 0 +2362500 15.0076079717 17.2110248203 219.8073703252 0.0555555556 +2363400 15.0076079717 18.3392144226 281.3959494685 0.0555555556 +2364300 15.0076079717 19.3859350113 341.4671222598 0.0555555556 +2365200 15.0076079717 20.405151803 397.496579208 0.0555555556 +2366100 15.0076079717 21.5070889827 460.6078972322 0.0555555556 +2367000 15.0076079717 22.4446353937 510.6796174859 0.0555555556 +2367900 15.0076079717 23.3211590857 556.3709786371 0.0555555556 +2368800 15.0076079717 24.133054157 597.8195565643 0.0555555556 +2369700 15.0076079717 24.7881510373 637.3165109081 0.0555555556 +2370600 15.0076079717 25.444102689 671.9741105883 0.0555555556 +2371500 15.0076079717 26.0290436563 702.567827914 0.0555555556 +2372400 15.0076079717 26.541015026 729.1012067308 0.0555555556 +2373300 15.0076079717 26.3986656961 721.587417662 0.0555555556 +2374200 15.0076079717 26.7479342258 739.5862876438 0.0555555556 +2375100 15.0076079717 27.0229625414 753.5828525321 0.0555555556 +2376000 15.0076079717 27.2227884745 763.5577441052 0.0555555556 +2376900 15.0076079717 28.3222929679 823.8959078685 0.0555555556 +2377800 15.0076079717 28.360455174 825.8860340444 0.0555555556 +2378700 15.0076079717 28.3169548241 823.6174741912 0.0555555556 +2379600 15.0076079717 28.191944946 817.0932238063 0.0555555556 +2380500 15.0076079717 30.5278355529 950.4812778666 0.0555555556 +2381400 15.0076079717 30.2052716445 933.5546458085 0.0555555556 +2382300 15.0076079717 29.7902914047 911.8468812518 0.0555555556 +2383200 15.0076079717 29.284114874 885.3577245825 0.0555555556 +2384100 15.0076079717 28.9082790356 862.3918588722 0.0555555556 +2385000 15.0076079717 28.2128693244 826.9095020184 0.0555555556 +2385900 15.0076079717 27.4301686318 786.5751951665 0.0555555556 +2386800 15.0076079717 26.5617271885 741.2733029466 0.0555555556 +2387700 15.0076079717 25.5005172485 681.5687467346 0.0555555556 +2388600 15.0076079717 24.4771068625 627.6953548778 0.0555555556 +2389500 15.0076079717 23.3739241379 568.1663911351 0.0555555556 +2390400 15.0076079717 22.1956870927 502.6698133875 0.0555555556 +2391300 15.0004480672 29.0425800495 101.6516670807 0 +2392200 15.0076079717 15.8909962884 82.61828733 0.0555555556 +2393100 15.0004480672 22.0769547658 62.8552554634 0 +2394000 15.0004480672 18.3071092982 42.4471998176 0 +2394900 15.0004480672 10.525 0 0 +2395800 15.0004480672 10.375 0 0 +2396700 15.0004480672 10.225 0 0 +2397600 15.0004480672 10.075 0 0 +2398500 15.0004480672 9.925 0 0 +2399400 15.0004480672 9.775 0 0 +2400300 15.0004480672 9.625 0 0 +2401200 15.0004480672 9.475 0 0 +2402100 15.0004480672 9.3375 0 0 +2403000 15.0004480672 9.2125 0 0 +2403900 15.0004480672 9.0875 0 0 +2404800 15.0004480672 8.9625 0 0 +2405700 15.0004480672 8.9 0 0 +2406600 15.0004480672 8.9 0 0 +2407500 15.0004480672 8.9 0 0 +2408400 15.0004480672 8.9 0 0 +2409300 15.0004480672 8.825 0 0 +2410200 15.0004480672 8.675 0 0 +2411100 15.0004480672 8.525 0 0 +2412000 15.0004480672 8.375 0 0 +2412900 15.0004480672 8.2375 0 0 +2413800 15.0004480672 8.1125 0 0 +2414700 15.0004480672 7.9875 0 0 +2415600 15.0004480672 7.8625 0 0 +2416500 15.0004480672 7.8625 0 0 +2417400 15.0004480672 7.9875 0 0 +2418300 15.0004480672 8.1125 0 0 +2419200 15.0004480672 8.2375 0 0 +2420100 15.0004480672 8.1625 0 0 +2421000 15.0004480672 7.8875 0 0 +2421900 15.0004480672 7.6125 0 0 +2422800 15.0004480672 7.3375 0 0 +2423700 15.0004480672 7.0625 0 0 +2424600 15.0004480672 6.7875 0 0 +2425500 15.0004480672 6.5125 0 0 +2426400 15.0004480672 6.2375 0 0 +2427300 15.0004480672 6.0375 0 0 +2428200 15.0004480672 5.9125 0 0 +2429100 15.0004480672 5.7875 0 0 +2430000 15.0004480672 5.6625 0 0 +2430900 15.0004480672 5.525 0 0 +2431800 15.0004480672 5.375 0 0 +2432700 15.0004480672 5.225 0 0 +2433600 15.0004480672 5.075 0 0 +2434500 15.0004480672 4.925 0 0 +2435400 15.0004480672 4.775 0 0 +2436300 15.0004480672 4.625 0 0 +2437200 15.0004480672 4.475 0 0 +2438100 15.0004480672 4.4 0 0 +2439000 15.0004480672 4.4 0 0 +2439900 15.0004480672 4.4 0 0 +2440800 15.0004480672 4.4 0 0 +2441700 15.0004480672 4.475 0 0 +2442600 15.0004480672 4.625 0 0 +2443500 15.0004480672 4.775 0 0 +2444400 15.0004480672 4.925 0 0 +2445300 15.0004480672 5 0 0 +2446200 15.0004480672 8.4575808447 34.1842946755 0 +2447100 15.0004480672 14.1893292145 79.329850684 0 +2448000 15.0004480672 18.3579168362 100.4053148605 0 +2448900 15.0076079717 17.5724746515 261.9262505075 0.0555555556 +2449800 15.0076079717 18.8616597225 330.8444026686 0.0555555556 +2450700 15.0076079717 20.0174126664 396.3001880687 0.0555555556 +2451600 15.0076079717 21.1218602184 455.7307739229 0.0555555556 +2452500 15.0076079717 22.5522123391 540.1385732076 0.0555555556 +2453400 15.0076079717 23.5878798045 595.5576565603 0.0555555556 +2454300 15.0076079717 24.5490655574 645.7197652035 0.0555555556 +2455200 15.0076079717 25.4335826462 690.9281457001 0.0555555556 +2456100 15.0076079717 25.3459082916 687.0151183581 0.0555555556 +2457000 15.0076079717 26.0488104595 723.6006047905 0.0555555556 +2457900 15.0076079717 26.6755974373 755.8749534982 0.0555555556 +2458800 15.0076079717 27.2243288566 783.8547932435 0.0555555556 +2459700 15.0076079717 26.6941230065 752.7399348157 0.0555555556 +2460600 15.0076079717 27.068149134 771.2972725851 0.0555555556 +2461500 15.0076079717 27.3649968624 785.7387754584 0.0555555556 +2462400 15.0076079717 27.5836790925 796.0464144183 0.0555555556 +2463300 15.0076079717 27.2282029368 775.8125754897 0.0555555556 +2464200 15.0076079717 27.287452943 777.771032235 0.0555555556 +2465100 15.0076079717 27.2698726086 775.6609933075 0.0555555556 +2466000 15.0076079717 27.1756103217 769.4860176331 0.0555555556 +2466900 15.0076079717 30.2264695575 940.8770710669 0.0555555556 +2467800 15.0076079717 29.9110789194 924.1865951079 0.0555555556 +2468700 15.0076079717 29.5043542662 902.7672854325 0.0555555556 +2469600 15.0076079717 29.0075486929 876.6226478816 0.0555555556 +2470500 15.0076079717 28.5981530351 852.0303691192 0.0555555556 +2471400 15.0076079717 27.9126812574 816.9495331598 0.0555555556 +2472300 15.0076079717 27.1414189483 777.0964770358 0.0555555556 +2473200 15.0076079717 26.286101755 732.3736669221 0.0555555556 +2474100 15.0076079717 25.5888901547 694.0307135242 0.0555555556 +2475000 15.0076079717 24.5775608701 639.9622817371 0.0555555556 +2475900 15.0076079717 23.4854992942 580.2024203644 0.0555555556 +2476800 15.0076079717 22.3170810935 514.4147417792 0.0555555556 +2477700 15.0076079717 19.0801220186 305.039867027 0.0555555556 +2478600 15.0076079717 18.1685947521 248.6275189259 0.0555555556 +2479500 15.0076079717 17.2084494977 191.6728359213 0.0555555556 +2480400 15.0004480672 31.0385407858 138.5172197493 0 +2481300 15.0004480672 10.6 0 0 +2482200 15.0004480672 10.6 0 0 +2483100 15.0004480672 10.6 0 0 +2484000 15.0004480672 10.6 0 0 +2484900 15.0004480672 10.45 0 0 +2485800 15.0004480672 10.15 0 0 +2486700 15.0004480672 9.85 0 0 +2487600 15.0004480672 9.55 0 0 +2488500 15.0004480672 9.475 0 0 +2489400 15.0004480672 9.625 0 0 +2490300 15.0004480672 9.775 0 0 +2491200 15.0004480672 9.925 0 0 +2492100 15.0004480672 9.925 0 0 +2493000 15.0004480672 9.775 0 0 +2493900 15.0004480672 9.625 0 0 +2494800 15.0004480672 9.475 0 0 +2495700 15.0004480672 9.4 0 0 +2496600 15.0004480672 9.4 0 0 +2497500 15.0004480672 9.4 0 0 +2498400 15.0004480672 9.4 0 0 +2499300 15.0004480672 9.3375 0 0 +2500200 15.0004480672 9.2125 0 0 +2501100 15.0004480672 9.0875 0 0 +2502000 15.0004480672 8.9625 0 0 +2502900 15.0004480672 8.625 0 0 +2503800 15.0004480672 8.075 0 0 +2504700 15.0004480672 7.525 0 0 +2505600 15.0004480672 6.975 0 0 +2506500 15.0004480672 6.7625 0 0 +2507400 15.0004480672 6.8875 0 0 +2508300 15.0004480672 7.0125 0 0 +2509200 15.0004480672 7.1375 0 0 +2510100 15.0004480672 7.1375 0 0 +2511000 15.0004480672 7.0125 0 0 +2511900 15.0004480672 6.8875 0 0 +2512800 15.0004480672 6.7625 0 0 +2513700 15.0004480672 6.5625 0 0 +2514600 15.0004480672 6.2875 0 0 +2515500 15.0004480672 6.0125 0 0 +2516400 15.0004480672 5.7375 0 0 +2517300 15.0004480672 5.525 0 0 +2518200 15.0004480672 5.375 0 0 +2519100 15.0004480672 5.225 0 0 +2520000 15.0004480672 5.075 0 0 +2520900 15.0004480672 5.075 0 0 +2521800 15.0004480672 5.225 0 0 +2522700 15.0004480672 5.375 0 0 +2523600 15.0004480672 5.525 0 0 +2524500 15.0004480672 5.6 0 0 +2525400 15.0004480672 5.6 0 0 +2526300 15.0004480672 5.6 0 0 +2527200 15.0004480672 5.6 0 0 +2528100 15.0004480672 5.6625 0 0 +2529000 15.0004480672 5.7875 0 0 +2529900 15.0004480672 5.9125 0 0 +2530800 15.0004480672 6.0375 0 0 +2531700 15.0004480672 6.175 0 0 +2532600 15.0004480672 6.4478157983 0.6695316343 0 +2533500 15.0004480672 7.1151376648 3.4966589263 0 +2534400 15.0004480672 7.7993600083 6.4279219891 0 +2535300 15.0076079717 15.9492063873 120.3084651097 0.0555555556 +2536200 15.0004480672 32.7340125826 155.6933952305 0 +2537100 15.0076079717 17.1418470678 190.7070538638 0.0555555556 +2538000 15.0076079717 17.7169452988 224.2222715317 0.0555555556 +2538900 15.0076079717 19.6257609662 346.9182115469 0.0555555556 +2539800 15.0076079717 20.3087595606 386.4316738297 0.0555555556 +2540700 15.0076079717 20.9502948165 422.91361997 0.0555555556 +2541600 15.0076079717 21.5462750022 456.3360050188 0.0555555556 +2542500 15.0076079717 20.0524576678 370.4057900704 0.0555555556 +2543400 15.0076079717 20.4134064562 392.1155486462 0.0555555556 +2544300 15.0076079717 20.7358524708 411.4206237592 0.0555555556 +2545200 15.0076079717 21.0182701437 428.2668602581 0.0555555556 +2546100 15.0076079717 19.8924856658 360.1884032664 0.0555555556 +2547000 15.0076079717 20.0719326463 369.8840057113 0.0555555556 +2547900 15.0076079717 20.2171398194 377.4574212962 0.0555555556 +2548800 15.0076079717 20.3275576017 382.8825193289 0.0555555556 +2549700 15.0076079717 18.2821338724 257.3310328266 0.0555555556 +2550600 15.0076079717 18.3152755342 258.05830785 0.0555555556 +2551500 15.0076079717 18.3264274942 257.3151927528 0.0555555556 +2552400 15.0076079717 18.3156386042 255.1047079909 0.0555555556 +2553300 15.0076079717 18.7743549356 281.7074023445 0.0555555556 +2554200 15.0076079717 18.7761278935 275.9828962026 0.0555555556 +2555100 15.0076079717 18.7532691344 268.6647195127 0.0555555556 +2556000 15.0076079717 18.7062695218 259.7820694854 0.0555555556 +2556900 15.0076079717 17.5779453938 182.9161090654 0.0555555556 +2557800 15.0076079717 17.4419199297 174.1883210624 0.0555555556 +2558700 15.0076079717 17.2907602841 164.4102934749 0.0555555556 +2559600 15.0076079717 17.1250960689 153.6232533337 0.0555555556 +2560500 15.0076079717 17.7941054073 197.0542478387 0.0555555556 +2561400 15.0076079717 17.5121069474 179.3692305765 0.0555555556 +2562300 15.0076079717 17.2129536258 160.4487104575 0.0555555556 +2563200 15.0004480672 37.2120528225 140.3797782651 0 +2564100 15.0076079717 18.4772094079 251.0526745832 0.0555555556 +2565000 15.0076079717 17.7532083354 204.7091142214 0.0555555556 +2565900 15.0004480672 38.2564749842 157.7971036952 0 +2566800 15.0076079717 16.3124131332 112.9981424594 0.0555555556 +2567700 15.0015020533 13.1 0 0 +2568600 15.0004480672 12.7 0 0 +2569500 15.0004480672 12.3 0 0 +2570400 15.0004480672 11.9 0 0 +2571300 15.0004480672 11.7 0 0 +2572200 15.0004480672 11.7 0 0 +2573100 15.0004480672 11.7 0 0 +2574000 15.0004480672 11.7 0 0 +2574900 15.0004480672 11.7 0 0 +2575800 15.0004480672 11.7 0 0 +2576700 15.0004480672 11.7 0 0 +2577600 15.0004480672 11.7 0 0 +2578500 15.0004480672 11.7 0 0 +2579400 15.0004480672 11.7 0 0 +2580300 15.0004480672 11.7 0 0 +2581200 15.0004480672 11.7 0 0 +2582100 15.0004480672 11.625 0 0 +2583000 15.0004480672 11.475 0 0 +2583900 15.0004480672 11.325 0 0 +2584800 15.0004480672 11.175 0 0 +2585700 15.0004480672 11.1 0 0 +2586600 15.0004480672 11.1 0 0 +2587500 15.0004480672 11.1 0 0 +2588400 15.0004480672 11.1 0 0 +2589300 15.0004480672 10.825 0 0 +2590200 15.0004480672 10.275 0 0 +2591100 15.0004480672 9.725 0 0 +2592000 15.0004480672 9.175 0 0 +2592900 15.0004480672 8.9 0 0 +2593800 15.0004480672 8.9 0 0 +2594700 15.0004480672 8.9 0 0 +2595600 15.0004480672 8.9 0 0 +2596500 15.0004480672 8.9625 0 0 +2597400 15.0004480672 9.0875 0 0 +2598300 15.0004480672 9.2125 0 0 +2599200 15.0004480672 9.3375 0 0 +2600100 15.0004480672 9.3375 0 0 +2601000 15.0004480672 9.2125 0 0 +2601900 15.0004480672 9.0875 0 0 +2602800 15.0004480672 8.9625 0 0 +2603700 15.0004480672 8.9 0 0 +2604600 15.0004480672 8.9 0 0 +2605500 15.0004480672 8.9 0 0 +2606400 15.0004480672 8.9 0 0 +2607300 15.0004480672 8.9 0 0 +2608200 15.0004480672 8.9 0 0 +2609100 15.0004480672 8.9 0 0 +2610000 15.0004480672 8.9 0 0 +2610900 15.0004480672 8.9625 0 0 +2611800 15.0004480672 9.0875 0 0 +2612700 15.0004480672 9.2125 0 0 +2613600 15.0004480672 9.3375 0 0 +2614500 15.0004480672 9.3375 0 0 +2615400 15.0004480672 9.2125 0 0 +2616300 15.0004480672 9.0875 0 0 +2617200 15.0004480672 8.9625 0 0 +2618100 15.0004480672 8.9625 0 0 +2619000 15.0004480672 12.3728520167 31.7308369537 0 +2619900 15.0004480672 16.6912977278 60.5186374182 0 +2620800 15.0004480672 20.7690649556 81.5336792606 0 +2621700 15.0076079717 16.4939832908 145.7419308143 0.0555555556 +2622600 15.0076079717 17.2271661088 187.6888057861 0.0555555556 +2623500 15.0076079717 17.9193850494 229.0144439377 0.0555555556 +2624400 15.0076079717 18.6018162316 268.3910716499 0.0555555556 +2625300 15.0004480672 30.8837143111 118.5924933942 0 +2626200 15.0076079717 16.5482070881 132.3893945034 0.0555555556 +2627100 15.0004480672 34.9205520551 145.3015538378 0 +2628000 15.0076079717 16.8929258463 157.2742771056 0.0555555556 +2628900 15.0004480672 25.4114284563 88.116119035 0 +2629800 15.0076079717 15.9731701415 93.3113456746 0.0555555556 +2630700 15.0004480672 27.5674646762 97.9495916874 0 +2631600 15.0076079717 16.1410880524 102.010995392 0.0555555556 +2632500 15.0076079717 17.0268666849 162.4618163144 0.0555555556 +2633400 15.0076079717 17.0807710702 166.8693307554 0.0555555556 +2634300 15.0076079717 17.1207802749 170.3183813788 0.0555555556 +2635200 15.0076079717 17.1466758696 172.7944343163 0.0555555556 +2636100 15.0076079717 25.0903418333 650.9970713843 0.0555555556 +2637000 15.0076079717 25.1444779447 652.7811683098 0.0555555556 +2637900 15.0076079717 25.13520421 651.0465143556 0.0555555556 +2638800 15.0076079717 25.0626496574 645.7974390043 0.0555555556 +2639700 15.0076079717 27.3050390709 769.4059903555 0.0555555556 +2640600 15.0076079717 27.0251495814 755.1971832121 0.0555555556 +2641500 15.0076079717 26.6702785709 736.9600152745 0.0555555556 +2642400 15.0076079717 26.2417218931 714.7201888661 0.0555555556 +2643300 15.0076079717 25.4044053391 667.4052083798 0.0555555556 +2644200 15.0076079717 24.8618564077 638.0935451328 0.0555555556 +2645100 15.0076079717 24.2532910145 604.9675088436 0.0555555556 +2646000 15.0076079717 23.5811566284 568.0406020652 0.0555555556 +2646900 15.0076079717 24.872796256 649.1780761906 0.0555555556 +2647800 15.0076079717 23.9055447186 597.7179031634 0.0555555556 +2648700 15.0076079717 22.8675350304 541.2504380931 0.0555555556 +2649600 15.0076079717 21.7642774263 479.595578136 0.0555555556 +2650500 15.0076079717 20.8061675326 427.0750390372 0.0555555556 +2651400 15.0076079717 19.5620567459 353.4054560559 0.0555555556 +2652300 15.0076079717 18.2095354109 277.3804542302 0.0555555556 +2653200 15.0076079717 17.0272845862 205.3926759892 0.0555555556 +2654100 15.001502075 9.3375 0 0 +2655000 15.0004480672 9.2125 0 0 +2655900 15.0004480672 9.0875 0 0 +2656800 15.0004480672 8.9625 0 0 +2657700 15.0004480672 8.9 0 0 +2658600 15.0004480672 8.9 0 0 +2659500 15.0004480672 8.9 0 0 +2660400 15.0004480672 8.9 0 0 +2661300 15.0004480672 8.9 0 0 +2662200 15.0004480672 8.9 0 0 +2663100 15.0004480672 8.9 0 0 +2664000 15.0004480672 8.9 0 0 +2664900 15.0004480672 8.825 0 0 +2665800 15.0004480672 8.675 0 0 +2666700 15.0004480672 8.525 0 0 +2667600 15.0004480672 8.375 0 0 +2668500 15.0004480672 8.275 0 0 +2669400 15.0004480672 8.225 0 0 +2670300 15.0004480672 8.175 0 0 +2671200 15.0004480672 8.125 0 0 +2672100 15.0004480672 8.0875 0 0 +2673000 15.0004480672 8.0625 0 0 +2673900 15.0004480672 8.0375 0 0 +2674800 15.0004480672 8.0125 0 0 +2675700 15.0004480672 7.975 0 0 +2676600 15.0004480672 7.925 0 0 +2677500 15.0004480672 7.875 0 0 +2678400 15.0004480672 7.825 0 0 +2679300 15.0004480672 7.7875 0 0 +2680200 15.0004480672 7.7625 0 0 +2681100 15.0004480672 7.7375 0 0 +2682000 15.0004480672 7.7125 0 0 +2682900 15.0004480672 7.675 0 0 +2683800 15.0004480672 7.625 0 0 +2684700 15.0004480672 7.575 0 0 +2685600 15.0004480672 7.525 0 0 +2686500 15.0004480672 7.4875 0 0 +2687400 15.0004480672 7.4625 0 0 +2688300 15.0004480672 7.4375 0 0 +2689200 15.0004480672 7.4125 0 0 +2690100 15.0004480672 7.375 0 0 +2691000 15.0004480672 7.325 0 0 +2691900 15.0004480672 7.275 0 0 +2692800 15.0004480672 7.225 0 0 +2693700 15.0004480672 7.225 0 0 +2694600 15.0004480672 7.275 0 0 +2695500 15.0004480672 7.325 0 0 +2696400 15.0004480672 7.375 0 0 +2697300 15.0004480672 7.425 0 0 +2698200 15.0004480672 7.475 0 0 +2699100 15.0004480672 7.525 0 0 +2700000 15.0004480672 7.575 0 0 +2700900 15.0004480672 7.625 0 0 +2701800 15.0004480672 7.675 0 0 +2702700 15.0004480672 7.725 0 0 +2703600 15.0004480672 7.775 0 0 +2704500 15.0004480672 7.8625 0 0 +2705400 15.0004480672 9.6993774617 12.9640006205 0 +2706300 15.0004480672 13.541902976 34.7820045968 0 +2707200 15.0004480672 17.3403664665 55.4687200923 0 +2708100 15.0076079717 16.3357426943 142.3836019345 0.0555555556 +2709000 15.0076079717 17.0406991229 182.4689872788 0.0555555556 +2709900 15.0076079717 17.6988078734 221.7825080794 0.0555555556 +2710800 15.0076079717 18.3469427005 259.0598814034 0.0555555556 +2711700 15.0076079717 22.7356590767 540.0770539218 0.0555555556 +2712600 15.0076079717 23.7539396122 594.0698921512 0.0555555556 +2713500 15.0076079717 24.7001224342 642.997713758 0.0555555556 +2714400 15.0076079717 25.5719481475 687.1506985813 0.0555555556 +2715300 15.0076079717 26.4444621083 736.7226936167 0.0555555556 +2716200 15.0076079717 27.1963942918 773.8409908307 0.0555555556 +2717100 15.0076079717 27.868102623 806.542382659 0.0555555556 +2718000 15.0076079717 28.4578310459 834.8722709335 0.0555555556 +2718900 15.0076079717 29.8262005541 913.7127402709 0.0555555556 +2719800 15.0076079717 30.2706197064 934.6908563934 0.0555555556 +2720700 15.0076079717 30.6237433149 951.0359965853 0.0555555556 +2721600 15.0076079717 30.8845594581 962.7425474041 0.0555555556 +2722500 15.0076079717 31.3626486611 989.2481053514 0.0555555556 +2723400 15.0076079717 31.4378066202 991.7102213722 0.0555555556 +2724300 15.0076079717 31.4175895896 989.4247656542 0.0555555556 +2725200 15.0076079717 31.3021441603 982.393416278 0.0555555556 +2726100 15.0076079717 30.8997022881 958.0824626936 0.0555555556 +2727000 15.0076079717 30.5780671288 941.8606211757 0.0555555556 +2727900 15.0076079717 30.1646358147 920.9898932291 0.0555555556 +2728800 15.0076079717 29.6606501095 895.4706903066 0.0555555556 +2729700 15.0076079717 28.7535445742 842.3680752695 0.0555555556 +2730600 15.0076079717 28.0922271441 808.9356141153 0.0555555556 +2731500 15.0076079717 27.3473862705 770.9337637085 0.0555555556 +2732400 15.0076079717 26.5207491085 728.2676073845 0.0555555556 +2733300 15.0076079717 25.0884826033 642.844084793 0.0555555556 +2734200 15.0076079717 24.1669487269 594.992964459 0.0555555556 +2735100 15.0076079717 23.1723871926 542.0456523281 0.0555555556 +2736000 15.0076079717 22.1081214005 483.6421211089 0.0555555556 +2736900 15.0076079717 20.236064578 368.0648809038 0.0555555556 +2737800 15.0076079717 19.2058308951 309.8157609055 0.0555555556 +2738700 15.0076079717 18.0369404141 247.6438525894 0.0555555556 +2739600 15.0076079717 17.0147650152 187.3500681295 0.0555555556 +2740500 15.0004480672 26.8600022214 99.4815787124 0 +2741400 15.0004480672 18.0418669807 45.9051158361 0 +2742300 15.0004480672 12.375 0 0 +2743200 15.0004480672 12.125 0 0 +2744100 15.0004480672 11.8875 0 0 +2745000 15.0004480672 11.6625 0 0 +2745900 15.0004480672 11.4375 0 0 +2746800 15.0004480672 11.2125 0 0 +2747700 15.0004480672 11.075 0 0 +2748600 15.0004480672 11.025 0 0 +2749500 15.0004480672 10.975 0 0 +2750400 15.0004480672 10.925 0 0 +2751300 15.0004480672 10.8875 0 0 +2752200 15.0004480672 10.8625 0 0 +2753100 15.0004480672 10.8375 0 0 +2754000 15.0004480672 10.8125 0 0 +2754900 15.0004480672 10.775 0 0 +2755800 15.0004480672 10.725 0 0 +2756700 15.0004480672 10.675 0 0 +2757600 15.0004480672 10.625 0 0 +2758500 15.0004480672 10.4625 0 0 +2759400 15.0004480672 10.1875 0 0 +2760300 15.0004480672 9.9125 0 0 +2761200 15.0004480672 9.6375 0 0 +2762100 15.0004480672 9.35 0 0 +2763000 15.0004480672 9.05 0 0 +2763900 15.0004480672 8.75 0 0 +2764800 15.0004480672 8.45 0 0 +2765700 15.0004480672 8.1625 0 0 +2766600 15.0004480672 7.8875 0 0 +2767500 15.0004480672 7.6125 0 0 +2768400 15.0004480672 7.3375 0 0 +2769300 15.0004480672 7.1375 0 0 +2770200 15.0004480672 7.0125 0 0 +2771100 15.0004480672 6.8875 0 0 +2772000 15.0004480672 6.7625 0 0 +2772900 15.0004480672 6.625 0 0 +2773800 15.0004480672 6.475 0 0 +2774700 15.0004480672 6.325 0 0 +2775600 15.0004480672 6.175 0 0 +2776500 15.0004480672 6.0375 0 0 +2777400 15.0004480672 5.9125 0 0 +2778300 15.0004480672 5.7875 0 0 +2779200 15.0004480672 5.6625 0 0 +2780100 15.0004480672 5.65 0 0 +2781000 15.0004480672 5.75 0 0 +2781900 15.0004480672 5.85 0 0 +2782800 15.0004480672 5.95 0 0 +2783700 15.0004480672 6.0375 0 0 +2784600 15.0004480672 6.1125 0 0 +2785500 15.0004480672 6.1875 0 0 +2786400 15.0004480672 6.2625 0 0 +2787300 15.0004480672 6.35 0 0 +2788200 15.0004480672 6.45 0 0 +2789100 15.0004480672 6.55 0 0 +2790000 15.0004480672 6.65 0 0 +2790900 15.0004480672 6.75 0 0 +2791800 15.0004480672 12.0385301419 46.5821768245 0 +2792700 15.0004480672 19.1111674258 90.2936051442 0 +2793600 15.0076079717 15.962110822 130.5035201939 0.0555555556 +2794500 15.0004480672 31.1844972089 157.2438257882 0 +2795400 15.0076079717 17.1816453935 200.5282903264 0.0555555556 +2796300 15.0076079717 17.8881386719 242.7213383969 0.0555555556 +2797200 15.0076079717 18.5817690009 282.5272344573 0.0555555556 +2798100 15.0076079717 21.6236775351 477.1224364576 0.0555555556 +2799000 15.0076079717 22.5404252478 526.9347578888 0.0555555556 +2799900 15.0076079717 23.3971828463 572.4710417888 0.0555555556 +2800800 15.0076079717 24.1902782307 613.8617610322 0.0555555556 +2801700 15.0076079717 26.3010085306 737.8115734873 0.0555555556 +2802600 15.0076079717 27.0424736341 775.2416653411 0.0555555556 +2803500 15.0076079717 27.7040548406 808.2537329243 0.0555555556 +2804400 15.0076079717 28.2838437324 836.880275084 0.0555555556 +2805300 15.0076079717 28.1575733001 827.2995169286 0.0555555556 +2806200 15.0076079717 28.5575620316 846.7735074061 0.0555555556 +2807100 15.0076079717 28.8742107579 861.9669054205 0.0555555556 +2808000 15.0076079717 29.1064821256 872.8668580185 0.0555555556 +2808900 15.0076079717 29.517043429 896.8268472482 0.0555555556 +2809800 15.0076079717 29.5773977369 899.1618326303 0.0555555556 +2810700 15.0076079717 29.5504493717 897.0856921207 0.0555555556 +2811600 15.0076079717 29.4363431086 890.6009287306 0.0555555556 +2812500 15.0076079717 27.9195374145 808.1343763619 0.0555555556 +2813400 15.0076079717 27.6455676933 793.6873967119 0.0555555556 +2814300 15.0076079717 27.2932739831 775.1136358136 0.0555555556 +2815200 15.0076079717 26.8639805122 752.4357436125 0.0555555556 +2816100 15.0076079717 26.3535047071 722.0811340274 0.0555555556 +2817000 15.0076079717 25.7776001825 691.7341007416 0.0555555556 +2817900 15.0076079717 25.1304464408 657.3751493934 0.0555555556 +2818800 15.0076079717 24.4144114069 618.9916791609 0.0555555556 +2819700 15.0076079717 22.6307366849 511.7081067582 0.0555555556 +2820600 15.0076079717 21.8756603822 470.2090167063 0.0555555556 +2821500 15.0076079717 21.0689658152 425.0141571361 0.0555555556 +2822400 15.0076079717 20.2163534395 376.0989231764 0.0555555556 +2823300 15.0076079717 18.1545733523 242.6284904648 0.0555555556 +2824200 15.0076079717 17.4548862094 200.5643919152 0.0555555556 +2825100 15.0004480672 34.6807784754 157.4428874632 0 +2826000 15.0076079717 16.0403787027 116.1409564598 0.0555555556 +2826900 15.0004480672 20.3153161498 64.6596796118 0 +2827800 15.0004480672 13.7270110683 26.8444069964 0 +2828700 15.0004480672 9.95 0 0 +2829600 15.0004480672 9.85 0 0 +2830500 15.0004480672 9.75 0 0 +2831400 15.0004480672 9.65 0 0 +2832300 15.0004480672 9.55 0 0 +2833200 15.0004480672 9.45 0 0 +2834100 15.0004480672 9.3125 0 0 +2835000 15.0004480672 9.1375 0 0 +2835900 15.0004480672 8.9625 0 0 +2836800 15.0004480672 8.7875 0 0 +2837700 15.0004480672 8.6 0 0 +2838600 15.0004480672 8.4 0 0 +2839500 15.0004480672 8.2 0 0 +2840400 15.0004480672 8 0 0 +2841300 15.0004480672 7.8125 0 0 +2842200 15.0004480672 7.6375 0 0 +2843100 15.0004480672 7.4625 0 0 +2844000 15.0004480672 7.2875 0 0 +2844900 15.0004480672 7.225 0 0 +2845800 15.0004480672 7.275 0 0 +2846700 15.0004480672 7.325 0 0 +2847600 15.0004480672 7.375 0 0 +2848500 15.0004480672 7.425 0 0 +2849400 15.0004480672 7.475 0 0 +2850300 15.0004480672 7.525 0 0 +2851200 15.0004480672 7.575 0 0 +2852100 15.0004480672 7.625 0 0 +2853000 15.0004480672 7.675 0 0 +2853900 15.0004480672 7.725 0 0 +2854800 15.0004480672 7.775 0 0 +2855700 15.0004480672 7.75 0 0 +2856600 15.0004480672 7.65 0 0 +2857500 15.0004480672 7.55 0 0 +2858400 15.0004480672 7.45 0 0 +2859300 15.0004480672 7.3625 0 0 +2860200 15.0004480672 7.2875 0 0 +2861100 15.0004480672 7.2125 0 0 +2862000 15.0004480672 7.1375 0 0 +2862900 15.0004480672 7.05 0 0 +2863800 15.0004480672 6.95 0 0 +2864700 15.0004480672 6.85 0 0 +2865600 15.0004480672 6.75 0 0 +2866500 15.0004480672 6.7 0 0 +2867400 15.0004480672 6.7 0 0 +2868300 15.0004480672 6.7 0 0 +2869200 15.0004480672 6.7 0 0 +2870100 15.0004480672 6.7 0 0 +2871000 15.0004480672 6.7 0 0 +2871900 15.0004480672 6.7 0 0 +2872800 15.0004480672 6.7 0 0 +2873700 15.0004480672 6.7 0 0 +2874600 15.0004480672 6.7 0 0 +2875500 15.0004480672 6.7 0 0 +2876400 15.0004480672 6.7 0 0 +2877300 15.0004480672 6.725 0 0 +2878200 15.0004480672 8.7382465022 12.7911006066 0 +2879100 15.0004480672 12.9062897205 36.1472320556 0 +2880000 15.0004480672 16.9829244489 59.2870442146 0 +2880900 15.0076079717 16.0627665571 128.7523238878 0.0555555556 +2881800 15.0004480672 33.895907494 164.7796823158 0 +2882700 15.0076079717 17.2400198477 200.1162414803 0.0555555556 +2883600 15.0076079717 17.8014811394 233.8473440269 0.0555555556 +2884500 15.0076079717 21.2885266233 458.0188387507 0.0555555556 +2885400 15.0076079717 22.1645279325 506.1308254838 0.0555555556 +2886300 15.0076079717 22.9844334437 550.2331228609 0.0555555556 +2887200 15.0076079717 23.7442906226 590.4134248403 0.0555555556 +2888100 15.0076079717 25.5698944741 697.7829721456 0.0555555556 +2889000 15.0076079717 26.2885261622 733.859083857 0.0555555556 +2889900 15.0076079717 26.9318269968 765.7327974841 0.0555555556 +2890800 15.0076079717 27.4977052103 793.4131155889 0.0555555556 +2891700 15.0076079717 28.3598372518 839.5836053455 0.0555555556 +2892600 15.0076079717 28.7751338843 859.33216155 0.0555555556 +2893500 15.0076079717 29.1061430884 874.7513841029 0.0555555556 +2894400 15.0076079717 29.3517962306 885.8266756246 0.0555555556 +2895300 15.0076079717 23.3946744491 531.5911874356 0.0555555556 +2896200 15.0076079717 23.4495374774 533.0777467839 0.0555555556 +2897100 15.0076079717 23.4510984186 531.8074554116 0.0555555556 +2898000 15.0076079717 23.3994613958 527.7829311528 0.0555555556 +2898900 15.0076079717 29.1544983428 873.9771293546 0.0555555556 +2899800 15.0076079717 28.870955613 858.6773591763 0.0555555556 +2900700 15.0076079717 28.5032749202 838.9906601452 0.0555555556 +2901600 15.0076079717 28.0528296723 814.9377158459 0.0555555556 +2902500 15.0076079717 25.3992163501 658.5482134889 0.0555555556 +2903400 15.0076079717 24.8865854305 630.5084933197 0.0555555556 +2904300 15.0076079717 24.30945127 598.8029231161 0.0555555556 +2905200 15.0076079717 23.6702391624 563.4429170532 0.0555555556 +2906100 15.0076079717 23.6376828207 563.6499854787 0.0555555556 +2907000 15.0076079717 22.8262010715 518.8559909716 0.0555555556 +2907900 15.0076079717 21.9574841457 470.0051037544 0.0555555556 +2908800 15.0076079717 21.037228308 417.035509412 0.0555555556 +2909700 15.0076079717 19.1232463118 294.529389648 0.0555555556 +2910600 15.0076079717 18.2824768448 246.1004872362 0.0555555556 +2911500 15.0076079717 17.3562213328 195.5426510164 0.0555555556 +2912400 15.0004480672 33.1342657775 146.4926767305 0 +2913300 15.0004480672 20.5148179582 48.4984386988 0 +2914200 15.0004480672 14.9701237556 18.2849472232 0 +2915100 15.0004480672 11.8375 0 0 +2916000 15.0004480672 11.6125 0 0 +2916900 15.0004480672 11.3875 0 0 +2917800 15.0004480672 11.1625 0 0 +2918700 15.0004480672 10.9375 0 0 +2919600 15.0004480672 10.7125 0 0 +2920500 15.0004480672 10.55 0 0 +2921400 15.0004480672 10.45 0 0 +2922300 15.0004480672 10.35 0 0 +2923200 15.0004480672 10.25 0 0 +2924100 15.0004480672 10.15 0 0 +2925000 15.0004480672 10.05 0 0 +2925900 15.0004480672 9.95 0 0 +2926800 15.0004480672 9.85 0 0 +2927700 15.0004480672 9.75 0 0 +2928600 15.0004480672 9.65 0 0 +2929500 15.0004480672 9.55 0 0 +2930400 15.0004480672 9.45 0 0 +2931300 15.0004480672 9.3375 0 0 +2932200 15.0004480672 9.2125 0 0 +2933100 15.0004480672 9.0875 0 0 +2934000 15.0004480672 8.9625 0 0 +2934900 15.0004480672 8.825 0 0 +2935800 15.0004480672 8.675 0 0 +2936700 15.0004480672 8.525 0 0 +2937600 15.0004480672 8.375 0 0 +2938500 15.0004480672 8.2375 0 0 +2939400 15.0004480672 8.1125 0 0 +2940300 15.0004480672 7.9875 0 0 +2941200 15.0004480672 7.8625 0 0 +2942100 15.0004480672 7.775 0 0 +2943000 15.0004480672 7.725 0 0 +2943900 15.0004480672 7.675 0 0 +2944800 15.0004480672 7.625 0 0 +2945700 15.0004480672 7.575 0 0 +2946600 15.0004480672 7.525 0 0 +2947500 15.0004480672 7.475 0 0 +2948400 15.0004480672 7.425 0 0 +2949300 15.0004480672 7.375 0 0 +2950200 15.0004480672 7.325 0 0 +2951100 15.0004480672 7.275 0 0 +2952000 15.0004480672 7.225 0 0 +2952900 15.0004480672 7.1375 0 0 +2953800 15.0004480672 7.0125 0 0 +2954700 15.0004480672 6.8875 0 0 +2955600 15.0004480672 6.7625 0 0 +2956500 15.0004480672 6.625 0 0 +2957400 15.0004480672 6.475 0 0 +2958300 15.0004480672 6.325 0 0 +2959200 15.0004480672 6.175 0 0 +2960100 15.0004480672 6.0375 0 0 +2961000 15.0004480672 5.9125 0 0 +2961900 15.0004480672 5.7875 0 0 +2962800 15.0004480672 5.6625 0 0 +2963700 15.0004480672 5.7375 0 0 +2964600 15.0004480672 9.7123469428 30.2950846998 0 +2965500 15.0004480672 14.8579576661 58.2418584988 0 +2966400 15.0004480672 20.2356350235 87.666939633 0 +2967300 15.0076079717 16.9709319079 202.0366807722 0.0555555556 +2968200 15.0076079717 17.9435412226 255.824132586 0.0555555556 +2969100 15.0076079717 18.8319406507 307.8158186391 0.0555555556 +2970000 15.0076079717 19.7000053306 356.6558250841 0.0555555556 +2970900 15.0076079717 20.4333331208 398.925055965 0.0555555556 +2971800 15.0076079717 21.2164843413 442.0532132864 0.0555555556 +2972700 15.0076079717 21.9533465675 481.8447371188 0.0555555556 +2973600 15.0076079717 22.6396415462 518.2935400385 0.0555555556 +2974500 15.0076079717 22.669612769 517.1767687464 0.0555555556 +2975400 15.0076079717 23.217162812 545.5682990298 0.0555555556 +2976300 15.0076079717 23.7095809225 570.7602467742 0.0555555556 +2977200 15.0076079717 24.1448114554 592.7144855961 0.0555555556 +2978100 15.0076079717 21.6563038747 450.0570276899 0.0555555556 +2979000 15.0076079717 21.8868856582 461.8450159146 0.0555555556 +2979900 15.0076079717 22.0738324013 471.0801448241 0.0555555556 +2980800 15.0076079717 22.2164243436 477.7338202839 0.0555555556 +2981700 15.0076079717 21.9728085234 459.8329008546 0.0555555556 +2982600 15.0076079717 22.026215929 461.2043556025 0.0555555556 +2983500 15.0076079717 22.0363352693 460.0743020836 0.0555555556 +2984400 15.0076079717 22.0032541441 456.4463364452 0.0555555556 +2985300 15.0076079717 20.7083857006 379.5123725691 0.0555555556 +2986200 15.0076079717 20.6027120144 372.2103457653 0.0555555556 +2987100 15.0076079717 20.4627985586 362.8354891826 0.0555555556 +2988000 15.0076079717 20.2893658416 351.4195377185 0.0555555556 +2988900 15.0076079717 18.3103199809 230.6076101234 0.0555555556 +2989800 15.0076079717 18.1645647317 220.0330785853 0.0555555556 +2990700 15.0076079717 17.9996273709 208.1682754794 0.0555555556 +2991600 15.0076079717 17.8163570156 195.0605462741 0.0555555556 +2992500 15.0076079717 17.5199695269 172.7484814676 0.0555555556 +2993400 15.0076079717 17.3101381713 157.9786832309 0.0555555556 +2994300 15.0076079717 17.0858477372 142.1762504604 0.0555555556 +2995200 15.0004480672 36.9708596452 125.4108995173 0 +2996100 15.0076079717 16.2206861224 82.4990071445 0.0555555556 +2997000 15.0004480672 27.1540758131 68.4399535904 0 +2997900 15.0004480672 24.3115497564 53.9406352446 0 +2998800 15.0004480672 21.4413357829 39.2323114768 0 +2999700 15.0004480672 20.4363464606 33.9404707877 0 +3000600 15.0004480672 16.2253240559 11.9523737566 0 +3001500 15.0004480672 13.7527484904 0.0149765044 0 +3002400 15.0004480672 13.45 0 0 +3003300 15.0004480672 13.1625 0 0 +3004200 15.0004480672 12.8875 0 0 +3005100 15.0004480672 12.6125 0 0 +3006000 15.0004480672 12.3375 0 0 +3006900 15.0004480672 12.175 0 0 +3007800 15.0004480672 12.125 0 0 +3008700 15.0004480672 12.075 0 0 +3009600 15.0004480672 12.025 0 0 +3010500 15.0004480672 11.9875 0 0 +3011400 15.0004480672 11.9625 0 0 +3012300 15.0004480672 11.9375 0 0 +3013200 15.0004480672 11.9125 0 0 +3014100 15.0004480672 11.875 0 0 +3015000 15.0004480672 11.825 0 0 +3015900 15.0004480672 11.775 0 0 +3016800 15.0004480672 11.725 0 0 +3017700 15.0004480672 11.5375 0 0 +3018600 15.0004480672 11.2125 0 0 +3019500 15.0004480672 10.8875 0 0 +3020400 15.0004480672 10.5625 0 0 +3021300 15.0004480672 10.2375 0 0 +3022200 15.0004480672 9.9125 0 0 +3023100 15.0004480672 9.5875 0 0 +3024000 15.0004480672 9.2625 0 0 +3024900 15.0004480672 8.9375 0 0 +3025800 15.0004480672 8.6125 0 0 +3026700 15.0004480672 8.2875 0 0 +3027600 15.0004480672 7.9625 0 0 +3028500 15.0004480672 7.775 0 0 +3029400 15.0004480672 7.725 0 0 +3030300 15.0004480672 7.675 0 0 +3031200 15.0004480672 7.625 0 0 +3032100 15.0004480672 7.575 0 0 +3033000 15.0004480672 7.525 0 0 +3033900 15.0004480672 7.475 0 0 +3034800 15.0004480672 7.425 0 0 +3035700 15.0004480672 7.375 0 0 +3036600 15.0004480672 7.325 0 0 +3037500 15.0004480672 7.275 0 0 +3038400 15.0004480672 7.225 0 0 +3039300 15.0004480672 7.175 0 0 +3040200 15.0004480672 7.125 0 0 +3041100 15.0004480672 7.075 0 0 +3042000 15.0004480672 7.025 0 0 +3042900 15.0004480672 6.9875 0 0 +3043800 15.0004480672 6.9625 0 0 +3044700 15.0004480672 6.9375 0 0 +3045600 15.0004480672 6.9125 0 0 +3046500 15.0004480672 6.875 0 0 +3047400 15.0004480672 6.825 0 0 +3048300 15.0004480672 6.775 0 0 +3049200 15.0004480672 6.725 0 0 +3050100 15.0004480672 6.8625002864 3.28356655837047E-006 0 +3051000 15.0004480672 10.6982058023 26.6397480888 0 +3051900 15.0004480672 15.7054801379 52.8676214176 0 +3052800 15.0004480672 20.9075453746 81.1817545508 0 +3053700 15.0076079717 17.0889020066 202.617907563 0.0555555556 +3054600 15.0076079717 18.0584930589 255.9954928712 0.0555555556 +3055500 15.0076079717 18.9429023272 307.539055326 0.0555555556 +3056400 15.0076079717 19.8073313113 356.0011023593 0.0555555556 +3057300 15.0076079717 20.3628788825 387.3580304534 0.0555555556 +3058200 15.0076079717 21.1208518458 429.4200650286 0.0555555556 +3059100 15.0076079717 21.8350989132 468.3308275534 0.0555555556 +3060000 15.0076079717 22.5012951557 504.053368507 0.0555555556 +3060900 15.0076079717 23.9081063212 585.2209560417 0.0555555556 +3061800 15.0076079717 24.5043124189 616.791811087 0.0555555556 +3062700 15.0076079717 25.0384033048 644.7914624415 0.0555555556 +3063600 15.0076079717 25.508153081 669.1850097711 0.0555555556 +3064500 15.0076079717 24.3365267325 597.3225243353 0.0555555556 +3065400 15.0076079717 24.6308683403 612.3642665829 0.0555555556 +3066300 15.0076079717 24.8653564226 624.1423082823 0.0555555556 +3067200 15.0076079717 25.0390498561 632.6294095435 0.0555555556 +3068100 15.0076079717 22.403723145 488.2389324749 0.0555555556 +3069000 15.0076079717 22.442834069 489.7122084103 0.0555555556 +3069900 15.0076079717 22.4365442728 488.5377253401 0.0555555556 +3070800 15.0076079717 22.384944239 484.7193172963 0.0555555556 +3071700 15.0076079717 19.9352644849 331.8654010766 0.0555555556 +3072600 15.0076079717 19.8335798216 325.5234496512 0.0555555556 +3073500 15.0076079717 19.7020514889 317.3772260638 0.0555555556 +3074400 15.0076079717 19.541315056 307.4546623564 0.0555555556 +3075300 15.0076079717 18.5922611023 254.1290014168 0.0555555556 +3076200 15.0076079717 18.4167312143 242.5696117869 0.0555555556 +3077100 15.0076079717 18.2198718288 229.5942786288 0.0555555556 +3078000 15.0076079717 18.0026504873 215.2532899424 0.0555555556 +3078900 15.0076079717 17.8534690313 199.7702541527 0.0555555556 +3079800 15.0076079717 17.5803943642 182.8586319833 0.0555555556 +3080700 15.0076079717 17.2902550124 164.7111525456 0.0555555556 +3081600 15.0004480672 38.1397689298 145.4002155316 0 +3082500 15.0076079717 17.4086798078 176.520414475 0.0555555556 +3083400 15.0004480672 37.4135415353 146.5428610144 0 +3084300 15.0076079717 16.4028378885 115.8050264254 0.0555555556 +3085200 15.0004480672 26.1891309874 85.6048087671 0 +3086100 15.0004480672 22.7047169842 65.5680531884 0 +3087000 15.0004480672 17.3340138528 36.141394096 0 +3087900 15.0004480672 12.5171199362 0.9108051379 0 +3088800 15.0004480672 12.275 0 0 +3089700 15.0004480672 12.1375 0 0 +3090600 15.0004480672 12.0125 0 0 +3091500 15.0004480672 11.8875 0 0 +3092400 15.0004480672 11.7625 0 0 +3093300 15.0004480672 11.675 0 0 +3094200 15.0004480672 11.625 0 0 +3095100 15.0004480672 11.575 0 0 +3096000 15.0004480672 11.525 0 0 +3096900 15.0004480672 11.475 0 0 +3097800 15.0004480672 11.425 0 0 +3098700 15.0004480672 11.375 0 0 +3099600 15.0004480672 11.325 0 0 +3100500 15.0004480672 11.275 0 0 +3101400 15.0004480672 11.225 0 0 +3102300 15.0004480672 11.175 0 0 +3103200 15.0004480672 11.125 0 0 +3104100 15.0004480672 11.125 0 0 +3105000 15.0004480672 11.175 0 0 +3105900 15.0004480672 11.225 0 0 +3106800 15.0004480672 11.275 0 0 +3107700 15.0004480672 11.325 0 0 +3108600 15.0004480672 11.375 0 0 +3109500 15.0004480672 11.425 0 0 +3110400 15.0004480672 11.475 0 0 +3111300 15.0004480672 11.525 0 0 +3112200 15.0004480672 11.575 0 0 +3113100 15.0004480672 11.625 0 0 +3114000 15.0004480672 11.675 0 0 +3114900 15.0004480672 11.625 0 0 +3115800 15.0004480672 11.475 0 0 +3116700 15.0004480672 11.325 0 0 +3117600 15.0004480672 11.175 0 0 +3118500 15.0004480672 11.0375 0 0 +3119400 15.0004480672 10.9125 0 0 +3120300 15.0004480672 10.7875 0 0 +3121200 15.0004480672 10.6625 0 0 +3122100 15.0004480672 10.525 0 0 +3123000 15.0004480672 10.375 0 0 +3123900 15.0004480672 10.225 0 0 +3124800 15.0004480672 10.075 0 0 +3125700 15.0004480672 10.025 0 0 +3126600 15.0004480672 10.075 0 0 +3127500 15.0004480672 10.125 0 0 +3128400 15.0004480672 10.175 0 0 +3129300 15.0004480672 10.225 0 0 +3130200 15.0004480672 10.275 0 0 +3131100 15.0004480672 10.325 0 0 +3132000 15.0004480672 10.375 0 0 +3132900 15.0004480672 10.425 0 0 +3133800 15.0004480672 10.475 0 0 +3134700 15.0004480672 10.525 0 0 +3135600 15.0004480672 10.575 0 0 +3136500 15.0004480672 10.6063820034 0.0399030895 0 +3137400 15.0004480672 12.278797632 9.420362389 0 +3138300 15.0004480672 15.1310624219 25.3366331456 0 +3139200 15.0004480672 17.8806480465 40.9957305507 0 +3140100 15.0004480672 20.4168419437 55.9370934811 0 +3141000 15.0004480672 22.9792289179 70.7915948118 0 +3141900 15.0076079717 15.8732454814 85.1487081012 0.0555555556 +3142800 15.0004480672 27.6928066296 98.913045379 0 +3143700 15.0076079717 16.096895983 100.3440017548 0.0555555556 +3144600 15.0004480672 29.7966383324 111.4282594502 0 +3145500 15.0076079717 16.4109518847 121.8112063787 0.0555555556 +3146400 15.0004480672 33.0581009921 131.4485250203 0 +3147300 15.0076079717 19.0902079226 290.8880159138 0.0555555556 +3148200 15.0076079717 19.388954506 307.4004674423 0.0555555556 +3149100 15.0076079717 19.6586335202 322.1128934085 0.0555555556 +3150000 15.0076079717 19.8979962588 334.9793176107 0.0555555556 +3150900 15.0076079717 27.1143129764 755.8339994559 0.0555555556 +3151800 15.0076079717 27.4878403193 774.1333303496 0.0555555556 +3152700 15.0076079717 27.7857582285 788.4579584631 0.0555555556 +3153600 15.0076079717 28.0069627465 798.7828755099 0.0555555556 +3154500 15.0076079717 29.2272364224 866.1166555673 0.0555555556 +3155400 15.0076079717 29.296110954 868.5275178328 0.0555555556 +3156300 15.0076079717 29.281164983 866.6618545108 0.0555555556 +3157200 15.0076079717 29.1825401082 860.5229429918 0.0555555556 +3158100 15.0076079717 29.9422027982 899.9092189707 0.0555555556 +3159000 15.0076079717 29.652776898 884.7974871032 0.0555555556 +3159900 15.0076079717 29.2775612842 865.3185065061 0.0555555556 +3160800 15.0076079717 28.8179457545 841.4901665753 0.0555555556 +3161700 15.0076079717 26.9454747199 731.6875529225 0.0555555556 +3162600 15.0076079717 26.3788014873 702.1905899046 0.0555555556 +3163500 15.0076079717 25.7411296647 668.7790134968 0.0555555556 +3164400 15.0076079717 25.034867542 631.4404435718 0.0555555556 +3165300 15.0076079717 24.9781714183 628.3250329481 0.0555555556 +3166200 15.0076079717 24.1062785157 582.9343110199 0.0555555556 +3167100 15.0076079717 23.1680826929 532.9820161762 0.0555555556 +3168000 15.0076079717 22.1673566641 478.1957675035 0.0555555556 +3168900 15.0076079717 20.1702680054 354.2271917429 0.0555555556 +3169800 15.0076079717 19.2026276432 299.9766945468 0.0555555556 +3170700 15.0076079717 18.1119631734 242.2201735871 0.0555555556 +3171600 15.0076079717 17.1250181053 184.315531406 0.0555555556 +3172500 15.0004480672 30.0731907243 110.9754200907 0 +3173400 15.0004480672 22.1515504466 67.0912682604 0 +3174300 15.0004480672 13.8104896357 3.1265798612 0 +3175200 15.0004480672 13.1625 0 0 +3176100 15.0004480672 12.8375 0 0 +3177000 15.0004480672 12.5125 0 0 +3177900 15.0004480672 12.1875 0 0 +3178800 15.0004480672 11.8625 0 0 +3179700 15.0004480672 11.65 0 0 +3180600 15.0004480672 11.55 0 0 +3181500 15.0004480672 11.45 0 0 +3182400 15.0004480672 11.35 0 0 +3183300 15.0004480672 11.2625 0 0 +3184200 15.0004480672 11.1875 0 0 +3185100 15.0004480672 11.1125 0 0 +3186000 15.0004480672 11.0375 0 0 +3186900 15.0004480672 10.95 0 0 +3187800 15.0004480672 10.85 0 0 +3188700 15.0004480672 10.75 0 0 +3189600 15.0004480672 10.65 0 0 +3190500 15.0004480672 10.575 0 0 +3191400 15.0004480672 10.525 0 0 +3192300 15.0004480672 10.475 0 0 +3193200 15.0004480672 10.425 0 0 +3194100 15.0004480672 10.375 0 0 +3195000 15.0004480672 10.325 0 0 +3195900 15.0004480672 10.275 0 0 +3196800 15.0004480672 10.225 0 0 +3197700 15.0004480672 10.175 0 0 +3198600 15.0004480672 10.125 0 0 +3199500 15.0004480672 10.075 0 0 +3200400 15.0004480672 10.025 0 0 +3201300 15.0004480672 9.8875 0 0 +3202200 15.0004480672 9.6625 0 0 +3203100 15.0004480672 9.4375 0 0 +3204000 15.0004480672 9.2125 0 0 +3204900 15.0004480672 8.975 0 0 +3205800 15.0004480672 8.725 0 0 +3206700 15.0004480672 8.475 0 0 +3207600 15.0004480672 8.225 0 0 +3208500 15.0004480672 7.9875 0 0 +3209400 15.0004480672 7.7625 0 0 +3210300 15.0004480672 7.5375 0 0 +3211200 15.0004480672 7.3125 0 0 +3212100 15.0004480672 7.25 0 0 +3213000 15.0004480672 7.35 0 0 +3213900 15.0004480672 7.45 0 0 +3214800 15.0004480672 7.55 0 0 +3215700 15.0004480672 7.6375 0 0 +3216600 15.0004480672 7.7125 0 0 +3217500 15.0004480672 7.7875 0 0 +3218400 15.0004480672 7.8625 0 0 +3219300 15.0004480672 7.95 0 0 +3220200 15.0004480672 8.05 0 0 +3221100 15.0004480672 8.15 0 0 +3222000 15.0004480672 8.25 0 0 +3222900 15.0004480672 8.3383201486 0.092570966 0 +3223800 15.0004480672 9.2722918924 5.267550929 0 +3224700 15.0004480672 10.6564760403 12.6252087803 0 +3225600 15.0004480672 12.0260382443 19.9693578771 0 +3226500 15.0004480672 16.7872246987 46.5211865675 0 +3227400 15.0004480672 18.9124042851 58.5882021656 0 +3228300 15.0004480672 20.9321835843 70.2212172712 0 +3229200 15.0004480672 22.8454776598 81.3649451529 0 +3230100 15.0076079717 16.0973121219 110.9429047095 0.0555555556 +3231000 15.0004480672 29.8403915829 123.0885631903 0 +3231900 15.0076079717 16.4496857149 134.4664637691 0.0555555556 +3232800 15.0004480672 33.4687325331 145.0280642132 0 +3233700 15.0076079717 16.7103957786 151.5783529908 0.0555555556 +3234600 15.0004480672 36.3823628789 160.1873716331 0 +3235500 15.0076079717 17.0185880517 167.8808066876 0.0555555556 +3236400 15.0076079717 17.1522505002 174.6260302375 0.0555555556 +3237300 15.0076079717 17.9688557766 229.999141989 0.0555555556 +3238200 15.0076079717 18.0937209856 236.0733118163 0.0555555556 +3239100 15.0076079717 18.1998301339 240.8461299358 0.0555555556 +3240000 15.0076079717 18.2868884343 244.2972040543 0.0555555556 +3240900 15.0076079717 17.7422151321 204.0977203144 0.0555555556 +3241800 15.0076079717 17.7867057456 204.7342147358 0.0555555556 +3242700 15.0076079717 17.8151849292 204.2544001324 0.0555555556 +3243600 15.0076079717 17.8276819308 202.6603311439 0.0555555556 +3244500 15.0076079717 17.9557168853 209.1836927846 0.0555555556 +3245400 15.0076079717 17.9023514232 205.2064228611 0.0555555556 +3246300 15.0076079717 17.8327109145 200.0982257194 0.0555555556 +3247200 15.0076079717 17.7471150912 193.8808381294 0.0555555556 +3248100 15.0076079717 18.0497049437 214.6393618351 0.0555555556 +3249000 15.0076079717 17.9150865209 205.0302636181 0.0555555556 +3249900 15.0076079717 17.7636651709 194.2518369452 0.0555555556 +3250800 15.0076079717 17.5961264826 182.3498950418 0.0555555556 +3251700 15.0076079717 17.1875308479 153.8165748999 0.0555555556 +3252600 15.0076079717 17.0095922821 141.1204938144 0.0555555556 +3253500 15.0004480672 36.5638077321 127.556582978 0 +3254400 15.0076079717 16.6175753274 113.1835411992 0.0555555556 +3255300 15.0004480672 35.1563321237 118.4163575892 0 +3256200 15.0076079717 16.3811991927 98.9347754729 0.0555555556 +3257100 15.0004480672 27.8226864439 78.8647815305 0 +3258000 15.0004480672 24.0469093025 58.6230032367 0 +3258900 15.0004480672 23.1401307095 53.9598142489 0 +3259800 15.0004480672 17.9666966507 25.828395035 0 +3260700 15.0004480672 13.6888215845 1.4079341158 0 +3261600 15.0004480672 13.225 0 0 +3262500 15.0004480672 12.9875 0 0 +3263400 15.0004480672 12.7625 0 0 +3264300 15.0004480672 12.5375 0 0 +3265200 15.0004480672 12.3125 0 0 +3266100 15.0004480672 12.225 0 0 +3267000 15.0004480672 12.275 0 0 +3267900 15.0004480672 12.325 0 0 +3268800 15.0004480672 12.375 0 0 +3269700 15.0004480672 12.425 0 0 +3270600 15.0004480672 12.475 0 0 +3271500 15.0004480672 12.525 0 0 +3272400 15.0004480672 12.575 0 0 +3273300 15.0004480672 12.625 0 0 +3274200 15.0004480672 12.675 0 0 +3275100 15.0004480672 12.725 0 0 +3276000 15.0004480672 12.775 0 0 +3276900 15.0004480672 12.75 0 0 +3277800 15.0004480672 12.65 0 0 +3278700 15.0004480672 12.55 0 0 +3279600 15.0004480672 12.45 0 0 +3280500 15.0004480672 12.3625 0 0 +3281400 15.0004480672 12.2875 0 0 +3282300 15.0004480672 12.2125 0 0 +3283200 15.0004480672 12.1375 0 0 +3284100 15.0004480672 12.05 0 0 +3285000 15.0004480672 11.95 0 0 +3285900 15.0004480672 11.85 0 0 +3286800 15.0004480672 11.75 0 0 +3287700 15.0004480672 11.7 0 0 +3288600 15.0004480672 11.7 0 0 +3289500 15.0004480672 11.7 0 0 +3290400 15.0004480672 11.7 0 0 +3291300 15.0004480672 11.7 0 0 +3292200 15.0004480672 11.7 0 0 +3293100 15.0004480672 11.7 0 0 +3294000 15.0004480672 11.7 0 0 +3294900 15.0004480672 11.7 0 0 +3295800 15.0004480672 11.7 0 0 +3296700 15.0004480672 11.7 0 0 +3297600 15.0004480672 11.7 0 0 +3298500 15.0004480672 11.625 0 0 +3299400 15.0004480672 11.475 0 0 +3300300 15.0004480672 11.325 0 0 +3301200 15.0004480672 11.175 0 0 +3302100 15.0004480672 11.0375 0 0 +3303000 15.0004480672 10.9125 0 0 +3303900 15.0004480672 10.7875 0 0 +3304800 15.0004480672 10.6625 0 0 +3305700 15.0004480672 10.525 0 0 +3306600 15.0004480672 10.375 0 0 +3307500 15.0004480672 10.225 0 0 +3308400 15.0004480672 10.075 0 0 +3309300 15.0004480672 10.2512329874 0.9846084707 0 +3310200 15.0004480672 13.6527159226 22.630788577 0 +3311100 15.0004480672 17.6399745678 43.516945807 0 +3312000 15.0004480672 21.7734739084 65.8379048122 0 +3312900 15.0076079717 16.1121328799 105.4345363528 0.0555555556 +3313800 15.0004480672 33.6602060318 133.0432497661 0 +3314700 15.0076079717 17.0498783279 159.9526262415 0.0555555556 +3315600 15.0076079717 17.4955977569 185.6685483372 0.0555555556 +3316500 15.0004480672 33.3409349174 120.4219506122 0 +3317400 15.0076079717 16.7915467288 133.6288025493 0.0555555556 +3318300 15.0076079717 17.0119769371 145.9678771722 0.0555555556 +3319200 15.0076079717 17.2190674378 157.3929742831 0.0555555556 +3320100 15.0076079717 20.6722642027 374.5072162411 0.0555555556 +3321000 15.0076079717 21.0402363231 395.2451943603 0.0555555556 +3321900 15.0076079717 21.3700813528 413.7046004869 0.0555555556 +3322800 15.0076079717 21.6601607046 429.8366184774 0.0555555556 +3323700 15.0004480672 36.2342592658 134.0579026408 0 +3324600 15.0076079717 16.8617738395 137.5823139531 0.0555555556 +3325500 15.0004480672 37.3227479542 140.352589984 0 +3326400 15.0076079717 16.9381557719 142.3569105832 0.0555555556 +3327300 15.0004480672 35.3208869077 121.6763731345 0 +3328200 15.0076079717 16.7317616186 122.0575353836 0.0555555556 +3329100 15.0004480672 35.4382864234 121.7766844841 0 +3330000 15.0076079717 16.720407839 120.834932526 0.0555555556 +3330900 15.0076079717 20.3245193238 344.8217176774 0.0555555556 +3331800 15.0076079717 20.2013897954 338.4179375244 0.0555555556 +3332700 15.0076079717 20.0466125729 330.1797078202 0.0555555556 +3333600 15.0076079717 19.8608747784 320.1336969012 0.0555555556 +3334500 15.0076079717 20.7752412594 374.7334659347 0.0555555556 +3335400 15.0076079717 20.4747954904 358.4487269854 0.0555555556 +3336300 15.0076079717 20.1395278532 340.1052685185 0.0555555556 +3337200 15.0076079717 19.7711587619 319.7486925461 0.0555555556 +3338100 15.0076079717 20.6788636294 380.3587752539 0.0555555556 +3339000 15.0076079717 20.1279491656 349.7349483084 0.0555555556 +3339900 15.0076079717 19.5431668213 316.6972335791 0.0555555556 +3340800 15.0076079717 18.929093441 281.3194797891 0.0555555556 +3341700 15.0004480672 34.2223305777 129.3407194192 0 +3342600 15.0076079717 16.3191259024 108.3032668831 0.0555555556 +3343500 15.0004480672 26.7709702212 86.6288012336 0 +3344400 15.0004480672 22.9378110908 64.7967288465 0 +3345300 15.0076079717 15.8461576849 86.8896445587 0.0555555556 +3346200 15.0004480672 19.1261134417 51.8007690838 0 +3347100 15.0004480672 12.7766069336 4.9438606867 0 +3348000 15.0004480672 12.2 0 0 +3348900 15.0004480672 12.2 0 0 +3349800 15.0004480672 12.2 0 0 +3350700 15.0004480672 12.2 0 0 +3351600 15.0004480672 12.2 0 0 +3352500 15.0004480672 12.15 0 0 +3353400 15.0004480672 12.05 0 0 +3354300 15.0004480672 11.95 0 0 +3355200 15.0004480672 11.85 0 0 +3356100 15.0004480672 11.7625 0 0 +3357000 15.0004480672 11.6875 0 0 +3357900 15.0004480672 11.6125 0 0 +3358800 15.0004480672 11.5375 0 0 +3359700 15.0004480672 11.45 0 0 +3360600 15.0004480672 11.35 0 0 +3361500 15.0004480672 11.25 0 0 +3362400 15.0004480672 11.15 0 0 +3363300 15.0004480672 11.05 0 0 +3364200 15.0004480672 10.95 0 0 +3365100 15.0004480672 10.85 0 0 +3366000 15.0004480672 10.75 0 0 +3366900 15.0004480672 10.6625 0 0 +3367800 15.0004480672 10.5875 0 0 +3368700 15.0004480672 10.5125 0 0 +3369600 15.0004480672 10.4375 0 0 +3370500 15.0004480672 10.35 0 0 +3371400 15.0004480672 10.25 0 0 +3372300 15.0004480672 10.15 0 0 +3373200 15.0004480672 10.05 0 0 +3374100 15.0004480672 9.925 0 0 +3375000 15.0004480672 9.775 0 0 +3375900 15.0004480672 9.625 0 0 +3376800 15.0004480672 9.475 0 0 +3377700 15.0004480672 9.3375 0 0 +3378600 15.0004480672 9.2125 0 0 +3379500 15.0004480672 9.0875 0 0 +3380400 15.0004480672 8.9625 0 0 +3381300 15.0004480672 8.825 0 0 +3382200 15.0004480672 8.675 0 0 +3383100 15.0004480672 8.525 0 0 +3384000 15.0004480672 8.375 0 0 +3384900 15.0004480672 8.25 0 0 +3385800 15.0004480672 8.15 0 0 +3386700 15.0004480672 8.05 0 0 +3387600 15.0004480672 7.95 0 0 +3388500 15.0004480672 7.8625 0 0 +3389400 15.0004480672 7.7875 0 0 +3390300 15.0004480672 7.7125 0 0 +3391200 15.0004480672 7.6375 0 0 +3392100 15.0004480672 7.55 0 0 +3393000 15.0004480672 7.45 0 0 +3393900 15.0004480672 7.35 0 0 +3394800 15.0004480672 7.25 0 0 +3395700 15.0004480672 7.745238208 3.3666286424 0 +3396600 15.0004480672 13.1922701612 44.4857694386 0 +3397500 15.0004480672 18.2603623884 70.8706960798 0 +3398400 15.0004480672 24.0055876716 102.2347526592 0 +3399300 15.0076079717 16.7874200935 172.828060381 0.0555555556 +3400200 15.0076079717 17.5904332202 216.4738179763 0.0555555556 +3401100 15.0076079717 18.3219648463 258.6016862811 0.0555555556 +3402000 15.0076079717 19.0393900845 298.4404917055 0.0555555556 +3402900 15.0076079717 21.1269792896 427.5513011114 0.0555555556 +3403800 15.0076079717 21.9505130944 470.7417625773 0.0555555556 +3404700 15.0076079717 22.7257069717 510.5093694506 0.0555555556 +3405600 15.0076079717 23.4484251742 546.8876273831 0.0555555556 +3406500 15.0076079717 23.9055332115 575.7170336818 0.0555555556 +3407400 15.0076079717 24.4758361051 606.1128021649 0.0555555556 +3408300 15.0076079717 24.9862531735 633.0992427569 0.0555555556 +3409200 15.0076079717 25.4344946413 656.6352731874 0.0555555556 +3410100 15.0076079717 22.3998455824 481.0734962544 0.0555555556 +3411000 15.0076079717 22.6219087215 493.3368623919 0.0555555556 +3411900 15.0076079717 22.7974380997 502.9630797831 0.0555555556 +3412800 15.0076079717 22.9256355609 509.922896897 0.0555555556 +3413700 15.0076079717 17.9802083333 221.0469225307 0.0555555556 +3414600 15.0076079717 17.9941279932 221.7414426896 0.0555555556 +3415500 15.0076079717 17.9908688526 221.2395004149 0.0555555556 +3416400 15.0076079717 17.9704620791 219.5432374232 0.0555555556 +3417300 15.0076079717 20.8747026203 395.1475903623 0.0555555556 +3418200 15.0076079717 20.7634086327 387.7947021832 0.0555555556 +3419100 15.0076079717 20.6176324882 378.3367936988 0.0555555556 +3420000 15.0076079717 20.4381077788 366.8079712567 0.0555555556 +3420900 15.0076079717 22.1476421523 459.377755099 0.0555555556 +3421800 15.0076079717 21.8047003881 439.6766700747 0.0555555556 +3422700 15.0076079717 21.4191227123 417.476190177 0.0555555556 +3423600 15.0076079717 20.9929611502 392.8279161665 0.0555555556 +3424500 15.0076079717 19.9739717739 333.6589233389 0.0555555556 +3425400 15.0076079717 19.5276663359 306.5841454839 0.0555555556 +3426300 15.0076079717 19.052965823 277.4853057009 0.0555555556 +3427200 15.0076079717 18.553674983 246.4597930267 0.0555555556 +3428100 15.0076079717 18.0694055369 215.7517345845 0.0555555556 +3429000 15.0076079717 17.4845608889 181.5072389619 0.0555555556 +3429900 15.0004480672 36.7482413954 145.9671386602 0 +3430800 15.0076079717 16.2662821622 110.5268073046 0.0555555556 +3431700 15.0004480672 28.6218860699 105.8424066671 0 +3432600 15.0004480672 21.8862522559 67.6625197986 0 +3433500 15.0004480672 14.2432646994 9.7716414342 0 +3434400 15.0004480672 13 0 0 +3435300 15.0004480672 12.8125 0 0 +3436200 15.0004480672 12.6375 0 0 +3437100 15.0004480672 12.4625 0 0 +3438000 15.0004480672 12.2875 0 0 +3438900 15.0004480672 12.15 0 0 +3439800 15.0004480672 12.05 0 0 +3440700 15.0004480672 11.95 0 0 +3441600 15.0004480672 11.85 0 0 +3442500 15.0004480672 11.7625 0 0 +3443400 15.0004480672 11.6875 0 0 +3444300 15.0004480672 11.6125 0 0 +3445200 15.0004480672 11.5375 0 0 +3446100 15.0004480672 11.45 0 0 +3447000 15.0004480672 11.35 0 0 +3447900 15.0004480672 11.25 0 0 +3448800 15.0004480672 11.15 0 0 +3449700 15.0004480672 11.1 0 0 +3450600 15.0004480672 11.1 0 0 +3451500 15.0004480672 11.1 0 0 +3452400 15.0004480672 11.1 0 0 +3453300 15.0004480672 11.1 0 0 +3454200 15.0004480672 11.1 0 0 +3455100 15.0004480672 11.1 0 0 +3456000 15.0004480672 11.1 0 0 +3456900 15.0004480672 11.1 0 0 +3457800 15.0004480672 11.1 0 0 +3458700 15.0004480672 11.1 0 0 +3459600 15.0004480672 11.1 0 0 +3460500 15.0004480672 10.9875 0 0 +3461400 15.0004480672 10.7625 0 0 +3462300 15.0004480672 10.5375 0 0 +3463200 15.0004480672 10.3125 0 0 +3464100 15.0004480672 10.075 0 0 +3465000 15.0004480672 9.825 0 0 +3465900 15.0004480672 9.575 0 0 +3466800 15.0004480672 9.325 0 0 +3467700 15.0004480672 9.0875 0 0 +3468600 15.0004480672 8.8625 0 0 +3469500 15.0004480672 8.6375 0 0 +3470400 15.0004480672 8.4125 0 0 +3471300 15.0004480672 8.275 0 0 +3472200 15.0004480672 8.225 0 0 +3473100 15.0004480672 8.175 0 0 +3474000 15.0004480672 8.125 0 0 +3474900 15.0004480672 8.0875 0 0 +3475800 15.0004480672 8.0625 0 0 +3476700 15.0004480672 8.0375 0 0 +3477600 15.0004480672 8.0125 0 0 +3478500 15.0004480672 7.975 0 0 +3479400 15.0004480672 7.925 0 0 +3480300 15.0004480672 7.875 0 0 +3481200 15.0004480672 7.825 0 0 +3482100 15.0004480672 7.9788369931 0.7776904485 0 +3483000 15.0004480672 9.8795067661 11.1296435682 0 +3483900 15.0004480672 12.188409618 23.459797041 0 +3484800 15.0004480672 14.4564795111 35.7499703707 0 +3485700 15.0004480672 16.0743240062 44.2389404231 0 +3486600 15.0004480672 18.0542070211 55.1454619337 0 +3487500 15.0004480672 19.9355318678 65.6734155239 0 +3488400 15.0004480672 21.7255821975 75.763528558 0 +3489300 15.0004480672 23.5789751668 86.2043919259 0 +3490200 15.0076079717 15.8689502555 95.3717276751 0.0555555556 +3491100 15.0004480672 26.7380806562 103.9620255729 0 +3492000 15.0076079717 16.1269471114 111.9384850598 0.0555555556 +3492900 15.0076079717 22.6852262389 522.2087434577 0.0555555556 +3493800 15.0076079717 23.2053424059 550.3515290277 0.0555555556 +3494700 15.0076079717 23.6723134856 575.3853102593 0.0555555556 +3495600 15.0076079717 24.0839507701 597.2525712728 0.0555555556 +3496500 15.0076079717 26.4022764327 726.8474763842 0.0555555556 +3497400 15.0076079717 26.7537469981 744.5060740995 0.0555555556 +3498300 15.0076079717 27.0335957462 758.3564828935 0.0555555556 +3499200 15.0076079717 27.2406852382 768.3672222171 0.0555555556 +3500100 15.0076079717 29.6255166685 898.3835473208 0.0555555556 +3501000 15.0076079717 29.6897923826 900.9209637711 0.0555555556 +3501900 15.0076079717 29.6680732983 899.1160680118 0.0555555556 +3502800 15.0076079717 29.5605029037 892.9723583883 0.0555555556 +3503700 15.0076079717 26.1203687946 691.896482098 0.0555555556 +3504600 15.0076079717 25.927060198 679.9293749137 0.0555555556 +3505500 15.0076079717 25.6676512873 664.5040293788 0.0555555556 +3506400 15.0076079717 25.3434429977 645.6526731922 0.0555555556 +3507300 15.0076079717 27.9258649402 798.4618397905 0.0555555556 +3508200 15.0076079717 27.3459778209 767.0055502627 0.0555555556 +3509100 15.0076079717 26.6902975982 731.4007219112 0.0555555556 +3510000 15.0076079717 25.9615409237 691.6518753443 0.0555555556 +3510900 15.0076079717 23.5409215004 545.3328064413 0.0555555556 +3511800 15.0076079717 22.8115163005 504.0445617603 0.0555555556 +3512700 15.0076079717 22.0310157032 459.2151121852 0.0555555556 +3513600 15.0076079717 21.2048763494 410.827717406 0.0555555556 +3514500 15.0076079717 19.7488639509 319.6119617176 0.0555555556 +3515400 15.0076079717 18.8869552705 271.5845116727 0.0555555556 +3516300 15.0076079717 17.9246173289 220.8474554877 0.0555555556 +3517200 15.0076079717 17.0401408563 169.4039223469 0.0555555556 +3518100 15.0004480672 27.0707128103 81.7847172192 0 +3519000 15.0004480672 21.2304171331 50.1401428847 0 +3519900 15.0004480672 15.0703192495 9.3782607232 0 +3520800 15.0004480672 13.6 0 0 +3521700 15.0004480672 13.1875 0 0 +3522600 15.0004480672 12.7625 0 0 +3523500 15.0004480672 12.3375 0 0 +3524400 15.0004480672 11.9125 0 0 +3525300 15.0004480672 11.7 0 0 +3526200 15.0004480672 11.7 0 0 +3527100 15.0004480672 11.7 0 0 +3528000 15.0004480672 11.7 0 0 +3528900 15.0004480672 11.7 0 0 +3529800 15.0004480672 11.7 0 0 +3530700 15.0004480672 11.7 0 0 +3531600 15.0004480672 11.7 0 0 +3532500 15.0004480672 11.7 0 0 +3533400 15.0004480672 11.7 0 0 +3534300 15.0004480672 11.7 0 0 +3535200 15.0004480672 11.7 0 0 +3536100 15.0004480672 11.65 0 0 +3537000 15.0004480672 11.55 0 0 +3537900 15.0004480672 11.45 0 0 +3538800 15.0004480672 11.35 0 0 +3539700 15.0004480672 11.2625 0 0 +3540600 15.0004480672 11.1875 0 0 +3541500 15.0004480672 11.1125 0 0 +3542400 15.0004480672 11.0375 0 0 +3543300 15.0004480672 10.95 0 0 +3544200 15.0004480672 10.85 0 0 +3545100 15.0004480672 10.75 0 0 +3546000 15.0004480672 10.65 0 0 +3546900 15.0004480672 10.5 0 0 +3547800 15.0004480672 10.3 0 0 +3548700 15.0004480672 10.1 0 0 +3549600 15.0004480672 9.9 0 0 +3550500 15.0004480672 9.7125 0 0 +3551400 15.0004480672 9.5375 0 0 +3552300 15.0004480672 9.3625 0 0 +3553200 15.0004480672 9.1875 0 0 +3554100 15.0004480672 9 0 0 +3555000 15.0004480672 8.8 0 0 +3555900 15.0004480672 8.6 0 0 +3556800 15.0004480672 8.4 0 0 +3557700 15.0004480672 8.3 0 0 +3558600 15.0004480672 8.3 0 0 +3559500 15.0004480672 8.3 0 0 +3560400 15.0004480672 8.3 0 0 +3561300 15.0004480672 8.3 0 0 +3562200 15.0004480672 8.3 0 0 +3563100 15.0004480672 8.3 0 0 +3564000 15.0004480672 8.3 0 0 +3564900 15.0004480672 8.3 0 0 +3565800 15.0004480672 8.3 0 0 +3566700 15.0004480672 8.3 0 0 +3567600 15.0004480672 8.3 0 0 +3568500 15.0004480672 8.5964574851 2.3105961839 0 +3569400 15.0004480672 11.2588926215 19.9292490828 0 +3570300 15.0004480672 14.0943235437 35.9346323371 0 +3571200 15.0004480672 17.070398667 53.0499407487 0 +3572100 15.0004480672 24.1102706173 96.4284064562 0 +3573000 15.0076079717 16.1673265035 120.4660931273 0.0555555556 +3573900 15.0004480672 32.5879559346 143.8306287259 0 +3574800 15.0076079717 16.8929092476 166.2031903885 0.0555555556 +3575700 15.0004480672 33.6521875449 148.5310802884 0 +3576600 15.0076079717 16.8783430217 164.3391611189 0.0555555556 +3577500 15.0076079717 17.1103548951 179.1270343624 0.0555555556 +3578400 15.0076079717 17.3266936849 192.836090945 0.0555555556 +3579300 15.0076079717 20.5880383648 392.1273304564 0.0555555556 +3580200 15.0076079717 21.0049181574 413.4028825851 0.0555555556 +3581100 15.0076079717 21.3822006361 432.3469691839 0.0555555556 +3582000 15.0076079717 21.7181507439 448.9085711741 0.0555555556 +3582900 15.0076079717 25.6881800198 684.547316854 0.0555555556 +3583800 15.0076079717 26.0379854085 701.3573702476 0.0555555556 +3584700 15.0076079717 26.3207800685 714.5499833284 0.0555555556 +3585600 15.0076079717 26.5354626647 724.0911768431 0.0555555556 +3586500 15.0076079717 29.0255892487 860.1667300928 0.0555555556 +3587400 15.0076079717 29.111405267 862.6462421 0.0555555556 +3588300 15.0076079717 29.114926258 860.9041226489 0.0555555556 +3589200 15.0076079717 29.036294182 854.9443047063 0.0555555556 +3590100 15.0076079717 29.4597183976 874.8725329767 0.0555555556 +3591000 15.0076079717 29.1891089811 860.2507969631 0.0555555556 +3591900 15.0076079717 28.8360100489 841.3910672057 0.0555555556 +3592800 15.0076079717 28.4019305515 818.3252034003 0.0555555556 +3593700 15.0076079717 27.4520024526 761.4129982884 0.0555555556 +3594600 15.0076079717 26.8843956275 731.3899011614 0.0555555556 +3595500 15.0076079717 26.2448164901 697.4244346661 0.0555555556 +3596400 15.0076079717 25.5359982226 659.5302702949 0.0555555556 +3597300 15.0076079717 24.3637278692 589.6244605063 0.0555555556 +3598200 15.0076079717 23.5607199631 546.4593834337 0.0555555556 +3599100 15.0076079717 22.7015759248 499.4433223153 0.0555555556 +3600000 15.0076079717 21.7914820775 448.4935268374 0.0555555556 +3600900 15.0076079717 19.8629430998 327.3722190546 0.0555555556 +3601800 15.0076079717 18.9936228343 278.7376772658 0.0555555556 +3602700 15.0076079717 18.0211527142 227.334827108 0.0555555556 +3603600 15.0076079717 17.1243795479 175.0136485339 0.0555555556 +3604500 15.0004480672 26.9212740831 75.7159145008 0 +3605400 15.0004480672 21.2570832406 44.8373117335 0 +3606300 15.0004480672 15.4932377122 9.8624919905 0 +3607200 15.0004480672 13.8875 0 0 +3608100 15.0004480672 13.5125 0 0 +3609000 15.0004480672 13.1375 0 0 +3609900 15.0004480672 12.7625 0 0 +3610800 15.0004480672 12.3875 0 0 +3611700 15.0004480672 12.15 0 0 +3612600 15.0004480672 12.05 0 0 +3613500 15.0004480672 11.95 0 0 +3614400 15.0004480672 11.85 0 0 +3615300 15.0004480672 11.7625 0 0 +3616200 15.0004480672 11.6875 0 0 +3617100 15.0004480672 11.6125 0 0 +3618000 15.0004480672 11.5375 0 0 +3618900 15.0004480672 11.45 0 0 +3619800 15.0004480672 11.35 0 0 +3620700 15.0004480672 11.25 0 0 +3621600 15.0004480672 11.15 0 0 +3622500 15.0004480672 11.075 0 0 +3623400 15.0004480672 11.025 0 0 +3624300 15.0004480672 10.975 0 0 +3625200 15.0004480672 10.925 0 0 +3626100 15.0004480672 10.8875 0 0 +3627000 15.0004480672 10.8625 0 0 +3627900 15.0004480672 10.8375 0 0 +3628800 15.0004480672 10.8125 0 0 +3629700 15.0004480672 10.775 0 0 +3630600 15.0004480672 10.725 0 0 +3631500 15.0004480672 10.675 0 0 +3632400 15.0004480672 10.625 0 0 +3633300 15.0004480672 10.6 0 0 +3634200 15.0004480672 10.6 0 0 +3635100 15.0004480672 10.6 0 0 +3636000 15.0004480672 10.6 0 0 +3636900 15.0004480672 10.6 0 0 +3637800 15.0004480672 10.6 0 0 +3638700 15.0004480672 10.6 0 0 +3639600 15.0004480672 10.6 0 0 +3640500 15.0004480672 10.6 0 0 +3641400 15.0004480672 10.6 0 0 +3642300 15.0004480672 10.6 0 0 +3643200 15.0004480672 10.6 0 0 +3644100 15.0004480672 10.55 0 0 +3645000 15.0004480672 10.45 0 0 +3645900 15.0004480672 10.35 0 0 +3646800 15.0004480672 10.25 0 0 +3647700 15.0004480672 10.15 0 0 +3648600 15.0004480672 10.05 0 0 +3649500 15.0004480672 9.95 0 0 +3650400 15.0004480672 9.85 0 0 +3651300 15.0004480672 9.75 0 0 +3652200 15.0004480672 9.65 0 0 +3653100 15.0004480672 9.55 0 0 +3654000 15.0004480672 9.45 0 0 +3654900 15.0004480672 9.6581319811 1.537584779 0 +3655800 15.0004480672 11.3950817699 11.5147269936 0 +3656700 15.0004480672 13.3005338788 21.8837087739 0 +3657600 15.0004480672 15.2153821617 32.4263940629 0 +3658500 15.0004480672 19.3688564065 55.7002537614 0 +3659400 15.0004480672 21.7446563813 69.0043114502 0 +3660300 15.0004480672 23.9859978183 81.8610422112 0 +3661200 15.0076079717 15.940891266 94.1867640853 0.0555555556 +3662100 15.0004480672 37.1103635368 163.5567604237 0 +3663000 15.0076079717 17.1878123546 180.6079157665 0.0555555556 +3663900 15.0076079717 17.4243176818 196.5870704121 0.0555555556 +3664800 15.0076079717 17.6445116792 211.4257718896 0.0555555556 +3665700 15.0076079717 19.065091348 299.4645798642 0.0555555556 +3666600 15.0076079717 19.3411836795 315.9616004634 0.0555555556 +3667500 15.0076079717 19.5898655542 330.6911799354 0.0555555556 +3668400 15.0076079717 19.8099699148 343.5976255087 0.0555555556 +3669300 15.0076079717 26.8943511723 747.3316449416 0.0555555556 +3670200 15.0076079717 27.2544136691 765.1831075466 0.0555555556 +3671100 15.0076079717 27.5410899329 779.1887191713 0.0555555556 +3672000 15.0076079717 27.753204024 789.3170223219 0.0555555556 +3672900 15.0076079717 28.8897751837 855.8291936128 0.0555555556 +3673800 15.0076079717 28.951759072 858.3031077219 0.0555555556 +3674700 15.0076079717 28.9321878276 856.5801337337 0.0555555556 +3675600 15.0076079717 28.831203705 850.6643340382 0.0555555556 +3676500 15.0076079717 28.7645155034 842.8733457239 0.0555555556 +3677400 15.0076079717 28.5089381626 828.723900673 0.0555555556 +3678300 15.0076079717 28.1739718008 810.4754326473 0.0555555556 +3679200 15.0076079717 27.7611191798 788.1627256359 0.0555555556 +3680100 15.0076079717 27.100455025 746.1245128978 0.0555555556 +3681000 15.0076079717 26.5495253572 716.8363347026 0.0555555556 +3681900 15.0076079717 25.9282792066 683.7097980804 0.0555555556 +3682800 15.0076079717 25.2394622615 646.762384003 0.0555555556 +3683700 15.0076079717 24.9843158374 630.1478187123 0.0555555556 +3684600 15.0076079717 24.1427872675 586.1626164689 0.0555555556 +3685500 15.0076079717 23.2396951425 538.0214869979 0.0555555556 +3686400 15.0076079717 22.2794194539 485.5374846451 0.0555555556 +3687300 15.0076079717 20.2764312422 361.1727640526 0.0555555556 +3688200 15.0076079717 19.343136819 309.8667060377 0.0555555556 +3689100 15.0076079717 18.2780554519 254.9200776845 0.0555555556 +3690000 15.0076079717 17.2914828473 198.1502800653 0.0555555556 +3690900 15.0004480672 29.1612912245 108.7763956227 0 +3691800 15.0004480672 22.7713111317 72.5397519925 0 +3692700 15.0004480672 15.9816693767 25.4150669583 0 +3693600 15.0004480672 13.1625 0 0 +3694500 15.0004480672 12.8375 0 0 +3695400 15.0004480672 12.5125 0 0 +3696300 15.0004480672 12.1875 0 0 +3697200 15.0004480672 11.8625 0 0 +3698100 15.0004480672 11.65 0 0 +3699000 15.0004480672 11.55 0 0 +3699900 15.0004480672 11.45 0 0 +3700800 15.0004480672 11.35 0 0 +3701700 15.0004480672 11.2625 0 0 +3702600 15.0004480672 11.1875 0 0 +3703500 15.0004480672 11.1125 0 0 +3704400 15.0004480672 11.0375 0 0 +3705300 15.0004480672 10.95 0 0 +3706200 15.0004480672 10.85 0 0 +3707100 15.0004480672 10.75 0 0 +3708000 15.0004480672 10.65 0 0 +3708900 15.0004480672 10.575 0 0 +3709800 15.0004480672 10.525 0 0 +3710700 15.0004480672 10.475 0 0 +3711600 15.0004480672 10.425 0 0 +3712500 15.0004480672 10.375 0 0 +3713400 15.0004480672 10.325 0 0 +3714300 15.0004480672 10.275 0 0 +3715200 15.0004480672 10.225 0 0 +3716100 15.0004480672 10.175 0 0 +3717000 15.0004480672 10.125 0 0 +3717900 15.0004480672 10.075 0 0 +3718800 15.0004480672 10.025 0 0 +3719700 15.0004480672 9.95 0 0 +3720600 15.0004480672 9.85 0 0 +3721500 15.0004480672 9.75 0 0 +3722400 15.0004480672 9.65 0 0 +3723300 15.0004480672 9.5625 0 0 +3724200 15.0004480672 9.4875 0 0 +3725100 15.0004480672 9.4125 0 0 +3726000 15.0004480672 9.3375 0 0 +3726900 15.0004480672 9.25 0 0 +3727800 15.0004480672 9.15 0 0 +3728700 15.0004480672 9.05 0 0 +3729600 15.0004480672 8.95 0 0 +3730500 15.0004480672 8.875 0 0 +3731400 15.0004480672 8.825 0 0 +3732300 15.0004480672 8.775 0 0 +3733200 15.0004480672 8.725 0 0 +3734100 15.0004480672 8.675 0 0 +3735000 15.0004480672 8.625 0 0 +3735900 15.0004480672 8.575 0 0 +3736800 15.0004480672 8.525 0 0 +3737700 15.0004480672 8.475 0 0 +3738600 15.0004480672 8.425 0 0 +3739500 15.0004480672 8.375 0 0 +3740400 15.0004480672 8.325 0 0 +3741300 15.0004480672 8.875250371 3.5120551285 0 +3742200 15.0004480672 11.7324651131 19.8578708209 0 +3743100 15.0004480672 14.7203174766 35.9577940499 0 +3744000 15.0004480672 17.7494107413 52.5755293881 0 +3744900 15.0076079717 15.8622937889 99.2297286125 0.0555555556 +3745800 15.0004480672 29.7466003199 123.1508086447 0 +3746700 15.0076079717 16.6446804477 146.364390052 0.0555555556 +3747600 15.0076079717 17.0143040667 168.5788242649 0.0555555556 +3748500 15.0004480672 29.4879062247 117.0560998763 0 +3749400 15.0076079717 16.4277066034 129.1246435918 0.0555555556 +3750300 15.0004480672 33.5194306322 140.4357088999 0 +3751200 15.0076079717 16.767802762 150.9407034243 0.0555555556 +3752100 15.0076079717 19.1592553547 301.3775645767 0.0555555556 +3753000 15.0076079717 19.4669863572 317.8441237285 0.0555555556 +3753900 15.0076079717 19.7464851032 332.5407033182 0.0555555556 +3754800 15.0076079717 19.9965148812 345.4141360018 0.0555555556 +3755700 15.0076079717 23.6525309894 562.2076604293 0.0555555556 +3756600 15.0076079717 23.9385289198 576.2759081691 0.0555555556 +3757500 15.0076079717 24.1711319931 587.3282141697 0.0555555556 +3758400 15.0076079717 24.3494107482 595.3292668299 0.0555555556 +3759300 15.0076079717 27.5877707918 774.8652399593 0.0555555556 +3760200 15.0076079717 27.6681736693 777.1542993666 0.0555555556 +3761100 15.0076079717 27.6751023419 775.5684139051 0.0555555556 +3762000 15.0076079717 27.6086903923 770.1119350546 0.0555555556 +3762900 15.0076079717 22.0652921924 447.3983519365 0.0555555556 +3763800 15.0076079717 21.9466342431 439.3328264623 0.0555555556 +3764700 15.0076079717 21.7880415577 428.9487730019 0.0555555556 +3765600 15.0076079717 21.5903859151 416.2817530075 0.0555555556 +3766500 15.0076079717 24.6743887212 598.8618315261 0.0555555556 +3767400 15.0076079717 24.2416133465 574.0247326851 0.0555555556 +3768300 15.0076079717 23.7541287842 546.0316231934 0.0555555556 +3769200 15.0076079717 23.2145229749 514.9465279678 0.0555555556 +3770100 15.0076079717 21.4606488931 404.572812065 0.0555555556 +3771000 15.0076079717 20.9266295248 373.2825181286 0.0555555556 +3771900 15.0076079717 20.358020819 339.5680870674 0.0555555556 +3772800 15.0076079717 19.7594286984 303.5076548626 0.0555555556 +3773700 15.0076079717 17.6954247123 166.9712660996 0.0555555556 +3774600 15.0076079717 17.2666359644 141.4053053553 0.0555555556 +3775500 15.0004480672 36.9117037065 114.9668449306 0 +3776400 15.0076079717 16.3725142959 88.2520293965 0.0555555556 +3777300 15.0004480672 27.5673124795 60.2290480923 0 +3778200 15.0004480672 23.0528556647 35.600735625 0 +3779100 15.0004480672 18.530613453 10.4128067727 0 +3780000 15.0004480672 16.8375 0 0 +3780900 15.0004480672 16.5625 0 0 +3781800 15.0004480672 16.2875 0 0 +3782700 15.0004480672 16.0125 0 0 +3783600 15.0004480672 15.7375 0 0 +3784500 15.0004480672 15.4375 0 0 +3785400 15.0004480672 15.1125 0 0 +3786300 15.0004480672 14.7875 0 0 +3787200 15.0004480672 14.4625 0 0 +3788100 15.0004480672 14.1375 0 0 +3789000 15.0004480672 13.8125 0 0 +3789900 15.0004480672 13.4875 0 0 +3790800 15.0004480672 13.1625 0 0 +3791700 15.0004480672 12.8375 0 0 +3792600 15.0004480672 12.5125 0 0 +3793500 15.0004480672 12.1875 0 0 +3794400 15.0004480672 11.8625 0 0 +3795300 15.0004480672 11.625 0 0 +3796200 15.0004480672 11.475 0 0 +3797100 15.0004480672 11.325 0 0 +3798000 15.0004480672 11.175 0 0 +3798900 15.0004480672 11.0375 0 0 +3799800 15.0004480672 10.9125 0 0 +3800700 15.0004480672 10.7875 0 0 +3801600 15.0004480672 10.6625 0 0 +3802500 15.0004480672 10.525 0 0 +3803400 15.0004480672 10.375 0 0 +3804300 15.0004480672 10.225 0 0 +3805200 15.0004480672 10.075 0 0 +3806100 15.0004480672 9.95 0 0 +3807000 15.0004480672 9.85 0 0 +3807900 15.0004480672 9.75 0 0 +3808800 15.0004480672 9.65 0 0 +3809700 15.0004480672 9.5625 0 0 +3810600 15.0004480672 9.4875 0 0 +3811500 15.0004480672 9.4125 0 0 +3812400 15.0004480672 9.3375 0 0 +3813300 15.0004480672 9.25 0 0 +3814200 15.0004480672 9.15 0 0 +3815100 15.0004480672 9.05 0 0 +3816000 15.0004480672 8.95 0 0 +3816900 15.0004480672 8.875 0 0 +3817800 15.0004480672 8.825 0 0 +3818700 15.0004480672 8.775 0 0 +3819600 15.0004480672 8.725 0 0 +3820500 15.0004480672 8.675 0 0 +3821400 15.0004480672 8.625 0 0 +3822300 15.0004480672 8.575 0 0 +3823200 15.0004480672 8.525 0 0 +3824100 15.0004480672 8.475 0 0 +3825000 15.0004480672 8.425 0 0 +3825900 15.0004480672 8.375 0 0 +3826800 15.0004480672 8.325 0 0 +3827700 15.0004480672 10.7849585749 24.7186142821 0 +3828600 15.0004480672 17.341728545 72.5326158551 0 +3829500 15.0004480672 23.4241205695 105.9579063562 0 +3830400 15.0076079717 16.3422085257 147.1404848002 0.0555555556 +3831300 15.0076079717 18.1810553333 276.7760816631 0.0555555556 +3832200 15.0076079717 19.3905255186 336.9450275084 0.0555555556 +3833100 15.0076079717 20.4288079305 393.0895604211 0.0555555556 +3834000 15.0076079717 21.4307761884 444.8025282785 0.0555555556 +3834900 15.0076079717 23.663751647 579.9567386809 0.0555555556 +3835800 15.0076079717 24.7155653809 633.0115126153 0.0555555556 +3836700 15.0076079717 25.7022266614 681.6337449968 0.0555555556 +3837600 15.0076079717 26.6197630515 725.9559349922 0.0555555556 +3838500 15.0076079717 27.8320662695 794.1481982308 0.0555555556 +3839400 15.0076079717 28.6326416214 832.3176508851 0.0555555556 +3840300 15.0076079717 29.3524211284 866.1313056416 0.0555555556 +3841200 15.0076079717 29.9887794267 895.5731003039 0.0555555556 +3842100 15.0076079717 31.0079775634 952.3476209759 0.0555555556 +3843000 15.0076079717 31.4840736974 973.8295788859 0.0555555556 +3843900 15.0076079717 31.8680031085 990.6725674371 0.0555555556 +3844800 15.0076079717 32.1584196848 1002.8483509432 0.0555555556 +3845700 15.0076079717 32.3163261379 1009.0758966097 0.0555555556 +3846600 15.0076079717 32.4170933251 1011.8635247227 0.0555555556 +3847500 15.0076079717 32.4226463385 1009.9356188004 0.0555555556 +3848400 15.0076079717 32.3331412263 1003.2959534013 0.0555555556 +3849300 15.0076079717 32.0047752345 983.9543931456 0.0555555556 +3850200 15.0076079717 31.6618732092 968.1122287678 0.0555555556 +3851100 15.0076079717 31.227470104 947.6695529186 0.0555555556 +3852000 15.0076079717 30.7031955028 922.6578040718 0.0555555556 +3852900 15.0076079717 29.8362675104 873.7098189841 0.0555555556 +3853800 15.0076079717 29.1524209899 840.7708909844 0.0555555556 +3854700 15.0076079717 28.3872186939 803.4762729837 0.0555555556 +3855600 15.0076079717 27.543513398 761.8255027142 0.0555555556 +3856500 15.0076079717 26.0684134714 676.0106788204 0.0555555556 +3857400 15.0076079717 25.1313691508 629.4696174733 0.0555555556 +3858300 15.0076079717 24.1295342141 578.5971608216 0.0555555556 +3859200 15.0076079717 23.0675441095 523.2134507514 0.0555555556 +3860100 15.0076079717 21.3269884523 418.7203126984 0.0555555556 +3861000 15.0076079717 20.2996025732 362.6710878708 0.0555555556 +3861900 15.0076079717 19.099923787 301.8100970453 0.0555555556 +3862800 15.0076079717 17.9778154537 237.6997607011 0.0555555556 +3863700 15.0004480672 35.1826222195 131.1567336481 0 +3864600 15.0076079717 16.0596574358 88.9883297358 0.0555555556 +3865500 15.0004480672 21.1951777896 42.9898092659 0 +3866400 15.0004480672 16.9 0 0 +3867300 15.0004480672 16.7125 0 0 +3868200 15.0004480672 16.5375 0 0 +3869100 15.0004480672 16.3625 0 0 +3870000 15.0004480672 16.1875 0 0 +3870900 15.0004480672 15.875 0 0 +3871800 15.0004480672 15.425 0 0 +3872700 15.0004480672 14.975 0 0 +3873600 15.0004480672 14.525 0 0 +3874500 15.0004480672 14.0625 0 0 +3875400 15.0004480672 13.5875 0 0 +3876300 15.0004480672 13.1125 0 0 +3877200 15.0004480672 12.6375 0 0 +3878100 15.0004480672 12.175 0 0 +3879000 15.0004480672 11.725 0 0 +3879900 15.0004480672 11.275 0 0 +3880800 15.0004480672 10.825 0 0 +3881700 15.0004480672 10.525 0 0 +3882600 15.0004480672 10.375 0 0 +3883500 15.0004480672 10.225 0 0 +3884400 15.0004480672 10.075 0 0 +3885300 15.0004480672 9.9375 0 0 +3886200 15.0004480672 9.8125 0 0 +3887100 15.0004480672 9.6875 0 0 +3888000 15.0004480672 9.5625 0 0 +3888900 15.0004480672 9.425 0 0 +3889800 15.0004480672 9.275 0 0 +3890700 15.0004480672 9.125 0 0 +3891600 15.0004480672 8.975 0 0 +3892500 15.0004480672 8.875 0 0 +3893400 15.0004480672 8.825 0 0 +3894300 15.0004480672 8.775 0 0 +3895200 15.0004480672 8.725 0 0 +3896100 15.0004480672 8.675 0 0 +3897000 15.0004480672 8.625 0 0 +3897900 15.0004480672 8.575 0 0 +3898800 15.0004480672 8.525 0 0 +3899700 15.0004480672 8.475 0 0 +3900600 15.0004480672 8.425 0 0 +3901500 15.0004480672 8.375 0 0 +3902400 15.0004480672 8.325 0 0 +3903300 15.0004480672 8.35 0 0 +3904200 15.0004480672 8.45 0 0 +3905100 15.0004480672 8.55 0 0 +3906000 15.0004480672 8.65 0 0 +3906900 15.0004480672 8.7375 0 0 +3907800 15.0004480672 8.8125 0 0 +3908700 15.0004480672 8.8875 0 0 +3909600 15.0004480672 8.9625 0 0 +3910500 15.0004480672 9.05 0 0 +3911400 15.0004480672 9.15 0 0 +3912300 15.0004480672 9.25 0 0 +3913200 15.0004480672 9.35 0 0 +3914100 15.0004480672 13.2106966043 42.8065275976 0 +3915000 15.0004480672 20.2766550038 95.4664275664 0 +3915900 15.0076079717 16.0255539729 135.5360231771 0.0555555556 +3916800 15.0004480672 35.5073611743 185.1520505175 0 +3917700 15.0076079717 18.0070825873 258.1066420017 0.0555555556 +3918600 15.0076079717 19.1163064828 314.7570356347 0.0555555556 +3919500 15.0076079717 20.079314327 368.1576911673 0.0555555556 +3920400 15.0076079717 21.01398485 417.8538492294 0.0555555556 +3921300 15.0076079717 22.9503902158 535.9796957973 0.0555555556 +3922200 15.0076079717 23.9227602331 586.4704991531 0.0555555556 +3923100 15.0076079717 24.8374573593 632.9962403554 0.0555555556 +3924000 15.0076079717 25.6898249574 675.5959731008 0.0555555556 +3924900 15.0076079717 26.9937843592 746.8230331455 0.0555555556 +3925800 15.0076079717 27.7386453524 783.0753866601 0.0555555556 +3926700 15.0076079717 28.407795994 815.2222799113 0.0555555556 +3927600 15.0076079717 28.9985661041 843.234714297 0.0555555556 +3928500 15.0076079717 29.3728853732 861.1174547384 0.0555555556 +3929400 15.0076079717 29.7957062134 880.7576150277 0.0555555556 +3930300 15.0076079717 30.1347833866 896.1617386507 0.0555555556 +3931200 15.0076079717 30.3888190341 907.2997798596 0.0555555556 +3932100 15.0076079717 31.2554603355 951.1598661037 0.0555555556 +3933000 15.0076079717 31.3407638141 953.7673437995 0.0555555556 +3933900 15.0076079717 31.3360199946 951.9608300595 0.0555555556 +3934800 15.0076079717 31.241379823 945.7438895707 0.0555555556 +3935700 15.0076079717 31.2693381693 949.9580927662 0.0555555556 +3936600 15.0076079717 30.977582379 934.6808483996 0.0555555556 +3937500 15.0076079717 30.5974125493 914.9702543745 0.0555555556 +3938400 15.0076079717 30.1304472722 890.8587718785 0.0555555556 +3939300 15.0076079717 29.2292286339 834.9310197797 0.0555555556 +3940200 15.0076079717 28.6162154094 803.7477425361 0.0555555556 +3941100 15.0076079717 27.9255042738 768.4409806641 0.0555555556 +3942000 15.0076079717 27.1598924452 729.0100258642 0.0555555556 +3942900 15.0076079717 25.8191044711 649.9954611011 0.0555555556 +3943800 15.0076079717 24.9583494612 605.5263693212 0.0555555556 +3944700 15.0076079717 24.0360507446 556.948127435 0.0555555556 +3945600 15.0076079717 23.0568536375 504.097706897 0.0555555556 +3946500 15.0076079717 21.6672930693 422.4122617346 0.0555555556 +3947400 15.0076079717 20.6346716824 367.8130551463 0.0555555556 +3948300 15.0076079717 19.4153203271 308.0154605925 0.0555555556 +3949200 15.0076079717 18.2699871649 244.3259760258 0.0555555556 +3950100 15.0076079717 17.5344787559 201.0906395799 0.0555555556 +3951000 15.0004480672 35.9081835162 142.4259112261 0 +3951900 15.0076079717 15.9466187941 82.6417512953 0.0555555556 +3952800 15.0004480672 19.475 0 0 +3953700 15.0004480672 19.1125 0 0 +3954600 15.0004480672 18.7375 0 0 +3955500 15.0004480672 18.3625 0 0 +3956400 15.0004480672 17.9875 0 0 +3957300 15.0004480672 17.6875 0 0 +3958200 15.0004480672 17.4625 0 0 +3959100 15.0004480672 17.2375 0 0 +3960000 15.0004480672 17.0125 0 0 +3960900 15.0004480672 16.775 0 0 +3961800 15.0004480672 16.525 0 0 +3962700 15.0004480672 16.275 0 0 +3963600 15.0004480672 16.025 0 0 +3964500 15.0004480672 15.7875 0 0 +3965400 15.0004480672 15.5625 0 0 +3966300 15.0004480672 15.3375 0 0 +3967200 15.0004480672 15.1125 0 0 +3968100 15.0004480672 14.9125 0 0 +3969000 15.0004480672 14.7375 0 0 +3969900 15.0004480672 14.5625 0 0 +3970800 15.0004480672 14.3875 0 0 +3971700 15.0004480672 14.2 0 0 +3972600 15.0004480672 14 0 0 +3973500 15.0004480672 13.8 0 0 +3974400 15.0004480672 13.6 0 0 +3975300 15.0004480672 13.4125 0 0 +3976200 15.0004480672 13.2375 0 0 +3977100 15.0004480672 13.0625 0 0 +3978000 15.0004480672 12.8875 0 0 +3978900 15.0004480672 12.7125 0 0 +3979800 15.0004480672 12.5375 0 0 +3980700 15.0004480672 12.3625 0 0 +3981600 15.0004480672 12.1875 0 0 +3982500 15.0004480672 12 0 0 +3983400 15.0004480672 11.8 0 0 +3984300 15.0004480672 11.6 0 0 +3985200 15.0004480672 11.4 0 0 +3986100 15.0004480672 11.2125 0 0 +3987000 15.0004480672 11.0375 0 0 +3987900 15.0004480672 10.8625 0 0 +3988800 15.0004480672 10.6875 0 0 +3989700 15.0004480672 10.575 0 0 +3990600 15.0004480672 10.525 0 0 +3991500 15.0004480672 10.475 0 0 +3992400 15.0004480672 10.425 0 0 +3993300 15.0004480672 10.375 0 0 +3994200 15.0004480672 10.325 0 0 +3995100 15.0004480672 10.275 0 0 +3996000 15.0004480672 10.225 0 0 +3996900 15.0004480672 10.175 0 0 +3997800 15.0004480672 10.125 0 0 +3998700 15.0004480672 10.075 0 0 +3999600 15.0004480672 10.025 0 0 +4000500 15.0004480672 11.3993676057 10.0451592092 0 +4001400 15.0004480672 14.8896696871 29.1270648305 0 +4002300 15.0004480672 18.4220109887 47.7608965673 0 +4003200 15.0004480672 22.1416613042 67.6768599554 0 +4004100 15.0076079717 17.125978834 182.7728003084 0.0555555556 +4005000 15.0076079717 17.8871723146 224.2784289861 0.0555555556 +4005900 15.0076079717 18.5744920959 264.2295986931 0.0555555556 +4006800 15.0076079717 19.2480742713 302.1783938331 0.0555555556 +4007700 15.0076079717 21.9404579257 471.8244312537 0.0555555556 +4008600 15.0076079717 22.7935939157 517.1781199967 0.0555555556 +4009500 15.0076079717 23.5979641067 559.1471508515 0.0555555556 +4010400 15.0076079717 24.3488201017 597.7070590795 0.0555555556 +4011300 15.0076079717 24.562785707 610.3426778091 0.0555555556 +4012200 15.0076079717 25.1718069583 641.6298986288 0.0555555556 +4013100 15.0076079717 25.7200613583 669.4656298041 0.0555555556 +4014000 15.0076079717 26.204988188 693.7853321371 0.0555555556 +4014900 15.0076079717 27.8239856062 788.4509313537 0.0555555556 +4015800 15.0076079717 28.2061203801 807.2461527826 0.0555555556 +4016700 15.0076079717 28.5125359323 822.0017384986 0.0555555556 +4017600 15.0076079717 28.7419588628 832.6774041103 0.0555555556 +4018500 15.0076079717 27.703709127 773.783573846 0.0555555556 +4019400 15.0076079717 27.7747491872 776.0624087849 0.0555555556 +4020300 15.0076079717 27.773708551 774.4752245206 0.0555555556 +4021200 15.0076079717 27.7007232326 769.0268797554 0.0555555556 +4022100 15.0076079717 26.0770464153 669.8069559055 0.0555555556 +4023000 15.0076079717 25.8580295805 658.1938853178 0.0555555556 +4023900 15.0076079717 25.5776186874 643.2357937843 0.0555555556 +4024800 15.0076079717 25.2371358022 624.9772642973 0.0555555556 +4025700 15.0076079717 26.2681204728 690.5247946347 0.0555555556 +4026600 15.0076079717 25.7490509903 662.5145684136 0.0555555556 +4027500 15.0076079717 25.1677077135 630.9486694765 0.0555555556 +4028400 15.0076079717 24.5270346724 595.9000152786 0.0555555556 +4029300 15.0076079717 19.6626325312 292.7041341867 0.0555555556 +4030200 15.0076079717 19.2769424311 270.15950654 0.0555555556 +4031100 15.0076079717 18.8679089297 245.972253729 0.0555555556 +4032000 15.0076079717 18.4386932234 220.2292276583 0.0555555556 +4032900 15.0076079717 17.2158012809 140.2776013415 0.0555555556 +4033800 15.0004480672 37.5037743931 119.7222194872 0 +4034700 15.0076079717 16.5123123094 98.4480816024 0.0555555556 +4035600 15.0004480672 29.2218848793 76.7331475546 0 +4036500 15.0004480672 24.0013392 44.8189661604 0 +4037400 15.0004480672 20.4910601986 26.8553610081 0 +4038300 15.0004480672 16.8765752894 8.7028665628 0 +4039200 15.0004480672 14.9875 0 0 +4040100 15.0004480672 14.6125 0 0 +4041000 15.0004480672 14.2375 0 0 +4041900 15.0004480672 13.8625 0 0 +4042800 15.0004480672 13.4875 0 0 +4043700 15.0004480672 13.2375 0 0 +4044600 15.0004480672 13.1125 0 0 +4045500 15.0004480672 12.9875 0 0 +4046400 15.0004480672 12.8625 0 0 +4047300 15.0004480672 12.725 0 0 +4048200 15.0004480672 12.575 0 0 +4049100 15.0004480672 12.425 0 0 +4050000 15.0004480672 12.275 0 0 +4050900 15.0004480672 12.1375 0 0 +4051800 15.0004480672 12.0125 0 0 +4052700 15.0004480672 11.8875 0 0 +4053600 15.0004480672 11.7625 0 0 +4054500 15.0004480672 11.65 0 0 +4055400 15.0004480672 11.55 0 0 +4056300 15.0004480672 11.45 0 0 +4057200 15.0004480672 11.35 0 0 +4058100 15.0004480672 11.2625 0 0 +4059000 15.0004480672 11.1875 0 0 +4059900 15.0004480672 11.1125 0 0 +4060800 15.0004480672 11.0375 0 0 +4061700 15.0004480672 10.95 0 0 +4062600 15.0004480672 10.85 0 0 +4063500 15.0004480672 10.75 0 0 +4064400 15.0004480672 10.65 0 0 +4065300 15.0004480672 10.575 0 0 +4066200 15.0004480672 10.525 0 0 +4067100 15.0004480672 10.475 0 0 +4068000 15.0004480672 10.425 0 0 +4068900 15.0004480672 10.375 0 0 +4069800 15.0004480672 10.325 0 0 +4070700 15.0004480672 10.275 0 0 +4071600 15.0004480672 10.225 0 0 +4072500 15.0004480672 10.175 0 0 +4073400 15.0004480672 10.125 0 0 +4074300 15.0004480672 10.075 0 0 +4075200 15.0004480672 10.025 0 0 +4076100 15.0004480672 9.8875 0 0 +4077000 15.0004480672 9.6625 0 0 +4077900 15.0004480672 9.4375 0 0 +4078800 15.0004480672 9.2125 0 0 +4079700 15.0004480672 8.975 0 0 +4080600 15.0004480672 8.725 0 0 +4081500 15.0004480672 8.475 0 0 +4082400 15.0004480672 8.225 0 0 +4083300 15.0004480672 7.9875 0 0 +4084200 15.0004480672 7.7625 0 0 +4085100 15.0004480672 7.5375 0 0 +4086000 15.0004480672 7.3125 0 0 +4086900 15.0004480672 8.4072682585 5.3553059428 0 +4087800 15.0004480672 11.4961327945 19.7557604307 0 +4088700 15.0004480672 14.5311376504 34.1033970302 0 +4089600 15.0004480672 17.4802819057 48.2057436675 0 +4090500 15.0004480672 24.2161110767 87.8565576531 0 +4091400 15.0076079717 16.1267658156 107.3628209172 0.0555555556 +4092300 15.0004480672 31.9930645732 126.2432334689 0 +4093200 15.0076079717 16.7786684727 144.3393418944 0.0555555556 +4094100 15.0076079717 17.8644039436 214.9164762685 0.0555555556 +4095000 15.0076079717 18.2440888131 236.494341011 0.0555555556 +4095900 15.0076079717 18.6040880382 256.6851279992 0.0555555556 +4096800 15.0076079717 18.9423858895 275.4083676336 0.0555555556 +4097700 15.0076079717 21.6422167232 436.0485705841 0.0555555556 +4098600 15.0076079717 22.0835643896 458.9267419898 0.0555555556 +4099500 15.0076079717 22.4827820459 479.3208867807 0.0555555556 +4100400 15.0076079717 22.837953941 497.1668658784 0.0555555556 +4101300 15.0076079717 23.5845602461 538.2013064238 0.0555555556 +4102200 15.0076079717 23.8575100553 551.3793450339 0.0555555556 +4103100 15.0076079717 24.0796540681 561.7317805036 0.0555555556 +4104000 15.0076079717 24.2500778655 569.2243034581 0.0555555556 +4104900 15.0076079717 26.046075058 681.6811485857 0.0555555556 +4105800 15.0076079717 26.1186862115 683.7079066423 0.0555555556 +4106700 15.0076079717 26.1290744196 682.2839613835 0.0555555556 +4107600 15.0076079717 26.0773607139 677.4141393837 0.0555555556 +4108500 15.0076079717 28.196118087 792.0846414869 0.0555555556 +4109400 15.0076079717 27.9547447379 778.5656874349 0.0555555556 +4110300 15.0076079717 27.6407622345 761.1519180722 0.0555555556 +4111200 15.0076079717 27.2557012095 739.8924656417 0.0555555556 +4112100 15.0076079717 24.9193435 601.6416826849 0.0555555556 +4113000 15.0076079717 24.486349241 577.0960827161 0.0555555556 +4113900 15.0076079717 23.9996552896 549.4564785153 0.0555555556 +4114800 15.0076079717 23.4619198733 518.796669124 0.0555555556 +4115700 15.0076079717 21.9778793747 428.0730346812 0.0555555556 +4116600 15.0076079717 21.4235737272 395.7181854231 0.0555555556 +4117500 15.0076079717 20.8342852919 360.9331127462 0.0555555556 +4118400 15.0076079717 20.2146726067 323.8169672844 0.0555555556 +4119300 15.0076079717 18.8867608426 237.9281744291 0.0555555556 +4120200 15.0076079717 18.2898068467 203.4047649547 0.0555555556 +4121100 15.0076079717 17.6364193566 167.485750496 0.0555555556 +4122000 15.0076079717 17.0233338215 130.8961353547 0.0555555556 +4122900 15.0004480672 29.6623313191 60.3875159643 0 +4123800 15.0076079717 15.8262740902 37.7945430538 0.0555555556 +4124700 15.0004480672 21.3059272021 15.9047310526 0 +4125600 15.0004480672 18.6645467648 0.0296413163 0 +4126500 15.0004480672 18.3375 0 0 +4127400 15.0004480672 18.0125 0 0 +4128300 15.0004480672 17.6875 0 0 +4129200 15.0004480672 17.3625 0 0 +4130100 15.0004480672 17.0625 0 0 +4131000 15.0004480672 16.7875 0 0 +4131900 15.0004480672 16.5125 0 0 +4132800 15.0004480672 16.2375 0 0 +4133700 15.0004480672 15.9625 0 0 +4134600 15.0004480672 15.6875 0 0 +4135500 15.0004480672 15.4125 0 0 +4136400 15.0004480672 15.1375 0 0 +4137300 15.0004480672 14.8625 0 0 +4138200 15.0004480672 14.5875 0 0 +4139100 15.0004480672 14.3125 0 0 +4140000 15.0004480672 14.0375 0 0 +4140900 15.0004480672 13.8125 0 0 +4141800 15.0004480672 13.6375 0 0 +4142700 15.0004480672 13.4625 0 0 +4143600 15.0004480672 13.2875 0 0 +4144500 15.0004480672 13.1 0 0 +4145400 15.0004480672 12.9 0 0 +4146300 15.0004480672 12.7 0 0 +4147200 15.0004480672 12.5 0 0 +4148100 15.0004480672 12.3125 0 0 +4149000 15.0004480672 12.1375 0 0 +4149900 15.0004480672 11.9625 0 0 +4150800 15.0004480672 11.7875 0 0 +4151700 15.0004480672 11.5875 0 0 +4152600 15.0004480672 11.3625 0 0 +4153500 15.0004480672 11.1375 0 0 +4154400 15.0004480672 10.9125 0 0 +4155300 15.0004480672 10.675 0 0 +4156200 15.0004480672 10.425 0 0 +4157100 15.0004480672 10.175 0 0 +4158000 15.0004480672 9.925 0 0 +4158900 15.0004480672 9.6875 0 0 +4159800 15.0004480672 9.4625 0 0 +4160700 15.0004480672 9.2375 0 0 +4161600 15.0004480672 9.0125 0 0 +4162500 15.0004480672 8.85 0 0 +4163400 15.0004480672 8.75 0 0 +4164300 15.0004480672 8.65 0 0 +4165200 15.0004480672 8.55 0 0 +4166100 15.0004480672 8.4625 0 0 +4167000 15.0004480672 8.3875 0 0 +4167900 15.0004480672 8.3125 0 0 +4168800 15.0004480672 8.2375 0 0 +4169700 15.0004480672 8.15 0 0 +4170600 15.0004480672 8.05 0 0 +4171500 15.0004480672 7.95 0 0 +4172400 15.0004480672 7.85 0 0 +4173300 15.0004480672 14.2421943249 77.6076649599 0 +4174200 15.0004480672 21.1451662501 121.7734954654 0 +4175100 15.0076079717 16.1998926799 169.938334766 0.0555555556 +4176000 15.0076079717 17.0628442791 226.4407161553 0.0555555556 +4176900 15.0076079717 18.5758184149 313.0882804485 0.0555555556 +4177800 15.0076079717 19.8712220326 375.314095556 0.0555555556 +4178700 15.0076079717 20.9584000758 432.8432195827 0.0555555556 +4179600 15.0076079717 22.0039509463 485.5936155263 0.0555555556 +4180500 15.0076079717 23.8836841472 596.2784016042 0.0555555556 +4181400 15.0076079717 24.9360746589 648.4058562409 0.0555555556 +4182300 15.0076079717 25.9241103638 696.2312492515 0.0555555556 +4183200 15.0076079717 26.8436286805 739.8704267413 0.0555555556 +4184100 15.0076079717 27.5476029903 777.2649327657 0.0555555556 +4185000 15.0076079717 28.303799289 813.7717023424 0.0555555556 +4185900 15.0076079717 28.9822830352 846.1389897897 0.0555555556 +4186800 15.0076079717 29.5802987875 874.338628404 0.0555555556 +4187700 15.0076079717 31.5284029827 988.4871791842 0.0555555556 +4188600 15.0076079717 31.9950258415 1010.2585210363 0.0555555556 +4189500 15.0076079717 32.3672060031 1027.3256363578 0.0555555556 +4190400 15.0076079717 32.6435165887 1039.6566872928 0.0555555556 +4191300 15.0076079717 32.5482413971 1031.6879436683 0.0555555556 +4192200 15.0076079717 32.629343168 1034.4512718795 0.0555555556 +4193100 15.0076079717 32.6139732147 1032.4863135915 0.0555555556 +4194000 15.0076079717 32.5022980662 1025.7972640201 0.0555555556 +4194900 15.0076079717 32.4578895537 1022.8564964852 0.0555555556 +4195800 15.0076079717 32.12876098 1006.7368361004 0.0555555556 +4196700 15.0076079717 31.7055552349 985.949543265 0.0555555556 +4197600 15.0076079717 31.1900045778 960.5299862957 0.0555555556 +4198500 15.0076079717 30.4419583311 917.3246878552 0.0555555556 +4199400 15.0076079717 29.7582071835 883.7325034293 0.0555555556 +4200300 15.0076079717 28.9905141847 845.7172330392 0.0555555556 +4201200 15.0076079717 28.1419277658 803.2851809518 0.0555555556 +4202100 15.0076079717 26.8937674265 730.5414092752 0.0555555556 +4203000 15.0076079717 25.9325112934 682.5933651107 0.0555555556 +4203900 15.0076079717 24.90285758 630.1688307215 0.0555555556 +4204800 15.0076079717 23.8093223458 573.0601349837 0.0555555556 +4205700 15.0076079717 22.2023576059 480.1293250108 0.0555555556 +4206600 15.0076079717 21.058430702 421.9230588245 0.0555555556 +4207500 15.0076079717 19.6838005421 357.5666434424 0.0555555556 +4208400 15.0076079717 18.3829108097 287.8588389703 0.0555555556 +4209300 15.0076079717 17.0402722863 191.5514869471 0.0555555556 +4210200 15.0004480672 29.9303337785 135.141805174 0 +4211100 15.0004480672 22.1508980253 90.7648909014 0 +4212000 15.0004480672 13.6231000714 1.6939646052 0 +4212900 15.0004480672 12.875 0 0 +4213800 15.0004480672 12.225 0 0 +4214700 15.0004480672 11.575 0 0 +4215600 15.0004480672 10.925 0 0 +4216500 15.0004480672 10.575 0 0 +4217400 15.0004480672 10.525 0 0 +4218300 15.0004480672 10.475 0 0 +4219200 15.0004480672 10.425 0 0 +4220100 15.0004480672 10.375 0 0 +4221000 15.0004480672 10.325 0 0 +4221900 15.0004480672 10.275 0 0 +4222800 15.0004480672 10.225 0 0 +4223700 15.0004480672 10.175 0 0 +4224600 15.0004480672 10.125 0 0 +4225500 15.0004480672 10.075 0 0 +4226400 15.0004480672 10.025 0 0 +4227300 15.0004480672 9.975 0 0 +4228200 15.0004480672 9.925 0 0 +4229100 15.0004480672 9.875 0 0 +4230000 15.0004480672 9.825 0 0 +4230900 15.0004480672 9.775 0 0 +4231800 15.0004480672 9.725 0 0 +4232700 15.0004480672 9.675 0 0 +4233600 15.0004480672 9.625 0 0 +4234500 15.0004480672 9.575 0 0 +4235400 15.0004480672 9.525 0 0 +4236300 15.0004480672 9.475 0 0 +4237200 15.0004480672 9.425 0 0 +4238100 15.0004480672 9.4 0 0 +4239000 15.0004480672 9.4 0 0 +4239900 15.0004480672 9.4 0 0 +4240800 15.0004480672 9.4 0 0 +4241700 15.0004480672 9.4 0 0 +4242600 15.0004480672 9.4 0 0 +4243500 15.0004480672 9.4 0 0 +4244400 15.0004480672 9.4 0 0 +4245300 15.0004480672 9.4 0 0 +4246200 15.0004480672 9.4 0 0 +4247100 15.0004480672 9.4 0 0 +4248000 15.0004480672 9.4 0 0 +4248900 15.0004480672 9.35 0 0 +4249800 15.0004480672 9.25 0 0 +4250700 15.0004480672 9.15 0 0 +4251600 15.0004480672 9.05 0 0 +4252500 15.0004480672 8.9625 0 0 +4253400 15.0004480672 8.8875 0 0 +4254300 15.0004480672 8.8125 0 0 +4255200 15.0004480672 8.7375 0 0 +4256100 15.0004480672 8.65 0 0 +4257000 15.0004480672 8.55 0 0 +4257900 15.0004480672 8.45 0 0 +4258800 15.0004480672 8.35 0 0 +4259700 15.0004480672 9.1515693699 4.2327472487 0 +4260600 15.0004480672 10.8084069854 12.2829297657 0 +4261500 15.0004480672 12.4327566852 20.241594215 0 +4262400 15.0004480672 14.0233114017 28.0774123205 0 +4263300 15.0004480672 20.2044429258 62.9774322691 0 +4264200 15.0004480672 22.6323615244 76.1152573743 0 +4265100 15.0004480672 24.9327730525 88.7882027642 0 +4266000 15.0076079717 16.0293185339 100.9313935924 0.0555555556 +4266900 15.0004480672 30.5470315217 120.7573069396 0 +4267800 15.0076079717 16.5200667215 132.4915565227 0.0555555556 +4268700 15.0004480672 34.6050028865 143.4881802875 0 +4269600 15.0076079717 16.8632749697 153.6998939382 0.0555555556 +4270500 15.0076079717 21.6370247721 446.5761057826 0.0555555556 +4271400 15.0076079717 22.0742232894 469.5889068468 0.0555555556 +4272300 15.0076079717 22.4682751485 490.098106786 0.0555555556 +4273200 15.0076079717 22.817180116 508.0403600453 0.0555555556 +4274100 15.0076079717 23.9480242209 574.8331050889 0.0555555556 +4275000 15.0076079717 24.2242943647 588.6846232631 0.0555555556 +4275900 15.0076079717 24.4463102735 599.5613944847 0.0555555556 +4276800 15.0076079717 24.6130872008 607.4275484131 0.0555555556 +4277700 15.0076079717 24.5321127753 609.4433015888 0.0555555556 +4278600 15.0076079717 24.5856995839 611.2271395661 0.0555555556 +4279500 15.0076079717 24.5842363153 609.9389331694 0.0555555556 +4280400 15.0076079717 24.5278343773 605.5832398661 0.0555555556 +4281300 15.0076079717 29.1615527514 861.4413277529 0.0555555556 +4282200 15.0076079717 28.8786748656 847.1727662719 0.0555555556 +4283100 15.0076079717 28.5163645196 828.7954926021 0.0555555556 +4284000 15.0076079717 28.076270931 806.3561565879 0.0555555556 +4284900 15.0076079717 27.6595960685 782.8837682436 0.0555555556 +4285800 15.0076079717 27.0666557433 752.6049387457 0.0555555556 +4286700 15.0076079717 26.4026311597 718.4428300129 0.0555555556 +4287600 15.0076079717 25.670731066 680.4538731834 0.0555555556 +4288500 15.0076079717 25.8861317876 692.7864559764 0.0555555556 +4289400 15.0076079717 24.9634411864 646.3395578532 0.0555555556 +4290300 15.0076079717 23.9778261092 595.7476035628 0.0555555556 +4291200 15.0076079717 22.9344981401 540.8874002385 0.0555555556 +4292100 15.0076079717 20.7255518067 404.3874818577 0.0555555556 +4293000 15.0076079717 19.7542281806 352.0558522983 0.0555555556 +4293900 15.0076079717 18.6173317982 295.7218859769 0.0555555556 +4294800 15.0076079717 17.5587093979 236.2553236903 0.0555555556 +4295700 15.0004480672 30.9301126032 139.0209504736 0 +4296600 15.0004480672 23.9405198521 95.3575095119 0 +4297500 15.0004480672 17.7929349485 59.3444848242 0 +4298400 15.0004480672 11.7999719006 2.5689137353 0 +4299300 15.0004480672 11.3875 0 0 +4300200 15.0004480672 11.1625 0 0 +4301100 15.0004480672 10.9375 0 0 +4302000 15.0004480672 10.7125 0 0 +4302900 15.0004480672 10.55 0 0 +4303800 15.0004480672 10.45 0 0 +4304700 15.0004480672 10.35 0 0 +4305600 15.0004480672 10.25 0 0 +4306500 15.0004480672 10.15 0 0 +4307400 15.0004480672 10.05 0 0 +4308300 15.0004480672 9.95 0 0 +4309200 15.0004480672 9.85 0 0 +4310100 15.0004480672 9.75 0 0 +4311000 15.0004480672 9.65 0 0 +4311900 15.0004480672 9.55 0 0 +4312800 15.0004480672 9.45 0 0 +4313700 15.0004480672 9.375 0 0 +4314600 15.0004480672 9.325 0 0 +4315500 15.0004480672 9.275 0 0 +4316400 15.0004480672 9.225 0 0 +4317300 15.0004480672 9.1875 0 0 +4318200 15.0004480672 9.1625 0 0 +4319100 15.0004480672 9.1375 0 0 +4320000 15.0004480672 9.1125 0 0 +4320900 15.0004480672 9.075 0 0 +4321800 15.0004480672 9.025 0 0 +4322700 15.0004480672 8.975 0 0 +4323600 15.0004480672 8.925 0 0 +4324500 15.0004480672 8.875 0 0 +4325400 15.0004480672 8.825 0 0 +4326300 15.0004480672 8.775 0 0 +4327200 15.0004480672 8.725 0 0 +4328100 15.0004480672 8.675 0 0 +4329000 15.0004480672 8.625 0 0 +4329900 15.0004480672 8.575 0 0 +4330800 15.0004480672 8.525 0 0 +4331700 15.0004480672 8.475 0 0 +4332600 15.0004480672 8.425 0 0 +4333500 15.0004480672 8.375 0 0 +4334400 15.0004480672 8.325 0 0 +4335300 15.0004480672 8.375 0 0 +4336200 15.0004480672 8.525 0 0 +4337100 15.0004480672 8.675 0 0 +4338000 15.0004480672 8.825 0 0 +4338900 15.0004480672 8.9625 0 0 +4339800 15.0004480672 9.0875 0 0 +4340700 15.0004480672 9.2125 0 0 +4341600 15.0004480672 9.3375 0 0 +4342500 15.0004480672 9.475 0 0 +4343400 15.0004480672 9.625 0 0 +4344300 15.0004480672 9.775 0 0 +4345200 15.0004480672 9.925 0 0 +4346100 15.0004480672 10.988371672 5.4741488794 0 +4347000 15.0004480672 12.6253915097 13.7448514074 0 +4347900 15.0004480672 14.2481653174 22.0452629087 0 +4348800 15.0004480672 15.8628989893 30.3300385547 0 +4349700 15.0076079717 15.9727936333 96.4443436611 0.0555555556 +4350600 15.0004480672 30.5036648561 116.9229611762 0 +4351500 15.0076079717 16.6416497131 136.7324790819 0.0555555556 +4352400 15.0004480672 37.4930890119 155.7033666034 0 +4353300 15.0076079717 16.8566458434 149.1826752643 0.0555555556 +4354200 15.0076079717 17.0869851036 163.6258458062 0.0555555556 +4355100 15.0076079717 17.3043802124 177.1559113468 0.0555555556 +4356000 15.0076079717 17.5076806253 189.7153513524 0.0555555556 +4356900 15.0076079717 17.5656794873 197.0840694751 0.0555555556 +4357800 15.0076079717 17.7124057312 207.2645916269 0.0555555556 +4358700 15.0076079717 17.8435937437 216.3641240147 0.0555555556 +4359600 15.0076079717 17.958665812 224.3437730768 0.0555555556 +4360500 15.0076079717 17.3401049381 181.1384524626 0.0555555556 +4361400 15.0076079717 17.4038381954 185.5594448466 0.0555555556 +4362300 15.0076079717 17.453941585 189.0345597331 0.0555555556 +4363200 15.0076079717 17.4901965922 191.5489489243 0.0555555556 +4364100 15.0004480672 37.0515208899 150.3100277666 0 +4365000 15.0076079717 16.9123144232 150.7499898118 0.0555555556 +4365900 15.0004480672 37.0697173024 150.4262731012 0 +4366800 15.0076079717 16.8918591104 149.3402583825 0.0555555556 +4367700 15.0076079717 18.5243085966 263.669092485 0.0555555556 +4368600 15.0076079717 18.4492921888 259.0340822726 0.0555555556 +4369500 15.0076079717 18.3551815287 253.0788274346 0.0555555556 +4370400 15.0076079717 18.2423542331 245.8287404778 0.0555555556 +4371300 15.0076079717 17.6945597307 208.7306485781 0.0555555556 +4372200 15.0076079717 17.5656691835 200.170336414 0.0555555556 +4373100 15.0076079717 17.4218447404 190.5681266694 0.0555555556 +4374000 15.0076079717 17.2636898376 179.9651296229 0.0555555556 +4374900 15.0004480672 26.3997698769 88.7816245894 0 +4375800 15.0076079717 15.8545158423 82.2012943327 0.0555555556 +4376700 15.0004480672 23.918085449 75.1709432493 0 +4377600 15.0004480672 22.5557319868 67.7210486137 0 +4378500 15.0076079717 16.0066825137 94.5492912781 0.0555555556 +4379400 15.0004480672 24.7944408519 81.6218116521 0 +4380300 15.0004480672 22.5286028965 68.2000140407 0 +4381200 15.0004480672 20.1659196271 54.3527642646 0 +4382100 15.0004480672 18.1341107273 42.2425136041 0 +4383000 15.0004480672 15.4677007937 27.0203675277 0 +4383900 15.0004480672 12.6978688817 11.5233828127 0 +4384800 15.0004480672 10.6798563764 0.4352656032 0 +4385700 15.0004480672 10.6 0 0 +4386600 15.0004480672 10.6 0 0 +4387500 15.0004480672 10.6 0 0 +4388400 15.0004480672 10.6 0 0 +4389300 15.0004480672 10.65 0 0 +4390200 15.0004480672 10.75 0 0 +4391100 15.0004480672 10.85 0 0 +4392000 15.0004480672 10.95 0 0 +4392900 15.0004480672 11.0375 0 0 +4393800 15.0004480672 11.1125 0 0 +4394700 15.0004480672 11.1875 0 0 +4395600 15.0004480672 11.2625 0 0 +4396500 15.0004480672 11.35 0 0 +4397400 15.0004480672 11.45 0 0 +4398300 15.0004480672 11.55 0 0 +4399200 15.0004480672 11.65 0 0 +4400100 15.0004480672 11.75 0 0 +4401000 15.0004480672 11.85 0 0 +4401900 15.0004480672 11.95 0 0 +4402800 15.0004480672 12.05 0 0 +4403700 15.0004480672 12.1375 0 0 +4404600 15.0004480672 12.2125 0 0 +4405500 15.0004480672 12.2875 0 0 +4406400 15.0004480672 12.3625 0 0 +4407300 15.0004480672 12.45 0 0 +4408200 15.0004480672 12.55 0 0 +4409100 15.0004480672 12.65 0 0 +4410000 15.0004480672 12.75 0 0 +4410900 15.0004480672 12.8625 0 0 +4411800 15.0004480672 12.9875 0 0 +4412700 15.0004480672 13.1125 0 0 +4413600 15.0004480672 13.2375 0 0 +4414500 15.0004480672 13.375 0 0 +4415400 15.0004480672 13.525 0 0 +4416300 15.0004480672 13.675 0 0 +4417200 15.0004480672 13.825 0 0 +4418100 15.0004480672 13.9625 0 0 +4419000 15.0004480672 14.0875 0 0 +4419900 15.0004480672 14.2125 0 0 +4420800 15.0004480672 14.3375 0 0 +4421700 15.0004480672 14.3375 0 0 +4422600 15.0004480672 14.2125 0 0 +4423500 15.0004480672 14.0875 0 0 +4424400 15.0004480672 13.9625 0 0 +4425300 15.0004480672 13.825 0 0 +4426200 15.0004480672 13.675 0 0 +4427100 15.0004480672 13.525 0 0 +4428000 15.0004480672 13.375 0 0 +4428900 15.0004480672 13.2375 0 0 +4429800 15.0004480672 13.1125 0 0 +4430700 15.0004480672 12.9875 0 0 +4431600 15.0004480672 13.5089775645 3.5313708499 0 +4432500 15.0004480672 14.7829372357 11.0256120363 0 +4433400 15.0004480672 17.6626190652 27.415713433 0 +4434300 15.0004480672 20.4315770504 43.5260058837 0 +4435200 15.0004480672 23.0847600988 59.2875026428 0 +4436100 15.0076079717 15.8975101395 75.8943103947 0.0555555556 +4437000 15.0004480672 28.2732149626 91.0087683055 0 +4437900 15.0076079717 16.3120140497 105.5683566382 0.0555555556 +4438800 15.0004480672 32.76637703 119.5107290003 0 +4439700 15.0076079717 16.106540011 91.6121106332 0.0555555556 +4440600 15.0004480672 29.6003694936 100.2734557078 0 +4441500 15.0076079717 16.3384991663 108.3908422979 0.0555555556 +4442400 15.0004480672 32.0265146029 115.9293748671 0 +4443300 15.0076079717 17.8928155339 217.7831650499 0.0555555556 +4444200 15.0076079717 18.0557990464 228.9218642962 0.0555555556 +4445100 15.0076079717 18.2018974619 238.8772327194 0.0555555556 +4446000 15.0076079717 18.3304975671 247.6066182285 0.0555555556 +4446900 15.0076079717 18.8864221006 286.3641284932 0.0555555556 +4447800 15.0076079717 18.9892561353 293.2912928664 0.0555555556 +4448700 15.0076079717 19.0709102203 298.7346296754 0.0555555556 +4449600 15.0076079717 19.1310501439 302.6708268828 0.0555555556 +4450500 15.0076079717 17.2555064424 170.6874222718 0.0555555556 +4451400 15.0076079717 17.2664783512 171.1786889162 0.0555555556 +4452300 15.0076079717 17.2651435507 170.809228043 0.0555555556 +4453200 15.0076079717 17.2515247976 169.5806216355 0.0555555556 +4454100 15.0076079717 21.2651074304 428.7204743478 0.0555555556 +4455000 15.0076079717 21.1448962961 421.1816291461 0.0555555556 +4455900 15.0076079717 20.9906012464 411.4962635882 0.0555555556 +4456800 15.0076079717 20.8029652216 399.7036322771 0.0555555556 +4457700 15.0076079717 22.1849606707 473.3200655314 0.0555555556 +4458600 15.0076079717 21.8485421779 453.9911956975 0.0555555556 +4459500 15.0076079717 21.4721662287 432.2721280149 0.0555555556 +4460400 15.0076079717 21.0579273686 408.2392323792 0.0555555556 +4461300 15.0076079717 19.1655722602 289.3931269843 0.0555555556 +4462200 15.0076079717 18.8089690955 267.8033470885 0.0555555556 +4463100 15.0076079717 18.4305635204 244.6902260409 0.0555555556 +4464000 15.0076079717 18.0331607978 220.1471729435 0.0555555556 +4464900 15.0004480672 37.7183804899 148.4386246331 0 +4465800 15.0076079717 16.6444180863 128.0458177866 0.0555555556 +4466700 15.0004480672 30.6764577393 106.9123019867 0 +4467600 15.0076079717 15.9931913191 85.2181336653 0.0555555556 +4468500 15.0004480672 20.3223373377 47.367053889 0 +4469400 15.0004480672 17.5441932105 31.298212893 0 +4470300 15.0004480672 14.838886726 16.062448721 0 +4471200 15.0004480672 12.5756277654 1.2009652982 0 +4472100 15.0004480672 12.375 0 0 +4473000 15.0004480672 12.325 0 0 +4473900 15.0004480672 12.275 0 0 +4474800 15.0004480672 12.225 0 0 +4475700 15.0004480672 12.175 0 0 +4476600 15.0004480672 12.125 0 0 +4477500 15.0004480672 12.075 0 0 +4478400 15.0004480672 12.025 0 0 +4479300 15.0004480672 11.9875 0 0 +4480200 15.0004480672 11.9625 0 0 +4481100 15.0004480672 11.9375 0 0 +4482000 15.0004480672 11.9125 0 0 +4482900 15.0004480672 11.875 0 0 +4483800 15.0004480672 11.825 0 0 +4484700 15.0004480672 11.775 0 0 +4485600 15.0004480672 11.725 0 0 +4486500 15.0004480672 11.625 0 0 +4487400 15.0004480672 11.475 0 0 +4488300 15.0004480672 11.325 0 0 +4489200 15.0004480672 11.175 0 0 +4490100 15.0004480672 11.0375 0 0 +4491000 15.0004480672 10.9125 0 0 +4491900 15.0004480672 10.7875 0 0 +4492800 15.0004480672 10.6625 0 0 +4493700 15.0004480672 10.525 0 0 +4494600 15.0004480672 10.375 0 0 +4495500 15.0004480672 10.225 0 0 +4496400 15.0004480672 10.075 0 0 +4497300 15.0004480672 9.8875 0 0 +4498200 15.0004480672 9.6625 0 0 +4499100 15.0004480672 9.4375 0 0 +4500000 15.0004480672 9.2125 0 0 +4500900 15.0004480672 8.975 0 0 +4501800 15.0004480672 8.725 0 0 +4502700 15.0004480672 8.475 0 0 +4503600 15.0004480672 8.225 0 0 +4504500 15.0004480672 7.9875 0 0 +4505400 15.0004480672 7.7625 0 0 +4506300 15.0004480672 7.5375 0 0 +4507200 15.0004480672 7.3125 0 0 +4508100 15.0004480672 7.25 0 0 +4509000 15.0004480672 7.35 0 0 +4509900 15.0004480672 7.45 0 0 +4510800 15.0004480672 7.55 0 0 +4511700 15.0004480672 7.6375 0 0 +4512600 15.0004480672 7.7125 0 0 +4513500 15.0004480672 7.7875 0 0 +4514400 15.0004480672 7.8625 0 0 +4515300 15.0004480672 7.95 0 0 +4516200 15.0004480672 8.05 0 0 +4517100 15.0004480672 8.15 0 0 +4518000 15.0004480672 9.0070521457 5.831099088 0 +4518900 15.0004480672 14.5669608354 69.3251969871 0 +4519800 15.0004480672 20.2533818951 104.2476315159 0 +4520700 15.0076079717 16.0282269404 148.4353826206 0.0555555556 +4521600 15.0004480672 35.1032857601 197.5590236121 0 +4522500 15.0076079717 18.1808126451 282.7420495511 0.0555555556 +4523400 15.0076079717 19.2926343125 338.1605876006 0.0555555556 +4524300 15.0076079717 20.2445913483 390.4753063467 0.0555555556 +4525200 15.0076079717 21.1705867253 439.4620841101 0.0555555556 +4526100 15.0076079717 23.0125682862 549.9214296095 0.0555555556 +4527000 15.0076079717 23.9574470218 598.3864008922 0.0555555556 +4527900 15.0076079717 24.8473094609 643.1668563075 0.0555555556 +4528800 15.0076079717 25.6771314309 684.2623961154 0.0555555556 +4529700 15.0076079717 27.3582862214 783.9148806803 0.0555555556 +4530600 15.0076079717 28.0936557542 820.8758353679 0.0555555556 +4531500 15.0076079717 28.7522751077 853.7054632031 0.0555555556 +4532400 15.0076079717 29.331084985 882.3452064948 0.0555555556 +4533300 15.0076079717 24.4774777583 599.4031566359 0.0555555556 +4534200 15.0076079717 24.7493177727 613.4858998216 0.0555555556 +4535100 15.0076079717 24.9643185309 624.5328825266 0.0555555556 +4536000 15.0076079717 25.1214338256 632.5078996565 0.0555555556 +4536900 15.0076079717 32.6876946954 1070.9926043287 0.0555555556 +4537800 15.0076079717 32.7515228842 1073.7924745297 0.0555555556 +4538700 15.0076079717 32.7163015416 1071.6335718879 0.0555555556 +4539600 15.0076079717 32.5822209324 1064.5215949456 0.0555555556 +4540500 15.0076079717 25.4165702176 661.1527601001 0.0555555556 +4541400 15.0076079717 25.2131265629 649.777554144 0.0555555556 +4542300 15.0076079717 24.951054371 635.1587127895 0.0555555556 +4543200 15.0076079717 24.6316887241 617.3467286238 0.0555555556 +4544100 15.0076079717 26.4258732164 718.131872733 0.0555555556 +4545000 15.0076079717 25.8935716091 689.9612435343 0.0555555556 +4545900 15.0076079717 25.2975515478 658.242916688 0.0555555556 +4546800 15.0076079717 24.6409950447 623.0565457254 0.0555555556 +4547700 15.0076079717 20.6280032919 378.1882187729 0.0555555556 +4548600 15.0076079717 20.1461477656 350.3300624793 0.0555555556 +4549500 15.0076079717 19.6350730823 320.452720402 0.0555555556 +4550400 15.0076079717 19.0988480487 288.6598089268 0.0555555556 +4551300 15.0004480672 36.0378670031 134.2581919132 0 +4552200 15.0076079717 16.4941907049 115.7732293983 0.0555555556 +4553100 15.0004480672 29.0588117777 96.6298058881 0 +4554000 15.0076079717 15.8632760868 77.0449010327 0.0555555556 +4554900 15.0004480672 24.465676504 73.6154431124 0 +4555800 15.0004480672 20.2948944829 49.2418151926 0 +4556700 15.0004480672 16.2342699321 26.3557152532 0 +4557600 15.0004480672 12.6119953738 2.6987251135 0 +4558500 15.0004480672 12.1375 0 0 +4559400 15.0004480672 12.0125 0 0 +4560300 15.0004480672 11.8875 0 0 +4561200 15.0004480672 11.7625 0 0 +4562100 15.0004480672 11.675 0 0 +4563000 15.0004480672 11.625 0 0 +4563900 15.0004480672 11.575 0 0 +4564800 15.0004480672 11.525 0 0 +4565700 15.0004480672 11.475 0 0 +4566600 15.0004480672 11.425 0 0 +4567500 15.0004480672 11.375 0 0 +4568400 15.0004480672 11.325 0 0 +4569300 15.0004480672 11.275 0 0 +4570200 15.0004480672 11.225 0 0 +4571100 15.0004480672 11.175 0 0 +4572000 15.0004480672 11.125 0 0 +4572900 15.0004480672 11.05 0 0 +4573800 15.0004480672 10.95 0 0 +4574700 15.0004480672 10.85 0 0 +4575600 15.0004480672 10.75 0 0 +4576500 15.0004480672 10.6625 0 0 +4577400 15.0004480672 10.5875 0 0 +4578300 15.0004480672 10.5125 0 0 +4579200 15.0004480672 10.4375 0 0 +4580100 15.0004480672 10.35 0 0 +4581000 15.0004480672 10.25 0 0 +4581900 15.0004480672 10.15 0 0 +4582800 15.0004480672 10.05 0 0 +4583700 15.0004480672 9.925 0 0 +4584600 15.0004480672 9.775 0 0 +4585500 15.0004480672 9.625 0 0 +4586400 15.0004480672 9.475 0 0 +4587300 15.0004480672 9.3375 0 0 +4588200 15.0004480672 9.2125 0 0 +4589100 15.0004480672 9.0875 0 0 +4590000 15.0004480672 8.9625 0 0 +4590900 15.0004480672 8.825 0 0 +4591800 15.0004480672 8.675 0 0 +4592700 15.0004480672 8.525 0 0 +4593600 15.0004480672 8.375 0 0 +4594500 15.0004480672 8.4375 0 0 +4595400 15.0004480672 8.7125 0 0 +4596300 15.0004480672 8.9875 0 0 +4597200 15.0004480672 9.2625 0 0 +4598100 15.0004480672 9.55 0 0 +4599000 15.0004480672 9.85 0 0 +4599900 15.0004480672 10.15 0 0 +4600800 15.0004480672 10.45 0 0 +4601700 15.0004480672 10.7375 0 0 +4602600 15.0004480672 11.0125 0 0 +4603500 15.0004480672 11.2875 0 0 +4604400 15.0004480672 12.9018772048 8.1241061686 0 +4605300 15.0004480672 16.1122115261 39.0264633158 0 +4606200 15.0004480672 20.4585267233 65.3821596756 0 +4607100 15.0076079717 15.8570017278 96.1007093858 0.0555555556 +4608000 15.0004480672 30.7705146135 129.4339659699 0 +4608900 15.0076079717 16.5674773661 133.9625947605 0.0555555556 +4609800 15.0076079717 17.0284812764 161.0102599 0.0555555556 +4610700 15.0076079717 17.4489725151 187.1371682051 0.0555555556 +4611600 15.0076079717 17.8599769941 212.136291725 0.0555555556 +4612500 15.0076079717 18.7696626697 270.9775389141 0.0555555556 +4613400 15.0076079717 19.2032114739 296.6454987484 0.0555555556 +4614300 15.0076079717 19.6128489224 320.6399021654 0.0555555556 +4615200 15.0076079717 19.9957454891 342.8704222391 0.0555555556 +4616100 15.0076079717 21.27358625 418.9125424717 0.0555555556 +4617000 15.0076079717 21.6607299972 440.0972802159 0.0555555556 +4617900 15.0076079717 22.0089034782 458.9905167993 0.0555555556 +4618800 15.0076079717 22.3162488554 475.5256123309 0.0555555556 +4619700 15.0076079717 24.9968015389 624.7987475971 0.0555555556 +4620600 15.0076079717 25.2840912823 639.3191081651 0.0555555556 +4621500 15.0076079717 25.5119756961 650.7038782186 0.0555555556 +4622400 15.0076079717 25.6793617923 658.916167932 0.0555555556 +4623300 15.0076079717 26.6143320673 713.3718726622 0.0555555556 +4624200 15.0076079717 26.6631740793 715.2948957552 0.0555555556 +4625100 15.0076079717 26.6455382959 713.7698888001 0.0555555556 +4626000 15.0076079717 26.5615683821 708.8018314423 0.0555555556 +4626900 15.0076079717 29.4080161154 870.767136869 0.0555555556 +4627800 15.0076079717 29.1133075666 856.542992941 0.0555555556 +4628700 15.0076079717 28.7386406927 838.2538886372 0.0555555556 +4629600 15.0076079717 28.2857358205 815.9486485277 0.0555555556 +4630500 15.0076079717 28.0627079027 811.1538164199 0.0555555556 +4631400 15.0076079717 27.4485678153 780.0410509434 0.0555555556 +4632300 15.0076079717 26.7621496232 744.9868254115 0.0555555556 +4633200 15.0076079717 26.0069178718 706.065799238 0.0555555556 +4634100 15.0076079717 24.750549108 630.9475535054 0.0555555556 +4635000 15.0076079717 23.9036940445 587.4151956209 0.0555555556 +4635900 15.0076079717 23.0039154181 540.3692455905 0.0555555556 +4636800 15.0076079717 22.0573547803 489.8352251037 0.0555555556 +4637700 15.0076079717 19.7450497986 343.8211188887 0.0555555556 +4638600 15.0076079717 18.9364113299 298.0976713612 0.0555555556 +4639500 15.0076079717 18.0136684628 250.0449646244 0.0555555556 +4640400 15.0076079717 17.1620529929 200.320660206 0.0555555556 +4641300 15.0004480672 25.7155754957 88.9800355323 0 +4642200 15.0004480672 20.8655886565 60.0471216713 0 +4643100 15.0004480672 16.1214671353 32.8382875394 0 +4644000 15.0004480672 11.7340900675 4.4725603462 0 +4644900 15.0004480672 11.0375 0 0 +4645800 15.0004480672 10.9125 0 0 +4646700 15.0004480672 10.7875 0 0 +4647600 15.0004480672 10.6625 0 0 +4648500 15.0004480672 10.55 0 0 +4649400 15.0004480672 10.45 0 0 +4650300 15.0004480672 10.35 0 0 +4651200 15.0004480672 10.25 0 0 +4652100 15.0004480672 10.15 0 0 +4653000 15.0004480672 10.05 0 0 +4653900 15.0004480672 9.95 0 0 +4654800 15.0004480672 9.85 0 0 +4655700 15.0004480672 9.75 0 0 +4656600 15.0004480672 9.65 0 0 +4657500 15.0004480672 9.55 0 0 +4658400 15.0004480672 9.45 0 0 +4659300 15.0004480672 9.375 0 0 +4660200 15.0004480672 9.325 0 0 +4661100 15.0004480672 9.275 0 0 +4662000 15.0004480672 9.225 0 0 +4662900 15.0004480672 9.1875 0 0 +4663800 15.0004480672 9.1625 0 0 +4664700 15.0004480672 9.1375 0 0 +4665600 15.0004480672 9.1125 0 0 +4666500 15.0004480672 9.075 0 0 +4667400 15.0004480672 9.025 0 0 +4668300 15.0004480672 8.975 0 0 +4669200 15.0004480672 8.925 0 0 +4670100 15.0004480672 8.825 0 0 +4671000 15.0004480672 8.675 0 0 +4671900 15.0004480672 8.525 0 0 +4672800 15.0004480672 8.375 0 0 +4673700 15.0004480672 8.2375 0 0 +4674600 15.0004480672 8.1125 0 0 +4675500 15.0004480672 7.9875 0 0 +4676400 15.0004480672 7.8625 0 0 +4677300 15.0004480672 7.725 0 0 +4678200 15.0004480672 7.575 0 0 +4679100 15.0004480672 7.425 0 0 +4680000 15.0004480672 7.275 0 0 +4680900 15.0004480672 7.2 0 0 +4681800 15.0004480672 7.2 0 0 +4682700 15.0004480672 7.2 0 0 +4683600 15.0004480672 7.2 0 0 +4684500 15.0004480672 7.2 0 0 +4685400 15.0004480672 7.2 0 0 +4686300 15.0004480672 7.2 0 0 +4687200 15.0004480672 7.2 0 0 +4688100 15.0004480672 7.2 0 0 +4689000 15.0004480672 7.2 0 0 +4689900 15.0004480672 7.2 0 0 +4690800 15.0004480672 8.5940377753 9.3567918942 0 +4691700 15.0004480672 13.0030870406 51.6421621286 0 +4692600 15.0004480672 18.3622674441 83.996789082 0 +4693500 15.0004480672 24.361402699 122.0829383835 0 +4694400 15.0076079717 16.4041702192 163.2089001452 0.0555555556 +4695300 15.0076079717 18.1594282344 287.3366324483 0.0555555556 +4696200 15.0076079717 19.2511713907 342.5883494412 0.0555555556 +4697100 15.0076079717 20.1922931693 395.0493802845 0.0555555556 +4698000 15.0076079717 21.109667018 444.4658848119 0.0555555556 +4698900 15.0076079717 21.3330417378 450.5611529189 0.0555555556 +4699800 15.0076079717 22.1015059308 491.3952867661 0.0555555556 +4700700 15.0076079717 22.8276173519 529.3537100636 0.0555555556 +4701600 15.0076079717 23.5065349064 564.3591580457 0.0555555556 +4702500 15.0076079717 26.3281313402 730.8016781554 0.0555555556 +4703400 15.0076079717 27.0212586965 765.4829196782 0.0555555556 +4704300 15.0076079717 27.6434630272 796.3181200513 0.0555555556 +4705200 15.0076079717 28.1917081393 823.2362579979 0.0555555556 +4706100 15.0076079717 23.774982199 580.9341235497 0.0555555556 +4707000 15.0076079717 24.0364620592 594.6983329978 0.0555555556 +4707900 15.0076079717 24.2461104827 605.4927421858 0.0555555556 +4708800 15.0076079717 24.4029742288 613.2765804087 0.0555555556 +4709700 15.0076079717 21.430310613 423.9788999553 0.0555555556 +4710600 15.0076079717 21.4685043009 425.140162678 0.0555555556 +4711500 15.0076079717 21.4696623771 424.1902084647 0.0555555556 +4712400 15.0076079717 21.4338686163 421.1327265628 0.0555555556 +4713300 15.0076079717 24.5139903575 596.3077248613 0.0555555556 +4714200 15.0076079717 24.3267478574 586.1388042271 0.0555555556 +4715100 15.0076079717 24.0857384473 573.082333464 0.0555555556 +4716000 15.0076079717 23.7922252032 557.1829422368 0.0555555556 +4716900 15.0076079717 21.1213724989 404.9658864862 0.0555555556 +4717800 15.0076079717 20.8394528404 388.58512419 0.0555555556 +4718700 15.0076079717 20.524040023 370.194907323 0.0555555556 +4719600 15.0076079717 20.1769441594 349.8641688434 0.0555555556 +4720500 15.0076079717 20.4558058786 366.9243896945 0.0555555556 +4721400 15.0076079717 19.9923316045 340.1810384451 0.0555555556 +4722300 15.0076079717 19.5010212922 311.5196939575 0.0555555556 +4723200 15.0076079717 18.9858279646 281.0442595341 0.0555555556 +4724100 15.0076079717 18.6760537243 264.4034995084 0.0555555556 +4725000 15.0076079717 18.0486599537 228.9125708274 0.0555555556 +4725900 15.0076079717 17.341801755 191.8652053668 0.0555555556 +4726800 15.0004480672 34.8037837463 153.7646185188 0 +4727700 15.0076079717 16.4620024706 155.8376006749 0.0555555556 +4728600 15.0004480672 25.204963837 109.4696686252 0 +4729500 15.0004480672 19.1202377415 71.0770641447 0 +4730400 15.0004480672 12.8975884895 16.6277764196 0 +4731300 15.0004480672 11.3875 0 0 +4732200 15.0004480672 11.1625 0 0 +4733100 15.0004480672 10.9375 0 0 +4734000 15.0004480672 10.7125 0 0 +4734900 15.0004480672 10.575 0 0 +4735800 15.0004480672 10.525 0 0 +4736700 15.0004480672 10.475 0 0 +4737600 15.0004480672 10.425 0 0 +4738500 15.0004480672 10.375 0 0 +4739400 15.0004480672 10.325 0 0 +4740300 15.0004480672 10.275 0 0 +4741200 15.0004480672 10.225 0 0 +4742100 15.0004480672 10.175 0 0 +4743000 15.0004480672 10.125 0 0 +4743900 15.0004480672 10.075 0 0 +4744800 15.0004480672 10.025 0 0 +4745700 15.0004480672 9.95 0 0 +4746600 15.0004480672 9.85 0 0 +4747500 15.0004480672 9.75 0 0 +4748400 15.0004480672 9.65 0 0 +4749300 15.0004480672 9.5625 0 0 +4750200 15.0004480672 9.4875 0 0 +4751100 15.0004480672 9.4125 0 0 +4752000 15.0004480672 9.3375 0 0 +4752900 15.0004480672 9.25 0 0 +4753800 15.0004480672 9.15 0 0 +4754700 15.0004480672 9.05 0 0 +4755600 15.0004480672 8.95 0 0 +4756500 15.0004480672 8.8125 0 0 +4757400 15.0004480672 8.6375 0 0 +4758300 15.0004480672 8.4625 0 0 +4759200 15.0004480672 8.2875 0 0 +4760100 15.0004480672 8.1 0 0 +4761000 15.0004480672 7.9 0 0 +4761900 15.0004480672 7.7 0 0 +4762800 15.0004480672 7.5 0 0 +4763700 15.0004480672 7.3125 0 0 +4764600 15.0004480672 7.1375 0 0 +4765500 15.0004480672 6.9625 0 0 +4766400 15.0004480672 6.7875 0 0 +4767300 15.0004480672 6.65 0 0 +4768200 15.0004480672 6.55 0 0 +4769100 15.0004480672 6.45 0 0 +4770000 15.0004480672 6.35 0 0 +4770900 15.0004480672 6.2625 0 0 +4771800 15.0004480672 6.1875 0 0 +4772700 15.0004480672 6.1125 0 0 +4773600 15.0004480672 6.0375 0 0 +4774500 15.0004480672 5.95 0 0 +4775400 15.0004480672 5.85 0 0 +4776300 15.0004480672 5.75 0 0 +4777200 15.0004480672 7.0805839008 10.238440159 0 +4778100 15.0004480672 12.135238893 63.3273236637 0 +4779000 15.0004480672 17.7799288234 97.6806350015 0 +4779900 15.0004480672 24.3258661236 139.3454606013 0 +4780800 15.0076079717 16.4828965976 184.1458074403 0.0555555556 +4781700 15.0076079717 18.3906938043 313.2857788759 0.0555555556 +4782600 15.0076079717 19.5968380875 370.7263186845 0.0555555556 +4783500 15.0076079717 20.6150571971 424.7003895726 0.0555555556 +4784400 15.0076079717 21.6039255707 475.1045881404 0.0555555556 +4785300 15.0076079717 23.3093739044 575.8695665424 0.0555555556 +4786200 15.0076079717 24.2930070114 625.427609634 0.0555555556 +4787100 15.0076079717 25.2206260951 671.2876555423 0.0555555556 +4788000 15.0076079717 26.08687874 713.4246111405 0.0555555556 +4788900 15.0076079717 27.8359414831 813.1534109653 0.0555555556 +4789800 15.0076079717 28.5954585751 850.5037843393 0.0555555556 +4790700 15.0076079717 29.2761537674 883.6737054694 0.0555555556 +4791600 15.0076079717 29.8748462775 912.6010628692 0.0555555556 +4792500 15.0076079717 31.0993017709 984.391869561 0.0555555556 +4793400 15.0076079717 31.5463909591 1005.7993151667 0.0555555556 +4794300 15.0076079717 31.9005871492 1022.5524489858 0.0555555556 +4795200 15.0076079717 32.1603482677 1034.6079322403 0.0555555556 +4796100 15.0076079717 32.4664977751 1050.9952103652 0.0555555556 +4797000 15.0076079717 32.5329379549 1053.5945816639 0.0555555556 +4797900 15.0076079717 32.5021839962 1051.3948168327 0.0555555556 +4798800 15.0076079717 32.3744371321 1044.4019240722 0.0555555556 +4799700 15.0076079717 30.9726728906 962.639106945 0.0555555556 +4800600 15.0076079717 30.6604702539 947.1517413722 0.0555555556 +4801500 15.0076079717 30.2604576881 927.257637905 0.0555555556 +4802400 15.0076079717 29.7745043798 903.0083015274 0.0555555556 +4803300 15.0076079717 28.6339491608 837.9698894903 0.0555555556 +4804200 15.0076079717 28.0079383536 806.5804739366 0.0555555556 +4805100 15.0076079717 27.3071760848 771.2061326611 0.0555555556 +4806000 15.0076079717 26.5352040626 731.9133845456 0.0555555556 +4806900 15.0076079717 24.8365302237 634.3897795005 0.0555555556 +4807800 15.0076079717 24.002054395 590.8192854911 0.0555555556 +4808700 15.0076079717 23.1155239216 543.8031298544 0.0555555556 +4809600 15.0076079717 22.1832756698 493.3897125522 0.0555555556 +4810500 15.0076079717 19.2362425433 303.2260471247 0.0555555556 +4811400 15.0076079717 18.5298495383 263.0604697674 0.0555555556 +4812300 15.0076079717 17.7288458178 221.0869149525 0.0555555556 +4813200 15.0004480672 38.1159705322 177.8360054384 0 +4814100 15.0004480672 23.760854368 65.8792460386 0 +4815000 15.0004480672 20.0306397507 44.9692965109 0 +4815900 15.0004480672 16.2241722548 24.1711697227 0 +4816800 15.0004480672 12.5888831797 4.2974575728 0 +4817700 15.0004480672 11.7125 0 0 +4818600 15.0004480672 11.5375 0 0 +4819500 15.0004480672 11.3625 0 0 +4820400 15.0004480672 11.1875 0 0 +4821300 15.0004480672 11.075 0 0 +4822200 15.0004480672 11.025 0 0 +4823100 15.0004480672 10.975 0 0 +4824000 15.0004480672 10.925 0 0 +4824900 15.0004480672 10.8875 0 0 +4825800 15.0004480672 10.8625 0 0 +4826700 15.0004480672 10.8375 0 0 +4827600 15.0004480672 10.8125 0 0 +4828500 15.0004480672 10.775 0 0 +4829400 15.0004480672 10.725 0 0 +4830300 15.0004480672 10.675 0 0 +4831200 15.0004480672 10.625 0 0 +4832100 15.0004480672 10.525 0 0 +4833000 15.0004480672 10.375 0 0 +4833900 15.0004480672 10.225 0 0 +4834800 15.0004480672 10.075 0 0 +4835700 15.0004480672 9.9375 0 0 +4836600 15.0004480672 9.8125 0 0 +4837500 15.0004480672 9.6875 0 0 +4838400 15.0004480672 9.5625 0 0 +4839300 15.0004480672 9.425 0 0 +4840200 15.0004480672 9.275 0 0 +4841100 15.0004480672 9.125 0 0 +4842000 15.0004480672 8.975 0 0 +4842900 15.0004480672 8.7875 0 0 +4843800 15.0004480672 8.5625 0 0 +4844700 15.0004480672 8.3375 0 0 +4845600 15.0004480672 8.1125 0 0 +4846500 15.0004480672 7.875 0 0 +4847400 15.0004480672 7.625 0 0 +4848300 15.0004480672 7.375 0 0 +4849200 15.0004480672 7.125 0 0 +4850100 15.0004480672 6.8875 0 0 +4851000 15.0004480672 6.6625 0 0 +4851900 15.0004480672 6.4375 0 0 +4852800 15.0004480672 6.2125 0 0 +4853700 15.0004480672 6.05 0 0 +4854600 15.0004480672 5.95 0 0 +4855500 15.0004480672 5.85 0 0 +4856400 15.0004480672 5.75 0 0 +4857300 15.0004480672 5.6625 0 0 +4858200 15.0004480672 5.5875 0 0 +4859100 15.0004480672 5.5125 0 0 +4860000 15.0004480672 5.4375 0 0 +4860900 15.0004480672 5.35 0 0 +4861800 15.0004480672 5.25 0 0 +4862700 15.0004480672 5.15 0 0 +4863600 15.0004480672 9.0680537369 35.9154091363 0 +4864500 15.0004480672 13.5152493326 92.0002035812 0 +4865400 15.0004480672 20.241459216 136.1000646409 0 +4866300 15.0076079717 16.151149482 189.6601129115 0.0555555556 +4867200 15.0076079717 17.0068890236 245.2874250631 0.0555555556 +4868100 15.0076079717 18.9527063461 363.189103132 0.0555555556 +4869000 15.0076079717 20.319879261 426.6540165059 0.0555555556 +4869900 15.0076079717 21.4523252115 485.7201418193 0.0555555556 +4870800 15.0076079717 22.5460422085 540.447275052 0.0555555556 +4871700 15.0076079717 24.1687612591 633.8432893235 0.0555555556 +4872600 15.0076079717 25.2350594611 686.6336045855 0.0555555556 +4873500 15.0076079717 26.2391017424 735.3777841193 0.0555555556 +4874400 15.0076079717 27.1755362369 780.0842070497 0.0555555556 +4875300 15.0076079717 27.6868882898 806.5107025963 0.0555555556 +4876200 15.0076079717 28.4423534183 843.4790025485 0.0555555556 +4877100 15.0076079717 29.1198897217 876.3163891165 0.0555555556 +4878000 15.0076079717 29.7162878575 904.9563835146 0.0555555556 +4878900 15.0076079717 26.9767597439 750.9042067854 0.0555555556 +4879800 15.0076079717 27.3222519025 767.9255262293 0.0555555556 +4880700 15.0076079717 27.5971595107 781.2506371306 0.0555555556 +4881600 15.0076079717 27.8001985338 790.8358270447 0.0555555556 +4882500 15.0076079717 29.2538105715 871.9292812289 0.0555555556 +4883400 15.0076079717 29.3145236396 874.1192054097 0.0555555556 +4884300 15.0076079717 29.294563306 872.1964799806 0.0555555556 +4885200 15.0076079717 29.1941118622 866.1672847599 0.0555555556 +4886100 15.0076079717 26.5215186997 717.8728224846 0.0555555556 +4887000 15.0076079717 26.3045600759 705.7030836368 0.0555555556 +4887900 15.0076079717 26.023593843 690.0965041827 0.0555555556 +4888800 15.0076079717 25.6801196473 671.1070190231 0.0555555556 +4889700 15.0076079717 26.9758630751 740.7765692646 0.0555555556 +4890600 15.0076079717 26.432725452 712.363072885 0.0555555556 +4891500 15.0076079717 25.8241793906 680.3918642871 0.0555555556 +4892400 15.0076079717 25.1535951772 644.9444722992 0.0555555556 +4893300 15.0076079717 25.0691951475 642.0037435575 0.0555555556 +4894200 15.0076079717 24.2373112661 598.3421170264 0.0555555556 +4895100 15.0076079717 23.3528658948 551.2200474366 0.0555555556 +4896000 15.0076079717 22.4222457084 500.6807143265 0.0555555556 +4896900 15.0076079717 20.0113478309 347.5045748124 0.0555555556 +4897800 15.0076079717 19.1975187039 302.8741683047 0.0555555556 +4898700 15.0076079717 18.2535703162 255.8827382941 0.0555555556 +4899600 15.0076079717 17.3933574129 207.0481941473 0.0555555556 +4900500 15.0004480672 30.5773846053 121.4404189596 0 +4901400 15.0004480672 24.8397364906 85.0104202492 0 +4902300 15.0004480672 19.7112181705 53.4571405932 0 +4903200 15.0004480672 14.7526256014 18.0170000705 0 +4904100 15.0004480672 12.9875 0 0 +4905000 15.0004480672 12.7625 0 0 +4905900 15.0004480672 12.5375 0 0 +4906800 15.0004480672 12.3125 0 0 +4907700 15.0004480672 12.175 0 0 +4908600 15.0004480672 12.125 0 0 +4909500 15.0004480672 12.075 0 0 +4910400 15.0004480672 12.025 0 0 +4911300 15.0004480672 11.9875 0 0 +4912200 15.0004480672 11.9625 0 0 +4913100 15.0004480672 11.9375 0 0 +4914000 15.0004480672 11.9125 0 0 +4914900 15.0004480672 11.875 0 0 +4915800 15.0004480672 11.825 0 0 +4916700 15.0004480672 11.775 0 0 +4917600 15.0004480672 11.725 0 0 +4918500 15.0004480672 11.625 0 0 +4919400 15.0004480672 11.475 0 0 +4920300 15.0004480672 11.325 0 0 +4921200 15.0004480672 11.175 0 0 +4922100 15.0004480672 11.0375 0 0 +4923000 15.0004480672 10.9125 0 0 +4923900 15.0004480672 10.7875 0 0 +4924800 15.0004480672 10.6625 0 0 +4925700 15.0004480672 10.525 0 0 +4926600 15.0004480672 10.375 0 0 +4927500 15.0004480672 10.225 0 0 +4928400 15.0004480672 10.075 0 0 +4929300 15.0004480672 9.9125 0 0 +4930200 15.0004480672 9.7375 0 0 +4931100 15.0004480672 9.5625 0 0 +4932000 15.0004480672 9.3875 0 0 +4932900 15.0004480672 9.2 0 0 +4933800 15.0004480672 9 0 0 +4934700 15.0004480672 8.8 0 0 +4935600 15.0004480672 8.6 0 0 +4936500 15.0004480672 8.4125 0 0 +4937400 15.0004480672 8.2375 0 0 +4938300 15.0004480672 8.0625 0 0 +4939200 15.0004480672 7.8875 0 0 +4940100 15.0004480672 7.775 0 0 +4941000 15.0004480672 7.725 0 0 +4941900 15.0004480672 7.675 0 0 +4942800 15.0004480672 7.625 0 0 +4943700 15.0004480672 7.575 0 0 +4944600 15.0004480672 7.525 0 0 +4945500 15.0004480672 7.475 0 0 +4946400 15.0004480672 7.425 0 0 +4947300 15.0004480672 7.375 0 0 +4948200 15.0004480672 7.325 0 0 +4949100 15.0004480672 7.275 0 0 +4950000 15.0004480672 10.7483688242 24.9454949276 0 +4950900 15.0004480672 15.0664898105 78.8561476534 0 +4951800 15.0004480672 21.1638132184 119.1621977466 0 +4952700 15.0076079717 16.1462469591 167.2605932604 0.0555555556 +4953600 15.0004480672 36.5789675885 217.5808741433 0 +4954500 15.0076079717 18.6133788885 322.6065015804 0.0555555556 +4955400 15.0076079717 19.8109110841 380.5453628256 0.0555555556 +4956300 15.0076079717 20.8247310542 435.2649666397 0.0555555556 +4957200 15.0076079717 21.8109402997 486.6228693877 0.0555555556 +4958100 15.0076079717 22.9940063703 553.4973524602 0.0555555556 +4959000 15.0076079717 23.9226177371 600.9848498731 0.0555555556 +4959900 15.0076079717 24.7989894696 645.0277364864 0.0555555556 +4960800 15.0076079717 25.6176589402 685.567448445 0.0555555556 +4961700 15.0076079717 27.60061491 799.2969881103 0.0555555556 +4962600 15.0076079717 28.358952528 835.9419023573 0.0555555556 +4963500 15.0076079717 29.0403202718 868.5014749503 0.0555555556 +4964400 15.0076079717 29.6414758688 896.9035349729 0.0555555556 +4965300 15.0076079717 31.0537210258 977.8947637149 0.0555555556 +4966200 15.0076079717 31.5087083554 999.0326086586 0.0555555556 +4967100 15.0076079717 31.8716284863 1015.5585507044 0.0555555556 +4968000 15.0076079717 32.1409246814 1027.427007937 0.0555555556 +4968900 15.0076079717 31.6389589439 995.8320947779 0.0555555556 +4969800 15.0076079717 31.7163233721 998.2199571726 0.0555555556 +4970700 15.0076079717 31.7014563941 996.0388275354 0.0555555556 +4971600 15.0076079717 31.5945638766 989.2951436974 0.0555555556 +4972500 15.0076079717 30.4000902623 924.4514472536 0.0555555556 +4973400 15.0076079717 30.1080145552 909.3163815304 0.0555555556 +4974300 15.0076079717 29.732195073 889.9077938888 0.0555555556 +4975200 15.0076079717 29.2745047608 866.2831340185 0.0555555556 +4976100 15.0076079717 27.7124029228 777.2164544251 0.0555555556 +4977000 15.0076079717 27.1407128987 747.4732834277 0.0555555556 +4977900 15.0076079717 26.5008391999 714.01733258 0.0555555556 +4978800 15.0076079717 25.7963062346 676.9366560242 0.0555555556 +4979700 15.0076079717 22.603135579 487.6507294035 0.0555555556 +4980600 15.0076079717 21.9884889268 452.94638329 0.0555555556 +4981500 15.0076079717 21.3369347704 415.7386210507 0.0555555556 +4982400 15.0076079717 20.6537275279 376.1521277049 0.0555555556 +4983300 15.0076079717 20.5420616386 376.0262198724 0.0555555556 +4984200 15.0076079717 19.6627799755 327.8994159772 0.0555555556 +4985100 15.0076079717 18.6467904218 277.3442284098 0.0555555556 +4986000 15.0076079717 17.7193836456 224.8950593173 0.0555555556 +4986900 15.0004480672 30.753166873 109.3845344363 0 +4987800 15.0076079717 15.8433199848 76.5733433157 0.0555555556 +4988700 15.0004480672 20.336942376 47.1685064897 0 +4989600 15.0004480672 15.4860430811 16.643508073 0 +4990500 15.0004480672 13.5125 0 0 +4991400 15.0004480672 13.1375 0 0 +4992300 15.0004480672 12.7625 0 0 +4993200 15.0004480672 12.3875 0 0 +4994100 15.0004480672 12.175 0 0 +4995000 15.0004480672 12.125 0 0 +4995900 15.0004480672 12.075 0 0 +4996800 15.0004480672 12.025 0 0 +4997700 15.0004480672 11.9875 0 0 +4998600 15.0004480672 11.9625 0 0 +4999500 15.0004480672 11.9375 0 0 +5000400 15.0004480672 11.9125 0 0 +5001300 15.0004480672 11.875 0 0 +5002200 15.0004480672 11.825 0 0 +5003100 15.0004480672 11.775 0 0 +5004000 15.0004480672 11.725 0 0 +5004900 15.0004480672 11.7 0 0 +5005800 15.0004480672 11.7 0 0 +5006700 15.0004480672 11.7 0 0 +5007600 15.0004480672 11.7 0 0 +5008500 15.0004480672 11.7 0 0 +5009400 15.0004480672 11.7 0 0 +5010300 15.0004480672 11.7 0 0 +5011200 15.0004480672 11.7 0 0 +5012100 15.0004480672 11.7 0 0 +5013000 15.0004480672 11.7 0 0 +5013900 15.0004480672 11.7 0 0 +5014800 15.0004480672 11.7 0 0 +5015700 15.0004480672 11.675 0 0 +5016600 15.0004480672 11.625 0 0 +5017500 15.0004480672 11.575 0 0 +5018400 15.0004480672 11.525 0 0 +5019300 15.0004480672 11.475 0 0 +5020200 15.0004480672 11.425 0 0 +5021100 15.0004480672 11.375 0 0 +5022000 15.0004480672 11.325 0 0 +5022900 15.0004480672 11.275 0 0 +5023800 15.0004480672 11.225 0 0 +5024700 15.0004480672 11.175 0 0 +5025600 15.0004480672 11.125 0 0 +5026500 15.0004480672 11.1 0 0 +5027400 15.0004480672 11.1 0 0 +5028300 15.0004480672 11.1 0 0 +5029200 15.0004480672 11.1 0 0 +5030100 15.0004480672 11.1 0 0 +5031000 15.0004480672 11.1 0 0 +5031900 15.0004480672 11.1 0 0 +5032800 15.0004480672 11.1 0 0 +5033700 15.0004480672 11.1 0 0 +5034600 15.0004480672 11.1 0 0 +5035500 15.0004480672 11.1 0 0 +5036400 15.0004480672 15.4874461491 34.467668026 0 +5037300 15.0004480672 16.0405026342 35.4046940545 0 +5038200 15.0004480672 19.6895280927 58.5749449882 0 +5039100 15.0004480672 23.5558370452 83.6300841577 0 +5040000 15.0076079717 16.0738614493 109.4377595862 0.0555555556 +5040900 15.0004480672 35.3615734271 154.1126263832 0 +5041800 15.0076079717 17.2291951166 182.4613069292 0.0555555556 +5042700 15.0076079717 17.6556024837 209.8415669503 0.0555555556 +5043600 15.0076079717 18.0707562534 236.0706338256 0.0555555556 +5044500 15.0004480672 32.34675639 129.2431065944 0 +5045400 15.0076079717 16.6495595968 140.6428872517 0.0555555556 +5046300 15.0004480672 35.6794953449 151.3220941189 0 +5047200 15.0076079717 16.9362559298 161.2343267749 0.0555555556 +5048100 15.0076079717 21.9563620823 475.8549191676 0.0555555556 +5049000 15.0076079717 22.3844168004 499.1253419756 0.0555555556 +5049900 15.0076079717 22.7696732912 519.8771371744 0.0555555556 +5050800 15.0076079717 23.1100746166 538.0313025982 0.0555555556 +5051700 15.0076079717 21.7946549898 459.3840968774 0.0555555556 +5052600 15.0076079717 21.9973175085 470.0221621607 0.0555555556 +5053500 15.0076079717 22.1604322226 478.3474911588 0.0555555556 +5054400 15.0076079717 22.2832652568 484.3265582834 0.0555555556 +5055300 15.0076079717 28.7989825208 857.0673863828 0.0555555556 +5056200 15.0076079717 28.8567293474 859.154667944 0.0555555556 +5057100 15.0076079717 28.8365106133 857.1657166322 0.0555555556 +5058000 15.0076079717 28.7385146891 851.1074916576 0.0555555556 +5058900 15.0076079717 28.1694086434 806.2550300662 0.0555555556 +5059800 15.0076079717 27.9026400324 792.88113708 0.0555555556 +5060700 15.0076079717 27.5627719885 775.7478717749 0.0555555556 +5061600 15.0076079717 27.1515100653 754.9100833539 0.0555555556 +5062500 15.0076079717 27.5565751839 779.7818673759 0.0555555556 +5063400 15.0076079717 26.9702441401 750.2359938114 0.0555555556 +5064300 15.0076079717 26.315272975 717.0003672711 0.0555555556 +5065200 15.0076079717 25.5952149737 680.1589038144 0.0555555556 +5066100 15.0076079717 25.3067667618 667.6278278835 0.0555555556 +5067000 15.0076079717 24.4307133489 622.6460125294 0.0555555556 +5067900 15.0076079717 23.5007888512 574.1386380787 0.0555555556 +5068800 15.0076079717 22.5236673675 522.1607665364 0.0555555556 +5069700 15.0076079717 20.8066870774 417.8421739587 0.0555555556 +5070600 15.0076079717 19.8477641977 366.9652557745 0.0555555556 +5071500 15.0076079717 18.7011233667 312.8359062785 0.0555555556 +5072400 15.0076079717 17.6671275499 255.8541005015 0.0555555556 +5073300 15.0004480672 31.7484582939 160.0968218741 0 +5074200 15.0004480672 24.8396412829 113.8069488952 0 +5075100 15.0004480672 18.7647000527 73.8002185607 0 +5076000 15.0004480672 13.0028419658 32.7214291853 0 +5076900 15.0004480672 10.1875 0 0 +5077800 15.0004480672 9.9625 0 0 +5078700 15.0004480672 9.7375 0 0 +5079600 15.0004480672 9.5125 0 0 +5080500 15.0004480672 9.35 0 0 +5081400 15.0004480672 9.25 0 0 +5082300 15.0004480672 9.15 0 0 +5083200 15.0004480672 9.05 0 0 +5084100 15.0004480672 8.9625 0 0 +5085000 15.0004480672 8.8875 0 0 +5085900 15.0004480672 8.8125 0 0 +5086800 15.0004480672 8.7375 0 0 +5087700 15.0004480672 8.7125 0 0 +5088600 15.0004480672 8.7375 0 0 +5089500 15.0004480672 8.7625 0 0 +5090400 15.0004480672 8.7875 0 0 +5091300 15.0004480672 8.8125 0 0 +5092200 15.0004480672 8.8375 0 0 +5093100 15.0004480672 8.8625 0 0 +5094000 15.0004480672 8.8875 0 0 +5094900 15.0004480672 8.9125 0 0 +5095800 15.0004480672 8.9375 0 0 +5096700 15.0004480672 8.9625 0 0 +5097600 15.0004480672 8.9875 0 0 +5098500 15.0004480672 9.0125 0 0 +5099400 15.0004480672 9.0375 0 0 +5100300 15.0004480672 9.0625 0 0 +5101200 15.0004480672 9.0875 0 0 +5102100 15.0004480672 9.1125 0 0 +5103000 15.0004480672 9.1375 0 0 +5103900 15.0004480672 9.1625 0 0 +5104800 15.0004480672 9.1875 0 0 +5105700 15.0004480672 9.2125 0 0 +5106600 15.0004480672 9.2375 0 0 +5107500 15.0004480672 9.2625 0 0 +5108400 15.0004480672 9.2875 0 0 +5109300 15.0004480672 9.3125 0 0 +5110200 15.0004480672 9.3375 0 0 +5111100 15.0004480672 9.3625 0 0 +5112000 15.0004480672 9.3875 0 0 +5112900 15.0004480672 9.475 0 0 +5113800 15.0004480672 9.625 0 0 +5114700 15.0004480672 9.775 0 0 +5115600 15.0004480672 9.925 0 0 +5116500 15.0004480672 9.925 0 0 +5117400 15.0004480672 9.775 0 0 +5118300 15.0004480672 9.625 0 0 +5119200 15.0004480672 9.475 0 0 +5120100 15.0004480672 9.4 0 0 +5121000 15.0004480672 9.4 0 0 +5121900 15.0004480672 9.4 0 0 +5122800 15.0004480672 9.4 0 0 +5123700 15.0004480672 11.3415856278 10.2439187816 0 +5124600 15.0004480672 12.8213695444 17.6309299387 0 +5125500 15.0004480672 14.265224037 24.8895012571 0 +5126400 15.0004480672 15.6687136849 31.9885504201 0 +5127300 15.0004480672 16.5666107815 36.6847886608 0 +5128200 15.0004480672 17.6643696391 42.9938365125 0 +5129100 15.0004480672 18.7131981239 49.0688485081 0 +5130000 15.0004480672 19.7097546512 54.8838105134 0 +5130900 15.0004480672 22.2509358996 69.900140498 0 +5131800 15.0004480672 23.2605688619 75.9413943357 0 +5132700 15.0004480672 24.1997889762 81.5996857472 0 +5133600 15.0076079717 15.8480268485 86.8507850601 0.0555555556 +5134500 15.0076079717 17.9511872002 222.871973211 0.0555555556 +5135400 15.0076079717 18.1293414046 233.7291737189 0.0555555556 +5136300 15.0076079717 18.288822058 243.4183649636 0.0555555556 +5137200 15.0076079717 18.4287615556 251.89908254 0.0555555556 +5138100 15.0076079717 30.1628762607 944.655178268 0.0555555556 +5139000 15.0076079717 30.6030624009 965.2581045736 0.0555555556 +5139900 15.0076079717 30.9549858624 981.3512447043 0.0555555556 +5140800 15.0076079717 31.2170975298 992.8841773069 0.0555555556 +5141700 15.0076079717 30.6268191547 958.6660333867 0.0555555556 +5142600 15.0076079717 30.7359112817 960.9099071614 0.0555555556 +5143500 15.0076079717 30.7569837912 958.6733649508 0.0555555556 +5144400 15.0076079717 30.6902499704 951.9638896669 0.0555555556 +5145300 15.0076079717 31.058572235 965.9527367108 0.0555555556 +5146200 15.0076079717 30.7875399257 950.142632401 0.0555555556 +5147100 15.0076079717 30.4293484774 929.8993559567 0.0555555556 +5148000 15.0076079717 29.9859702372 905.2846772087 0.0555555556 +5148900 15.0076079717 29.2065750398 857.7051797124 0.0555555556 +5149800 15.0076079717 28.6345974787 825.3873058492 0.0555555556 +5150700 15.0076079717 27.9872116758 789.04034502 0.0555555556 +5151600 15.0076079717 27.2682489261 748.7560667263 0.0555555556 +5152500 15.0076079717 24.6169951821 589.7277831594 0.0555555556 +5153400 15.0076079717 23.840624754 549.0128874844 0.0555555556 +5154300 15.0076079717 23.0186143323 505.268082909 0.0555555556 +5155200 15.0076079717 22.1573178826 458.6019942759 0.0555555556 +5156100 15.0076079717 19.9939988931 321.5823611359 0.0555555556 +5157000 15.0076079717 19.2311202875 280.5930198702 0.0555555556 +5157900 15.0076079717 18.3523270638 237.7344275921 0.0555555556 +5158800 15.0076079717 17.5559677136 193.4475870708 0.0555555556 +5159700 15.0004480672 34.5717742522 105.176742263 0 +5160600 15.0076079717 16.1307855059 74.3462256311 0.0555555556 +5161500 15.0004480672 23.2374588809 44.19805803 0 +5162400 15.0004480672 17.4452771598 14.2473787691 0 +5163300 15.0004480672 14.65 0 0 +5164200 15.0004480672 13.95 0 0 +5165100 15.0004480672 13.25 0 0 +5166000 15.0004480672 12.55 0 0 +5166900 15.0004480672 12.3375 0 0 +5167800 15.0004480672 12.6125 0 0 +5168700 15.0004480672 12.8875 0 0 +5169600 15.0004480672 13.1625 0 0 +5170500 15.0004480672 13.1 0 0 +5171400 15.0004480672 12.7 0 0 +5172300 15.0004480672 12.3 0 0 +5173200 15.0004480672 11.9 0 0 +5174100 15.0004480672 11.625 0 0 +5175000 15.0004480672 11.475 0 0 +5175900 15.0004480672 11.325 0 0 +5176800 15.0004480672 11.175 0 0 +5177700 15.0004480672 11.175 0 0 +5178600 15.0004480672 11.325 0 0 +5179500 15.0004480672 11.475 0 0 +5180400 15.0004480672 11.625 0 0 +5181300 15.0004480672 11.625 0 0 +5182200 15.0004480672 11.475 0 0 +5183100 15.0004480672 11.325 0 0 +5184000 15.0004480672 11.175 0 0 +5184900 15.0004480672 11.1 0 0 +5185800 15.0004480672 11.1 0 0 +5186700 15.0004480672 11.1 0 0 +5187600 15.0004480672 11.1 0 0 +5188500 15.0004480672 11.0375 0 0 +5189400 15.0004480672 10.9125 0 0 +5190300 15.0004480672 10.7875 0 0 +5191200 15.0004480672 10.6625 0 0 +5192100 15.0004480672 10.6625 0 0 +5193000 15.0004480672 10.7875 0 0 +5193900 15.0004480672 10.9125 0 0 +5194800 15.0004480672 11.0375 0 0 +5195700 15.0004480672 10.9625 0 0 +5196600 15.0004480672 10.6875 0 0 +5197500 15.0004480672 10.4125 0 0 +5198400 15.0004480672 10.1375 0 0 +5199300 15.0004480672 9.925 0 0 +5200200 15.0004480672 9.775 0 0 +5201100 15.0004480672 9.625 0 0 +5202000 15.0004480672 9.475 0 0 +5202900 15.0004480672 9.4 0 0 +5203800 15.0004480672 9.4 0 0 +5204700 15.0004480672 9.4 0 0 +5205600 15.0004480672 9.4 0 0 +5206500 15.0004480672 9.6125 0 0 +5207400 15.0004480672 10.0375 0 0 +5208300 15.0004480672 10.4625 0 0 +5209200 15.0004480672 12.3355161345 12.0755363352 0 +5210100 15.0004480672 19.34679911 75.0516500605 0 +5211000 15.0076079717 15.8352183564 114.3364558104 0.0555555556 +5211900 15.0004480672 31.5061960827 159.044821452 0 +5212800 15.0076079717 17.088865556 205.1053865364 0.0555555556 +5213700 15.0076079717 18.3828250192 280.9732945936 0.0555555556 +5214600 15.0076079717 19.4080399832 330.3619086109 0.0555555556 +5215500 15.0076079717 20.2900197417 377.465277242 0.0555555556 +5216400 15.0076079717 21.1523587403 422.0752007297 0.0555555556 +5217300 15.0076079717 22.9446930533 530.5420292161 0.0555555556 +5218200 15.0076079717 23.8247433186 575.8627397793 0.0555555556 +5219100 15.0076079717 24.6568468837 618.0309488271 0.0555555556 +5220000 15.0076079717 25.4354817737 656.9436576237 0.0555555556 +5220900 15.0076079717 25.2226122174 639.8959684887 0.0555555556 +5221800 15.0076079717 25.7967760871 669.9745559789 0.0555555556 +5222700 15.0076079717 26.3107895112 696.7506584663 0.0555555556 +5223600 15.0076079717 26.7617886156 720.1372965438 0.0555555556 +5224500 15.0076079717 29.9580088445 905.4403214501 0.0555555556 +5225400 15.0076079717 30.3676815334 925.1331964141 0.0555555556 +5226300 15.0076079717 30.6927645225 940.5054116299 0.0555555556 +5227200 15.0076079717 30.9317528846 951.507441516 0.0555555556 +5228100 15.0076079717 31.0478230614 957.5798352076 0.0555555556 +5229000 15.0076079717 31.0792853793 959.7488617457 0.0555555556 +5229900 15.0076079717 31.0228674376 957.4814366065 0.0555555556 +5230800 15.0076079717 30.8787886424 950.7850624803 0.0555555556 +5231700 15.0076079717 30.9620144356 950.7917532982 0.0555555556 +5232600 15.0076079717 30.7144937499 935.2736085203 0.0555555556 +5233500 15.0076079717 30.3807279476 915.4192702419 0.0555555556 +5234400 15.0076079717 29.962681487 891.2892318332 0.0555555556 +5235300 15.0076079717 28.7317043057 822.3981152863 0.0555555556 +5236200 15.0076079717 28.111932304 791.2504852513 0.0555555556 +5237100 15.0076079717 27.4205994868 756.2432671241 0.0555555556 +5238000 15.0076079717 26.6614808916 717.4727040524 0.0555555556 +5238900 15.0076079717 24.1751027845 570.0978166942 0.0555555556 +5239800 15.0076079717 23.4718620676 530.6226783496 0.0555555556 +5240700 15.0076079717 22.725192838 488.2626928485 0.0555555556 +5241600 15.0076079717 21.9413170157 443.1403907013 0.0555555556 +5242500 15.0076079717 19.8486340978 307.0933963067 0.0555555556 +5243400 15.0076079717 19.1807059175 267.9024525954 0.0555555556 +5244300 15.0076079717 18.4110526551 227.085283719 0.0555555556 +5245200 15.0076079717 17.7160646488 185.0608223395 0.0555555556 +5246100 15.0004480672 38.1142880259 122.8880566746 0 +5247000 15.0076079717 16.3810400674 87.4810414466 0.0555555556 +5247900 15.0004480672 26.8660777205 55.4028832776 0 +5248800 15.0004480672 21.6687976098 25.4182528025 0 +5249700 15.0004480672 18.55 0 0 +5250600 15.0004480672 17.85 0 0 +5251500 15.0004480672 17.15 0 0 +5252400 15.0004480672 16.45 0 0 +5253300 15.0004480672 15.8875 0 0 +5254200 15.0004480672 15.4625 0 0 +5255100 15.0004480672 15.0375 0 0 +5256000 15.0004480672 14.6125 0 0 +5256900 15.0004480672 14.2625 0 0 +5257800 15.0004480672 13.9875 0 0 +5258700 15.0004480672 13.7125 0 0 +5259600 15.0004480672 13.4375 0 0 +5260500 15.0004480672 13.3 0 0 +5261400 15.0004480672 13.3 0 0 +5262300 15.0004480672 13.3 0 0 +5263200 15.0004480672 13.3 0 0 +5264100 15.0004480672 13.3 0 0 +5265000 15.0004480672 13.3 0 0 +5265900 15.0004480672 13.3 0 0 +5266800 15.0004480672 13.3 0 0 +5267700 15.0004480672 13.3 0 0 +5268600 15.0004480672 13.3 0 0 +5269500 15.0004480672 13.3 0 0 +5270400 15.0004480672 13.3 0 0 +5271300 15.0004480672 13.1625 0 0 +5272200 15.0004480672 12.8875 0 0 +5273100 15.0004480672 12.6125 0 0 +5274000 15.0004480672 12.3375 0 0 +5274900 15.0004480672 12.1375 0 0 +5275800 15.0004480672 12.0125 0 0 +5276700 15.0004480672 11.8875 0 0 +5277600 15.0004480672 11.7625 0 0 +5278500 15.0004480672 11.625 0 0 +5279400 15.0004480672 11.475 0 0 +5280300 15.0004480672 11.325 0 0 +5281200 15.0004480672 11.175 0 0 +5282100 15.0004480672 11.1 0 0 +5283000 15.0004480672 11.1 0 0 +5283900 15.0004480672 11.1 0 0 +5284800 15.0004480672 11.1 0 0 +5285700 15.0004480672 10.9625 0 0 +5286600 15.0004480672 10.6875 0 0 +5287500 15.0004480672 10.4125 0 0 +5288400 15.0004480672 10.1375 0 0 +5289300 15.0004480672 10 0 0 +5290200 15.0004480672 10 0 0 +5291100 15.0004480672 10 0 0 +5292000 15.0004480672 10 0 0 +5292900 15.0004480672 10 0 0 +5293800 15.0004480672 10 0 0 +5294700 15.0004480672 10.0059713057 0.096455219 0 +5295600 15.0004480672 12.051222561 14.9217400394 0 +5296500 15.0004480672 19.0722283227 69.5851190758 0 +5297400 15.0076079717 15.8650247266 107.7066702493 0.0555555556 +5298300 15.0004480672 32.1649967111 149.7228823621 0 +5299200 15.0076079717 17.1421492239 192.9032897088 0.0555555556 +5300100 15.0004480672 37.7422587003 157.8245821572 0 +5301000 15.0076079717 17.4858621783 185.7529053533 0.0555555556 +5301900 15.0076079717 17.9647968924 212.701970404 0.0555555556 +5302800 15.0076079717 18.4340229388 238.4926788884 0.0555555556 +5303700 15.0076079717 18.7650814995 261.0499585574 0.0555555556 +5304600 15.0076079717 19.1459100057 283.7361773288 0.0555555556 +5305500 15.0076079717 19.5058899031 304.9807895611 0.0555555556 +5306400 15.0076079717 19.8429376499 324.6905194533 0.0555555556 +5307300 15.0076079717 25.1181667694 639.8683041777 0.0555555556 +5308200 15.0076079717 25.6888950957 670.0917717275 0.0555555556 +5309100 15.0076079717 26.2007963843 697.0112969466 0.0555555556 +5310000 15.0076079717 26.6510437219 720.5311030674 0.0555555556 +5310900 15.0076079717 27.3568430126 755.9616592703 0.0555555556 +5311800 15.0076079717 27.717897823 772.7177483003 0.0555555556 +5312700 15.0076079717 28.0092319151 785.7938282256 0.0555555556 +5313600 15.0076079717 28.2295542739 795.1424063371 0.0555555556 +5314500 15.0076079717 31.1854790362 963.2960150934 0.0555555556 +5315400 15.0076079717 31.238588531 965.431461303 0.0555555556 +5316300 15.0076079717 31.2039719387 963.0840319011 0.0555555556 +5317200 15.0076079717 31.0818562715 956.2618147521 0.0555555556 +5318100 15.0076079717 29.8410763793 883.369460391 0.0555555556 +5319000 15.0076079717 29.5335071141 868.6579764653 0.0555555556 +5319900 15.0076079717 29.1469931765 849.8588049676 0.0555555556 +5320800 15.0076079717 28.6834126223 827.0356398042 0.0555555556 +5321700 15.0076079717 22.9494762407 501.189132757 0.0555555556 +5322600 15.0076079717 22.5856214426 481.380671169 0.0555555556 +5323500 15.0076079717 22.1818809425 459.1856811792 0.0555555556 +5324400 15.0076079717 21.740483794 434.6940301803 0.0555555556 +5325300 15.0076079717 25.4327838115 659.1908119113 0.0555555556 +5326200 15.0076079717 24.5693050184 614.4344034763 0.0555555556 +5327100 15.0076079717 23.6549273299 566.3364941004 0.0555555556 +5328000 15.0076079717 22.6966193976 515.0078564675 0.0555555556 +5328900 15.0076079717 19.1440991289 282.9014364154 0.0555555556 +5329800 15.0076079717 18.5283847528 246.8637512333 0.0555555556 +5330700 15.0076079717 17.8308515237 209.4682714565 0.0555555556 +5331600 15.0076079717 17.1934957595 171.0885040246 0.0555555556 +5332500 15.0004480672 28.2052680099 78.9977571907 0 +5333400 15.0004480672 24.5897202499 56.557054019 0 +5334300 15.0004480672 21.054771675 34.9704094389 0 +5335200 15.0004480672 17.5310214905 14.2855360032 0 +5336100 15.0004480672 15.525 0 0 +5337000 15.0004480672 15.375 0 0 +5337900 15.0004480672 15.225 0 0 +5338800 15.0004480672 15.075 0 0 +5339700 15.0004480672 14.925 0 0 +5340600 15.0004480672 14.775 0 0 +5341500 15.0004480672 14.625 0 0 +5342400 15.0004480672 14.475 0 0 +5343300 15.0004480672 14.2625 0 0 +5344200 15.0004480672 13.9875 0 0 +5345100 15.0004480672 13.7125 0 0 +5346000 15.0004480672 13.4375 0 0 +5346900 15.0004480672 13.2375 0 0 +5347800 15.0004480672 13.1125 0 0 +5348700 15.0004480672 12.9875 0 0 +5349600 15.0004480672 12.8625 0 0 +5350500 15.0004480672 12.8 0 0 +5351400 15.0004480672 12.8 0 0 +5352300 15.0004480672 12.8 0 0 +5353200 15.0004480672 12.8 0 0 +5354100 15.0004480672 12.725 0 0 +5355000 15.0004480672 12.575 0 0 +5355900 15.0004480672 12.425 0 0 +5356800 15.0004480672 12.275 0 0 +5357700 15.0004480672 12.2 0 0 +5358600 15.0004480672 12.2 0 0 +5359500 15.0004480672 12.2 0 0 +5360400 15.0004480672 12.2 0 0 +5361300 15.0004480672 12.1375 0 0 +5362200 15.0004480672 12.0125 0 0 +5363100 15.0004480672 11.8875 0 0 +5364000 15.0004480672 11.7625 0 0 +5364900 15.0004480672 11.7 0 0 +5365800 15.0004480672 11.7 0 0 +5366700 15.0004480672 11.7 0 0 +5367600 15.0004480672 11.7 0 0 +5368500 15.0004480672 11.7625 0 0 +5369400 15.0004480672 11.8875 0 0 +5370300 15.0004480672 12.0125 0 0 +5371200 15.0004480672 12.1375 0 0 +5372100 15.0004480672 12.1375 0 0 +5373000 15.0004480672 12.0125 0 0 +5373900 15.0004480672 11.8875 0 0 +5374800 15.0004480672 11.7625 0 0 +5375700 15.0004480672 11.7 0 0 +5376600 15.0004480672 11.7 0 0 +5377500 15.0004480672 11.7 0 0 +5378400 15.0004480672 11.7 0 0 +5379300 15.0004480672 11.7 0 0 +5380200 15.0004480672 11.7 0 0 +5381100 15.0004480672 11.7103991583 0.0566665404 0 +5382000 15.0004480672 12.3361291975 3.4747043095 0 +5382900 15.0004480672 14.5042505153 15.4449788476 0 +5383800 15.0004480672 16.1540333339 24.6855041283 0 +5384700 15.0004480672 17.7553689852 33.7637908063 0 +5385600 15.0004480672 19.303208854 42.6409642645 0 +5386500 15.0004480672 20.1284905151 47.0526236022 0 +5387400 15.0004480672 21.5701986111 54.7253686732 0 +5388300 15.0004480672 22.9511703008 62.1118991232 0 +5389200 15.0004480672 24.2677047788 69.1805846948 0 +5390100 15.0076079717 18.1724847859 235.4655058818 0.0555555556 +5391000 15.0076079717 18.4804965581 255.4157833519 0.0555555556 +5391900 15.0076079717 18.7703636196 274.0995013643 0.0555555556 +5392800 15.0076079717 19.0406555956 291.4346794807 0.0555555556 +5393700 15.0076079717 21.1364260543 413.1081182906 0.0555555556 +5394600 15.0076079717 21.4952481826 432.7963362663 0.0555555556 +5395500 15.0076079717 21.8186202722 450.352843717 0.0555555556 +5396400 15.0076079717 22.1048441112 465.7052051872 0.0555555556 +5397300 15.0076079717 27.7732698599 799.2853604329 0.0555555556 +5398200 15.0076079717 28.114006719 816.9611753703 0.0555555556 +5399100 15.0076079717 28.382345614 830.7451275526 0.0555555556 +5400000 15.0076079717 28.5769468164 840.5855558535 0.0555555556 +5400900 15.0076079717 28.1295371366 816.6851499011 0.0555555556 +5401800 15.0076079717 28.2074793655 818.4859484746 0.0555555556 +5402700 15.0076079717 28.2132635641 816.3988150472 0.0555555556 +5403600 15.0076079717 28.1470871146 810.431808884 0.0555555556 +5404500 15.0076079717 27.8666920101 789.2955509408 0.0555555556 +5405400 15.0076079717 27.6261181587 775.8712609402 0.0555555556 +5406300 15.0076079717 27.3170576635 758.7397427707 0.0555555556 +5407200 15.0076079717 26.9411918535 737.9657339732 0.0555555556 +5408100 15.0076079717 18.9807253583 257.1782119949 0.0555555556 +5409000 15.0076079717 18.844814957 247.1151315313 0.0555555556 +5409900 15.0076079717 18.6904549142 235.8494859658 0.0555555556 +5410800 15.0076079717 18.5185552874 223.429851762 0.0555555556 +5411700 15.0076079717 20.378890551 348.9341868389 0.0555555556 +5412600 15.0076079717 19.9491555848 324.576071692 0.0555555556 +5413500 15.0076079717 19.4956103659 298.5802299255 0.0555555556 +5414400 15.0076079717 19.0210438322 271.0647967849 0.0555555556 +5415300 15.0004480672 35.2466924899 113.7329928418 0 +5416200 15.0076079717 16.4525271714 100.0493360425 0.0555555556 +5417100 15.0004480672 29.6249035235 85.8414463189 0 +5418000 15.0076079717 15.9559261081 71.1701640362 0.0555555556 +5418900 15.0004480672 24.3122355487 59.0077245924 0 +5419800 15.0004480672 21.5309180719 42.8007521864 0 +5420700 15.0004480672 18.6419336057 26.3097253063 0 +5421600 15.0004480672 15.650987133 9.6052610609 0 +5422500 15.0004480672 13.9 0 0 +5423400 15.0004480672 13.9 0 0 +5424300 15.0004480672 13.9 0 0 +5425200 15.0004480672 13.9 0 0 +5426100 15.0004480672 13.9 0 0 +5427000 15.0004480672 13.9 0 0 +5427900 15.0004480672 13.9 0 0 +5428800 15.0004480672 13.9 0 0 +5429700 15.0004480672 13.9 0 0 +5430600 15.0004480672 13.9 0 0 +5431500 15.0004480672 13.9 0 0 +5432400 15.0004480672 13.9 0 0 +5433300 15.0004480672 13.825 0 0 +5434200 15.0004480672 13.675 0 0 +5435100 15.0004480672 13.525 0 0 +5436000 15.0004480672 13.375 0 0 +5436900 15.0004480672 13.375 0 0 +5437800 15.0004480672 13.525 0 0 +5438700 15.0004480672 13.675 0 0 +5439600 15.0004480672 13.825 0 0 +5440500 15.0004480672 13.9 0 0 +5441400 15.0004480672 13.9 0 0 +5442300 15.0004480672 13.9 0 0 +5443200 15.0004480672 13.9 0 0 +5444100 15.0004480672 13.825 0 0 +5445000 15.0004480672 13.675 0 0 +5445900 15.0004480672 13.525 0 0 +5446800 15.0004480672 13.375 0 0 +5447700 15.0004480672 13.375 0 0 +5448600 15.0004480672 13.525 0 0 +5449500 15.0004480672 13.675 0 0 +5450400 15.0004480672 13.825 0 0 +5451300 15.0004480672 13.6875 0 0 +5452200 15.0004480672 13.2625 0 0 +5453100 15.0004480672 12.8375 0 0 +5454000 15.0004480672 12.4125 0 0 +5454900 15.0004480672 12.275 0 0 +5455800 15.0004480672 12.425 0 0 +5456700 15.0004480672 12.575 0 0 +5457600 15.0004480672 12.725 0 0 +5458500 15.0004480672 12.725 0 0 +5459400 15.0004480672 12.575 0 0 +5460300 15.0004480672 12.425 0 0 +5461200 15.0004480672 12.275 0 0 +5462100 15.0004480672 12.2 0 0 +5463000 15.0004480672 12.2 0 0 +5463900 15.0004480672 12.2 0 0 +5464800 15.0004480672 12.2 0 0 +5465700 15.0004480672 12.1375 0 0 +5466600 15.0004480672 12.0125 0 0 +5467500 15.0004480672 11.9358799163 0.263667768 0 +5468400 15.0004480672 13.0043498998 6.7990739318 0 +5469300 15.0004480672 16.6881394254 30.2769838348 0 +5470200 15.0004480672 19.5973736614 47.0764547996 0 +5471100 15.0004480672 22.5485028283 64.2369925301 0 +5472000 15.0076079717 15.8785604614 81.383590728 0.0555555556 +5472900 15.0076079717 17.0139091709 160.8241778881 0.0555555556 +5473800 15.0076079717 17.4409616166 187.6145697519 0.0555555556 +5474700 15.0076079717 17.8371397535 213.4794991028 0.0555555556 +5475600 15.0076079717 18.2209058707 238.2695859 0.0555555556 +5476500 15.0004480672 31.240786598 110.4918771529 0 +5477400 15.0076079717 16.5229600975 119.6238286288 0.0555555556 +5478300 15.0004480672 34.5972840492 128.1731078159 0 +5479200 15.0076079717 16.800898646 136.1031053881 0.0555555556 +5480100 15.0076079717 17.0122277864 150.1894216915 0.0555555556 +5481000 15.0076079717 17.1105265444 157.0948726438 0.0555555556 +5481900 15.0076079717 17.1981992843 163.2538498556 0.0555555556 +5482800 15.0076079717 17.2748705781 168.6399796408 0.0555555556 +5483700 15.0076079717 21.0234493366 401.6036890982 0.0555555556 +5484600 15.0076079717 21.1860433591 410.5596567009 0.0555555556 +5485500 15.0076079717 21.3155263295 417.5415640062 0.0555555556 +5486400 15.0076079717 21.4112903482 422.5199939839 0.0555555556 +5487300 15.0076079717 17.5837890798 187.4488830879 0.0555555556 +5488200 15.0076079717 17.5776699322 187.844265677 0.0555555556 +5489100 15.0076079717 17.5590131578 187.3598277298 0.0555555556 +5490000 15.0076079717 17.527848286 185.9976436839 0.0555555556 +5490900 15.0076079717 21.7447357027 464.0703638185 0.0555555556 +5491800 15.0076079717 21.6210555406 456.1320907258 0.0555555556 +5492700 15.0076079717 21.4635706294 446.0169996291 0.0555555556 +5493600 15.0076079717 21.2730432654 433.7684220092 0.0555555556 +5494500 15.0076079717 22.6660411826 498.3358825103 0.0555555556 +5495400 15.0076079717 22.3288400174 478.7514191856 0.0555555556 +5496300 15.0076079717 21.9514294706 456.8168879389 0.0555555556 +5497200 15.0076079717 21.5361505512 432.6208986201 0.0555555556 +5498100 15.0076079717 21.800910346 453.6856303607 0.0555555556 +5499000 15.0076079717 21.235950776 421.9868356972 0.0555555556 +5499900 15.0076079717 20.6390552185 388.1197216086 0.0555555556 +5500800 15.0076079717 20.0149331824 352.2283846052 0.0555555556 +5501700 15.0076079717 19.2664050009 306.6045293954 0.0555555556 +5502600 15.0076079717 18.5893059553 268.2876451782 0.0555555556 +5503500 15.0076079717 17.802805606 228.4388887894 0.0555555556 +5504400 15.0076079717 17.1025055007 187.4351961603 0.0555555556 +5505300 15.0004480672 23.5949839462 63.8332286758 0 +5506200 15.0004480672 20.6885467159 46.4363895212 0 +5507100 15.0004480672 17.7548003321 29.151384016 0 +5508000 15.0004480672 14.771574233 12.0711147925 0 +5508900 15.0004480672 12.725 0 0 +5509800 15.0004480672 12.575 0 0 +5510700 15.0004480672 12.425 0 0 +5511600 15.0004480672 12.275 0 0 +5512500 15.0004480672 12.2 0 0 +5513400 15.0004480672 12.2 0 0 +5514300 15.0004480672 12.2 0 0 +5515200 15.0004480672 12.2 0 0 +5516100 15.0004480672 12.1375 0 0 +5517000 15.0004480672 12.0125 0 0 +5517900 15.0004480672 11.8875 0 0 +5518800 15.0004480672 11.7625 0 0 +5519700 15.0004480672 11.7 0 0 +5520600 15.0004480672 11.7 0 0 +5521500 15.0004480672 11.7 0 0 +5522400 15.0004480672 11.7 0 0 +5523300 15.0004480672 11.7 0 0 +5524200 15.0004480672 11.7 0 0 +5525100 15.0004480672 11.7 0 0 +5526000 15.0004480672 11.7 0 0 +5526900 15.0004480672 11.4875 0 0 +5527800 15.0004480672 11.0625 0 0 +5528700 15.0004480672 10.6375 0 0 +5529600 15.0004480672 10.2125 0 0 +5530500 15.0004480672 10 0 0 +5531400 15.0004480672 10 0 0 +5532300 15.0004480672 10 0 0 +5533200 15.0004480672 10 0 0 +5534100 15.0004480672 9.925 0 0 +5535000 15.0004480672 9.775 0 0 +5535900 15.0004480672 9.625 0 0 +5536800 15.0004480672 9.475 0 0 +5537700 15.0004480672 9.4 0 0 +5538600 15.0004480672 9.4 0 0 +5539500 15.0004480672 9.4 0 0 +5540400 15.0004480672 9.4 0 0 +5541300 15.0004480672 9.475 0 0 +5542200 15.0004480672 9.625 0 0 +5543100 15.0004480672 9.775 0 0 +5544000 15.0004480672 9.925 0 0 +5544900 15.0004480672 10 0 0 +5545800 15.0004480672 10 0 0 +5546700 15.0004480672 10 0 0 +5547600 15.0004480672 10 0 0 +5548500 15.0004480672 10 0 0 +5549400 15.0004480672 10 0 0 +5550300 15.0004480672 10 0 0 +5551200 15.0004480672 10 0 0 +5552100 15.0004480672 9.925 0 0 +5553000 15.0004480672 9.775 0 0 +5553900 15.0004480672 9.890496575 3.2572036047 0 +5554800 15.0004480672 13.3291964239 37.0247859464 0 +5555700 15.0004480672 20.1117996993 96.8443480679 0 +5556600 15.0076079717 15.9808242696 143.5983395032 0.0555555556 +5557500 15.0004480672 34.0080789663 194.3489935754 0 +5558400 15.0076079717 17.4391314667 245.2031186707 0.0555555556 +5559300 15.0076079717 17.9252578437 242.8085536216 0.0555555556 +5560200 15.0076079717 18.7053051559 283.7068361555 0.0555555556 +5561100 15.0076079717 19.3946441632 323.1136780184 0.0555555556 +5562000 15.0076079717 20.0690083748 360.787770442 0.0555555556 +5562900 15.0076079717 24.0445934954 606.711302664 0.0555555556 +5563800 15.0076079717 25.0509922651 655.3964371375 0.0555555556 +5564700 15.0076079717 26.0021855125 700.5943850647 0.0555555556 +5565600 15.0076079717 26.8922078787 742.2203645211 0.0555555556 +5566500 15.0076079717 28.1009016759 814.494014445 0.0555555556 +5567400 15.0076079717 28.8420416195 850.9722983885 0.0555555556 +5568300 15.0076079717 29.5068483124 883.3978130723 0.0555555556 +5569200 15.0076079717 30.0918418758 911.6724918569 0.0555555556 +5570100 15.0076079717 29.0998996971 858.8944277483 0.0555555556 +5571000 15.0076079717 29.46974722 877.4103561314 0.0555555556 +5571900 15.0076079717 29.7606807182 891.8201544254 0.0555555556 +5572800 15.0076079717 29.9712536533 902.0715769859 0.0555555556 +5573700 15.0076079717 31.3803749977 969.695109285 0.0555555556 +5574600 15.0076079717 31.4610307772 971.6188121844 0.0555555556 +5575500 15.0076079717 31.4524741673 969.1203155175 0.0555555556 +5576400 15.0076079717 31.3549552476 962.2080959983 0.0555555556 +5577300 15.0076079717 32.2303247812 1010.4976362056 0.0555555556 +5578200 15.0076079717 31.9169938499 994.0434739464 0.0555555556 +5579100 15.0076079717 31.5127998801 973.0651152855 0.0555555556 +5580000 15.0076079717 31.0198687502 947.6279442026 0.0555555556 +5580900 15.0076079717 30.3926859298 911.9705187156 0.0555555556 +5581800 15.0076079717 29.7006620361 878.3223496253 0.0555555556 +5582700 15.0076079717 28.9293857785 840.5219815196 0.0555555556 +5583600 15.0076079717 28.0830098595 798.6661006254 0.0555555556 +5584500 15.0076079717 26.5714649928 711.2331668471 0.0555555556 +5585400 15.0076079717 25.6261657686 664.8144794338 0.0555555556 +5586300 15.0076079717 24.6250872801 614.8255704893 0.0555555556 +5587200 15.0076079717 23.5755336859 561.3370644392 0.0555555556 +5588100 15.0076079717 21.8924725208 462.6649117777 0.0555555556 +5589000 15.0076079717 20.8563421059 408.8471921661 0.0555555556 +5589900 15.0076079717 19.5805554709 351.7636252787 0.0555555556 +5590800 15.0076079717 18.4730810719 291.7013416278 0.0555555556 +5591700 15.0076079717 17.0330222625 199.2682880242 0.0555555556 +5592600 15.0004480672 31.9413203702 147.0925138801 0 +5593500 15.0076079717 15.8610933424 99.3566558803 0.0555555556 +5594400 15.0004480672 20.0998083723 59.6921095951 0 +5595300 15.0004480672 15.525 0 0 +5596200 15.0004480672 15.375 0 0 +5597100 15.0004480672 15.225 0 0 +5598000 15.0004480672 15.075 0 0 +5598900 15.0004480672 15 0 0 +5599800 15.0004480672 15 0 0 +5600700 15.0004480672 15 0 0 +5601600 15.0004480672 15 0 0 +5602500 15.0004480672 14.7875 0 0 +5603400 15.0004480672 14.3625 0 0 +5604300 15.0004480672 13.9375 0 0 +5605200 15.0004480672 13.5125 0 0 +5606100 15.0004480672 13.2375 0 0 +5607000 15.0004480672 13.1125 0 0 +5607900 15.0004480672 12.9875 0 0 +5608800 15.0004480672 12.8625 0 0 +5609700 15.0004480672 12.725 0 0 +5610600 15.0004480672 12.575 0 0 +5611500 15.0004480672 12.425 0 0 +5612400 15.0004480672 12.275 0 0 +5613300 15.0004480672 12.1375 0 0 +5614200 15.0004480672 12.0125 0 0 +5615100 15.0004480672 11.8875 0 0 +5616000 15.0004480672 11.7625 0 0 +5616900 15.0004480672 11.7625 0 0 +5617800 15.0004480672 11.8875 0 0 +5618700 15.0004480672 12.0125 0 0 +5619600 15.0004480672 12.1375 0 0 +5620500 15.0004480672 12.2 0 0 +5621400 15.0004480672 12.2 0 0 +5622300 15.0004480672 12.2 0 0 +5623200 15.0004480672 12.2 0 0 +5624100 15.0004480672 12 0 0 +5625000 15.0004480672 11.6 0 0 +5625900 15.0004480672 11.2 0 0 +5626800 15.0004480672 10.8 0 0 +5627700 15.0004480672 10.6625 0 0 +5628600 15.0004480672 10.7875 0 0 +5629500 15.0004480672 10.9125 0 0 +5630400 15.0004480672 11.0375 0 0 +5631300 15.0004480672 10.9625 0 0 +5632200 15.0004480672 10.6875 0 0 +5633100 15.0004480672 10.4125 0 0 +5634000 15.0004480672 10.1375 0 0 +5634900 15.0004480672 10.075 0 0 +5635800 15.0004480672 10.225 0 0 +5636700 15.0004480672 10.375 0 0 +5637600 15.0004480672 10.525 0 0 +5638500 15.0004480672 10.525 0 0 +5639400 15.0004480672 10.375 0 0 +5640300 15.0004480672 10.6131760876 5.8708459261 0 +5641200 15.0004480672 13.7153829646 39.6791180749 0 +5642100 15.0004480672 22.1222793041 117.728766776 0 +5643000 15.0076079717 16.2129502522 171.8640557245 0.0555555556 +5643900 15.0004480672 37.5653944848 229.3871928414 0 +5644800 15.0076079717 17.8681805143 285.6095387284 0.0555555556 +5645700 15.0076079717 19.7618152798 390.6787143701 0.0555555556 +5646600 15.0076079717 21.1196364625 451.8871595559 0.0555555556 +5647500 15.0076079717 22.2482433556 509.72778921 0.0555555556 +5648400 15.0076079717 23.3457115261 564.1155979703 0.0555555556 +5649300 15.0076079717 24.8015885699 646.8154706291 0.0555555556 +5650200 15.0076079717 25.8375377655 698.4831640379 0.0555555556 +5651100 15.0076079717 26.8153531823 746.4775918437 0.0555555556 +5652000 15.0076079717 27.72874831 790.697868973 0.0555555556 +5652900 15.0076079717 28.8915719538 855.1366793833 0.0555555556 +5653800 15.0076079717 29.6772453697 892.8856857039 0.0555555556 +5654700 15.0076079717 30.3827071212 926.4236632657 0.0555555556 +5655600 15.0076079717 31.0043637241 955.6526257938 0.0555555556 +5656500 15.0076079717 31.777512002 998.3150202894 0.0555555556 +5657400 15.0076079717 32.2490791413 1019.1519834702 0.0555555556 +5658300 15.0076079717 32.627741676 1035.3447960081 0.0555555556 +5659200 15.0076079717 32.9118734478 1046.8401913381 0.0555555556 +5660100 15.0076079717 32.9449483523 1045.1478639989 0.0555555556 +5661000 15.0076079717 33.0054507911 1047.1342142993 0.0555555556 +5661900 15.0076079717 32.9703672378 1044.3919234625 0.0555555556 +5662800 15.0076079717 32.8399704088 1036.9301978858 0.0555555556 +5663700 15.0076079717 31.7673550071 976.9006809515 0.0555555556 +5664600 15.0076079717 31.4445222911 960.7726540021 0.0555555556 +5665500 15.0076079717 31.034355219 940.2350204413 0.0555555556 +5666400 15.0076079717 30.5389592964 915.3563627272 0.0555555556 +5667300 15.0076079717 29.3486779835 847.1333423983 0.0555555556 +5668200 15.0076079717 28.6642164718 815.3776626302 0.0555555556 +5669100 15.0076079717 27.9064331424 779.7450386774 0.0555555556 +5670000 15.0076079717 27.079371488 740.3417891735 0.0555555556 +5670900 15.0076079717 25.9713416349 683.7413362616 0.0555555556 +5671800 15.0076079717 25.0597223362 637.8740150058 0.0555555556 +5672700 15.0076079717 24.0966968302 588.6657977956 0.0555555556 +5673600 15.0076079717 23.0896902981 536.2519635996 0.0555555556 +5674500 15.0076079717 21.3487355163 430.3813303256 0.0555555556 +5675400 15.0076079717 20.401747523 379.7510168609 0.0555555556 +5676300 15.0076079717 19.2368107217 326.3454231249 0.0555555556 +5677200 15.0076079717 18.2358756201 270.4883994721 0.0555555556 +5678100 15.0004480672 38.1839648139 185.4598804021 0 +5679000 15.0076079717 16.300525096 136.5052595329 0.0555555556 +5679900 15.0004480672 24.4137636858 91.6363447703 0 +5680800 15.0004480672 18.5879864894 53.9157646754 0 +5681700 15.0004480672 13.6875 0 0 +5682600 15.0004480672 13.2625 0 0 +5683500 15.0004480672 12.8375 0 0 +5684400 15.0004480672 12.4125 0 0 +5685300 15.0004480672 12.3375 0 0 +5686200 15.0004480672 12.6125 0 0 +5687100 15.0004480672 12.8875 0 0 +5688000 15.0004480672 13.1625 0 0 +5688900 15.0004480672 12.9625 0 0 +5689800 15.0004480672 12.2875 0 0 +5690700 15.0004480672 11.6125 0 0 +5691600 15.0004480672 10.9375 0 0 +5692500 15.0004480672 10.525 0 0 +5693400 15.0004480672 10.375 0 0 +5694300 15.0004480672 10.225 0 0 +5695200 15.0004480672 10.075 0 0 +5696100 15.0004480672 9.925 0 0 +5697000 15.0004480672 9.775 0 0 +5697900 15.0004480672 9.625 0 0 +5698800 15.0004480672 9.475 0 0 +5699700 15.0004480672 9.475 0 0 +5700600 15.0004480672 9.625 0 0 +5701500 15.0004480672 9.775 0 0 +5702400 15.0004480672 9.925 0 0 +5703300 15.0004480672 9.8625 0 0 +5704200 15.0004480672 9.5875 0 0 +5705100 15.0004480672 9.3125 0 0 +5706000 15.0004480672 9.0375 0 0 +5706900 15.0004480672 8.9 0 0 +5707800 15.0004480672 8.9 0 0 +5708700 15.0004480672 8.9 0 0 +5709600 15.0004480672 8.9 0 0 +5710500 15.0004480672 8.825 0 0 +5711400 15.0004480672 8.675 0 0 +5712300 15.0004480672 8.525 0 0 +5713200 15.0004480672 8.375 0 0 +5714100 15.0004480672 8.2375 0 0 +5715000 15.0004480672 8.1125 0 0 +5715900 15.0004480672 7.9875 0 0 +5716800 15.0004480672 7.8625 0 0 +5717700 15.0004480672 7.8 0 0 +5718600 15.0004480672 7.8 0 0 +5719500 15.0004480672 7.8 0 0 +5720400 15.0004480672 7.8 0 0 +5721300 15.0004480672 7.725 0 0 +5722200 15.0004480672 7.575 0 0 +5723100 15.0004480672 7.425 0 0 +5724000 15.0004480672 7.275 0 0 +5724900 15.0004480672 7.2 0 0 +5725800 15.0004480672 7.2 0 0 +5726700 15.0004480672 7.5855085793 2.1037232155 0 +5727600 15.0004480672 10.0236796963 15.5531310339 0 +5728500 15.0004480672 16.1088441052 58.1774780846 0 +5729400 15.0004480672 20.9391067644 86.4515836096 0 +5730300 15.0076079717 15.9375320654 115.8053568688 0.0555555556 +5731200 15.0004480672 31.3466332897 145.3330461679 0 +5732100 15.0076079717 16.7925761764 162.403873004 0.0555555556 +5733000 15.0076079717 17.2577222524 188.5307400171 0.0555555556 +5733900 15.0076079717 17.6831747477 213.7691055782 0.0555555556 +5734800 15.0076079717 18.097630136 237.9651443544 0.0555555556 +5735700 15.0076079717 22.7990703465 540.6702833749 0.0555555556 +5736600 15.0076079717 23.651611663 585.280808857 0.0555555556 +5737500 15.0076079717 24.4582145622 626.910028842 0.0555555556 +5738400 15.0076079717 25.2132500562 665.4094617611 0.0555555556 +5739300 15.0076079717 26.7915705733 756.7297706327 0.0555555556 +5740200 15.0076079717 27.4662050748 791.0375944876 0.0555555556 +5741100 15.0076079717 28.0716816067 821.5612578663 0.0555555556 +5742000 15.0076079717 28.6046859104 848.1904159237 0.0555555556 +5742900 15.0076079717 29.531800724 900.4583260855 0.0555555556 +5743800 15.0076079717 29.9346904235 919.6497496679 0.0555555556 +5744700 15.0076079717 30.2555079985 934.5566588904 0.0555555556 +5745600 15.0076079717 30.4927536454 945.1234319227 0.0555555556 +5746500 15.0076079717 30.7479011445 957.9202170699 0.0555555556 +5747400 15.0076079717 30.8154908976 959.716794653 0.0555555556 +5748300 15.0076079717 30.797133255 957.0728131543 0.0555555556 +5749200 15.0076079717 30.6930901702 949.9982184158 0.0555555556 +5750100 15.0076079717 30.2602578499 923.8962749263 0.0555555556 +5751000 15.0076079717 29.9592467372 908.304307708 0.0555555556 +5751900 15.0076079717 29.5772566358 888.4775875535 0.0555555556 +5752800 15.0076079717 29.1163120559 864.4895788712 0.0555555556 +5753700 15.0076079717 27.3387651778 759.1745337435 0.0555555556 +5754600 15.0076079717 26.7825056596 730.0098249943 0.0555555556 +5755500 15.0076079717 26.1626204614 697.3401512569 0.0555555556 +5756400 15.0076079717 25.4828387548 661.2843278008 0.0555555556 +5757300 15.0076079717 22.8076597883 501.6051719315 0.0555555556 +5758200 15.0076079717 22.1637888457 467.0299252866 0.0555555556 +5759100 15.0076079717 21.484756588 430.0986101849 0.0555555556 +5760000 15.0076079717 20.7760712267 390.9668585562 0.0555555556 +5760900 15.0076079717 19.1251451415 285.6510264989 0.0555555556 +5761800 15.0076079717 18.5124735433 250.5116285181 0.0555555556 +5762700 15.0076079717 17.813224181 214.1493497657 0.0555555556 +5763600 15.0076079717 17.1841693233 176.8906175892 0.0555555556 +5764500 15.0004480672 28.1716106124 86.7041971844 0 +5765400 15.0004480672 23.9850102754 64.0312541231 0 +5766300 15.0004480672 19.8213917572 41.7607320809 0 +5767200 15.0004480672 15.6241770386 20.1459744763 0 +5768100 15.0004480672 12.0625 0 0 +5769000 15.0004480672 11.7875 0 0 +5769900 15.0004480672 11.5125 0 0 +5770800 15.0004480672 11.2375 0 0 +5771700 15.0004480672 11.0375 0 0 +5772600 15.0004480672 10.9125 0 0 +5773500 15.0004480672 10.7875 0 0 +5774400 15.0004480672 10.6625 0 0 +5775300 15.0004480672 10.525 0 0 +5776200 15.0004480672 10.375 0 0 +5777100 15.0004480672 10.225 0 0 +5778000 15.0004480672 10.075 0 0 +5778900 15.0004480672 10 0 0 +5779800 15.0004480672 10 0 0 +5780700 15.0004480672 10 0 0 +5781600 15.0004480672 10 0 0 +5782500 15.0004480672 10 0 0 +5783400 15.0004480672 10 0 0 +5784300 15.0004480672 10 0 0 +5785200 15.0004480672 10 0 0 +5786100 15.0004480672 10.075 0 0 +5787000 15.0004480672 10.225 0 0 +5787900 15.0004480672 10.375 0 0 +5788800 15.0004480672 10.525 0 0 +5789700 15.0004480672 10.45 0 0 +5790600 15.0004480672 10.15 0 0 +5791500 15.0004480672 9.85 0 0 +5792400 15.0004480672 9.55 0 0 +5793300 15.0004480672 9.4 0 0 +5794200 15.0004480672 9.4 0 0 +5795100 15.0004480672 9.4 0 0 +5796000 15.0004480672 9.4 0 0 +5796900 15.0004480672 9.4 0 0 +5797800 15.0004480672 9.4 0 0 +5798700 15.0004480672 9.4 0 0 +5799600 15.0004480672 9.4 0 0 +5800500 15.0004480672 9.3375 0 0 +5801400 15.0004480672 9.2125 0 0 +5802300 15.0004480672 9.0875 0 0 +5803200 15.0004480672 8.9625 0 0 +5804100 15.0004480672 9.0375 0 0 +5805000 15.0004480672 9.3125 0 0 +5805900 15.0004480672 9.5875 0 0 +5806800 15.0004480672 9.8625 0 0 +5807700 15.0004480672 9.925 0 0 +5808600 15.0004480672 9.775 0 0 +5809500 15.0004480672 9.625 0 0 +5810400 15.0004480672 9.475 0 0 +5811300 15.0004480672 9.475 0 0 +5812200 15.0004480672 9.625 0 0 +5813100 15.0004480672 10.1574048513 2.0867612272 0 +5814000 15.0004480672 12.1159115719 12.0387221724 0 +5814900 15.0004480672 15.620209545 32.7786984834 0 +5815800 15.0004480672 18.4329809451 48.0821797282 0 +5816700 15.0004480672 21.263222546 63.4838719465 0 +5817600 15.0004480672 24.1328918728 78.7535665775 0 +5818500 15.0004480672 22.9420712627 66.6486657559 0 +5819400 15.0004480672 24.8862942826 76.6215121026 0 +5820300 15.0076079717 15.9820591473 86.218226372 0.0555555556 +5821200 15.0004480672 28.5273828356 95.3977139601 0 +5822100 15.0076079717 16.4413794654 115.7681054664 0.0555555556 +5823000 15.0004480672 33.621977212 124.9177135357 0 +5823900 15.0076079717 16.7172252346 133.4790052473 0.0555555556 +5824800 15.0004480672 36.503146639 141.4153198358 0 +5825700 15.0076079717 20.5755833212 376.5353448949 0.0555555556 +5826600 15.0076079717 20.8940099808 393.8328169465 0.0555555556 +5827500 15.0076079717 21.1809554139 409.2445349005 0.0555555556 +5828400 15.0076079717 21.434896286 422.704022193 0.0555555556 +5829300 15.0076079717 27.4902336244 787.9899271464 0.0555555556 +5830200 15.0076079717 27.8238728643 804.9238719075 0.0555555556 +5831100 15.0076079717 28.088004886 818.0681071607 0.0555555556 +5832000 15.0076079717 28.2813378742 827.3695524264 0.0555555556 +5832900 15.0076079717 25.7670767705 659.2650722977 0.0555555556 +5833800 15.0076079717 25.7900257478 660.4662791595 0.0555555556 +5834700 15.0076079717 25.7539173268 658.5761799914 0.0555555556 +5835600 15.0076079717 25.6589446537 653.6023416099 0.0555555556 +5836500 15.0076079717 24.8390498273 630.3654757697 0.0555555556 +5837400 15.0076079717 24.6609530711 619.4866087281 0.0555555556 +5838300 15.0076079717 24.4320658312 605.6762000427 0.0555555556 +5839200 15.0076079717 24.1536782342 588.992782768 0.0555555556 +5840100 15.0076079717 26.0427383109 690.2099458749 0.0555555556 +5841000 15.0076079717 25.5437719641 663.4943750706 0.0555555556 +5841900 15.0076079717 24.988038769 633.5950271108 0.0555555556 +5842800 15.0076079717 24.3789434363 600.6290412572 0.0555555556 +5843700 15.0076079717 20.0793578101 331.0777275204 0.0555555556 +5844600 15.0076079717 19.6270665142 308.1987910822 0.0555555556 +5845500 15.0076079717 19.1520359749 283.7928457616 0.0555555556 +5846400 15.0076079717 18.6579650881 257.9720751694 0.0555555556 +5847300 15.0076079717 20.3137146327 380.5876622286 0.0555555556 +5848200 15.0076079717 19.4710201104 334.8220591521 0.0555555556 +5849100 15.0076079717 18.468640039 287.0898539482 0.0555555556 +5850000 15.0076079717 17.6042590441 237.7732221762 0.0555555556 +5850900 15.0004480672 31.242498267 139.9384874749 0 +5851800 15.0076079717 15.8992976069 102.8817911153 0.0555555556 +5852700 15.0004480672 20.9899771698 68.3467379895 0 +5853600 15.0004480672 16.400027642 37.7409966754 0 +5854500 15.0004480672 12.2 0 0 +5855400 15.0004480672 12.2 0 0 +5856300 15.0004480672 12.2 0 0 +5857200 15.0004480672 12.2 0 0 +5858100 15.0004480672 12.1375 0 0 +5859000 15.0004480672 12.0125 0 0 +5859900 15.0004480672 11.8875 0 0 +5860800 15.0004480672 11.7625 0 0 +5861700 15.0004480672 11.7 0 0 +5862600 15.0004480672 11.7 0 0 +5863500 15.0004480672 11.7 0 0 +5864400 15.0004480672 11.7 0 0 +5865300 15.0004480672 11.7 0 0 +5866200 15.0004480672 11.7 0 0 +5867100 15.0004480672 11.7 0 0 +5868000 15.0004480672 11.7 0 0 +5868900 15.0004480672 11.625 0 0 +5869800 15.0004480672 11.475 0 0 +5870700 15.0004480672 11.325 0 0 +5871600 15.0004480672 11.175 0 0 +5872500 15.0004480672 11.1 0 0 +5873400 15.0004480672 11.1 0 0 +5874300 15.0004480672 11.1 0 0 +5875200 15.0004480672 11.1 0 0 +5876100 15.0004480672 11.1 0 0 +5877000 15.0004480672 11.1 0 0 +5877900 15.0004480672 11.1 0 0 +5878800 15.0004480672 11.1 0 0 +5879700 15.0004480672 11.0375 0 0 +5880600 15.0004480672 10.9125 0 0 +5881500 15.0004480672 10.7875 0 0 +5882400 15.0004480672 10.6625 0 0 +5883300 15.0004480672 10.45 0 0 +5884200 15.0004480672 10.15 0 0 +5885100 15.0004480672 9.85 0 0 +5886000 15.0004480672 9.55 0 0 +5886900 15.0004480672 9.6125 0 0 +5887800 15.0004480672 10.0375 0 0 +5888700 15.0004480672 10.4625 0 0 +5889600 15.0004480672 10.8875 0 0 +5890500 15.0004480672 11.175 0 0 +5891400 15.0004480672 11.325 0 0 +5892300 15.0004480672 11.475 0 0 +5893200 15.0004480672 11.625 0 0 +5894100 15.0004480672 11.7 0 0 +5895000 15.0004480672 11.7 0 0 +5895900 15.0004480672 11.7 0 0 +5896800 15.0004480672 11.7 0 0 +5897700 15.0004480672 11.7 0 0 +5898600 15.0004480672 11.7 0 0 +5899500 15.0004480672 12.1550071934 2.4836402851 0 +5900400 15.0004480672 13.8192631849 11.6418431145 0 +5901300 15.0004480672 14.8926670938 17.6102511709 0 +5902200 15.0004480672 16.279211843 25.3912921099 0 +5903100 15.0004480672 17.6270754157 33.0325101984 0 +5904000 15.0004480672 18.9317091308 40.5011845675 0 +5904900 15.0004480672 22.223928615 58.8559176759 0 +5905800 15.0004480672 23.9630818185 67.5163785811 0 +5906700 15.0076079717 15.8820440832 75.8494109941 0.0555555556 +5907600 15.0004480672 27.2290663493 83.8193315907 0 +5908500 15.0076079717 16.2695891915 100.0233085127 0.0555555556 +5909400 15.0004480672 31.690432467 107.8409257363 0 +5910300 15.0076079717 16.5282357078 115.1548201883 0.0555555556 +5911200 15.0004480672 34.4878783675 121.9336726499 0 +5912100 15.0076079717 17.183686368 158.9295397009 0.0555555556 +5913000 15.0076079717 17.2829751597 165.9045404458 0.0555555556 +5913900 15.0076079717 17.3714107697 172.1171092485 0.0555555556 +5914800 15.0076079717 17.4486145034 177.5406429355 0.0555555556 +5915700 15.0076079717 17.5702744873 184.9203866163 0.0555555556 +5916600 15.0076079717 17.6580283303 188.7570949893 0.0555555556 +5917500 15.0076079717 17.7334169638 191.7327228924 0.0555555556 +5918400 15.0076079717 17.796259005 193.8345282301 0.0555555556 +5919300 15.0076079717 17.843210636 196.3862157639 0.0555555556 +5920200 15.0076079717 17.8363584841 196.7194167439 0.0555555556 +5921100 15.0076079717 17.8167449817 196.157080657 0.0555555556 +5922000 15.0076079717 17.7844044067 194.7016155127 0.0555555556 +5922900 15.0076079717 17.7077767136 190.1359419454 0.0555555556 +5923800 15.0076079717 17.6508318716 186.95392232 0.0555555556 +5924700 15.0076079717 17.5817296921 182.9187973384 0.0555555556 +5925600 15.0076079717 17.5007161411 178.047846025 0.0555555556 +5926500 15.0076079717 17.3687663812 169.1888916171 0.0555555556 +5927400 15.0076079717 17.2782703567 162.831579472 0.0555555556 +5928300 15.0076079717 17.1771145946 155.7254247615 0.0555555556 +5929200 15.0076079717 17.0657322589 147.900857131 0.0555555556 +5930100 15.0004480672 36.626340742 131.8623054132 0 +5931000 15.0076079717 16.6994806535 123.1990193406 0.0555555556 +5931900 15.0004480672 33.5453314759 113.9593890565 0 +5932800 15.0076079717 16.4092595979 104.1829800761 0.0555555556 +5933700 15.0004480672 26.0247506355 69.5949841964 0 +5934600 15.0004480672 24.5353022659 61.6490573254 0 +5935500 15.0004480672 22.9816576327 53.4029851386 0 +5936400 15.0004480672 21.3679592692 44.892078583 0 +5937300 15.0004480672 24.5600888205 66.3990276252 0 +5938200 15.0004480672 21.6605690748 49.7873837143 0 +5939100 15.0004480672 18.7165803801 33.1323223667 0 +5940000 15.0004480672 15.7123922483 16.5609520716 0 +5940900 15.0004480672 12.725 0 0 +5941800 15.0004480672 12.575 0 0 +5942700 15.0004480672 12.425 0 0 +5943600 15.0004480672 12.275 0 0 +5944500 15.0004480672 12.2 0 0 +5945400 15.0004480672 12.2 0 0 +5946300 15.0004480672 12.2 0 0 +5947200 15.0004480672 12.2 0 0 +5948100 15.0004480672 12.1375 0 0 +5949000 15.0004480672 12.0125 0 0 +5949900 15.0004480672 11.8875 0 0 +5950800 15.0004480672 11.7625 0 0 +5951700 15.0004480672 11.625 0 0 +5952600 15.0004480672 11.475 0 0 +5953500 15.0004480672 11.325 0 0 +5954400 15.0004480672 11.175 0 0 +5955300 15.0004480672 11.1 0 0 +5956200 15.0004480672 11.1 0 0 +5957100 15.0004480672 11.1 0 0 +5958000 15.0004480672 11.1 0 0 +5958900 15.0004480672 11.0375 0 0 +5959800 15.0004480672 10.9125 0 0 +5960700 15.0004480672 10.7875 0 0 +5961600 15.0004480672 10.6625 0 0 +5962500 15.0004480672 10.525 0 0 +5963400 15.0004480672 10.375 0 0 +5964300 15.0004480672 10.225 0 0 +5965200 15.0004480672 10.075 0 0 +5966100 15.0004480672 10 0 0 +5967000 15.0004480672 10 0 0 +5967900 15.0004480672 10 0 0 +5968800 15.0004480672 10 0 0 +5969700 15.0004480672 9.925 0 0 +5970600 15.0004480672 9.775 0 0 +5971500 15.0004480672 9.625 0 0 +5972400 15.0004480672 9.475 0 0 +5973300 15.0004480672 9.3375 0 0 +5974200 15.0004480672 9.2125 0 0 +5975100 15.0004480672 9.0875 0 0 +5976000 15.0004480672 8.9625 0 0 +5976900 15.0004480672 8.825 0 0 +5977800 15.0004480672 8.675 0 0 +5978700 15.0004480672 8.525 0 0 +5979600 15.0004480672 8.375 0 0 +5980500 15.0004480672 8.375 0 0 +5981400 15.0004480672 8.525 0 0 +5982300 15.0004480672 8.675 0 0 +5983200 15.0004480672 8.825 0 0 +5984100 15.0004480672 8.9 0 0 +5985000 15.0004480672 8.9 0 0 +5985900 15.0004480672 9.9492502752 5.915473982 0 +5986800 15.0004480672 12.9677847967 22.8620629399 0 +5987700 15.0004480672 19.344563692 73.281120709 0 +5988600 15.0004480672 24.7007738597 105.5820295799 0 +5989500 15.0076079717 16.3176273133 139.1826424928 0.0555555556 +5990400 15.0004480672 36.8513055524 172.9645407949 0 +5991300 15.0076079717 18.661634858 295.2514800529 0.0555555556 +5992200 15.0076079717 19.5891503763 341.388139975 0.0555555556 +5993100 15.0076079717 20.3922306631 385.7917487117 0.0555555556 +5994000 15.0076079717 21.1779606629 428.2099194704 0.0555555556 +5994900 15.0076079717 23.0198320409 541.8545505817 0.0555555556 +5995800 15.0076079717 23.8377957837 585.5992044241 0.0555555556 +5996700 15.0076079717 24.6107411236 626.4452011395 0.0555555556 +5997600 15.0076079717 25.3330434988 664.2340121732 0.0555555556 +5998500 15.0076079717 26.8325743553 753.1428788523 0.0555555556 +5999400 15.0076079717 27.4706838086 786.7957281195 0.0555555556 +6000300 15.0076079717 28.0409040359 816.7271510364 0.0555555556 +6001200 15.0076079717 28.5399311186 842.8221063862 0.0555555556 +6002100 15.0076079717 29.4081864144 891.5599284284 0.0555555556 +6003000 15.0076079717 29.8211350914 910.2483751313 0.0555555556 +6003900 15.0076079717 30.1533718061 924.7182621201 0.0555555556 +6004800 15.0076079717 30.4034191407 934.9131931623 0.0555555556 +6005700 15.0076079717 30.6977467406 950.7115779305 0.0555555556 +6006600 15.0076079717 30.7487184024 952.2709118225 0.0555555556 +6007500 15.0076079717 30.7152611305 949.438703419 0.0555555556 +6008400 15.0076079717 30.5976590365 942.2260580848 0.0555555556 +6009300 15.0076079717 28.781106635 836.4815047167 0.0555555556 +6010200 15.0076079717 28.488053151 822.1427202247 0.0555555556 +6011100 15.0076079717 28.12287042 803.9712317048 0.0555555556 +6012000 15.0076079717 27.6874408984 782.0395102714 0.0555555556 +6012900 15.0076079717 27.0387945145 747.9220166894 0.0555555556 +6013800 15.0076079717 26.4990870349 719.0446507719 0.0555555556 +6014700 15.0076079717 25.8983603174 686.7495442225 0.0555555556 +6015600 15.0076079717 25.2403116302 651.165826155 0.0555555556 +6016500 15.0076079717 23.09776716 521.5491459194 0.0555555556 +6017400 15.0076079717 22.4581258277 485.8806374863 0.0555555556 +6018300 15.0076079717 21.7829544002 447.831531073 0.0555555556 +6019200 15.0076079717 21.0779512957 407.5732146417 0.0555555556 +6020100 15.0076079717 19.5519964418 310.0654283767 0.0555555556 +6021000 15.0076079717 18.8746427459 272.5822099401 0.0555555556 +6021900 15.0076079717 18.1085108216 233.8062519318 0.0555555556 +6022800 15.0076079717 17.4302894316 194.0793181452 0.0555555556 +6023700 15.0004480672 31.06889939 100.8640923547 0 +6024600 15.0076079717 15.9649155939 75.35144915 0.0555555556 +6025500 15.0004480672 22.6940676501 50.5234827986 0 +6026400 15.0004480672 18.5713518349 26.8373069419 0 +6027300 15.0004480672 14.3375 0 0 +6028200 15.0004480672 14.2125 0 0 +6029100 15.0004480672 14.0875 0 0 +6030000 15.0004480672 13.9625 0 0 +6030900 15.0004480672 13.825 0 0 +6031800 15.0004480672 13.675 0 0 +6032700 15.0004480672 13.525 0 0 +6033600 15.0004480672 13.375 0 0 +6034500 15.0004480672 13.3 0 0 +6035400 15.0004480672 13.3 0 0 +6036300 15.0004480672 13.3 0 0 +6037200 15.0004480672 13.3 0 0 +6038100 15.0004480672 13.725 0 0 +6039000 15.0004480672 14.575 0 0 +6039900 15.0004480672 15.425 0 0 +6040800 15.0004480672 16.275 0 0 +6041700 15.0004480672 16.4875 0 0 +6042600 15.0004480672 16.0625 0 0 +6043500 15.0004480672 15.6375 0 0 +6044400 15.0004480672 15.2125 0 0 +6045300 15.0004480672 15 0 0 +6046200 15.0004480672 15 0 0 +6047100 15.0004480672 15 0 0 +6048000 15.0004480672 15 0 0 +6048900 15.0004480672 14.725 0 0 +6049800 15.0004480672 14.175 0 0 +6050700 15.0004480672 13.625 0 0 +6051600 15.0004480672 13.075 0 0 +6052500 15.0004480672 12.8 0 0 +6053400 15.0004480672 12.8 0 0 +6054300 15.0004480672 12.8 0 0 +6055200 15.0004480672 12.8 0 0 +6056100 15.0004480672 13.2125 0 0 +6057000 15.0004480672 14.0375 0 0 +6057900 15.0004480672 14.8625 0 0 +6058800 15.0004480672 15.6875 0 0 +6059700 15.0004480672 15.9625 0 0 +6060600 15.0004480672 15.6875 0 0 +6061500 15.0004480672 15.4125 0 0 +6062400 15.0004480672 15.1375 0 0 +6063300 15.0004480672 15 0 0 +6064200 15.0004480672 15 0 0 +6065100 15.0004480672 15 0 0 +6066000 15.0004480672 15 0 0 +6066900 15.0004480672 14.925 0 0 +6067800 15.0004480672 14.775 0 0 +6068700 15.0004480672 14.625 0 0 +6069600 15.0004480672 14.475 0 0 +6070500 15.0004480672 14.475 0 0 +6071400 15.0004480672 14.625 0 0 +6072300 15.0004480672 16.2990514184 19.4384994733 0 +6073200 15.0004480672 19.8847183612 46.0398087862 0 +6074100 15.0076079717 16.1263384512 129.3579107128 0.0555555556 +6075000 15.0004480672 35.250824019 183.6808357303 0 +6075900 15.0076079717 17.3989317583 239.4407962951 0.0555555556 +6076800 15.0076079717 18.2713083248 293.8912799702 0.0555555556 +6077700 15.0076079717 20.1979038382 403.0696133832 0.0555555556 +6078600 15.0076079717 21.5155781439 463.0176974115 0.0555555556 +6079500 15.0076079717 22.6107888398 520.0631089556 0.0555555556 +6080400 15.0076079717 23.677746086 574.0317235855 0.0555555556 +6081300 15.0076079717 25.3164135156 668.7649971146 0.0555555556 +6082200 15.0076079717 26.3581038548 720.5507758914 0.0555555556 +6083100 15.0076079717 27.3414483291 768.7229872998 0.0555555556 +6084000 15.0076079717 28.259826966 813.147072289 0.0555555556 +6084900 15.0076079717 29.4918699383 882.2566018322 0.0555555556 +6085800 15.0076079717 30.2845717457 920.3232329556 0.0555555556 +6086700 15.0076079717 30.9955561108 954.124052282 0.0555555556 +6087600 15.0076079717 31.6210699569 983.5478813695 0.0555555556 +6088500 15.0076079717 31.9807922552 1002.7153190079 0.0555555556 +6089400 15.0076079717 32.4109974225 1023.1185510178 0.0555555556 +6090300 15.0076079717 32.7487828121 1038.8901349026 0.0555555556 +6091200 15.0076079717 32.9925135018 1049.9738782466 0.0555555556 +6092100 15.0076079717 33.286062415 1068.7937092911 0.0555555556 +6093000 15.0076079717 33.3389862943 1070.4240056655 0.0555555556 +6093900 15.0076079717 33.2952019774 1067.2256647332 0.0555555556 +6094800 15.0076079717 33.1550350304 1059.2103531265 0.0555555556 +6095700 15.0076079717 32.4007660321 1014.7928033216 0.0555555556 +6096600 15.0076079717 32.0807226846 997.7567340709 0.0555555556 +6097500 15.0076079717 31.6708827534 976.1787662886 0.0555555556 +6098400 15.0076079717 31.1735182064 950.13666156 0.0555555556 +6099300 15.0076079717 29.5674821862 857.6596626739 0.0555555556 +6100200 15.0076079717 28.9397393536 825.1828104953 0.0555555556 +6101100 15.0076079717 28.2397460202 788.834614293 0.0555555556 +6102000 15.0076079717 27.4717897137 748.7440066521 0.0555555556 +6102900 15.0076079717 27.0804599959 726.863781081 0.0555555556 +6103800 15.0076079717 26.140257195 679.1241289578 0.0555555556 +6104700 15.0076079717 25.1463611103 627.9479364905 0.0555555556 +6105600 15.0076079717 24.1068988592 573.4812613372 0.0555555556 +6106500 15.0076079717 22.3297913344 467.0612509401 0.0555555556 +6107400 15.0076079717 21.2724174823 413.0531759275 0.0555555556 +6108300 15.0076079717 20.0294228654 356.4146974227 0.0555555556 +6109200 15.0076079717 18.9704498233 297.504335161 0.0555555556 +6110100 15.0076079717 17.3628417589 183.1818197744 0.0555555556 +6111000 15.0004480672 37.5281098209 136.7343302012 0 +6111900 15.0076079717 16.3382687533 92.8590685158 0.0555555556 +6112800 15.0004480672 26.9069543561 54.6077256624 0 +6113700 15.0004480672 21.35 0 0 +6114600 15.0004480672 20.65 0 0 +6115500 15.0004480672 19.95 0 0 +6116400 15.0004480672 19.25 0 0 +6117300 15.0004480672 18.6875 0 0 +6118200 15.0004480672 18.2625 0 0 +6119100 15.0004480672 17.8375 0 0 +6120000 15.0004480672 17.4125 0 0 +6120900 15.0004480672 17.0625 0 0 +6121800 15.0004480672 16.7875 0 0 +6122700 15.0004480672 16.5125 0 0 +6123600 15.0004480672 16.2375 0 0 +6124500 15.0004480672 15.9625 0 0 +6125400 15.0004480672 15.6875 0 0 +6126300 15.0004480672 15.4125 0 0 +6127200 15.0004480672 15.1375 0 0 +6128100 15.0004480672 14.7875 0 0 +6129000 15.0004480672 14.3625 0 0 +6129900 15.0004480672 13.9375 0 0 +6130800 15.0004480672 13.5125 0 0 +6131700 15.0004480672 13.2375 0 0 +6132600 15.0004480672 13.1125 0 0 +6133500 15.0004480672 12.9875 0 0 +6134400 15.0004480672 12.8625 0 0 +6135300 15.0004480672 12.8 0 0 +6136200 15.0004480672 12.8 0 0 +6137100 15.0004480672 12.8 0 0 +6138000 15.0004480672 12.8 0 0 +6138900 15.0004480672 12.525 0 0 +6139800 15.0004480672 11.975 0 0 +6140700 15.0004480672 11.425 0 0 +6141600 15.0004480672 10.875 0 0 +6142500 15.0004480672 10.6 0 0 +6143400 15.0004480672 10.6 0 0 +6144300 15.0004480672 10.6 0 0 +6145200 15.0004480672 10.6 0 0 +6146100 15.0004480672 10.45 0 0 +6147000 15.0004480672 10.15 0 0 +6147900 15.0004480672 9.85 0 0 +6148800 15.0004480672 9.55 0 0 +6149700 15.0004480672 9.2625 0 0 +6150600 15.0004480672 8.9875 0 0 +6151500 15.0004480672 8.7125 0 0 +6152400 15.0004480672 8.4375 0 0 +6153300 15.0004480672 8.3 0 0 +6154200 15.0004480672 8.3 0 0 +6155100 15.0004480672 8.3 0 0 +6156000 15.0004480672 8.3 0 0 +6156900 15.0004480672 8.3 0 0 +6157800 15.0004480672 8.3002075235 0.0106352676 0 +6158700 15.0004480672 10.0937584812 20.4361864331 0 +6159600 15.0004480672 13.5028252157 45.4052931256 0 +6160500 15.0004480672 22.8086054699 128.5595149856 0 +6161400 15.0076079717 16.3185007785 181.5143136016 0.0555555556 +6162300 15.0076079717 17.1052008865 235.7709727176 0.0555555556 +6163200 15.0076079717 18.0577964979 288.9407203248 0.0555555556 +6164100 15.0076079717 19.9639363611 393.1119605749 0.0555555556 +6165000 15.0076079717 21.2453464501 451.3732909686 0.0555555556 +6165900 15.0076079717 22.318096957 506.9772861901 0.0555555556 +6166800 15.0076079717 23.3646052459 559.715009294 0.0555555556 +6167700 15.0076079717 24.9051775096 649.190092715 0.0555555556 +6168600 15.0076079717 25.8897573497 699.5878420176 0.0555555556 +6169500 15.0076079717 26.8186435435 746.5213746143 0.0555555556 +6170400 15.0076079717 27.6852785746 789.8411373345 0.0555555556 +6171300 15.0076079717 28.3638554769 826.1747066926 0.0555555556 +6172200 15.0076079717 29.0842076143 861.999122219 0.0555555556 +6173100 15.0076079717 29.7285529109 893.8183925867 0.0555555556 +6174000 15.0076079717 30.2932899839 921.5198013891 0.0555555556 +6174900 15.0076079717 29.7700737957 895.8601436258 0.0555555556 +6175800 15.0076079717 30.1710741036 914.3240316318 0.0555555556 +6176700 15.0076079717 30.4906576843 928.584691743 0.0555555556 +6177600 15.0076079717 30.727338365 938.5864186818 0.0555555556 +6178500 15.0076079717 27.5075232784 750.8820445519 0.0555555556 +6179400 15.0076079717 27.5604823872 751.995863432 0.0555555556 +6180300 15.0076079717 27.5473867315 749.6264256163 0.0555555556 +6181200 15.0076079717 27.4684778222 743.7835397184 0.0555555556 +6182100 15.0076079717 30.0646009619 891.0034505314 0.0555555556 +6183000 15.0076079717 29.8086872556 875.7606666308 0.0555555556 +6183900 15.0076079717 29.4748414505 856.4825628933 0.0555555556 +6184800 15.0076079717 29.0651139571 833.2446716353 0.0555555556 +6185700 15.0076079717 30.3118120293 908.5070856226 0.0555555556 +6186600 15.0076079717 29.6383971195 874.0797111819 0.0555555556 +6187500 15.0076079717 28.8890294176 835.5657682403 0.0555555556 +6188400 15.0076079717 28.0682270253 793.1046762311 0.0555555556 +6189300 15.0076079717 26.5056666165 699.9622809837 0.0555555556 +6190200 15.0076079717 25.6291377157 653.3327290405 0.0555555556 +6191100 15.0076079717 24.702495839 603.4611739823 0.0555555556 +6192000 15.0076079717 23.733743553 550.5266203027 0.0555555556 +6192900 15.0076079717 21.9360675288 440.2687657123 0.0555555556 +6193800 15.0076079717 20.9357811925 388.5212992353 0.0555555556 +6194700 15.0076079717 19.792274246 334.6341556426 0.0555555556 +6195600 15.0076079717 18.8082260541 279.0197602463 0.0555555556 +6196500 15.0076079717 17.1639994199 147.1303738582 0.0555555556 +6197400 15.0004480672 35.7543034766 109.8124943203 0 +6198300 15.0076079717 16.2207444902 74.4726208915 0.0555555556 +6199200 15.0004480672 25.3669438638 42.6068059844 0 +6200100 15.0004480672 20.222276004 4.5978539497 0 +6201000 15.0004480672 18.7625 0 0 +6201900 15.0004480672 17.9375 0 0 +6202800 15.0004480672 17.1125 0 0 +6203700 15.0004480672 16.625 0 0 +6204600 15.0004480672 16.475 0 0 +6205500 15.0004480672 16.325 0 0 +6206400 15.0004480672 16.175 0 0 +6207300 15.0004480672 15.9625 0 0 +6208200 15.0004480672 15.6875 0 0 +6209100 15.0004480672 15.4125 0 0 +6210000 15.0004480672 15.1375 0 0 +6210900 15.0004480672 14.925 0 0 +6211800 15.0004480672 14.775 0 0 +6212700 15.0004480672 14.625 0 0 +6213600 15.0004480672 14.475 0 0 +6214500 15.0004480672 14.2625 0 0 +6215400 15.0004480672 13.9875 0 0 +6216300 15.0004480672 13.7125 0 0 +6217200 15.0004480672 13.4375 0 0 +6218100 15.0004480672 13.1625 0 0 +6219000 15.0004480672 12.8875 0 0 +6219900 15.0004480672 12.6125 0 0 +6220800 15.0004480672 12.3375 0 0 +6221700 15.0004480672 12.1375 0 0 +6222600 15.0004480672 12.0125 0 0 +6223500 15.0004480672 11.8875 0 0 +6224400 15.0004480672 11.7625 0 0 +6225300 15.0004480672 11.625 0 0 +6226200 15.0004480672 11.475 0 0 +6227100 15.0004480672 11.325 0 0 +6228000 15.0004480672 11.175 0 0 +6228900 15.0004480672 10.9625 0 0 +6229800 15.0004480672 10.6875 0 0 +6230700 15.0004480672 10.4125 0 0 +6231600 15.0004480672 10.1375 0 0 +6232500 15.0004480672 10 0 0 +6233400 15.0004480672 10 0 0 +6234300 15.0004480672 10 0 0 +6235200 15.0004480672 10 0 0 +6236100 15.0004480672 9.8625 0 0 +6237000 15.0004480672 9.5875 0 0 +6237900 15.0004480672 9.3125 0 0 +6238800 15.0004480672 9.0375 0 0 +6239700 15.0004480672 8.7625 0 0 +6240600 15.0004480672 8.4875 0 0 +6241500 15.0004480672 8.2125 0 0 +6242400 15.0004480672 7.9375 0 0 +6243300 15.0004480672 7.9375 0 0 +6244200 15.0004480672 8.235220537 0.1457044583 0 +6245100 15.0004480672 10.6009548211 12.3121442897 0 +6246000 15.0004480672 14.2318934138 31.5771975996 0 +6246900 15.0004480672 21.4853930408 94.0612622252 0 +6247800 15.0076079717 16.0262351691 132.1376182495 0.0555555556 +6248700 15.0004480672 33.3002668676 171.4340403198 0 +6249600 15.0076079717 17.2207927892 210.7766509587 0.0555555556 +6250500 15.0076079717 18.9267917386 321.8123294203 0.0555555556 +6251400 15.0076079717 19.9510515204 370.0855312413 0.0555555556 +6252300 15.0076079717 20.8361270097 416.5530866701 0.0555555556 +6253200 15.0076079717 21.7023456493 460.951119181 0.0555555556 +6254100 15.0076079717 23.1459622025 546.8695980264 0.0555555556 +6255000 15.0076079717 23.9749572311 590.1069628 0.0555555556 +6255900 15.0076079717 24.7593396012 630.5010191336 0.0555555556 +6256800 15.0076079717 25.4934893164 667.8827195633 0.0555555556 +6257700 15.0076079717 27.0322216409 755.7580268537 0.0555555556 +6258600 15.0076079717 27.6750161969 788.9253257698 0.0555555556 +6259500 15.0076079717 28.2500115391 818.4059146348 0.0555555556 +6260400 15.0076079717 28.7538813458 844.0826492308 0.0555555556 +6261300 15.0076079717 29.6579210482 892.8605040832 0.0555555556 +6262200 15.0076079717 30.0345945915 911.1525264089 0.0555555556 +6263100 15.0076079717 30.3304292615 925.2628432968 0.0555555556 +6264000 15.0076079717 30.5439472615 935.1356765936 0.0555555556 +6264900 15.0076079717 24.9027719346 619.2806665213 0.0555555556 +6265800 15.0076079717 24.9390204233 620.1472955837 0.0555555556 +6266700 15.0076079717 24.9244020299 618.1394086311 0.0555555556 +6267600 15.0076079717 24.8591060139 613.2657318856 0.0555555556 +6268500 15.0076079717 29.258437517 862.6583462834 0.0555555556 +6269400 15.0076079717 29.0188929669 847.7525614778 0.0555555556 +6270300 15.0076079717 28.7054210313 828.9256344664 0.0555555556 +6271200 15.0076079717 28.3199967975 806.2548100856 0.0555555556 +6272100 15.0076079717 26.681550214 721.964536334 0.0555555556 +6273000 15.0076079717 26.2131636961 693.99492692 0.0555555556 +6273900 15.0076079717 25.6889246216 662.7711871647 0.0555555556 +6274800 15.0076079717 25.1122430744 628.430425892 0.0555555556 +6275700 15.0076079717 25.091282538 622.5371162868 0.0555555556 +6276600 15.0076079717 24.2533336067 580.4571363145 0.0555555556 +6277500 15.0076079717 23.3725075037 535.5734112013 0.0555555556 +6278400 15.0076079717 22.4558816069 488.0844685018 0.0555555556 +6279300 15.0076079717 19.4149516095 289.4595707012 0.0555555556 +6280200 15.0076079717 18.7963699525 255.0941917315 0.0555555556 +6281100 15.0076079717 18.1205946359 219.6414063479 0.0555555556 +6282000 15.0076079717 17.5140862942 183.4054704788 0.0555555556 +6282900 15.0004480672 33.7868514285 98.7699741948 0 +6283800 15.0076079717 16.1545156918 75.4258133362 0.0555555556 +6284700 15.0004480672 24.520847223 52.048870777 0 +6285600 15.0004480672 19.7562329266 28.8483333125 0 +6286500 15.0004480672 14.9839781153 3.5313708499 0 +6287400 15.0004480672 14.2125 0 0 +6288300 15.0004480672 14.0875 0 0 +6289200 15.0004480672 13.9625 0 0 +6290100 15.0004480672 13.825 0 0 +6291000 15.0004480672 13.675 0 0 +6291900 15.0004480672 13.525 0 0 +6292800 15.0004480672 13.375 0 0 +6293700 15.0004480672 13.2375 0 0 +6294600 15.0004480672 13.1125 0 0 +6295500 15.0004480672 12.9875 0 0 +6296400 15.0004480672 12.8625 0 0 +6297300 15.0004480672 12.5875 0 0 +6298200 15.0004480672 12.1625 0 0 +6299100 15.0004480672 11.7375 0 0 +6300000 15.0004480672 11.3125 0 0 +6300900 15.0004480672 11.1 0 0 +6301800 15.0004480672 11.1 0 0 +6302700 15.0004480672 11.1 0 0 +6303600 15.0004480672 11.1 0 0 +6304500 15.0004480672 11.0375 0 0 +6305400 15.0004480672 10.9125 0 0 +6306300 15.0004480672 10.7875 0 0 +6307200 15.0004480672 10.6625 0 0 +6308100 15.0004480672 10.45 0 0 +6309000 15.0004480672 10.15 0 0 +6309900 15.0004480672 9.85 0 0 +6310800 15.0004480672 9.55 0 0 +6311700 15.0004480672 9.4 0 0 +6312600 15.0004480672 9.4 0 0 +6313500 15.0004480672 9.4 0 0 +6314400 15.0004480672 9.4 0 0 +6315300 15.0004480672 9.2625 0 0 +6316200 15.0004480672 8.9875 0 0 +6317100 15.0004480672 8.7125 0 0 +6318000 15.0004480672 8.4375 0 0 +6318900 15.0004480672 8.5125 0 0 +6319800 15.0004480672 8.9375 0 0 +6320700 15.0004480672 9.3625 0 0 +6321600 15.0004480672 9.7875 0 0 +6322500 15.0004480672 10 0 0 +6323400 15.0004480672 10 0 0 +6324300 15.0004480672 10 0 0 +6325200 15.0004480672 10 0 0 +6326100 15.0004480672 9.925 0 0 +6327000 15.0004480672 9.775 0 0 +6327900 15.0004480672 9.625 0 0 +6328800 15.0004480672 9.475 0 0 +6329700 15.0004480672 9.4 0 0 +6330600 15.0004480672 9.5205187171 0.7329986337 0 +6331500 15.0004480672 13.1001477539 21.8716992415 0 +6332400 15.0004480672 18.1060546188 51.3322261352 0 +6333300 15.0004480672 20.260819668 73.9441949818 0 +6334200 15.0004480672 24.7633040372 102.5974260277 0 +6335100 15.0076079717 16.2433433903 131.9055196367 0.0555555556 +6336000 15.0004480672 34.8924490424 161.2199245278 0 +6336900 15.0076079717 19.2050150278 345.0724429938 0.0555555556 +6337800 15.0076079717 20.2777457792 396.0794040507 0.0555555556 +6338700 15.0076079717 21.1965791394 445.1440415245 0.0555555556 +6339600 15.0076079717 22.0951870884 491.9948602333 0.0555555556 +6340500 15.0076079717 23.7482316627 587.7580560526 0.0555555556 +6341400 15.0076079717 24.64458788 633.2574318187 0.0555555556 +6342300 15.0076079717 25.4915643363 675.6871472532 0.0555555556 +6343200 15.0076079717 26.2830269916 714.8900911822 0.0555555556 +6344100 15.0076079717 27.3262762518 778.2723328487 0.0555555556 +6345000 15.0076079717 28.0135561109 812.0943542192 0.0555555556 +6345900 15.0076079717 28.6304762625 842.1427535186 0.0555555556 +6346800 15.0076079717 29.1736055729 868.2997429245 0.0555555556 +6347700 15.0076079717 29.2099472944 876.8992484549 0.0555555556 +6348600 15.0076079717 29.5610497561 894.8518077342 0.0555555556 +6349500 15.0076079717 29.8342152599 908.6843296406 0.0555555556 +6350400 15.0076079717 30.0280124445 918.3399874256 0.0555555556 +6351300 15.0076079717 24.0785711751 565.9927213926 0.0555555556 +6352200 15.0076079717 24.0920260969 566.7346578395 0.0555555556 +6353100 15.0076079717 24.0579104609 564.8532937357 0.0555555556 +6354000 15.0076079717 23.9764096282 560.3568164042 0.0555555556 +6354900 15.0076079717 23.7131573187 570.3893290673 0.0555555556 +6355800 15.0076079717 23.5734759651 560.5558139688 0.0555555556 +6356700 15.0076079717 23.391970092 548.1545160855 0.0555555556 +6357600 15.0076079717 23.1696936219 533.2403438828 0.0555555556 +6358500 15.0076079717 21.9651738197 433.3010333583 0.0555555556 +6359400 15.0076079717 21.6601428212 416.468889559 0.0555555556 +6360300 15.0076079717 21.3212816696 397.6891323187 0.0555555556 +6361200 15.0076079717 20.9507693974 377.046366951 0.0555555556 +6362100 15.0076079717 20.0434073054 324.0728419366 0.0555555556 +6363000 15.0076079717 19.6558747624 302.1523051229 0.0555555556 +6363900 15.0076079717 19.2476694275 278.8264307317 0.0555555556 +6364800 15.0076079717 18.8221006588 254.2130730966 0.0555555556 +6365700 15.0076079717 19.8921018008 334.5776566296 0.0555555556 +6366600 15.0076079717 19.2078223071 295.2473673245 0.0555555556 +6367500 15.0076079717 18.4691453761 254.6914194949 0.0555555556 +6368400 15.0076079717 17.7982816696 213.2468307169 0.0555555556 +6369300 15.0004480672 28.5918067152 78.394316171 0 +6370200 15.0076079717 15.8264480365 59.8449214069 0.0555555556 +6371100 15.0004480672 21.8449872178 41.4811314323 0 +6372000 15.0004480672 18.4661865783 23.5423233247 0 +6372900 15.0004480672 15.0402452082 3.7681166436 0 +6373800 15.0004480672 14.4 0 0 +6374700 15.0004480672 14.4 0 0 +6375600 15.0004480672 14.4 0 0 +6376500 15.0004480672 14.2625 0 0 +6377400 15.0004480672 13.9875 0 0 +6378300 15.0004480672 13.7125 0 0 +6379200 15.0004480672 13.4375 0 0 +6380100 15.0004480672 13.3 0 0 +6381000 15.0004480672 13.3 0 0 +6381900 15.0004480672 13.3 0 0 +6382800 15.0004480672 13.3 0 0 +6383700 15.0004480672 13.2375 0 0 +6384600 15.0004480672 13.1125 0 0 +6385500 15.0004480672 12.9875 0 0 +6386400 15.0004480672 12.8625 0 0 +6387300 15.0004480672 12.8 0 0 +6388200 15.0004480672 12.8 0 0 +6389100 15.0004480672 12.8 0 0 +6390000 15.0004480672 12.8 0 0 +6390900 15.0004480672 12.8625 0 0 +6391800 15.0004480672 12.9875 0 0 +6392700 15.0004480672 13.1125 0 0 +6393600 15.0004480672 13.2375 0 0 +6394500 15.0004480672 13.3 0 0 +6395400 15.0004480672 13.3 0 0 +6396300 15.0004480672 13.3 0 0 +6397200 15.0004480672 13.3 0 0 +6398100 15.0004480672 13.375 0 0 +6399000 15.0004480672 13.525 0 0 +6399900 15.0004480672 13.675 0 0 +6400800 15.0004480672 13.825 0 0 +6401700 15.0004480672 13.825 0 0 +6402600 15.0004480672 13.675 0 0 +6403500 15.0004480672 13.525 0 0 +6404400 15.0004480672 13.375 0 0 +6405300 15.0004480672 13.3 0 0 +6406200 15.0004480672 13.3 0 0 +6407100 15.0004480672 13.3 0 0 +6408000 15.0004480672 13.3 0 0 +6408900 15.0004480672 13.3 0 0 +6409800 15.0004480672 13.3 0 0 +6410700 15.0004480672 13.3 0 0 +6411600 15.0004480672 13.3 0 0 +6412500 15.0004480672 13.2375 0 0 +6413400 15.0004480672 13.1125 0 0 +6414300 15.0004480672 12.9875 0 0 +6415200 15.0004480672 12.8625 0 0 +6416100 15.0004480672 12.8 0 0 +6417000 15.0004480672 12.9570637064 0.8702768852 0 +6417900 15.0004480672 15.3386814692 14.1492419029 0 +6418800 15.0004480672 18.3737055895 31.3317202914 0 +6419700 15.0004480672 21.6007654177 53.7395337962 0 +6420600 15.0004480672 24.6763589933 73.1406133029 0 +6421500 15.0076079717 16.0659262874 92.5745069135 0.0555555556 +6422400 15.0004480672 31.014101889 111.8087873353 0 +6423300 15.0076079717 17.0879805999 161.0500182099 0.0555555556 +6424200 15.0076079717 17.4335890158 183.2706204307 0.0555555556 +6425100 15.0076079717 17.756327736 204.6974654244 0.0555555556 +6426000 15.0076079717 18.0674237006 225.2185517358 0.0555555556 +6426900 15.0004480672 31.2027380142 106.8979015461 0 +6427800 15.0076079717 16.4846610285 114.7328534592 0.0555555556 +6428700 15.0004480672 33.8822494251 122.0564742334 0 +6429600 15.0076079717 16.7060896489 128.8372408727 0.0555555556 +6430500 15.0076079717 21.5861334534 443.7520682196 0.0555555556 +6431400 15.0076079717 21.924424321 463.042710791 0.0555555556 +6432300 15.0076079717 22.2274520009 480.2004258164 0.0555555556 +6433200 15.0076079717 22.4935474485 495.1477750245 0.0555555556 +6434100 15.0076079717 22.1463170735 471.791846621 0.0555555556 +6435000 15.0076079717 22.3093365943 481.386080132 0.0555555556 +6435900 15.0076079717 22.4349614665 488.7712795958 0.0555555556 +6436800 15.0076079717 22.522521904 493.9146732862 0.0555555556 +6437700 15.0076079717 20.0854693823 348.8558782066 0.0555555556 +6438600 15.0076079717 20.0919565316 349.2709409569 0.0555555556 +6439500 15.0076079717 20.0738538669 348.1126482861 0.0555555556 +6440400 15.0076079717 20.0312492755 345.386081657 0.0555555556 +6441300 15.0076079717 24.4071736301 599.8549746949 0.0555555556 +6442200 15.0076079717 24.2176251673 589.3663773295 0.0555555556 +6443100 15.0076079717 23.979223478 576.1530135019 0.0555555556 +6444000 15.0076079717 23.6933118378 560.2730137195 0.0555555556 +6444900 15.0076079717 25.4910097696 672.8409637164 0.0555555556 +6445800 15.0076079717 25.0157239071 646.7882133964 0.0555555556 +6446700 15.0076079717 24.487766316 617.7243119639 0.0555555556 +6447600 15.0076079717 23.9104831935 585.7779183774 0.0555555556 +6448500 15.0076079717 20.6514033295 374.411388086 0.0555555556 +6449400 15.0076079717 20.1977877921 348.9869365946 0.0555555556 +6450300 15.0076079717 19.7197498403 321.9283048197 0.0555555556 +6451200 15.0076079717 19.2216906413 293.3712825282 0.0555555556 +6452100 15.0076079717 19.6385861295 330.141106825 0.0555555556 +6453000 15.0076079717 18.8896608528 291.1674272207 0.0555555556 +6453900 15.0076079717 18.0744885209 250.9215192014 0.0555555556 +6454800 15.0076079717 17.3644657663 209.7564533221 0.0555555556 +6455700 15.0004480672 31.9159183737 134.4184872399 0 +6456600 15.0076079717 15.9954739281 101.7342169207 0.0555555556 +6457500 15.0004480672 22.4298088379 70.2723028408 0 +6458400 15.0004480672 17.9661284407 40.9185649121 0 +6459300 15.0004480672 12.7758926668 3.7422572332 0 +6460200 15.0004480672 12.0125 0 0 +6461100 15.0004480672 11.8875 0 0 +6462000 15.0004480672 11.7625 0 0 +6462900 15.0004480672 11.5625 0 0 +6463800 15.0004480672 11.2875 0 0 +6464700 15.0004480672 11.0125 0 0 +6465600 15.0004480672 10.7375 0 0 +6466500 15.0004480672 10.6 0 0 +6467400 15.0004480672 10.6 0 0 +6468300 15.0004480672 10.6 0 0 +6469200 15.0004480672 10.6 0 0 +6470100 15.0004480672 10.6 0 0 +6471000 15.0004480672 10.6 0 0 +6471900 15.0004480672 10.6 0 0 +6472800 15.0004480672 10.6 0 0 +6473700 15.0004480672 10.6 0 0 +6474600 15.0004480672 10.6 0 0 +6475500 15.0004480672 10.6 0 0 +6476400 15.0004480672 10.6 0 0 +6477300 15.0004480672 10.525 0 0 +6478200 15.0004480672 10.375 0 0 +6479100 15.0004480672 10.225 0 0 +6480000 15.0004480672 10.075 0 0 +6480900 15.0004480672 10 0 0 +6481800 15.0004480672 10 0 0 +6482700 15.0004480672 10 0 0 +6483600 15.0004480672 10 0 0 +6484500 15.0004480672 9.925 0 0 +6485400 15.0004480672 9.775 0 0 +6486300 15.0004480672 9.625 0 0 +6487200 15.0004480672 9.475 0 0 +6488100 15.0004480672 9.3375 0 0 +6489000 15.0004480672 9.2125 0 0 +6489900 15.0004480672 9.0875 0 0 +6490800 15.0004480672 8.9625 0 0 +6491700 15.0004480672 8.825 0 0 +6492600 15.0004480672 8.675 0 0 +6493500 15.0004480672 8.525 0 0 +6494400 15.0004480672 8.375 0 0 +6495300 15.0004480672 8.1 0 0 +6496200 15.0004480672 7.7 0 0 +6497100 15.0004480672 7.3 0 0 +6498000 15.0004480672 6.9 0 0 +6498900 15.0004480672 6.7 0 0 +6499800 15.0004480672 6.7 0 0 +6500700 15.0004480672 6.7 0 0 +6501600 15.0004480672 6.7 0 0 +6502500 15.0004480672 6.7625 0 0 +6503400 15.0004480672 7.1790967374 1.9190329611 0 +6504300 15.0004480672 10.1017305111 19.7383755417 0 +6505200 15.0004480672 13.5615288135 40.3880307827 0 +6506100 15.0004480672 22.294664594 112.307899697 0 +6507000 15.0076079717 16.1672987054 154.1151475098 0.0555555556 +6507900 15.0004480672 35.5265992704 196.9183193916 0 +6508800 15.0076079717 17.5227775272 239.6677263527 0.0555555556 +6509700 15.0076079717 19.1385661064 340.3036408041 0.0555555556 +6510600 15.0076079717 20.1701529663 389.5359804794 0.0555555556 +6511500 15.0076079717 21.0609406346 436.9954726017 0.0555555556 +6512400 15.0076079717 21.9322753039 482.3981022196 0.0555555556 +6513300 15.0076079717 23.6296483282 585.8301335409 0.0555555556 +6514200 15.0076079717 24.4744065306 631.1370752173 0.0555555556 +6515100 15.0076079717 25.2721638931 673.4713371959 0.0555555556 +6516000 15.0076079717 26.0170056204 712.6472039447 0.0555555556 +6516900 15.0076079717 26.5427765696 739.4903991402 0.0555555556 +6517800 15.0076079717 27.1596655563 771.5039803597 0.0555555556 +6518700 15.0076079717 27.7113238667 799.9455992148 0.0555555556 +6519600 15.0076079717 28.1945199077 824.695701711 0.0555555556 +6520500 15.0076079717 30.5051332505 954.3836913878 0.0555555556 +6521400 15.0076079717 30.8883011529 973.4998122043 0.0555555556 +6522300 15.0076079717 31.185418623 988.1857202439 0.0555555556 +6523200 15.0076079717 31.3949333992 998.3825220803 0.0555555556 +6524100 15.0076079717 30.3758810596 936.9042116882 0.0555555556 +6525000 15.0076079717 30.4292292935 937.9476567366 0.0555555556 +6525900 15.0076079717 30.3992841468 934.7225894764 0.0555555556 +6526800 15.0076079717 30.28638278 927.2421718817 0.0555555556 +6527700 15.0076079717 29.6668107888 893.1926177168 0.0555555556 +6528600 15.0076079717 29.378748455 877.6639959106 0.0555555556 +6529500 15.0076079717 29.0138594385 858.115987523 0.0555555556 +6530400 15.0076079717 28.5742511986 834.629333932 0.0555555556 +6531300 15.0076079717 27.4494634925 769.3264803193 0.0555555556 +6532200 15.0076079717 26.9063782766 739.6894226886 0.0555555556 +6533100 15.0076079717 26.3009664826 706.6211374401 0.0555555556 +6534000 15.0076079717 25.6372287589 670.2614834362 0.0555555556 +6534900 15.0076079717 19.3102078984 278.3129052496 0.0555555556 +6535800 15.0076079717 18.9406956562 259.8095635732 0.0555555556 +6536700 15.0076079717 18.5536384827 240.1309382204 0.0555555556 +6537600 15.0076079717 18.1514653543 219.3765234995 0.0555555556 +6538500 15.0004480672 35.5330978185 125.0322420192 0 +6539400 15.0076079717 16.5020275996 110.9657936916 0.0555555556 +6540300 15.0004480672 30.1562823989 96.4444061943 0 +6541200 15.0076079717 16.0260739093 81.562601067 0.0555555556 +6542100 15.0004480672 26.2055362984 76.0110468178 0 +6543000 15.0004480672 23.1243264677 58.5649373822 0 +6543900 15.0004480672 20.0641127628 41.2192238568 0 +6544800 15.0004480672 16.9739813119 24.1692464638 0 +6545700 15.0004480672 13.9522730986 7.0627416998 0 +6546600 15.0004480672 12.3875 0 0 +6547500 15.0004480672 12.1125 0 0 +6548400 15.0004480672 11.8375 0 0 +6549300 15.0004480672 11.7 0 0 +6550200 15.0004480672 11.7 0 0 +6551100 15.0004480672 11.7 0 0 +6552000 15.0004480672 11.7 0 0 +6552900 15.0004480672 11.625 0 0 +6553800 15.0004480672 11.475 0 0 +6554700 15.0004480672 11.325 0 0 +6555600 15.0004480672 11.175 0 0 +6556500 15.0004480672 11.1 0 0 +6557400 15.0004480672 11.1 0 0 +6558300 15.0004480672 11.1 0 0 +6559200 15.0004480672 11.1 0 0 +6560100 15.0004480672 11.1 0 0 +6561000 15.0004480672 11.1 0 0 +6561900 15.0004480672 11.1 0 0 +6562800 15.0004480672 11.1 0 0 +6563700 15.0004480672 11.1 0 0 +6564600 15.0004480672 11.1 0 0 +6565500 15.0004480672 11.1 0 0 +6566400 15.0004480672 11.1 0 0 +6567300 15.0004480672 11.1 0 0 +6568200 15.0004480672 11.1 0 0 +6569100 15.0004480672 11.1 0 0 +6570000 15.0004480672 11.1 0 0 +6570900 15.0004480672 11.0375 0 0 +6571800 15.0004480672 10.9125 0 0 +6572700 15.0004480672 10.7875 0 0 +6573600 15.0004480672 10.6625 0 0 +6574500 15.0004480672 10.6625 0 0 +6575400 15.0004480672 10.7875 0 0 +6576300 15.0004480672 10.9125 0 0 +6577200 15.0004480672 11.0375 0 0 +6578100 15.0004480672 11.1 0 0 +6579000 15.0004480672 11.1 0 0 +6579900 15.0004480672 11.1 0 0 +6580800 15.0004480672 11.1 0 0 +6581700 15.0004480672 11.0375 0 0 +6582600 15.0004480672 10.9125 0 0 +6583500 15.0004480672 10.7875 0 0 +6584400 15.0004480672 10.6625 0 0 +6585300 15.0004480672 10.6 0 0 +6586200 15.0004480672 10.6 0 0 +6587100 15.0004480672 10.6 0 0 +6588000 15.0004480672 10.6 0 0 +6588900 15.0004480672 10.6625 0 0 +6589800 15.0004480672 11.1949295667 2.7652477554 0 +6590700 15.0004480672 14.0237049847 20.219105467 0 +6591600 15.0004480672 17.1914480665 39.5299144244 0 +6592500 15.0076079717 15.8401857697 86.8543039967 0.0555555556 +6593400 15.0004480672 29.7984792477 116.4306347671 0 +6594300 15.0076079717 16.6810312281 146.0897932724 0.0555555556 +6595200 15.0076079717 17.1348982983 175.4723625871 0.0555555556 +6596100 15.0076079717 17.1307965008 167.884102995 0.0555555556 +6597000 15.0076079717 17.519083006 190.6371149933 0.0555555556 +6597900 15.0076079717 17.8791300039 212.5949336443 0.0555555556 +6598800 15.0076079717 18.2277745135 233.6358963005 0.0555555556 +6599700 15.0076079717 20.470710098 381.8244204684 0.0555555556 +6600600 15.0076079717 20.9442065737 410.8437127852 0.0555555556 +6601500 15.0076079717 21.3896881505 438.0026373347 0.0555555556 +6602400 15.0076079717 21.804016221 463.1693208772 0.0555555556 +6603300 15.0076079717 19.9127291889 331.8372446323 0.0555555556 +6604200 15.0076079717 20.1833154812 346.1212661234 0.0555555556 +6605100 15.0076079717 20.4269452158 358.8190481008 0.0555555556 +6606000 15.0076079717 20.6422948449 369.872369674 0.0555555556 +6606900 15.0076079717 23.8151710172 557.54158519 0.0555555556 +6607800 15.0076079717 24.0339950214 568.799106078 0.0555555556 +6608700 15.0076079717 24.2044482297 577.4392499094 0.0555555556 +6609600 15.0076079717 24.325625066 583.4239584679 0.0555555556 +6610500 15.0076079717 20.8936297358 393.5910607793 0.0555555556 +6611400 15.0076079717 20.8903986132 393.9903952067 0.0555555556 +6612300 15.0076079717 20.8581593855 392.6133288699 0.0555555556 +6613200 15.0076079717 20.7970266661 389.4659802548 0.0555555556 +6614100 15.0076079717 25.2639695374 650.9143836842 0.0555555556 +6615000 15.0076079717 25.0886924372 639.4758863101 0.0555555556 +6615900 15.0076079717 24.8601984241 625.0987866665 0.0555555556 +6616800 15.0076079717 24.5799732685 607.8468408844 0.0555555556 +6617700 15.0076079717 25.7434982887 661.3771454776 0.0555555556 +6618600 15.0076079717 25.2555657096 635.8892013448 0.0555555556 +6619500 15.0076079717 24.7130681679 607.4590915289 0.0555555556 +6620400 15.0076079717 24.1196229695 576.2070843201 0.0555555556 +6621300 15.0076079717 25.2015907744 650.1835494662 0.0555555556 +6622200 15.0076079717 24.3403873725 606.9143307813 0.0555555556 +6623100 15.0076079717 23.4343128038 560.7510096358 0.0555555556 +6624000 15.0076079717 22.4913015808 511.8884661183 0.0555555556 +6624900 15.0076079717 21.5463099426 462.5635316968 0.0555555556 +6625800 15.0076079717 20.4609796883 409.0280806022 0.0555555556 +6626700 15.0076079717 19.2907815669 353.5025675274 0.0555555556 +6627600 15.0076079717 18.2893319422 296.4371783427 0.0555555556 +6628500 15.0004480672 34.9188774916 174.0695878642 0 +6629400 15.0076079717 16.1785054956 131.8597969247 0.0555555556 +6630300 15.0004480672 24.1484486808 91.4347638715 0 +6631200 15.0004480672 19.3775327577 54.4294643336 0 +6632100 15.0004480672 13.7283280642 9.8375058422 0 +6633000 15.0004480672 12.3875 0 0 +6633900 15.0004480672 12.1125 0 0 +6634800 15.0004480672 11.8375 0 0 +6635700 15.0004480672 11.625 0 0 +6636600 15.0004480672 11.475 0 0 +6637500 15.0004480672 11.325 0 0 +6638400 15.0004480672 11.175 0 0 +6639300 15.0004480672 11.175 0 0 +6640200 15.0004480672 11.325 0 0 +6641100 15.0004480672 11.475 0 0 +6642000 15.0004480672 11.625 0 0 +6642900 15.0004480672 11.7625 0 0 +6643800 15.0004480672 11.8875 0 0 +6644700 15.0004480672 12.0125 0 0 +6645600 15.0004480672 12.1375 0 0 +6646500 15.0004480672 12.1375 0 0 +6647400 15.0004480672 12.0125 0 0 +6648300 15.0004480672 11.8875 0 0 +6649200 15.0004480672 11.7625 0 0 +6650100 15.0004480672 11.625 0 0 +6651000 15.0004480672 11.475 0 0 +6651900 15.0004480672 11.325 0 0 +6652800 15.0004480672 11.175 0 0 +6653700 15.0004480672 11.0375 0 0 +6654600 15.0004480672 10.9125 0 0 +6655500 15.0004480672 10.7875 0 0 +6656400 15.0004480672 10.6625 0 0 +6657300 15.0004480672 10.45 0 0 +6658200 15.0004480672 10.15 0 0 +6659100 15.0004480672 9.85 0 0 +6660000 15.0004480672 9.55 0 0 +6660900 15.0004480672 9.475 0 0 +6661800 15.0004480672 9.625 0 0 +6662700 15.0004480672 9.775 0 0 +6663600 15.0004480672 9.925 0 0 +6664500 15.0004480672 10 0 0 +6665400 15.0004480672 10 0 0 +6666300 15.0004480672 10 0 0 +6667200 15.0004480672 10 0 0 +6668100 15.0004480672 9.8625 0 0 +6669000 15.0004480672 9.5875 0 0 +6669900 15.0004480672 9.3125 0 0 +6670800 15.0004480672 9.0375 0 0 +6671700 15.0004480672 8.825 0 0 +6672600 15.0004480672 8.675 0 0 +6673500 15.0004480672 8.525 0 0 +6674400 15.0004480672 8.375 0 0 +6675300 15.0004480672 8.3 0 0 +6676200 15.0004480672 8.8925142427 5.2341994859 0 +6677100 15.0004480672 11.8567708785 28.1015576555 0 +6678000 15.0004480672 15.118517774 52.6726955081 0 +6678900 15.0004480672 24.191112717 138.8088018048 0 +6679800 15.0076079717 16.3325572378 188.5735118454 0.0555555556 +6680700 15.0076079717 17.0139294749 239.0768744491 0.0555555556 +6681600 15.0076079717 17.8565133859 288.9784267695 0.0555555556 +6682500 15.0076079717 19.7475392168 399.6950142245 0.0555555556 +6683400 15.0076079717 20.9693438864 455.5574098241 0.0555555556 +6684300 15.0076079717 21.9902561359 509.1417389965 0.0555555556 +6685200 15.0076079717 22.9868538876 560.1788872522 0.0555555556 +6686100 15.0076079717 24.6675625443 658.7067128284 0.0555555556 +6687000 15.0076079717 25.6519430075 708.1142855173 0.0555555556 +6687900 15.0076079717 26.5811808626 754.1687963571 0.0555555556 +6688800 15.0076079717 27.4485696694 796.6948529175 0.0555555556 +6689700 15.0076079717 28.0730173189 828.729206414 0.0555555556 +6690600 15.0076079717 28.789252844 863.6561544991 0.0555555556 +6691500 15.0076079717 29.4299519804 894.6383268702 0.0555555556 +6692400 15.0076079717 29.9914797396 921.5556777482 0.0555555556 +6693300 15.0076079717 27.42030661 774.0787942389 0.0555555556 +6694200 15.0076079717 27.7402233227 789.4982323363 0.0555555556 +6695100 15.0076079717 27.9907333965 801.3123823975 0.0555555556 +6696000 15.0076079717 28.1705596522 809.4712416423 0.0555555556 +6696900 15.0076079717 31.4180540533 989.6792277402 0.0555555556 +6697800 15.0076079717 31.4461387855 990.5906153529 0.0555555556 +6698700 15.0076079717 31.3848145216 987.0530208262 0.0555555556 +6699600 15.0076079717 31.234459138 979.0804193447 0.0555555556 +6700500 15.0076079717 30.4360922257 932.8831378117 0.0555555556 +6701400 15.0076079717 30.1357812379 916.7086569878 0.0555555556 +6702300 15.0076079717 29.7533380595 896.3890230884 0.0555555556 +6703200 15.0076079717 29.2910218723 872.0049960479 0.0555555556 +6704100 15.0076079717 29.7543647161 901.6726045345 0.0555555556 +6705000 15.0076079717 29.0585975409 867.5170170589 0.0555555556 +6705900 15.0076079717 28.2874237323 829.3905309188 0.0555555556 +6706800 15.0076079717 27.4455802008 787.4379338165 0.0555555556 +6707700 15.0076079717 26.0600318119 707.9518808726 0.0555555556 +6708600 15.0076079717 25.1170694525 661.2910306444 0.0555555556 +6709500 15.0076079717 24.1244957427 611.465374855 0.0555555556 +6710400 15.0076079717 23.0909239868 558.6705955937 0.0555555556 +6711300 15.0076079717 21.3390427735 454.6733984153 0.0555555556 +6712200 15.0076079717 20.2457064068 402.6432661668 0.0555555556 +6713100 15.0076079717 19.074136041 348.5312256642 0.0555555556 +6714000 15.0076079717 18.0865684115 292.7533006177 0.0555555556 +6714900 15.0004480672 33.529318724 184.413313015 0 +6715800 15.0076079717 16.0629618885 140.0098788195 0.0555555556 +6716700 15.0004480672 22.9810672844 97.2640039643 0 +6717600 15.0004480672 18.5024803048 58.2493873496 0 +6718500 15.0004480672 13.2513138296 8.6391895212 0 +6719400 15.0004480672 12.012553316 0.006830667 0 +6720300 15.0004480672 11.8875 0 0 +6721200 15.0004480672 11.7625 0 0 +6722100 15.0004480672 11.625 0 0 +6723000 15.0004480672 11.475 0 0 +6723900 15.0004480672 11.325 0 0 +6724800 15.0004480672 11.175 0 0 +6725700 15.0004480672 11.0375 0 0 +6726600 15.0004480672 10.9125 0 0 +6727500 15.0004480672 10.7875 0 0 +6728400 15.0004480672 10.6625 0 0 +6729300 15.0004480672 10.6 0 0 +6730200 15.0004480672 10.6 0 0 +6731100 15.0004480672 10.6 0 0 +6732000 15.0004480672 10.6 0 0 +6732900 15.0004480672 10.6 0 0 +6733800 15.0004480672 10.6 0 0 +6734700 15.0004480672 10.6 0 0 +6735600 15.0004480672 10.6 0 0 +6736500 15.0004480672 10.525 0 0 +6737400 15.0004480672 10.375 0 0 +6738300 15.0004480672 10.225 0 0 +6739200 15.0004480672 10.075 0 0 +6740100 15.0004480672 9.925 0 0 +6741000 15.0004480672 9.775 0 0 +6741900 15.0004480672 9.625 0 0 +6742800 15.0004480672 9.475 0 0 +6743700 15.0004480672 9.4 0 0 +6744600 15.0004480672 9.4 0 0 +6745500 15.0004480672 9.4 0 0 +6746400 15.0004480672 9.4 0 0 +6747300 15.0004480672 9.3375 0 0 +6748200 15.0004480672 9.2125 0 0 +6749100 15.0004480672 9.0875 0 0 +6750000 15.0004480672 8.9625 0 0 +6750900 15.0004480672 8.7625 0 0 +6751800 15.0004480672 8.4875 0 0 +6752700 15.0004480672 8.2125 0 0 +6753600 15.0004480672 7.9375 0 0 +6754500 15.0004480672 7.725 0 0 +6755400 15.0004480672 7.575 0 0 +6756300 15.0004480672 7.425 0 0 +6757200 15.0004480672 7.275 0 0 +6758100 15.0004480672 7.275 0 0 +6759000 15.0004480672 7.425 0 0 +6759900 15.0004480672 7.575 0 0 +6760800 15.0004480672 7.725 0 0 +6761700 15.0004480672 7.8 0 0 +6762600 15.0004480672 8.5962023172 9.136251926 0 +6763500 15.0004480672 11.7807990053 39.3907787816 0 +6764400 15.0004480672 15.2533009665 72.0411415757 0 +6765300 15.0004480672 24.734457551 156.1937413537 0 +6766200 15.0076079717 16.4440630729 210.823814715 0.0555555556 +6767100 15.0076079717 17.212878219 265.7464694849 0.0555555556 +6768000 15.0076079717 18.17258562 319.5066888865 0.0555555556 +6768900 15.0076079717 20.1170422286 422.3111484442 0.0555555556 +6769800 15.0076079717 21.4440567058 480.3759990201 0.0555555556 +6770700 15.0076079717 22.5497452857 535.9808294835 0.0555555556 +6771600 15.0076079717 23.628672948 588.8638373227 0.0555555556 +6772500 15.0076079717 25.1946782059 678.0977565032 0.0555555556 +6773400 15.0076079717 26.2062786725 728.4289957945 0.0555555556 +6774300 15.0076079717 27.1607720139 775.3202200777 0.0555555556 +6775200 15.0076079717 28.0513072854 818.5969942245 0.0555555556 +6776100 15.0076079717 29.1990348278 883.582878537 0.0555555556 +6777000 15.0076079717 29.9380665376 920.4101450011 0.0555555556 +6777900 15.0076079717 30.5963728528 953.0579690116 0.0555555556 +6778800 15.0076079717 31.1701388283 981.4030194593 0.0555555556 +6779700 15.0076079717 31.8339702682 1018.5740087508 0.0555555556 +6780600 15.0076079717 32.2446927134 1038.3063565662 0.0555555556 +6781500 15.0076079717 32.5620358686 1053.394660742 0.0555555556 +6782400 15.0076079717 32.7843722063 1063.7808826075 0.0555555556 +6783300 15.0076079717 32.9530342904 1072.6124104743 0.0555555556 +6784200 15.0076079717 32.9825702233 1073.4956966238 0.0555555556 +6785100 15.0076079717 32.9150930727 1069.5956105718 0.0555555556 +6786000 15.0076079717 32.7510173288 1060.9272150133 0.0555555556 +6786900 15.0076079717 32.2083622579 1030.3110845887 0.0555555556 +6787800 15.0076079717 31.8365377105 1012.5211234758 0.0555555556 +6788700 15.0076079717 31.3737907993 990.1932559631 0.0555555556 +6789600 15.0076079717 30.8225879188 963.4133276254 0.0555555556 +6790500 15.0076079717 29.8075106563 905.7708560227 0.0555555556 +6791400 15.0076079717 29.1045590319 871.493859582 0.0555555556 +6792300 15.0076079717 28.3256713627 833.2420847398 0.0555555556 +6793200 15.0076079717 27.475639861 791.1602351134 0.0555555556 +6794100 15.0076079717 26.3479782265 727.8334410301 0.0555555556 +6795000 15.0076079717 25.3739303435 680.1124644822 0.0555555556 +6795900 15.0076079717 24.3485688 629.1386451877 0.0555555556 +6796800 15.0076079717 23.2807860915 575.1062368607 0.0555555556 +6797700 15.0076079717 21.6058350292 477.7578567728 0.0555555556 +6798600 15.0076079717 20.4403940399 423.6010808615 0.0555555556 +6799500 15.0076079717 19.2044113082 367.177341659 0.0555555556 +6800400 15.0076079717 18.1683171115 308.904583152 0.0555555556 +6801300 15.0004480672 33.7373514969 204.2184628329 0 +6802200 15.0076079717 16.0617211342 155.6998717206 0.0555555556 +6803100 15.0004480672 22.8325774495 108.5351485924 0 +6804000 15.0004480672 18.3056103678 65.234120628 0 +6804900 15.0004480672 13.0822857839 13.3926297505 0 +6805800 15.0004480672 11.4753851188 0.0593462168 0 +6806700 15.0004480672 11.325 0 0 +6807600 15.0004480672 11.175 0 0 +6808500 15.0004480672 11.0375 0 0 +6809400 15.0004480672 10.9125 0 0 +6810300 15.0004480672 10.7875 0 0 +6811200 15.0004480672 10.6625 0 0 +6812100 15.0004480672 10.6 0 0 +6813000 15.0004480672 10.6 0 0 +6813900 15.0004480672 10.6 0 0 +6814800 15.0004480672 10.6 0 0 +6815700 15.0004480672 10.6 0 0 +6816600 15.0004480672 10.6 0 0 +6817500 15.0004480672 10.6 0 0 +6818400 15.0004480672 10.6 0 0 +6819300 15.0004480672 10.6 0 0 +6820200 15.0004480672 10.6 0 0 +6821100 15.0004480672 10.6 0 0 +6822000 15.0004480672 10.6 0 0 +6822900 15.0004480672 10.6 0 0 +6823800 15.0004480672 10.6 0 0 +6824700 15.0004480672 10.6 0 0 +6825600 15.0004480672 10.6 0 0 +6826500 15.0004480672 10.6 0 0 +6827400 15.0004480672 10.6 0 0 +6828300 15.0004480672 10.6 0 0 +6829200 15.0004480672 10.6 0 0 +6830100 15.0004480672 10.6625 0 0 +6831000 15.0004480672 10.7875 0 0 +6831900 15.0004480672 10.9125 0 0 +6832800 15.0004480672 11.0375 0 0 +6833700 15.0004480672 11.0375 0 0 +6834600 15.0004480672 10.9125 0 0 +6835500 15.0004480672 10.7875 0 0 +6836400 15.0004480672 10.6625 0 0 +6837300 15.0004480672 10.6625 0 0 +6838200 15.0004480672 10.7875 0 0 +6839100 15.0004480672 10.9125 0 0 +6840000 15.0004480672 11.0375 0 0 +6840900 15.0004480672 10.9625 0 0 +6841800 15.0004480672 10.6875 0 0 +6842700 15.0004480672 10.4125 0 0 +6843600 15.0004480672 10.1375 0 0 +6844500 15.0004480672 10 0 0 +6845400 15.0004480672 10 0 0 +6846300 15.0004480672 10 0 0 +6847200 15.0004480672 10 0 0 +6848100 15.0004480672 10.1375 0 0 +6849000 15.0004480672 11.1824485894 4.2078163227 0 +6849900 15.0004480672 13.6700086053 16.4378977229 0 +6850800 15.0004480672 16.1435023936 28.793477853 0 +6851700 15.0004480672 17.4889640466 34.454639668 0 +6852600 15.0004480672 19.6763433489 44.5790976025 0 +6853500 15.0004480672 21.808772961 54.5120544774 0 +6854400 15.0004480672 23.8810630398 64.2109758464 0 +6855300 15.0076079717 15.9360800006 77.7716628937 0.0555555556 +6856200 15.0004480672 27.729777214 87.3908209525 0 +6857100 15.0076079717 16.180894997 96.6351175011 0.0555555556 +6858000 15.0004480672 30.3706689955 105.4649670422 0 +6858900 15.0076079717 20.3395333106 375.3383262388 0.0555555556 +6859800 15.0076079717 20.8595869765 403.3005315097 0.0555555556 +6860700 15.0076079717 21.3520056244 429.4665862906 0.0555555556 +6861600 15.0076079717 21.8135673576 453.7061116679 0.0555555556 +6862500 15.0076079717 20.0371489168 345.8401455078 0.0555555556 +6863400 15.0076079717 20.2585575778 359.9727521649 0.0555555556 +6864300 15.0076079717 20.4554510534 372.5199607463 0.0555555556 +6865200 15.0076079717 20.6268056271 383.4251333141 0.0555555556 +6866100 15.0076079717 28.8208292698 854.5161487102 0.0555555556 +6867000 15.0076079717 29.1672075341 871.2787849597 0.0555555556 +6867900 15.0076079717 29.4376313421 884.0828650526 0.0555555556 +6868800 15.0076079717 29.6307237706 892.8736844657 0.0555555556 +6869700 15.0076079717 29.8800917567 907.6546870776 0.0555555556 +6870600 15.0076079717 29.8931470082 908.3313375701 0.0555555556 +6871500 15.0076079717 29.8267226377 904.8881150262 0.0555555556 +6872400 15.0076079717 29.6811824513 897.339712394 0.0555555556 +6873300 15.0076079717 28.9937074045 860.9063689355 0.0555555556 +6874200 15.0076079717 28.6916025921 845.6792886619 0.0555555556 +6875100 15.0076079717 28.3167189654 826.60273843 0.0555555556 +6876000 15.0076079717 27.871136008 803.7595328754 0.0555555556 +6876900 15.0076079717 27.6047794865 789.5010217928 0.0555555556 +6877800 15.0076079717 27.0016991526 759.0036742601 0.0555555556 +6878700 15.0076079717 26.3353994139 725.0336878012 0.0555555556 +6879600 15.0076079717 25.6100840195 687.7412049208 0.0555555556 +6880500 15.0076079717 23.5769624448 561.6836548169 0.0555555556 +6881400 15.0076079717 22.8504028375 523.9745945732 0.0555555556 +6882300 15.0076079717 22.0870952115 483.8603806847 0.0555555556 +6883200 15.0076079717 21.2940151848 441.5412299145 0.0555555556 +6884100 15.0076079717 18.385297914 249.6259873811 0.0555555556 +6885000 15.0076079717 17.7975799717 220.6420713505 0.0555555556 +6885900 15.0076079717 17.1929781322 190.8561571802 0.0555555556 +6886800 15.0004480672 34.4472057029 160.5413918184 0 +6887700 15.0004480672 24.8129956149 85.2759982237 0 +6888600 15.0004480672 21.746301492 66.2221393059 0 +6889500 15.0004480672 18.7970708286 47.476792455 0 +6890400 15.0004480672 15.8570989776 29.2901144565 0 +6891300 15.0004480672 12.9345794307 10.4124691577 0 +6892200 15.0004480672 10.945831369 0.181643392 0 +6893100 15.0004480672 10.7875 0 0 +6894000 15.0004480672 10.6625 0 0 +6894900 15.0004480672 10.525 0 0 +6895800 15.0004480672 10.375 0 0 +6896700 15.0004480672 10.225 0 0 +6897600 15.0004480672 10.075 0 0 +6898500 15.0004480672 10 0 0 +6899400 15.0004480672 10 0 0 +6900300 15.0004480672 10 0 0 +6901200 15.0004480672 10 0 0 +6902100 15.0004480672 10 0 0 +6903000 15.0004480672 10 0 0 +6903900 15.0004480672 10 0 0 +6904800 15.0004480672 10 0 0 +6905700 15.0004480672 9.925 0 0 +6906600 15.0004480672 9.775 0 0 +6907500 15.0004480672 9.625 0 0 +6908400 15.0004480672 9.475 0 0 +6909300 15.0004480672 9.3375 0 0 +6910200 15.0004480672 9.2125 0 0 +6911100 15.0004480672 9.0875 0 0 +6912000 15.0004480672 8.9625 0 0 +6912900 15.0004480672 8.9 0 0 +6913800 15.0004480672 8.9 0 0 +6914700 15.0004480672 8.9 0 0 +6915600 15.0004480672 8.9 0 0 +6916500 15.0004480672 8.825 0 0 +6917400 15.0004480672 8.675 0 0 +6918300 15.0004480672 8.525 0 0 +6919200 15.0004480672 8.375 0 0 +6920100 15.0004480672 8.3 0 0 +6921000 15.0004480672 8.3 0 0 +6921900 15.0004480672 8.3 0 0 +6922800 15.0004480672 8.3 0 0 +6923700 15.0004480672 8.375 0 0 +6924600 15.0004480672 8.525 0 0 +6925500 15.0004480672 8.675 0 0 +6926400 15.0004480672 8.825 0 0 +6927300 15.0004480672 8.825 0 0 +6928200 15.0004480672 8.675 0 0 +6929100 15.0004480672 8.525 0 0 +6930000 15.0004480672 8.375 0 0 +6930900 15.0004480672 8.3 0 0 +6931800 15.0004480672 8.3 0 0 +6932700 15.0004480672 8.3 0 0 +6933600 15.0004480672 8.3 0 0 +6934500 15.0004480672 8.1 0 0 +6935400 15.0004480672 9.1713617266 11.0769179286 0 +6936300 15.0004480672 12.3481993183 38.8035107593 0 +6937200 15.0004480672 15.5229675364 67.9837782069 0 +6938100 15.0004480672 21.7563990547 97.5280663149 0 +6939000 15.0076079717 16.0130298848 127.8036320121 0.0555555556 +6939900 15.0004480672 32.0558820856 158.3135628876 0 +6940800 15.0076079717 16.9969429659 188.6521896647 0.0555555556 +6941700 15.0076079717 17.5895702294 219.7926077321 0.0555555556 +6942600 15.0076079717 18.0077467601 248.1007708445 0.0555555556 +6943500 15.0076079717 18.387976676 275.4257606783 0.0555555556 +6944400 15.0076079717 18.753856631 301.6120706587 0.0555555556 +6945300 15.0076079717 21.2093760189 461.0178316317 0.0555555556 +6946200 15.0076079717 21.8411174243 495.1794571438 0.0555555556 +6947100 15.0076079717 22.4388582825 527.1425862635 0.0555555556 +6948000 15.0076079717 22.9986043422 556.7471966355 0.0555555556 +6948900 15.0076079717 23.0294209612 547.7810683115 0.0555555556 +6949800 15.0076079717 23.467477597 570.8268697229 0.0555555556 +6950700 15.0076079717 23.8602804453 591.2849233969 0.0555555556 +6951600 15.0076079717 24.2055873514 609.0603712238 0.0555555556 +6952500 15.0076079717 20.5446212934 393.8383222083 0.0555555556 +6953400 15.0076079717 20.6748751303 401.3139686004 0.0555555556 +6954300 15.0076079717 20.7766708032 407.0165788083 0.0555555556 +6955200 15.0076079717 20.8495392362 410.9205473649 0.0555555556 +6956100 15.0076079717 27.8222620155 789.1190145519 0.0555555556 +6957000 15.0076079717 27.8325258682 789.6315363913 0.0555555556 +6957900 15.0076079717 27.771330663 786.5752937974 0.0555555556 +6958800 15.0076079717 27.6390156493 779.9631513992 0.0555555556 +6959700 15.0076079717 29.6762073652 911.3681686116 0.0555555556 +6960600 15.0076079717 29.359446835 895.2749887811 0.0555555556 +6961500 15.0076079717 28.9637803304 875.1324508851 0.0555555556 +6962400 15.0076079717 28.4914615954 851.0252685255 0.0555555556 +6963300 15.0076079717 22.8542167127 512.9877630053 0.0555555556 +6964200 15.0076079717 22.4773258831 493.0355210012 0.0555555556 +6965100 15.0076079717 22.0599067688 470.8339355895 0.0555555556 +6966000 15.0076079717 21.6047797011 446.4873077869 0.0555555556 +6966900 15.0076079717 25.5760982366 700.7284573903 0.0555555556 +6967800 15.0076079717 24.6596995497 654.1906475839 0.0555555556 +6968700 15.0076079717 23.6959948736 604.6110952423 0.0555555556 +6969600 15.0076079717 22.6937057375 552.2150365168 0.0555555556 +6970500 15.0076079717 20.3480112359 404.3459799809 0.0555555556 +6971400 15.0076079717 19.3762000069 357.6835302355 0.0555555556 +6972300 15.0076079717 18.3815289283 309.5290643453 0.0555555556 +6973200 15.0076079717 17.5365569413 260.313624165 0.0555555556 +6974100 15.0004480672 30.0629092075 171.0697379281 0 +6975000 15.0004480672 24.8585527169 130.7457470365 0 +6975900 15.0004480672 20.4531233076 91.9807232182 0 +6976800 15.0004480672 16.2982862744 56.0183154186 0 +6977700 15.0004480672 11.6244439734 14.3861721351 0 +6978600 15.0004480672 9.2793632169 0.3985933105 0 +6979500 15.0004480672 9.0875 0 0 +6980400 15.0004480672 8.9625 0 0 +6981300 15.0004480672 8.9 0 0 +6982200 15.0004480672 8.9 0 0 +6983100 15.0004480672 8.9 0 0 +6984000 15.0004480672 8.9 0 0 +6984900 15.0004480672 8.825 0 0 +6985800 15.0004480672 8.675 0 0 +6986700 15.0004480672 8.525 0 0 +6987600 15.0004480672 8.375 0 0 +6988500 15.0004480672 8.3 0 0 +6989400 15.0004480672 8.3 0 0 +6990300 15.0004480672 8.3 0 0 +6991200 15.0004480672 8.3 0 0 +6992100 15.0004480672 8.1 0 0 +6993000 15.0004480672 7.7 0 0 +6993900 15.0004480672 7.3 0 0 +6994800 15.0004480672 6.9 0 0 +6995700 15.0004480672 6.7625 0 0 +6996600 15.0004480672 6.8875 0 0 +6997500 15.0004480672 7.0125 0 0 +6998400 15.0004480672 7.1375 0 0 +6999300 15.0004480672 7.1375 0 0 +7000200 15.0004480672 7.0125 0 0 +7001100 15.0004480672 6.8875 0 0 +7002000 15.0004480672 6.7625 0 0 +7002900 15.0004480672 6.4875 0 0 +7003800 15.0004480672 6.0625 0 0 +7004700 15.0004480672 5.6375 0 0 +7005600 15.0004480672 5.2125 0 0 +7006500 15.0004480672 5.1375 0 0 +7007400 15.0004480672 5.4125 0 0 +7008300 15.0004480672 5.6875 0 0 +7009200 15.0004480672 5.9625 0 0 +7010100 15.0004480672 5.9625 0 0 +7011000 15.0004480672 5.6875 0 0 +7011900 15.0004480672 5.4125 0 0 +7012800 15.0004480672 5.1375 0 0 +7013700 15.0004480672 4.925 0 0 +7014600 15.0004480672 4.775 0 0 +7015500 15.0004480672 4.625 0 0 +7016400 15.0004480672 4.475 0 0 +7017300 15.0004480672 4.4 0 0 +7018200 15.0004480672 4.4 0 0 +7019100 15.0004480672 4.4 0 0 +7020000 15.0004480672 4.4 0 0 +7020900 15.0004480672 4.55 0.0058597585 0 +7021800 15.0004480672 6.6196221794 9.7991210045 0 +7022700 15.0004480672 10.2212067984 28.4705756438 0 +7023600 15.0004480672 13.7303825817 47.0847952494 0 +7024500 15.0004480672 13.2529754292 41.3429042024 0 +7025400 15.0004480672 15.7750011748 52.7797115349 0 +7026300 15.0004480672 18.2326076937 63.9980323326 0 +7027200 15.0004480672 20.6203621458 74.9498280234 0 +7028100 15.0076079717 15.9097313843 102.1563218291 0.0555555556 +7029000 15.0004480672 28.1572411431 114.4255978271 0 +7029900 15.0076079717 16.3417002943 126.2138666898 0.0555555556 +7030800 15.0004480672 32.8899385745 137.4706492402 0 +7031700 15.0076079717 16.9543615797 164.145962211 0.0555555556 +7032600 15.0076079717 17.1249678847 175.2831085497 0.0555555556 +7033500 15.0076079717 17.2850178139 185.6796163748 0.0555555556 +7034400 15.0076079717 17.433877635 195.2909662438 0.0555555556 +7035300 15.0076079717 17.7120347383 213.6345063903 0.0555555556 +7036200 15.0076079717 17.8520811171 221.926615194 0.0555555556 +7037100 15.0076079717 17.9787028439 229.278816897 0.0555555556 +7038000 15.0076079717 18.0914517562 235.6596282428 0.0555555556 +7038900 15.0076079717 18.2482409334 245.1374175383 0.0555555556 +7039800 15.0076079717 18.3331929 249.5718432001 0.0555555556 +7040700 15.0076079717 18.4030375849 252.9481576479 0.0555555556 +7041600 15.0076079717 18.4575691807 255.251902985 0.0555555556 +7042500 15.0076079717 26.3153959005 731.4749264897 0.0555555556 +7043400 15.0076079717 26.3442515306 731.880527014 0.0555555556 +7044300 15.0076079717 26.3143780197 728.9835752717 0.0555555556 +7045200 15.0076079717 26.2260569358 722.7971977181 0.0555555556 +7046100 15.0076079717 23.2071404757 526.1536817816 0.0555555556 +7047000 15.0076079717 23.0262817635 516.7871947364 0.0555555556 +7047900 15.0076079717 22.8035568232 505.0838382711 0.0555555556 +7048800 15.0076079717 22.5401867754 491.0975428313 0.0555555556 +7049700 15.0076079717 17.9963659321 219.3246958631 0.0555555556 +7050600 15.0076079717 17.8838739175 211.4221727321 0.0555555556 +7051500 15.0076079717 17.7586397064 202.6245149232 0.0555555556 +7052400 15.0076079717 17.6211995712 192.9693953578 0.0555555556 +7053300 15.0076079717 18.5417928164 249.5789630433 0.0555555556 +7054200 15.0076079717 18.2801393336 233.4074382482 0.0555555556 +7055100 15.0076079717 18.0039320722 216.234028131 0.0555555556 +7056000 15.0076079717 17.7151809738 198.1473392069 0.0555555556 +7056900 15.0004480672 33.9057105828 122.041787135 0 +7057800 15.0076079717 16.3706126185 108.7083271112 0.0555555556 +7058700 15.0004480672 28.6409907627 94.9755147906 0 +7059600 15.0076079717 15.9152486437 80.9375450324 0.0555555556 +7060500 15.0004480672 24.390629619 68.8858467833 0 +7061400 15.0004480672 21.8630970908 54.4555236166 0 +7062300 15.0004480672 19.3143978753 39.9534450113 0 +7063200 15.0004480672 16.7229801415 25.4786413377 0 +7064100 15.0004480672 15.1942655898 16.8519108966 0 +7065000 15.0004480672 12.0125 0.8049433529 0 +7065900 15.0004480672 11.8875 0 0 +7066800 15.0004480672 11.7625 0 0 +7067700 15.0004480672 11.625 0 0 +7068600 15.0004480672 11.475 0 0 +7069500 15.0004480672 11.325 0 0 +7070400 15.0004480672 11.175 0 0 +7071300 15.0004480672 11.1 0 0 +7072200 15.0004480672 11.1 0 0 +7073100 15.0004480672 11.1 0 0 +7074000 15.0004480672 11.1 0 0 +7074900 15.0004480672 11.1 0 0 +7075800 15.0004480672 11.1 0 0 +7076700 15.0004480672 11.1 0 0 +7077600 15.0004480672 11.1 0 0 +7078500 15.0004480672 11.1 0 0 +7079400 15.0004480672 11.1 0 0 +7080300 15.0004480672 11.1 0 0 +7081200 15.0004480672 11.1 0 0 +7082100 15.0004480672 11.175 0 0 +7083000 15.0004480672 11.325 0 0 +7083900 15.0004480672 11.475 0 0 +7084800 15.0004480672 11.625 0 0 +7085700 15.0004480672 11.7 0 0 +7086600 15.0004480672 11.7 0 0 +7087500 15.0004480672 11.7 0 0 +7088400 15.0004480672 11.7 0 0 +7089300 15.0004480672 11.5625 0 0 +7090200 15.0004480672 11.2875 0 0 +7091100 15.0004480672 11.0125 0 0 +7092000 15.0004480672 10.7375 0 0 +7092900 15.0004480672 10.6 0 0 +7093800 15.0004480672 10.6 0 0 +7094700 15.0004480672 10.6 0 0 +7095600 15.0004480672 10.6 0 0 +7096500 15.0004480672 10.525 0 0 +7097400 15.0004480672 10.375 0 0 +7098300 15.0004480672 10.225 0 0 +7099200 15.0004480672 10.075 0 0 +7100100 15.0004480672 10 0 0 +7101000 15.0004480672 10 0 0 +7101900 15.0004480672 10 0 0 +7102800 15.0004480672 10 0 0 +7103700 15.0004480672 10 0 0 +7104600 15.0004480672 10 0 0 +7105500 15.0004480672 10 0 0 +7106400 15.0004480672 10 0 0 +7107300 15.0004480672 10.075 0.132917462 0 +7108200 15.0004480672 12.10694984 10.4864842623 0 +7109100 15.0004480672 15.2050823814 27.3279261579 0 +7110000 15.0004480672 18.2289196392 44.1570291703 0 +7110900 15.0004480672 19.7373315072 53.1565735426 0 +7111800 15.0004480672 22.2735660128 67.838187929 0 +7112700 15.0004480672 24.7993246773 82.3610091943 0 +7113600 15.0076079717 16.0369487746 96.6258796962 0.0555555556 +7114500 15.0076079717 17.8083885578 221.3918280898 0.0555555556 +7115400 15.0076079717 18.2594908861 248.6940288846 0.0555555556 +7116300 15.0076079717 18.6804422634 275.0129739521 0.0555555556 +7117200 15.0076079717 19.0866384306 300.2087354981 0.0555555556 +7118100 15.0076079717 18.0878935907 228.9003772424 0.0555555556 +7119000 15.0076079717 18.3399823239 244.7225422349 0.0555555556 +7119900 15.0076079717 18.5768847932 259.5055275841 0.0555555556 +7120800 15.0076079717 18.7973726917 273.1809296531 0.0555555556 +7121700 15.0076079717 17.8704842168 212.9007908009 0.0555555556 +7122600 15.0076079717 17.9968704293 221.0873450901 0.0555555556 +7123500 15.0076079717 18.1099973474 228.3430936705 0.0555555556 +7124400 15.0076079717 18.2094226879 234.6369663128 0.0555555556 +7125300 15.0076079717 18.3706199817 245.2019747472 0.0555555556 +7126200 15.0076079717 18.4448518119 249.5895971495 0.0555555556 +7127100 15.0076079717 18.5040878248 252.9247119123 0.0555555556 +7128000 15.0076079717 18.5481247242 255.1930375622 0.0555555556 +7128900 15.0076079717 17.8473787737 205.5536708467 0.0555555556 +7129800 15.0076079717 17.8486366508 205.6420362572 0.0555555556 +7130700 15.0076079717 17.837545086 204.862857859 0.0555555556 +7131600 15.0076079717 17.8141515751 203.2194722136 0.0555555556 +7132500 15.0076079717 17.7373368206 198.235537896 0.0555555556 +7133400 15.0076079717 17.6785342711 194.929930689 0.0555555556 +7134300 15.0076079717 17.6080195268 190.8024891313 0.0555555556 +7135200 15.0076079717 17.5260441809 185.8708875616 0.0555555556 +7136100 15.0076079717 17.9716369309 218.3469625791 0.0555555556 +7137000 15.0076079717 17.8383014929 210.5015125793 0.0555555556 +7137900 15.0076079717 17.6923118613 201.770279887 0.0555555556 +7138800 15.0076079717 17.5342002594 192.190652981 0.0555555556 +7139700 15.0004480672 34.8029111815 134.7490318277 0 +7140600 15.0076079717 16.5552546302 126.4849658465 0.0555555556 +7141500 15.0004480672 31.5647994169 117.690846889 0 +7142400 15.0076079717 16.2540696849 108.4043327227 0.0555555556 +7143300 15.0004480672 25.7857774178 84.9210785368 0 +7144200 15.0004480672 24.213629616 76.1849205847 0 +7145100 15.0004480672 22.5735100688 67.1324897597 0 +7146000 15.0004480672 20.869809306 57.8025499605 0 +7146900 15.0004480672 20.4292682756 56.0235415002 0 +7147800 15.0004480672 18.3317913003 44.6828563637 0 +7148700 15.0004480672 16.1748803117 33.1624036939 0 +7149600 15.0004480672 13.9646533479 21.5115158378 0 +7150500 15.0004480672 11.2101841672 6.6248966401 0 +7151400 15.0004480672 10 0.4378450597 0 +7152300 15.0004480672 10 0 0 +7153200 15.0004480672 10 0 0 +7154100 15.0004480672 9.925 0 0 +7155000 15.0004480672 9.775 0 0 +7155900 15.0004480672 9.625 0 0 +7156800 15.0004480672 9.475 0 0 +7157700 15.0004480672 9.3375 0 0 +7158600 15.0004480672 9.2125 0 0 +7159500 15.0004480672 9.0875 0 0 +7160400 15.0004480672 8.9625 0 0 +7161300 15.0004480672 8.825 0 0 +7162200 15.0004480672 8.675 0 0 +7163100 15.0004480672 8.525 0 0 +7164000 15.0004480672 8.375 0 0 +7164900 15.0004480672 8.3 0 0 +7165800 15.0004480672 8.3 0 0 +7166700 15.0004480672 8.3 0 0 +7167600 15.0004480672 8.3 0 0 +7168500 15.0004480672 8.3 0 0 +7169400 15.0004480672 8.3 0 0 +7170300 15.0004480672 8.3 0 0 +7171200 15.0004480672 8.3 0 0 +7172100 15.0004480672 8.3 0 0 +7173000 15.0004480672 8.3 0 0 +7173900 15.0004480672 8.3 0 0 +7174800 15.0004480672 8.3 0 0 +7175700 15.0004480672 8.3 0 0 +7176600 15.0004480672 8.3 0 0 +7177500 15.0004480672 8.3 0 0 +7178400 15.0004480672 8.3 0 0 +7179300 15.0004480672 8.2375 0 0 +7180200 15.0004480672 8.1125 0 0 +7181100 15.0004480672 7.9875 0 0 +7182000 15.0004480672 7.8625 0 0 +7182900 15.0004480672 7.8 0 0 +7183800 15.0004480672 7.8 0 0 +7184700 15.0004480672 7.8 0 0 +7185600 15.0004480672 7.8 0 0 +7186500 15.0004480672 7.8 0 0 +7187400 15.0004480672 7.8 0 0 +7188300 15.0004480672 7.8 0 0 +7189200 15.0004480672 7.8 0 0 +7190100 15.0004480672 7.725 0 0 +7191000 15.0004480672 7.575 0 0 +7191900 15.0004480672 7.425 0 0 +7192800 15.0004480672 7.275 0 0 +7193700 15.0004480672 7.2 0.5791403132 0 +7194600 15.0004480672 10.1378673808 16.7757269027 0 +7195500 15.0004480672 14.0898993523 40.6645831465 0 +7196400 15.0004480672 17.9190913083 64.7588169231 0 +7197300 15.0004480672 24.4816725748 125.3430308869 0 +7198200 15.0076079717 16.2875311818 162.9817657021 0.0555555556 +7199100 15.0004480672 35.8295916189 201.1630153846 0 +7200000 15.0076079717 17.4704410241 239.2775792343 0.0555555556 +7200900 15.0076079717 17.7927409193 246.7767078624 0.0555555556 +7201800 15.0076079717 18.4521053246 279.4310791595 0.0555555556 +7202700 15.0076079717 19.0227270186 311.0390168571 0.0555555556 +7203600 15.0076079717 19.5805869782 341.3830234661 0.0555555556 +7204500 15.0076079717 22.7882635617 548.1291930556 0.0555555556 +7205400 15.0076079717 23.5633325504 588.3750479957 0.0555555556 +7206300 15.0076079717 24.2961324057 625.9995110723 0.0555555556 +7207200 15.0076079717 24.9812788699 660.815400751 0.0555555556 +7208100 15.0076079717 24.0600235227 609.9217847911 0.0555555556 +7209000 15.0076079717 24.5365448536 634.9979124824 0.0555555556 +7209900 15.0076079717 24.9640876658 657.2362651814 0.0555555556 +7210800 15.0076079717 25.3402770944 676.5319382253 0.0555555556 +7211700 15.0076079717 26.5868231209 739.7587873884 0.0555555556 +7212600 15.0076079717 26.8482915676 753.8799310241 0.0555555556 +7213500 15.0076079717 27.0470292693 764.5987721282 0.0555555556 +7214400 15.0076079717 27.1819090227 771.8666237137 0.0555555556 +7215300 15.0076079717 30.1010187403 940.7820486577 0.0555555556 +7216200 15.0076079717 30.1292020585 941.1249312772 0.0555555556 +7217100 15.0076079717 30.0764452989 937.2231814305 0.0555555556 +7218000 15.0076079717 29.9431607416 929.0940029166 0.0555555556 +7218900 15.0076079717 20.5626352249 379.7138490819 0.0555555556 +7219800 15.0076079717 20.4585243453 373.1529010184 0.0555555556 +7220700 15.0076079717 20.3288257629 364.9726838767 0.0555555556 +7221600 15.0076079717 20.1742036682 355.2101771116 0.0555555556 +7222500 15.0076079717 20.5134693001 369.3961319586 0.0555555556 +7223400 15.0076079717 20.2764279899 355.3585809842 0.0555555556 +7224300 15.0076079717 20.0138343708 339.7596737326 0.0555555556 +7225200 15.0076079717 19.7273035732 322.6744885483 0.0555555556 +7226100 15.0076079717 21.4347390481 443.1250846397 0.0555555556 +7227000 15.0076079717 20.9552079635 414.4121916868 0.0555555556 +7227900 15.0076079717 20.4500795135 383.9415912398 0.0555555556 +7228800 15.0076079717 19.9230415121 351.8745959004 0.0555555556 +7229700 15.0076079717 20.5674871045 406.2588057709 0.0555555556 +7230600 15.0076079717 19.5803853242 359.578362067 0.0555555556 +7231500 15.0076079717 18.6079120314 311.5411303965 0.0555555556 +7232400 15.0076079717 17.782409792 262.5992610949 0.0555555556 +7233300 15.0004480672 30.4165730893 153.9454038534 0 +7234200 15.0076079717 15.8931799874 118.2476333559 0.0555555556 +7235100 15.0004480672 21.905650973 83.9617535727 0 +7236000 15.0004480672 18.3007176781 51.9687694765 0 +7236900 15.0004480672 13.7719041402 13.0358294827 0 +7237800 15.0004480672 11.2875 1.0483816565 0 +7238700 15.0004480672 11.0125 0 0 +7239600 15.0004480672 10.7375 0 0 +7240500 15.0004480672 10.6 0 0 +7241400 15.0004480672 10.6 0 0 +7242300 15.0004480672 10.6 0 0 +7243200 15.0004480672 10.6 0 0 +7244100 15.0004480672 10.6 0 0 +7245000 15.0004480672 10.6 0 0 +7245900 15.0004480672 10.6 0 0 +7246800 15.0004480672 10.6 0 0 +7247700 15.0004480672 10.6 0 0 +7248600 15.0004480672 10.6 0 0 +7249500 15.0004480672 10.6 0 0 +7250400 15.0004480672 10.6 0 0 +7251300 15.0004480672 10.6 0 0 +7252200 15.0004480672 10.6 0 0 +7253100 15.0004480672 10.6 0 0 +7254000 15.0004480672 10.6 0 0 +7254900 15.0004480672 10.6 0 0 +7255800 15.0004480672 10.6 0 0 +7256700 15.0004480672 10.6 0 0 +7257600 15.0004480672 10.6 0 0 +7258500 15.0004480672 10.6 0 0 +7259400 15.0004480672 10.6 0 0 +7260300 15.0004480672 10.6 0 0 +7261200 15.0004480672 10.6 0 0 +7262100 15.0004480672 10.6625 0 0 +7263000 15.0004480672 10.7875 0 0 +7263900 15.0004480672 10.9125 0 0 +7264800 15.0004480672 11.0375 0 0 +7265700 15.0004480672 11.1 0 0 +7266600 15.0004480672 11.1 0 0 +7267500 15.0004480672 11.1 0 0 +7268400 15.0004480672 11.1 0 0 +7269300 15.0004480672 11.1 0 0 +7270200 15.0004480672 11.1 0 0 +7271100 15.0004480672 11.1 0 0 +7272000 15.0004480672 11.1 0 0 +7272900 15.0004480672 11.0375 0 0 +7273800 15.0004480672 10.9125 0 0 +7274700 15.0004480672 10.7875 0 0 +7275600 15.0004480672 10.6625 0 0 +7276500 15.0004480672 10.6625 0 0 +7277400 15.0004480672 10.7875 0 0 +7278300 15.0004480672 10.9125 0 0 +7279200 15.0004480672 11.0375 0 0 +7280100 15.0004480672 11.1 0.947839118 0 +7281000 15.0004480672 13.6956520376 14.3449239259 0 +7281900 15.0004480672 16.7472649288 31.6079237641 0 +7282800 15.0004480672 19.7160542637 48.7948538137 0 +7283700 15.0076079717 16.1401298239 107.4541764399 0.0555555556 +7284600 15.0004480672 32.9815851473 136.198753729 0 +7285500 15.0076079717 16.9494547867 164.793762001 0.0555555556 +7286400 15.0076079717 17.3776651911 192.998042676 0.0555555556 +7287300 15.0076079717 18.8277895381 306.6868339897 0.0555555556 +7288200 15.0076079717 19.6554656163 346.8230814711 0.0555555556 +7289100 15.0076079717 20.3744640296 385.6602391141 0.0555555556 +7290000 15.0076079717 21.0771327913 422.9323988938 0.0555555556 +7290900 15.0076079717 22.5274784833 510.1701754678 0.0555555556 +7291800 15.0076079717 23.2456675078 547.3994950442 0.0555555556 +7292700 15.0076079717 23.9247662952 582.2079330033 0.0555555556 +7293600 15.0076079717 24.5597670814 614.4192714597 0.0555555556 +7294500 15.0076079717 27.4551408027 788.9943995532 0.0555555556 +7295400 15.0076079717 28.0738730607 821.4749050721 0.0555555556 +7296300 15.0076079717 28.6241985789 850.2532076049 0.0555555556 +7297200 15.0076079717 29.1027334306 875.1993809855 0.0555555556 +7298100 15.0076079717 29.8866984546 919.2815426276 0.0555555556 +7299000 15.0076079717 30.2543009124 936.6793183043 0.0555555556 +7299900 15.0076079717 30.5410315584 949.8602968234 0.0555555556 +7300800 15.0076079717 30.74546028 958.7665053365 0.0555555556 +7301700 15.0076079717 30.9183211123 967.7307192692 0.0555555556 +7302600 15.0076079717 30.9233293809 967.990273654 0.0555555556 +7303500 15.0076079717 30.8443254906 963.8951886765 0.0555555556 +7304400 15.0076079717 30.6817474436 955.4634053165 0.0555555556 +7305300 15.0076079717 30.2268914857 928.7319540529 0.0555555556 +7306200 15.0076079717 29.9258497033 912.0064793505 0.0555555556 +7307100 15.0076079717 29.5464280013 891.1735640187 0.0555555556 +7308000 15.0076079717 29.0909497611 866.3256101467 0.0555555556 +7308900 15.0076079717 28.0244355665 804.485978993 0.0555555556 +7309800 15.0076079717 27.3952178726 773.2324235267 0.0555555556 +7310700 15.0076079717 26.7024433856 738.4952341775 0.0555555556 +7311600 15.0076079717 25.9505222268 700.4357669735 0.0555555556 +7312500 15.0076079717 24.3418731684 604.9613207466 0.0555555556 +7313400 15.0076079717 23.5737157892 564.4175683298 0.0555555556 +7314300 15.0076079717 22.7677285353 521.3851989181 0.0555555556 +7315200 15.0076079717 21.9314045321 476.0990900328 0.0555555556 +7316100 15.0076079717 20.0807603411 359.2055495746 0.0555555556 +7317000 15.0076079717 19.2231975734 318.1345618176 0.0555555556 +7317900 15.0076079717 18.3856152851 275.9981059192 0.0555555556 +7318800 15.0076079717 17.6582494503 233.1962847575 0.0555555556 +7319700 15.0004480672 31.8444672966 129.6808223342 0 +7320600 15.0076079717 16.0354312975 101.2381689283 0.0555555556 +7321500 15.0004480672 23.4734408172 73.5863940351 0 +7322400 15.0004480672 19.5336286266 47.1052364098 0 +7323300 15.0004480672 14.3836642567 12.7607654159 0 +7324200 15.0004480672 11.7875 1.3647179836 0 +7325100 15.0004480672 11.5125 0 0 +7326000 15.0004480672 11.2375 0 0 +7326900 15.0004480672 11.0375 0 0 +7327800 15.0004480672 10.9125 0 0 +7328700 15.0004480672 10.7875 0 0 +7329600 15.0004480672 10.6625 0 0 +7330500 15.0004480672 10.525 0 0 +7331400 15.0004480672 10.375 0 0 +7332300 15.0004480672 10.225 0 0 +7333200 15.0004480672 10.075 0 0 +7334100 15.0004480672 10 0 0 +7335000 15.0004480672 10 0 0 +7335900 15.0004480672 10 0 0 +7336800 15.0004480672 10 0 0 +7337700 15.0004480672 10 0 0 +7338600 15.0004480672 10 0 0 +7339500 15.0004480672 10 0 0 +7340400 15.0004480672 10 0 0 +7341300 15.0004480672 10 0 0 +7342200 15.0004480672 10 0 0 +7343100 15.0004480672 10 0 0 +7344000 15.0004480672 10 0 0 +7344900 15.0004480672 10 0 0 +7345800 15.0004480672 10 0 0 +7346700 15.0004480672 10 0 0 +7347600 15.0004480672 10 0 0 +7348500 15.0004480672 10.075 0 0 +7349400 15.0004480672 10.225 0 0 +7350300 15.0004480672 10.375 0 0 +7351200 15.0004480672 10.525 0 0 +7352100 15.0004480672 10.6 0 0 +7353000 15.0004480672 10.6 0 0 +7353900 15.0004480672 10.6 0 0 +7354800 15.0004480672 10.6 0 0 +7355700 15.0004480672 10.525 0 0 +7356600 15.0004480672 10.375 0 0 +7357500 15.0004480672 10.225 0 0 +7358400 15.0004480672 10.075 0 0 +7359300 15.0004480672 10 0 0 +7360200 15.0004480672 10 0 0 +7361100 15.0004480672 10 0 0 +7362000 15.0004480672 10 0 0 +7362900 15.0004480672 10 0 0 +7363800 15.0004480672 10 0 0 +7364700 15.0004480672 10 0 0 +7365600 15.0004480672 10 0 0 +7366500 15.0004480672 10 1.0166180007 0 +7367400 15.0004480672 11.8386603325 10.0895726543 0 +7368300 15.0004480672 13.7756248004 20.8718624785 0 +7369200 15.0004480672 15.6730645749 31.5866221647 0 +7370100 15.0004480672 16.5546890852 36.1873209597 0 +7371000 15.0004480672 18.261609805 45.1445542814 0 +7371900 15.0004480672 19.9213194463 53.9272107302 0 +7372800 15.0004480672 21.5289712047 62.4976816231 0 +7373700 15.0004480672 23.2056782618 71.196364213 0 +7374600 15.0004480672 24.8273676691 79.2762251837 0 +7375500 15.0076079717 15.9538742658 87.0354520081 0.0555555556 +7376400 15.0004480672 27.8714299835 94.4408184857 0 +7377300 15.0076079717 24.2114940923 628.9375968504 0.0555555556 +7378200 15.0076079717 25.0964918922 674.5458320018 0.0555555556 +7379100 15.0076079717 25.9324212159 717.1562860161 0.0555555556 +7380000 15.0076079717 26.7130859379 756.5592412036 0.0555555556 +7380900 15.0076079717 27.8520911447 817.3993778457 0.0555555556 +7381800 15.0076079717 28.5107513498 850.8253347361 0.0555555556 +7382700 15.0076079717 29.0976140416 880.4244749565 0.0555555556 +7383600 15.0076079717 29.6091505635 906.0650638458 0.0555555556 +7384500 15.0076079717 30.3811724682 948.4485454606 0.0555555556 +7385400 15.0076079717 30.7829695488 966.2407498219 0.0555555556 +7386300 15.0076079717 31.1002044545 979.6961540462 0.0555555556 +7387200 15.0076079717 31.3314002442 988.7562645114 0.0555555556 +7388100 15.0076079717 31.5099014341 996.6265248779 0.0555555556 +7389000 15.0076079717 31.5342661998 996.797972444 0.0555555556 +7389900 15.0076079717 31.4710798518 992.4995950225 0.0555555556 +7390800 15.0076079717 31.3208076229 983.7500103926 0.0555555556 +7391700 15.0076079717 30.8965988337 958.1134563573 0.0555555556 +7392600 15.0076079717 30.588801911 940.8185375342 0.0555555556 +7393500 15.0076079717 30.1991442116 919.2986582937 0.0555555556 +7394400 15.0076079717 29.7300574764 893.648095634 0.0555555556 +7395300 15.0076079717 28.7036867191 834.245159376 0.0555555556 +7396200 15.0076079717 28.0446298263 801.8397956566 0.0555555556 +7397100 15.0076079717 27.3188345472 765.82744455 0.0555555556 +7398000 15.0076079717 26.5309536991 726.3729704291 0.0555555556 +7398900 15.0076079717 25.0158398469 636.3107428734 0.0555555556 +7399800 15.0076079717 24.2337190338 593.6859141245 0.0555555556 +7400700 15.0076079717 23.4112369729 548.4339933073 0.0555555556 +7401600 15.0076079717 22.556522644 500.7986145593 0.0555555556 +7402500 15.0076079717 20.7460822519 388.257858992 0.0555555556 +7403400 15.0076079717 19.7535648535 343.7839524022 0.0555555556 +7404300 15.0076079717 18.7965404548 298.1307580763 0.0555555556 +7405200 15.0076079717 17.9726972193 251.7415598032 0.0555555556 +7406100 15.0004480672 34.4638503497 144.6240347967 0 +7407000 15.0076079717 16.2118926824 112.3316394119 0.0555555556 +7407900 15.0004480672 25.5395840489 81.1861651453 0 +7408800 15.0004480672 21.5097299399 51.700146573 0 +7409700 15.0004480672 15.9224965243 12.5097066445 0 +7410600 15.0004480672 13.2625 1.5919360971 0 +7411500 15.0004480672 12.8375 0 0 +7412400 15.0004480672 12.4125 0 0 +7413300 15.0004480672 12.1375 0 0 +7414200 15.0004480672 12.0125 0 0 +7415100 15.0004480672 11.8875 0 0 +7416000 15.0004480672 11.7625 0 0 +7416900 15.0004480672 11.625 0 0 +7417800 15.0004480672 11.475 0 0 +7418700 15.0004480672 11.325 0 0 +7419600 15.0004480672 11.175 0 0 +7420500 15.0004480672 11.1 0 0 +7421400 15.0004480672 11.1 0 0 +7422300 15.0004480672 11.1 0 0 +7423200 15.0004480672 11.1 0 0 +7424100 15.0004480672 11.1 0 0 +7425000 15.0004480672 11.1 0 0 +7425900 15.0004480672 11.1 0 0 +7426800 15.0004480672 11.1 0 0 +7427700 15.0004480672 10.9625 0 0 +7428600 15.0004480672 10.6875 0 0 +7429500 15.0004480672 10.4125 0 0 +7430400 15.0004480672 10.1375 0 0 +7431300 15.0004480672 10 0 0 +7432200 15.0004480672 10 0 0 +7433100 15.0004480672 10 0 0 +7434000 15.0004480672 10 0 0 +7434900 15.0004480672 9.925 0 0 +7435800 15.0004480672 9.775 0 0 +7436700 15.0004480672 9.625 0 0 +7437600 15.0004480672 9.475 0 0 +7438500 15.0004480672 9.475 0 0 +7439400 15.0004480672 9.625 0 0 +7440300 15.0004480672 9.775 0 0 +7441200 15.0004480672 9.925 0 0 +7442100 15.0004480672 10 0 0 +7443000 15.0004480672 10 0 0 +7443900 15.0004480672 10 0 0 +7444800 15.0004480672 10 0 0 +7445700 15.0004480672 10.075 0 0 +7446600 15.0004480672 10.225 0 0 +7447500 15.0004480672 10.375 0 0 +7448400 15.0004480672 10.525 0 0 +7449300 15.0004480672 10.6 0 0 +7450200 15.0004480672 10.6 0 0 +7451100 15.0004480672 10.6 0 0 +7452000 15.0004480672 10.6 0 0 +7452900 15.0004480672 10.6 3.3514531483 0 +7453800 15.0004480672 14.9651613894 25.1151670698 0 +7454700 15.0004480672 19.0686865947 51.3358898041 0 +7455600 15.0004480672 23.0239194546 77.9489041949 0 +7456500 15.0076079717 16.2339774755 160.9674839996 0.0555555556 +7457400 15.0004480672 35.4069629299 208.5148024147 0 +7458300 15.0076079717 17.4281833734 256.7334403803 0.0555555556 +7459200 15.0076079717 18.2522104628 304.7254123992 0.0555555556 +7460100 15.0076079717 19.381075263 354.37418203 0.0555555556 +7461000 15.0076079717 20.3852655675 400.3730066876 0.0555555556 +7461900 15.0076079717 21.2390332234 444.8237095899 0.0555555556 +7462800 15.0076079717 22.0737191469 487.4245957198 0.0555555556 +7463700 15.0076079717 20.9887655391 406.6238249661 0.0555555556 +7464600 15.0076079717 21.5518547289 436.0445981883 0.0555555556 +7465500 15.0076079717 22.0837467045 463.555333143 0.0555555556 +7466400 15.0076079717 22.5802923172 489.0126376831 0.0555555556 +7467300 15.0076079717 25.1693173001 649.6326234565 0.0555555556 +7468200 15.0076079717 25.6952380447 676.148717886 0.0555555556 +7469100 15.0076079717 26.1651119409 699.6322518512 0.0555555556 +7470000 15.0076079717 26.5761238013 719.9734897363 0.0555555556 +7470900 15.0076079717 29.339505203 873.8350670634 0.0555555556 +7471800 15.0076079717 29.6743552502 890.1130003146 0.0555555556 +7472700 15.0076079717 29.9303441423 902.4012325131 0.0555555556 +7473600 15.0076079717 30.1060905969 910.6464747211 0.0555555556 +7474500 15.0076079717 31.3756395832 980.7108062192 0.0555555556 +7475400 15.0076079717 31.4194273668 980.7854908993 0.0555555556 +7476300 15.0076079717 31.3750580199 976.4835604659 0.0555555556 +7477200 15.0076079717 31.2430070286 967.8232058292 0.0555555556 +7478100 15.0076079717 31.1041919457 961.9736921796 0.0555555556 +7479000 15.0076079717 30.7567230174 944.5921103682 0.0555555556 +7479900 15.0076079717 30.3256750615 922.9852065706 0.0555555556 +7480800 15.0076079717 29.813532992 897.2454873384 0.0555555556 +7481700 15.0076079717 27.7271035914 782.1235355757 0.0555555556 +7482600 15.0076079717 27.1387725411 751.6495983694 0.0555555556 +7483500 15.0076079717 26.4884643508 717.8047349725 0.0555555556 +7484400 15.0076079717 25.7805792031 680.7478548891 0.0555555556 +7485300 15.0076079717 24.7853812063 621.1364036063 0.0555555556 +7486200 15.0076079717 23.9843845938 579.5041016882 0.0555555556 +7487100 15.0076079717 23.1440687261 535.3149453485 0.0555555556 +7488000 15.0076079717 22.2725469531 488.8084586199 0.0555555556 +7488900 15.0076079717 21.5139648586 451.832876302 0.0555555556 +7489800 15.0076079717 20.3584391768 400.23030987 0.0555555556 +7490700 15.0076079717 19.266192276 347.060947843 0.0555555556 +7491600 15.0076079717 18.356682305 292.8366887336 0.0555555556 +7492500 15.0076079717 17.009048558 191.2147759 0.0555555556 +7493400 15.0004480672 33.3999440841 147.5801307548 0 +7494300 15.0076079717 16.115698186 105.621198054 0.0555555556 +7495200 15.0004480672 24.3608257802 66.2903523675 0 +7496100 15.0004480672 18.2061635387 18.9619224299 0 +7497000 15.0004480672 14.7375 2.3728641894 0 +7497900 15.0004480672 14.1625 0 0 +7498800 15.0004480672 13.5875 0 0 +7499700 15.0004480672 13.1625 0 0 +7500600 15.0004480672 12.8875 0 0 +7501500 15.0004480672 12.6125 0 0 +7502400 15.0004480672 12.3375 0 0 +7503300 15.0004480672 12.1375 0 0 +7504200 15.0004480672 12.0125 0 0 +7505100 15.0004480672 11.8875 0 0 +7506000 15.0004480672 11.7625 0 0 +7506900 15.0004480672 11.7 0 0 +7507800 15.0004480672 11.7 0 0 +7508700 15.0004480672 11.7 0 0 +7509600 15.0004480672 11.7 0 0 +7510500 15.0004480672 11.7 0 0 +7511400 15.0004480672 11.7 0 0 +7512300 15.0004480672 11.7 0 0 +7513200 15.0004480672 11.7 0 0 +7514100 15.0004480672 11.625 0 0 +7515000 15.0004480672 11.475 0 0 +7515900 15.0004480672 11.325 0 0 +7516800 15.0004480672 11.175 0 0 +7517700 15.0004480672 11.0375 0 0 +7518600 15.0004480672 10.9125 0 0 +7519500 15.0004480672 10.7875 0 0 +7520400 15.0004480672 10.6625 0 0 +7521300 15.0004480672 10.525 0 0 +7522200 15.0004480672 10.375 0 0 +7523100 15.0004480672 10.225 0 0 +7524000 15.0004480672 10.075 0 0 +7524900 15.0004480672 10 0 0 +7525800 15.0004480672 10 0 0 +7526700 15.0004480672 10 0 0 +7527600 15.0004480672 10 0 0 +7528500 15.0004480672 9.7875 0 0 +7529400 15.0004480672 9.3625 0 0 +7530300 15.0004480672 8.9375 0 0 +7531200 15.0004480672 8.5125 0 0 +7532100 15.0004480672 8.5875 0 0 +7533000 15.0004480672 9.1625 0 0 +7533900 15.0004480672 9.7375 0 0 +7534800 15.0004480672 10.3125 0 0 +7535700 15.0004480672 10.525 0 0 +7536600 15.0004480672 10.375 0 0 +7537500 15.0004480672 10.225 0 0 +7538400 15.0004480672 10.075 0 0 +7539300 15.0004480672 9.925 3.598562805 0 +7540200 15.0004480672 13.4296508846 21.385916249 0 +7541100 15.0004480672 16.4177227605 42.6657469988 0 +7542000 15.0004480672 19.2916871773 64.4360073713 0 +7542900 15.0076079717 16.0513209469 126.8243813515 0.0555555556 +7543800 15.0004480672 32.669752501 161.3610203751 0 +7544700 15.0076079717 17.0514318944 196.3205110453 0.0555555556 +7545600 15.0076079717 17.659600756 231.2098175102 0.0555555556 +7546500 15.0076079717 18.3001738628 261.1581760882 0.0555555556 +7547400 15.0076079717 18.9483192557 293.8697065713 0.0555555556 +7548300 15.0076079717 19.5171357511 325.5410753428 0.0555555556 +7549200 15.0076079717 20.0720412146 355.9538616686 0.0555555556 +7550100 15.0076079717 22.796170711 529.1349531044 0.0555555556 +7551000 15.0076079717 23.5129667196 567.0008886018 0.0555555556 +7551900 15.0076079717 24.1897803943 602.3995272886 0.0555555556 +7552800 15.0076079717 24.8215310709 635.147031777 0.0555555556 +7553700 15.0076079717 24.7976859942 629.0557999662 0.0555555556 +7554600 15.0076079717 25.2845879333 654.5394265402 0.0555555556 +7555500 15.0076079717 25.7185381784 677.1042602635 0.0555555556 +7556400 15.0076079717 26.0968897565 696.6428275404 0.0555555556 +7557300 15.0076079717 20.8586978666 389.189331015 0.0555555556 +7558200 15.0076079717 20.9840909493 396.1306178739 0.0555555556 +7559100 15.0076079717 21.081523965 401.3627539916 0.0555555556 +7560000 15.0076079717 21.1505449843 404.8617140801 0.0555555556 +7560900 15.0076079717 23.828870218 575.0882475684 0.0555555556 +7561800 15.0076079717 23.8709779426 575.0776008419 0.0555555556 +7562700 15.0076079717 23.870873468 572.5594142358 0.0555555556 +7563600 15.0076079717 23.8287817523 567.5452990832 0.0555555556 +7564500 15.0076079717 22.7922071817 509.2728498322 0.0555555556 +7565400 15.0076079717 22.6392134799 500.3983407086 0.0555555556 +7566300 15.0076079717 22.4522110914 489.383613983 0.0555555556 +7567200 15.0076079717 22.2321125321 476.2790951917 0.0555555556 +7568100 15.0076079717 18.5082321975 234.0717836626 0.0555555556 +7569000 15.0076079717 18.3900899542 225.7723335883 0.0555555556 +7569900 15.0076079717 18.2588259058 216.5510813771 0.0555555556 +7570800 15.0076079717 18.1150021455 206.4475138466 0.0555555556 +7571700 15.0076079717 17.2874604462 149.0500687314 0.0555555556 +7572600 15.0076079717 17.1390922934 140.1036213828 0.0555555556 +7573500 15.0004480672 38.6021342025 130.5915282736 0 +7574400 15.0076079717 16.8186446357 120.5545216466 0.0555555556 +7575300 15.0004480672 32.9371513052 98.9947849192 0 +7576200 15.0076079717 16.3117116754 89.1382456653 0.0555555556 +7577100 15.0004480672 28.7950749103 78.9308606607 0 +7578000 15.0076079717 15.950821034 68.4163394951 0.0555555556 +7578900 15.0004480672 22.5721417173 45.9290984681 0 +7579800 15.0004480672 21.0513374571 37.1698579533 0 +7580700 15.0004480672 19.4896493888 28.2760389295 0 +7581600 15.0004480672 17.8924492554 19.2857260953 0 +7582500 15.0004480672 16.9071879597 15.0247745149 0 +7583400 15.0004480672 13.8 2.6209214257 0 +7584300 15.0004480672 13.4 0 0 +7585200 15.0004480672 13 0 0 +7586100 15.0004480672 12.725 0 0 +7587000 15.0004480672 12.575 0 0 +7587900 15.0004480672 12.425 0 0 +7588800 15.0004480672 12.275 0 0 +7589700 15.0004480672 12.2 0 0 +7590600 15.0004480672 12.2 0 0 +7591500 15.0004480672 12.2 0 0 +7592400 15.0004480672 12.2 0 0 +7593300 15.0004480672 12.2 0 0 +7594200 15.0004480672 12.2 0 0 +7595100 15.0004480672 12.2 0 0 +7596000 15.0004480672 12.2 0 0 +7596900 15.0004480672 12.1375 0 0 +7597800 15.0004480672 12.0125 0 0 +7598700 15.0004480672 11.8875 0 0 +7599600 15.0004480672 11.7625 0 0 +7600500 15.0004480672 11.7625 0 0 +7601400 15.0004480672 11.8875 0 0 +7602300 15.0004480672 12.0125 0 0 +7603200 15.0004480672 12.1375 0 0 +7604100 15.0004480672 12.1375 0 0 +7605000 15.0004480672 12.0125 0 0 +7605900 15.0004480672 11.8875 0 0 +7606800 15.0004480672 11.7625 0 0 +7607700 15.0004480672 11.7 0 0 +7608600 15.0004480672 11.7 0 0 +7609500 15.0004480672 11.7 0 0 +7610400 15.0004480672 11.7 0 0 +7611300 15.0004480672 11.625 0 0 +7612200 15.0004480672 11.475 0 0 +7613100 15.0004480672 11.325 0 0 +7614000 15.0004480672 11.175 0 0 +7614900 15.0004480672 11.1 0 0 +7615800 15.0004480672 11.1 0 0 +7616700 15.0004480672 11.1 0 0 +7617600 15.0004480672 11.1 0 0 +7618500 15.0004480672 11.1 0 0 +7619400 15.0004480672 11.1 0 0 +7620300 15.0004480672 11.1 0 0 +7621200 15.0004480672 11.1 0 0 +7622100 15.0004480672 11.0375 0 0 +7623000 15.0004480672 10.9125 0 0 +7623900 15.0004480672 10.7875 0 0 +7624800 15.0004480672 10.6625 0 0 +7625700 15.0004480672 10.7375 4.1968263646 0 +7626600 15.0004480672 14.7354480822 25.4405737339 0 +7627500 15.0004480672 17.8436599782 58.2606122993 0 +7628400 15.0004480672 20.6376961807 92.9215714383 0 +7629300 15.0076079717 16.3623509076 180.6924255481 0.0555555556 +7630200 15.0004480672 37.3711214229 233.2308231531 0 +7631100 15.0076079717 17.6689831352 286.2501943959 0.0555555556 +7632000 15.0076079717 18.6113067181 338.7108877828 0.0555555556 +7632900 15.0076079717 20.5037328944 438.0759680271 0.0555555556 +7633800 15.0076079717 21.7798085649 494.0024427137 0.0555555556 +7634700 15.0076079717 22.8392936626 547.842057909 0.0555555556 +7635600 15.0076079717 23.8728267678 599.2591635267 0.0555555556 +7636500 15.0076079717 25.3528316229 683.7587169518 0.0555555556 +7637400 15.0076079717 26.3231289345 732.2802204981 0.0555555556 +7638300 15.0076079717 27.2373259661 777.5154776707 0.0555555556 +7639200 15.0076079717 28.0885338739 819.2598281631 0.0555555556 +7640100 15.0076079717 29.1881605739 881.2166831479 0.0555555556 +7641000 15.0076079717 29.9085207781 916.4853602473 0.0555555556 +7641900 15.0076079717 30.549241531 947.6607889163 0.0555555556 +7642800 15.0076079717 31.1065300047 974.6109741071 0.0555555556 +7643700 15.0076079717 27.3744086146 767.831292005 0.0555555556 +7644600 15.0076079717 27.6523687659 781.9721814958 0.0555555556 +7645500 15.0076079717 27.8641571991 792.6118975173 0.0555555556 +7646400 15.0076079717 28.0086080599 799.7014455566 0.0555555556 +7647300 15.0076079717 29.5710147383 882.6404394916 0.0555555556 +7648200 15.0076079717 29.5690358187 882.5394386264 0.0555555556 +7649100 15.0076079717 29.4896175295 878.4852236739 0.0555555556 +7650000 15.0076079717 29.3332080808 870.495882704 0.0555555556 +7650900 15.0076079717 31.782094668 1005.9936694915 0.0555555556 +7651800 15.0076079717 31.4120585645 987.7131924755 0.0555555556 +7652700 15.0076079717 30.9539990318 965.0363839113 0.0555555556 +7653600 15.0076079717 30.4105404017 938.058946561 0.0555555556 +7654500 15.0076079717 28.4532345108 825.7369397107 0.0555555556 +7655400 15.0076079717 27.8021326235 793.5689426682 0.0555555556 +7656300 15.0076079717 27.0838382144 757.8497386712 0.0555555556 +7657200 15.0076079717 26.3031402467 718.7413364211 0.0555555556 +7658100 15.0076079717 25.8915810659 701.6587277468 0.0555555556 +7659000 15.0076079717 24.9461339754 654.7695967538 0.0555555556 +7659900 15.0076079717 23.9553181557 604.9706595007 0.0555555556 +7660800 15.0076079717 22.928514076 552.5226245228 0.0555555556 +7661700 15.0076079717 21.251630827 454.0514525972 0.0555555556 +7662600 15.0076079717 20.0508928281 402.2047921975 0.0555555556 +7663500 15.0076079717 18.9469139795 348.8324913614 0.0555555556 +7664400 15.0076079717 18.0312353448 294.4659458871 0.0555555556 +7665300 15.0004480672 33.7474539961 188.8850692133 0 +7666200 15.0076079717 16.1347823131 145.7459615965 0.0555555556 +7667100 15.0004480672 24.6909260508 104.3235165665 0 +7668000 15.0004480672 21.107953443 65.5669101134 0 +7668900 15.0004480672 15.5233077868 18.6654104555 0 +7669800 15.0004480672 12.3875 3.0429113191 0 +7670700 15.0004480672 12.1125 0 0 +7671600 15.0004480672 11.8375 0 0 +7672500 15.0004480672 11.7 0 0 +7673400 15.0004480672 11.7 0 0 +7674300 15.0004480672 11.7 0 0 +7675200 15.0004480672 11.7 0 0 +7676100 15.0004480672 11.625 0 0 +7677000 15.0004480672 11.475 0 0 +7677900 15.0004480672 11.325 0 0 +7678800 15.0004480672 11.175 0 0 +7679700 15.0004480672 11.0375 0 0 +7680600 15.0004480672 10.9125 0 0 +7681500 15.0004480672 10.7875 0 0 +7682400 15.0004480672 10.6625 0 0 +7683300 15.0004480672 10.6 0 0 +7684200 15.0004480672 10.6 0 0 +7685100 15.0004480672 10.6 0 0 +7686000 15.0004480672 10.6 0 0 +7686900 15.0004480672 10.6 0 0 +7687800 15.0004480672 10.6 0 0 +7688700 15.0004480672 10.6 0 0 +7689600 15.0004480672 10.6 0 0 +7690500 15.0004480672 10.525 0 0 +7691400 15.0004480672 10.375 0 0 +7692300 15.0004480672 10.225 0 0 +7693200 15.0004480672 10.075 0 0 +7694100 15.0004480672 10 0 0 +7695000 15.0004480672 10 0 0 +7695900 15.0004480672 10 0 0 +7696800 15.0004480672 10 0 0 +7697700 15.0004480672 9.8625 0 0 +7698600 15.0004480672 9.5875 0 0 +7699500 15.0004480672 9.3125 0 0 +7700400 15.0004480672 9.0375 0 0 +7701300 15.0004480672 8.7625 0 0 +7702200 15.0004480672 8.4875 0 0 +7703100 15.0004480672 8.2125 0 0 +7704000 15.0004480672 7.9375 0 0 +7704900 15.0004480672 7.8625 0 0 +7705800 15.0004480672 7.9875 0 0 +7706700 15.0004480672 8.1125 0 0 +7707600 15.0004480672 8.2375 0 0 +7708500 15.0004480672 8.2375 0 0 +7709400 15.0004480672 8.1125 0 0 +7710300 15.0004480672 7.9875 0 0 +7711200 15.0004480672 7.8625 0 0 +7712100 15.0004480672 8 5.8768349432 0 +7713000 15.0004480672 12.6479409245 26.8596057989 0 +7713900 15.0004480672 16.0008704212 55.3968375591 0 +7714800 15.0004480672 19.132681607 85.3523500039 0 +7715700 15.0076079717 16.2100120954 172.6806688903 0.0555555556 +7716600 15.0004480672 35.6616726402 221.6069468236 0 +7717500 15.0076079717 17.5257432119 271.1810228525 0.0555555556 +7718400 15.0076079717 18.4373670351 320.4810379877 0.0555555556 +7719300 15.0076079717 20.3490129918 426.425265317 0.0555555556 +7720200 15.0076079717 21.562147631 480.5572419622 0.0555555556 +7721100 15.0076079717 22.5765277648 532.7651777201 0.0555555556 +7722000 15.0076079717 23.5665480299 582.7048208428 0.0555555556 +7722900 15.0076079717 25.1075945296 671.750367279 0.0555555556 +7723800 15.0076079717 26.0579870486 719.3382984662 0.0555555556 +7724700 15.0076079717 26.9541264684 763.7296562158 0.0555555556 +7725600 15.0076079717 27.7892682214 804.7137844281 0.0555555556 +7726500 15.0076079717 28.9604644563 870.3137469168 0.0555555556 +7727400 15.0076079717 29.6846314516 905.0997848804 0.0555555556 +7728300 15.0076079717 30.3308749442 935.8461396358 0.0555555556 +7729200 15.0076079717 30.8954523795 962.4183694148 0.0555555556 +7730100 15.0076079717 31.4738739495 993.7997279973 0.0555555556 +7731000 15.0076079717 31.8562770239 1011.8791760745 0.0555555556 +7731900 15.0076079717 32.1489631805 1025.4523988199 0.0555555556 +7732800 15.0076079717 32.3504125922 1034.4611102396 0.0555555556 +7733700 15.0076079717 31.0086703363 963.6202132764 0.0555555556 +7734600 15.0076079717 31.025560153 963.4186124239 0.0555555556 +7735500 15.0076079717 30.9583236037 958.9110101279 0.0555555556 +7736400 15.0076079717 30.8074553114 950.1174965633 0.0555555556 +7737300 15.0076079717 29.9683015002 901.9509728227 0.0555555556 +7738200 15.0076079717 29.6463816748 885.3591223786 0.0555555556 +7739100 15.0076079717 29.2484319565 864.809428176 0.0555555556 +7740000 15.0076079717 28.7768079856 840.3956252243 0.0555555556 +7740900 15.0076079717 29.0580801445 858.1589494757 0.0555555556 +7741800 15.0076079717 28.3820330062 824.6120654724 0.0555555556 +7742700 15.0076079717 27.637642773 787.3889958172 0.0555555556 +7743600 15.0076079717 26.8298238287 746.6644480371 0.0555555556 +7744500 15.0076079717 24.0691454513 583.5060809517 0.0555555556 +7745400 15.0076079717 23.3269101495 544.4683614905 0.0555555556 +7746300 15.0076079717 22.5499207097 503.1272060026 0.0555555556 +7747200 15.0076079717 21.745412527 459.7257191785 0.0555555556 +7748100 15.0076079717 20.4640416411 382.6105325032 0.0555555556 +7749000 15.0076079717 19.5400910832 339.2817297104 0.0555555556 +7749900 15.0076079717 18.6866320075 294.9512494268 0.0555555556 +7750800 15.0076079717 17.9509763636 250.0626877991 0.0555555556 +7751700 15.0004480672 34.518497719 171.9640805143 0 +7752600 15.0076079717 16.2177758422 133.1497253071 0.0555555556 +7753500 15.0004480672 26.0073567047 95.9700841677 0 +7754400 15.0004480672 22.5650177624 61.1293714645 0 +7755300 15.0004480672 17.3290863063 18.2972533939 0 +7756200 15.0004480672 13.8 3.8496430656 0 +7757100 15.0004480672 13.4 0 0 +7758000 15.0004480672 13 0 0 +7758900 15.0004480672 12.725 0 0 +7759800 15.0004480672 12.575 0 0 +7760700 15.0004480672 12.425 0 0 +7761600 15.0004480672 12.275 0 0 +7762500 15.0004480672 12.1375 0 0 +7763400 15.0004480672 12.0125 0 0 +7764300 15.0004480672 11.8875 0 0 +7765200 15.0004480672 11.7625 0 0 +7766100 15.0004480672 11.775 0 0 +7767000 15.0004480672 11.925 0 0 +7767900 15.0004480672 12.075 0 0 +7768800 15.0004480672 12.225 0 0 +7769700 15.0004480672 12.3625 0 0 +7770600 15.0004480672 12.4875 0 0 +7771500 15.0004480672 12.6125 0 0 +7772400 15.0004480672 12.7375 0 0 +7773300 15.0004480672 12.875 0 0 +7774200 15.0004480672 13.025 0 0 +7775100 15.0004480672 13.175 0 0 +7776000 15.0004480672 13.325 0 0 +7776900 15.0004480672 13.4625 0 0 +7777800 15.0004480672 13.5875 0 0 +7778700 15.0004480672 13.7125 0 0 +7779600 15.0004480672 13.8375 0 0 +7780500 15.0004480672 13.975 0 0 +7781400 15.0004480672 14.125 0 0 +7782300 15.0004480672 14.275 0 0 +7783200 15.0004480672 14.425 0 0 +7784100 15.0004480672 14.5625 0 0 +7785000 15.0004480672 14.6875 0 0 +7785900 15.0004480672 14.8125 0 0 +7786800 15.0004480672 14.9375 0 0 +7787700 15.0004480672 15.075 0 0 +7788600 15.0004480672 15.225 0 0 +7789500 15.0004480672 15.375 0 0 +7790400 15.0004480672 15.525 0 0 +7791300 15.0004480672 15.6625 0 0 +7792200 15.0004480672 15.7875 0 0 +7793100 15.0004480672 15.9125 0 0 +7794000 15.0004480672 16.0375 0 0 +7794900 15.0004480672 16.3125 0 0 +7795800 15.0004480672 16.7375 0 0 +7796700 15.0004480672 17.1625 0 0 +7797600 15.0004480672 17.5875 0 0 +7798500 15.0004480672 17.8625 6.3288267947 0 +7799400 15.0004480672 22.0065642329 26.4331812955 0 +7800300 15.0004480672 24.5900718462 55.1710844699 0 +7801200 15.0076079717 15.9514098133 85.5452957498 0.0555555556 +7802100 15.0004480672 38.4709054715 172.7917270009 0 +7803000 15.0076079717 17.467032295 220.5105673712 0.0555555556 +7803900 15.0076079717 18.1339101402 268.9351259973 0.0555555556 +7804800 15.0076079717 18.9639447754 317.2029359775 0.0555555556 +7805700 15.0076079717 20.6590958099 412.7221288549 0.0555555556 +7806600 15.0076079717 21.7858953887 464.7140826981 0.0555555556 +7807500 15.0076079717 22.7300488179 514.9252341296 0.0555555556 +7808400 15.0076079717 23.6513085651 563.0116911787 0.0555555556 +7809300 15.0076079717 24.8818597975 633.6160304974 0.0555555556 +7810200 15.0076079717 25.7894971987 678.3775224528 0.0555555556 +7811100 15.0076079717 26.6471556321 720.1696398645 0.0555555556 +7812000 15.0076079717 27.4485514586 758.7816984272 0.0555555556 +7812900 15.0076079717 28.795526053 834.2307232922 0.0555555556 +7813800 15.0076079717 29.4856584239 867.5279222536 0.0555555556 +7814700 15.0076079717 30.1023605945 896.9594863184 0.0555555556 +7815600 15.0076079717 30.6420592884 922.3912050662 0.0555555556 +7816500 15.0076079717 30.9303214945 936.5295196795 0.0555555556 +7817400 15.0076079717 31.272781106 953.515934403 0.0555555556 +7818300 15.0076079717 31.5320584996 966.2472592349 0.0555555556 +7819200 15.0076079717 31.7067288237 974.6667620055 0.0555555556 +7820100 15.0076079717 32.0915815322 996.9107799517 0.0555555556 +7821000 15.0076079717 32.0367627111 996.608434102 0.0555555556 +7821900 15.0076079717 31.8938920976 991.8616457307 0.0555555556 +7822800 15.0076079717 31.6634943864 982.69135062 0.0555555556 +7823700 15.0076079717 31.2915346481 962.6563805156 0.0555555556 +7824600 15.0076079717 30.9912204746 944.8979078417 0.0555555556 +7825500 15.0076079717 30.6084799538 922.9241573998 0.0555555556 +7826400 15.0076079717 30.1458535039 896.8336665186 0.0555555556 +7827300 15.0076079717 29.4060968643 853.6158332819 0.0555555556 +7828200 15.0076079717 28.7948188736 820.1758942864 0.0555555556 +7829100 15.0076079717 28.1156475008 783.088122956 0.0555555556 +7830000 15.0076079717 27.3734997348 742.5285384835 0.0555555556 +7830900 15.0076079717 23.9474550765 537.6763613713 0.0555555556 +7831800 15.0076079717 23.3232568946 502.0945005577 0.0555555556 +7832700 15.0076079717 22.668275088 464.4396708393 0.0555555556 +7833600 15.0076079717 21.9886056996 424.9359834711 0.0555555556 +7834500 15.0076079717 22.7309620085 492.6338978408 0.0555555556 +7835400 15.0076079717 21.462446883 436.44105843 0.0555555556 +7836300 15.0076079717 20.3163952632 378.7992065959 0.0555555556 +7837200 15.0076079717 19.3507916468 320.3032621244 0.0555555556 +7838100 15.0076079717 18.4509528976 252.6556220434 0.0555555556 +7839000 15.0076079717 17.7705135325 197.2375038656 0.0555555556 +7839900 15.0076079717 17.1938185411 143.9475069879 0.0555555556 +7840800 15.0004480672 35.8025709839 93.6165414554 0 +7841700 15.0004480672 21.5793873834 0.9699537988 0 +7842600 15.0004480672 21.2875 0.0233220349 0 +7843500 15.0004480672 21.0125 0 0 +7844400 15.0004480672 20.7375 0 0 +7845300 15.0004480672 20.3875 0 0 +7846200 15.0004480672 19.9625 0 0 +7847100 15.0004480672 19.5375 0 0 +7848000 15.0004480672 19.1125 0 0 +7848900 15.0004480672 18.7625 0 0 +7849800 15.0004480672 18.4875 0 0 +7850700 15.0004480672 18.2125 0 0 +7851600 15.0004480672 17.9375 0 0 +7852500 15.0004480672 17.5875 0 0 +7853400 15.0004480672 17.1625 0 0 +7854300 15.0004480672 16.7375 0 0 +7855200 15.0004480672 16.3125 0 0 +7856100 15.0004480672 16.0375 0 0 +7857000 15.0004480672 15.9125 0 0 +7857900 15.0004480672 15.7875 0 0 +7858800 15.0004480672 15.6625 0 0 +7859700 15.0004480672 15.525 0 0 +7860600 15.0004480672 15.375 0 0 +7861500 15.0004480672 15.225 0 0 +7862400 15.0004480672 15.075 0 0 +7863300 15.0004480672 14.7875 0 0 +7864200 15.0004480672 14.3625 0 0 +7865100 15.0004480672 13.9375 0 0 +7866000 15.0004480672 13.5125 0 0 +7866900 15.0004480672 13.3625 0 0 +7867800 15.0004480672 13.4875 0 0 +7868700 15.0004480672 13.6125 0 0 +7869600 15.0004480672 13.7375 0 0 +7870500 15.0004480672 13.875 0 0 +7871400 15.0004480672 14.025 0 0 +7872300 15.0004480672 14.175 0 0 +7873200 15.0004480672 14.325 0 0 +7874100 15.0004480672 14.475 0 0 +7875000 15.0004480672 14.625 0 0 +7875900 15.0004480672 14.775 0 0 +7876800 15.0004480672 14.925 0 0 +7877700 15.0004480672 14.65 0 0 +7878600 15.0004480672 13.95 0 0 +7879500 15.0004480672 13.25 0 0 +7880400 15.0004480672 12.55 0 0 +7881300 15.0004480672 12.3375 0 0 +7882200 15.0004480672 12.6125 0 0 +7883100 15.0004480672 12.8875 0 0 +7884000 15.0004480672 13.1625 0 0 +7884900 15.0004480672 13.5125 7.455994869 0 +7885800 15.0004480672 18.2474740711 29.1152578903 0 +7886700 15.0004480672 20.9356951625 61.5203071172 0 +7887600 15.0004480672 23.3377868401 95.9545019233 0 +7888500 15.0076079717 16.738030029 188.5270297205 0.0555555556 +7889400 15.0076079717 17.3009588336 240.744220118 0.0555555556 +7890300 15.0076079717 18.0385466464 293.5919534172 0.0555555556 +7891200 15.0076079717 18.9717109964 346.0788659637 0.0555555556 +7892100 15.0076079717 20.674407223 433.263018885 0.0555555556 +7893000 15.0076079717 21.8808596565 487.5573335308 0.0555555556 +7893900 15.0076079717 22.882773905 539.9265225953 0.0555555556 +7894800 15.0076079717 23.8598130082 590.0199768566 0.0555555556 +7895700 15.0076079717 24.9131464846 650.0499697681 0.0555555556 +7896600 15.0076079717 25.805861827 695.7500220734 0.0555555556 +7897500 15.0076079717 26.6471324883 738.4023624042 0.0555555556 +7898400 15.0076079717 27.4304926078 777.7937269894 0.0555555556 +7899300 15.0076079717 29.2075561352 880.3100237269 0.0555555556 +7900200 15.0076079717 29.9276574346 915.2276266362 0.0555555556 +7901100 15.0076079717 30.5695893739 946.0721007718 0.0555555556 +7902000 15.0076079717 31.129594742 972.7054043182 0.0555555556 +7902900 15.0076079717 31.8491577873 1009.5979869733 0.0555555556 +7903800 15.0076079717 32.2637740921 1027.7330219717 0.0555555556 +7904700 15.0076079717 32.5872683841 1041.2980145891 0.0555555556 +7905600 15.0076079717 32.8181177923 1050.2340819016 0.0555555556 +7906500 15.0076079717 30.8277129471 945.2523190144 0.0555555556 +7907400 15.0076079717 30.8810910437 944.8765801285 0.0555555556 +7908300 15.0076079717 30.8532285149 940.2864070649 0.0555555556 +7909200 15.0076079717 30.7446252075 931.5027957036 0.0555555556 +7910100 15.0076079717 31.9644021447 992.4410007022 0.0555555556 +7911000 15.0076079717 31.5608787628 974.0679422766 0.0555555556 +7911900 15.0076079717 31.0721827791 951.3567719411 0.0555555556 +7912800 15.0076079717 30.5009484068 924.4088165584 0.0555555556 +7913700 15.0076079717 29.3584207513 858.243456042 0.0555555556 +7914600 15.0076079717 28.8102721568 824.560833234 0.0555555556 +7915500 15.0076079717 28.1926879459 787.2176257181 0.0555555556 +7916400 15.0076079717 27.5106463257 746.3919352368 0.0555555556 +7917300 15.0076079717 25.9793422418 654.4256442534 0.0555555556 +7918200 15.0076079717 25.1446353988 610.4626701423 0.0555555556 +7919100 15.0076079717 24.2703242683 563.9013836561 0.0555555556 +7920000 15.0076079717 23.3649996961 515.0141915843 0.0555555556 +7920900 15.0076079717 22.8714418133 497.9870224124 0.0555555556 +7921800 15.0076079717 21.5807762335 441.1581226181 0.0555555556 +7922700 15.0076079717 20.4318272006 382.874298126 0.0555555556 +7923600 15.0076079717 19.4692871827 323.7459140687 0.0555555556 +7924500 15.0076079717 18.4549279572 241.4607899218 0.0555555556 +7925400 15.0076079717 17.8078481268 188.8592864349 0.0555555556 +7926300 15.0076079717 17.2594079486 138.315048628 0.0555555556 +7927200 15.0004480672 37.1165923336 90.5704629904 0 +7928100 15.0004480672 22.827652952 0.8143723091 0 +7929000 15.0004480672 21.8375 0.0251804673 0 +7929900 15.0004480672 20.8625 0 0 +7930800 15.0004480672 19.8875 0 0 +7931700 15.0004480672 19.4 0 0 +7932600 15.0004480672 19.4 0 0 +7933500 15.0004480672 19.4 0 0 +7934400 15.0004480672 19.4 0 0 +7935300 15.0004480672 19.55 0 0 +7936200 15.0004480672 19.85 0 0 +7937100 15.0004480672 20.15 0 0 +7938000 15.0004480672 20.45 0 0 +7938900 15.0004480672 20.525 0 0 +7939800 15.0004480672 20.375 0 0 +7940700 15.0004480672 20.225 0 0 +7941600 15.0004480672 20.075 0 0 +7942500 15.0004480672 19.725 0 0 +7943400 15.0004480672 19.175 0 0 +7944300 15.0004480672 18.625 0 0 +7945200 15.0004480672 18.075 0 0 +7946100 15.0004480672 17.6625 0 0 +7947000 15.0004480672 17.3875 0 0 +7947900 15.0004480672 17.1125 0 0 +7948800 15.0004480672 16.8375 0 0 +7949700 15.0004480672 16.4125 0 0 +7950600 15.0004480672 15.8375 0 0 +7951500 15.0004480672 15.2625 0 0 +7952400 15.0004480672 14.6875 0 0 +7953300 15.0004480672 14.2625 0 0 +7954200 15.0004480672 13.9875 0 0 +7955100 15.0004480672 13.7125 0 0 +7956000 15.0004480672 13.4375 0 0 +7956900 15.0004480672 13.1625 0 0 +7957800 15.0004480672 12.8875 0 0 +7958700 15.0004480672 12.6125 0 0 +7959600 15.0004480672 12.3375 0 0 +7960500 15.0004480672 12.2 0 0 +7961400 15.0004480672 12.2 0 0 +7962300 15.0004480672 12.2 0 0 +7963200 15.0004480672 12.2 0 0 +7964100 15.0004480672 12.2 0 0 +7965000 15.0004480672 12.2 0 0 +7965900 15.0004480672 12.2 0 0 +7966800 15.0004480672 12.2 0 0 +7967700 15.0004480672 12.1375 0 0 +7968600 15.0004480672 12.0125 0 0 +7969500 15.0004480672 11.8875 0 0 +7970400 15.0004480672 11.7625 0 0 +7971300 15.0004480672 11.7625 9.6844943757 0 +7972200 15.0004480672 16.4080586427 26.7030313408 0 +7973100 15.0004480672 19.0718896648 46.3873318635 0 +7974000 15.0004480672 21.6412734101 66.7424097864 0 +7974900 15.0076079717 16.6503400371 180.5663037525 0.0555555556 +7975800 15.0076079717 17.20971218 228.1865274746 0.0555555556 +7976700 15.0076079717 17.9034088738 276.5474619194 0.0555555556 +7977600 15.0076079717 18.747105688 324.8389074911 0.0555555556 +7978500 15.0076079717 20.2326657297 407.7403992562 0.0555555556 +7979400 15.0076079717 21.3477155455 458.358592176 0.0555555556 +7980300 15.0076079717 22.2863701784 507.2799200454 0.0555555556 +7981200 15.0076079717 23.2026224988 554.160032196 0.0555555556 +7982100 15.0076079717 24.4368017287 625.3977245689 0.0555555556 +7983000 15.0076079717 25.3022250462 669.1413547071 0.0555555556 +7983900 15.0076079717 26.1189766575 709.9853528843 0.0555555556 +7984800 15.0076079717 26.8809169769 747.7185956828 0.0555555556 +7985700 15.0076079717 26.6983656832 738.0655552059 0.0555555556 +7986600 15.0076079717 27.2666066814 767.1950365732 0.0555555556 +7987500 15.0076079717 27.7728395503 792.9383667653 0.0555555556 +7988400 15.0076079717 28.2140084941 815.1711349058 0.0555555556 +7989300 15.0076079717 29.1415314817 868.1690192432 0.0555555556 +7990200 15.0076079717 29.4368226074 883.6982947831 0.0555555556 +7991100 15.0076079717 29.657643389 895.296356121 0.0555555556 +7992000 15.0076079717 29.8027164813 902.9092734996 0.0555555556 +7992900 15.0076079717 29.7021613161 894.8365780208 0.0555555556 +7993800 15.0076079717 29.6937683731 894.3976352572 0.0555555556 +7994700 15.0076079717 29.6092128218 889.9744885731 0.0555555556 +7995600 15.0076079717 29.4489777719 881.5875855836 0.0555555556 +7996500 15.0076079717 29.3336537836 877.1451515075 0.0555555556 +7997400 15.0076079717 29.044195326 860.8239171904 0.0555555556 +7998300 15.0076079717 28.6826695955 840.6776254324 0.0555555556 +7999200 15.0076079717 28.2513679657 816.8013209036 0.0555555556 +8000100 15.0076079717 28.2549431436 819.3530644502 0.0555555556 +8001000 15.0076079717 27.6452190111 787.1683067833 0.0555555556 +8001900 15.0076079717 26.9728625419 751.5184806247 0.0555555556 +8002800 15.0076079717 26.242516403 712.5814670978 0.0555555556 +8003700 15.0076079717 20.1244761908 331.2334584383 0.0555555556 +8004600 15.0076079717 19.8102648419 310.6871868821 0.0555555556 +8005500 15.0076079717 19.4783643245 288.9173358241 0.0555555556 +8006400 15.0076079717 19.1311007731 266.0375855729 0.0555555556 +8007300 15.0076079717 19.4245606869 291.5108973639 0.0555555556 +8008200 15.0076079717 18.8314079948 260.494335889 0.0555555556 +8009100 15.0076079717 18.2731296067 228.7317757003 0.0555555556 +8010000 15.0076079717 17.7578635395 196.4838607925 0.0555555556 +8010900 15.0076079717 18.1716979582 248.9512177691 0.0555555556 +8011800 15.0076079717 17.5434045297 197.661914914 0.0555555556 +8012700 15.0004480672 38.6718463228 147.8800877645 0 +8013600 15.0076079717 16.4454403525 100.0833766442 0.0555555556 +8014500 15.0004480672 16.4453516837 1.3750020926 0 +8015400 15.0004480672 15.8375 0.1365024835 0 +8016300 15.0004480672 15.2625 0 0 +8017200 15.0004480672 14.6875 0 0 +8018100 15.0004480672 14.4 0 0 +8019000 15.0004480672 14.4 0 0 +8019900 15.0004480672 14.4 0 0 +8020800 15.0004480672 14.4 0 0 +8021700 15.0004480672 14.2625 0 0 +8022600 15.0004480672 13.9875 0 0 +8023500 15.0004480672 13.7125 0 0 +8024400 15.0004480672 13.4375 0 0 +8025300 15.0004480672 13.2375 0 0 +8026200 15.0004480672 13.1125 0 0 +8027100 15.0004480672 12.9875 0 0 +8028000 15.0004480672 12.8625 0 0 +8028900 15.0004480672 12.725 0 0 +8029800 15.0004480672 12.575 0 0 +8030700 15.0004480672 12.425 0 0 +8031600 15.0004480672 12.275 0 0 +8032500 15.0004480672 12.2 0 0 +8033400 15.0004480672 12.2 0 0 +8034300 15.0004480672 12.2 0 0 +8035200 15.0004480672 12.2 0 0 +8036100 15.0004480672 12.2 0 0 +8037000 15.0004480672 12.2 0 0 +8037900 15.0004480672 12.2 0 0 +8038800 15.0004480672 12.2 0 0 +8039700 15.0004480672 12.1375 0 0 +8040600 15.0004480672 12.0125 0 0 +8041500 15.0004480672 11.8875 0 0 +8042400 15.0004480672 11.7625 0 0 +8043300 15.0004480672 11.7 0 0 +8044200 15.0004480672 11.7 0 0 +8045100 15.0004480672 11.7 0 0 +8046000 15.0004480672 11.7 0 0 +8046900 15.0004480672 11.625 0 0 +8047800 15.0004480672 11.475 0 0 +8048700 15.0004480672 11.325 0 0 +8049600 15.0004480672 11.175 0 0 +8050500 15.0004480672 11.175 0 0 +8051400 15.0004480672 11.325 0 0 +8052300 15.0004480672 11.475 0 0 +8053200 15.0004480672 11.625 0 0 +8054100 15.0004480672 11.7 0 0 +8055000 15.0004480672 11.7 0 0 +8055900 15.0004480672 11.7 0 0 +8056800 15.0004480672 11.7 0 0 +8057700 15.0004480672 11.7625 7.61770622 0 +8058600 15.0004480672 15.1262603838 17.8675976212 0 +8059500 15.0004480672 17.0692564106 28.0897994844 0 +8060400 15.0004480672 18.9756425405 38.2405387717 0 +8061300 15.0004480672 21.407633592 51.5110682856 0 +8062200 15.0004480672 23.3533549121 62.0508349835 0 +8063100 15.0076079717 15.8474419912 72.3769840359 0.0555555556 +8064000 15.0004480672 27.0646482447 82.4452972873 0 +8064900 15.0076079717 16.1960493216 95.2723821044 0.0555555556 +8065800 15.0004480672 31.0098123543 105.0096888808 0 +8066700 15.0076079717 16.4873270293 114.3511501278 0.0555555556 +8067600 15.0004480672 34.1721678661 123.2567642743 0 +8068500 15.0076079717 16.928355851 143.8834908428 0.0555555556 +8069400 15.0076079717 17.06333533 152.5386148758 0.0555555556 +8070300 15.0076079717 17.1898403127 160.5993514524 0.0555555556 +8071200 15.0076079717 17.3073794462 168.031183261 0.0555555556 +8072100 15.0076079717 18.7511591371 263.8411521162 0.0555555556 +8073000 15.0076079717 18.9147316993 273.2599201469 0.0555555556 +8073900 15.0076079717 19.0617033626 281.5740614582 0.0555555556 +8074800 15.0076079717 19.1914634993 288.7462720746 0.0555555556 +8075700 15.0076079717 27.2337760734 775.3959289141 0.0555555556 +8076600 15.0076079717 27.5057017527 789.0677060286 0.0555555556 +8077500 15.0076079717 27.7140161751 799.2603359516 0.0555555556 +8078400 15.0076079717 27.857637183 805.925347832 0.0555555556 +8079300 15.0076079717 29.6615683973 902.4325142731 0.0555555556 +8080200 15.0076079717 29.6515566782 901.9069018225 0.0555555556 +8081100 15.0076079717 29.5651682409 897.37051468 0.0555555556 +8082000 15.0076079717 29.4028977283 888.8444471476 0.0555555556 +8082900 15.0076079717 29.3284944453 880.6979461731 0.0555555556 +8083800 15.0076079717 29.001549349 864.2255982115 0.0555555556 +8084700 15.0076079717 28.6013497286 843.9129207828 0.0555555556 +8085600 15.0076079717 28.130243393 819.8553775051 0.0555555556 +8086500 15.0076079717 26.7191724983 742.3680412042 0.0555555556 +8087400 15.0076079717 26.1737966041 713.2274290053 0.0555555556 +8088300 15.0076079717 25.5726781646 680.9689414022 0.0555555556 +8089200 15.0076079717 24.9199897176 645.7569136899 0.0555555556 +8090100 15.0076079717 21.7482125919 453.8864575121 0.0555555556 +8091000 15.0076079717 21.2453464732 424.7146652198 0.0555555556 +8091900 15.0076079717 20.717868565 393.8582698919 0.0555555556 +8092800 15.0076079717 20.1700806071 361.4967636856 0.0555555556 +8093700 15.0076079717 18.5155724086 249.1359489602 0.0555555556 +8094600 15.0076079717 18.0717354422 223.7405927948 0.0555555556 +8095500 15.0076079717 17.6419862677 197.643053509 0.0555555556 +8096400 15.0076079717 17.2291012153 171.0188597111 0.0555555556 +8097300 15.0076079717 17.2422455859 196.7661252865 0.0555555556 +8098200 15.0004480672 35.588353689 156.7327849874 0 +8099100 15.0076079717 16.3069940866 117.8482304736 0.0555555556 +8100000 15.0004480672 25.7245626127 80.4579930743 0 +8100900 15.0004480672 12.8491021462 1.548543275 0 +8101800 15.0004480672 12.575 0.3122032254 0 +8102700 15.0004480672 12.425 0 0 +8103600 15.0004480672 12.275 0 0 +8104500 15.0004480672 12.1375 0 0 +8105400 15.0004480672 12.0125 0 0 +8106300 15.0004480672 11.8875 0 0 +8107200 15.0004480672 11.7625 0 0 +8108100 15.0004480672 11.7 0 0 +8109000 15.0004480672 11.7 0 0 +8109900 15.0004480672 11.7 0 0 +8110800 15.0004480672 11.7 0 0 +8111700 15.0004480672 11.625 0 0 +8112600 15.0004480672 11.475 0 0 +8113500 15.0004480672 11.325 0 0 +8114400 15.0004480672 11.175 0 0 +8115300 15.0004480672 11.1 0 0 +8116200 15.0004480672 11.1 0 0 +8117100 15.0004480672 11.1 0 0 +8118000 15.0004480672 11.1 0 0 +8118900 15.0004480672 11.1 0 0 +8119800 15.0004480672 11.1 0 0 +8120700 15.0004480672 11.1 0 0 +8121600 15.0004480672 11.1 0 0 +8122500 15.0004480672 11.1 0 0 +8123400 15.0004480672 11.1 0 0 +8124300 15.0004480672 11.1 0 0 +8125200 15.0004480672 11.1 0 0 +8126100 15.0004480672 11.1 0 0 +8127000 15.0004480672 11.1 0 0 +8127900 15.0004480672 11.1 0 0 +8128800 15.0004480672 11.1 0 0 +8129700 15.0004480672 11.0375 0 0 +8130600 15.0004480672 10.9125 0 0 +8131500 15.0004480672 10.7875 0 0 +8132400 15.0004480672 10.6625 0 0 +8133300 15.0004480672 10.6 0 0 +8134200 15.0004480672 10.6 0 0 +8135100 15.0004480672 10.6 0 0 +8136000 15.0004480672 10.6 0 0 +8136900 15.0004480672 10.6625 0 0 +8137800 15.0004480672 10.7875 0 0 +8138700 15.0004480672 10.9125 0 0 +8139600 15.0004480672 11.0375 0 0 +8140500 15.0004480672 11.1 0 0 +8141400 15.0004480672 11.1 0 0 +8142300 15.0004480672 11.1 0 0 +8143200 15.0004480672 11.1 0 0 +8144100 15.0004480672 11.1 9.2268865827 0 +8145000 15.0004480672 14.7507651877 20.1720690672 0 +8145900 15.0004480672 16.685130688 31.0867144508 0 +8146800 15.0004480672 18.5788729936 41.9240845463 0 +8147700 15.0004480672 21.3979332275 57.8943111456 0 +8148600 15.0004480672 23.5073944921 69.4914012695 0 +8149500 15.0076079717 15.8808088763 80.852337941 0.0555555556 +8150400 15.0004480672 27.5236985867 91.9284718852 0 +8151300 15.0076079717 16.9633060293 156.4310971513 0.0555555556 +8152200 15.0076079717 17.2152265913 172.5747461052 0.0555555556 +8153100 15.0076079717 17.4531543955 188.0870827459 0.0555555556 +8154000 15.0076079717 17.6812406708 202.8942656284 0.0555555556 +8154900 15.0076079717 18.9239967569 287.5860121665 0.0555555556 +8155800 15.0076079717 19.2029441387 305.2911385394 0.0555555556 +8156700 15.0076079717 19.4643080059 321.7970152181 0.0555555556 +8157600 15.0076079717 19.7067652958 337.0267298245 0.0555555556 +8158500 15.0076079717 19.497933102 321.9072075649 0.0555555556 +8159400 15.0076079717 19.6993014364 333.2662799253 0.0555555556 +8160300 15.0076079717 19.8806893346 343.2884711987 0.0555555556 +8161200 15.0076079717 20.0413788172 351.9290434092 0.0555555556 +8162100 15.0076079717 21.7404878106 456.8376585459 0.0555555556 +8163000 15.0076079717 21.8724251458 464.3807881581 0.0555555556 +8163900 15.0076079717 21.9736123939 469.9926583889 0.0555555556 +8164800 15.0076079717 22.0435898105 473.6474768969 0.0555555556 +8165700 15.0076079717 20.4197209896 372.8232990865 0.0555555556 +8166600 15.0076079717 20.4279090179 372.594016079 0.0555555556 +8167500 15.0076079717 20.4134564956 370.8538961762 0.0555555556 +8168400 15.0076079717 20.3764847276 367.6106227694 0.0555555556 +8169300 15.0076079717 20.3040795394 362.2498934758 0.0555555556 +8170200 15.0076079717 20.2113253338 356.0582937747 0.0555555556 +8171100 15.0076079717 20.0970688501 348.4282382776 0.0555555556 +8172000 15.0076079717 19.9618496372 339.3936070105 0.0555555556 +8172900 15.0076079717 19.7424506203 325.0748351113 0.0555555556 +8173800 15.0076079717 19.5706701237 313.5239498522 0.0555555556 +8174700 15.0076079717 19.3804904112 300.7249199893 0.0555555556 +8175600 15.0076079717 19.1728322361 286.7351518074 0.0555555556 +8176500 15.0076079717 20.2284830377 357.5873002017 0.0555555556 +8177400 15.0076079717 19.8613778134 335.6034685894 0.0555555556 +8178300 15.0076079717 19.4754358898 312.3175249429 0.0555555556 +8179200 15.0076079717 19.0730825217 287.8505978334 0.0555555556 +8180100 15.0076079717 18.3132740734 237.7121989199 0.0555555556 +8181000 15.0076079717 17.9057724166 213.6809453601 0.0555555556 +8181900 15.0076079717 17.5118477009 188.9817631362 0.0555555556 +8182800 15.0076079717 17.1325913525 163.7778322969 0.0555555556 +8183700 15.0076079717 17.8989082919 253.5286556902 0.0555555556 +8184600 15.0076079717 17.2526132078 201.8170326598 0.0555555556 +8185500 15.0004480672 34.642955022 151.7276593122 0 +8186400 15.0076079717 16.1264385738 103.7342890219 0.0555555556 +8187300 15.0015020533 11.8657994962 2.2710779657 0 +8188200 15.0004480672 11.475 0.5902732215 0 +8189100 15.0004480672 11.325 0.0001388707 0 +8190000 15.0004480672 11.175 0 0 +8190900 15.0004480672 11.0375 0 0 +8191800 15.0004480672 10.9125 0 0 +8192700 15.0004480672 10.7875 0 0 +8193600 15.0004480672 10.6625 0 0 +8194500 15.0004480672 10.525 0 0 +8195400 15.0004480672 10.375 0 0 +8196300 15.0004480672 10.225 0 0 +8197200 15.0004480672 10.075 0 0 +8198100 15.0004480672 10 0 0 +8199000 15.0004480672 10 0 0 +8199900 15.0004480672 10 0 0 +8200800 15.0004480672 10 0 0 +8201700 15.0004480672 10 0 0 +8202600 15.0004480672 10 0 0 +8203500 15.0004480672 10 0 0 +8204400 15.0004480672 10 0 0 +8205300 15.0004480672 10 0 0 +8206200 15.0004480672 10 0 0 +8207100 15.0004480672 10 0 0 +8208000 15.0004480672 10 0 0 +8208900 15.0004480672 10.075 0 0 +8209800 15.0004480672 10.225 0 0 +8210700 15.0004480672 10.375 0 0 +8211600 15.0004480672 10.525 0 0 +8212500 15.0004480672 10.6 0 0 +8213400 15.0004480672 10.6 0 0 +8214300 15.0004480672 10.6 0 0 +8215200 15.0004480672 10.6 0 0 +8216100 15.0004480672 10.6 0 0 +8217000 15.0004480672 10.6 0 0 +8217900 15.0004480672 10.6 0 0 +8218800 15.0004480672 10.6 0 0 +8219700 15.0004480672 10.525 0 0 +8220600 15.0004480672 10.375 0 0 +8221500 15.0004480672 10.225 0 0 +8222400 15.0004480672 10.075 0 0 +8223300 15.0004480672 10 0 0 +8224200 15.0004480672 10 0 0 +8225100 15.0004480672 10 0 0 +8226000 15.0004480672 10 0 0 +8226900 15.0004480672 9.925 0 0 +8227800 15.0004480672 9.775 0 0 +8228700 15.0004480672 9.625 0 0 +8229600 15.0004480672 9.475 0 0 +8230500 15.0004480672 9.55 9.5534420465 0 +8231400 15.0004480672 13.4148397598 19.6908742196 0 +8232300 15.0004480672 15.5083750142 29.7991333152 0 +8233200 15.0004480672 17.5658454401 39.8349342158 0 +8234100 15.0076079717 15.848921518 85.7568926398 0.0555555556 +8235000 15.0004480672 27.8803759529 103.0297517785 0 +8235900 15.0076079717 16.3311110707 120.0454706063 0.0555555556 +8236800 15.0004480672 33.2930708393 136.7070091204 0 +8237700 15.0076079717 18.0156337728 241.6316562263 0.0555555556 +8238600 15.0076079717 18.4810801556 267.8319382404 0.0555555556 +8239500 15.0076079717 18.9047361431 293.1177076738 0.0555555556 +8240400 15.0076079717 19.3145478009 317.3369167666 0.0555555556 +8241300 15.0076079717 19.6041423598 334.4182869237 0.0555555556 +8242200 15.0076079717 19.9676094474 355.410890708 0.0555555556 +8243100 15.0076079717 20.3098735602 374.9969395578 0.0555555556 +8244000 15.0076079717 20.6290451984 393.0791142577 0.0555555556 +8244900 15.0076079717 22.8811302167 529.1106268315 0.0555555556 +8245800 15.0076079717 23.2446913471 548.9862447321 0.0555555556 +8246700 15.0076079717 23.5689127275 566.5339905001 0.0555555556 +8247600 15.0076079717 23.8519745436 581.6673933132 0.0555555556 +8248500 15.0076079717 30.3067445301 951.6927463243 0.0555555556 +8249400 15.0076079717 30.6402235722 968.3855671215 0.0555555556 +8250300 15.0076079717 30.8911542151 980.7812730699 0.0555555556 +8251200 15.0076079717 31.0581526422 988.8224386403 0.0555555556 +8252100 15.0076079717 29.0947687012 876.0883157228 0.0555555556 +8253000 15.0076079717 29.0937529532 875.4200582798 0.0555555556 +8253900 15.0076079717 29.0193969163 870.8734015227 0.0555555556 +8254800 15.0076079717 28.8721958847 862.4697696115 0.0555555556 +8255700 15.0076079717 28.7236618312 850.8186708705 0.0555555556 +8256600 15.0076079717 28.4066329806 834.7979804675 0.0555555556 +8257500 15.0076079717 28.0198709806 815.0841584511 0.0555555556 +8258400 15.0076079717 27.5656490852 791.7716099945 0.0555555556 +8259300 15.0076079717 26.747632554 745.7072693717 0.0555555556 +8260200 15.0076079717 26.193445766 716.3184371545 0.0555555556 +8261100 15.0076079717 25.5830987316 683.8084885627 0.0555555556 +8262000 15.0076079717 24.9208708747 648.3445230999 0.0555555556 +8262900 15.0076079717 22.1628135493 482.7609272779 0.0555555556 +8263800 15.0076079717 21.6105059815 451.429051424 0.0555555556 +8264700 15.0076079717 21.0320959287 418.3178683262 0.0555555556 +8265600 15.0076079717 20.4326020513 383.6274783197 0.0555555556 +8266500 15.0076079717 21.6506119316 486.6119268127 0.0555555556 +8267400 15.0076079717 20.4233570828 431.439944413 0.0555555556 +8268300 15.0076079717 19.3559112183 375.1032260218 0.0555555556 +8269200 15.0076079717 18.4497216271 318.2138920357 0.0555555556 +8270100 15.0076079717 17.3946827959 248.6654731822 0.0555555556 +8271000 15.0004480672 36.3284622896 194.7437565881 0 +8271900 15.0076079717 16.3656527557 143.2138801178 0.0555555556 +8272800 15.0004480672 26.4924193619 94.8695496774 0 +8273700 15.0004480672 12.1064810316 1.3810550337 0 +8274600 15.0004480672 11.7875 0.127360786 0 +8275500 15.0004480672 11.5125 0.0010443651 0 +8276400 15.0004480672 11.2375 0 0 +8277300 15.0004480672 11.1 0 0 +8278200 15.0004480672 11.1 0 0 +8279100 15.0004480672 11.1 0 0 +8280000 15.0004480672 11.1 0 0 +8280900 15.0004480672 11.0375 0 0 +8281800 15.0004480672 10.9125 0 0 +8282700 15.0004480672 10.7875 0 0 +8283600 15.0004480672 10.6625 0 0 +8284500 15.0004480672 10.525 0 0 +8285400 15.0004480672 10.375 0 0 +8286300 15.0004480672 10.225 0 0 +8287200 15.0004480672 10.075 0 0 +8288100 15.0004480672 10 0 0 +8289000 15.0004480672 10 0 0 +8289900 15.0004480672 10 0 0 +8290800 15.0004480672 10 0 0 +8291700 15.0004480672 10 0 0 +8292600 15.0004480672 10 0 0 +8293500 15.0004480672 10 0 0 +8294400 15.0004480672 10 0 0 +8295300 15.0004480672 9.925 0 0 +8296200 15.0004480672 9.775 0 0 +8297100 15.0004480672 9.625 0 0 +8298000 15.0004480672 9.475 0 0 +8298900 15.0004480672 9.3375 0 0 +8299800 15.0004480672 9.2125 0 0 +8300700 15.0004480672 9.0875 0 0 +8301600 15.0004480672 8.9625 0 0 +8302500 15.0004480672 8.9 0 0 +8303400 15.0004480672 8.9 0 0 +8304300 15.0004480672 8.9 0 0 +8305200 15.0004480672 8.9 0 0 +8306100 15.0004480672 8.9 0 0 +8307000 15.0004480672 8.9 0 0 +8307900 15.0004480672 8.9 0 0 +8308800 15.0004480672 8.9 0 0 +8309700 15.0004480672 8.9625 0 0 +8310600 15.0004480672 9.0875 0 0 +8311500 15.0004480672 9.2125 0 0 +8312400 15.0004480672 9.3375 0 0 +8313300 15.0004480672 9.4 0 0 +8314200 15.0004480672 9.4 0 0 +8315100 15.0004480672 9.4 0 0 +8316000 15.0004480672 9.4 0 0 +8316900 15.0004480672 9.475 13.4139488527 0 +8317800 15.0004480672 14.3263699227 26.7278858662 0 +8318700 15.0004480672 16.6566931909 40.6818937064 0 +8319600 15.0004480672 18.947129678 54.8045957413 0 +8320500 15.0076079717 16.547494117 177.1562051071 0.0555555556 +8321400 15.0076079717 17.0612175227 219.9726951359 0.0555555556 +8322300 15.0076079717 17.6841022871 263.4409102552 0.0555555556 +8323200 15.0076079717 18.4267813767 306.9027026198 0.0555555556 +8324100 15.0076079717 20.278806933 427.6079791923 0.0555555556 +8325000 15.0076079717 21.4355698775 479.3391144729 0.0555555556 +8325900 15.0076079717 22.4083809477 529.3560963813 0.0555555556 +8326800 15.0076079717 23.3575529509 577.2973194288 0.0555555556 +8327700 15.0076079717 24.2607864013 627.9689782665 0.0555555556 +8328600 15.0076079717 25.0742894752 671.01089273 0.0555555556 +8329500 15.0076079717 25.8398541742 711.1949809551 0.0555555556 +8330400 15.0076079717 26.551465166 748.3059838344 0.0555555556 +8331300 15.0076079717 25.1517401807 667.8320047106 0.0555555556 +8332200 15.0076079717 25.6388555649 693.4055994762 0.0555555556 +8333100 15.0076079717 26.0725289664 715.9772308961 0.0555555556 +8334000 15.0076079717 26.4501675822 735.4343613657 0.0555555556 +8334900 15.0076079717 30.1630897046 940.443296214 0.0555555556 +8335800 15.0076079717 30.5041768273 956.843063683 0.0555555556 +8336700 15.0076079717 30.7627875906 968.9975766227 0.0555555556 +8337600 15.0076079717 30.9375494517 976.8507536124 0.0555555556 +8338500 15.0076079717 31.5214573157 1007.7363349723 0.0555555556 +8339400 15.0076079717 31.5374019513 1006.875196384 0.0555555556 +8340300 15.0076079717 31.4654494314 1001.5433124549 0.0555555556 +8341200 15.0076079717 31.3061957062 991.7649714987 0.0555555556 +8342100 15.0076079717 29.135517535 876.4598646425 0.0555555556 +8343000 15.0076079717 28.8458780449 859.9343974056 0.0555555556 +8343900 15.0076079717 28.4856569297 839.6205053674 0.0555555556 +8344800 15.0076079717 28.0571637734 815.6163776318 0.0555555556 +8345700 15.0076079717 24.0417906154 581.9881258555 0.0555555556 +8346600 15.0076079717 23.6381485186 559.785061689 0.0555555556 +8347500 15.0076079717 23.1954228187 535.2355025229 0.0555555556 +8348400 15.0076079717 22.7163751654 508.4658824579 0.0555555556 +8349300 15.0076079717 19.1667757668 280.6072624716 0.0555555556 +8350200 15.0076079717 18.89191816 263.8191721887 0.0555555556 +8351100 15.0076079717 18.6025759788 246.0262123861 0.0555555556 +8352000 15.0076079717 18.3003064775 227.3149802707 0.0555555556 +8352900 15.0076079717 18.7737558618 266.2059513206 0.0555555556 +8353800 15.0076079717 18.2637960022 239.0629273722 0.0555555556 +8354700 15.0076079717 17.7774196945 211.2307658733 0.0555555556 +8355600 15.0076079717 17.3157087394 182.913422938 0.0555555556 +8356500 15.0076079717 17.1694623343 197.9148809743 0.0555555556 +8357400 15.0004480672 34.890269563 158.0907237675 0 +8358300 15.0076079717 16.2723989139 119.5678813286 0.0555555556 +8359200 15.0004480672 25.5583033758 82.6964006862 0 +8360100 15.0004480672 12.7283946132 4.1026789138 0 +8361000 15.0004480672 11.7875 1.6113390651 0 +8361900 15.0004480672 11.5125 0.0025003801 0 +8362800 15.0004480672 11.2375 0 0 +8363700 15.0004480672 11.1 0 0 +8364600 15.0004480672 11.1 0 0 +8365500 15.0004480672 11.1 0 0 +8366400 15.0004480672 11.1 0 0 +8367300 15.0004480672 10.9625 0 0 +8368200 15.0004480672 10.6875 0 0 +8369100 15.0004480672 10.4125 0 0 +8370000 15.0004480672 10.1375 0 0 +8370900 15.0004480672 10.075 0 0 +8371800 15.0004480672 10.225 0 0 +8372700 15.0004480672 10.375 0 0 +8373600 15.0004480672 10.525 0 0 +8374500 15.0004480672 10.525 0 0 +8375400 15.0004480672 10.375 0 0 +8376300 15.0004480672 10.225 0 0 +8377200 15.0004480672 10.075 0 0 +8378100 15.0004480672 10 0 0 +8379000 15.0004480672 10 0 0 +8379900 15.0004480672 10 0 0 +8380800 15.0004480672 10 0 0 +8381700 15.0004480672 10 0 0 +8382600 15.0004480672 10 0 0 +8383500 15.0004480672 10 0 0 +8384400 15.0004480672 10 0 0 +8385300 15.0004480672 10 0 0 +8386200 15.0004480672 10 0 0 +8387100 15.0004480672 10 0 0 +8388000 15.0004480672 10 0 0 +8388900 15.0004480672 10 0 0 +8389800 15.0004480672 10 0 0 +8390700 15.0004480672 10 0 0 +8391600 15.0004480672 10 0 0 +8392500 15.0004480672 10 0 0 +8393400 15.0004480672 10 0 0 +8394300 15.0004480672 10 0 0 +8395200 15.0004480672 10 0 0 +8396100 15.0004480672 10 0 0 +8397000 15.0004480672 10 0 0 +8397900 15.0004480672 10 0 0 +8398800 15.0004480672 10 0 0 +8399700 15.0004480672 10 0 0 +8400600 15.0004480672 10 0 0 +8401500 15.0004480672 10 0 0 +8402400 15.0004480672 10 0 0 +8403300 15.0004480672 10.075 9.926069714 0 +8404200 15.0004480672 13.6011383048 18.6352047623 0 +8405100 15.0004480672 15.2953082306 27.3177730711 0 +8406000 15.0004480672 16.960855747 35.9365945499 0 +8406900 15.0004480672 21.0748190231 59.3760814314 0 +8407800 15.0004480672 22.9633040624 70.5702289385 0 +8408700 15.0004480672 24.7888296981 81.5332833969 0 +8409600 15.0076079717 15.9726600242 92.2182993244 0.0555555556 +8410500 15.0004480672 27.3282578462 96.6316748177 0 +8411400 15.0076079717 16.184512181 106.0453100222 0.0555555556 +8412300 15.0004480672 30.5478067201 115.0718198868 0 +8413200 15.0076079717 16.4554372382 123.6725515105 0.0555555556 +8414100 15.0076079717 17.6560255432 206.091405491 0.0555555556 +8415000 15.0076079717 17.8551026312 218.212130613 0.0555555556 +8415900 15.0076079717 18.0420756867 229.4977340971 0.0555555556 +8416800 15.0076079717 18.2161654313 239.8980374961 0.0555555556 +8417700 15.0076079717 17.5246794027 191.5218354354 0.0555555556 +8418600 15.0076079717 17.6380661538 197.9595585988 0.0555555556 +8419500 15.0076079717 17.7404888134 203.6302279826 0.0555555556 +8420400 15.0076079717 17.8316017185 208.5095609101 0.0555555556 +8421300 15.0076079717 18.7813742146 271.8667655658 0.0555555556 +8422200 15.0076079717 18.8427414774 276.0570120334 0.0555555556 +8423100 15.0076079717 18.8881303053 279.1557673356 0.0555555556 +8424000 15.0076079717 18.9173366173 281.1495193532 0.0555555556 +8424900 15.0076079717 17.96921618 217.417461933 0.0555555556 +8425800 15.0076079717 17.9666406066 217.2365288138 0.0555555556 +8426700 15.0076079717 17.9519553332 216.2048935916 0.0555555556 +8427600 15.0076079717 17.9252232445 214.3269738868 0.0555555556 +8428500 15.0076079717 18.2600665972 238.1946833054 0.0555555556 +8429400 15.0076079717 18.1934675192 234.2068432691 0.0555555556 +8430300 15.0076079717 18.1138572092 229.3056237066 0.0555555556 +8431200 15.0076079717 18.0215344273 223.5120123924 0.0555555556 +8432100 15.0076079717 17.9649537304 218.2506374806 0.0555555556 +8433000 15.0076079717 17.8405656179 210.5935696115 0.0555555556 +8433900 15.0076079717 17.704175195 202.1156610565 0.0555555556 +8434800 15.0076079717 17.5563651862 192.8544576484 0.0555555556 +8435700 15.0076079717 21.9196448182 482.6940515268 0.0555555556 +8436600 15.0076079717 21.3894975469 451.630463621 0.0555555556 +8437500 15.0076079717 20.8337877087 418.8160291007 0.0555555556 +8438400 15.0076079717 20.2573561821 384.449023474 0.0555555556 +8439300 15.0076079717 18.3345488674 252.0627651891 0.0555555556 +8440200 15.0076079717 17.9119494721 226.7670137473 0.0555555556 +8441100 15.0076079717 17.5066419225 200.8045799228 0.0555555556 +8442000 15.0076079717 17.1197163206 174.3550664331 0.0555555556 +8442900 15.0076079717 17.0327607122 191.8603300934 0.0555555556 +8443800 15.0004480672 33.5993353328 153.6816450621 0 +8444700 15.0076079717 16.1917966528 116.7304904809 0.0555555556 +8445600 15.0004480672 24.8658089116 81.3328164549 0 +8446500 15.0004480672 12.3163004357 3.6465477697 0 +8447400 15.0004480672 11.7 1.6123448801 0 +8448300 15.0004480672 11.7 0.0084768525 0 +8449200 15.0004480672 11.7 0 0 +8450100 15.0004480672 11.7 0 0 +8451000 15.0004480672 11.7 0 0 +8451900 15.0004480672 11.7 0 0 +8452800 15.0004480672 11.7 0 0 +8453700 15.0004480672 11.7 0 0 +8454600 15.0004480672 11.7 0 0 +8455500 15.0004480672 11.7 0 0 +8456400 15.0004480672 11.7 0 0 +8457300 15.0004480672 11.7 0 0 +8458200 15.0004480672 11.7 0 0 +8459100 15.0004480672 11.7 0 0 +8460000 15.0004480672 11.7 0 0 +8460900 15.0004480672 11.7 0 0 +8461800 15.0004480672 11.7 0 0 +8462700 15.0004480672 11.7 0 0 +8463600 15.0004480672 11.7 0 0 +8464500 15.0004480672 11.7 0 0 +8465400 15.0004480672 11.7 0 0 +8466300 15.0004480672 11.7 0 0 +8467200 15.0004480672 11.7 0 0 +8468100 15.0004480672 11.625 0 0 +8469000 15.0004480672 11.475 0 0 +8469900 15.0004480672 11.325 0 0 +8470800 15.0004480672 11.175 0 0 +8471700 15.0004480672 11.1 0 0 +8472600 15.0004480672 11.1 0 0 +8473500 15.0004480672 11.1 0 0 +8474400 15.0004480672 11.1 0 0 +8475300 15.0004480672 11.1 0 0 +8476200 15.0004480672 11.1 0 0 +8477100 15.0004480672 11.1 0 0 +8478000 15.0004480672 11.1 0 0 +8478900 15.0004480672 11.0375 0 0 +8479800 15.0004480672 10.9125 0 0 +8480700 15.0004480672 10.7875 0 0 +8481600 15.0004480672 10.6625 0 0 +8482500 15.0004480672 10.6 0 0 +8483400 15.0004480672 10.6 0 0 +8484300 15.0004480672 10.6 0 0 +8485200 15.0004480672 10.6 0 0 +8486100 15.0004480672 10.6 0 0 +8487000 15.0004480672 10.6 0 0 +8487900 15.0004480672 10.6 0 0 +8488800 15.0004480672 10.6 0 0 +8489700 15.0004480672 10.6625 9.5934335576 0 +8490600 15.0004480672 13.9326524038 17.3450111852 0 +8491500 15.0004480672 15.4351536893 25.0722862577 0 +8492400 15.0004480672 16.9136135513 32.7421693971 0 +8493300 15.0076079717 15.847749459 81.5958353865 0.0555555556 +8494200 15.0004480672 27.625857486 96.870601476 0 +8495100 15.0076079717 16.2767929258 111.865027894 0.0555555556 +8496000 15.0004480672 32.4019540807 126.5057818652 0 +8496900 15.0076079717 17.3016911142 183.482217957 0.0555555556 +8497800 15.0076079717 17.6158080908 201.7571840768 0.0555555556 +8498700 15.0076079717 17.911369297 219.3236804564 0.0555555556 +8499600 15.0076079717 18.1957941765 236.0942197186 0.0555555556 +8500500 15.0076079717 21.5142472824 454.0294364695 0.0555555556 +8501400 15.0076079717 22.0306471257 483.4597668503 0.0555555556 +8502300 15.0076079717 22.5163073049 510.9438548232 0.0555555556 +8503200 15.0076079717 22.9677692069 536.3316056821 0.0555555556 +8504100 15.0076079717 27.2280495627 788.6768243252 0.0555555556 +8505000 15.0076079717 27.8215524073 818.9469769744 0.0555555556 +8505900 15.0076079717 28.3490364746 845.638025718 0.0555555556 +8506800 15.0076079717 28.8072863829 868.6183522378 0.0555555556 +8507700 15.0076079717 30.5633194927 957.6678943209 0.0555555556 +8508600 15.0076079717 30.9122973111 974.1651910033 0.0555555556 +8509500 15.0076079717 31.1763024917 986.3447720701 0.0555555556 +8510400 15.0076079717 31.3539447425 994.1508201559 0.0555555556 +8511300 15.0076079717 32.0416764961 1028.742954112 0.0555555556 +8512200 15.0076079717 32.0204641445 1027.6837280692 0.0555555556 +8513100 15.0076079717 31.9080584349 1022.0692221327 0.0555555556 +8514000 15.0076079717 31.7050947276 1011.9245813536 0.0555555556 +8514900 15.0076079717 31.5710660877 1004.9590107946 0.0555555556 +8515800 15.0076079717 31.186573892 985.7710236835 0.0555555556 +8516700 15.0076079717 30.7155765083 962.2177792675 0.0555555556 +8517600 15.0076079717 30.1608761155 934.4062963602 0.0555555556 +8518500 15.0076079717 29.2243096251 883.0430544243 0.0555555556 +8519400 15.0076079717 28.5269670397 847.8836287944 0.0555555556 +8520300 15.0076079717 27.759470806 808.9956681431 0.0555555556 +8521200 15.0076079717 26.9271925638 766.5695910728 0.0555555556 +8522100 15.0076079717 25.8436546791 705.7603560251 0.0555555556 +8523000 15.0076079717 24.9077829057 657.8890891928 0.0555555556 +8523900 15.0076079717 23.9293232574 607.2476655676 0.0555555556 +8524800 15.0076079717 22.9183285345 554.1418581916 0.0555555556 +8525700 15.0076079717 21.3037571043 461.7223874065 0.0555555556 +8526600 15.0076079717 20.1025350948 409.0546047168 0.0555555556 +8527500 15.0076079717 19.0672428051 355.3336933021 0.0555555556 +8528400 15.0076079717 18.1992400798 301.1707238152 0.0555555556 +8529300 15.0076079717 17.3744914383 241.6395336406 0.0555555556 +8530200 15.0004480672 36.709010669 189.8153198351 0 +8531100 15.0076079717 16.4327825126 140.4508883421 0.0555555556 +8532000 15.0004480672 27.8599695922 94.3082890288 0 +8532900 15.0004480672 13.2212206254 0.6536661027 0 +8533800 15.0004480672 12.8875 0.5315864267 0 +8534700 15.0004480672 12.6125 0.0102443413 0 +8535600 15.0004480672 12.3375 0 0 +8536500 15.0004480672 12.1375 0 0 +8537400 15.0004480672 12.0125 0 0 +8538300 15.0004480672 11.8875 0 0 +8539200 15.0004480672 11.7625 0 0 +8540100 15.0004480672 11.625 0 0 +8541000 15.0004480672 11.475 0 0 +8541900 15.0004480672 11.325 0 0 +8542800 15.0004480672 11.175 0 0 +8543700 15.0004480672 11.0375 0 0 +8544600 15.0004480672 10.9125 0 0 +8545500 15.0004480672 10.7875 0 0 +8546400 15.0004480672 10.6625 0 0 +8547300 15.0004480672 10.6 0 0 +8548200 15.0004480672 10.6 0 0 +8549100 15.0004480672 10.6 0 0 +8550000 15.0004480672 10.6 0 0 +8550900 15.0004480672 10.6 0 0 +8551800 15.0004480672 10.6 0 0 +8552700 15.0004480672 10.6 0 0 +8553600 15.0004480672 10.6 0 0 +8554500 15.0004480672 10.525 0 0 +8555400 15.0004480672 10.375 0 0 +8556300 15.0004480672 10.225 0 0 +8557200 15.0004480672 10.075 0 0 +8558100 15.0004480672 10 0 0 +8559000 15.0004480672 10 0 0 +8559900 15.0004480672 10 0 0 +8560800 15.0004480672 10 0 0 +8561700 15.0004480672 10 0 0 +8562600 15.0004480672 10 0 0 +8563500 15.0004480672 10 0 0 +8564400 15.0004480672 10 0 0 +8565300 15.0004480672 9.925 0 0 +8566200 15.0004480672 9.775 0 0 +8567100 15.0004480672 9.625 0 0 +8568000 15.0004480672 9.475 0 0 +8568900 15.0004480672 9.4 0 0 +8569800 15.0004480672 9.4 0 0 +8570700 15.0004480672 9.4 0 0 +8571600 15.0004480672 9.4 0 0 +8572500 15.0004480672 9.475 0 0 +8573400 15.0004480672 9.625 0 0 +8574300 15.0004480672 9.775 0 0 +8575200 15.0004480672 9.925 0 0 +8576100 15.0004480672 10 22.5450531502 0 +8577000 15.0004480672 17.1037422653 42.9543760211 0 +8577900 15.0004480672 19.2389113736 69.8162658837 0 +8578800 15.0004480672 21.433187895 98.6610805005 0 +8579700 15.0076079717 16.49694254 171.3916194826 0.0555555556 +8580600 15.0004480672 37.6191244575 210.9392952317 0 +8581500 15.0076079717 17.55641178 251.0863674555 0.0555555556 +8582400 15.0076079717 18.2467990892 291.2399511668 0.0555555556 +8583300 15.0076079717 20.5404525991 447.5934352874 0.0555555556 +8584200 15.0076079717 21.7324900602 500.8111958768 0.0555555556 +8585100 15.0076079717 22.7322540711 552.2726514818 0.0555555556 +8586000 15.0076079717 23.7071806027 601.6004539471 0.0555555556 +8586900 15.0076079717 25.1155600731 678.6387930777 0.0555555556 +8587800 15.0076079717 26.0551292703 724.8444789867 0.0555555556 +8588700 15.0076079717 26.9402412866 767.9177481083 0.0555555556 +8589600 15.0076079717 27.7642244044 807.6374942159 0.0555555556 +8590500 15.0076079717 28.0427094044 830.1042004792 0.0555555556 +8591400 15.0076079717 28.6664492146 861.9402350596 0.0555555556 +8592300 15.0076079717 29.2193272884 889.9963428895 0.0555555556 +8593200 15.0076079717 29.6979104251 914.1359031469 0.0555555556 +8594100 15.0076079717 25.0018591848 646.9464694284 0.0555555556 +8595000 15.0076079717 25.1912254813 657.6722763164 0.0555555556 +8595900 15.0076079717 25.3309394428 665.5780866532 0.0555555556 +8596800 15.0076079717 25.4201981254 670.6255458527 0.0555555556 +8597700 15.0076079717 22.105891204 477.2890709727 0.0555555556 +8598600 15.0076079717 22.1193322505 476.7973926969 0.0555555556 +8599500 15.0076079717 22.1016102593 474.3552735028 0.0555555556 +8600400 15.0076079717 22.052924934 469.9739836403 0.0555555556 +8601300 15.0076079717 25.3934337299 668.8855520268 0.0555555556 +8602200 15.0076079717 25.1671483777 656.49778453 0.0555555556 +8603100 15.0076079717 24.8923496855 641.3147399773 0.0555555556 +8604000 15.0076079717 24.5706033406 623.4111154154 0.0555555556 +8604900 15.0076079717 24.5700785521 622.5904262796 0.0555555556 +8605800 15.0076079717 24.1464492795 598.5753340692 0.0555555556 +8606700 15.0076079717 23.6802902546 572.0528806177 0.0555555556 +8607600 15.0076079717 23.1747661164 543.1628222936 0.0555555556 +8608500 15.0076079717 25.3772615348 682.1681044303 0.0555555556 +8609400 15.0076079717 24.4803771999 636.061626041 0.0555555556 +8610300 15.0076079717 23.5442809708 587.3600967056 0.0555555556 +8611200 15.0076079717 22.5782984891 536.3713279944 0.0555555556 +8612100 15.0076079717 20.7974579596 428.9496477312 0.0555555556 +8613000 15.0076079717 19.7678051117 380.8618497574 0.0555555556 +8613900 15.0076079717 18.8684356516 331.9018228767 0.0555555556 +8614800 15.0076079717 18.1004511942 282.6083923504 0.0555555556 +8615700 15.0076079717 17.6293743981 251.6544372665 0.0555555556 +8616600 15.0076079717 17.0725317776 199.5692048048 0.0555555556 +8617500 15.0004480672 33.977982004 149.7533535507 0 +8618400 15.0076079717 16.1886315874 102.8372086044 0.0555555556 +8619300 15.0015020533 12.6625 3.5124070789 0 +8620200 15.0004480672 12.3875 2.1183252144 0 +8621100 15.0004480672 12.1125 0.1473503273 0 +8622000 15.0004480672 11.8375 0 0 +8622900 15.0004480672 11.625 0 0 +8623800 15.0004480672 11.475 0 0 +8624700 15.0004480672 11.325 0 0 +8625600 15.0004480672 11.175 0 0 +8626500 15.0004480672 11.1 0 0 +8627400 15.0004480672 11.1 0 0 +8628300 15.0004480672 11.1 0 0 +8629200 15.0004480672 11.1 0 0 +8630100 15.0004480672 11.1 0 0 +8631000 15.0004480672 11.1 0 0 +8631900 15.0004480672 11.1 0 0 +8632800 15.0004480672 11.1 0 0 +8633700 15.0004480672 11.0375 0 0 +8634600 15.0004480672 10.9125 0 0 +8635500 15.0004480672 10.7875 0 0 +8636400 15.0004480672 10.6625 0 0 +8637300 15.0004480672 10.6 0 0 +8638200 15.0004480672 10.6 0 0 +8639100 15.0004480672 10.6 0 0 +8640000 15.0004480672 10.6 0 0 +8640900 15.0004480672 10.6 0 0 +8641800 15.0004480672 10.6 0 0 +8642700 15.0004480672 10.6 0 0 +8643600 15.0004480672 10.6 0 0 +8644500 15.0004480672 10.6 0 0 +8645400 15.0004480672 10.6 0 0 +8646300 15.0004480672 10.6 0 0 +8647200 15.0004480672 10.6 0 0 +8648100 15.0004480672 10.525 0 0 +8649000 15.0004480672 10.375 0 0 +8649900 15.0004480672 10.225 0 0 +8650800 15.0004480672 10.075 0 0 +8651700 15.0004480672 9.925 0 0 +8652600 15.0004480672 9.775 0 0 +8653500 15.0004480672 9.625 0 0 +8654400 15.0004480672 9.475 0 0 +8655300 15.0004480672 9.475 0 0 +8656200 15.0004480672 9.625 0 0 +8657100 15.0004480672 9.775 0 0 +8658000 15.0004480672 9.925 0 0 +8658900 15.0004480672 10 0 0 +8659800 15.0004480672 10 0 0 +8660700 15.0004480672 10 0 0 +8661600 15.0004480672 10 0 0 +8662500 15.0004480672 10.1375 23.1842727909 0 +8663400 15.0004480672 17.4237819681 42.4315158514 0 +8664300 15.0004480672 19.6719472773 67.8625953035 0 +8665200 15.0004480672 22.0103109607 95.2323744664 0 +8666100 15.0076079717 16.673553656 177.6263160523 0.0555555556 +8667000 15.0076079717 17.1637101645 217.9167954673 0.0555555556 +8667900 15.0076079717 17.7549562959 258.8018279025 0.0555555556 +8668800 15.0076079717 18.4554753049 299.6858428805 0.0555555556 +8669700 15.0076079717 17.9265238887 224.7978429985 0.0555555556 +8670600 15.0076079717 18.3257011034 247.602544286 0.0555555556 +8671500 15.0076079717 18.6910238011 269.5804320191 0.0555555556 +8672400 15.0076079717 19.0435637312 290.6050767617 0.0555555556 +8673300 15.0076079717 20.7227974268 401.0894551438 0.0555555556 +8674200 15.0076079717 21.1443553719 425.9871468558 0.0555555556 +8675100 15.0076079717 21.540214569 449.2167771071 0.0555555556 +8676000 15.0076079717 21.9078038628 470.6559813183 0.0555555556 +8676900 15.0076079717 19.2199233729 296.8784952845 0.0555555556 +8677800 15.0076079717 19.4108250011 306.8294133158 0.0555555556 +8678700 15.0076079717 19.5838820794 315.5876097074 0.0555555556 +8679600 15.0076079717 19.7384779611 323.1140663149 0.0555555556 +8680500 15.0076079717 20.9243250821 401.2206723762 0.0555555556 +8681400 15.0076079717 21.0168202365 407.3246457819 0.0555555556 +8682300 15.0076079717 21.0848617166 411.8134047679 0.0555555556 +8683200 15.0076079717 21.128124377 414.6668559619 0.0555555556 +8684100 15.0076079717 24.7864396386 633.9233116404 0.0555555556 +8685000 15.0076079717 24.7643771122 633.1970831133 0.0555555556 +8685900 15.0076079717 24.6964750543 629.794471095 0.0555555556 +8686800 15.0076079717 24.5830575265 623.7317947872 0.0555555556 +8687700 15.0076079717 24.6905956614 627.1768159371 0.0555555556 +8688600 15.0076079717 24.5423208699 615.6051581971 0.0555555556 +8689500 15.0076079717 24.3491747001 601.4348665159 0.0555555556 +8690400 15.0076079717 24.11259002 584.7355694747 0.0555555556 +8691300 15.0076079717 27.3145532314 769.662450471 0.0555555556 +8692200 15.0076079717 26.7545412955 739.1760598729 0.0555555556 +8693100 15.0076079717 26.1377290185 705.5138235753 0.0555555556 +8694000 15.0076079717 25.4685831242 668.8537107589 0.0555555556 +8694900 15.0076079717 20.8463990073 379.5355881242 0.0555555556 +8695800 15.0076079717 20.5143771169 356.2409319049 0.0555555556 +8696700 15.0076079717 20.1629399337 331.6145000206 0.0555555556 +8697600 15.0076079717 19.7949661929 305.7925495995 0.0555555556 +8698500 15.0076079717 19.4896404685 288.9663056866 0.0555555556 +8699400 15.0076079717 18.9541632172 259.5268147021 0.0555555556 +8700300 15.0076079717 18.4519030063 229.4161248712 0.0555555556 +8701200 15.0076079717 17.9838992134 198.8748405388 0.0555555556 +8702100 15.0076079717 17.6849309631 209.7725834666 0.0555555556 +8703000 15.0076079717 17.1383433846 167.4094194643 0.0555555556 +8703900 15.0004480672 35.0801110668 126.7841634515 0 +8704800 15.0076079717 16.2179226424 88.3476860716 0.0555555556 +8705700 15.0004480672 14.7875 5.390764849 0 +8706600 15.0004480672 14.3625 3.0470394883 0 +8707500 15.0004480672 13.9375 0.2813208581 0 +8708400 15.0004480672 13.5125 0 0 +8709300 15.0004480672 13.5125 0 0 +8710200 15.0004480672 13.9375 0 0 +8711100 15.0004480672 14.3625 0 0 +8712000 15.0004480672 14.7875 0 0 +8712900 15.0004480672 14.925 0 0 +8713800 15.0004480672 14.775 0 0 +8714700 15.0004480672 14.625 0 0 +8715600 15.0004480672 14.475 0 0 +8716500 15.0004480672 14.3375 0 0 +8717400 15.0004480672 14.2125 0 0 +8718300 15.0004480672 14.0875 0 0 +8719200 15.0004480672 13.9625 0 0 +8720100 15.0004480672 13.7625 0 0 +8721000 15.0004480672 13.4875 0 0 +8721900 15.0004480672 13.2125 0 0 +8722800 15.0004480672 12.9375 0 0 +8723700 15.0004480672 12.725 0 0 +8724600 15.0004480672 12.575 0 0 +8725500 15.0004480672 12.425 0 0 +8726400 15.0004480672 12.275 0 0 +8727300 15.0004480672 12.3375 0 0 +8728200 15.0004480672 12.6125 0 0 +8729100 15.0004480672 12.8875 0 0 +8730000 15.0004480672 13.1625 0 0 +8730900 15.0004480672 13.1625 0 0 +8731800 15.0004480672 12.8875 0 0 +8732700 15.0004480672 12.6125 0 0 +8733600 15.0004480672 12.3375 0 0 +8734500 15.0004480672 12.1375 0 0 +8735400 15.0004480672 12.0125 0 0 +8736300 15.0004480672 11.8875 0 0 +8737200 15.0004480672 11.7625 0 0 +8738100 15.0004480672 11.7625 0 0 +8739000 15.0004480672 11.8875 0 0 +8739900 15.0004480672 12.0125 0 0 +8740800 15.0004480672 12.1375 0 0 +8741700 15.0004480672 12.3375 0 0 +8742600 15.0004480672 12.6125 0 0 +8743500 15.0004480672 12.8875 0 0 +8744400 15.0004480672 13.1625 0 0 +8745300 15.0004480672 13.3 0 0 +8746200 15.0004480672 13.3 0 0 +8747100 15.0004480672 13.3 0 0 +8748000 15.0004480672 13.3 0 0 +8748900 15.0004480672 13.4375 25.5265320046 0 +8749800 15.0004480672 21.1522396216 43.19962732 0 +8750700 15.0004480672 23.9651255023 63.1111033785 0 +8751600 15.0076079717 15.9676252452 83.7569826553 0.0555555556 +8752500 15.0076079717 17.2302835525 202.1035136577 0.0555555556 +8753400 15.0076079717 17.7820089697 247.4246988174 0.0555555556 +8754300 15.0076079717 18.4451084756 293.3999086706 0.0555555556 +8755200 15.0076079717 19.2279808404 339.3594324997 0.0555555556 +8756100 15.0004480672 36.6820004659 123.2719802842 0 +8757000 15.0076079717 17.0356347068 135.0004863861 0.0555555556 +8757900 15.0076079717 17.2429869637 146.2592091471 0.0555555556 +8758800 15.0076079717 17.4428044148 156.9951496602 0.0555555556 +8759700 15.0076079717 20.4437968825 360.821124375 0.0555555556 +8760600 15.0076079717 20.7803953883 382.5973503853 0.0555555556 +8761500 15.0076079717 21.0946464377 402.8997035291 0.0555555556 +8762400 15.0076079717 21.3845161353 421.6248920466 0.0555555556 +8763300 15.0076079717 23.2259793263 535.219979229 0.0555555556 +8764200 15.0076079717 23.574192182 554.4638704251 0.0555555556 +8765100 15.0076079717 23.8840197416 571.414516305 0.0555555556 +8766000 15.0076079717 24.1537356908 585.9875921842 0.0555555556 +8766900 15.0076079717 29.4411046604 889.6462933661 0.0555555556 +8767800 15.0076079717 29.7861972058 904.5800900191 0.0555555556 +8768700 15.0076079717 30.0563521912 915.5454365273 0.0555555556 +8769600 15.0076079717 30.2503518212 922.4894229754 0.0555555556 +8770500 15.0076079717 23.072847733 506.145711167 0.0555555556 +8771400 15.0076079717 23.0520398157 505.5444921011 0.0555555556 +8772300 15.0076079717 22.9976043547 502.8719362738 0.0555555556 +8773200 15.0076079717 22.9097690876 498.1405397677 0.0555555556 +8774100 15.0076079717 20.0779341865 320.9632699057 0.0555555556 +8775000 15.0076079717 19.9657763928 315.5008027261 0.0555555556 +8775900 15.0076079717 19.8354441365 308.8124188862 0.0555555556 +8776800 15.0076079717 19.6873913798 300.9275841327 0.0555555556 +8777700 15.0076079717 18.3745675685 212.9978038705 0.0555555556 +8778600 15.0076079717 18.2707228666 205.702749989 0.0555555556 +8779500 15.0076079717 18.1558357673 197.6319714253 0.0555555556 +8780400 15.0076079717 18.0303982359 188.8200284921 0.0555555556 +8781300 15.0076079717 18.488371464 220.4565809419 0.0555555556 +8782200 15.0076079717 18.3061089529 207.8404264729 0.0555555556 +8783100 15.0076079717 18.1129571839 194.4622440276 0.0555555556 +8784000 15.0076079717 17.9098087739 180.3811528026 0.0555555556 +8784900 15.0076079717 18.2269644017 204.3856776022 0.0555555556 +8785800 15.0076079717 17.9169560495 185.1957086409 0.0555555556 +8786700 15.0076079717 17.6054308531 165.4108212431 0.0555555556 +8787600 15.0076079717 17.2934826265 145.1340416248 0.0555555556 +8788500 15.0076079717 17.2848130359 154.2931332522 0.0555555556 +8789400 15.0004480672 38.0291203946 127.0168900424 0 +8790300 15.0076079717 16.5534960098 99.9904274599 0.0555555556 +8791200 15.0004480672 29.8204657808 73.3761022868 0 +8792100 15.0004480672 17.0625 11.2350118351 0 +8793000 15.0004480672 16.7875 5.6123822468 0 +8793900 15.0004480672 16.5125 0.6070646823 0 +8794800 15.0004480672 16.2375 0 0 +8795700 15.0004480672 16.0375 0 0 +8796600 15.0004480672 15.9125 0 0 +8797500 15.0004480672 15.7875 0 0 +8798400 15.0004480672 15.6625 0 0 +8799300 15.0004480672 15.45 0 0 +8800200 15.0004480672 15.15 0 0 +8801100 15.0004480672 14.85 0 0 +8802000 15.0004480672 14.55 0 0 +8802900 15.0004480672 14.3375 0 0 +8803800 15.0004480672 14.2125 0 0 +8804700 15.0004480672 14.0875 0 0 +8805600 15.0004480672 13.9625 0 0 +8806500 15.0004480672 13.9 0 0 +8807400 15.0004480672 13.9 0 0 +8808300 15.0004480672 13.9 0 0 +8809200 15.0004480672 13.9 0 0 +8810100 15.0004480672 13.9 0 0 +8811000 15.0004480672 13.9 0 0 +8811900 15.0004480672 13.9 0 0 +8812800 15.0004480672 13.9 0 0 +8813700 15.0004480672 13.9625 0 0 +8814600 15.0004480672 14.0875 0 0 +8815500 15.0004480672 14.2125 0 0 +8816400 15.0004480672 14.3375 0 0 +8817300 15.0004480672 14.4 0 0 +8818200 15.0004480672 14.4 0 0 +8819100 15.0004480672 14.4 0 0 +8820000 15.0004480672 14.4 0 0 +8820900 15.0004480672 14.475 0 0 +8821800 15.0004480672 14.625 0 0 +8822700 15.0004480672 14.775 0 0 +8823600 15.0004480672 14.925 0 0 +8824500 15.0004480672 14.925 0 0 +8825400 15.0004480672 14.775 0 0 +8826300 15.0004480672 14.625 0 0 +8827200 15.0004480672 14.475 0 0 +8828100 15.0004480672 14.4 0 0 +8829000 15.0004480672 14.4 0 0 +8829900 15.0004480672 14.4 0 0 +8830800 15.0004480672 14.4 0 0 +8831700 15.0004480672 14.3375 0 0 +8832600 15.0004480672 14.2125 0 0 +8833500 15.0004480672 14.0875 0 0 +8834400 15.0004480672 13.9625 0 0 +8835300 15.0004480672 14.0375 17.4599771509 0 +8836200 15.0004480672 19.3918708834 28.217814663 0 +8837100 15.0004480672 21.5472679117 38.9384186481 0 +8838000 15.0004480672 23.6629033804 49.5758818341 0 +8838900 15.0076079717 17.0979703056 189.3636560623 0.0555555556 +8839800 15.0076079717 17.5982015825 231.5508663334 0.0555555556 +8840700 15.0076079717 18.2069416735 274.3699422195 0.0555555556 +8841600 15.0076079717 18.9320993354 317.1911237424 0.0555555556 +8842500 15.0076079717 20.8417765219 446.6879065183 0.0555555556 +8843400 15.0076079717 22.0017183292 499.1389516084 0.0555555556 +8844300 15.0076079717 22.9617699064 549.8553532814 0.0555555556 +8845200 15.0076079717 23.8968864278 598.4613754774 0.0555555556 +8846100 15.0076079717 24.2256644299 614.6923332364 0.0555555556 +8847000 15.0076079717 25.0050538704 655.3079501223 0.0555555556 +8847900 15.0076079717 25.7394959974 693.220402676 0.0555555556 +8848800 15.0076079717 26.4234806646 728.2171375121 0.0555555556 +8849700 15.0076079717 21.0723352959 400.7545165945 0.0555555556 +8850600 15.0076079717 21.3220648382 414.4713846917 0.0555555556 +8851500 15.0076079717 21.5458784858 426.5422468192 0.0555555556 +8852400 15.0076079717 21.742746612 436.9100264888 0.0555555556 +8853300 15.0076079717 28.8737582355 860.0937909658 0.0555555556 +8854200 15.0076079717 29.0865938886 874.3803910673 0.0555555556 +8855100 15.0076079717 29.2283604134 884.8512652201 0.0555555556 +8856000 15.0076079717 29.2979072765 891.4554440681 0.0555555556 +8856900 15.0076079717 31.7346541213 1016.416828962 0.0555555556 +8857800 15.0076079717 31.7283985619 1015.0297992768 0.0555555556 +8858700 15.0076079717 31.63353285 1009.151444367 0.0555555556 +8859600 15.0076079717 31.4507240522 998.808993519 0.0555555556 +8860500 15.0076079717 29.6569042768 900.058010741 0.0555555556 +8861400 15.0076079717 29.3334356739 882.640725962 0.0555555556 +8862300 15.0076079717 28.9361897539 861.3469512746 0.0555555556 +8863200 15.0076079717 28.467682527 836.2806983892 0.0555555556 +8864100 15.0076079717 27.5532060066 783.8093105305 0.0555555556 +8865000 15.0076079717 26.946109683 752.5348847337 0.0555555556 +8865900 15.0076079717 26.2802491635 718.0208768299 0.0555555556 +8866800 15.0076079717 25.5603281092 680.4500454639 0.0555555556 +8867700 15.0076079717 22.844211203 517.6167904034 0.0555555556 +8868600 15.0076079717 22.2438611093 483.9369820445 0.0555555556 +8869500 15.0076079717 21.6166298738 448.4191111583 0.0555555556 +8870400 15.0076079717 20.968309385 411.2900123327 0.0555555556 +8871300 15.0076079717 19.4992212749 315.7703697988 0.0555555556 +8872200 15.0076079717 18.8916275857 283.17930954 0.0555555556 +8873100 15.0076079717 18.3306774525 249.9212177601 0.0555555556 +8874000 15.0076079717 17.817371354 216.2867156842 0.0555555556 +8874900 15.0076079717 17.9429687023 247.0647815171 0.0555555556 +8875800 15.0076079717 17.3981346375 198.6283448911 0.0555555556 +8876700 15.0004480672 37.7633830147 152.0392859761 0 +8877600 15.0076079717 16.4833955873 107.7889304303 0.0555555556 +8878500 15.0004480672 14.925 12.3081538259 0 +8879400 15.0004480672 14.775 6.901921214 0 +8880300 15.0004480672 14.625 0.93688515 0 +8881200 15.0004480672 14.475 0 0 +8882100 15.0004480672 14.4 0 0 +8883000 15.0004480672 14.4 0 0 +8883900 15.0004480672 14.4 0 0 +8884800 15.0004480672 14.4 0 0 +8885700 15.0004480672 14.3375 0 0 +8886600 15.0004480672 14.2125 0 0 +8887500 15.0004480672 14.0875 0 0 +8888400 15.0004480672 13.9625 0 0 +8889300 15.0004480672 13.9 0 0 +8890200 15.0004480672 13.9 0 0 +8891100 15.0004480672 13.9 0 0 +8892000 15.0004480672 13.9 0 0 +8892900 15.0004480672 13.825 0 0 +8893800 15.0004480672 13.675 0 0 +8894700 15.0004480672 13.525 0 0 +8895600 15.0004480672 13.375 0 0 +8896500 15.0004480672 13.2375 0 0 +8897400 15.0004480672 13.1125 0 0 +8898300 15.0004480672 12.9875 0 0 +8899200 15.0004480672 12.8625 0 0 +8900100 15.0004480672 12.8 0 0 +8901000 15.0004480672 12.8 0 0 +8901900 15.0004480672 12.8 0 0 +8902800 15.0004480672 12.8 0 0 +8903700 15.0004480672 12.8625 0 0 +8904600 15.0004480672 12.9875 0 0 +8905500 15.0004480672 13.1125 0 0 +8906400 15.0004480672 13.2375 0 0 +8907300 15.0004480672 13.2375 0 0 +8908200 15.0004480672 13.1125 0 0 +8909100 15.0004480672 12.9875 0 0 +8910000 15.0004480672 12.8625 0 0 +8910900 15.0004480672 12.8 0 0 +8911800 15.0004480672 12.8 0 0 +8912700 15.0004480672 12.8 0 0 +8913600 15.0004480672 12.8 0 0 +8914500 15.0004480672 12.725 0 0 +8915400 15.0004480672 12.575 0 0 +8916300 15.0004480672 12.425 0 0 +8917200 15.0004480672 12.275 0 0 +8918100 15.0004480672 12.1375 0 0 +8919000 15.0004480672 12.0125 0 0 +8919900 15.0004480672 11.8875 0 0 +8920800 15.0004480672 11.7625 0 0 +8921700 15.0004480672 11.7625 25.8740794726 0 +8922600 15.0004480672 19.0985484725 46.011500901 0 +8923500 15.0004480672 20.0004223493 79.1598907912 0 +8924400 15.0004480672 21.3328476972 116.0988861226 0 +8925300 15.0076079717 16.7436240163 209.7856378524 0.0555555556 +8926200 15.0076079717 17.2972929784 260.7313341397 0.0555555556 +8927100 15.0076079717 18.0311663179 312.4695361582 0.0555555556 +8928000 15.0076079717 18.9567005498 364.0850999743 0.0555555556 +8928900 15.0076079717 20.5339485223 440.801697617 0.0555555556 +8929800 15.0076079717 21.6984031761 492.4459870251 0.0555555556 +8930700 15.0076079717 22.6594767979 542.3757251733 0.0555555556 +8931600 15.0076079717 23.5957289655 590.220348322 0.0555555556 +8932500 15.0076079717 24.5727841399 646.6356496713 0.0555555556 +8933400 15.0076079717 25.410011401 689.6796349307 0.0555555556 +8934300 15.0076079717 26.198241107 729.8370431198 0.0555555556 +8935200 15.0076079717 26.9314152412 766.8858361272 0.0555555556 +8936100 15.0076079717 24.3516451334 617.7501879802 0.0555555556 +8937000 15.0076079717 24.7466604031 640.1716436772 0.0555555556 +8937900 15.0076079717 25.0953169434 659.910380446 0.0555555556 +8938800 15.0076079717 25.3954476515 676.8661826109 0.0555555556 +8939700 15.0076079717 29.0672521816 885.4401706295 0.0555555556 +8940600 15.0076079717 29.33604723 900.1374169703 0.0555555556 +8941500 15.0076079717 29.5302825844 910.8888791188 0.0555555556 +8942400 15.0076079717 29.6487516388 917.64248873 0.0555555556 +8943300 15.0076079717 30.6519830444 965.4970767298 0.0555555556 +8944200 15.0076079717 30.6579128245 964.1040519747 0.0555555556 +8945100 15.0076079717 30.5805703846 958.4515039101 0.0555555556 +8946000 15.0076079717 30.4205973684 948.5660978947 0.0555555556 +8946900 15.0076079717 31.3599548429 998.5442592092 0.0555555556 +8947800 15.0076079717 30.9610129942 979.0680731583 0.0555555556 +8948700 15.0076079717 30.477048627 955.2693648695 0.0555555556 +8949600 15.0076079717 29.9109229083 927.2598195861 0.0555555556 +8950500 15.0076079717 29.0831766885 879.023608401 0.0555555556 +8951400 15.0076079717 28.4017343377 843.6308806089 0.0555555556 +8952300 15.0076079717 27.6508683631 804.5517129436 0.0555555556 +8953200 15.0076079717 26.8360781298 761.9830253179 0.0555555556 +8954100 15.0076079717 25.6392847569 693.5607339059 0.0555555556 +8955000 15.0076079717 24.7135208256 646.1581191533 0.0555555556 +8955900 15.0076079717 23.7471660204 596.0955036173 0.0555555556 +8956800 15.0076079717 22.7504101612 543.6902517093 0.0555555556 +8957700 15.0076079717 21.2332192478 462.8885430956 0.0555555556 +8958600 15.0076079717 20.0513009762 409.7686536054 0.0555555556 +8959500 15.0076079717 19.0419355886 355.6979859589 0.0555555556 +8960400 15.0076079717 18.2066889748 301.3238531639 0.0555555556 +8961300 15.0076079717 17.318880614 235.1714981327 0.0555555556 +8962200 15.0004480672 36.5003346697 184.791658901 0 +8963100 15.0076079717 16.4382081065 137.1290548539 0.0555555556 +8964000 15.0004480672 28.3898110566 93.0528646812 0 +8964900 15.0004480672 13.2375 3.2392514262 0 +8965800 15.0004480672 13.1125 2.9285889299 0 +8966700 15.0004480672 12.9875 0.4977186058 0 +8967600 15.0004480672 12.8625 0 0 +8968500 15.0004480672 12.8 0 0 +8969400 15.0004480672 12.8 0 0 +8970300 15.0004480672 12.8 0 0 +8971200 15.0004480672 12.8 0 0 +8972100 15.0004480672 12.8 0 0 +8973000 15.0004480672 12.8 0 0 +8973900 15.0004480672 12.8 0 0 +8974800 15.0004480672 12.8 0 0 +8975700 15.0004480672 12.8 0 0 +8976600 15.0004480672 12.8 0 0 +8977500 15.0004480672 12.8 0 0 +8978400 15.0004480672 12.8 0 0 +8979300 15.0004480672 12.725 0 0 +8980200 15.0004480672 12.575 0 0 +8981100 15.0004480672 12.425 0 0 +8982000 15.0004480672 12.275 0 0 +8982900 15.0004480672 12.2 0 0 +8983800 15.0004480672 12.2 0 0 +8984700 15.0004480672 12.2 0 0 +8985600 15.0004480672 12.2 0 0 +8986500 15.0004480672 12.2 0 0 +8987400 15.0004480672 12.2 0 0 +8988300 15.0004480672 12.2 0 0 +8989200 15.0004480672 12.2 0 0 +8990100 15.0004480672 12.2 0 0 +8991000 15.0004480672 12.2 0 0 +8991900 15.0004480672 12.2 0 0 +8992800 15.0004480672 12.2 0 0 +8993700 15.0004480672 12.2 0 0 +8994600 15.0004480672 12.2 0 0 +8995500 15.0004480672 12.2 0 0 +8996400 15.0004480672 12.2 0 0 +8997300 15.0004480672 12.2 0 0 +8998200 15.0004480672 12.2 0 0 +8999100 15.0004480672 12.2 0 0 +9000000 15.0004480672 12.2 0 0 +9000900 15.0004480672 12.2 0 0 +9001800 15.0004480672 12.2 0 0 +9002700 15.0004480672 12.2 0 0 +9003600 15.0004480672 12.2 0 0 +9004500 15.0004480672 12.2 0 0 +9005400 15.0004480672 12.2 0 0 +9006300 15.0004480672 12.2 0 0 +9007200 15.0004480672 12.2 0 0 +9008100 15.0004480672 12.2 20.7960216522 0 +9009000 15.0004480672 17.9942408266 32.2759943448 0 +9009900 15.0004480672 19.9892270016 43.7144683081 0 +9010800 15.0004480672 21.9402892797 55.0624622406 0 +9011700 15.0076079717 16.1681706615 98.2563888646 0.0555555556 +9012600 15.0004480672 31.7345072466 114.9285993335 0 +9013500 15.0076079717 16.6595563759 131.3062235011 0.0555555556 +9014400 15.0004480672 37.1694455157 147.304710257 0 +9015300 15.0076079717 18.7331390791 283.4570950393 0.0555555556 +9016200 15.0076079717 19.2570113476 312.3588620604 0.0555555556 +9017100 15.0076079717 19.7231161525 340.2733249777 0.0555555556 +9018000 15.0076079717 20.1740779335 367.0198505341 0.0555555556 +9018900 15.0076079717 21.726696285 466.9706001571 0.0555555556 +9019800 15.0076079717 22.2431218333 495.9722365807 0.0555555556 +9020700 15.0076079717 22.728857516 523.0319152538 0.0555555556 +9021600 15.0076079717 23.1805704169 548.0005523632 0.0555555556 +9022500 15.0076079717 22.0649924924 478.2521714289 0.0555555556 +9023400 15.0076079717 22.3596352697 494.7714893628 0.0555555556 +9024300 15.0076079717 22.6220204077 509.3026642624 0.0555555556 +9025200 15.0076079717 22.8507822541 521.7746963593 0.0555555556 +9026100 15.0076079717 22.97474478 528.843376893 0.0555555556 +9027000 15.0076079717 23.1289386572 536.9479013215 0.0555555556 +9027900 15.0076079717 23.2472553339 542.8650677367 0.0555555556 +9028800 15.0076079717 23.32917137 546.5667840467 0.0555555556 +9029700 15.0076079717 20.1723417976 346.2644292032 0.0555555556 +9030600 15.0076079717 20.1537678745 345.7981730823 0.0555555556 +9031500 15.0076079717 20.1146587954 343.9797530954 0.0555555556 +9032400 15.0076079717 20.0551462037 340.8173145126 0.0555555556 +9033300 15.0076079717 25.610808909 685.199743504 0.0555555556 +9034200 15.0076079717 25.3656483141 672.3809873391 0.0555555556 +9035100 15.0076079717 25.0714888392 656.7373750052 0.0555555556 +9036000 15.0076079717 24.7299581225 638.346910183 0.0555555556 +9036900 15.0076079717 20.8225050109 398.0658092802 0.0555555556 +9037800 15.0076079717 20.5877715809 383.8056967153 0.0555555556 +9038700 15.0076079717 20.3302590656 368.0618122167 0.0555555556 +9039600 15.0076079717 20.0513310774 350.9098560502 0.0555555556 +9040500 15.0076079717 20.2309671564 363.8310479931 0.0555555556 +9041400 15.0076079717 19.8848444282 341.9375853696 0.0555555556 +9042300 15.0076079717 19.5208201843 318.8013801877 0.0555555556 +9043200 15.0076079717 19.1414572513 294.5484007614 0.0555555556 +9044100 15.0004480672 36.396520015 129.0428758255 0 +9045000 15.0076079717 16.6669241928 117.4253581334 0.0555555556 +9045900 15.0004480672 33.2378986074 105.416567054 0 +9046800 15.0076079717 16.3666861395 93.0679260743 0.0555555556 +9047700 15.0004480672 36.9617790659 128.7963498651 0 +9048600 15.0076079717 16.5330064759 107.8931543374 0.0555555556 +9049500 15.0004480672 29.7411056065 86.7974094366 0 +9050400 15.0076079717 15.8991141902 65.6104625901 0.0555555556 +9051300 15.0015020533 14.3375 14.8692924554 0 +9052200 15.0004480672 14.2125 7.8986156494 0 +9053100 15.0004480672 14.0875 1.3778747923 0 +9054000 15.0004480672 13.9625 0 0 +9054900 15.0004480672 13.825 0 0 +9055800 15.0004480672 13.675 0 0 +9056700 15.0004480672 13.525 0 0 +9057600 15.0004480672 13.375 0 0 +9058500 15.0004480672 13.3 0 0 +9059400 15.0004480672 13.3 0 0 +9060300 15.0004480672 13.3 0 0 +9061200 15.0004480672 13.3 0 0 +9062100 15.0004480672 13.3 0 0 +9063000 15.0004480672 13.3 0 0 +9063900 15.0004480672 13.3 0 0 +9064800 15.0004480672 13.3 0 0 +9065700 15.0004480672 13.375 0 0 +9066600 15.0004480672 13.525 0 0 +9067500 15.0004480672 13.675 0 0 +9068400 15.0004480672 13.825 0 0 +9069300 15.0004480672 13.9 0 0 +9070200 15.0004480672 13.9 0 0 +9071100 15.0004480672 13.9 0 0 +9072000 15.0004480672 13.9 0 0 +9072900 15.0004480672 13.9 0 0 +9073800 15.0004480672 13.9 0 0 +9074700 15.0004480672 13.9 0 0 +9075600 15.0004480672 13.9 0 0 +9076500 15.0004480672 13.9 0 0 +9077400 15.0004480672 13.9 0 0 +9078300 15.0004480672 13.9 0 0 +9079200 15.0004480672 13.9 0 0 +9080100 15.0004480672 13.9 0 0 +9081000 15.0004480672 13.9 0 0 +9081900 15.0004480672 13.9 0 0 +9082800 15.0004480672 13.9 0 0 +9083700 15.0004480672 13.825 0 0 +9084600 15.0004480672 13.675 0 0 +9085500 15.0004480672 13.525 0 0 +9086400 15.0004480672 13.375 0 0 +9087300 15.0004480672 13.2375 0 0 +9088200 15.0004480672 13.1125 0 0 +9089100 15.0004480672 12.9875 0 0 +9090000 15.0004480672 12.8625 0 0 +9090900 15.0004480672 12.8 0 0 +9091800 15.0004480672 12.8 0 0 +9092700 15.0004480672 12.8 0 0 +9093600 15.0004480672 12.8 0 0 +9094500 15.0004480672 12.8625 26.0168384718 0 +9095400 15.0004480672 20.0346476434 39.7335235762 0 +9096300 15.0004480672 22.479916415 53.573419901 0 +9097200 15.0004480672 24.8808032118 67.3780939911 0 +9098100 15.0004480672 23.4244586977 56.875358819 0 +9099000 15.0076079717 15.8340577972 66.1822776522 0.0555555556 +9099900 15.0004480672 26.827177215 75.2906272524 0 +9100800 15.0076079717 16.1134977909 84.1614042682 0.0555555556 +9101700 15.0004480672 28.5660537769 83.5889614448 0 +9102600 15.0076079717 16.2496872243 91.0531739435 0.0555555556 +9103500 15.0004480672 31.5087818404 98.2039316447 0 +9104400 15.0076079717 16.4911695388 105.0106139061 0.0555555556 +9105300 15.0076079717 21.8960706841 470.2946784059 0.0555555556 +9106200 15.0076079717 22.3998926527 499.2545707115 0.0555555556 +9107100 15.0076079717 22.87308285 526.2704122361 0.0555555556 +9108000 15.0076079717 23.3123469688 551.1935293783 0.0555555556 +9108900 15.0076079717 17.5820576163 175.9459356897 0.0555555556 +9109800 15.0076079717 17.6846474866 181.5479314967 0.0555555556 +9110700 15.0076079717 17.7773019954 186.4680037762 0.0555555556 +9111600 15.0076079717 17.8597013139 190.6847112087 0.0555555556 +9112500 15.0004480672 38.3771147271 128.4423530271 0 +9113400 15.0076079717 16.9748799894 130.2493699498 0.0555555556 +9114300 15.0004480672 38.5673515556 131.5656390241 0 +9115200 15.0076079717 16.982254146 132.385523784 0.0555555556 +9116100 15.0004480672 38.1810594107 130.5369417569 0 +9117000 15.0076079717 16.9476344959 130.3586281692 0.0555555556 +9117900 15.0004480672 38.0478236331 129.688004011 0 +9118800 15.0076079717 16.9215747613 128.527940998 0.0555555556 +9119700 15.0076079717 17.0668891232 139.0739881842 0.0555555556 +9120600 15.0076079717 17.0241574267 136.7481527902 0.0555555556 +9121500 15.0004480672 38.3966344184 133.9089778659 0 +9122400 15.0076079717 16.9169170493 130.5686211941 0.0555555556 +9123300 15.0076079717 17.0885390843 143.7780015281 0.0555555556 +9124200 15.0004480672 38.5378135687 138.9025767354 0 +9125100 15.0076079717 16.8959474022 133.5142969644 0.0555555556 +9126000 15.0004480672 36.1753337495 127.6362356564 0 +9126900 15.0076079717 16.4423390135 104.4499756939 0.0555555556 +9127800 15.0004480672 31.1999281666 98.6113836349 0 +9128700 15.0076079717 16.2515984925 92.4210899708 0.0555555556 +9129600 15.0004480672 28.8729585076 85.9056024894 0 +9130500 15.0076079717 16.7420310604 127.9033190155 0.0555555556 +9131400 15.0004480672 33.7553119723 116.4525863715 0 +9132300 15.0076079717 16.4105565018 104.6173026118 0.0555555556 +9133200 15.0004480672 29.8836659699 92.4481482385 0 +9134100 15.0076079717 17.1069073419 171.4111542163 0.0555555556 +9135000 15.0004480672 35.3458546973 141.1192809042 0 +9135900 15.0076079717 16.3677563934 111.4104798862 0.0555555556 +9136800 15.0004480672 27.3518242751 82.5001181853 0 +9137700 15.0004480672 13.375 15.8313614191 0 +9138600 15.0004480672 13.525 9.0276073382 0 +9139500 15.0004480672 13.675 1.8208387105 0 +9140400 15.0004480672 13.825 0 0 +9141300 15.0004480672 13.825 0 0 +9142200 15.0004480672 13.675 0 0 +9143100 15.0004480672 13.525 0 0 +9144000 15.0004480672 13.375 0 0 +9144900 15.0004480672 13.3 0 0 +9145800 15.0004480672 13.3 0 0 +9146700 15.0004480672 13.3 0 0 +9147600 15.0004480672 13.3 0 0 +9148500 15.0004480672 13.2375 0 0 +9149400 15.0004480672 13.1125 0 0 +9150300 15.0004480672 12.9875 0 0 +9151200 15.0004480672 12.8625 0 0 +9152100 15.0004480672 12.725 0 0 +9153000 15.0004480672 12.575 0 0 +9153900 15.0004480672 12.425 0 0 +9154800 15.0004480672 12.275 0 0 +9155700 15.0004480672 12.1375 0 0 +9156600 15.0004480672 12.0125 0 0 +9157500 15.0004480672 11.8875 0 0 +9158400 15.0004480672 11.7625 0 0 +9159300 15.0004480672 11.7625 0 0 +9160200 15.0004480672 11.8875 0 0 +9161100 15.0004480672 12.0125 0 0 +9162000 15.0004480672 12.1375 0 0 +9162900 15.0004480672 12.1375 0 0 +9163800 15.0004480672 12.0125 0 0 +9164700 15.0004480672 11.8875 0 0 +9165600 15.0004480672 11.7625 0 0 +9166500 15.0004480672 11.625 0 0 +9167400 15.0004480672 11.475 0 0 +9168300 15.0004480672 11.325 0 0 +9169200 15.0004480672 11.175 0 0 +9170100 15.0004480672 11.1 0 0 +9171000 15.0004480672 11.1 0 0 +9171900 15.0004480672 11.1 0 0 +9172800 15.0004480672 11.1 0 0 +9173700 15.0004480672 11.1 0 0 +9174600 15.0004480672 11.1 0 0 +9175500 15.0004480672 11.1 0 0 +9176400 15.0004480672 11.1 0 0 +9177300 15.0004480672 11.1 0 0 +9178200 15.0004480672 11.1 0 0 +9179100 15.0004480672 11.1 0 0 +9180000 15.0004480672 11.1 0 0 +9180900 15.0004480672 11.175 19.1837388933 0 +9181800 15.0004480672 16.5055435835 28.7908516838 0 +9182700 15.0004480672 18.3342905557 38.3618255642 0 +9183600 15.0004480672 20.1294079096 47.8556761548 0 +9184500 15.0076079717 16.2896801027 112.1604743597 0.0555555556 +9185400 15.0004480672 33.1688176712 131.028318146 0 +9186300 15.0076079717 16.8155736262 149.6353200892 0.0555555556 +9187200 15.0076079717 17.0844392388 167.8676619105 0.0555555556 +9188100 15.0076079717 20.4830161864 435.9703165964 0.0555555556 +9189000 15.0076079717 21.5495660097 485.15367651 0.0555555556 +9189900 15.0076079717 22.4447626913 532.7722323501 0.0555555556 +9190800 15.0076079717 23.3167764662 578.4646801571 0.0555555556 +9191700 15.0076079717 24.8225522628 663.7274747585 0.0555555556 +9192600 15.0076079717 25.6867959783 707.7736649125 0.0555555556 +9193500 15.0076079717 26.4992418594 748.8313107944 0.0555555556 +9194400 15.0076079717 27.2535424233 786.6763891979 0.0555555556 +9195300 15.0076079717 28.4343924565 853.8726566929 0.0555555556 +9196200 15.0076079717 29.1097679434 885.9092012115 0.0555555556 +9197100 15.0076079717 29.7104696243 914.0661007922 0.0555555556 +9198000 15.0076079717 30.232962997 938.2062776772 0.0555555556 +9198900 15.0076079717 30.1725364852 934.2062297631 0.0555555556 +9199800 15.0076079717 30.4740472019 949.5668189489 0.0555555556 +9200700 15.0076079717 30.6936453298 960.7411006934 0.0555555556 +9201600 15.0076079717 30.8300378785 967.6760055556 0.0555555556 +9202500 15.0076079717 32.0858971693 1036.5246586002 0.0555555556 +9203400 15.0076079717 32.060918757 1034.7898073954 0.0555555556 +9204300 15.0076079717 31.9446779546 1028.4801566331 0.0555555556 +9205200 15.0076079717 31.7378986469 1017.6248313219 0.0555555556 +9206100 15.0076079717 31.3495493381 992.8595917565 0.0555555556 +9207000 15.0076079717 30.9683406302 973.2601515002 0.0555555556 +9207900 15.0076079717 30.5020546915 949.3663645729 0.0555555556 +9208800 15.0076079717 29.9535944273 921.2905477368 0.0555555556 +9209700 15.0076079717 29.111260161 872.583886677 0.0555555556 +9210600 15.0076079717 28.414098364 837.20568051 0.0555555556 +9211500 15.0076079717 27.6478293985 798.1743726952 0.0555555556 +9212400 15.0076079717 26.8180198004 755.6880860991 0.0555555556 +9213300 15.0076079717 25.7263279245 695.3725445853 0.0555555556 +9214200 15.0076079717 24.7647547526 647.5588139754 0.0555555556 +9215100 15.0076079717 23.7625686261 597.0871943963 0.0555555556 +9216000 15.0076079717 22.7302720218 544.2816527265 0.0555555556 +9216900 15.0076079717 21.2924076448 474.2537669802 0.0555555556 +9217800 15.0076079717 20.0890543659 419.2896564441 0.0555555556 +9218700 15.0076079717 19.0728959625 363.3586476134 0.0555555556 +9219600 15.0076079717 18.2458765321 307.1528819633 0.0555555556 +9220500 15.0076079717 17.3433186182 228.9834791012 0.0555555556 +9221400 15.0004480672 37.2465679545 180.2368852447 0 +9222300 15.0076079717 16.518277113 134.2540215931 0.0555555556 +9223200 15.0004480672 29.7434256765 91.9299511728 0 +9224100 15.0004480672 14.2625 6.722694603 0 +9225000 15.0004480672 13.9875 5.6167567351 0 +9225900 15.0004480672 13.7125 1.3738099415 0 +9226800 15.0004480672 13.4375 0 0 +9227700 15.0004480672 13.1625 0 0 +9228600 15.0004480672 12.8875 0 0 +9229500 15.0004480672 12.6125 0 0 +9230400 15.0004480672 12.3375 0 0 +9231300 15.0004480672 12.275 0 0 +9232200 15.0004480672 12.425 0 0 +9233100 15.0004480672 12.575 0 0 +9234000 15.0004480672 12.725 0 0 +9234900 15.0004480672 12.8 0 0 +9235800 15.0004480672 12.8 0 0 +9236700 15.0004480672 12.8 0 0 +9237600 15.0004480672 12.8 0 0 +9238500 15.0004480672 12.725 0 0 +9239400 15.0004480672 12.575 0 0 +9240300 15.0004480672 12.425 0 0 +9241200 15.0004480672 12.275 0 0 +9242100 15.0004480672 12.0625 0 0 +9243000 15.0004480672 11.7875 0 0 +9243900 15.0004480672 11.5125 0 0 +9244800 15.0004480672 11.2375 0 0 +9245700 15.0004480672 11.0375 0 0 +9246600 15.0004480672 10.9125 0 0 +9247500 15.0004480672 10.7875 0 0 +9248400 15.0004480672 10.6625 0 0 +9249300 15.0004480672 10.7375 0 0 +9250200 15.0004480672 11.0125 0 0 +9251100 15.0004480672 11.2875 0 0 +9252000 15.0004480672 11.5625 0 0 +9252900 15.0004480672 11.625 0 0 +9253800 15.0004480672 11.475 0 0 +9254700 15.0004480672 11.325 0 0 +9255600 15.0004480672 11.175 0 0 +9256500 15.0004480672 11.1 0 0 +9257400 15.0004480672 11.1 0 0 +9258300 15.0004480672 11.1 0 0 +9259200 15.0004480672 11.1 0 0 +9260100 15.0004480672 10.825 0 0 +9261000 15.0004480672 10.275 0 0 +9261900 15.0004480672 9.725 0 0 +9262800 15.0004480672 9.175 0 0 +9263700 15.0004480672 8.9625 0 0 +9264600 15.0004480672 9.0875 0 0 +9265500 15.0004480672 9.2125 0 0 +9266400 15.0004480672 9.3375 0 0 +9267300 15.0004480672 9.6125 31.5231220843 0 +9268200 15.0004480672 18.0711022538 50.7000178198 0 +9269100 15.0004480672 18.8996255116 85.206866854 0 +9270000 15.0004480672 20.4379259915 124.0538373917 0 +9270900 15.0076079717 16.7157174072 215.1741646532 0.0555555556 +9271800 15.0076079717 17.2788004073 265.9427005507 0.0555555556 +9272700 15.0076079717 18.0228130929 317.5067843391 0.0555555556 +9273600 15.0076079717 18.9570247089 368.9693148621 0.0555555556 +9274500 15.0076079717 20.6872138011 458.6399071768 0.0555555556 +9275400 15.0076079717 21.9204555047 511.7476685981 0.0555555556 +9276300 15.0076079717 22.9286846697 563.0680167264 0.0555555556 +9277200 15.0076079717 23.9103987592 612.2190598898 0.0555555556 +9278100 15.0076079717 25.2926046703 690.1590364754 0.0555555556 +9279000 15.0076079717 26.1993255123 736.0371378746 0.0555555556 +9279900 15.0076079717 27.0506234084 778.7682855995 0.0555555556 +9280800 15.0076079717 27.8398236597 818.1261812005 0.0555555556 +9281700 15.0076079717 28.6562148086 865.0747146869 0.0555555556 +9282600 15.0076079717 29.3227115184 897.4827699822 0.0555555556 +9283500 15.0076079717 29.9127070187 925.9516649795 0.0555555556 +9284400 15.0076079717 30.4226086002 950.3446411505 0.0555555556 +9285300 15.0076079717 31.4004357508 1002.9387737685 0.0555555556 +9286200 15.0076079717 31.7646259997 1019.3820366743 0.0555555556 +9287100 15.0076079717 32.0382771612 1031.3205742994 0.0555555556 +9288000 15.0076079717 32.22000089 1038.6997900828 0.0555555556 +9288900 15.0076079717 32.1619221377 1038.6020395431 0.0555555556 +9289800 15.0076079717 32.1468134383 1036.7884588529 0.0555555556 +9290700 15.0076079717 32.0401923748 1030.3922112498 0.0555555556 +9291600 15.0076079717 31.8427940686 1019.4428717999 0.0555555556 +9292500 15.0076079717 30.3240452837 936.3879992443 0.0555555556 +9293400 15.0076079717 29.952126943 917.8848784252 0.0555555556 +9294300 15.0076079717 29.5021181126 895.3504577487 0.0555555556 +9295200 15.0076079717 28.9767461556 868.894738843 0.0555555556 +9296100 15.0076079717 27.9189805151 807.3802381211 0.0555555556 +9297000 15.0076079717 27.2831565191 774.725486278 0.0555555556 +9297900 15.0076079717 26.5856516985 738.7332001882 0.0555555556 +9298800 15.0076079717 25.8315558124 699.5948510781 0.0555555556 +9299700 15.0076079717 24.8357887264 643.6052576856 0.0555555556 +9300600 15.0076079717 23.996040397 599.6811996373 0.0555555556 +9301500 15.0076079717 23.1207910178 553.3878899216 0.0555555556 +9302400 15.0076079717 22.2193721213 505.0350445509 0.0555555556 +9303300 15.0076079717 21.138724568 459.2086293155 0.0555555556 +9304200 15.0076079717 19.9864705745 406.334490172 0.0555555556 +9305100 15.0076079717 19.005912905 352.6064597768 0.0555555556 +9306000 15.0076079717 18.1987365215 298.6859742808 0.0555555556 +9306900 15.0076079717 17.292071193 234.5077663826 0.0555555556 +9307800 15.0004480672 36.7487500207 183.7292838528 0 +9308700 15.0076079717 16.499256075 135.9585368277 0.0555555556 +9309600 15.0004480672 29.8518243036 92.243370891 0 +9310500 15.0004480672 14.2625 6.5511895523 0 +9311400 15.0004480672 13.9875 5.9950505601 0 +9312300 15.0004480672 13.7125 1.6423012459 0 +9313200 15.0004480672 13.4375 0 0 +9314100 15.0004480672 13.1625 0 0 +9315000 15.0004480672 12.8875 0 0 +9315900 15.0004480672 12.6125 0 0 +9316800 15.0004480672 12.3375 0 0 +9317700 15.0004480672 12.2 0 0 +9318600 15.0004480672 12.2 0 0 +9319500 15.0004480672 12.2 0 0 +9320400 15.0004480672 12.2 0 0 +9321300 15.0004480672 12.1375 0 0 +9322200 15.0004480672 12.0125 0 0 +9323100 15.0004480672 11.8875 0 0 +9324000 15.0004480672 11.7625 0 0 +9324900 15.0004480672 11.7 0 0 +9325800 15.0004480672 11.7 0 0 +9326700 15.0004480672 11.7 0 0 +9327600 15.0004480672 11.7 0 0 +9328500 15.0004480672 11.625 0 0 +9329400 15.0004480672 11.475 0 0 +9330300 15.0004480672 11.325 0 0 +9331200 15.0004480672 11.175 0 0 +9332100 15.0004480672 11.1 0 0 +9333000 15.0004480672 11.1 0 0 +9333900 15.0004480672 11.1 0 0 +9334800 15.0004480672 11.1 0 0 +9335700 15.0004480672 11.1 0 0 +9336600 15.0004480672 11.1 0 0 +9337500 15.0004480672 11.1 0 0 +9338400 15.0004480672 11.1 0 0 +9339300 15.0004480672 11.0375 0 0 +9340200 15.0004480672 10.9125 0 0 +9341100 15.0004480672 10.7875 0 0 +9342000 15.0004480672 10.6625 0 0 +9342900 15.0004480672 10.3875 0 0 +9343800 15.0004480672 9.9625 0 0 +9344700 15.0004480672 9.5375 0 0 +9345600 15.0004480672 9.1125 0 0 +9346500 15.0004480672 8.825 0 0 +9347400 15.0004480672 8.675 0 0 +9348300 15.0004480672 8.525 0 0 +9349200 15.0004480672 8.375 0 0 +9350100 15.0004480672 8.4375 0 0 +9351000 15.0004480672 8.7125 0 0 +9351900 15.0004480672 8.9875 0 0 +9352800 15.0004480672 9.2625 0 0 +9353700 15.0004480672 9.75 38.1407070982 0 +9354600 15.0004480672 20.0672477506 56.8563711418 0 +9355500 15.0004480672 22.6237144309 83.0274662125 0 +9356400 15.0076079717 15.8734097984 111.4919974132 0.0555555556 +9357300 15.0004480672 37.2771832196 200.395061189 0 +9358200 15.0076079717 17.4305231695 243.7956849334 0.0555555556 +9359100 15.0076079717 18.0691659471 287.895757597 0.0555555556 +9360000 15.0076079717 18.8411312488 332.0171419251 0.0555555556 +9360900 15.0076079717 20.2043085467 407.4364557719 0.0555555556 +9361800 15.0076079717 21.2038564856 453.1147804862 0.0555555556 +9362700 15.0076079717 22.0344616343 497.3439796684 0.0555555556 +9363600 15.0076079717 22.8433560385 539.7855943703 0.0555555556 +9364500 15.0076079717 25.2091917844 683.4853413685 0.0555555556 +9365400 15.0076079717 26.1173302949 728.5868125765 0.0555555556 +9366300 15.0076079717 26.9720307789 770.6166739641 0.0555555556 +9367200 15.0076079717 27.7667984279 809.3449198086 0.0555555556 +9368100 15.0076079717 28.3300050743 839.1851002775 0.0555555556 +9369000 15.0076079717 28.963099672 870.4419109066 0.0555555556 +9369900 15.0076079717 29.523527655 897.8989071435 0.0555555556 +9370800 15.0076079717 30.0078375977 921.4204553813 0.0555555556 +9371700 15.0076079717 31.2782778524 989.5556477269 0.0555555556 +9372600 15.0076079717 31.6102776846 1005.6956987981 0.0555555556 +9373500 15.0076079717 31.8538272718 1017.3946415301 0.0555555556 +9374400 15.0076079717 32.0075649692 1024.5981033778 0.0555555556 +9375300 15.0076079717 31.9926742622 1021.932506328 0.0555555556 +9376200 15.0076079717 31.9554174743 1020.075383729 0.0555555556 +9377100 15.0076079717 31.827733355 1013.7085905573 0.0555555556 +9378000 15.0076079717 31.6103573626 1002.861546522 0.0555555556 +9378900 15.0076079717 31.3562212288 989.7320803959 0.0555555556 +9379800 15.0076079717 30.9620168831 970.0505211248 0.0555555556 +9380700 15.0076079717 30.4831382294 946.0919909395 0.0555555556 +9381600 15.0076079717 29.9225089952 917.9699739476 0.0555555556 +9382500 15.0076079717 29.0284822925 868.4461268767 0.0555555556 +9383400 15.0076079717 28.3264882108 833.1124439845 0.0555555556 +9384300 15.0076079717 27.5563655879 794.1578386739 0.0555555556 +9385200 15.0076079717 26.7236890684 751.7835774783 0.0555555556 +9386100 15.0076079717 25.4521196769 681.0487178294 0.0555555556 +9387000 15.0076079717 24.5381080706 634.2898689984 0.0555555556 +9387900 15.0076079717 23.5858804343 584.9931026766 0.0555555556 +9388800 15.0076079717 22.6055837032 533.4855036638 0.0555555556 +9389700 15.0076079717 20.9344287183 443.64287127 0.0555555556 +9390600 15.0076079717 19.8380444372 392.9218226139 0.0555555556 +9391500 15.0076079717 18.8994450328 341.4355899343 0.0555555556 +9392400 15.0076079717 18.1201149847 289.813360702 0.0555555556 +9393300 15.0076079717 17.215613785 228.5586599356 0.0555555556 +9394200 15.0004480672 36.0015058765 179.5012738284 0 +9395100 15.0076079717 16.4490272397 133.3616092516 0.0555555556 +9396000 15.0004480672 29.3098048467 91.134763357 0 +9396900 15.0004480672 13.825 7.6784187427 0 +9397800 15.0004480672 13.675 6.9107981281 0 +9398700 15.0004480672 13.525 2.0669056921 0 +9399600 15.0004480672 13.375 0 0 +9400500 15.0004480672 13.2375 0 0 +9401400 15.0004480672 13.1125 0 0 +9402300 15.0004480672 12.9875 0 0 +9403200 15.0004480672 12.8625 0 0 +9404100 15.0004480672 12.8 0 0 +9405000 15.0004480672 12.8 0 0 +9405900 15.0004480672 12.8 0 0 +9406800 15.0004480672 12.8 0 0 +9407700 15.0004480672 12.725 0 0 +9408600 15.0004480672 12.575 0 0 +9409500 15.0004480672 12.425 0 0 +9410400 15.0004480672 12.275 0 0 +9411300 15.0004480672 12.2 0 0 +9412200 15.0004480672 12.2 0 0 +9413100 15.0004480672 12.2 0 0 +9414000 15.0004480672 12.2 0 0 +9414900 15.0004480672 12.2 0 0 +9415800 15.0004480672 12.2 0 0 +9416700 15.0004480672 12.2 0 0 +9417600 15.0004480672 12.2 0 0 +9418500 15.0004480672 12.1375 0 0 +9419400 15.0004480672 12.0125 0 0 +9420300 15.0004480672 11.8875 0 0 +9421200 15.0004480672 11.7625 0 0 +9422100 15.0004480672 11.625 0 0 +9423000 15.0004480672 11.475 0 0 +9423900 15.0004480672 11.325 0 0 +9424800 15.0004480672 11.175 0 0 +9425700 15.0004480672 11.175 0 0 +9426600 15.0004480672 11.325 0 0 +9427500 15.0004480672 11.475 0 0 +9428400 15.0004480672 11.625 0 0 +9429300 15.0004480672 11.7 0 0 +9430200 15.0004480672 11.7 0 0 +9431100 15.0004480672 11.7 0 0 +9432000 15.0004480672 11.7 0 0 +9432900 15.0004480672 11.625 0 0 +9433800 15.0004480672 11.475 0 0 +9434700 15.0004480672 11.325 0 0 +9435600 15.0004480672 11.175 0 0 +9436500 15.0004480672 11.175 0 0 +9437400 15.0004480672 11.325 0 0 +9438300 15.0004480672 11.475 0.0223042111 0 +9439200 15.0004480672 11.625 0.0948530765 0 +9440100 15.0004480672 11.8375 34.2885503183 0 +9441000 15.0004480672 20.5832459304 52.8363522381 0 +9441900 15.0004480672 21.2205580802 87.0903069573 0 +9442800 15.0004480672 22.6522363779 125.7130676048 0 +9443700 15.0076079717 16.8626692717 216.2144266793 0.0555555556 +9444600 15.0076079717 17.4212857298 266.568865177 0.0555555556 +9445500 15.0076079717 18.1596799129 317.7132862115 0.0555555556 +9446400 15.0076079717 19.0861334836 368.7665202707 0.0555555556 +9447300 15.0076079717 20.6182043491 440.8231204264 0.0555555556 +9448200 15.0076079717 21.7541068508 491.0032661526 0.0555555556 +9449100 15.0076079717 22.6839945292 539.5434139178 0.0555555556 +9450000 15.0076079717 23.5893098954 586.0748810246 0.0555555556 +9450900 15.0076079717 25.3147152539 687.0738965784 0.0555555556 +9451800 15.0076079717 26.2265220053 732.4179142177 0.0555555556 +9452700 15.0076079717 27.0838819289 774.6574885191 0.0555555556 +9453600 15.0076079717 27.8802188654 813.5638600235 0.0555555556 +9454500 15.0076079717 29.097470931 881.1685707626 0.0555555556 +9455400 15.0076079717 29.7635153119 914.0113910117 0.0555555556 +9456300 15.0076079717 30.3513096229 942.841382832 0.0555555556 +9457200 15.0076079717 30.8572088063 967.5205143955 0.0555555556 +9458100 15.0076079717 31.4785765016 999.9832448327 0.0555555556 +9459000 15.0076079717 31.859178865 1016.2248552255 0.0555555556 +9459900 15.0076079717 32.1493686372 1027.9768168936 0.0555555556 +9460800 15.0076079717 32.3477748144 1035.1850531496 0.0555555556 +9461700 15.0076079717 32.4289551532 1038.4770028612 0.0555555556 +9462600 15.0076079717 32.38946371 1036.5185161001 0.0555555556 +9463500 15.0076079717 32.2576151294 1029.9774965066 0.0555555556 +9464400 15.0076079717 32.034165748 1018.883957496 0.0555555556 +9465300 15.0076079717 31.3977948232 985.0466999973 0.0555555556 +9466200 15.0076079717 30.9925656215 965.3882705757 0.0555555556 +9467100 15.0076079717 30.5030422943 941.4745372762 0.0555555556 +9468000 15.0076079717 29.9321510852 913.4191367542 0.0555555556 +9468900 15.0076079717 28.9969638933 862.3981303753 0.0555555556 +9469800 15.0076079717 28.2896773094 827.2469354266 0.0555555556 +9470700 15.0076079717 27.5148877138 788.50547743 0.0555555556 +9471600 15.0076079717 26.6781560003 746.3752166316 0.0555555556 +9472500 15.0076079717 25.6131505042 686.8030928625 0.0555555556 +9473400 15.0076079717 24.6687079276 639.3590616149 0.0555555556 +9474300 15.0076079717 23.684798055 589.3182701266 0.0555555556 +9475200 15.0076079717 22.6719713279 537.008784395 0.0555555556 +9476100 15.0076079717 21.2861179932 465.3676538972 0.0555555556 +9477000 15.0076079717 20.1975920537 412.5647863858 0.0555555556 +9477900 15.0076079717 19.2636137323 358.9926368647 0.0555555556 +9478800 15.0076079717 18.4857584925 305.2993331877 0.0555555556 +9479700 15.0076079717 17.3010397109 171.6084274319 0.0555555556 +9480600 15.0004480672 37.9389181293 141.8079537508 0 +9481500 15.0076079717 16.5781935815 112.7014787504 0.0555555556 +9482400 15.0004480672 30.156356071 84.5295371058 0 +9483300 15.0004480672 15.3875 20.5096933913 0 +9484200 15.0004480672 14.9625 12.8157349073 0 +9485100 15.0004480672 14.5375 3.8843636381 0 +9486000 15.0004480672 14.1125 0 0 +9486900 15.0004480672 13.825 0 0 +9487800 15.0004480672 13.675 0 0 +9488700 15.0004480672 13.525 0 0 +9489600 15.0004480672 13.375 0 0 +9490500 15.0004480672 13.2375 0 0 +9491400 15.0004480672 13.1125 0 0 +9492300 15.0004480672 12.9875 0 0 +9493200 15.0004480672 12.8625 0 0 +9494100 15.0004480672 12.725 0 0 +9495000 15.0004480672 12.575 0 0 +9495900 15.0004480672 12.425 0 0 +9496800 15.0004480672 12.275 0 0 +9497700 15.0004480672 12.2 0 0 +9498600 15.0004480672 12.2 0 0 +9499500 15.0004480672 12.2 0 0 +9500400 15.0004480672 12.2 0 0 +9501300 15.0004480672 12.2 0 0 +9502200 15.0004480672 12.2 0 0 +9503100 15.0004480672 12.2 0 0 +9504000 15.0004480672 12.2 0 0 +9504900 15.0004480672 12.1375 0 0 +9505800 15.0004480672 12.0125 0 0 +9506700 15.0004480672 11.8875 0 0 +9507600 15.0004480672 11.7625 0 0 +9508500 15.0004480672 11.7 0 0 +9509400 15.0004480672 11.7 0 0 +9510300 15.0004480672 11.7 0 0 +9511200 15.0004480672 11.7 0 0 +9512100 15.0004480672 11.7 0 0 +9513000 15.0004480672 11.7 0 0 +9513900 15.0004480672 11.7 0 0 +9514800 15.0004480672 11.7 0 0 +9515700 15.0004480672 11.7625 0 0 +9516600 15.0004480672 11.8875 0 0 +9517500 15.0004480672 12.0125 0 0 +9518400 15.0004480672 12.1375 0 0 +9519300 15.0004480672 12.1375 0 0 +9520200 15.0004480672 12.0125 0 0 +9521100 15.0004480672 11.8875 0 0 +9522000 15.0004480672 11.7625 0 0 +9522900 15.0004480672 11.7 0 0 +9523800 15.0004480672 11.7 0 0 +9524700 15.0004480672 11.7 0.7578531087 0 +9525600 15.0004480672 11.7 2.7735177412 0 +9526500 15.0004480672 11.7625 28.6304480324 0 +9527400 15.0004480672 19.1674405661 40.7785450186 0 +9528300 15.0004480672 21.3792835925 52.8776648264 0 +9529200 15.0004480672 23.5433306321 64.8759971672 0 +9530100 15.0076079717 15.906457952 78.6072774123 0.0555555556 +9531000 15.0004480672 27.8709374372 90.5366331967 0 +9531900 15.0076079717 16.2423992385 102.2070271566 0.0555555556 +9532800 15.0004480672 31.5954432716 113.5684848734 0 +9533700 15.0076079717 17.3856200091 182.9934575822 0.0555555556 +9534600 15.0076079717 17.647257728 198.9553394446 0.0555555556 +9535500 15.0076079717 17.8938477389 214.2653599942 0.0555555556 +9536400 15.0076079717 18.1301572475 228.8511447404 0.0555555556 +9537300 15.0076079717 18.4038884306 246.1208165343 0.0555555556 +9538200 15.0076079717 18.6185063927 259.227161861 0.0555555556 +9539100 15.0076079717 18.8196055642 271.4063394916 0.0555555556 +9540000 15.0076079717 19.0063188517 282.603362787 0.0555555556 +9540900 15.0076079717 20.9249059089 407.9685593363 0.0555555556 +9541800 15.0076079717 21.132755528 421.166273728 0.0555555556 +9542700 15.0076079717 21.3153919275 432.7475584743 0.0555555556 +9543600 15.0076079717 21.4718413843 442.6575130729 0.0555555556 +9544500 15.0076079717 21.5643283029 449.6729155211 0.0555555556 +9545400 15.0076079717 21.6869913227 456.0410408758 0.0555555556 +9546300 15.0076079717 21.7820530594 460.6412191191 0.0555555556 +9547200 15.0076079717 21.8491520599 463.4522472095 0.0555555556 +9548100 15.0076079717 21.8883276737 466.1388895353 0.0555555556 +9549000 15.0076079717 21.8526187004 465.3384188275 0.0555555556 +9549900 15.0076079717 21.7886291426 462.7288163826 0.0555555556 +9550800 15.0076079717 21.696563135 458.3220858484 0.0555555556 +9551700 15.0076079717 21.6624546254 454.8302214975 0.0555555556 +9552600 15.0076079717 21.5351980242 446.7825676428 0.0555555556 +9553500 15.0076079717 21.380626902 436.999258356 0.0555555556 +9554400 15.0076079717 21.1995545437 425.5263742133 0.0555555556 +9555300 15.0076079717 18.1091831147 220.9578884608 0.0555555556 +9556200 15.0076079717 17.9795676905 213.4937558084 0.0555555556 +9557100 15.0076079717 17.8387301996 205.2556413346 0.0555555556 +9558000 15.0076079717 17.6872066677 196.279557801 0.0555555556 +9558900 15.0076079717 17.4439793026 180.5197143937 0.0555555556 +9559800 15.0076079717 17.3030584377 170.6200706148 0.0555555556 +9560700 15.0076079717 17.1537405201 160.1305358938 0.0555555556 +9561600 15.0004480672 38.2651993615 149.0960280288 0 +9562500 15.0076079717 16.7836681721 134.4781724336 0.0555555556 +9563400 15.0004480672 33.9696504917 122.7663342221 0 +9564300 15.0076079717 16.425034941 110.6663654599 0.0555555556 +9565200 15.0004480672 29.7880601304 98.2300800711 0 +9566100 15.0076079717 16.8314672958 145.2386903817 0.0555555556 +9567000 15.0004480672 32.8246796503 122.4366225873 0 +9567900 15.0076079717 16.1923405378 99.5800908384 0.0555555556 +9568800 15.0004480672 25.5536301094 76.7935089454 0 +9569700 15.0004480672 12.2 22.2647930341 0 +9570600 15.0004480672 12.2 13.4359151801 0 +9571500 15.0004480672 12.2 4.3704547214 0 +9572400 15.0004480672 12.2 0 0 +9573300 15.0004480672 12.1375 0 0 +9574200 15.0004480672 12.0125 0 0 +9575100 15.0004480672 11.8875 0 0 +9576000 15.0004480672 11.7625 0 0 +9576900 15.0004480672 11.7 0 0 +9577800 15.0004480672 11.7 0 0 +9578700 15.0004480672 11.7 0 0 +9579600 15.0004480672 11.7 0 0 +9580500 15.0004480672 11.7 0 0 +9581400 15.0004480672 11.7 0 0 +9582300 15.0004480672 11.7 0 0 +9583200 15.0004480672 11.7 0 0 +9584100 15.0004480672 11.7 0 0 +9585000 15.0004480672 11.7 0 0 +9585900 15.0004480672 11.7 0 0 +9586800 15.0004480672 11.7 0 0 +9587700 15.0004480672 11.7 0 0 +9588600 15.0004480672 11.7 0 0 +9589500 15.0004480672 11.7 0 0 +9590400 15.0004480672 11.7 0 0 +9591300 15.0004480672 11.7625 0 0 +9592200 15.0004480672 11.8875 0 0 +9593100 15.0004480672 12.0125 0 0 +9594000 15.0004480672 12.1375 0 0 +9594900 15.0004480672 12.2 0 0 +9595800 15.0004480672 12.2 0 0 +9596700 15.0004480672 12.2 0 0 +9597600 15.0004480672 12.2 0 0 +9598500 15.0004480672 12.2 0 0 +9599400 15.0004480672 12.2 0 0 +9600300 15.0004480672 12.2 0 0 +9601200 15.0004480672 12.2 0 0 +9602100 15.0004480672 12.275 0 0 +9603000 15.0004480672 12.425 0 0 +9603900 15.0004480672 12.575 0 0 +9604800 15.0004480672 12.725 0 0 +9605700 15.0004480672 12.8 0 0 +9606600 15.0004480672 12.8 0 0 +9607500 15.0004480672 12.8 0 0 +9608400 15.0004480672 12.8 0 0 +9609300 15.0004480672 12.8 0 0 +9610200 15.0004480672 12.8 0 0 +9611100 15.0004480672 12.8 0.0278400181 0 +9612000 15.0004480672 12.8 0.0893172694 0 +9612900 15.0004480672 12.8 21.9128725676 0 +9613800 15.0004480672 18.3483322068 30.8776017393 0 +9614700 15.0004480672 19.9107499062 39.8056308827 0 +9615600 15.0004480672 21.4426676626 48.6587288064 0 +9616500 15.0076079717 15.8337978254 69.4089731688 0.0555555556 +9617400 15.0004480672 27.1136441928 79.7963036233 0 +9618300 15.0076079717 16.169554472 89.9574435151 0.0555555556 +9619200 15.0004480672 30.9506726035 99.848881283 0 +9620100 15.0076079717 16.3588978034 100.6450136335 0.0555555556 +9621000 15.0004480672 32.7725527467 109.1307655841 0 +9621900 15.0076079717 16.6148746012 117.2554409489 0.0555555556 +9622800 15.0004480672 35.5449803695 124.9842486205 0 +9623700 15.0076079717 21.0694760281 419.8493107181 0.0555555556 +9624600 15.0076079717 21.4555476724 444.6088079962 0.0555555556 +9625500 15.0076079717 21.8150489938 467.6855540132 0.0555555556 +9626400 15.0076079717 22.1452412557 488.9525877021 0.0555555556 +9627300 15.0076079717 26.3102059111 739.962036692 0.0555555556 +9628200 15.0076079717 26.8625199979 766.69649443 0.0555555556 +9629100 15.0076079717 27.355176341 790.171743938 0.0555555556 +9630000 15.0076079717 27.7853362406 810.2660660623 0.0555555556 +9630900 15.0076079717 29.6380163944 910.060653139 0.0555555556 +9631800 15.0076079717 29.9074092719 924.5938478732 0.0555555556 +9632700 15.0076079717 30.0987307515 935.0781230342 0.0555555556 +9633600 15.0076079717 30.2107684043 941.4622928533 0.0555555556 +9634500 15.0076079717 31.4489201654 1005.1000103062 0.0555555556 +9635400 15.0076079717 31.4300367119 1003.0767343536 0.0555555556 +9636300 15.0076079717 31.3232625552 996.6266210947 0.0555555556 +9637200 15.0076079717 31.12934489 985.7801499838 0.0555555556 +9638100 15.0076079717 31.1218456604 982.1506571003 0.0555555556 +9639000 15.0076079717 30.7266658227 962.4196329835 0.0555555556 +9639900 15.0076079717 30.2475716487 938.4492291236 0.0555555556 +9640800 15.0076079717 29.6875081808 910.3541438938 0.0555555556 +9641700 15.0076079717 28.8322719195 861.263953188 0.0555555556 +9642600 15.0076079717 28.1172304162 825.9866103729 0.0555555556 +9643500 15.0076079717 27.3342819396 787.1201150473 0.0555555556 +9644400 15.0076079717 26.4890565047 744.8661326339 0.0555555556 +9645300 15.0076079717 25.3181173875 682.3522264368 0.0555555556 +9646200 15.0076079717 24.3963671863 635.3192266639 0.0555555556 +9647100 15.0076079717 23.4368412068 585.7659097932 0.0555555556 +9648000 15.0076079717 22.4498755808 534.0261114675 0.0555555556 +9648900 15.0076079717 20.5981916132 428.9387160668 0.0555555556 +9649800 15.0076079717 19.5940277024 380.428338992 0.0555555556 +9650700 15.0076079717 18.7317182422 331.2603777329 0.0555555556 +9651600 15.0076079717 18.0126242733 282.031582043 0.0555555556 +9652500 15.0076079717 17.0729430202 222.7526999983 0.0555555556 +9653400 15.0004480672 34.554163691 175.1049731018 0 +9654300 15.0076079717 16.3552855693 130.399254636 0.0555555556 +9655200 15.0004480672 28.410304891 89.6632091755 0 +9656100 15.0004480672 12.6625 9.9092956094 0 +9657000 15.0004480672 12.3875 9.2960759635 0 +9657900 15.0004480672 12.1125 3.5058444862 0 +9658800 15.0004480672 11.8375 0.0004737123 0 +9659700 15.0004480672 11.7 0 0 +9660600 15.0004480672 11.7 0 0 +9661500 15.0004480672 11.7 0 0 +9662400 15.0004480672 11.7 0 0 +9663300 15.0004480672 11.625 0 0 +9664200 15.0004480672 11.475 0 0 +9665100 15.0004480672 11.325 0 0 +9666000 15.0004480672 11.175 0 0 +9666900 15.0004480672 11.1 0 0 +9667800 15.0004480672 11.1 0 0 +9668700 15.0004480672 11.1 0 0 +9669600 15.0004480672 11.1 0 0 +9670500 15.0004480672 11.1 0 0 +9671400 15.0004480672 11.1 0 0 +9672300 15.0004480672 11.1 0 0 +9673200 15.0004480672 11.1 0 0 +9674100 15.0004480672 11.1 0 0 +9675000 15.0004480672 11.1 0 0 +9675900 15.0004480672 11.1 0 0 +9676800 15.0004480672 11.1 0 0 +9677700 15.0004480672 11.0375 0 0 +9678600 15.0004480672 10.9125 0 0 +9679500 15.0004480672 10.7875 0 0 +9680400 15.0004480672 10.6625 0 0 +9681300 15.0004480672 10.6 0 0 +9682200 15.0004480672 10.6 0 0 +9683100 15.0004480672 10.6 0 0 +9684000 15.0004480672 10.6 0 0 +9684900 15.0004480672 10.6 0 0 +9685800 15.0004480672 10.6 0 0 +9686700 15.0004480672 10.6 0 0 +9687600 15.0004480672 10.6 0 0 +9688500 15.0004480672 10.6 0 0 +9689400 15.0004480672 10.6 0 0 +9690300 15.0004480672 10.6 0 0 +9691200 15.0004480672 10.6 0 0 +9692100 15.0004480672 10.525 0 0 +9693000 15.0004480672 10.375 0 0 +9693900 15.0004480672 10.225 0 0 +9694800 15.0004480672 10.075 0 0 +9695700 15.0004480672 10.075 0 0 +9696600 15.0004480672 10.225 0.0001401072 0 +9697500 15.0004480672 10.375 0.0910458173 0 +9698400 15.0004480672 10.525 0.2602859381 0 +9699300 15.0004480672 10.7375 37.4923098493 0 +9700200 15.0004480672 19.9594024908 55.2193063564 0 +9701100 15.0004480672 20.4465211645 89.7583125288 0 +9702000 15.0004480672 21.867622638 128.7826623843 0 +9702900 15.0076079717 16.8571436981 211.3167275486 0.0555555556 +9703800 15.0076079717 17.3876718844 257.9013294338 0.0555555556 +9704700 15.0076079717 18.0717698961 305.2482643332 0.0555555556 +9705600 15.0076079717 18.9158708029 352.5892722988 0.0555555556 +9706500 15.0076079717 20.53416284 442.8331638159 0.0555555556 +9707400 15.0076079717 21.6973096806 492.9003886316 0.0555555556 +9708300 15.0076079717 22.642237782 541.3219186477 0.0555555556 +9709200 15.0076079717 23.5621449382 587.7288670137 0.0555555556 +9710100 15.0076079717 24.4923240866 639.1610822974 0.0555555556 +9711000 15.0076079717 25.299405966 680.6627291834 0.0555555556 +9711900 15.0076079717 26.0576885199 719.3420330079 0.0555555556 +9712800 15.0076079717 26.7612071868 754.9802828266 0.0555555556 +9713700 15.0076079717 27.7403535159 812.0298599105 0.0555555556 +9714600 15.0076079717 28.3313789943 841.8503166163 0.0555555556 +9715500 15.0076079717 28.8530480593 868.0186907218 0.0555555556 +9716400 15.0076079717 29.3020626817 890.4027929569 0.0555555556 +9717300 15.0076079717 29.1962759151 886.1274229582 0.0555555556 +9718200 15.0076079717 29.4998976094 900.1880829569 0.0555555556 +9719100 15.0076079717 29.7278891318 910.3158091364 0.0555555556 +9720000 15.0076079717 29.8790795384 916.4608068142 0.0555555556 +9720900 15.0076079717 29.9807211016 923.6928586601 0.0555555556 +9721800 15.0076079717 29.932735313 921.7937791711 0.0555555556 +9722700 15.0076079717 29.8073223627 915.8636982465 0.0555555556 +9723600 15.0076079717 29.6051600494 905.93170866 0.0555555556 +9724500 15.0076079717 30.2796968801 942.0500649245 0.0555555556 +9725400 15.0076079717 29.9104508543 923.1555683713 0.0555555556 +9726300 15.0076079717 29.4631531566 900.221633087 0.0555555556 +9727200 15.0076079717 28.9406037847 873.3619936203 0.0555555556 +9728100 15.0076079717 27.3854220112 782.2931253976 0.0555555556 +9729000 15.0076079717 26.7728828282 750.5284610481 0.0555555556 +9729900 15.0076079717 26.1018863205 715.5700883564 0.0555555556 +9730800 15.0076079717 25.3774057052 677.6095746915 0.0555555556 +9731700 15.0076079717 24.6368284615 636.8993223257 0.0555555556 +9732600 15.0076079717 23.7928114219 593.2424050481 0.0555555556 +9733500 15.0076079717 22.9145921611 547.285006699 0.0555555556 +9734400 15.0076079717 22.0116186544 499.342842038 0.0555555556 +9735300 15.0076079717 20.4874959389 415.9682923442 0.0555555556 +9736200 15.0076079717 19.53957639 369.4329945198 0.0555555556 +9737100 15.0076079717 18.7209568585 322.2893965582 0.0555555556 +9738000 15.0076079717 18.0328778024 275.1005920342 0.0555555556 +9738900 15.0076079717 17.6883160052 249.3186530148 0.0555555556 +9739800 15.0076079717 17.190914919 199.5359480514 0.0555555556 +9740700 15.0004480672 36.0335419684 152.449822428 0 +9741600 15.0076079717 16.4413915983 108.9117167532 0.0555555556 +9742500 15.0015020533 12.725 20.2163540148 0 +9743400 15.0004480672 12.575 15.6464471752 0 +9744300 15.0004480672 12.425 6.1387664376 0 +9745200 15.0004480672 12.275 0.0031959289 0 +9746100 15.0004480672 12.1375 0 0 +9747000 15.0004480672 12.0125 0 0 +9747900 15.0004480672 11.8875 0 0 +9748800 15.0004480672 11.7625 0 0 +9749700 15.0004480672 11.625 0 0 +9750600 15.0004480672 11.475 0 0 +9751500 15.0004480672 11.325 0 0 +9752400 15.0004480672 11.175 0 0 +9753300 15.0004480672 11.1 0 0 +9754200 15.0004480672 11.1 0 0 +9755100 15.0004480672 11.1 0 0 +9756000 15.0004480672 11.1 0 0 +9756900 15.0004480672 11.1 0 0 +9757800 15.0004480672 11.1 0 0 +9758700 15.0004480672 11.1 0 0 +9759600 15.0004480672 11.1 0 0 +9760500 15.0004480672 11.0375 0 0 +9761400 15.0004480672 10.9125 0 0 +9762300 15.0004480672 10.7875 0 0 +9763200 15.0004480672 10.6625 0 0 +9764100 15.0004480672 10.45 0 0 +9765000 15.0004480672 10.15 0 0 +9765900 15.0004480672 9.85 0 0 +9766800 15.0004480672 9.55 0 0 +9767700 15.0004480672 9.4 0 0 +9768600 15.0004480672 9.4 0 0 +9769500 15.0004480672 9.4 0 0 +9770400 15.0004480672 9.4 0 0 +9771300 15.0004480672 9.3375 0 0 +9772200 15.0004480672 9.2125 0 0 +9773100 15.0004480672 9.0875 0 0 +9774000 15.0004480672 8.9625 0 0 +9774900 15.0004480672 8.9 0 0 +9775800 15.0004480672 8.9 0 0 +9776700 15.0004480672 8.9 0 0 +9777600 15.0004480672 8.9 0 0 +9778500 15.0004480672 8.825 0 0 +9779400 15.0004480672 8.675 0 0 +9780300 15.0004480672 8.525 0 0 +9781200 15.0004480672 8.375 0 0 +9782100 15.0004480672 8.4375 0 0 +9783000 15.0004480672 8.7125 0.0016663536 0 +9783900 15.0004480672 8.9875 0.1295783363 0 +9784800 15.0004480672 9.2625 0.3373844602 0 +9785700 15.0004480672 9.6125 38.7799333404 0 +9786600 15.0004480672 19.2358102689 56.4086043309 0 +9787500 15.0004480672 19.8487306452 91.2988975424 0 +9788400 15.0004480672 21.4398731191 130.7237215968 0 +9789300 15.0076079717 16.7603126039 220.1232130449 0.0555555556 +9790200 15.0076079717 17.3290725928 270.5063572914 0.0555555556 +9791100 15.0076079717 18.0791929112 321.6612124561 0.0555555556 +9792000 15.0076079717 19.0173149097 372.7193715482 0.0555555556 +9792900 15.0076079717 20.7213673137 461.8097684902 0.0555555556 +9793800 15.0076079717 21.977459231 514.5091947693 0.0555555556 +9794700 15.0076079717 22.9859234561 565.4206666091 0.0555555556 +9795600 15.0076079717 23.9670914307 614.162633923 0.0555555556 +9796500 15.0076079717 25.2135052694 684.8058396587 0.0555555556 +9797400 15.0076079717 26.1000251613 729.5629138648 0.0555555556 +9798300 15.0076079717 26.9324711892 771.2436440973 0.0555555556 +9799200 15.0076079717 27.7043354849 809.619063611 0.0555555556 +9800100 15.0076079717 27.5107523589 800.1738392784 0.0555555556 +9801000 15.0076079717 28.1056294432 829.3722971386 0.0555555556 +9801900 15.0076079717 28.6330354299 854.9907539212 0.0555555556 +9802800 15.0076079717 29.0897588036 876.8983305974 0.0555555556 +9803700 15.0076079717 29.5063957327 897.642674861 0.0555555556 +9804600 15.0076079717 29.8033994651 911.8584569731 0.0555555556 +9805500 15.0076079717 30.0230964712 922.0820359852 0.0555555556 +9806400 15.0076079717 30.1642965838 928.2633419047 0.0555555556 +9807300 15.0076079717 30.100514524 927.3675552385 0.0555555556 +9808200 15.0076079717 30.0741590597 925.4060710355 0.0555555556 +9809100 15.0076079717 29.9698677647 919.3969939441 0.0555555556 +9810000 15.0076079717 29.7883299136 909.3698208186 0.0555555556 +9810900 15.0076079717 30.8671408434 972.4186357958 0.0555555556 +9811800 15.0076079717 30.4647732059 952.8636621317 0.0555555556 +9812700 15.0076079717 29.9819958909 929.1416615062 0.0555555556 +9813600 15.0076079717 29.4217011793 901.370352425 0.0555555556 +9814500 15.0076079717 26.3828375109 726.223543167 0.0555555556 +9815400 15.0076079717 25.8197141879 697.1741774676 0.0555555556 +9816300 15.0076079717 25.204973921 665.2222648921 0.0555555556 +9817200 15.0076079717 24.5429974983 630.5463701142 0.0555555556 +9818100 15.0076079717 22.699284453 519.5632600701 0.0555555556 +9819000 15.0076079717 22.0940666974 485.9201249152 0.0555555556 +9819900 15.0076079717 21.4636175586 450.530528179 0.0555555556 +9820800 15.0076079717 20.8140228704 413.6324228776 0.0555555556 +9821700 15.0076079717 20.299993183 403.4549866847 0.0555555556 +9822600 15.0076079717 19.4207124314 358.8998003025 0.0555555556 +9823500 15.0076079717 18.6581503971 313.7736670412 0.0555555556 +9824400 15.0076079717 18.0134540438 268.6044829054 0.0555555556 +9825300 15.0076079717 17.6935661137 245.705940517 0.0555555556 +9826200 15.0076079717 17.2269195384 197.2911808497 0.0555555556 +9827100 15.0004480672 36.8051748587 151.454201243 0 +9828000 15.0076079717 16.5260556401 109.0064493656 0.0555555556 +9828900 15.0015020533 13.6875 21.6770371544 0 +9829800 15.0004480672 13.2625 16.8441733868 0 +9830700 15.0004480672 12.8375 7.0195161686 0 +9831600 15.0004480672 12.4125 0.0413190216 0 +9832500 15.0004480672 12.1375 0 0 +9833400 15.0004480672 12.0125 0 0 +9834300 15.0004480672 11.8875 0 0 +9835200 15.0004480672 11.7625 0 0 +9836100 15.0004480672 11.625 0 0 +9837000 15.0004480672 11.475 0 0 +9837900 15.0004480672 11.325 0 0 +9838800 15.0004480672 11.175 0 0 +9839700 15.0004480672 11.1 0 0 +9840600 15.0004480672 11.1 0 0 +9841500 15.0004480672 11.1 0 0 +9842400 15.0004480672 11.1 0 0 +9843300 15.0004480672 11.1 0 0 +9844200 15.0004480672 11.1 0 0 +9845100 15.0004480672 11.1 0 0 +9846000 15.0004480672 11.1 0 0 +9846900 15.0004480672 11.1 0 0 +9847800 15.0004480672 11.1 0 0 +9848700 15.0004480672 11.1 0 0 +9849600 15.0004480672 11.1 0 0 +9850500 15.0004480672 11.1 0 0 +9851400 15.0004480672 11.1 0 0 +9852300 15.0004480672 11.1 0 0 +9853200 15.0004480672 11.1 0 0 +9854100 15.0004480672 11.1 0 0 +9855000 15.0004480672 11.1 0 0 +9855900 15.0004480672 11.1 0 0 +9856800 15.0004480672 11.1 0 0 +9857700 15.0004480672 11.1 0 0 +9858600 15.0004480672 11.1 0 0 +9859500 15.0004480672 11.1 0 0 +9860400 15.0004480672 11.1 0 0 +9861300 15.0004480672 11.1 0 0 +9862200 15.0004480672 11.1 0 0 +9863100 15.0004480672 11.1 0 0 +9864000 15.0004480672 11.1 0 0 +9864900 15.0004480672 11.0375 0 0 +9865800 15.0004480672 10.9125 0 0 +9866700 15.0004480672 10.7875 0 0 +9867600 15.0004480672 10.6625 0 0 +9868500 15.0004480672 10.6625 0 0 +9869400 15.0004480672 10.7875 0.0213530149 0 +9870300 15.0004480672 10.9125 2.3313853133 0 +9871200 15.0004480672 11.0375 5.1310390524 0 +9872100 15.0004480672 11.2375 44.9579286704 0 +9873000 15.0004480672 22.1918089595 61.6387943239 0 +9873900 15.0004480672 24.9896712108 80.0260586195 0 +9874800 15.0076079717 16.0735226127 98.8607776431 0.0555555556 +9875700 15.0076079717 17.1821107517 211.1698991964 0.0555555556 +9876600 15.0076079717 17.6879769686 252.8764370479 0.0555555556 +9877500 15.0076079717 18.2994660296 295.1508482994 0.0555555556 +9878400 15.0076079717 19.0208686373 337.4018757803 0.0555555556 +9879300 15.0076079717 17.7760225466 205.9644575129 0.0555555556 +9880200 15.0076079717 18.0802858291 223.8099234322 0.0555555556 +9881100 15.0076079717 18.3611990161 240.9516073565 0.0555555556 +9882000 15.0076079717 18.6309838195 257.3005028018 0.0555555556 +9882900 15.0076079717 20.054471537 352.2416648989 0.0555555556 +9883800 15.0076079717 20.3832591409 371.5662629971 0.0555555556 +9884700 15.0076079717 20.6916340391 389.5462864792 0.0555555556 +9885600 15.0076079717 20.9778728841 406.0905361572 0.0555555556 +9886500 15.0076079717 21.1792985769 418.0978396148 0.0555555556 +9887400 15.0076079717 21.4101262139 431.3519060695 0.0555555556 +9888300 15.0076079717 21.6152779213 442.9696358629 0.0555555556 +9889200 15.0076079717 21.7937628302 452.8955305648 0.0555555556 +9890100 15.0076079717 25.2426236028 663.8009467791 0.0555555556 +9891000 15.0076079717 25.380412865 673.6238870089 0.0555555556 +9891900 15.0076079717 25.4701607571 680.6783478485 0.0555555556 +9892800 15.0076079717 25.5111572077 684.9292466427 0.0555555556 +9893700 15.0076079717 21.4581308227 441.3910916654 0.0555555556 +9894600 15.0076079717 21.4995150396 440.5627284655 0.0555555556 +9895500 15.0076079717 21.5152356322 438.0691044331 0.0555555556 +9896400 15.0076079717 21.5054763053 433.9215055114 0.0555555556 +9897300 15.0076079717 20.59558688 373.4730204956 0.0555555556 +9898200 15.0076079717 20.4804677214 367.1257436142 0.0555555556 +9899100 15.0076079717 20.3452464131 359.4243951876 0.0555555556 +9900000 15.0076079717 20.1904566485 350.4032584084 0.0555555556 +9900900 15.0076079717 18.9418984515 265.4008544628 0.0555555556 +9901800 15.0076079717 18.8112299973 256.4728188658 0.0555555556 +9902700 15.0076079717 18.6672192168 246.6281814742 0.0555555556 +9903600 15.0076079717 18.510533599 235.9106145052 0.0555555556 +9904500 15.0076079717 19.4829652023 303.7950220988 0.0555555556 +9905400 15.0076079717 19.21811227 286.8232906631 0.0555555556 +9906300 15.0076079717 18.9392842286 268.8777809753 0.0555555556 +9907200 15.0076079717 18.6479549167 250.0450794652 0.0555555556 +9908100 15.0076079717 17.4374222654 165.5091082885 0.0555555556 +9909000 15.0076079717 17.2154362526 151.4036750526 0.0555555556 +9909900 15.0004480672 38.4784395489 136.8350492423 0 +9910800 15.0076079717 16.7524357016 121.86561595 0.0555555556 +9911700 15.0076079717 17.1503442194 169.4383204471 0.0555555556 +9912600 15.0004480672 36.0879269798 141.0793069299 0 +9913500 15.0076079717 16.4426574427 113.3926864412 0.0555555556 +9914400 15.0004480672 28.4429943686 86.6281955306 0 +9915300 15.0004480672 13.2375 26.1986279604 0 +9916200 15.0004480672 13.1125 17.7157490449 0 +9917100 15.0004480672 12.9875 7.5243583995 0 +9918000 15.0004480672 12.8625 0.2277392326 0 +9918900 15.0004480672 12.8625 0 0 +9919800 15.0004480672 12.9875 0 0 +9920700 15.0004480672 13.1125 0 0 +9921600 15.0004480672 13.2375 0 0 +9922500 15.0004480672 13.1625 0 0 +9923400 15.0004480672 12.8875 0 0 +9924300 15.0004480672 12.6125 0 0 +9925200 15.0004480672 12.3375 0 0 +9926100 15.0004480672 12.1375 0 0 +9927000 15.0004480672 12.0125 0 0 +9927900 15.0004480672 11.8875 0 0 +9928800 15.0004480672 11.7625 0 0 +9929700 15.0004480672 11.625 0 0 +9930600 15.0004480672 11.475 0 0 +9931500 15.0004480672 11.325 0 0 +9932400 15.0004480672 11.175 0 0 +9933300 15.0004480672 11.1 0 0 +9934200 15.0004480672 11.1 0 0 +9935100 15.0004480672 11.1 0 0 +9936000 15.0004480672 11.1 0 0 +9936900 15.0004480672 11.0375 0 0 +9937800 15.0004480672 10.9125 0 0 +9938700 15.0004480672 10.7875 0 0 +9939600 15.0004480672 10.6625 0 0 +9940500 15.0004480672 10.525 0 0 +9941400 15.0004480672 10.375 0 0 +9942300 15.0004480672 10.225 0 0 +9943200 15.0004480672 10.075 0 0 +9944100 15.0004480672 10.1375 0 0 +9945000 15.0004480672 10.4125 0 0 +9945900 15.0004480672 10.6875 0 0 +9946800 15.0004480672 10.9625 0 0 +9947700 15.0004480672 10.9625 0 0 +9948600 15.0004480672 10.6875 0 0 +9949500 15.0004480672 10.4125 0 0 +9950400 15.0004480672 10.1375 0 0 +9951300 15.0004480672 10 0 0 +9952200 15.0004480672 10 0 0 +9953100 15.0004480672 10 0 0 +9954000 15.0004480672 10 0 0 +9954900 15.0004480672 10.1375 0 0 +9955800 15.0004480672 10.4125 0.0116617514 0 +9956700 15.0004480672 10.6875 0.2118090077 0 +9957600 15.0004480672 10.9625 0.4794729661 0 +9958500 15.0004480672 11.45 40.7913313016 0 +9959400 15.0004480672 21.6666156898 57.7003273881 0 +9960300 15.0004480672 22.6015129799 91.5347154114 0 +9961200 15.0004480672 24.5238544099 129.7129646694 0 +9962100 15.0076079717 17.0342270003 213.7425539914 0.0555555556 +9963000 15.0076079717 17.5496367714 260.3605875104 0.0555555556 +9963900 15.0076079717 18.2207373589 307.7281735466 0.0555555556 +9964800 15.0076079717 19.0530562339 355.0812364533 0.0555555556 +9965700 15.0076079717 20.5514599086 433.1107168685 0.0555555556 +9966600 15.0076079717 21.6614097183 481.1700136026 0.0555555556 +9967500 15.0076079717 22.5620897495 527.6746006425 0.0555555556 +9968400 15.0076079717 23.438889621 572.2662897206 0.0555555556 +9969300 15.0076079717 24.3059616383 620.2300026954 0.0555555556 +9970200 15.0076079717 25.0784008272 659.8718895335 0.0555555556 +9971100 15.0076079717 25.8046603553 696.8204102053 0.0555555556 +9972000 15.0076079717 26.4791091026 730.8624284511 0.0555555556 +9972900 15.0076079717 27.4877032407 787.9826996061 0.0555555556 +9973800 15.0076079717 28.0985439322 816.5405649613 0.0555555556 +9974700 15.0076079717 28.6430216106 841.5852811587 0.0555555556 +9975600 15.0076079717 29.1179935014 862.9879172932 0.0555555556 +9976500 15.0076079717 29.7954148665 897.9958156182 0.0555555556 +9977400 15.0076079717 30.0805731445 912.1002125414 0.0555555556 +9978300 15.0076079717 30.2884205289 922.2143916598 0.0555555556 +9979200 15.0076079717 30.417775487 928.288643799 0.0555555556 +9980100 15.0076079717 30.3305834208 926.8678950021 0.0555555556 +9981000 15.0076079717 30.2797017738 924.80719957 0.0555555556 +9981900 15.0076079717 30.1509209153 918.7050307088 0.0555555556 +9982800 15.0076079717 29.9449437264 908.5914525545 0.0555555556 +9983700 15.0076079717 31.1340409788 968.5164930744 0.0555555556 +9984600 15.0076079717 30.825173642 948.8589479694 0.0555555556 +9985500 15.0076079717 30.43385723 925.0352048365 0.0555555556 +9986400 15.0076079717 29.9630346431 897.1619900011 0.0555555556 +9987300 15.0076079717 29.2471155504 855.2852579087 0.0555555556 +9988200 15.0076079717 28.467227219 820.0543588004 0.0555555556 +9989100 15.0076079717 27.620033965 781.2807696388 0.0555555556 +9990000 15.0076079717 26.7111929391 739.1704789057 0.0555555556 +9990900 15.0076079717 25.3507701653 663.8085939019 0.0555555556 +9991800 15.0076079717 24.454745159 617.762837373 0.0555555556 +9992700 15.0076079717 23.5223555012 569.2846819035 0.0555555556 +9993600 15.0076079717 22.5639403333 518.7061719237 0.0555555556 +9994500 15.0076079717 21.1182680737 452.4593276622 0.0555555556 +9995400 15.0076079717 20.0165538265 399.737853927 0.0555555556 +9996300 15.0076079717 19.0892778061 346.2897949789 0.0555555556 +9997200 15.0076079717 18.338529073 292.8014166129 0.0555555556 +9998100 15.0076079717 17.6009798149 233.8846964706 0.0555555556 +9999000 15.0076079717 17.1833631229 183.4361401133 0.0555555556 +9999900 15.0004480672 37.9439342276 136.2508686013 0 +10000800 15.0076079717 16.6734248511 93.5595992556 0.0555555556 +10001700 15.0004480672 18.025 14.3105540904 0 +10002600 15.0004480672 17.475 13.9918277986 0 +10003500 15.0004480672 16.925 6.775642714 0 +10004400 15.0004480672 16.375 0.2895522686 0 +10005300 15.0004480672 15.9625 0 0 +10006200 15.0004480672 15.6875 0 0 +10007100 15.0004480672 15.4125 0 0 +10008000 15.0004480672 15.1375 0 0 +10008900 15.0004480672 14.925 0 0 +10009800 15.0004480672 14.775 0 0 +10010700 15.0004480672 14.625 0 0 +10011600 15.0004480672 14.475 0 0 +10012500 15.0004480672 14.2625 0 0 +10013400 15.0004480672 13.9875 0 0 +10014300 15.0004480672 13.7125 0 0 +10015200 15.0004480672 13.4375 0 0 +10016100 15.0004480672 13.2375 0 0 +10017000 15.0004480672 13.1125 0 0 +10017900 15.0004480672 12.9875 0 0 +10018800 15.0004480672 12.8625 0 0 +10019700 15.0004480672 12.8 0 0 +10020600 15.0004480672 12.8 0 0 +10021500 15.0004480672 12.8 0 0 +10022400 15.0004480672 12.8 0 0 +10023300 15.0004480672 12.725 0 0 +10024200 15.0004480672 12.575 0 0 +10025100 15.0004480672 12.425 0 0 +10026000 15.0004480672 12.275 0 0 +10026900 15.0004480672 12.1375 0 0 +10027800 15.0004480672 12.0125 0 0 +10028700 15.0004480672 11.8875 0 0 +10029600 15.0004480672 11.7625 0 0 +10030500 15.0004480672 11.625 0 0 +10031400 15.0004480672 11.475 0 0 +10032300 15.0004480672 11.325 0 0 +10033200 15.0004480672 11.175 0 0 +10034100 15.0004480672 11.175 0 0 +10035000 15.0004480672 11.325 0 0 +10035900 15.0004480672 11.475 0 0 +10036800 15.0004480672 11.625 0 0 +10037700 15.0004480672 11.7 0 0 +10038600 15.0004480672 11.7 0 0 +10039500 15.0004480672 11.7 0 0 +10040400 15.0004480672 11.7 0 0 +10041300 15.0004480672 11.7625 0 0 +10042200 15.0004480672 11.8875 0.3506206655 0 +10043100 15.0004480672 12.0125 4.2852538485 0 +10044000 15.0004480672 12.1375 9.1666581158 0 +10044900 15.0004480672 12.275 51.0877856945 0 +10045800 15.0004480672 24.2993198322 68.8702381139 0 +10046700 15.0076079717 15.9807772778 91.0329275604 0.0555555556 +10047600 15.0004480672 29.4881029041 114.4010733502 0 +10048500 15.0076079717 16.3223694691 104.7855149109 0.0555555556 +10049400 15.0004480672 33.3985602724 119.6818269085 0 +10050300 15.0076079717 16.7845631227 134.2782408179 0.0555555556 +10051200 15.0076079717 17.0111332345 148.505472465 0.0555555556 +10052100 15.0076079717 17.3132810477 167.7983822252 0.0555555556 +10053000 15.0076079717 17.5351025015 181.5057959471 0.0555555556 +10053900 15.0076079717 17.7461250558 194.6339055248 0.0555555556 +10054800 15.0076079717 17.9480152975 207.1241088678 0.0555555556 +10055700 15.0076079717 18.8326059918 266.2753505852 0.0555555556 +10056600 15.0076079717 19.068778737 279.9741904462 0.0555555556 +10057500 15.0076079717 19.290582513 292.6967106024 0.0555555556 +10058400 15.0076079717 19.4970813582 304.3846630547 0.0555555556 +10059300 15.0076079717 20.8029056225 391.2378068588 0.0555555556 +10060200 15.0076079717 20.9939780587 403.1715048516 0.0555555556 +10061100 15.0076079717 21.1626214062 413.6220747584 0.0555555556 +10062000 15.0076079717 21.3080426795 422.5414921494 0.0555555556 +10062900 15.0076079717 17.9781112118 194.5480624574 0.0555555556 +10063800 15.0076079717 18.0157856522 197.0932801409 0.0555555556 +10064700 15.0076079717 18.0427557976 198.9150313956 0.0555555556 +10065600 15.0076079717 18.0588981626 200.0052805274 0.0555555556 +10066500 15.0076079717 20.3073675768 357.2853946774 0.0555555556 +10067400 15.0076079717 20.243461967 356.5977481874 0.0555555556 +10068300 15.0076079717 20.1596446334 354.5915666523 0.0555555556 +10069200 15.0076079717 20.0560538798 351.2757503775 0.0555555556 +10070100 15.0076079717 20.709974876 397.7006307542 0.0555555556 +10071000 15.0076079717 20.6204690603 390.9270020216 0.0555555556 +10071900 15.0076079717 20.5095431943 382.7170140597 0.0555555556 +10072800 15.0076079717 20.3777783694 373.1074864933 0.0555555556 +10073700 15.0076079717 19.7408994895 329.5023982488 0.0555555556 +10074600 15.0076079717 19.5896406728 318.4323884237 0.0555555556 +10075500 15.0076079717 19.4218370077 306.2312226557 0.0555555556 +10076400 15.0076079717 19.2383357564 292.953526824 0.0555555556 +10077300 15.0076079717 20.4062770005 371.9709823713 0.0555555556 +10078200 15.0076079717 20.0426520369 350.3626348519 0.0555555556 +10079100 15.0076079717 19.6619539461 327.567359942 0.0555555556 +10080000 15.0076079717 19.2667079663 303.7110988282 0.0555555556 +10080900 15.0076079717 19.3076307541 318.9545263214 0.0555555556 +10081800 15.0076079717 18.7736387495 287.6869971762 0.0555555556 +10082700 15.0076079717 18.2810233876 255.8602225012 0.0555555556 +10083600 15.0076079717 17.8308223165 223.7554729188 0.0555555556 +10084500 15.0076079717 17.9030446055 248.9610943725 0.0555555556 +10085400 15.0076079717 17.4187512849 202.8807980868 0.0555555556 +10086300 15.0076079717 17.006871066 158.9371229116 0.0555555556 +10087200 15.0004480672 34.3121302104 117.8050960101 0 +10088100 15.0004480672 13.1625 30.7186752841 0 +10089000 15.0004480672 12.8875 23.3471551449 0 +10089900 15.0004480672 12.6125 11.1368008464 0 +10090800 15.0004480672 12.3375 0.8063659745 0 +10091700 15.0004480672 12.1375 0 0 +10092600 15.0004480672 12.0125 0 0 +10093500 15.0004480672 11.8875 0 0 +10094400 15.0004480672 11.7625 0 0 +10095300 15.0004480672 11.7 0 0 +10096200 15.0004480672 11.7 0 0 +10097100 15.0004480672 11.7 0 0 +10098000 15.0004480672 11.7 0 0 +10098900 15.0004480672 11.625 0 0 +10099800 15.0004480672 11.475 0 0 +10100700 15.0004480672 11.325 0 0 +10101600 15.0004480672 11.175 0 0 +10102500 15.0004480672 11.1 0 0 +10103400 15.0004480672 11.1 0 0 +10104300 15.0004480672 11.1 0 0 +10105200 15.0004480672 11.1 0 0 +10106100 15.0004480672 11.1 0 0 +10107000 15.0004480672 11.1 0 0 +10107900 15.0004480672 11.1 0 0 +10108800 15.0004480672 11.1 0 0 +10109700 15.0004480672 11.0375 0 0 +10110600 15.0004480672 10.9125 0 0 +10111500 15.0004480672 10.7875 0 0 +10112400 15.0004480672 10.6625 0 0 +10113300 15.0004480672 10.525 0 0 +10114200 15.0004480672 10.375 0 0 +10115100 15.0004480672 10.225 0 0 +10116000 15.0004480672 10.075 0 0 +10116900 15.0004480672 10 0 0 +10117800 15.0004480672 10 0 0 +10118700 15.0004480672 10 0 0 +10119600 15.0004480672 10 0 0 +10120500 15.0004480672 10 0 0 +10121400 15.0004480672 10 0 0 +10122300 15.0004480672 10 0 0 +10123200 15.0004480672 10 0 0 +10124100 15.0004480672 10 0 0 +10125000 15.0004480672 10 0 0 +10125900 15.0004480672 10 0 0 +10126800 15.0004480672 10 0 0 +10127700 15.0004480672 10 0 0 +10128600 15.0004480672 10 0.4168728173 0 +10129500 15.0004480672 10 3.5146336451 0 +10130400 15.0004480672 10 5.9682612599 0 +10131300 15.0004480672 10.075 43.6571453531 0 +10132200 15.0004480672 20.3807660099 60.5432800738 0 +10133100 15.0004480672 20.7839658027 95.0928946077 0 +10134000 15.0004480672 22.2320881608 134.0298643805 0 +10134900 15.0076079717 16.7333645827 221.3511982817 0.0555555556 +10135800 15.0076079717 17.2813882549 271.0988997969 0.0555555556 +10136700 15.0076079717 18.0077266838 321.5960908308 0.0555555556 +10137600 15.0076079717 18.9176025737 372.003518119 0.0555555556 +10138500 15.0076079717 20.6209233832 461.2699287085 0.0555555556 +10139400 15.0076079717 21.8602276728 513.1682237057 0.0555555556 +10140300 15.0076079717 22.8480238073 563.3268919576 0.0555555556 +10141200 15.0076079717 23.8089730616 611.3654282986 0.0555555556 +10142100 15.0076079717 25.1102323765 683.5764804699 0.0555555556 +10143000 15.0076079717 26.0103710949 728.0423676179 0.0555555556 +10143900 15.0076079717 26.8558285543 769.4300665737 0.0555555556 +10144800 15.0076079717 27.6400940759 807.5124924886 0.0555555556 +10145700 15.0076079717 28.7023917972 868.3355533578 0.0555555556 +10146600 15.0076079717 29.3466229282 900.1190724438 0.0555555556 +10147500 15.0076079717 29.9140040008 927.9624846122 0.0555555556 +10148400 15.0076079717 30.4009780833 951.7291446832 0.0555555556 +10149300 15.0076079717 30.9741674267 988.1890055444 0.0555555556 +10150200 15.0076079717 31.2942320722 1003.7072788336 0.0555555556 +10151100 15.0076079717 31.5266633977 1014.8039708275 0.0555555556 +10152000 15.0076079717 31.6701561588 1021.426108298 0.0555555556 +10152900 15.0076079717 28.9129116909 877.8170967208 0.0555555556 +10153800 15.0076079717 28.8752393585 875.8068853063 0.0555555556 +10154700 15.0076079717 28.7669037454 870.0240958861 0.0555555556 +10155600 15.0076079717 28.5885563516 860.4977527519 0.0555555556 +10156500 15.0076079717 28.9767665418 875.6239460786 0.0555555556 +10157400 15.0076079717 28.6372481804 857.9667333795 0.0555555556 +10158300 15.0076079717 28.2271075924 836.5952322682 0.0555555556 +10159200 15.0076079717 27.7489568243 811.6187045423 0.0555555556 +10160100 15.0076079717 27.3428516308 789.3662985349 0.0555555556 +10161000 15.0076079717 26.7389896719 757.2262555812 0.0555555556 +10161900 15.0076079717 26.0771391431 721.8952814003 0.0555555556 +10162800 15.0076079717 25.3623507529 683.5705653989 0.0555555556 +10163700 15.0076079717 23.6379340314 580.6729402182 0.0555555556 +10164600 15.0076079717 22.9006553283 541.8187833034 0.0555555556 +10165500 15.0076079717 22.134632999 500.9843377767 0.0555555556 +10166400 15.0076079717 21.3477945012 458.4563629269 0.0555555556 +10167300 15.0076079717 20.4247129188 427.2128581344 0.0555555556 +10168200 15.0076079717 19.4535878162 378.6463061029 0.0555555556 +10169100 15.0076079717 18.6267062317 329.4975646504 0.0555555556 +10170000 15.0076079717 17.9456669763 280.3788451807 0.0555555556 +10170900 15.0076079717 17.1932812981 234.2665177801 0.0555555556 +10171800 15.0004480672 35.7906175649 183.8521336747 0 +10172700 15.0076079717 16.4740025377 136.735431724 0.0555555556 +10173600 15.0004480672 29.879539464 94.1798994432 0 +10174500 15.0004480672 12.1375 16.3504048896 0 +10175400 15.0004480672 12.0125 16.2091354286 0 +10176300 15.0004480672 11.8875 8.6069705626 0 +10177200 15.0004480672 11.7625 0.8620389687 0 +10178100 15.0004480672 11.625 0 0 +10179000 15.0004480672 11.475 0 0 +10179900 15.0004480672 11.325 0 0 +10180800 15.0004480672 11.175 0 0 +10181700 15.0004480672 11.0375 0 0 +10182600 15.0004480672 10.9125 0 0 +10183500 15.0004480672 10.7875 0 0 +10184400 15.0004480672 10.6625 0 0 +10185300 15.0004480672 10.6 0 0 +10186200 15.0004480672 10.6 0 0 +10187100 15.0004480672 10.6 0 0 +10188000 15.0004480672 10.6 0 0 +10188900 15.0004480672 10.6 0 0 +10189800 15.0004480672 10.6 0 0 +10190700 15.0004480672 10.6 0 0 +10191600 15.0004480672 10.6 0 0 +10192500 15.0004480672 10.525 0 0 +10193400 15.0004480672 10.375 0 0 +10194300 15.0004480672 10.225 0 0 +10195200 15.0004480672 10.075 0 0 +10196100 15.0004480672 10 0 0 +10197000 15.0004480672 10 0 0 +10197900 15.0004480672 10 0 0 +10198800 15.0004480672 10 0 0 +10199700 15.0004480672 9.925 0 0 +10200600 15.0004480672 9.775 0 0 +10201500 15.0004480672 9.625 0 0 +10202400 15.0004480672 9.475 0 0 +10203300 15.0004480672 9.3375 0 0 +10204200 15.0004480672 9.2125 0 0 +10205100 15.0004480672 9.0875 0 0 +10206000 15.0004480672 8.9625 0 0 +10206900 15.0004480672 8.825 0 0 +10207800 15.0004480672 8.675 0 0 +10208700 15.0004480672 8.525 0 0 +10209600 15.0004480672 8.375 0 0 +10210500 15.0004480672 8.3 0 0 +10211400 15.0004480672 8.3 0 0 +10212300 15.0004480672 8.3 0 0 +10213200 15.0004480672 8.3 0 0 +10214100 15.0004480672 8.375 0 0 +10215000 15.0004480672 8.525 0.3973651059 0 +10215900 15.0004480672 8.675 2.5149111452 0 +10216800 15.0004480672 8.825 2.9184296358 0 +10217700 15.0004480672 9.175 41.3852420085 0 +10218600 15.0004480672 19.2031772496 57.5676647666 0 +10219500 15.0004480672 19.6312057485 92.9330161066 0 +10220400 15.0004480672 21.2376369973 132.9116776706 0 +10221300 15.0076079717 16.8008157009 222.7917092582 0.0555555556 +10222200 15.0076079717 17.3610371518 272.6216055727 0.0555555556 +10223100 15.0076079717 18.0989523265 323.1976156506 0.0555555556 +10224000 15.0076079717 19.0194760404 373.6842950738 0.0555555556 +10224900 15.0076079717 20.4868284539 439.2736550998 0.0555555556 +10225800 15.0076079717 21.6418961102 487.7827592742 0.0555555556 +10226700 15.0076079717 22.5734654705 534.7143850166 0.0555555556 +10227600 15.0076079717 23.4805103969 579.7066597328 0.0555555556 +10228500 15.0076079717 24.8794426656 659.1625667568 0.0555555556 +10229400 15.0076079717 25.7365996514 701.6207955653 0.0555555556 +10230300 15.0076079717 26.5426151311 741.1622617378 0.0555555556 +10231200 15.0076079717 27.2913170759 777.5632040249 0.0555555556 +10232100 15.0076079717 28.4807134525 845.8623758721 0.0555555556 +10233000 15.0076079717 29.0872248076 876.6477591216 0.0555555556 +10233900 15.0076079717 29.6202548163 903.6177218355 0.0555555556 +10234800 15.0076079717 30.0763620166 926.63680093 0.0555555556 +10235700 15.0076079717 31.0874510979 984.2021691697 0.0555555556 +10236600 15.0076079717 31.4147386458 999.6081299047 0.0555555556 +10237500 15.0076079717 31.6546876424 1010.6108623223 0.0555555556 +10238400 15.0076079717 31.8060016445 1017.1577410619 0.0555555556 +10239300 15.0076079717 29.1535644232 880.1021466302 0.0555555556 +10240200 15.0076079717 29.1455063237 878.0513947127 0.0555555556 +10241100 15.0076079717 29.0668680735 872.2268093435 0.0555555556 +10242000 15.0076079717 28.9183048273 862.6576938102 0.0555555556 +10242900 15.0076079717 30.1260213211 923.3574673987 0.0555555556 +10243800 15.0076079717 29.7100920906 904.5989042141 0.0555555556 +10244700 15.0076079717 29.2181278845 881.9021497949 0.0555555556 +10245600 15.0076079717 28.6529268241 855.3820079903 0.0555555556 +10246500 15.0076079717 27.6246617006 795.6544478974 0.0555555556 +10247400 15.0076079717 27.0019476304 763.0475200277 0.0555555556 +10248300 15.0076079717 26.3197569227 727.2041328885 0.0555555556 +10249200 15.0076079717 25.5832869324 688.3231501443 0.0555555556 +10250100 15.0076079717 24.6246588345 633.9944020123 0.0555555556 +10251000 15.0076079717 23.7647907352 590.2524787007 0.0555555556 +10251900 15.0076079717 22.8715669586 544.2523566593 0.0555555556 +10252800 15.0076079717 21.9547006151 496.3168714271 0.0555555556 +10253700 15.0076079717 20.4232891472 415.6642995608 0.0555555556 +10254600 15.0076079717 19.4944810143 368.9835489998 0.0555555556 +10255500 15.0076079717 18.6976997609 321.7633285065 0.0555555556 +10256400 15.0076079717 18.0344001725 274.5820892626 0.0555555556 +10257300 15.0076079717 17.2689865656 229.751748701 0.0555555556 +10258200 15.0004480672 37.0484206436 180.8182856256 0 +10259100 15.0076079717 16.587823064 135.070322011 0.0555555556 +10260000 15.0004480672 31.5016770145 93.7123641154 0 +10260900 15.0004480672 13.6875 17.4172449273 0 +10261800 15.0004480672 13.2625 17.1717074967 0 +10262700 15.0004480672 12.8375 9.4663803355 0 +10263600 15.0004480672 12.4125 1.1581703118 0 +10264500 15.0004480672 12.1375 0 0 +10265400 15.0004480672 12.0125 0 0 +10266300 15.0004480672 11.8875 0 0 +10267200 15.0004480672 11.7625 0 0 +10268100 15.0004480672 11.625 0 0 +10269000 15.0004480672 11.475 0 0 +10269900 15.0004480672 11.325 0 0 +10270800 15.0004480672 11.175 0 0 +10271700 15.0004480672 11.1 0 0 +10272600 15.0004480672 11.1 0 0 +10273500 15.0004480672 11.1 0 0 +10274400 15.0004480672 11.1 0 0 +10275300 15.0004480672 11.0375 0 0 +10276200 15.0004480672 10.9125 0 0 +10277100 15.0004480672 10.7875 0 0 +10278000 15.0004480672 10.6625 0 0 +10278900 15.0004480672 10.6 0 0 +10279800 15.0004480672 10.6 0 0 +10280700 15.0004480672 10.6 0 0 +10281600 15.0004480672 10.6 0 0 +10282500 15.0004480672 10.6 0 0 +10283400 15.0004480672 10.6 0 0 +10284300 15.0004480672 10.6 0 0 +10285200 15.0004480672 10.6 0 0 +10286100 15.0004480672 10.525 0 0 +10287000 15.0004480672 10.375 0 0 +10287900 15.0004480672 10.225 0 0 +10288800 15.0004480672 10.075 0 0 +10289700 15.0004480672 10 0 0 +10290600 15.0004480672 10 0 0 +10291500 15.0004480672 10 0 0 +10292400 15.0004480672 10 0 0 +10293300 15.0004480672 10 0 0 +10294200 15.0004480672 10 0 0 +10295100 15.0004480672 10 0 0 +10296000 15.0004480672 10 0 0 +10296900 15.0004480672 9.925 0 0 +10297800 15.0004480672 9.775 0 0 +10298700 15.0004480672 9.625 0 0 +10299600 15.0004480672 9.475 0 0 +10300500 15.0004480672 9.475 0 0 +10301400 15.0004480672 9.625 0.8021063089 0 +10302300 15.0004480672 9.775 4.3492513602 0 +10303200 15.0004480672 9.925 6.4074678742 0 +10304100 15.0004480672 10.2125 45.1954687907 0 +10305000 15.0004480672 21.0660683717 61.5916728177 0 +10305900 15.0004480672 21.7104298848 96.0399480932 0 +10306800 15.0004480672 23.437449148 134.8237432195 0 +10307700 15.0076079717 16.8267964303 221.6455196021 0.0555555556 +10308600 15.0076079717 17.3696541974 271.0878941367 0.0555555556 +10309500 15.0076079717 18.0892511246 321.2675615973 0.0555555556 +10310400 15.0076079717 18.9902065081 371.3590047319 0.0555555556 +10311300 15.0076079717 20.5800593224 449.6012777985 0.0555555556 +10312200 15.0076079717 21.7737177126 499.5385364893 0.0555555556 +10313100 15.0076079717 22.7267217025 547.8311955304 0.0555555556 +10314000 15.0076079717 23.6541943829 594.1086867038 0.0555555556 +10314900 15.0076079717 25.1093449134 677.2350941515 0.0555555556 +10315800 15.0076079717 25.9887040835 720.9758377398 0.0555555556 +10316700 15.0076079717 26.8147984699 761.6969234331 0.0555555556 +10317600 15.0076079717 27.5812417565 799.1705812397 0.0555555556 +10318500 15.0076079717 28.4904811647 849.2888734964 0.0555555556 +10319400 15.0076079717 29.1143198199 880.219014904 0.0555555556 +10320300 15.0076079717 29.6635790699 907.3071226184 0.0555555556 +10321200 15.0076079717 30.1347889158 930.4182546501 0.0555555556 +10322100 15.0076079717 30.9837716467 980.2714339324 0.0555555556 +10323000 15.0076079717 31.3301457115 995.569450688 0.0555555556 +10323900 15.0076079717 31.5893673185 1006.482260086 0.0555555556 +10324800 15.0076079717 31.7601484397 1012.9575700792 0.0555555556 +10325700 15.0076079717 29.8981882119 916.632124161 0.0555555556 +10326600 15.0076079717 29.835330464 914.433874506 0.0555555556 +10327500 15.0076079717 29.6965276157 908.2629719467 0.0555555556 +10328400 15.0076079717 29.4824901399 898.1502180593 0.0555555556 +10329300 15.0076079717 30.5613262874 955.1354964643 0.0555555556 +10330200 15.0076079717 30.1677444417 935.6148356091 0.0555555556 +10331100 15.0076079717 29.694616555 912.00327788 0.0555555556 +10332000 15.0076079717 29.1448706925 884.4188729011 0.0555555556 +10332900 15.0076079717 27.9459446768 813.9312182306 0.0555555556 +10333800 15.0076079717 27.2771986129 780.3889648656 0.0555555556 +10334700 15.0076079717 26.5466704663 743.5162581921 0.0555555556 +10335600 15.0076079717 25.7597587086 703.515844748 0.0555555556 +10336500 15.0076079717 24.6800502775 643.8457541812 0.0555555556 +10337400 15.0076079717 23.8204443878 599.4229041708 0.0555555556 +10338300 15.0076079717 22.9272261245 552.7135616471 0.0555555556 +10339200 15.0076079717 22.0015552132 504.0463382057 0.0555555556 +10340100 15.0076079717 20.4474432323 426.3065545663 0.0555555556 +10341000 15.0076079717 19.4595839219 377.5177947813 0.0555555556 +10341900 15.0076079717 18.6202366032 328.1591666237 0.0555555556 +10342800 15.0076079717 17.9311523278 278.8535086268 0.0555555556 +10343700 15.0076079717 17.3774414156 223.507943688 0.0555555556 +10344600 15.0004480672 38.2773805587 179.2574494385 0 +10345500 15.0076079717 16.6856979983 137.5918619239 0.0555555556 +10346400 15.0004480672 32.1897022461 99.3946043753 0 +10347300 15.0004480672 13.825 24.7354400598 0 +10348200 15.0004480672 13.675 21.4894320191 0 +10349100 15.0004480672 13.525 11.8392069597 0 +10350000 15.0004480672 13.375 1.6814766423 0 +10350900 15.0004480672 13.1625 0 0 +10351800 15.0004480672 12.8875 0 0 +10352700 15.0004480672 12.6125 0 0 +10353600 15.0004480672 12.3375 0 0 +10354500 15.0004480672 12.1375 0 0 +10355400 15.0004480672 12.0125 0 0 +10356300 15.0004480672 11.8875 0 0 +10357200 15.0004480672 11.7625 0 0 +10358100 15.0004480672 11.775 0 0 +10359000 15.0004480672 11.925 0 0 +10359900 15.0004480672 12.075 0 0 +10360800 15.0004480672 12.225 0 0 +10361700 15.0004480672 12.3625 0 0 +10362600 15.0004480672 12.4875 0 0 +10363500 15.0004480672 12.6125 0 0 +10364400 15.0004480672 12.7375 0 0 +10365300 15.0004480672 12.875 0 0 +10366200 15.0004480672 13.025 0 0 +10367100 15.0004480672 13.175 0 0 +10368000 15.0004480672 13.325 0 0 +10368900 15.0004480672 13.4625 0 0 +10369800 15.0004480672 13.5875 0 0 +10370700 15.0004480672 13.7125 0 0 +10371600 15.0004480672 13.8375 0 0 +10372500 15.0004480672 13.975 0 0 +10373400 15.0004480672 14.125 0 0 +10374300 15.0004480672 14.275 0 0 +10375200 15.0004480672 14.425 0 0 +10376100 15.0004480672 14.5625 0 0 +10377000 15.0004480672 14.6875 0 0 +10377900 15.0004480672 14.8125 0 0 +10378800 15.0004480672 14.9375 0 0 +10379700 15.0004480672 15.075 0 0 +10380600 15.0004480672 15.225 0 0 +10381500 15.0004480672 15.375 0 0 +10382400 15.0004480672 15.525 0 0 +10383300 15.0004480672 15.45 0 0 +10384200 15.0004480672 15.15 0 0 +10385100 15.0004480672 14.85 0 0 +10386000 15.0004480672 14.55 0 0 +10386900 15.0004480672 14.55 0 0 +10387800 15.0004480672 14.85 4.0864745006 0 +10388700 15.0004480672 15.15 19.995962204 0 +10389600 15.0004480672 15.45 36.5115402689 0 +10390500 15.0004480672 16.15 52.0951204214 0 +10391400 15.0076079717 16.1373263787 68.3218319079 0.0555555556 +10392300 15.0004480672 31.7556685987 93.2602165434 0 +10393200 15.0076079717 16.617817895 120.4129537394 0.0555555556 +10394100 15.0076079717 17.569821349 198.2731093413 0.0555555556 +10395000 15.0076079717 18.0598755594 237.0679527716 0.0555555556 +10395900 15.0076079717 18.6584572081 276.4289665109 0.0555555556 +10396800 15.0076079717 19.3689215347 315.7921101946 0.0555555556 +10397700 15.0076079717 20.8587853957 404.8403887549 0.0555555556 +10398600 15.0076079717 21.8328251432 447.9663005613 0.0555555556 +10399500 15.0076079717 22.6227704058 489.7255553664 0.0555555556 +10400400 15.0076079717 23.3914751321 529.7942455212 0.0555555556 +10401300 15.0076079717 24.7025674113 607.4458382234 0.0555555556 +10402200 15.0076079717 25.4434436611 645.6710534197 0.0555555556 +10403100 15.0076079717 26.1397240033 681.2913572019 0.0555555556 +10404000 15.0076079717 26.7859868358 714.0983897609 0.0555555556 +10404900 15.0076079717 28.0808912024 786.7060843389 0.0555555556 +10405800 15.0076079717 28.6593495161 815.0052443946 0.0555555556 +10406700 15.0076079717 29.1711894552 839.7949182536 0.0555555556 +10407600 15.0076079717 29.6132577807 860.9469886787 0.0555555556 +10408500 15.0076079717 29.9678745474 879.0252814261 0.0555555556 +10409400 15.0076079717 30.2788459689 892.5835615582 0.0555555556 +10410300 15.0076079717 30.5140080369 902.2462129319 0.0555555556 +10411200 15.0076079717 30.6722223756 907.965236012 0.0555555556 +10412100 15.0076079717 30.7123674174 910.0572228242 0.0555555556 +10413000 15.0076079717 30.630751631 907.8233388734 0.0555555556 +10413900 15.0076079717 30.471692308 901.6191618388 0.0555555556 +10414800 15.0076079717 30.2359154274 891.4754065005 0.0555555556 +10415700 15.0076079717 29.6583851885 871.9828449525 0.0555555556 +10416600 15.0076079717 29.2888942119 854.4614225264 0.0555555556 +10417500 15.0076079717 28.8509675149 833.282952098 0.0555555556 +10418400 15.0076079717 28.3471609291 808.5572883963 0.0555555556 +10419300 15.0076079717 27.8178116851 776.0508942639 0.0555555556 +10420200 15.0076079717 27.1845547538 744.4539602762 0.0555555556 +10421100 15.0076079717 26.4947985467 709.7405563202 0.0555555556 +10422000 15.0076079717 25.7535194307 672.1065302456 0.0555555556 +10422900 15.0076079717 24.4540325835 595.4203679374 0.0555555556 +10423800 15.0076079717 23.685688033 554.947633935 0.0555555556 +10424700 15.0076079717 22.8874936695 512.4235019086 0.0555555556 +10425600 15.0076079717 22.052167739 468.1504648635 0.0555555556 +10426500 15.0076079717 20.4499013761 376.5845302629 0.0555555556 +10427400 15.0076079717 19.6489743328 335.3242421975 0.0555555556 +10428300 15.0076079717 18.9555448644 293.6055276916 0.0555555556 +10429200 15.0076079717 18.370792229 251.9216577161 0.0555555556 +10430100 15.0076079717 17.24676552 162.2918952506 0.0555555556 +10431000 15.0004480672 39.1777441534 131.1944371879 0 +10431900 15.0076079717 16.7452145006 101.8430647713 0.0555555556 +10432800 15.0004480672 34.5360633422 74.7920480278 0 +10433700 15.0004480672 20.75 50.8171474034 0 +10434600 15.0004480672 20.05 35.0602757729 0 +10435500 15.0004480672 19.35 18.2960020372 0 +10436400 15.0004480672 18.65 2.8485791264 0 +10437300 15.0004480672 18.1625 0 0 +10438200 15.0004480672 17.8875 0 0 +10439100 15.0004480672 17.6125 0 0 +10440000 15.0004480672 17.3375 0 0 +10440900 15.0004480672 17.2 0 0 +10441800 15.0004480672 17.2 0 0 +10442700 15.0004480672 17.2 0 0 +10443600 15.0004480672 17.2 0 0 +10444500 15.0004480672 17.0625 0 0 +10445400 15.0004480672 16.7875 0 0 +10446300 15.0004480672 16.5125 0 0 +10447200 15.0004480672 16.2375 0 0 +10448100 15.0004480672 15.8875 0 0 +10449000 15.0004480672 15.4625 0 0 +10449900 15.0004480672 15.0375 0 0 +10450800 15.0004480672 14.6125 0 0 +10451700 15.0004480672 14.4 0 0 +10452600 15.0004480672 14.4 0 0 +10453500 15.0004480672 14.4 0 0 +10454400 15.0004480672 14.4 0 0 +10455300 15.0004480672 14.4 0 0 +10456200 15.0004480672 14.4 0 0 +10457100 15.0004480672 14.4 0 0 +10458000 15.0004480672 14.4 0 0 +10458900 15.0004480672 14.2625 0 0 +10459800 15.0004480672 13.9875 0 0 +10460700 15.0004480672 13.7125 0 0 +10461600 15.0004480672 13.4375 0 0 +10462500 15.0004480672 13.3 0 0 +10463400 15.0004480672 13.3 0 0 +10464300 15.0004480672 13.3 0 0 +10465200 15.0004480672 13.3 0 0 +10466100 15.0004480672 13.375 0 0 +10467000 15.0004480672 13.525 0 0 +10467900 15.0004480672 13.675 0 0 +10468800 15.0004480672 13.825 0 0 +10469700 15.0004480672 13.6875 0 0 +10470600 15.0004480672 13.2625 0 0 +10471500 15.0004480672 12.8375 0 0 +10472400 15.0004480672 12.4125 0 0 +10473300 15.0004480672 12.275 0 0 +10474200 15.0004480672 12.425 4.2828163828 0 +10475100 15.0004480672 12.575 17.9516253875 0 +10476000 15.0004480672 12.725 31.1448209374 0 +10476900 15.0004480672 13.425 44.9538762061 0 +10477800 15.0004480672 24.6551645491 58.7255723759 0 +10478700 15.0076079717 15.9604361278 82.9209992996 0.0555555556 +10479600 15.0004480672 29.6293828652 109.6817897345 0 +10480500 15.0076079717 17.4608514538 215.7315766065 0.0555555556 +10481400 15.0076079717 17.9882553831 260.318855185 0.0555555556 +10482300 15.0076079717 18.6555492184 305.5944459116 0.0555555556 +10483200 15.0076079717 19.4665113499 350.8662054692 0.0555555556 +10484100 15.0076079717 21.142821406 440.2297942962 0.0555555556 +10485000 15.0076079717 22.1709591164 486.6378619803 0.0555555556 +10485900 15.0076079717 23.0091570964 531.5697091024 0.0555555556 +10486800 15.0076079717 23.8246532619 574.6788053667 0.0555555556 +10487700 15.0076079717 24.8041934004 624.8760822067 0.0555555556 +10488600 15.0076079717 25.6135580085 664.7224178142 0.0555555556 +10489500 15.0076079717 26.3751004725 701.8365248955 0.0555555556 +10490400 15.0076079717 27.0830315089 736.0043656795 0.0555555556 +10491300 15.0076079717 28.0244456745 794.3206816196 0.0555555556 +10492200 15.0076079717 28.609792984 822.7017438804 0.0555555556 +10493100 15.0076079717 29.1288895253 847.5607620824 0.0555555556 +10494000 15.0076079717 29.5785981357 868.7682305253 0.0555555556 +10494900 15.0076079717 29.7270663238 868.5322591772 0.0555555556 +10495800 15.0076079717 29.9485823455 881.9287408559 0.0555555556 +10496700 15.0076079717 30.0944282868 891.4659365 0.0555555556 +10497600 15.0076079717 30.1634719969 897.096625032 0.0555555556 +10498500 15.0076079717 31.1571418113 951.8984063599 0.0555555556 +10499400 15.0076079717 31.0893123828 949.5058252892 0.0555555556 +10500300 15.0076079717 30.9377935036 942.9252099805 0.0555555556 +10501200 15.0076079717 30.70336413 932.1882862937 0.0555555556 +10502100 15.0076079717 30.3279484955 911.9368588637 0.0555555556 +10503000 15.0076079717 29.9532544377 893.162892027 0.0555555556 +10503900 15.0076079717 29.5012874175 870.4701910021 0.0555555556 +10504800 15.0076079717 28.9748993105 843.9716491016 0.0555555556 +10505700 15.0076079717 28.1380205076 796.3688791921 0.0555555556 +10506600 15.0076079717 27.4937882627 763.3461870483 0.0555555556 +10507500 15.0076079717 26.7881286221 727.0499413152 0.0555555556 +10508400 15.0076079717 26.0264273214 687.678765652 0.0555555556 +10509300 15.0076079717 24.8305824769 619.9742890711 0.0555555556 +10510200 15.0076079717 23.9454634552 576.7151237919 0.0555555556 +10511100 15.0076079717 23.0269102029 531.2225773917 0.0555555556 +10512000 15.0076079717 22.0541502667 483.816283159 0.0555555556 +10512900 15.0076079717 20.3073621731 392.9528659651 0.0555555556 +10513800 15.0076079717 19.3731328537 347.2100932636 0.0555555556 +10514700 15.0076079717 18.5902889336 300.9450669626 0.0555555556 +10515600 15.0076079717 17.9606433629 254.7565789941 0.0555555556 +10516500 15.0004480672 37.8358561456 169.1366237641 0 +10517400 15.0076079717 16.6023112633 132.1450556526 0.0555555556 +10518300 15.0004480672 32.9245536375 97.7477960089 0 +10519200 15.0076079717 16.3480384157 66.92594679 0.0555555556 +10520100 15.0004480672 19.125 40.1664862559 0 +10521000 15.0004480672 18.575 30.7836298818 0 +10521900 15.0004480672 18.025 17.158685585 0 +10522800 15.0004480672 17.475 3.1613232559 0 +10523700 15.0004480672 17.0625 0 0 +10524600 15.0004480672 16.7875 0 0 +10525500 15.0004480672 16.5125 0 0 +10526400 15.0004480672 16.2375 0 0 +10527300 15.0004480672 15.9625 0 0 +10528200 15.0004480672 15.6875 0 0 +10529100 15.0004480672 15.4125 0 0 +10530000 15.0004480672 15.1375 0 0 +10530900 15.0004480672 14.8625 0 0 +10531800 15.0004480672 14.5875 0 0 +10532700 15.0004480672 14.3125 0 0 +10533600 15.0004480672 14.0375 0 0 +10534500 15.0004480672 13.825 0 0 +10535400 15.0004480672 13.675 0 0 +10536300 15.0004480672 13.525 0 0 +10537200 15.0004480672 13.375 0 0 +10538100 15.0004480672 13.2375 0 0 +10539000 15.0004480672 13.1125 0 0 +10539900 15.0004480672 12.9875 0 0 +10540800 15.0004480672 12.8625 0 0 +10541700 15.0004480672 12.725 0 0 +10542600 15.0004480672 12.575 0 0 +10543500 15.0004480672 12.425 0 0 +10544400 15.0004480672 12.275 0 0 +10545300 15.0004480672 12.1375 0 0 +10546200 15.0004480672 12.0125 0 0 +10547100 15.0004480672 11.8875 0 0 +10548000 15.0004480672 11.7625 0 0 +10548900 15.0004480672 11.625 0 0 +10549800 15.0004480672 11.475 0 0 +10550700 15.0004480672 11.325 0 0 +10551600 15.0004480672 11.175 0 0 +10552500 15.0004480672 11.0375 0 0 +10553400 15.0004480672 10.9125 0 0 +10554300 15.0004480672 10.7875 0 0 +10555200 15.0004480672 10.6625 0 0 +10556100 15.0004480672 10.525 0 0 +10557000 15.0004480672 10.375 0 0 +10557900 15.0004480672 10.225 0 0 +10558800 15.0004480672 10.075 0 0 +10559700 15.0004480672 10.1375 0 0 +10560600 15.0004480672 10.4125 5.3768376647 0 +10561500 15.0004480672 10.6875 19.5223419143 0 +10562400 15.0004480672 10.9625 31.3669720959 0 +10563300 15.0004480672 11.175 40.7537048908 0 +10564200 15.0004480672 20.3390464867 55.0139273282 0 +10565100 15.0004480672 20.139778093 88.7972870106 0 +10566000 15.0004480672 21.1849886044 126.9512689241 0 +10566900 15.0076079717 16.7429617195 218.731462136 0.0555555556 +10567800 15.0076079717 17.2970612114 267.9604901653 0.0555555556 +10568700 15.0076079717 18.0324693733 317.8915435191 0.0555555556 +10569600 15.0076079717 18.9530075339 367.7037102289 0.0555555556 +10570500 15.0076079717 20.7078828344 460.0216211715 0.0555555556 +10571400 15.0076079717 21.9594111047 511.5776043162 0.0555555556 +10572300 15.0076079717 22.935101826 561.3905991437 0.0555555556 +10573200 15.0076079717 23.8835776618 609.0829586173 0.0555555556 +10574100 15.0076079717 24.6354494681 645.8158861099 0.0555555556 +10575000 15.0076079717 25.4863338029 687.3973143816 0.0555555556 +10575900 15.0076079717 26.2861414805 726.1043672173 0.0555555556 +10576800 15.0076079717 27.028753036 761.7187582713 0.0555555556 +10577700 15.0076079717 28.0548794324 818.2814671412 0.0555555556 +10578600 15.0076079717 28.6606234053 847.9983467661 0.0555555556 +10579500 15.0076079717 29.1939132015 874.0094943051 0.0555555556 +10580400 15.0076079717 29.6513870539 896.1849630273 0.0555555556 +10581300 15.0076079717 26.9965161282 740.1336833633 0.0555555556 +10582200 15.0076079717 27.2178717165 751.4678871048 0.0555555556 +10583100 15.0076079717 27.3754843498 759.5298127317 0.0555555556 +10584000 15.0076079717 27.4683897331 764.2787588237 0.0555555556 +10584900 15.0076079717 31.4353047226 994.3348705845 0.0555555556 +10585800 15.0076079717 31.3840681899 991.7947301505 0.0555555556 +10586700 15.0076079717 31.2444419966 984.8697573456 0.0555555556 +10587600 15.0076079717 31.0172448566 973.5927781733 0.0555555556 +10588500 15.0076079717 30.8394852586 963.7155432288 0.0555555556 +10589400 15.0076079717 30.4246727504 943.7718183492 0.0555555556 +10590300 15.0076079717 29.9267543089 919.6679943138 0.0555555556 +10591200 15.0076079717 29.3487556445 891.5209801603 0.0555555556 +10592100 15.0076079717 27.7036693619 800.5150293263 0.0555555556 +10593000 15.0076079717 27.0388497424 767.3392407188 0.0555555556 +10593900 15.0076079717 26.3127471957 730.8825763828 0.0555555556 +10594800 15.0076079717 25.5307640881 691.3457967193 0.0555555556 +10595700 15.0076079717 24.8129840502 653.5986062829 0.0555555556 +10596600 15.0076079717 23.8977661914 607.7025087595 0.0555555556 +10597500 15.0076079717 22.9467943646 559.4140780901 0.0555555556 +10598400 15.0076079717 21.925989538 509.0684758529 0.0555555556 +10599300 15.0076079717 19.9140178874 401.3963325353 0.0555555556 +10600200 15.0076079717 18.9148389102 354.0330082086 0.0555555556 +10601100 15.0076079717 18.0792917184 306.101541988 0.0555555556 +10602000 15.0076079717 17.4095416212 258.2312513443 0.0555555556 +10602900 15.0004480672 27.4629800317 157.2091012093 0 +10603800 15.0004480672 24.8156550207 120.4470442211 0 +10604700 15.0004480672 23.5693725499 86.4319538481 0 +10605600 15.0004480672 23.1937047945 56.3113015818 0 +10606500 15.0004480672 12.6625 26.2888695962 0 +10607400 15.0004480672 12.3875 25.1131299326 0 +10608300 15.0004480672 12.1125 15.5801825102 0 +10609200 15.0004480672 11.8375 3.3955215895 0 +10610100 15.0004480672 11.625 0 0 +10611000 15.0004480672 11.475 0 0 +10611900 15.0004480672 11.325 0 0 +10612800 15.0004480672 11.175 0 0 +10613700 15.0004480672 11.1 0 0 +10614600 15.0004480672 11.1 0 0 +10615500 15.0004480672 11.1 0 0 +10616400 15.0004480672 11.1 0 0 +10617300 15.0004480672 11.0375 0 0 +10618200 15.0004480672 10.9125 0 0 +10619100 15.0004480672 10.7875 0 0 +10620000 15.0004480672 10.6625 0 0 +10620900 15.0004480672 10.525 0 0 +10621800 15.0004480672 10.375 0 0 +10622700 15.0004480672 10.225 0 0 +10623600 15.0004480672 10.075 0 0 +10624500 15.0004480672 10 0 0 +10625400 15.0004480672 10 0 0 +10626300 15.0004480672 10 0 0 +10627200 15.0004480672 10 0 0 +10628100 15.0004480672 10 0 0 +10629000 15.0004480672 10 0 0 +10629900 15.0004480672 10 0 0 +10630800 15.0004480672 10 0 0 +10631700 15.0004480672 9.8625 0 0 +10632600 15.0004480672 9.5875 0 0 +10633500 15.0004480672 9.3125 0 0 +10634400 15.0004480672 9.0375 0 0 +10635300 15.0004480672 8.9 0 0 +10636200 15.0004480672 8.9 0 0 +10637100 15.0004480672 8.9 0 0 +10638000 15.0004480672 8.9 0 0 +10638900 15.0004480672 8.9 0 0 +10639800 15.0004480672 8.9 0 0 +10640700 15.0004480672 8.9 0 0 +10641600 15.0004480672 8.9 0 0 +10642500 15.0004480672 8.9 0 0 +10643400 15.0004480672 8.9 0 0 +10644300 15.0004480672 8.9 0 0 +10645200 15.0004480672 8.9 0 0 +10646100 15.0004480672 8.9625 0 0 +10647000 15.0004480672 9.0875 6.006395336 0 +10647900 15.0004480672 9.2125 19.6278340733 0 +10648800 15.0004480672 9.3375 31.0348481301 0 +10649700 15.0004480672 9.6875 44.8072709362 0 +10650600 15.0004480672 20.310799966 59.2752759002 0 +10651500 15.0004480672 20.9035270096 92.010789432 0 +10652400 15.0004480672 22.6222698598 128.8290657369 0 +10653300 15.0076079717 16.8098861197 218.4251367739 0.0555555556 +10654200 15.0076079717 17.3556632909 266.4872492821 0.0555555556 +10655100 15.0076079717 18.0722770247 315.2580914601 0.0555555556 +10656000 15.0076079717 18.9633205269 363.9513542985 0.0555555556 +10656900 15.0076079717 20.6400207415 451.6944294749 0.0555555556 +10657800 15.0076079717 21.848395644 501.7164688685 0.0555555556 +10658700 15.0076079717 22.7977208876 550.0809755504 0.0555555556 +10659600 15.0076079717 23.7205599864 596.4169165235 0.0555555556 +10660500 15.0076079717 25.101453569 675.3378763967 0.0555555556 +10661400 15.0076079717 25.9650483859 718.7707356616 0.0555555556 +10662300 15.0076079717 26.7754366365 759.195399127 0.0555555556 +10663200 15.0076079717 27.5262495018 796.3846408859 0.0555555556 +10664100 15.0076079717 28.4390704337 847.5488393671 0.0555555556 +10665000 15.0076079717 29.0693745583 878.2352937097 0.0555555556 +10665900 15.0076079717 29.6253069453 905.0921436865 0.0555555556 +10666800 15.0076079717 30.1034132608 927.9845733499 0.0555555556 +10667700 15.0076079717 30.3777725749 939.6990347859 0.0555555556 +10668600 15.0076079717 30.698853827 954.2272591214 0.0555555556 +10669500 15.0076079717 30.9359497782 964.5494583221 0.0555555556 +10670400 15.0076079717 31.0878296221 970.6158687842 0.0555555556 +10671300 15.0076079717 31.1528968874 974.4796481826 0.0555555556 +10672200 15.0076079717 31.102601271 971.9638075972 0.0555555556 +10673100 15.0076079717 30.9666356078 965.1599676805 0.0555555556 +10674000 15.0076079717 30.7458053255 954.1008991471 0.0555555556 +10674900 15.0076079717 30.5663436592 943.5869589529 0.0555555556 +10675800 15.0076079717 30.1964704058 924.0724149887 0.0555555556 +10676700 15.0076079717 29.7462775283 900.4981570186 0.0555555556 +10677600 15.0076079717 29.218728802 872.9807963662 0.0555555556 +10678500 15.0076079717 28.4210999742 828.7889004398 0.0555555556 +10679400 15.0076079717 27.7270886506 794.3174363333 0.0555555556 +10680300 15.0076079717 26.9690369622 756.4340549444 0.0555555556 +10681200 15.0076079717 26.1525741558 715.3452836991 0.0555555556 +10682100 15.0076079717 24.1211800929 593.4958292226 0.0555555556 +10683000 15.0076079717 23.2891516011 552.2446065738 0.0555555556 +10683900 15.0076079717 22.4259214286 508.892150854 0.0555555556 +10684800 15.0076079717 21.4937885311 463.7473120589 0.0555555556 +10685700 15.0076079717 20.0306419773 394.4156008036 0.0555555556 +10686600 15.0076079717 19.0961197739 348.3101494411 0.0555555556 +10687500 15.0076079717 18.3152972203 301.6863948135 0.0555555556 +10688400 15.0076079717 17.6901623091 255.1506685757 0.0555555556 +10689300 15.0004480672 35.6558870058 174.6828808122 0 +10690200 15.0076079717 16.4447957995 136.9386710201 0.0555555556 +10691100 15.0004480672 30.6116607496 101.8107213469 0 +10692000 15.0076079717 16.1753963135 70.2970520389 0.0555555556 +10692900 15.0004480672 15.75 39.2524337652 0 +10693800 15.0004480672 15.05 31.5026435191 0 +10694700 15.0004480672 14.35 18.7108538598 0 +10695600 15.0004480672 13.65 4.3870850684 0 +10696500 15.0004480672 13.1625 0 0 +10697400 15.0004480672 12.8875 0 0 +10698300 15.0004480672 12.6125 0 0 +10699200 15.0004480672 12.3375 0 0 +10700100 15.0004480672 12.2 0 0 +10701000 15.0004480672 12.2 0 0 +10701900 15.0004480672 12.2 0 0 +10702800 15.0004480672 12.2 0 0 +10703700 15.0004480672 12.0625 0 0 +10704600 15.0004480672 11.7875 0 0 +10705500 15.0004480672 11.5125 0 0 +10706400 15.0004480672 11.2375 0 0 +10707300 15.0004480672 11.1 0 0 +10708200 15.0004480672 11.1 0 0 +10709100 15.0004480672 11.1 0 0 +10710000 15.0004480672 11.1 0 0 +10710900 15.0004480672 11.0375 0 0 +10711800 15.0004480672 10.9125 0 0 +10712700 15.0004480672 10.7875 0 0 +10713600 15.0004480672 10.6625 0 0 +10714500 15.0004480672 10.6 0 0 +10715400 15.0004480672 10.6 0 0 +10716300 15.0004480672 10.6 0 0 +10717200 15.0004480672 10.6 0 0 +10718100 15.0004480672 10.525 0 0 +10719000 15.0004480672 10.375 0 0 +10719900 15.0004480672 10.225 0 0 +10720800 15.0004480672 10.075 0 0 +10721700 15.0004480672 10 0 0 +10722600 15.0004480672 10 0 0 +10723500 15.0004480672 10 0 0 +10724400 15.0004480672 10 0 0 +10725300 15.0004480672 9.925 0 0 +10726200 15.0004480672 9.775 0 0 +10727100 15.0004480672 9.625 0 0 +10728000 15.0004480672 9.475 0 0 +10728900 15.0004480672 9.4 0 0 +10729800 15.0004480672 9.4 0 0 +10730700 15.0004480672 9.4 0 0 +10731600 15.0004480672 9.4 0 0 +10732500 15.0004480672 9.475 1.19369796119607E-008 0 +10733400 15.0004480672 9.625 9.6887840256 0 +10734300 15.0004480672 9.775 29.1984731965 0 +10735200 15.0004480672 9.925 48.7826907894 0 +10736100 15.0004480672 10.275 53.1463119791 0 +10737000 15.0004480672 22.6169327648 68.1523071274 0 +10737900 15.0076079717 15.8613390428 86.1134111032 0.0555555556 +10738800 15.0004480672 28.1439312654 104.7522009858 0 +10739700 15.0076079717 17.1046010225 187.5994116772 0.0555555556 +10740600 15.0076079717 17.5182764062 218.8277812992 0.0555555556 +10741500 15.0076079717 17.9893248011 250.2581893579 0.0555555556 +10742400 15.0076079717 18.5190902499 281.5332649845 0.0555555556 +10743300 15.0076079717 20.2090321659 407.5778562574 0.0555555556 +10744200 15.0076079717 21.1955652843 450.5028846469 0.0555555556 +10745100 15.0076079717 21.999186214 492.0671427902 0.0555555556 +10746000 15.0076079717 22.7763221753 531.9476722194 0.0555555556 +10746900 15.0076079717 23.1635935098 548.0314737751 0.0555555556 +10747800 15.0076079717 23.8274030659 581.6058686976 0.0555555556 +10748700 15.0076079717 24.4524613587 612.895229659 0.0555555556 +10749600 15.0076079717 25.0341190695 641.7136942437 0.0555555556 +10750500 15.0076079717 24.8019532762 628.9024071829 0.0555555556 +10751400 15.0076079717 25.1900508848 650.2979610581 0.0555555556 +10752300 15.0076079717 25.5308076986 669.0345509416 0.0555555556 +10753200 15.0076079717 25.8220052192 685.0123512222 0.0555555556 +10754100 15.0076079717 26.877595314 745.7022911281 0.0555555556 +10755000 15.0076079717 27.1026989862 756.7354304569 0.0555555556 +10755900 15.0076079717 27.2686797893 764.5702448228 0.0555555556 +10756800 15.0076079717 27.3746508208 769.1665899007 0.0555555556 +10757700 15.0076079717 29.0818053977 868.5326141337 0.0555555556 +10758600 15.0076079717 29.0399411786 866.3198250068 0.0555555556 +10759500 15.0076079717 28.9275847957 860.378913041 0.0555555556 +10760400 15.0076079717 28.7454196066 850.7399907479 0.0555555556 +10761300 15.0076079717 28.2472585329 825.2356973459 0.0555555556 +10762200 15.0076079717 27.938555585 808.7078578498 0.0555555556 +10763100 15.0076079717 27.5666247399 788.7575345687 0.0555555556 +10764000 15.0076079717 27.1338630363 765.4894638985 0.0555555556 +10764900 15.0076079717 26.5121912883 729.4899805767 0.0555555556 +10765800 15.0076079717 25.9352334986 700.226755019 0.0555555556 +10766700 15.0076079717 25.3075360624 668.102031794 0.0555555556 +10767600 15.0076079717 24.6336005768 633.3002381933 0.0555555556 +10768500 15.0076079717 21.9430382848 466.5262586348 0.0555555556 +10769400 15.0076079717 21.4382928037 437.9399857089 0.0555555556 +10770300 15.0076079717 20.9126544138 407.8874157676 0.0555555556 +10771200 15.0076079717 20.3508234881 376.5637875171 0.0555555556 +10772100 15.0076079717 19.6622750838 347.815420244 0.0555555556 +10773000 15.0076079717 18.9989220713 312.1574770102 0.0555555556 +10773900 15.0076079717 18.4062881557 276.0506821334 0.0555555556 +10774800 15.0076079717 17.8854551364 239.8761968275 0.0555555556 +10775700 15.0004480672 36.2824865466 142.0373545846 0 +10776600 15.0076079717 16.5333317288 120.2792770243 0.0555555556 +10777500 15.0004480672 30.4261155352 98.947208795 0 +10778400 15.0076079717 16.0428559407 78.2414529398 0.0555555556 +10779300 15.0015020533 13.7625 57.0209393515 0 +10780200 15.0004480672 13.4875 39.8975699461 0 +10781100 15.0004480672 13.2125 22.6288921932 0 +10782000 15.0004480672 12.9375 5.7084311382 0 +10782900 15.0004480672 12.6625 0 0 +10783800 15.0004480672 12.3875 0 0 +10784700 15.0004480672 12.1125 0 0 +10785600 15.0004480672 11.8375 0 0 +10786500 15.0004480672 11.7 0 0 +10787400 15.0004480672 11.7 0 0 +10788300 15.0004480672 11.7 0 0 +10789200 15.0004480672 11.7 0 0 +10790100 15.0004480672 11.625 0 0 +10791000 15.0004480672 11.475 0 0 +10791900 15.0004480672 11.325 0 0 +10792800 15.0004480672 11.175 0 0 +10793700 15.0004480672 11.0375 0 0 +10794600 15.0004480672 10.9125 0 0 +10795500 15.0004480672 10.7875 0 0 +10796400 15.0004480672 10.6625 0 0 +10797300 15.0004480672 10.6 0 0 +10798200 15.0004480672 10.6 0 0 +10799100 15.0004480672 10.6 0 0 +10800000 15.0004480672 10.6 0 0 +10800900 15.0004480672 10.525 0 0 +10801800 15.0004480672 10.375 0 0 +10802700 15.0004480672 10.225 0 0 +10803600 15.0004480672 10.075 0 0 +10804500 15.0004480672 10 0 0 +10805400 15.0004480672 10 0 0 +10806300 15.0004480672 10 0 0 +10807200 15.0004480672 10 0 0 +10808100 15.0004480672 10 0 0 +10809000 15.0004480672 10 0 0 +10809900 15.0004480672 10 0 0 +10810800 15.0004480672 10 0 0 +10811700 15.0004480672 10 0 0 +10812600 15.0004480672 10 0 0 +10813500 15.0004480672 10 0 0 +10814400 15.0004480672 10 0 0 +10815300 15.0004480672 10 0 0 +10816200 15.0004480672 10 0 0 +10817100 15.0004480672 10 0 0 +10818000 15.0004480672 10 0 0 +10818900 15.0004480672 10 0.0415243718 0 +10819800 15.0004480672 10 9.3411521977 0 +10820700 15.0004480672 10 25.812348682 0 +10821600 15.0004480672 10 42.3954403716 0 +10822500 15.0004480672 10.2125 60.4266477134 0 +10823400 15.0004480672 23.9861706125 77.0968663924 0 +10824300 15.0076079717 15.9886355412 97.3800737917 0.0555555556 +10825200 15.0004480672 29.695529846 118.4791703064 0 +10826100 15.0076079717 17.3166493226 206.351206297 0.0555555556 +10827000 15.0076079717 17.7627792162 240.4297964185 0.0555555556 +10827900 15.0076079717 18.2696224269 274.7175986277 0.0555555556 +10828800 15.0076079717 18.8384821473 308.8270867622 0.0555555556 +10829700 15.0076079717 20.613010569 422.5246251446 0.0555555556 +10830600 15.0076079717 21.375052859 461.8035325738 0.0555555556 +10831500 15.0076079717 22.0356765743 499.7620604527 0.0555555556 +10832400 15.0076079717 22.670533797 536.1353739318 0.0555555556 +10833300 15.0076079717 23.7511535212 596.9075519992 0.0555555556 +10834200 15.0076079717 24.424558794 633.1446643901 0.0555555556 +10835100 15.0076079717 25.0567926578 666.9124577377 0.0555555556 +10836000 15.0076079717 25.6429237693 698.0108444083 0.0555555556 +10836900 15.0076079717 27.0270687703 787.6629322979 0.0555555556 +10837800 15.0076079717 27.5314562068 814.7216520113 0.0555555556 +10838700 15.0076079717 27.9757047439 838.4137233219 0.0555555556 +10839600 15.0076079717 28.3569752718 858.6131128434 0.0555555556 +10840500 15.0076079717 28.3661021187 860.0570530424 0.0555555556 +10841400 15.0076079717 28.5947275953 872.6497383297 0.0555555556 +10842300 15.0076079717 28.7571077024 881.5852374106 0.0555555556 +10843200 15.0076079717 28.8522545648 886.8178533654 0.0555555556 +10844100 15.0076079717 27.3514532015 788.1908611514 0.0555555556 +10845000 15.0076079717 27.324902113 786.2106610779 0.0555555556 +10845900 15.0076079717 27.2380156387 780.928112271 0.0555555556 +10846800 15.0076079717 27.0913778268 772.3702023113 0.0555555556 +10847700 15.0076079717 27.7293486869 815.9296015041 0.0555555556 +10848600 15.0076079717 27.43724174 799.861731717 0.0555555556 +10849500 15.0076079717 27.0853703925 780.4719157919 0.0555555556 +10850400 15.0076079717 26.675985015 757.8621613433 0.0555555556 +10851300 15.0076079717 24.8590686644 639.3826525833 0.0555555556 +10852200 15.0076079717 24.386964081 614.1463230673 0.0555555556 +10853100 15.0076079717 23.8718592555 586.4475846341 0.0555555556 +10854000 15.0076079717 23.3175314347 556.4459342392 0.0555555556 +10854900 15.0076079717 22.0397602938 478.6918775985 0.0555555556 +10855800 15.0076079717 21.4431533867 447.7988002523 0.0555555556 +10856700 15.0076079717 20.8242531309 415.3634013988 0.0555555556 +10857600 15.0076079717 20.1552641035 381.6126737445 0.0555555556 +10858500 15.0076079717 18.9379836429 299.0827776038 0.0555555556 +10859400 15.0076079717 18.4831811373 270.926000351 0.0555555556 +10860300 15.0076079717 18.0623390661 242.2728967559 0.0555555556 +10861200 15.0076079717 17.6765100146 213.3698032708 0.0555555556 +10862100 15.0004480672 36.7473469506 155.8344375042 0 +10863000 15.0076079717 16.5449650469 130.7103485741 0.0555555556 +10863900 15.0004480672 30.1190906632 106.3781982467 0 +10864800 15.0076079717 16.007259342 83.131052676 0.0555555556 +10865700 15.0015020533 12.1375 55.656120169 0 +10866600 15.0004480672 12.0125 39.066315334 0 +10867500 15.0004480672 11.8875 22.5273269736 0 +10868400 15.0004480672 11.7625 6.2505899934 0 +10869300 15.0004480672 11.7 0 0 +10870200 15.0004480672 11.7 0 0 +10871100 15.0004480672 11.7 0 0 +10872000 15.0004480672 11.7 0 0 +10872900 15.0004480672 11.625 0 0 +10873800 15.0004480672 11.475 0 0 +10874700 15.0004480672 11.325 0 0 +10875600 15.0004480672 11.175 0 0 +10876500 15.0004480672 11.1 0 0 +10877400 15.0004480672 11.1 0 0 +10878300 15.0004480672 11.1 0 0 +10879200 15.0004480672 11.1 0 0 +10880100 15.0004480672 11.1 0 0 +10881000 15.0004480672 11.1 0 0 +10881900 15.0004480672 11.1 0 0 +10882800 15.0004480672 11.1 0 0 +10883700 15.0004480672 11.1 0 0 +10884600 15.0004480672 11.1 0 0 +10885500 15.0004480672 11.1 0 0 +10886400 15.0004480672 11.1 0 0 +10887300 15.0004480672 11.1 0 0 +10888200 15.0004480672 11.1 0 0 +10889100 15.0004480672 11.1 0 0 +10890000 15.0004480672 11.1 0 0 +10890900 15.0004480672 11.1 0 0 +10891800 15.0004480672 11.1 0 0 +10892700 15.0004480672 11.1 0 0 +10893600 15.0004480672 11.1 0 0 +10894500 15.0004480672 11.0375 0 0 +10895400 15.0004480672 10.9125 0 0 +10896300 15.0004480672 10.7875 0 0 +10897200 15.0004480672 10.6625 0 0 +10898100 15.0004480672 10.525 0 0 +10899000 15.0004480672 10.375 0 0 +10899900 15.0004480672 10.225 0 0 +10900800 15.0004480672 10.075 0 0 +10901700 15.0004480672 10 0 0 +10902600 15.0004480672 10 0 0 +10903500 15.0004480672 10 0 0 +10904400 15.0004480672 10 0 0 +10905300 15.0004480672 10 0.0630046208 0 +10906200 15.0004480672 10 8.0007857501 0 +10907100 15.0004480672 10 20.0841278848 0 +10908000 15.0004480672 10 29.0837742499 0 +10908900 15.0004480672 10.2125 45.7492752805 0 +10909800 15.0004480672 20.9135484811 59.7112653759 0 +10910700 15.0004480672 21.1539574112 94.0415445185 0 +10911600 15.0004480672 22.6476219827 132.6203150224 0 +10912500 15.0076079717 16.814793362 210.6351120113 0.0555555556 +10913400 15.0076079717 17.3154445044 255.1813516434 0.0555555556 +10914300 15.0076079717 17.9667059216 300.4056234564 0.0555555556 +10915200 15.0076079717 18.7715413627 345.6050733808 0.0555555556 +10916100 15.0076079717 20.5529223094 446.7641620136 0.0555555556 +10917000 15.0076079717 21.7118233984 495.4498688285 0.0555555556 +10917900 15.0076079717 22.6563478603 542.548340026 0.0555555556 +10918800 15.0076079717 23.5568922051 587.6951440502 0.0555555556 +10919700 15.0076079717 24.1601487361 618.2250555936 0.0555555556 +10920600 15.0076079717 24.8980615365 656.7433969948 0.0555555556 +10921500 15.0076079717 25.5908945488 692.6277603796 0.0555555556 +10922400 15.0076079717 26.2331548946 725.6665079095 0.0555555556 +10923300 15.0076079717 27.996580013 819.8814471742 0.0555555556 +10924200 15.0076079717 28.596590987 849.5013472069 0.0555555556 +10925100 15.0076079717 29.1243601263 875.4154886132 0.0555555556 +10926000 15.0076079717 29.5765302157 897.4931511405 0.0555555556 +10926900 15.0076079717 29.0414700847 869.0742471316 0.0555555556 +10927800 15.0076079717 29.3137401451 882.3389445621 0.0555555556 +10928700 15.0076079717 29.5103180705 891.7437360854 0.0555555556 +10929600 15.0076079717 29.6300795804 897.2418090581 0.0555555556 +10930500 15.0076079717 29.9059320684 913.3492731345 0.0555555556 +10931400 15.0076079717 29.8467458214 910.9312801863 0.0555555556 +10932300 15.0076079717 29.7087693505 904.5165597577 0.0555555556 +10933200 15.0076079717 29.4927646405 894.136837232 0.0555555556 +10934100 15.0076079717 29.8342362682 908.2471731377 0.0555555556 +10935000 15.0076079717 29.4538488134 889.3598067975 0.0555555556 +10935900 15.0076079717 28.9956426428 866.560542709 0.0555555556 +10936800 15.0076079717 28.4625103227 839.9625378574 0.0555555556 +10937700 15.0076079717 28.2107899462 828.8638324733 0.0555555556 +10938600 15.0076079717 27.5030551378 794.1539046501 0.0555555556 +10939500 15.0076079717 26.7301167331 756.0097988644 0.0555555556 +10940400 15.0076079717 25.8976972593 714.6370465404 0.0555555556 +10941300 15.0076079717 22.7517999456 522.7865105159 0.0555555556 +10942200 15.0076079717 22.0846458857 487.6283925443 0.0555555556 +10943100 15.0076079717 21.3922182838 450.7256223531 0.0555555556 +10944000 15.0076079717 20.6293137633 412.3448735659 0.0555555556 +10944900 15.0076079717 19.4267862852 351.3507398528 0.0555555556 +10945800 15.0076079717 18.667635198 312.3572421191 0.0555555556 +10946700 15.0076079717 18.0182177335 272.9832330228 0.0555555556 +10947600 15.0076079717 17.479863083 233.7095784423 0.0555555556 +10948500 15.0004480672 29.6970670359 164.0190105933 0 +10949400 15.0076079717 15.9875509025 126.4043455929 0.0555555556 +10950300 15.0004480672 25.5967938951 91.5485732555 0 +10951200 15.0076079717 15.8305694661 60.6084173423 0.0555555556 +10952100 15.0015020533 13.1 35.9311663096 0 +10953000 15.0004480672 12.7 31.6529161389 0 +10953900 15.0004480672 12.3 20.7686175321 0 +10954800 15.0004480672 11.9 6.4874406052 0 +10955700 15.0004480672 11.5625 0 0 +10956600 15.0004480672 11.2875 0 0 +10957500 15.0004480672 11.0125 0 0 +10958400 15.0004480672 10.7375 0 0 +10959300 15.0004480672 10.6 0 0 +10960200 15.0004480672 10.6 0 0 +10961100 15.0004480672 10.6 0 0 +10962000 15.0004480672 10.6 0 0 +10962900 15.0004480672 10.6 0 0 +10963800 15.0004480672 10.6 0 0 +10964700 15.0004480672 10.6 0 0 +10965600 15.0004480672 10.6 0 0 +10966500 15.0004480672 10.6 0 0 +10967400 15.0004480672 10.6 0 0 +10968300 15.0004480672 10.6 0 0 +10969200 15.0004480672 10.6 0 0 +10970100 15.0004480672 10.6 0 0 +10971000 15.0004480672 10.6 0 0 +10971900 15.0004480672 10.6 0 0 +10972800 15.0004480672 10.6 0 0 +10973700 15.0004480672 10.525 0 0 +10974600 15.0004480672 10.375 0 0 +10975500 15.0004480672 10.225 0 0 +10976400 15.0004480672 10.075 0 0 +10977300 15.0004480672 10 0 0 +10978200 15.0004480672 10 0 0 +10979100 15.0004480672 10 0 0 +10980000 15.0004480672 10 0 0 +10980900 15.0004480672 10 0 0 +10981800 15.0004480672 10 0 0 +10982700 15.0004480672 10 0 0 +10983600 15.0004480672 10 0 0 +10984500 15.0004480672 10 0 0 +10985400 15.0004480672 10 0 0 +10986300 15.0004480672 10 0 0 +10987200 15.0004480672 10 0 0 +10988100 15.0004480672 10 0 0 +10989000 15.0004480672 10 0 0 +10989900 15.0004480672 10 0 0 +10990800 15.0004480672 10 0 0 +10991700 15.0004480672 10 0.3491129646 0 +10992600 15.0004480672 10 11.500673134 0 +10993500 15.0004480672 10 27.7357216421 0 +10994400 15.0004480672 10 43.4938876846 0 +10995300 15.0004480672 10.1375 37.5673897269 0 +10996200 15.0004480672 18.7508630941 47.6829469549 0 +10997100 15.0004480672 20.6456192764 58.6056471287 0 +10998000 15.0004480672 22.5643349635 69.6621303356 0 +10998900 15.0076079717 16.1648514509 122.5642429128 0.0555555556 +10999800 15.0004480672 31.9736687985 142.8196628604 0 +11000700 15.0076079717 16.7626699483 163.2378587903 0.0555555556 +11001600 15.0076079717 17.1261524753 183.5822227504 0.0555555556 +11002500 15.0076079717 19.8401627725 372.0202116834 0.0555555556 +11003400 15.0076079717 20.5571758032 407.1018633646 0.0555555556 +11004300 15.0076079717 21.1792286384 441.0289331146 0.0555555556 +11005200 15.0076079717 21.7720799118 473.5573437004 0.0555555556 +11006100 15.0076079717 22.8586892899 533.8831313129 0.0555555556 +11007000 15.0076079717 23.4989159476 566.7486178785 0.0555555556 +11007900 15.0076079717 24.1008172056 597.3747651139 0.0555555556 +11008800 15.0076079717 24.6597382302 625.5786833095 0.0555555556 +11009700 15.0076079717 20.9068805989 398.1791155427 0.0555555556 +11010600 15.0076079717 21.1236225059 410.2711434602 0.0555555556 +11011500 15.0076079717 21.3160681944 420.847238174 0.0555555556 +11012400 15.0076079717 21.4832549518 429.8553313997 0.0555555556 +11013300 15.0076079717 28.2061525408 830.3093959359 0.0555555556 +11014200 15.0076079717 28.4400534907 842.6945679996 0.0555555556 +11015100 15.0076079717 28.6059806466 851.4717259967 0.0555555556 +11016000 15.0076079717 28.7029143606 856.5960157596 0.0555555556 +11016900 15.0076079717 27.6910890255 791.4825918055 0.0555555556 +11017800 15.0076079717 27.6519000581 789.4172815048 0.0555555556 +11018700 15.0076079717 27.5484844033 783.965136173 0.0555555556 +11019600 15.0076079717 27.3814747179 775.1540200938 0.0555555556 +11020500 15.0076079717 28.2489740958 832.227825784 0.0555555556 +11021400 15.0076079717 27.930557232 815.4012621558 0.0555555556 +11022300 15.0076079717 27.5471982011 795.1038264623 0.0555555556 +11023200 15.0076079717 27.1013832154 771.4422372686 0.0555555556 +11024100 15.0076079717 26.7360230083 742.7472095808 0.0555555556 +11025000 15.0076079717 26.1406778817 712.1356905685 0.0555555556 +11025900 15.0076079717 25.4902022187 678.5293975571 0.0555555556 +11026800 15.0076079717 24.7895750723 642.1193704737 0.0555555556 +11027700 15.0076079717 24.7450353702 648.8040248173 0.0555555556 +11028600 15.0076079717 23.8320119026 603.4332285224 0.0555555556 +11029500 15.0076079717 22.8849203351 555.7478110844 0.0555555556 +11030400 15.0076079717 21.825610335 506.0861124321 0.0555555556 +11031300 15.0076079717 19.756162551 374.550240152 0.0555555556 +11032200 15.0076079717 18.9662552067 333.6015340281 0.0555555556 +11033100 15.0076079717 18.2836074383 292.2408869796 0.0555555556 +11034000 15.0076079717 17.7096473427 250.9622997664 0.0555555556 +11034900 15.0004480672 32.5589949209 173.7075279444 0 +11035800 15.0076079717 16.2186680992 136.6352198947 0.0555555556 +11036700 15.0004480672 27.7527093214 102.1127997654 0 +11037600 15.0076079717 15.9652561769 71.1287899711 0.0555555556 +11038500 15.0015020533 12.6625 40.7164957113 0 +11039400 15.0004480672 12.3875 34.5480293464 0 +11040300 15.0004480672 12.1125 22.6516271074 0 +11041200 15.0004480672 11.8375 7.6103454774 0 +11042100 15.0004480672 11.625 0 0 +11043000 15.0004480672 11.475 0 0 +11043900 15.0004480672 11.325 0 0 +11044800 15.0004480672 11.175 0 0 +11045700 15.0004480672 11.0375 0 0 +11046600 15.0004480672 10.9125 0 0 +11047500 15.0004480672 10.7875 0 0 +11048400 15.0004480672 10.6625 0 0 +11049300 15.0004480672 10.6 0 0 +11050200 15.0004480672 10.6 0 0 +11051100 15.0004480672 10.6 0 0 +11052000 15.0004480672 10.6 0 0 +11052900 15.0004480672 10.525 0 0 +11053800 15.0004480672 10.375 0 0 +11054700 15.0004480672 10.225 0 0 +11055600 15.0004480672 10.075 0 0 +11056500 15.0004480672 10 0 0 +11057400 15.0004480672 10 0 0 +11058300 15.0004480672 10 0 0 +11059200 15.0004480672 10 0 0 +11060100 15.0004480672 10 0 0 +11061000 15.0004480672 10 0 0 +11061900 15.0004480672 10 0 0 +11062800 15.0004480672 10 0 0 +11063700 15.0004480672 10 0 0 +11064600 15.0004480672 10 0 0 +11065500 15.0004480672 10 0 0 +11066400 15.0004480672 10 0 0 +11067300 15.0004480672 10 0 0 +11068200 15.0004480672 10 0 0 +11069100 15.0004480672 10 0 0 +11070000 15.0004480672 10 0 0 +11070900 15.0004480672 9.925 0 0 +11071800 15.0004480672 9.775 0 0 +11072700 15.0004480672 9.625 0 0 +11073600 15.0004480672 9.475 0 0 +11074500 15.0004480672 9.4 0 0 +11075400 15.0004480672 9.4 0 0 +11076300 15.0004480672 9.4 0 0 +11077200 15.0004480672 9.4 0 0 +11078100 15.0004480672 9.475 0.5208543738 0 +11079000 15.0004480672 9.625 10.9848915461 0 +11079900 15.0004480672 9.775 24.443253522 0 +11080800 15.0004480672 9.925 33.9655659069 0 +11081700 15.0004480672 10.1375 60.1093317893 0 +11082600 15.0004480672 23.5361940689 75.7429944587 0 +11083500 15.0076079717 15.9319161749 94.4257609168 0.0555555556 +11084400 15.0004480672 28.7509032236 113.741523966 0 +11085300 15.0076079717 17.1881114581 231.8181913091 0.0555555556 +11086200 15.0076079717 17.7058275579 277.8400485689 0.0555555556 +11087100 15.0076079717 18.3594669309 324.5237508136 0.0555555556 +11088000 15.0076079717 19.1515872489 371.1852572235 0.0555555556 +11088900 15.0076079717 20.5154162937 461.2657548559 0.0555555556 +11089800 15.0076079717 21.808307193 513.0276521101 0.0555555556 +11090700 15.0076079717 22.8666545575 563.0192755111 0.0555555556 +11091600 15.0076079717 23.8584674076 610.8635404622 0.0555555556 +11092500 15.0076079717 25.1451094977 681.8607696394 0.0555555556 +11093400 15.0076079717 26.0317846829 725.8573259245 0.0555555556 +11094300 15.0076079717 26.8633907734 766.7817801126 0.0555555556 +11095200 15.0076079717 27.6334237057 804.4074766909 0.0555555556 +11096100 15.0076079717 28.3963621193 845.0175005556 0.0555555556 +11097000 15.0076079717 29.0452676199 875.6219961523 0.0555555556 +11097900 15.0076079717 29.6184992032 902.3868363647 0.0555555556 +11098800 15.0076079717 30.1125880736 925.1792883197 0.0555555556 +11099700 15.0076079717 30.8311813824 963.9826078462 0.0555555556 +11100600 15.0076079717 31.1623717973 978.8203661884 0.0555555556 +11101500 15.0076079717 31.4059310069 989.3265523433 0.0555555556 +11102400 15.0076079717 31.5606021177 995.451331441 0.0555555556 +11103300 15.0076079717 31.6240157495 997.8022502958 0.0555555556 +11104200 15.0076079717 31.58042104 995.0967044489 0.0555555556 +11105100 15.0076079717 31.4473878684 987.9829512649 0.0555555556 +11106000 15.0076079717 31.2257620609 976.4946329472 0.0555555556 +11106900 15.0076079717 30.8362314265 955.0803986163 0.0555555556 +11107800 15.0076079717 30.4204342245 935.1321803779 0.0555555556 +11108700 15.0076079717 29.9219938051 911.0574419479 0.0555555556 +11109600 15.0076079717 29.3439560658 882.9736581282 0.0555555556 +11110500 15.0076079717 28.4995561587 837.0360614714 0.0555555556 +11111400 15.0076079717 27.7596680229 801.8851099845 0.0555555556 +11112300 15.0076079717 26.9534769247 763.2576329378 0.0555555556 +11113200 15.0076079717 26.0867930599 721.3607709716 0.0555555556 +11114100 15.0076079717 24.8723484733 654.9781336115 0.0555555556 +11115000 15.0076079717 23.9140137487 608.4962808574 0.0555555556 +11115900 15.0076079717 22.9192397041 559.5920096242 0.0555555556 +11116800 15.0076079717 21.7891892842 508.6038817152 0.0555555556 +11117700 15.0076079717 20.049367743 425.9540098697 0.0555555556 +11118600 15.0076079717 18.985428353 374.4515482497 0.0555555556 +11119500 15.0076079717 18.1073135276 322.2715304003 0.0555555556 +11120400 15.0076079717 17.4183907171 270.1067657109 0.0555555556 +11121300 15.0004480672 27.7936879599 179.4154411854 0 +11122200 15.0004480672 24.9259415137 133.9677520964 0 +11123100 15.0004480672 23.9474411623 91.8517109329 0 +11124000 15.0004480672 24.2348543979 54.8069217725 0 +11124900 15.0004480672 12.6625 22.5255675181 0 +11125800 15.0004480672 12.3875 25.6542093804 0 +11126700 15.0004480672 12.1125 19.5059455344 0 +11127600 15.0004480672 11.8375 7.2059236297 0 +11128500 15.0004480672 11.625 0 0 +11129400 15.0004480672 11.475 0 0 +11130300 15.0004480672 11.325 0 0 +11131200 15.0004480672 11.175 0 0 +11132100 15.0004480672 11.0375 0 0 +11133000 15.0004480672 10.9125 0 0 +11133900 15.0004480672 10.7875 0 0 +11134800 15.0004480672 10.6625 0 0 +11135700 15.0004480672 10.6 0 0 +11136600 15.0004480672 10.6 0 0 +11137500 15.0004480672 10.6 0 0 +11138400 15.0004480672 10.6 0 0 +11139300 15.0004480672 10.525 0 0 +11140200 15.0004480672 10.375 0 0 +11141100 15.0004480672 10.225 0 0 +11142000 15.0004480672 10.075 0 0 +11142900 15.0004480672 10 0 0 +11143800 15.0004480672 10 0 0 +11144700 15.0004480672 10 0 0 +11145600 15.0004480672 10 0 0 +11146500 15.0004480672 9.925 0 0 +11147400 15.0004480672 9.775 0 0 +11148300 15.0004480672 9.625 0 0 +11149200 15.0004480672 9.475 0 0 +11150100 15.0004480672 9.3375 0 0 +11151000 15.0004480672 9.2125 0 0 +11151900 15.0004480672 9.0875 0 0 +11152800 15.0004480672 8.9625 0 0 +11153700 15.0004480672 8.9 0 0 +11154600 15.0004480672 8.9 0 0 +11155500 15.0004480672 8.9 0 0 +11156400 15.0004480672 8.9 0 0 +11157300 15.0004480672 8.9 0 0 +11158200 15.0004480672 8.9 0 0 +11159100 15.0004480672 8.9 0 0 +11160000 15.0004480672 8.9 0 0 +11160900 15.0004480672 8.9625 0 0 +11161800 15.0004480672 9.0875 0 0 +11162700 15.0004480672 9.2125 0 0 +11163600 15.0004480672 9.3375 0 0 +11164500 15.0004480672 9.4 0.9037936771 0 +11165400 15.0004480672 9.4 12.9576974772 0 +11166300 15.0004480672 9.4 28.4235722036 0 +11167200 15.0004480672 9.4 43.7310983247 0 +11168100 15.0004480672 9.55 61.7901160581 0 +11169000 15.0004480672 23.3174911116 77.2578788659 0 +11169900 15.0076079717 15.897241143 98.2952136575 0.0555555556 +11170800 15.0004480672 28.2284646105 120.518484735 0 +11171700 15.0076079717 16.9800051464 202.2444233414 0.0555555556 +11172600 15.0076079717 17.4371527935 238.8813186367 0.0555555556 +11173500 15.0076079717 17.9870359254 275.9768081749 0.0555555556 +11174400 15.0076079717 18.6315623818 313.0364158837 0.0555555556 +11175300 15.0076079717 20.0944929758 404.137945005 0.0555555556 +11176200 15.0076079717 21.0107003468 445.4464105363 0.0555555556 +11177100 15.0076079717 21.7942820332 485.449032243 0.0555555556 +11178000 15.0076079717 22.5303164288 523.8365581564 0.0555555556 +11178900 15.0076079717 23.5783272855 584.8397530994 0.0555555556 +11179800 15.0076079717 24.2522990212 620.5489022432 0.0555555556 +11180700 15.0076079717 24.8851157447 653.8220188221 0.0555555556 +11181600 15.0076079717 25.4717812409 684.460680446 0.0555555556 +11182500 15.0076079717 27.2870201815 792.541527933 0.0555555556 +11183400 15.0076079717 27.8504468402 820.4268688473 0.0555555556 +11184300 15.0076079717 28.3489029636 844.8309543504 0.0555555556 +11185200 15.0076079717 28.779297169 865.62462265 0.0555555556 +11186100 15.0076079717 29.4614909783 903.3847548196 0.0555555556 +11187000 15.0076079717 29.7321862871 916.9801102037 0.0555555556 +11187900 15.0076079717 29.926808217 926.6054163669 0.0555555556 +11188800 15.0076079717 30.0442216383 932.2119851179 0.0555555556 +11189700 15.0076079717 30.1246389281 934.7246987796 0.0555555556 +11190600 15.0076079717 30.1409737296 932.2271665698 0.0555555556 +11191500 15.0076079717 30.079080516 925.6836427565 0.0555555556 +11192400 15.0076079717 29.9397264547 915.127118891 0.0555555556 +11193300 15.0076079717 28.5794207673 831.5936287585 0.0555555556 +11194200 15.0076079717 28.2561101908 814.6751976914 0.0555555556 +11195100 15.0076079717 27.8669866659 794.2729356532 0.0555555556 +11196000 15.0076079717 27.4145807988 770.4940599209 0.0555555556 +11196900 15.0076079717 27.3155507016 769.2609833956 0.0555555556 +11197800 15.0076079717 26.6976072118 737.9235524746 0.0555555556 +11198700 15.0076079717 26.024612002 703.531906747 0.0555555556 +11199600 15.0076079717 25.3015614478 666.2837973389 0.0555555556 +11200500 15.0076079717 23.9746973615 587.8948065089 0.0555555556 +11201400 15.0076079717 23.2164868175 548.2322972119 0.0555555556 +11202300 15.0076079717 22.4301097254 506.6026768713 0.0555555556 +11203200 15.0076079717 21.5472403148 463.3069068217 0.0555555556 +11204100 15.0076079717 19.9410057373 370.624907069 0.0555555556 +11205000 15.0076079717 19.1511895718 330.3114216466 0.0555555556 +11205900 15.0076079717 18.46548987 289.5982610719 0.0555555556 +11206800 15.0076079717 17.8853779624 248.9691880991 0.0555555556 +11207700 15.0004480672 37.4740962326 164.5767314301 0 +11208600 15.0076079717 16.6429344931 134.5762121175 0.0555555556 +11209500 15.0004480672 32.5866559496 106.195654533 0 +11210400 15.0076079717 16.3019570919 79.9954031838 0.0555555556 +11211300 15.0004480672 15.9625 60.1089806846 0 +11212200 15.0004480672 15.6875 44.4501631384 0 +11213100 15.0004480672 15.4125 27.7423915334 0 +11214000 15.0004480672 15.1375 10.5129722509 0 +11214900 15.0004480672 14.725 0 0 +11215800 15.0004480672 14.175 0 0 +11216700 15.0004480672 13.625 0 0 +11217600 15.0004480672 13.075 0 0 +11218500 15.0004480672 12.725 0 0 +11219400 15.0004480672 12.575 0 0 +11220300 15.0004480672 12.425 0 0 +11221200 15.0004480672 12.275 0 0 +11222100 15.0004480672 12.1375 0 0 +11223000 15.0004480672 12.0125 0 0 +11223900 15.0004480672 11.8875 0 0 +11224800 15.0004480672 11.7625 0 0 +11225700 15.0004480672 11.7 0 0 +11226600 15.0004480672 11.7 0 0 +11227500 15.0004480672 11.7 0 0 +11228400 15.0004480672 11.7 0 0 +11229300 15.0004480672 11.625 0 0 +11230200 15.0004480672 11.475 0 0 +11231100 15.0004480672 11.325 0 0 +11232000 15.0004480672 11.175 0 0 +11232900 15.0004480672 11.1 0 0 +11233800 15.0004480672 11.1 0 0 +11234700 15.0004480672 11.1 0 0 +11235600 15.0004480672 11.1 0 0 +11236500 15.0004480672 11.175 0 0 +11237400 15.0004480672 11.325 0 0 +11238300 15.0004480672 11.475 0 0 +11239200 15.0004480672 11.625 0 0 +11240100 15.0004480672 11.625 0 0 +11241000 15.0004480672 11.475 0 0 +11241900 15.0004480672 11.325 0 0 +11242800 15.0004480672 11.175 0 0 +11243700 15.0004480672 11.2375 0 0 +11244600 15.0004480672 11.5125 0 0 +11245500 15.0004480672 11.7875 0 0 +11246400 15.0004480672 12.0625 0 0 +11247300 15.0004480672 12.275 0 0 +11248200 15.0004480672 12.425 0 0 +11249100 15.0004480672 12.575 0 0 +11250000 15.0004480672 12.725 0 0 +11250900 15.0004480672 12.725 1.3291801851 0 +11251800 15.0004480672 12.575 14.5588285106 0 +11252700 15.0004480672 12.425 30.720362059 0 +11253600 15.0004480672 12.275 46.7617797738 0 +11254500 15.0004480672 12.55 73.0904968754 0 +11255400 15.0076079717 16.1778066065 91.1977016294 0.0555555556 +11256300 15.0004480672 32.3342302995 114.505321521 0 +11257200 15.0076079717 16.7481797337 138.8792563194 0.0555555556 +11258100 15.0004480672 35.9111872342 127.4383976556 0 +11259000 15.0076079717 17.0283021226 144.4169549952 0.0555555556 +11259900 15.0076079717 17.3086088859 161.199327518 0.0555555556 +11260800 15.0076079717 17.5965287298 177.6714193596 0.0555555556 +11261700 15.0076079717 20.2861484869 388.9585167015 0.0555555556 +11262600 15.0076079717 21.1213930979 427.5951223635 0.0555555556 +11263500 15.0076079717 21.8471831619 465.0057168474 0.0555555556 +11264400 15.0076079717 22.5264393941 500.9051356274 0.0555555556 +11265300 15.0076079717 24.0624170494 593.9188573005 0.0555555556 +11266200 15.0076079717 24.7669855844 630.1791695259 0.0555555556 +11267100 15.0076079717 25.4296659989 663.9651390456 0.0555555556 +11268000 15.0076079717 26.0453736535 695.0751891332 0.0555555556 +11268900 15.0076079717 23.5373536416 536.3229321802 0.0555555556 +11269800 15.0076079717 23.8801748394 553.9454880384 0.0555555556 +11270700 15.0076079717 24.1844794403 569.36897447 0.0555555556 +11271600 15.0076079717 24.4485008613 582.5111585675 0.0555555556 +11272500 15.0076079717 27.44452798 756.1311983367 0.0555555556 +11273400 15.0076079717 27.7356131009 767.2798334974 0.0555555556 +11274300 15.0076079717 27.9649010197 775.1709437338 0.0555555556 +11275200 15.0076079717 28.1314760577 779.7638287277 0.0555555556 +11276100 15.0076079717 30.0963872444 895.1369560405 0.0555555556 +11277000 15.0076079717 30.059649864 892.7492976113 0.0555555556 +11277900 15.0076079717 29.9494844207 886.510909089 0.0555555556 +11278800 15.0076079717 29.7666192852 876.4535156241 0.0555555556 +11279700 15.0076079717 29.0087367798 828.9149247459 0.0555555556 +11280600 15.0076079717 28.6863503087 812.0478476796 0.0555555556 +11281500 15.0076079717 28.2983877237 791.710014586 0.0555555556 +11282400 15.0076079717 27.8473755184 768.0084607412 0.0555555556 +11283300 15.0076079717 27.7418220794 763.0136144458 0.0555555556 +11284200 15.0076079717 27.1636180393 731.8030515268 0.0555555556 +11285100 15.0076079717 26.5302326011 697.5508671189 0.0555555556 +11286000 15.0076079717 25.8466874411 660.4538226725 0.0555555556 +11286900 15.0076079717 24.6679944029 590.6714069736 0.0555555556 +11287800 15.0076079717 23.8363230725 550.042016019 0.0555555556 +11288700 15.0076079717 22.9748793064 507.3862169622 0.0555555556 +11289600 15.0076079717 21.9991094811 463.0129783099 0.0555555556 +11290500 15.0076079717 20.0216763945 342.7035702109 0.0555555556 +11291400 15.0076079717 19.2898463466 304.6869052362 0.0555555556 +11292300 15.0076079717 18.665782002 266.3167435029 0.0555555556 +11293200 15.0076079717 18.1509469927 228.062744727 0.0555555556 +11294100 15.0076079717 17.2444328117 166.5257807102 0.0555555556 +11295000 15.0004480672 38.8428004478 132.2446239213 0 +11295900 15.0076079717 16.691849979 100.2429623003 0.0555555556 +11296800 15.0004480672 33.8236474565 71.3827389408 0 +11297700 15.0004480672 19.125 53.3231232048 0 +11298600 15.0004480672 18.575 41.9277912732 0 +11299500 15.0004480672 18.025 27.4579175764 0 +11300400 15.0004480672 17.475 11.0922440716 0 +11301300 15.0004480672 17 0 0 +11302200 15.0004480672 16.6 0 0 +11303100 15.0004480672 16.2 0 0 +11304000 15.0004480672 15.8 0 0 +11304900 15.0004480672 15.6 0 0 +11305800 15.0004480672 15.6 0 0 +11306700 15.0004480672 15.6 0 0 +11307600 15.0004480672 15.6 0 0 +11308500 15.0004480672 15.525 0 0 +11309400 15.0004480672 15.375 0 0 +11310300 15.0004480672 15.225 0 0 +11311200 15.0004480672 15.075 0 0 +11312100 15.0004480672 15 0 0 +11313000 15.0004480672 15 0 0 +11313900 15.0004480672 15 0 0 +11314800 15.0004480672 15 0 0 +11315700 15.0004480672 14.925 0 0 +11316600 15.0004480672 14.775 0 0 +11317500 15.0004480672 14.625 0 0 +11318400 15.0004480672 14.475 0 0 +11319300 15.0004480672 14.3375 0 0 +11320200 15.0004480672 14.2125 0 0 +11321100 15.0004480672 14.0875 0 0 +11322000 15.0004480672 13.9625 0 0 +11322900 15.0004480672 13.825 0 0 +11323800 15.0004480672 13.675 0 0 +11324700 15.0004480672 13.525 0 0 +11325600 15.0004480672 13.375 0 0 +11326500 15.0004480672 13.2375 0 0 +11327400 15.0004480672 13.1125 0 0 +11328300 15.0004480672 12.9875 0 0 +11329200 15.0004480672 12.8625 0 0 +11330100 15.0004480672 12.8625 0 0 +11331000 15.0004480672 12.9875 0 0 +11331900 15.0004480672 13.1125 0 0 +11332800 15.0004480672 13.2375 0 0 +11333700 15.0004480672 13.1 0 0 +11334600 15.0004480672 12.7 0 0 +11335500 15.0004480672 12.3 0 0 +11336400 15.0004480672 11.9 0 0 +11337300 15.0004480672 11.9 1.6625772818 0 +11338200 15.0004480672 12.3 14.3156246705 0 +11339100 15.0004480672 12.7 28.6539078176 0 +11340000 15.0004480672 13.1 40.9168545388 0 +11340900 15.0004480672 13.65 55.4458504953 0 +11341800 15.0076079717 15.9568825818 68.5744485023 0.0555555556 +11342700 15.0004480672 28.0617934685 97.2001337713 0 +11343600 15.0076079717 16.2571211442 128.8890123859 0.0555555556 +11344500 15.0076079717 17.2791079138 212.768322687 0.0555555556 +11345400 15.0076079717 17.7869017384 256.0996947461 0.0555555556 +11346300 15.0076079717 18.4326458818 300.0761772365 0.0555555556 +11347200 15.0076079717 19.2185631618 344.0405280442 0.0555555556 +11348100 15.0076079717 20.7848813474 434.6361186544 0.0555555556 +11349000 15.0076079717 21.8470970425 481.4651015563 0.0555555556 +11349900 15.0076079717 22.7512238994 526.7832827493 0.0555555556 +11350800 15.0076079717 23.5824428764 570.2380174927 0.0555555556 +11351700 15.0076079717 24.8847715229 646.0299785141 0.0555555556 +11352600 15.0076079717 25.6932518667 686.8638686453 0.0555555556 +11353500 15.0076079717 26.4526370952 724.8859133338 0.0555555556 +11354400 15.0076079717 27.1569436123 759.8746925209 0.0555555556 +11355300 15.0076079717 28.1305901224 813.668129633 0.0555555556 +11356200 15.0076079717 28.7417982501 842.7648813214 0.0555555556 +11357100 15.0076079717 29.2829653101 868.2192430133 0.0555555556 +11358000 15.0076079717 29.7507970323 889.8994590259 0.0555555556 +11358900 15.0076079717 30.2994518296 918.8638608921 0.0555555556 +11359800 15.0076079717 30.6062981092 932.8447962053 0.0555555556 +11360700 15.0076079717 30.8325666668 942.7361304621 0.0555555556 +11361600 15.0076079717 30.9770718075 948.4888345334 0.0555555556 +11362500 15.0076079717 31.023942314 951.0648520916 0.0555555556 +11363400 15.0076079717 30.9418923849 948.4729962564 0.0555555556 +11364300 15.0076079717 30.7774334593 941.7147301302 0.0555555556 +11365200 15.0076079717 30.5313709096 930.8234381456 0.0555555556 +11366100 15.0076079717 29.4437322038 867.5638378538 0.0555555556 +11367000 15.0076079717 29.090482029 849.6168416318 0.0555555556 +11367900 15.0076079717 28.6653679811 827.974500354 0.0555555556 +11368800 15.0076079717 28.1711362649 802.7483362576 0.0555555556 +11369700 15.0076079717 27.5951946795 773.5298596574 0.0555555556 +11370600 15.0076079717 26.9304940963 741.5292306391 0.0555555556 +11371500 15.0076079717 26.2079549614 706.4026615712 0.0555555556 +11372400 15.0076079717 25.4328195122 668.3496072583 0.0555555556 +11373300 15.0076079717 23.9592284016 582.009932551 0.0555555556 +11374200 15.0076079717 23.1713791362 541.8858122459 0.0555555556 +11375100 15.0076079717 22.354416556 499.7616398461 0.0555555556 +11376000 15.0076079717 21.4171394115 455.9429742322 0.0555555556 +11376900 15.0076079717 19.9269135388 374.0313670901 0.0555555556 +11377800 15.0076079717 19.1151005698 331.8897326661 0.0555555556 +11378700 15.0076079717 18.4265687531 289.3467144281 0.0555555556 +11379600 15.0076079717 17.8631616864 246.9320718509 0.0555555556 +11380500 15.0076079717 17.37640608 190.5001998268 0.0555555556 +11381400 15.0076079717 17.0797158146 155.6727855641 0.0555555556 +11382300 15.0004480672 37.3471589373 122.7401421555 0 +11383200 15.0076079717 16.6679394844 92.3856638305 0.0555555556 +11384100 15.0004480672 17.5875 49.4945212161 0 +11385000 15.0004480672 17.1625 39.5967970815 0 +11385900 15.0004480672 16.7375 26.4871302678 0 +11386800 15.0004480672 16.3125 11.2725004809 0 +11387700 15.0004480672 15.9625 0 0 +11388600 15.0004480672 15.6875 0 0 +11389500 15.0004480672 15.4125 0 0 +11390400 15.0004480672 15.1375 0 0 +11391300 15.0004480672 14.925 0 0 +11392200 15.0004480672 14.775 0 0 +11393100 15.0004480672 14.625 0 0 +11394000 15.0004480672 14.475 0 0 +11394900 15.0004480672 14.3375 0 0 +11395800 15.0004480672 14.2125 0 0 +11396700 15.0004480672 14.0875 0 0 +11397600 15.0004480672 13.9625 0 0 +11398500 15.0004480672 13.825 0 0 +11399400 15.0004480672 13.675 0 0 +11400300 15.0004480672 13.525 0 0 +11401200 15.0004480672 13.375 0 0 +11402100 15.0004480672 13.3 0 0 +11403000 15.0004480672 13.3 0 0 +11403900 15.0004480672 13.3 0 0 +11404800 15.0004480672 13.3 0 0 +11405700 15.0004480672 13.375 0 0 +11406600 15.0004480672 13.525 0 0 +11407500 15.0004480672 13.675 0 0 +11408400 15.0004480672 13.825 0 0 +11409300 15.0004480672 13.825 0 0 +11410200 15.0004480672 13.675 0 0 +11411100 15.0004480672 13.525 0 0 +11412000 15.0004480672 13.375 0 0 +11412900 15.0004480672 13.2375 0 0 +11413800 15.0004480672 13.1125 0 0 +11414700 15.0004480672 12.9875 0 0 +11415600 15.0004480672 12.8625 0 0 +11416500 15.0004480672 12.725 0 0 +11417400 15.0004480672 12.575 0 0 +11418300 15.0004480672 12.425 0 0 +11419200 15.0004480672 12.275 0 0 +11420100 15.0004480672 12.2 0 0 +11421000 15.0004480672 12.2 0 0 +11421900 15.0004480672 12.2 0 0 +11422800 15.0004480672 12.2 0 0 +11423700 15.0004480672 12.3375 2.7234963663 0 +11424600 15.0004480672 12.6125 19.3789293807 0 +11425500 15.0004480672 12.8875 37.3766794532 0 +11426400 15.0004480672 13.1625 52.0777908829 0 +11427300 15.0004480672 13.375 52.2019210066 0 +11428200 15.0076079717 15.8272080803 64.3278336708 0.0555555556 +11429100 15.0004480672 25.5986871482 93.4902512346 0 +11430000 15.0076079717 15.9956066384 125.913336867 0.0555555556 +11430900 15.0004480672 36.7905875359 175.3299999521 0 +11431800 15.0076079717 17.2165676983 207.3531103177 0.0555555556 +11432700 15.0076079717 17.6681818699 239.8142667738 0.0555555556 +11433600 15.0076079717 18.2088804659 272.2733650081 0.0555555556 +11434500 15.0076079717 19.2776731568 334.5871621124 0.0555555556 +11435400 15.0076079717 20.077703518 368.7516684404 0.0555555556 +11436300 15.0076079717 20.7778328602 401.8520061448 0.0555555556 +11437200 15.0076079717 21.4239007162 433.6291282708 0.0555555556 +11438100 15.0076079717 23.31003713 553.3081694875 0.0555555556 +11439000 15.0076079717 23.968315354 586.111544359 0.0555555556 +11439900 15.0076079717 24.5891158174 616.6791690589 0.0555555556 +11440800 15.0076079717 25.1680182558 644.8283967255 0.0555555556 +11441700 15.0076079717 26.272996305 699.7144995722 0.0555555556 +11442600 15.0076079717 26.7892634087 724.182837353 0.0555555556 +11443500 15.0076079717 27.2482159025 745.59662621 0.0555555556 +11444400 15.0076079717 27.6471208296 763.8411676298 0.0555555556 +11445300 15.0076079717 28.8360400865 828.4848144036 0.0555555556 +11446200 15.0076079717 29.0798630124 840.9843288996 0.0555555556 +11447100 15.0076079717 29.2525314409 849.8269405571 0.0555555556 +11448000 15.0076079717 29.3529837655 854.9678462092 0.0555555556 +11448900 15.0076079717 26.5343162182 711.5994872921 0.0555555556 +11449800 15.0076079717 26.4622363862 709.7993116519 0.0555555556 +11450700 15.0076079717 26.3387508956 705.1122671431 0.0555555556 +11451600 15.0076079717 26.16435877 697.5623606853 0.0555555556 +11452500 15.0076079717 29.2163510488 866.18694533 0.0555555556 +11453400 15.0076079717 28.8942122053 848.440478725 0.0555555556 +11454300 15.0076079717 28.5024303541 827.0441651349 0.0555555556 +11455200 15.0076079717 28.0436886275 802.1099805469 0.0555555556 +11456100 15.0076079717 25.3089191973 629.8407211443 0.0555555556 +11457000 15.0076079717 24.8061087184 604.1846815259 0.0555555556 +11457900 15.0076079717 24.2578446172 576.0379050956 0.0555555556 +11458800 15.0076079717 23.6682862327 545.5647024065 0.0555555556 +11459700 15.0076079717 23.0109777427 520.5458453166 0.0555555556 +11460600 15.0076079717 22.5246733426 490.4930543706 0.0555555556 +11461500 15.0076079717 22.0163405573 458.871494669 0.0555555556 +11462400 15.0076079717 21.45910468 425.8733528825 0.0555555556 +11463300 15.0076079717 19.3784280907 307.7795504271 0.0555555556 +11464200 15.0076079717 18.7402804412 274.6887741124 0.0555555556 +11465100 15.0076079717 18.1885438906 241.2882029755 0.0555555556 +11466000 15.0076079717 17.7244305615 207.9705618499 0.0555555556 +11466900 15.0076079717 17.2708614386 145.1336500446 0.0555555556 +11467800 15.0004480672 39.0014682188 124.109543184 0 +11468700 15.0076079717 16.7068917978 103.468424148 0.0555555556 +11469600 15.0004480672 32.7255291838 83.4124317637 0 +11470500 15.0004480672 17.5875 81.3149060621 0 +11471400 15.0004480672 17.1625 61.763117896 0 +11472300 15.0004480672 16.7375 40.3584360303 0 +11473200 15.0004480672 16.3125 17.7905825883 0 +11474100 15.0004480672 15.9625 0 0 +11475000 15.0004480672 15.6875 0 0 +11475900 15.0004480672 15.4125 0 0 +11476800 15.0004480672 15.1375 0 0 +11477700 15.0004480672 15.075 0 0 +11478600 15.0004480672 15.225 0 0 +11479500 15.0004480672 15.375 0 0 +11480400 15.0004480672 15.525 0 0 +11481300 15.0004480672 15.6 0 0 +11482200 15.0004480672 15.6 0 0 +11483100 15.0004480672 15.6 0 0 +11484000 15.0004480672 15.6 0 0 +11484900 15.0004480672 15.525 0 0 +11485800 15.0004480672 15.375 0 0 +11486700 15.0004480672 15.225 0 0 +11487600 15.0004480672 15.075 0 0 +11488500 15.0004480672 15 0 0 +11489400 15.0004480672 15 0 0 +11490300 15.0004480672 15 0 0 +11491200 15.0004480672 15 0 0 +11492100 15.0004480672 14.725 0 0 +11493000 15.0004480672 14.175 0 0 +11493900 15.0004480672 13.625 0 0 +11494800 15.0004480672 13.075 0 0 +11495700 15.0004480672 12.8625 0 0 +11496600 15.0004480672 12.9875 0 0 +11497500 15.0004480672 13.1125 0 0 +11498400 15.0004480672 13.2375 0 0 +11499300 15.0004480672 13.4375 0 0 +11500200 15.0004480672 13.7125 0 0 +11501100 15.0004480672 13.9875 0 0 +11502000 15.0004480672 14.2625 0 0 +11502900 15.0004480672 14.475 0 0 +11503800 15.0004480672 14.625 0 0 +11504700 15.0004480672 14.775 0 0 +11505600 15.0004480672 14.925 0 0 +11506500 15.0004480672 15 0 0 +11507400 15.0004480672 15 0 0 +11508300 15.0004480672 15 0 0 +11509200 15.0004480672 15 0 0 +11510100 15.0004480672 15.1375 1.88485317 0 +11511000 15.0004480672 15.4125 11.8647517909 0 +11511900 15.0004480672 15.6875 22.8843633175 0 +11512800 15.0004480672 15.9625 33.9934487196 0 +11513700 15.0004480672 16.175 36.7618307799 0 +11514600 15.0004480672 24.4813397635 45.8374959924 0 +11515500 15.0076079717 15.9018540841 54.8695363632 0.0555555556 +11516400 15.0004480672 27.8524295638 63.8192753088 0 +11517300 15.0076079717 16.3238463389 82.5640696224 0.0555555556 +11518200 15.0004480672 33.0912752483 92.4181992709 0 +11519100 15.0076079717 16.643198856 102.0500744885 0.0555555556 +11520000 15.0004480672 36.7141987597 111.4184501069 0 +11520900 15.0076079717 17.1584584275 134.9783553103 0.0555555556 +11521800 15.0076079717 17.3278217836 144.75005077 0.0555555556 +11522700 15.0076079717 17.4910333836 154.0962716262 0.0555555556 +11523600 15.0076079717 17.6475233435 162.9769959264 0.0555555556 +11524500 15.0076079717 17.9303779768 180.6757796608 0.0555555556 +11525400 15.0076079717 18.0797617957 188.9399537239 0.0555555556 +11526300 15.0076079717 18.2204381107 196.5999987231 0.0555555556 +11527200 15.0076079717 18.3519399916 203.62311317 0.0555555556 +11528100 15.0076079717 22.2375116958 462.6199044656 0.0555555556 +11529000 15.0076079717 22.4589917673 476.3955614913 0.0555555556 +11529900 15.0076079717 22.6529410082 488.4404220046 0.0555555556 +11530800 15.0076079717 22.8182695692 498.6951144066 0.0555555556 +11531700 15.0076079717 22.7346111972 490.3872120628 0.0555555556 +11532600 15.0076079717 22.838685423 496.7583627577 0.0555555556 +11533500 15.0076079717 22.9123332267 501.2642571458 0.0555555556 +11534400 15.0076079717 22.9551514691 503.8829689354 0.0555555556 +11535300 15.0076079717 18.9124784327 242.6106681226 0.0555555556 +11536200 15.0076079717 18.8847794717 242.0962343258 0.0555555556 +11537100 15.0076079717 18.8453002401 240.7574103447 0.0555555556 +11538000 15.0076079717 18.7941223478 238.5999292292 0.0555555556 +11538900 15.0076079717 18.1793352574 194.6130322593 0.0555555556 +11539800 15.0076079717 18.1447156736 191.4654879178 0.0555555556 +11540700 15.0076079717 18.1006005762 187.6656478312 0.0555555556 +11541600 15.0076079717 18.0472365384 183.2301105814 0.0555555556 +11542500 15.0076079717 19.5286096846 279.8399687712 0.0555555556 +11543400 15.0076079717 19.348331294 270.1470632431 0.0555555556 +11544300 15.0076079717 19.1528274586 259.4978752188 0.0555555556 +11545200 15.0076079717 18.9431542433 247.9474854986 0.0555555556 +11546100 15.0076079717 17.7725706501 171.4320300523 0.0555555556 +11547000 15.0076079717 17.6293770327 162.8237272691 0.0555555556 +11547900 15.0076079717 17.4790139863 153.714942838 0.0555555556 +11548800 15.0076079717 17.3220369873 144.1446819724 0.0555555556 +11549700 15.0076079717 17.0043993461 122.1624035494 0.0555555556 +11550600 15.0004480672 37.7850042549 112.7207334621 0 +11551500 15.0076079717 16.7539160671 102.9755432781 0.0555555556 +11552400 15.0004480672 34.8936974175 92.9685633979 0 +11553300 15.0076079717 16.297971642 69.7553012239 0.0555555556 +11554200 15.0004480672 29.648119219 60.9867926456 0 +11555100 15.0076079717 16.0467652404 52.1081744076 0.0555555556 +11556000 15.0004480672 26.592754366 43.1574661163 0 +11556900 15.0004480672 18.7625 43.6055866306 0 +11557800 15.0004480672 18.4875 32.1471925845 0 +11558700 15.0004480672 18.2125 20.7438766638 0 +11559600 15.0004480672 17.9375 9.444469618 0 +11560500 15.0004480672 17.6625 0 0 +11561400 15.0004480672 17.3875 0 0 +11562300 15.0004480672 17.1125 0 0 +11563200 15.0004480672 16.8375 0 0 +11564100 15.0004480672 16.625 0 0 +11565000 15.0004480672 16.475 0 0 +11565900 15.0004480672 16.325 0 0 +11566800 15.0004480672 16.175 0 0 +11567700 15.0004480672 16.175 0 0 +11568600 15.0004480672 16.325 0 0 +11569500 15.0004480672 16.475 0 0 +11570400 15.0004480672 16.625 0 0 +11571300 15.0004480672 16.7625 0 0 +11572200 15.0004480672 16.8875 0 0 +11573100 15.0004480672 17.0125 0 0 +11574000 15.0004480672 17.1375 0 0 +11574900 15.0004480672 17.1375 0 0 +11575800 15.0004480672 17.0125 0 0 +11576700 15.0004480672 16.8875 0 0 +11577600 15.0004480672 16.7625 0 0 +11578500 15.0004480672 16.625 0 0 +11579400 15.0004480672 16.475 0 0 +11580300 15.0004480672 16.325 0 0 +11581200 15.0004480672 16.175 0 0 +11582100 15.0004480672 16.0375 0 0 +11583000 15.0004480672 15.9125 0 0 +11583900 15.0004480672 15.7875 0 0 +11584800 15.0004480672 15.6625 0 0 +11585700 15.0004480672 15.6 0 0 +11586600 15.0004480672 15.6 0 0 +11587500 15.0004480672 15.6 0 0 +11588400 15.0004480672 15.6 0 0 +11589300 15.0004480672 15.6625 0 0 +11590200 15.0004480672 15.7875 0 0 +11591100 15.0004480672 15.9125 0 0 +11592000 15.0004480672 16.0375 0 0 +11592900 15.0004480672 16.1 0 0 +11593800 15.0004480672 16.1 0 0 +11594700 15.0004480672 16.1 0 0 +11595600 15.0004480672 16.1 0 0 +11596500 15.0004480672 16.175 2.4196378634 0 +11597400 15.0004480672 16.325 13.3110478354 0 +11598300 15.0004480672 16.475 25.0583811217 0 +11599200 15.0004480672 16.625 36.9010918772 0 +11600100 15.0004480672 16.7625 49.1958757454 0 +11601000 15.0076079717 16.02321431 61.1762266615 0.0555555556 +11601900 15.0004480672 29.798974131 73.0989853769 0 +11602800 15.0076079717 16.3802006444 84.9130968085 0.0555555556 +11603700 15.0004480672 33.744034924 95.4229350477 0 +11604600 15.0076079717 16.7127153339 106.7329487485 0.0555555556 +11605500 15.0004480672 37.6427602912 117.787866048 0 +11606400 15.0076079717 17.0459522287 128.5403480929 0.0555555556 +11607300 15.0076079717 17.1782854462 137.4367328681 0.0555555556 +11608200 15.0076079717 17.3192442834 147.3390810676 0.0555555556 +11609100 15.0076079717 17.4540657548 156.8102599059 0.0555555556 +11610000 15.0076079717 17.5821723853 165.809712341 0.0555555556 +11610900 15.0076079717 17.8358891704 184.0332263947 0.0555555556 +11611800 15.0076079717 17.9438672118 192.4193804327 0.0555555556 +11612700 15.0076079717 18.0431050522 200.1924805904 0.0555555556 +11613600 15.0076079717 18.1331288697 207.3192412596 0.0555555556 +11614500 15.0076079717 18.3153729345 220.523476601 0.0555555556 +11615400 15.0076079717 18.3997428868 226.4504377524 0.0555555556 +11616300 15.0076079717 18.4734065143 231.6252829771 0.0555555556 +11617200 15.0076079717 18.5360483768 236.0258527933 0.0555555556 +11618100 15.0076079717 18.6108977392 242.0209842384 0.0555555556 +11619000 15.0076079717 18.6301207289 244.8477555297 0.0555555556 +11619900 15.0076079717 18.6375016983 246.8457986955 0.0555555556 +11620800 15.0076079717 18.6329188537 248.0065578081 0.0555555556 +11621700 15.0076079717 18.6340253244 248.8268261246 0.0555555556 +11622600 15.0076079717 18.6265352524 248.3006511068 0.0555555556 +11623500 15.0076079717 18.607044127 246.9314061547 0.0555555556 +11624400 15.0076079717 18.5756354124 244.7249545855 0.0555555556 +11625300 15.0076079717 18.5023957314 239.5798950269 0.0555555556 +11626200 15.0076079717 18.4480843052 235.7645356232 0.0555555556 +11627100 15.0076079717 18.3825086065 231.1578647735 0.0555555556 +11628000 15.0076079717 18.3059494412 225.7796089496 0.0555555556 +11628900 15.0076079717 18.142647002 214.6454558346 0.0555555556 +11629800 15.0076079717 18.0377490986 207.9524640706 0.0555555556 +11630700 15.0076079717 17.9232020937 200.5822806354 0.0555555556 +11631600 15.0076079717 17.7994552481 192.566465786 0.0555555556 +11632500 15.0076079717 17.552341436 175.2068188281 0.0555555556 +11633400 15.0076079717 17.4372194697 166.4421744775 0.0555555556 +11634300 15.0076079717 17.3148345836 157.1679658112 0.0555555556 +11635200 15.0076079717 17.1857523544 147.4239064146 0.0555555556 +11636100 15.0076079717 17.0292659473 136.0929768981 0.0555555556 +11637000 15.0004480672 37.4086309907 125.6253511741 0 +11637900 15.0076079717 16.7264643951 114.821229808 0.0555555556 +11638800 15.0004480672 33.9154437014 103.726877706 0 +11639700 15.0076079717 16.4395540245 94.6658654962 0.0555555556 +11640600 15.0004480672 30.5066444175 82.8505370797 0 +11641500 15.0076079717 16.101060266 70.8868441846 0.0555555556 +11642400 15.0004480672 26.4813828172 58.8260171806 0 +11643300 15.0004480672 16.0375 48.9640006899 0 +11644200 15.0004480672 15.9125 36.2827871348 0 +11645100 15.0004480672 15.7875 23.6625349823 0 +11646000 15.0004480672 15.6625 11.1572860896 0 +11646900 15.0004480672 15.6 0 0 +11647800 15.0004480672 15.6 0 0 +11648700 15.0004480672 15.6 0 0 +11649600 15.0004480672 15.6 0 0 +11650500 15.0004480672 15.7375 0 0 +11651400 15.0004480672 16.0125 0 0 +11652300 15.0004480672 16.2875 0 0 +11653200 15.0004480672 16.5625 0 0 +11654100 15.0004480672 16.7 0 0 +11655000 15.0004480672 16.7 0 0 +11655900 15.0004480672 16.7 0 0 +11656800 15.0004480672 16.7 0 0 +11657700 15.0004480672 16.7 0 0 +11658600 15.0004480672 16.7 0 0 +11659500 15.0004480672 16.7 0 0 +11660400 15.0004480672 16.7 0 0 +11661300 15.0004480672 16.625 0 0 +11662200 15.0004480672 16.475 0 0 +11663100 15.0004480672 16.325 0 0 +11664000 15.0004480672 16.175 0 0 +11664900 15.0004480672 16.1 0 0 +11665800 15.0004480672 16.1 0 0 +11666700 15.0004480672 16.1 0 0 +11667600 15.0004480672 16.1 0 0 +11668500 15.0004480672 16.0375 0 0 +11669400 15.0004480672 15.9125 0 0 +11670300 15.0004480672 15.7875 0 0 +11671200 15.0004480672 15.6625 0 0 +11672100 15.0004480672 15.525 0 0 +11673000 15.0004480672 15.375 0 0 +11673900 15.0004480672 15.225 0 0 +11674800 15.0004480672 15.075 0 0 +11675700 15.0004480672 15 0 0 +11676600 15.0004480672 15 0 0 +11677500 15.0004480672 15 0 0 +11678400 15.0004480672 15 0 0 +11679300 15.0004480672 15.075 0 0 +11680200 15.0004480672 15.225 0 0 +11681100 15.0004480672 15.375 0 0 +11682000 15.0004480672 15.525 0 0 +11682900 15.0004480672 15.6 2.8958502256 0 +11683800 15.0004480672 15.6 14.1575448692 0 +11684700 15.0004480672 15.6 26.0762937934 0 +11685600 15.0004480672 15.6 38.0918406595 0 +11686500 15.0004480672 15.6625 48.0679396891 0 +11687400 15.0076079717 15.9166324492 59.6214350525 0.0555555556 +11688300 15.0004480672 28.3678281873 71.1194174363 0 +11689200 15.0076079717 16.2617449808 82.5126507145 0.0555555556 +11690100 15.0004480672 31.8619634028 90.2528641285 0 +11691000 15.0076079717 16.5596717272 100.8788786604 0.0555555556 +11691900 15.0004480672 35.8146837524 111.265251774 0 +11692800 15.0076079717 16.8934028864 121.3675074251 0.0555555556 +11693700 15.0076079717 17.1059610669 135.8975656894 0.0555555556 +11694600 15.0076079717 17.235162612 145.6442556142 0.0555555556 +11695500 15.0076079717 17.3583143863 154.9665859956 0.0555555556 +11696400 15.0076079717 17.4748480183 163.8246371835 0.0555555556 +11697300 15.0076079717 17.7394841402 182.4152183715 0.0555555556 +11698200 15.0076079717 17.8669459923 190.697775166 0.0555555556 +11699100 15.0076079717 17.9857801548 198.3748937918 0.0555555556 +11700000 15.0076079717 18.0955186564 205.4136996484 0.0555555556 +11700900 15.0076079717 23.4050537311 557.1303534486 0.0555555556 +11701800 15.0076079717 23.7099518384 574.2278278575 0.0555555556 +11702700 15.0076079717 23.9797103333 589.183418078 0.0555555556 +11703600 15.0076079717 24.2128390743 601.9206345853 0.0555555556 +11704500 15.0076079717 21.7788533818 436.465724194 0.0555555556 +11705400 15.0076079717 21.9059569912 442.1824986565 0.0555555556 +11706300 15.0076079717 22.0051668704 446.2260828793 0.0555555556 +11707200 15.0076079717 22.0761069501 448.5765320517 0.0555555556 +11708100 15.0076079717 18.8938146889 247.0441929042 0.0555555556 +11709000 15.0076079717 18.8658493289 246.5237239741 0.0555555556 +11709900 15.0076079717 18.8259574205 245.1685888788 0.0555555556 +11710800 15.0076079717 18.7742215678 242.9845905146 0.0555555556 +11711700 15.0076079717 18.6732913385 237.7448629657 0.0555555556 +11712600 15.0076079717 18.5874732086 233.970208228 0.0555555556 +11713500 15.0076079717 18.4904017847 229.412584188 0.0555555556 +11714400 15.0076079717 18.3823548831 224.0915072917 0.0555555556 +11715300 15.0076079717 18.2152096747 212.7508510301 0.0555555556 +11716200 15.0076079717 18.1420084804 206.1384678194 0.0555555556 +11717100 15.0076079717 18.0592377097 198.8569944547 0.0555555556 +11718000 15.0076079717 17.967341216 190.9376113226 0.0555555556 +11718900 15.0076079717 18.2475064857 208.9572237748 0.0555555556 +11719800 15.0076079717 18.1015152812 198.2708216648 0.0555555556 +11720700 15.0076079717 17.9467670872 186.9763343575 0.0555555556 +11721600 15.0076079717 17.780762623 175.1262112732 0.0555555556 +11722500 15.0076079717 17.1310502479 129.0059314903 0.0555555556 +11723400 15.0004480672 38.7686070266 119.1308279752 0 +11724300 15.0076079717 16.8038692953 108.9382466021 0.0555555556 +11725200 15.0004480672 34.902315778 98.4718335693 0 +11726100 15.0076079717 16.4997021558 90.1664600128 0.0555555556 +11727000 15.0004480672 31.3426844801 78.9916076407 0 +11727900 15.0076079717 16.1567466803 67.6764055913 0.0555555556 +11728800 15.0004480672 27.2211935934 56.2693072968 0 +11729700 15.0004480672 17.0625 48.5323480616 0 +11730600 15.0004480672 16.7875 36.1400535169 0 +11731500 15.0004480672 16.5125 23.8073022682 0 +11732400 15.0004480672 16.2375 11.5869050499 0 +11733300 15.0004480672 16.1 0 0 +11734200 15.0004480672 16.1 0 0 +11735100 15.0004480672 16.1 0 0 +11736000 15.0004480672 16.1 0 0 +11736900 15.0004480672 16.175 0 0 +11737800 15.0004480672 16.325 0 0 +11738700 15.0004480672 16.475 0 0 +11739600 15.0004480672 16.625 0 0 +11740500 15.0004480672 16.625 0 0 +11741400 15.0004480672 16.475 0 0 +11742300 15.0004480672 16.325 0 0 +11743200 15.0004480672 16.175 0 0 +11744100 15.0004480672 16.175 0 0 +11745000 15.0004480672 16.325 0 0 +11745900 15.0004480672 16.475 0 0 +11746800 15.0004480672 16.625 0 0 +11747700 15.0004480672 16.625 0 0 +11748600 15.0004480672 16.475 0 0 +11749500 15.0004480672 16.325 0 0 +11750400 15.0004480672 16.175 0 0 +11751300 15.0004480672 16.1 0 0 +11752200 15.0004480672 16.1 0 0 +11753100 15.0004480672 16.1 0 0 +11754000 15.0004480672 16.1 0 0 +11754900 15.0004480672 15.9625 0 0 +11755800 15.0004480672 15.6875 0 0 +11756700 15.0004480672 15.4125 0 0 +11757600 15.0004480672 15.1375 0 0 +11758500 15.0004480672 15 0 0 +11759400 15.0004480672 15 0 0 +11760300 15.0004480672 15 0 0 +11761200 15.0004480672 15 0 0 +11762100 15.0004480672 15 0 0 +11763000 15.0004480672 15 0 0 +11763900 15.0004480672 15 0 0 +11764800 15.0004480672 15 0 0 +11765700 15.0004480672 15 0 0 +11766600 15.0004480672 15 0 0 +11767500 15.0004480672 15 0 0 +11768400 15.0004480672 15 0 0 +11769300 15.0004480672 15 2.8374962216 0 +11770200 15.0004480672 15 12.4975827795 0 +11771100 15.0004480672 15 22.5693567559 0 +11772000 15.0004480672 15 32.7229812409 0 +11772900 15.0004480672 15.075 38.4506956979 0 +11773800 15.0004480672 23.6815314412 47.5777328542 0 +11774700 15.0076079717 15.8426350081 56.6609625602 0.0555555556 +11775600 15.0004480672 27.0632972769 65.6614890318 0 +11776500 15.0076079717 16.3228120856 88.8327207412 0.0555555556 +11777400 15.0004480672 32.8744738836 99.2246523934 0 +11778300 15.0076079717 16.6346089533 109.3822800283 0.0555555556 +11779200 15.0004480672 36.3394448314 119.2621071251 0 +11780100 15.0076079717 17.1013573757 140.7522537977 0.0555555556 +11781000 15.0076079717 17.2559499604 150.8028361104 0.0555555556 +11781900 15.0076079717 17.4043013456 160.4158997054 0.0555555556 +11782800 15.0076079717 17.5458254636 169.5502799686 0.0555555556 +11783700 15.0076079717 17.7706581448 184.9412204447 0.0555555556 +11784600 15.0076079717 17.8897820931 193.3096403569 0.0555555556 +11785500 15.0076079717 18.0001996559 201.0664387884 0.0555555556 +11786400 15.0076079717 18.1014380047 208.1783999374 0.0555555556 +11787300 15.0076079717 18.2519841727 218.0151305949 0.0555555556 +11788200 15.0076079717 18.3559055145 223.8397839036 0.0555555556 +11789100 15.0076079717 18.4492630859 228.925505508 0.0555555556 +11790000 15.0076079717 18.5317468796 233.2505175675 0.0555555556 +11790900 15.0076079717 18.6177044789 238.5554725299 0.0555555556 +11791800 15.0076079717 18.6571610202 241.3272812548 0.0555555556 +11792700 15.0076079717 18.6850561604 243.2869054334 0.0555555556 +11793600 15.0076079717 18.701270448 244.4259536541 0.0555555556 +11794500 15.0076079717 18.7178991628 245.2609515644 0.0555555556 +11795400 15.0076079717 18.7200563196 244.7466565039 0.0555555556 +11796300 15.0076079717 18.7104410286 243.4060058948 0.0555555556 +11797200 15.0076079717 18.6891350112 241.2447406088 0.0555555556 +11798100 15.0076079717 18.6412241952 236.8171468415 0.0555555556 +11799000 15.0076079717 18.6086136011 233.0689197179 0.0555555556 +11799900 15.0076079717 18.5648873223 228.5429892118 0.0555555556 +11800800 15.0076079717 18.5103212432 223.2587360523 0.0555555556 +11801700 15.0076079717 18.3969831582 214.5724643953 0.0555555556 +11802600 15.0076079717 18.3023597448 207.9252005737 0.0555555556 +11803500 15.0076079717 18.1981599445 200.6051983275 0.0555555556 +11804400 15.0076079717 18.0848299597 192.6438030301 0.0555555556 +11805300 15.0076079717 17.865590086 177.9665987522 0.0555555556 +11806200 15.0076079717 17.7191549552 169.1305802795 0.0555555556 +11807100 15.0076079717 17.5653603004 159.780725906 0.0555555556 +11808000 15.0076079717 17.4047763356 149.9570731435 0.0555555556 +11808900 15.0076079717 17.0940904088 129.9243766652 0.0555555556 +11809800 15.0004480672 38.1231626927 120.0260615231 0 +11810700 15.0076079717 16.7469888608 109.8094577842 0.0555555556 +11811600 15.0004480672 34.0021671457 99.3183145143 0 +11812500 15.0076079717 16.2082582525 75.9230237871 0.0555555556 +11813400 15.0004480672 27.9802907259 66.5785227498 0 +11814300 15.0076079717 15.8983083578 57.1166100138 0.0555555556 +11815200 15.0004480672 24.1940444607 47.5778029422 0 +11816100 15.0004480672 15.6 38.2154195977 0 +11817000 15.0004480672 15.6 28.592013576 0 +11817900 15.0004480672 15.6 19.0147974485 0 +11818800 15.0004480672 15.6 9.5247823251 0 +11819700 15.0004480672 15.6625 0 0 +11820600 15.0004480672 15.7875 0 0 +11821500 15.0004480672 15.9125 0 0 +11822400 15.0004480672 16.0375 0 0 +11823300 15.0004480672 16.0375 0 0 +11824200 15.0004480672 15.9125 0 0 +11825100 15.0004480672 15.7875 0 0 +11826000 15.0004480672 15.6625 0 0 +11826900 15.0004480672 15.6 0 0 +11827800 15.0004480672 15.6 0 0 +11828700 15.0004480672 15.6 0 0 +11829600 15.0004480672 15.6 0 0 +11830500 15.0004480672 15.6 0 0 +11831400 15.0004480672 15.6 0 0 +11832300 15.0004480672 15.6 0 0 +11833200 15.0004480672 15.6 0 0 +11834100 15.0004480672 15.6 0 0 +11835000 15.0004480672 15.6 0 0 +11835900 15.0004480672 15.6 0 0 +11836800 15.0004480672 15.6 0 0 +11837700 15.0004480672 15.6 0 0 +11838600 15.0004480672 15.6 0 0 +11839500 15.0004480672 15.6 0 0 +11840400 15.0004480672 15.6 0 0 +11841300 15.0004480672 15.45 0 0 +11842200 15.0004480672 15.15 0 0 +11843100 15.0004480672 14.85 0 0 +11844000 15.0004480672 14.55 0 0 +11844900 15.0004480672 14.4 0 0 +11845800 15.0004480672 14.4 0 0 +11846700 15.0004480672 14.4 0 0 +11847600 15.0004480672 14.4 0 0 +11848500 15.0004480672 14.4 0 0 +11849400 15.0004480672 14.4 0 0 +11850300 15.0004480672 14.4 0 0 +11851200 15.0004480672 14.4 0 0 +11852100 15.0004480672 14.3375 0 0 +11853000 15.0004480672 14.2125 0 0 +11853900 15.0004480672 14.0875 0 0 +11854800 15.0004480672 13.9625 0 0 +11855700 15.0004480672 13.9625 3.4709875508 0 +11856600 15.0004480672 14.0875 13.9299370946 0 +11857500 15.0004480672 14.2125 24.7104913164 0 +11858400 15.0004480672 14.3375 35.578742736 0 +11859300 15.0004480672 14.475 36.6093408344 0 +11860200 15.0004480672 22.6705350886 45.1961050364 0 +11861100 15.0004480672 24.2896221191 53.741722411 0 +11862000 15.0076079717 15.8867532838 62.2095993126 0.0555555556 +11862900 15.0004480672 30.2459062654 86.65247181 0 +11863800 15.0076079717 16.4332594806 96.7271699018 0.0555555556 +11864700 15.0004480672 34.3368857296 106.5748032499 0 +11865600 15.0076079717 16.7751834437 116.1532027766 0.0555555556 +11866500 15.0076079717 17.1082574221 138.407746944 0.0555555556 +11867400 15.0076079717 17.2483518356 148.2493695367 0.0555555556 +11868300 15.0076079717 17.3823494781 157.6626778623 0.0555555556 +11869200 15.0076079717 17.5096764891 166.6073626894 0.0555555556 +11870100 15.0076079717 20.0977942832 344.0816417201 0.0555555556 +11871000 15.0076079717 20.3882059099 361.8358003112 0.0555555556 +11871900 15.0076079717 20.6594085857 378.3524977747 0.0555555556 +11872800 15.0076079717 20.9096169141 393.5425572927 0.0555555556 +11873700 15.0076079717 22.188776656 473.4256401062 0.0555555556 +11874600 15.0076079717 22.4719489917 488.2123223887 0.0555555556 +11875500 15.0076079717 22.7239116764 501.1506969284 0.0555555556 +11876400 15.0076079717 22.9432963501 512.1731496391 0.0555555556 +11877300 15.0076079717 24.4945603154 606.5559580209 0.0555555556 +11878200 15.0076079717 24.6138573562 614.9941744527 0.0555555556 +11879100 15.0076079717 24.6894172591 620.966268649 0.0555555556 +11880000 15.0076079717 24.7205999662 624.4414237835 0.0555555556 +11880900 15.0076079717 23.5413743242 545.4372634097 0.0555555556 +11881800 15.0076079717 23.5589488375 544.0757267658 0.0555555556 +11882700 15.0076079717 23.5371414108 540.5211712934 0.0555555556 +11883600 15.0076079717 23.4763344782 534.7919409956 0.0555555556 +11884500 15.0076079717 25.7920186198 679.6302242561 0.0555555556 +11885400 15.0076079717 25.5386979389 666.3825702506 0.0555555556 +11886300 15.0076079717 25.2361417567 650.412217465 0.0555555556 +11887200 15.0076079717 24.8862384914 631.804704054 0.0555555556 +11888100 15.0076079717 23.1019650805 526.2185402627 0.0555555556 +11889000 15.0076079717 22.7812264531 506.9341514267 0.0555555556 +11889900 15.0076079717 22.4293618603 485.7690331126 0.0555555556 +11890800 15.0076079717 22.0489160624 462.8418269238 0.0555555556 +11891700 15.0076079717 21.7956626034 450.1965757806 0.0555555556 +11892600 15.0076079717 21.3079751547 423.3108713207 0.0555555556 +11893500 15.0076079717 20.8009543291 395.0641843992 0.0555555556 +11894400 15.0076079717 20.2304906018 365.6422984921 0.0555555556 +11895300 15.0076079717 19.5442499682 326.0728378685 0.0555555556 +11896200 15.0076079717 19.0500200858 295.8799543263 0.0555555556 +11897100 15.0076079717 18.5965516797 265.2119533974 0.0555555556 +11898000 15.0076079717 18.1851282397 234.3458137776 0.0555555556 +11898900 15.0076079717 17.1287156221 158.6778041796 0.0555555556 +11899800 15.0004480672 37.4140274298 133.7886292584 0 +11900700 15.0076079717 16.6432049036 109.8125895203 0.0555555556 +11901600 15.0004480672 32.5381426972 87.1041918947 0 +11902500 15.0004480672 16.5625 57.1022873616 0 +11903400 15.0004480672 16.2875 44.4194261879 0 +11904300 15.0004480672 16.0125 30.5951411897 0 +11905200 15.0004480672 15.7375 15.8929605388 0 +11906100 15.0004480672 15.45 0 0 +11907000 15.0004480672 15.15 0 0 +11907900 15.0004480672 14.85 0 0 +11908800 15.0004480672 14.55 0 0 +11909700 15.0004480672 14.3375 0 0 +11910600 15.0004480672 14.2125 0 0 +11911500 15.0004480672 14.0875 0 0 +11912400 15.0004480672 13.9625 0 0 +11913300 15.0004480672 13.9 0 0 +11914200 15.0004480672 13.9 0 0 +11915100 15.0004480672 13.9 0 0 +11916000 15.0004480672 13.9 0 0 +11916900 15.0004480672 13.825 0 0 +11917800 15.0004480672 13.675 0 0 +11918700 15.0004480672 13.525 0 0 +11919600 15.0004480672 13.375 0 0 +11920500 15.0004480672 13.2375 0 0 +11921400 15.0004480672 13.1125 0 0 +11922300 15.0004480672 12.9875 0 0 +11923200 15.0004480672 12.8625 0 0 +11924100 15.0004480672 12.8 0 0 +11925000 15.0004480672 12.8 0 0 +11925900 15.0004480672 12.8 0 0 +11926800 15.0004480672 12.8 0 0 +11927700 15.0004480672 12.725 0 0 +11928600 15.0004480672 12.575 0 0 +11929500 15.0004480672 12.425 0 0 +11930400 15.0004480672 12.275 0 0 +11931300 15.0004480672 12.2 0 0 +11932200 15.0004480672 12.2 0 0 +11933100 15.0004480672 12.2 0 0 +11934000 15.0004480672 12.2 0 0 +11934900 15.0004480672 12.275 0 0 +11935800 15.0004480672 12.425 0 0 +11936700 15.0004480672 12.575 0 0 +11937600 15.0004480672 12.725 0 0 +11938500 15.0004480672 12.6625 0 0 +11939400 15.0004480672 12.3875 0 0 +11940300 15.0004480672 12.1125 0 0 +11941200 15.0004480672 11.8375 0 0 +11942100 15.0004480672 11.7625 5.5703291672 0 +11943000 15.0004480672 11.8875 20.5196522876 0 +11943900 15.0004480672 12.0125 35.5965080914 0 +11944800 15.0004480672 12.1375 50.3142701216 0 +11945700 15.0004480672 12.4125 69.404357713 0 +11946600 15.0076079717 16.0862052692 83.0212188763 0.0555555556 +11947500 15.0004480672 29.8932807087 109.5901947841 0 +11948400 15.0076079717 16.4535842437 138.4132680732 0.0555555556 +11949300 15.0076079717 17.3267312182 218.5408262466 0.0555555556 +11950200 15.0076079717 17.7832517242 259.9444878738 0.0555555556 +11951100 15.0076079717 18.3560373714 301.9254855297 0.0555555556 +11952000 15.0076079717 19.0466404288 343.8974489499 0.0555555556 +11952900 15.0076079717 20.3163487561 418.1724670438 0.0555555556 +11953800 15.0076079717 21.287663513 461.7788453153 0.0555555556 +11954700 15.0076079717 22.1806202638 504.013404427 0.0555555556 +11955600 15.0076079717 22.9715621985 544.5457329924 0.0555555556 +11956500 15.0076079717 24.2073887328 614.4650816401 0.0555555556 +11957400 15.0076079717 24.9704042566 653.3323685356 0.0555555556 +11958300 15.0076079717 25.6866838774 689.5320660534 0.0555555556 +11959200 15.0076079717 26.3504591415 722.8513361439 0.0555555556 +11960100 15.0076079717 27.2087397039 770.0626843173 0.0555555556 +11961000 15.0076079717 27.7545327986 797.6788235486 0.0555555556 +11961900 15.0076079717 28.2335571251 821.8418087331 0.0555555556 +11962800 15.0076079717 28.6426419407 842.4257650447 0.0555555556 +11963700 15.0076079717 28.7083421467 850.0310565597 0.0555555556 +11964600 15.0076079717 28.9711071401 862.888512742 0.0555555556 +11965500 15.0076079717 29.1606307302 871.9903534176 0.0555555556 +11966400 15.0076079717 29.275814096 877.2903908839 0.0555555556 +11967300 15.0076079717 29.5625859828 888.1291695577 0.0555555556 +11968200 15.0076079717 29.5242750847 885.7228862273 0.0555555556 +11969100 15.0076079717 29.4087150987 879.4248891256 0.0555555556 +11970000 15.0076079717 29.2166664177 869.2666256947 0.0555555556 +11970900 15.0076079717 27.416880434 772.0200359955 0.0555555556 +11971800 15.0076079717 27.1182632759 756.4011229694 0.0555555556 +11972700 15.0076079717 26.7589200618 737.5692336139 0.0555555556 +11973600 15.0076079717 26.3412142775 715.6248004858 0.0555555556 +11974500 15.0076079717 26.8029508761 742.7352999463 0.0555555556 +11975400 15.0076079717 26.2048562902 712.0866398787 0.0555555556 +11976300 15.0076079717 25.5516067747 678.4490594242 0.0555555556 +11977200 15.0076079717 24.8482667608 642.0157580434 0.0555555556 +11978100 15.0076079717 23.1277127517 538.7696701015 0.0555555556 +11979000 15.0076079717 22.4338453322 502.6941729129 0.0555555556 +11979900 15.0076079717 21.714579906 464.8464371945 0.0555555556 +11980800 15.0076079717 20.8673426767 425.5028180872 0.0555555556 +11981700 15.0076079717 19.9192024689 372.5699835699 0.0555555556 +11982600 15.0076079717 19.2266290059 333.5511004679 0.0555555556 +11983500 15.0076079717 18.6246484136 294.1329369176 0.0555555556 +11984400 15.0076079717 18.1149981932 254.7624590357 0.0555555556 +11985300 15.0004480672 35.3294836411 167.9835210057 0 +11986200 15.0076079717 16.4344950991 132.5029437502 0.0555555556 +11987100 15.0004480672 30.5536655085 99.3958709943 0 +11988000 15.0076079717 16.193144084 69.6383575591 0.0555555556 +11988900 15.0004480672 14.8625 42.5829239618 0 +11989800 15.0004480672 14.5875 39.0654110489 0 +11990700 15.0004480672 14.3125 30.3696287105 0 +11991600 15.0004480672 14.0375 16.8877768836 0 +11992500 15.0004480672 13.825 0 0 +11993400 15.0004480672 13.675 0 0 +11994300 15.0004480672 13.525 0 0 +11995200 15.0004480672 13.375 0 0 +11996100 15.0004480672 13.3 0 0 +11997000 15.0004480672 13.3 0 0 +11997900 15.0004480672 13.3 0 0 +11998800 15.0004480672 13.3 0 0 +11999700 15.0004480672 13.2375 0 0 +12000600 15.0004480672 13.1125 0 0 +12001500 15.0004480672 12.9875 0 0 +12002400 15.0004480672 12.8625 0 0 +12003300 15.0004480672 12.8 0 0 +12004200 15.0004480672 12.8 0 0 +12005100 15.0004480672 12.8 0 0 +12006000 15.0004480672 12.8 0 0 +12006900 15.0004480672 12.725 0 0 +12007800 15.0004480672 12.575 0 0 +12008700 15.0004480672 12.425 0 0 +12009600 15.0004480672 12.275 0 0 +12010500 15.0004480672 12.2 0 0 +12011400 15.0004480672 12.2 0 0 +12012300 15.0004480672 12.2 0 0 +12013200 15.0004480672 12.2 0 0 +12014100 15.0004480672 12.1375 0 0 +12015000 15.0004480672 12.0125 0 0 +12015900 15.0004480672 11.8875 0 0 +12016800 15.0004480672 11.7625 0 0 +12017700 15.0004480672 11.7 0 0 +12018600 15.0004480672 11.7 0 0 +12019500 15.0004480672 11.7 0 0 +12020400 15.0004480672 11.7 0 0 +12021300 15.0004480672 11.625 0 0 +12022200 15.0004480672 11.475 0 0 +12023100 15.0004480672 11.325 0 0 +12024000 15.0004480672 11.175 0 0 +12024900 15.0004480672 11.1 0 0 +12025800 15.0004480672 11.1 0 0 +12026700 15.0004480672 11.1 0 0 +12027600 15.0004480672 11.1 0 0 +12028500 15.0004480672 11.175 7.2424737126 0 +12029400 15.0004480672 11.325 24.7676323043 0 +12030300 15.0004480672 11.475 42.4161355155 0 +12031200 15.0004480672 11.625 59.8360716611 0 +12032100 15.0004480672 11.8375 82.9975639393 0 +12033000 15.0076079717 16.2491400216 100.2625852076 0.0555555556 +12033900 15.0004480672 32.5147916958 124.7096703987 0 +12034800 15.0076079717 16.7461057144 150.3714913732 0.0555555556 +12035700 15.0076079717 17.3511917157 211.9761397829 0.0555555556 +12036600 15.0076079717 17.7739525538 248.0779423172 0.0555555556 +12037500 15.0076079717 18.279218542 284.5732073781 0.0555555556 +12038400 15.0076079717 18.868132677 321.0031240646 0.0555555556 +12039300 15.0076079717 19.9603120711 381.0364642492 0.0555555556 +12040200 15.0076079717 20.6924060877 416.8559816252 0.0555555556 +12041100 15.0076079717 21.3784617746 451.5288900991 0.0555555556 +12042000 15.0076079717 21.9947340649 484.7978476819 0.0555555556 +12042900 15.0076079717 23.6723623831 587.8098776133 0.0555555556 +12043800 15.0076079717 24.357711605 623.5502617714 0.0555555556 +12044700 15.0076079717 25.0020133943 656.8608431844 0.0555555556 +12045600 15.0076079717 25.6001792426 687.5408858364 0.0555555556 +12046500 15.0076079717 26.5990734969 744.5963130529 0.0555555556 +12047400 15.0076079717 27.1025781625 770.6018613596 0.0555555556 +12048300 15.0076079717 27.5457960283 793.3664580764 0.0555555556 +12049200 15.0076079717 27.92581096 812.7676583546 0.0555555556 +12050100 15.0076079717 28.3717492236 836.6498653107 0.0555555556 +12051000 15.0076079717 28.6231628621 849.1656719114 0.0555555556 +12051900 15.0076079717 28.8047164093 858.0296962417 0.0555555556 +12052800 15.0076079717 28.9153520093 863.1963326793 0.0555555556 +12053700 15.0076079717 28.6507966039 851.0696590537 0.0555555556 +12054600 15.0076079717 28.5874071576 848.8342021039 0.0555555556 +12055500 15.0076079717 28.4549846721 842.9654260075 0.0555555556 +12056400 15.0076079717 28.254219239 833.4935893634 0.0555555556 +12057300 15.0076079717 28.1342713342 828.9077750803 0.0555555556 +12058200 15.0076079717 27.8179175291 812.2089423579 0.0555555556 +12059100 15.0076079717 27.4371851264 792.0723747028 0.0555555556 +12060000 15.0076079717 26.9945798276 768.6053852086 0.0555555556 +12060900 15.0076079717 26.2689399354 729.6340208437 0.0555555556 +12061800 15.0076079717 25.7307069222 700.6396205225 0.0555555556 +12062700 15.0076079717 25.1429045765 668.8303485472 0.0555555556 +12063600 15.0076079717 24.5100764137 634.3924046357 0.0555555556 +12064500 15.0076079717 23.5196832859 576.1651149625 0.0555555556 +12065400 15.0076079717 22.8295759146 538.6434674007 0.0555555556 +12066300 15.0076079717 22.1136330062 499.275330212 0.0555555556 +12067200 15.0076079717 21.2773888383 458.3439724901 0.0555555556 +12068100 15.0076079717 19.5786800786 331.1120226316 0.0555555556 +12069000 15.0076079717 19.0835740038 301.9746139696 0.0555555556 +12069900 15.0076079717 18.6163873258 272.2912013648 0.0555555556 +12070800 15.0076079717 18.17848311 242.3010225554 0.0555555556 +12071700 15.0004480672 37.9089913207 152.7090267164 0 +12072600 15.0076079717 16.6917097657 131.1018702097 0.0555555556 +12073500 15.0004480672 32.3591785596 109.9437702958 0 +12074400 15.0076079717 16.226660487 89.4639551138 0.0555555556 +12075300 15.0015020533 13.825 63.8192665333 0 +12076200 15.0004480672 13.675 49.5209992095 0 +12077100 15.0004480672 13.525 34.4176347773 0 +12078000 15.0004480672 13.375 18.6843187514 0 +12078900 15.0004480672 13.2375 0 0 +12079800 15.0004480672 13.1125 0 0 +12080700 15.0004480672 12.9875 0 0 +12081600 15.0004480672 12.8625 0 0 +12082500 15.0004480672 12.725 0 0 +12083400 15.0004480672 12.575 0 0 +12084300 15.0004480672 12.425 0 0 +12085200 15.0004480672 12.275 0 0 +12086100 15.0004480672 12.2 0 0 +12087000 15.0004480672 12.2 0 0 +12087900 15.0004480672 12.2 0 0 +12088800 15.0004480672 12.2 0 0 +12089700 15.0004480672 12.2 0 0 +12090600 15.0004480672 12.2 0 0 +12091500 15.0004480672 12.2 0 0 +12092400 15.0004480672 12.2 0 0 +12093300 15.0004480672 12.1375 0 0 +12094200 15.0004480672 12.0125 0 0 +12095100 15.0004480672 11.8875 0 0 +12096000 15.0004480672 11.7625 0 0 +12096900 15.0004480672 11.7625 0 0 +12097800 15.0004480672 11.8875 0 0 +12098700 15.0004480672 12.0125 0 0 +12099600 15.0004480672 12.1375 0 0 +12100500 15.0004480672 12.2 0 0 +12101400 15.0004480672 12.2 0 0 +12102300 15.0004480672 12.2 0 0 +12103200 15.0004480672 12.2 0 0 +12104100 15.0004480672 12.275 0 0 +12105000 15.0004480672 12.425 0 0 +12105900 15.0004480672 12.575 0 0 +12106800 15.0004480672 12.725 0 0 +12107700 15.0004480672 12.8 0 0 +12108600 15.0004480672 12.8 0 0 +12109500 15.0004480672 12.8 0 0 +12110400 15.0004480672 12.8 0 0 +12111300 15.0004480672 12.8625 0 0 +12112200 15.0004480672 12.9875 0 0 +12113100 15.0004480672 13.1125 0 0 +12114000 15.0004480672 13.2375 0 0 +12114900 15.0004480672 13.3 4.4907120368 0 +12115800 15.0004480672 13.3 14.3650328366 0 +12116700 15.0004480672 13.3 24.3725439871 0 +12117600 15.0004480672 13.3 34.4618698373 0 +12118500 15.0004480672 13.4375 38.8939951245 0 +12119400 15.0004480672 22.1942432455 47.7240587586 0 +12120300 15.0004480672 23.9750833839 56.5121598526 0 +12121200 15.0076079717 15.8780650797 65.2206664083 0.0555555556 +12122100 15.0004480672 29.7916783747 88.3761785123 0 +12123000 15.0076079717 16.3797364998 98.4790125856 0.0555555556 +12123900 15.0004480672 33.3354834711 108.3545865772 0 +12124800 15.0076079717 16.6803669778 117.9606117631 0.0555555556 +12125700 15.0004480672 38.5080093618 140.1581428954 0 +12126600 15.0076079717 17.1249374547 150.0098957233 0.0555555556 +12127500 15.0076079717 17.2474183733 159.4334393621 0.0555555556 +12128400 15.0076079717 17.3632161489 168.3884207514 0.0555555556 +12129300 15.0076079717 17.5947883128 184.2460477831 0.0555555556 +12130200 15.0076079717 17.735355027 192.4822592186 0.0555555556 +12131100 15.0076079717 17.8673113003 200.1173615572 0.0555555556 +12132000 15.0076079717 17.9901917224 207.1186601185 0.0555555556 +12132900 15.0076079717 25.1599749536 657.7029349003 0.0555555556 +12133800 15.0076079717 25.6305383559 680.4152727465 0.0555555556 +12134700 15.0076079717 26.0487032315 700.301474352 0.0555555556 +12135600 15.0076079717 26.4119377913 717.253454238 0.0555555556 +12136500 15.0076079717 25.0988393477 644.5753580733 0.0555555556 +12137400 15.0076079717 25.2824877007 653.6496008104 0.0555555556 +12138300 15.0076079717 25.4187457779 660.0795324201 0.0555555556 +12139200 15.0076079717 25.5069072694 663.8317314727 0.0555555556 +12140100 15.0076079717 18.7902086172 245.2306315155 0.0555555556 +12141000 15.0076079717 18.7717938285 244.7308133509 0.0555555556 +12141900 15.0076079717 18.74172533 243.4132690789 0.0555555556 +12142800 15.0076079717 18.7000834344 241.2836406266 0.0555555556 +12143700 15.0076079717 27.3094679016 797.1314746097 0.0555555556 +12144600 15.0076079717 27.0284257343 782.1825680314 0.0555555556 +12145500 15.0076079717 26.694225372 764.152451905 0.0555555556 +12146400 15.0076079717 26.3088494509 743.1362539173 0.0555555556 +12147300 15.0076079717 22.497205047 490.1661041509 0.0555555556 +12148200 15.0076079717 22.1825095375 472.1300141759 0.0555555556 +12149100 15.0076079717 21.8383818349 452.3360221859 0.0555555556 +12150000 15.0076079717 21.467271243 430.8964774811 0.0555555556 +12150900 15.0076079717 19.8467120235 324.0060871781 0.0555555556 +12151800 15.0076079717 19.519776683 305.1822966476 0.0555555556 +12152700 15.0076079717 19.1789614992 285.3959363688 0.0555555556 +12153600 15.0076079717 18.7906949021 264.7737111784 0.0555555556 +12154500 15.0004480672 38.5608116291 129.6112839011 0 +12155400 15.0076079717 16.8278147683 119.9178467191 0.0555555556 +12156300 15.0004480672 35.1354053173 109.9121225189 0 +12157200 15.0076079717 16.516083834 99.6369573477 0.0555555556 +12158100 15.0004480672 29.2192708031 75.4681200201 0 +12159000 15.0076079717 16.0231118582 66.4248824779 0.0555555556 +12159900 15.0004480672 25.9037684663 57.2675678453 0 +12160800 15.0004480672 24.1978703544 48.0353891496 0 +12161700 15.0004480672 15.45 64.9030043685 0 +12162600 15.0004480672 15.15 51.3774931938 0 +12163500 15.0004480672 14.85 36.4500744674 0 +12164400 15.0004480672 14.55 20.3204751337 0 +12165300 15.0004480672 14.2625 0 0 +12166200 15.0004480672 13.9875 0 0 +12167100 15.0004480672 13.7125 0 0 +12168000 15.0004480672 13.4375 0 0 +12168900 15.0004480672 13.2375 0 0 +12169800 15.0004480672 13.1125 0 0 +12170700 15.0004480672 12.9875 0 0 +12171600 15.0004480672 12.8625 0 0 +12172500 15.0004480672 12.8 0 0 +12173400 15.0004480672 12.8 0 0 +12174300 15.0004480672 12.8 0 0 +12175200 15.0004480672 12.8 0 0 +12176100 15.0004480672 12.8 0 0 +12177000 15.0004480672 12.8 0 0 +12177900 15.0004480672 12.8 0 0 +12178800 15.0004480672 12.8 0 0 +12179700 15.0004480672 12.725 0 0 +12180600 15.0004480672 12.575 0 0 +12181500 15.0004480672 12.425 0 0 +12182400 15.0004480672 12.275 0 0 +12183300 15.0004480672 12.1375 0 0 +12184200 15.0004480672 12.0125 0 0 +12185100 15.0004480672 11.8875 0 0 +12186000 15.0004480672 11.7625 0 0 +12186900 15.0004480672 11.7625 0 0 +12187800 15.0004480672 11.8875 0 0 +12188700 15.0004480672 12.0125 0 0 +12189600 15.0004480672 12.1375 0 0 +12190500 15.0004480672 12.1375 0 0 +12191400 15.0004480672 12.0125 0 0 +12192300 15.0004480672 11.8875 0 0 +12193200 15.0004480672 11.7625 0 0 +12194100 15.0004480672 11.7 0 0 +12195000 15.0004480672 11.7 0 0 +12195900 15.0004480672 11.7 0 0 +12196800 15.0004480672 11.7 0 0 +12197700 15.0004480672 11.625 0 0 +12198600 15.0004480672 11.475 0 0 +12199500 15.0004480672 11.325 0 0 +12200400 15.0004480672 11.175 0 0 +12201300 15.0004480672 11.175 6.311546962 0 +12202200 15.0004480672 11.325 18.899280728 0 +12203100 15.0004480672 11.475 30.9184897842 0 +12204000 15.0004480672 11.625 41.6379691097 0 +12204900 15.0004480672 11.8375 82.4162002294 0 +12205800 15.0076079717 16.2168257214 99.753908859 0.0555555556 +12206700 15.0004480672 32.3309161941 121.2816918732 0 +12207600 15.0076079717 16.7334757773 143.4472332108 0.0555555556 +12208500 15.0076079717 17.1679098052 209.2360456887 0.0555555556 +12209400 15.0076079717 17.6058947369 248.0504582439 0.0555555556 +12210300 15.0076079717 18.1500883686 287.4017469231 0.0555555556 +12211200 15.0076079717 18.8018644202 326.7506213166 0.0555555556 +12212100 15.0076079717 19.9956682904 400.768815364 0.0555555556 +12213000 15.0076079717 20.9382521232 442.860244048 0.0555555556 +12213900 15.0076079717 21.8271850497 483.6358818811 0.0555555556 +12214800 15.0076079717 22.5982551735 522.7751965732 0.0555555556 +12215700 15.0076079717 24.2295074924 623.5036873359 0.0555555556 +12216600 15.0076079717 24.9602453173 661.8909137523 0.0555555556 +12217500 15.0076079717 25.646704793 697.6671106618 0.0555555556 +12218400 15.0076079717 26.2833314606 730.6174723944 0.0555555556 +12219300 15.0076079717 26.4572024292 735.3469640206 0.0555555556 +12220200 15.0076079717 26.957014923 761.0858977701 0.0555555556 +12221100 15.0076079717 27.3970849424 783.621657608 0.0555555556 +12222000 15.0076079717 27.7745114216 802.8328448065 0.0555555556 +12222900 15.0076079717 28.5429529801 839.6155722596 0.0555555556 +12223800 15.0076079717 28.7933857301 852.3774176904 0.0555555556 +12224700 15.0076079717 28.9711035901 861.4241620637 0.0555555556 +12225600 15.0076079717 29.0750085924 866.709861916 0.0555555556 +12226500 15.0076079717 29.6560993049 901.3489134674 0.0555555556 +12227400 15.0076079717 29.6299888108 898.9596427527 0.0555555556 +12228300 15.0076079717 29.5264144983 892.6352771798 0.0555555556 +12229200 15.0076079717 29.3461380453 882.4076497665 0.0555555556 +12230100 15.0076079717 28.7258933928 849.0970530993 0.0555555556 +12231000 15.0076079717 28.3877458855 831.7213373725 0.0555555556 +12231900 15.0076079717 27.9806282794 810.7590726722 0.0555555556 +12232800 15.0076079717 27.5072100427 786.3204708511 0.0555555556 +12233700 15.0076079717 23.1834814291 519.07578496 0.0555555556 +12234600 15.0076079717 22.7797293802 498.6536926066 0.0555555556 +12235500 15.0076079717 22.3406124077 476.2525074078 0.0555555556 +12236400 15.0076079717 21.8693369844 452.0051769176 0.0555555556 +12237300 15.0076079717 23.3639638808 558.5281896507 0.0555555556 +12238200 15.0076079717 22.6250600609 520.0885569479 0.0555555556 +12239100 15.0076079717 21.8583494758 479.7395863027 0.0555555556 +12240000 15.0076079717 20.9276902737 437.7757555435 0.0555555556 +12240900 15.0076079717 19.8350638219 384.0754918898 0.0555555556 +12241800 15.0076079717 19.0289610811 340.6716807375 0.0555555556 +12242700 15.0076079717 18.3505236272 296.8466001201 0.0555555556 +12243600 15.0076079717 17.80238658 253.1415341789 0.0555555556 +12244500 15.0004480672 33.0975258393 170.3062699506 0 +12245400 15.0076079717 16.2637018442 130.7380974689 0.0555555556 +12246300 15.0004480672 29.23573341 93.8963550228 0 +12247200 15.0076079717 16.1528228088 61.0495628818 0.0555555556 +12248100 15.0004480672 15.3875 33.3209296029 0 +12249000 15.0004480672 14.9625 35.015977155 0 +12249900 15.0004480672 14.5375 30.3145873792 0 +12250800 15.0004480672 14.1125 18.7141405 0 +12251700 15.0004480672 13.7625 3.1516899231 0 +12252600 15.0004480672 13.4875 0 0 +12253500 15.0004480672 13.2125 0 0 +12254400 15.0004480672 12.9375 0 0 +12255300 15.0004480672 12.725 0 0 +12256200 15.0004480672 12.575 0 0 +12257100 15.0004480672 12.425 0 0 +12258000 15.0004480672 12.275 0 0 +12258900 15.0004480672 12.2 0 0 +12259800 15.0004480672 12.2 0 0 +12260700 15.0004480672 12.2 0 0 +12261600 15.0004480672 12.2 0 0 +12262500 15.0004480672 12.1375 0 0 +12263400 15.0004480672 12.0125 0 0 +12264300 15.0004480672 11.8875 0 0 +12265200 15.0004480672 11.7625 0 0 +12266100 15.0004480672 11.625 0 0 +12267000 15.0004480672 11.475 0 0 +12267900 15.0004480672 11.325 0 0 +12268800 15.0004480672 11.175 0 0 +12269700 15.0004480672 11.1 0 0 +12270600 15.0004480672 11.1 0 0 +12271500 15.0004480672 11.1 0 0 +12272400 15.0004480672 11.1 0 0 +12273300 15.0004480672 11.0375 0 0 +12274200 15.0004480672 10.9125 0 0 +12275100 15.0004480672 10.7875 0 0 +12276000 15.0004480672 10.6625 0 0 +12276900 15.0004480672 10.6 0 0 +12277800 15.0004480672 10.6 0 0 +12278700 15.0004480672 10.6 0 0 +12279600 15.0004480672 10.6 0 0 +12280500 15.0004480672 10.45 0 0 +12281400 15.0004480672 10.15 0 0 +12282300 15.0004480672 9.85 0 0 +12283200 15.0004480672 9.55 0 0 +12284100 15.0004480672 9.4 0 0 +12285000 15.0004480672 9.4 0 0 +12285900 15.0004480672 9.4 0 0 +12286800 15.0004480672 9.4 0 0 +12287700 15.0004480672 9.55 6.9834851344 0 +12288600 15.0004480672 9.85 19.3386634335 0 +12289500 15.0004480672 10.15 27.3358429741 0 +12290400 15.0004480672 10.45 27.8792313009 0 +12291300 15.0004480672 10.875 44.9246394516 0 +12292200 15.0004480672 21.413869296 52.094325241 0 +12293100 15.0004480672 21.0874933185 87.1954060783 0 +12294000 15.0004480672 22.2214940635 126.367167598 0 +12294900 15.0076079717 16.7812454492 213.7820021313 0.0555555556 +12295800 15.0076079717 17.2785314025 261.827263377 0.0555555556 +12296700 15.0076079717 17.947238485 310.5183712144 0.0555555556 +12297600 15.0076079717 18.7883986421 359.1061006881 0.0555555556 +12298500 15.0076079717 20.3696393234 443.1102861336 0.0555555556 +12299400 15.0076079717 21.534830054 492.6430720734 0.0555555556 +12300300 15.0076079717 22.6375909457 540.53621688 0.0555555556 +12301200 15.0076079717 23.5726019271 586.4223761453 0.0555555556 +12302100 15.0076079717 24.8303604822 656.2234802722 0.0555555556 +12303000 15.0076079717 25.6875691304 698.5506501167 0.0555555556 +12303900 15.0076079717 26.49269316 737.9516206597 0.0555555556 +12304800 15.0076079717 27.239378983 774.2016065915 0.0555555556 +12305700 15.0076079717 28.1576091345 824.577207268 0.0555555556 +12306600 15.0076079717 28.778000905 854.5036333816 0.0555555556 +12307500 15.0076079717 29.3250824133 880.6893719296 0.0555555556 +12308400 15.0076079717 29.7954151758 903.0015081186 0.0555555556 +12309300 15.0076079717 30.2935051108 930.1931930232 0.0555555556 +12310200 15.0076079717 30.5831002794 944.5663318029 0.0555555556 +12311100 15.0076079717 30.7887020464 954.7594126095 0.0555555556 +12312000 15.0076079717 30.9090741624 960.7228406748 0.0555555556 +12312900 15.0076079717 30.9671382716 964.017039428 0.0555555556 +12313800 15.0076079717 30.9153438309 961.4510741561 0.0555555556 +12314700 15.0076079717 30.7775936145 954.6239673159 0.0555555556 +12315600 15.0076079717 30.5547102613 943.5688196266 0.0555555556 +12316500 15.0076079717 30.1645192965 922.3201124166 0.0555555556 +12317400 15.0076079717 29.7657354169 903.0998111053 0.0555555556 +12318300 15.0076079717 29.2876589788 879.8978250773 0.0555555556 +12319200 15.0076079717 28.7332657846 852.8304216084 0.0555555556 +12320100 15.0076079717 27.920454313 808.3774567885 0.0555555556 +12321000 15.0076079717 27.2201030757 774.4948093627 0.0555555556 +12321900 15.0076079717 26.4564974229 737.2725596315 0.0555555556 +12322800 15.0076079717 25.6353099833 696.9160790965 0.0555555556 +12323700 15.0076079717 24.4744414555 631.7416341198 0.0555555556 +12324600 15.0076079717 23.6030459684 587.0590242015 0.0555555556 +12325500 15.0076079717 22.6976484992 540.084309433 0.0555555556 +12326400 15.0076079717 21.5771662548 491.1490894022 0.0555555556 +12327300 15.0076079717 19.980896685 410.8612630241 0.0555555556 +12328200 15.0076079717 19.0244081564 361.5520088279 0.0555555556 +12329100 15.0076079717 18.236059158 311.6470708042 0.0555555556 +12330000 15.0076079717 17.6199577353 261.7853541902 0.0555555556 +12330900 15.0004480672 31.7046589969 174.1931389758 0 +12331800 15.0076079717 16.1238234723 130.89062437 0.0555555556 +12332700 15.0004480672 27.6634438099 90.550069701 0 +12333600 15.0076079717 16.0465616535 54.699679342 0.0555555556 +12334500 15.0004480672 14.8625 22.4736569993 0 +12335400 15.0004480672 14.5875 28.6371138289 0 +12336300 15.0004480672 14.3125 27.7440611245 0 +12337200 15.0004480672 14.0375 18.2476011445 0 +12338100 15.0004480672 13.7625 2.336655562 0 +12339000 15.0004480672 13.4875 0 0 +12339900 15.0004480672 13.2125 0 0 +12340800 15.0004480672 12.9375 0 0 +12341700 15.0004480672 12.8625 0 0 +12342600 15.0004480672 12.9875 0 0 +12343500 15.0004480672 13.1125 0 0 +12344400 15.0004480672 13.2375 0 0 +12345300 15.0004480672 13.3 0 0 +12346200 15.0004480672 13.3 0 0 +12347100 15.0004480672 13.3 0 0 +12348000 15.0004480672 13.3 0 0 +12348900 15.0004480672 13.2375 0 0 +12349800 15.0004480672 13.1125 0 0 +12350700 15.0004480672 12.9875 0 0 +12351600 15.0004480672 12.8625 0 0 +12352500 15.0004480672 12.9375 0 0 +12353400 15.0004480672 13.2125 0 0 +12354300 15.0004480672 13.4875 0 0 +12355200 15.0004480672 13.7625 0 0 +12356100 15.0004480672 14.3125 0 0 +12357000 15.0004480672 15.1375 0 0 +12357900 15.0004480672 15.9625 0 0 +12358800 15.0004480672 16.7875 0 0 +12359700 15.0004480672 17.2 0 0 +12360600 15.0004480672 17.2 0 0 +12361500 15.0004480672 17.2 0 0 +12362400 15.0004480672 17.2 0 0 +12363300 15.0004480672 17.2 0 0 +12364200 15.0004480672 17.2 0 0 +12365100 15.0004480672 17.2 0 0 +12366000 15.0004480672 17.2 0 0 +12366900 15.0004480672 17.2 0 0 +12367800 15.0004480672 17.2 0 0 +12368700 15.0004480672 17.2 0 0 +12369600 15.0004480672 17.2 0 0 +12370500 15.0004480672 17.1375 0 0 +12371400 15.0004480672 17.0125 0 0 +12372300 15.0004480672 16.8875 0 0 +12373200 15.0004480672 16.7625 0 0 +12374100 15.0004480672 16.7625 9.1170104249 0 +12375000 15.0004480672 16.8875 24.7124996859 0 +12375900 15.0004480672 17.0125 40.0330828932 0 +12376800 15.0004480672 17.1375 54.6341153893 0 +12377700 15.0004480672 17.275 71.6769215924 0 +12378600 15.0076079717 16.4677159865 84.1867416858 0.0555555556 +12379500 15.0004480672 34.5725141088 109.0827211813 0 +12380400 15.0076079717 16.7963588776 135.9235584884 0.0555555556 +12381300 15.0076079717 17.6522038643 212.1363445806 0.0555555556 +12382200 15.0076079717 18.0751343233 250.1822487425 0.0555555556 +12383100 15.0076079717 18.5955552487 288.7248322622 0.0555555556 +12384000 15.0076079717 19.214703857 327.2520913106 0.0555555556 +12384900 15.0076079717 20.6155588993 417.0531312223 0.0555555556 +12385800 15.0076079717 21.5168443513 459.5929658431 0.0555555556 +12386700 15.0076079717 22.3840003222 500.8115801633 0.0555555556 +12387600 15.0076079717 23.1328860333 540.3872193477 0.0555555556 +12388500 15.0076079717 24.4538725756 619.2920430458 0.0555555556 +12389400 15.0076079717 25.1861107963 657.3606340023 0.0555555556 +12390300 15.0076079717 25.874628758 692.8461670179 0.0555555556 +12391200 15.0076079717 26.5139130772 725.5349746808 0.0555555556 +12392100 15.0076079717 27.0589717728 753.6840427365 0.0555555556 +12393000 15.0076079717 27.581575186 780.0984449085 0.0555555556 +12393900 15.0076079717 28.0430508101 803.2312382019 0.0555555556 +12394800 15.0076079717 28.4404187705 822.9577510065 0.0555555556 +12395700 15.0076079717 29.4140679725 880.5124677743 0.0555555556 +12396600 15.0076079717 29.6880959755 893.7687157153 0.0555555556 +12397500 15.0076079717 29.8885937919 903.1786608469 0.0555555556 +12398400 15.0076079717 30.0144365123 908.6939050117 0.0555555556 +12399300 15.0076079717 30.0684901996 911.1183782659 0.0555555556 +12400200 15.0076079717 30.023554443 908.7772984045 0.0555555556 +12401100 15.0076079717 29.9033658169 902.5132524164 0.0555555556 +12402000 15.0076079717 29.7086686595 892.3583395743 0.0555555556 +12402900 15.0076079717 29.2583840685 866.9646836291 0.0555555556 +12403800 15.0076079717 28.9141429271 849.442541003 0.0555555556 +12404700 15.0076079717 28.5013903907 828.2966172352 0.0555555556 +12405600 15.0076079717 28.0227889739 803.6391618213 0.0555555556 +12406500 15.0076079717 26.7927858929 731.7305564024 0.0555555556 +12407400 15.0076079717 26.2067219685 702.354478317 0.0555555556 +12408300 15.0076079717 25.5693462088 670.117262258 0.0555555556 +12409200 15.0076079717 24.8853855002 635.2076995747 0.0555555556 +12410100 15.0076079717 23.8906637369 578.8890882243 0.0555555556 +12411000 15.0076079717 23.146276134 540.3943816676 0.0555555556 +12411900 15.0076079717 22.3749707214 500.0009540774 0.0555555556 +12412800 15.0076079717 21.4560162036 458.0027001415 0.0555555556 +12413700 15.0076079717 20.0176126024 372.408535528 0.0555555556 +12414600 15.0076079717 19.3311532893 332.7923638371 0.0555555556 +12415500 15.0076079717 18.7433375771 292.7835193682 0.0555555556 +12416400 15.0076079717 18.2562784864 252.8454106216 0.0555555556 +12417300 15.0076079717 17.3158793973 172.2608461413 0.0555555556 +12418200 15.0076079717 17.0381574509 141.9073966759 0.0555555556 +12419100 15.0004480672 37.1952723375 113.1481274285 0 +12420000 15.0076079717 16.6522491812 86.5969184025 0.0555555556 +12420900 15.0004480672 18.025 68.8890357628 0 +12421800 15.0004480672 17.475 55.3728082034 0 +12422700 15.0004480672 16.925 40.3016486257 0 +12423600 15.0004480672 16.375 23.7813003637 0 +12424500 15.0004480672 15.825 3.5313708499 0 +12425400 15.0004480672 15.275 0 0 +12426300 15.0004480672 14.725 0 0 +12427200 15.0004480672 14.175 0 0 +12428100 15.0004480672 13.825 0 0 +12429000 15.0004480672 13.675 0 0 +12429900 15.0004480672 13.525 0 0 +12430800 15.0004480672 13.375 0 0 +12431700 15.0004480672 13.3 0 0 +12432600 15.0004480672 13.3 0 0 +12433500 15.0004480672 13.3 0 0 +12434400 15.0004480672 13.3 0 0 +12435300 15.0004480672 13.375 0 0 +12436200 15.0004480672 13.525 0 0 +12437100 15.0004480672 13.675 0 0 +12438000 15.0004480672 13.825 0 0 +12438900 15.0004480672 13.7625 0 0 +12439800 15.0004480672 13.4875 0 0 +12440700 15.0004480672 13.2125 0 0 +12441600 15.0004480672 12.9375 0 0 +12442500 15.0004480672 12.8 0 0 +12443400 15.0004480672 12.8 0 0 +12444300 15.0004480672 12.8 0 0 +12445200 15.0004480672 12.8 0 0 +12446100 15.0004480672 12.8625 0 0 +12447000 15.0004480672 12.9875 0 0 +12447900 15.0004480672 13.1125 0 0 +12448800 15.0004480672 13.2375 0 0 +12449700 15.0004480672 13.3 0 0 +12450600 15.0004480672 13.3 0 0 +12451500 15.0004480672 13.3 0 0 +12452400 15.0004480672 13.3 0 0 +12453300 15.0004480672 13.375 0 0 +12454200 15.0004480672 13.525 0 0 +12455100 15.0004480672 13.675 0 0 +12456000 15.0004480672 13.825 0 0 +12456900 15.0004480672 13.7625 0 0 +12457800 15.0004480672 13.4875 0 0 +12458700 15.0004480672 13.2125 0 0 +12459600 15.0004480672 12.9375 0 0 +12460500 15.0004480672 13.2125 9.2166261801 0 +12461400 15.0004480672 14.0375 23.7494411769 0 +12462300 15.0004480672 14.8625 36.3454166543 0 +12463200 15.0004480672 15.6875 45.5145720759 0 +12464100 15.0004480672 16.725 58.4679784305 0 +12465000 15.0076079717 16.2927568813 66.8316428702 0.0555555556 +12465900 15.0004480672 32.516167301 95.960917833 0 +12466800 15.0076079717 16.6126965059 128.1681458836 0.0555555556 +12467700 15.0076079717 17.6808560733 199.5574618664 0.0555555556 +12468600 15.0076079717 18.0826697899 236.4555888576 0.0555555556 +12469500 15.0076079717 18.5859629492 273.875332554 0.0555555556 +12470400 15.0076079717 19.1920148375 311.3056426517 0.0555555556 +12471300 15.0076079717 20.4937490049 399.4969841663 0.0555555556 +12472200 15.0076079717 21.4411146861 442.1370169448 0.0555555556 +12473100 15.0076079717 22.3578834723 483.4448187196 0.0555555556 +12474000 15.0076079717 23.133786755 523.0949271366 0.0555555556 +12474900 15.0076079717 24.6285234505 613.0749704938 0.0555555556 +12475800 15.0076079717 25.3805982911 651.6872115777 0.0555555556 +12476700 15.0076079717 26.0871297416 687.670085069 0.0555555556 +12477600 15.0076079717 26.7423772647 720.8093986205 0.0555555556 +12478500 15.0076079717 28.0432834439 795.5148815721 0.0555555556 +12479400 15.0076079717 28.6240617491 824.0999471884 0.0555555556 +12480300 15.0076079717 29.1365432364 849.1284125413 0.0555555556 +12481200 15.0076079717 29.5774414067 870.4690487239 0.0555555556 +12482100 15.0076079717 29.9734751257 891.9236719558 0.0555555556 +12483000 15.0076079717 30.2730841251 905.6008303548 0.0555555556 +12483900 15.0076079717 30.4947835365 915.3158069485 0.0555555556 +12484800 15.0076079717 30.637394272 921.0196740676 0.0555555556 +12485700 15.0076079717 30.9139851076 935.9157764181 0.0555555556 +12486600 15.0076079717 30.8749587742 933.4947661531 0.0555555556 +12487500 15.0076079717 30.7549751661 926.9747523007 0.0555555556 +12488400 15.0076079717 30.5548202351 916.3883384561 0.0555555556 +12489300 15.0076079717 30.121630948 892.4529875155 0.0555555556 +12490200 15.0076079717 29.7313083789 874.0935776724 0.0555555556 +12491100 15.0076079717 29.2667007524 851.9267334741 0.0555555556 +12492000 15.0076079717 28.730648948 826.067219425 0.0555555556 +12492900 15.0076079717 27.8783328894 779.1081039963 0.0555555556 +12493800 15.0076079717 27.2273453656 746.9559605012 0.0555555556 +12494700 15.0076079717 26.5179705061 711.6510735998 0.0555555556 +12495600 15.0076079717 25.7555538533 673.3950448302 0.0555555556 +12496500 15.0076079717 24.5605585561 604.2217292352 0.0555555556 +12497400 15.0076079717 23.7693398835 562.5069502146 0.0555555556 +12498300 15.0076079717 22.9478380134 518.7008157692 0.0555555556 +12499200 15.0076079717 21.9382798572 473.1203330695 0.0555555556 +12500100 15.0076079717 19.9458854707 345.8081280414 0.0555555556 +12501000 15.0076079717 19.2252972448 307.4369368362 0.0555555556 +12501900 15.0076079717 18.6151592792 268.706817748 0.0555555556 +12502800 15.0076079717 18.1178103208 230.0876275126 0.0555555556 +12503700 15.0076079717 17.2660977067 165.4654941788 0.0555555556 +12504600 15.0076079717 17.0194447431 131.8676377492 0.0555555556 +12505500 15.0004480672 38.2649211345 100.3954697002 0 +12506400 15.0076079717 16.7738897644 71.9238464363 0.0555555556 +12507300 15.0004480672 21.65 49.1965611713 0 +12508200 15.0004480672 20.55 44.3344197385 0 +12509100 15.0004480672 19.45 35.3895284488 0 +12510000 15.0004480672 18.35 22.1543760533 0 +12510900 15.0004480672 17.45 3.4734030486 0 +12511800 15.0004480672 16.75 0 0 +12512700 15.0004480672 16.05 0 0 +12513600 15.0004480672 15.35 0 0 +12514500 15.0004480672 15 0 0 +12515400 15.0004480672 15 0 0 +12516300 15.0004480672 15 0 0 +12517200 15.0004480672 15 0 0 +12518100 15.0004480672 15 0 0 +12519000 15.0004480672 15 0 0 +12519900 15.0004480672 15 0 0 +12520800 15.0004480672 15 0 0 +12521700 15.0004480672 14.8625 0 0 +12522600 15.0004480672 14.5875 0 0 +12523500 15.0004480672 14.3125 0 0 +12524400 15.0004480672 14.0375 0 0 +12525300 15.0004480672 13.825 0 0 +12526200 15.0004480672 13.675 0 0 +12527100 15.0004480672 13.525 0 0 +12528000 15.0004480672 13.375 0 0 +12528900 15.0004480672 13.3 0 0 +12529800 15.0004480672 13.3 0 0 +12530700 15.0004480672 13.3 0 0 +12531600 15.0004480672 13.3 0 0 +12532500 15.0004480672 13.3 0 0 +12533400 15.0004480672 13.3 0 0 +12534300 15.0004480672 13.3 0 0 +12535200 15.0004480672 13.3 0 0 +12536100 15.0004480672 13.2375 0 0 +12537000 15.0004480672 13.1125 0 0 +12537900 15.0004480672 12.9875 0 0 +12538800 15.0004480672 12.8625 0 0 +12539700 15.0004480672 12.8 0 0 +12540600 15.0004480672 12.8 0 0 +12541500 15.0004480672 12.8 0 0 +12542400 15.0004480672 12.8 0 0 +12543300 15.0004480672 12.8 0 0 +12544200 15.0004480672 12.8 0 0 +12545100 15.0004480672 12.8 0 0 +12546000 15.0004480672 12.8 0 0 +12546900 15.0004480672 12.8625 8.5589125245 0 +12547800 15.0004480672 12.9875 21.0713321573 0 +12548700 15.0004480672 13.1125 30.5809837643 0 +12549600 15.0004480672 13.2375 35.211373668 0 +12550500 15.0004480672 13.4375 49.8814475566 0 +12551400 15.0004480672 24.1520033828 59.1531928046 0 +12552300 15.0076079717 15.8839594526 73.0358465455 0.0555555556 +12553200 15.0004480672 27.5841080709 87.6122980041 0 +12554100 15.0076079717 16.8102093808 140.6177156437 0.0555555556 +12555000 15.0076079717 17.0373038514 159.1338686244 0.0555555556 +12555900 15.0076079717 17.2820029528 177.5620282075 0.0555555556 +12556800 15.0076079717 17.5441064001 195.7503970243 0.0555555556 +12557700 15.0076079717 19.8932133248 374.345214835 0.0555555556 +12558600 15.0076079717 20.5343600369 408.1756256524 0.0555555556 +12559500 15.0076079717 21.1601026604 440.9120842048 0.0555555556 +12560400 15.0076079717 21.7090771049 472.3181999527 0.0555555556 +12561300 15.0076079717 22.3417994406 506.7043496267 0.0555555556 +12562200 15.0076079717 22.8996758649 536.6390429539 0.0555555556 +12563100 15.0076079717 23.4239511046 564.5554196691 0.0555555556 +12564000 15.0076079717 23.9104780471 590.2838164779 0.0555555556 +12564900 15.0076079717 22.7068235508 521.43484419 0.0555555556 +12565800 15.0076079717 22.9764866602 537.4470901366 0.0555555556 +12566700 15.0076079717 23.2131207601 551.4690011212 0.0555555556 +12567600 15.0076079717 23.4152732775 563.4275818746 0.0555555556 +12568500 15.0076079717 21.9973265703 460.7079056055 0.0555555556 +12569400 15.0076079717 22.0977984511 467.0535218833 0.0555555556 +12570300 15.0076079717 22.1659168575 471.565148911 0.0555555556 +12571200 15.0076079717 22.2012022491 474.2194294677 0.0555555556 +12572100 15.0076079717 21.5904426042 447.6314350051 0.0555555556 +12573000 15.0076079717 21.5865496374 446.6750628171 0.0555555556 +12573900 15.0076079717 21.5559904403 444.0809062219 0.0555555556 +12574800 15.0076079717 21.4989944609 439.8615743232 0.0555555556 +12575700 15.0076079717 18.4162798318 240.2487949197 0.0555555556 +12576600 15.0076079717 18.3424365345 236.5630493121 0.0555555556 +12577500 15.0076079717 18.2575640148 232.1056742109 0.0555555556 +12578400 15.0076079717 18.1619339782 226.8957567804 0.0555555556 +12579300 15.0076079717 18.0181112197 217.9597517183 0.0555555556 +12580200 15.0076079717 17.913055922 211.404901952 0.0555555556 +12581100 15.0076079717 17.7984900647 204.1828810979 0.0555555556 +12582000 15.0076079717 17.6748538776 196.324614958 0.0555555556 +12582900 15.0076079717 17.4687823388 182.2620888879 0.0555555556 +12583800 15.0076079717 17.3441119991 173.5040345805 0.0555555556 +12584700 15.0076079717 17.2121537754 164.2340070087 0.0555555556 +12585600 15.0076079717 17.0734730981 154.4917018535 0.0555555556 +12586500 15.0004480672 36.206114851 136.2109187524 0 +12587400 15.0076079717 16.6566285754 126.2443156673 0.0555555556 +12588300 15.0004480672 32.7636115331 115.9551351038 0 +12589200 15.0076079717 16.3400396346 105.3874369126 0.0555555556 +12590100 15.0004480672 27.1419847108 82.4592887155 0 +12591000 15.0076079717 15.8723695008 72.8801096047 0.0555555556 +12591900 15.0004480672 23.9192170004 63.1789138027 0 +12592800 15.0004480672 22.2557070097 53.3972433193 0 +12593700 15.0004480672 12.8 37.2635472424 0 +12594600 15.0004480672 12.8 28.8690106008 0 +12595500 15.0004480672 12.8 20.513382608 0 +12596400 15.0004480672 12.8 12.232443346 0 +12597300 15.0004480672 12.725 3.5313452347 0 +12598200 15.0004480672 12.575 2.56152448458664E-005 0 +12599100 15.0004480672 12.425 0 0 +12600000 15.0004480672 12.275 0 0 +12600900 15.0004480672 12.2 0 0 +12601800 15.0004480672 12.2 0 0 +12602700 15.0004480672 12.2 0 0 +12603600 15.0004480672 12.2 0 0 +12604500 15.0004480672 12.1375 0 0 +12605400 15.0004480672 12.0125 0 0 +12606300 15.0004480672 11.8875 0 0 +12607200 15.0004480672 11.7625 0 0 +12608100 15.0004480672 11.7 0 0 +12609000 15.0004480672 11.7 0 0 +12609900 15.0004480672 11.7 0 0 +12610800 15.0004480672 11.7 0 0 +12611700 15.0004480672 11.625 0 0 +12612600 15.0004480672 11.475 0 0 +12613500 15.0004480672 11.325 0 0 +12614400 15.0004480672 11.175 0 0 +12615300 15.0004480672 11.1 0 0 +12616200 15.0004480672 11.1 0 0 +12617100 15.0004480672 11.1 0 0 +12618000 15.0004480672 11.1 0 0 +12618900 15.0004480672 11.1 0 0 +12619800 15.0004480672 11.1 0 0 +12620700 15.0004480672 11.1 0 0 +12621600 15.0004480672 11.1 0 0 +12622500 15.0004480672 11.1 0 0 +12623400 15.0004480672 11.1 0 0 +12624300 15.0004480672 11.1 0 0 +12625200 15.0004480672 11.1 0 0 +12626100 15.0004480672 11.0375 0 0 +12627000 15.0004480672 10.9125 0 0 +12627900 15.0004480672 10.7875 0 0 +12628800 15.0004480672 10.6625 0 0 +12629700 15.0004480672 10.6 0 0 +12630600 15.0004480672 10.6 0 0 +12631500 15.0004480672 10.6 0 0 +12632400 15.0004480672 10.6 0 0 +12633300 15.0004480672 10.6 10.3477540052 0 +12634200 15.0004480672 10.6 24.9483789919 0 +12635100 15.0004480672 10.6 37.8507867814 0 +12636000 15.0004480672 10.6 47.8951656732 0 +12636900 15.0004480672 10.8 74.1876366031 0 +12637800 15.0076079717 16.0406152253 85.7696803329 0.0555555556 +12638700 15.0004480672 29.1435919578 112.2832601216 0 +12639600 15.0076079717 16.3955773268 140.9899248354 0.0555555556 +12640500 15.0004480672 37.6349873528 203.5690676519 0 +12641400 15.0076079717 17.3794971416 243.5312459395 0.0555555556 +12642300 15.0076079717 17.9281151052 284.0958583731 0.0555555556 +12643200 15.0076079717 18.5976625357 324.6849853028 0.0555555556 +12644100 15.0076079717 20.2918020628 417.3104714267 0.0555555556 +12645000 15.0076079717 21.1210043752 458.5280983335 0.0555555556 +12645900 15.0076079717 21.9387751688 498.4708296516 0.0555555556 +12646800 15.0076079717 22.6391024602 536.8303781631 0.0555555556 +12647700 15.0076079717 23.7063787362 595.3882999854 0.0555555556 +12648600 15.0076079717 24.4777080588 632.8178100844 0.0555555556 +12649500 15.0076079717 25.2048743125 667.7085827297 0.0555555556 +12650400 15.0076079717 25.8823054845 699.8516310474 0.0555555556 +12651300 15.0076079717 26.781666683 749.5374322729 0.0555555556 +12652200 15.0076079717 27.3149125182 776.3308839652 0.0555555556 +12653100 15.0076079717 27.7848679274 799.8026302067 0.0555555556 +12654000 15.0076079717 28.1884472217 819.8276449993 0.0555555556 +12654900 15.0076079717 28.0010709436 808.5668872474 0.0555555556 +12655800 15.0076079717 28.239749791 820.8669544543 0.0555555556 +12656700 15.0076079717 28.40977149 829.6195465677 0.0555555556 +12657600 15.0076079717 28.5100747546 834.7795572642 0.0555555556 +12658500 15.0076079717 30.0154657851 922.6677566667 0.0555555556 +12659400 15.0076079717 30.0000062706 920.3430870857 0.0555555556 +12660300 15.0076079717 29.9052290779 913.9881717861 0.0555555556 +12661200 15.0076079717 29.7319006979 903.6350201396 0.0555555556 +12662100 15.0076079717 29.3439316595 881.1925669515 0.0555555556 +12663000 15.0076079717 28.9808789572 863.1748386889 0.0555555556 +12663900 15.0076079717 28.545136934 841.4096904194 0.0555555556 +12664800 15.0076079717 28.0394946388 816.0106102856 0.0555555556 +12665700 15.0076079717 27.2043014199 769.360506415 0.0555555556 +12666600 15.0076079717 26.5687630627 737.7960008224 0.0555555556 +12667500 15.0076079717 25.8761476055 703.1341880113 0.0555555556 +12668400 15.0076079717 25.1316923299 665.574323604 0.0555555556 +12669300 15.0076079717 23.9439372518 597.5283035825 0.0555555556 +12670200 15.0076079717 23.1410810738 556.6019126098 0.0555555556 +12671100 15.0076079717 22.3086735996 513.6280369207 0.0555555556 +12672000 15.0076079717 21.290507165 468.9184274678 0.0555555556 +12672900 15.0076079717 19.7721021051 385.0207905411 0.0555555556 +12673800 15.0076079717 18.9592533692 341.6035215719 0.0555555556 +12674700 15.0076079717 18.2739081553 297.7487089741 0.0555555556 +12675600 15.0076079717 17.7190862966 253.9922853089 0.0555555556 +12676500 15.0004480672 35.1674692451 171.0380620186 0 +12677400 15.0076079717 16.443861593 135.8670870316 0.0555555556 +12678300 15.0004480672 30.6816881382 102.9116100346 0 +12679200 15.0076079717 16.2225726708 73.1098080677 0.0555555556 +12680100 15.0015020533 14.2625 50.6778993369 0 +12681000 15.0004480672 13.9875 46.0291683399 0 +12681900 15.0004480672 13.7125 37.3144293104 0 +12682800 15.0004480672 13.4375 24.1534003929 0 +12683700 15.0004480672 13.1 3.4579597663 0 +12684600 15.0004480672 12.7 0.0076285859 0 +12685500 15.0004480672 12.3 0 0 +12686400 15.0004480672 11.9 0 0 +12687300 15.0004480672 11.7 0 0 +12688200 15.0004480672 11.7 0 0 +12689100 15.0004480672 11.7 0 0 +12690000 15.0004480672 11.7 0 0 +12690900 15.0004480672 11.7 0 0 +12691800 15.0004480672 11.7 0 0 +12692700 15.0004480672 11.7 0 0 +12693600 15.0004480672 11.7 0 0 +12694500 15.0004480672 11.625 0 0 +12695400 15.0004480672 11.475 0 0 +12696300 15.0004480672 11.325 0 0 +12697200 15.0004480672 11.175 0 0 +12698100 15.0004480672 11.0375 0 0 +12699000 15.0004480672 10.9125 0 0 +12699900 15.0004480672 10.7875 0 0 +12700800 15.0004480672 10.6625 0 0 +12701700 15.0004480672 10.6 0 0 +12702600 15.0004480672 10.6 0 0 +12703500 15.0004480672 10.6 0 0 +12704400 15.0004480672 10.6 0 0 +12705300 15.0004480672 10.6 0 0 +12706200 15.0004480672 10.6 0 0 +12707100 15.0004480672 10.6 0 0 +12708000 15.0004480672 10.6 0 0 +12708900 15.0004480672 10.525 0 0 +12709800 15.0004480672 10.375 0 0 +12710700 15.0004480672 10.225 0 0 +12711600 15.0004480672 10.075 0 0 +12712500 15.0004480672 10 0 0 +12713400 15.0004480672 10 0 0 +12714300 15.0004480672 10 0 0 +12715200 15.0004480672 10 0 0 +12716100 15.0004480672 10 0 0 +12717000 15.0004480672 10 0 0 +12717900 15.0004480672 10 0 0 +12718800 15.0004480672 10 0 0 +12719700 15.0004480672 10.075 10.6352878888 0 +12720600 15.0004480672 10.225 25.0720837268 0 +12721500 15.0004480672 10.375 38.6780431129 0 +12722400 15.0004480672 10.525 50.8136775764 0 +12723300 15.0004480672 10.8 79.7002732863 0 +12724200 15.0076079717 16.1288720445 92.6336672943 0.0555555556 +12725100 15.0004480672 30.5078143933 118.294289127 0 +12726000 15.0076079717 16.5390629775 145.7953782696 0.0555555556 +12726900 15.0076079717 17.523307973 231.2533003675 0.0555555556 +12727800 15.0076079717 17.9935138954 272.0975048779 0.0555555556 +12728700 15.0076079717 18.5625119555 313.4583975098 0.0555555556 +12729600 15.0076079717 19.2314616506 354.7955577886 0.0555555556 +12730500 15.0076079717 19.3339394812 337.5631559749 0.0555555556 +12731400 15.0076079717 19.9929234753 369.7860320308 0.0555555556 +12732300 15.0076079717 20.6460484835 401.011780139 0.0555555556 +12733200 15.0076079717 21.2057191357 431.0026278981 0.0555555556 +12734100 15.0076079717 21.3520476704 436.8177926585 0.0555555556 +12735000 15.0076079717 21.751779433 459.63282496 0.0555555556 +12735900 15.0076079717 22.1270978139 480.882548556 0.0555555556 +12736800 15.0076079717 22.4755195883 500.448092996 0.0555555556 +12737700 15.0076079717 23.6857344126 569.5012201553 0.0555555556 +12738600 15.0076079717 24.0181297351 588.1205670446 0.0555555556 +12739500 15.0076079717 24.3101977643 604.4390341267 0.0555555556 +12740400 15.0076079717 24.5600155008 618.3680154824 0.0555555556 +12741300 15.0076079717 23.3012906192 544.2976801033 0.0555555556 +12742200 15.0076079717 23.4064977982 551.6574826129 0.0555555556 +12743100 15.0076079717 23.475381334 556.8992759384 0.0555555556 +12744000 15.0076079717 23.507410876 559.9963267541 0.0555555556 +12744900 15.0076079717 26.7065874067 748.1423422909 0.0555555556 +12745800 15.0076079717 26.6620197056 746.3683244936 0.0555555556 +12746700 15.0076079717 26.5595366768 741.4773022009 0.0555555556 +12747600 15.0076079717 26.399703866 733.4948641309 0.0555555556 +12748500 15.0076079717 25.2421855719 657.1632634766 0.0555555556 +12749400 15.0076079717 25.0004189887 644.3045229652 0.0555555556 +12750300 15.0076079717 24.7089226578 628.7721287045 0.0555555556 +12751200 15.0076079717 24.3696223975 610.6503027055 0.0555555556 +12752100 15.0076079717 24.2324436134 607.2457985372 0.0555555556 +12753000 15.0076079717 23.7824897192 583.617200044 0.0555555556 +12753900 15.0076079717 23.2918544439 557.6835045762 0.0555555556 +12754800 15.0076079717 22.7642247439 529.5979819583 0.0555555556 +12755700 15.0076079717 23.5049977663 583.2225227453 0.0555555556 +12756600 15.0076079717 22.7104254294 542.5907832462 0.0555555556 +12757500 15.0076079717 21.8854607384 499.9020222341 0.0555555556 +12758400 15.0076079717 20.8562607752 455.4633045708 0.0555555556 +12759300 15.0076079717 19.9687823829 403.237491266 0.0555555556 +12760200 15.0076079717 19.1954725663 359.777509923 0.0555555556 +12761100 15.0076079717 18.5335722005 315.8742090311 0.0555555556 +12762000 15.0076079717 17.9857907873 272.0411882402 0.0555555556 +12762900 15.0076079717 17.2668626695 190.7016209768 0.0555555556 +12763800 15.0004480672 37.7589278038 161.1717952151 0 +12764700 15.0076079717 16.678527859 132.7761474659 0.0555555556 +12765600 15.0004480672 31.9966598331 105.9818762714 0 +12766500 15.0004480672 12.1375 59.3565483697 0 +12767400 15.0004480672 12.0125 53.2628809466 0 +12768300 15.0004480672 11.8875 42.9916560523 0 +12769200 15.0004480672 11.7625 28.0881473136 0 +12770100 15.0004480672 11.625 6.0810692031 0 +12771000 15.0004480672 11.475 0.0342411523 0 +12771900 15.0004480672 11.325 0 0 +12772800 15.0004480672 11.175 0 0 +12773700 15.0004480672 11.1 0 0 +12774600 15.0004480672 11.1 0 0 +12775500 15.0004480672 11.1 0 0 +12776400 15.0004480672 11.1 0 0 +12777300 15.0004480672 11.0375 0 0 +12778200 15.0004480672 10.9125 0 0 +12779100 15.0004480672 10.7875 0 0 +12780000 15.0004480672 10.6625 0 0 +12780900 15.0004480672 10.6 0 0 +12781800 15.0004480672 10.6 0 0 +12782700 15.0004480672 10.6 0 0 +12783600 15.0004480672 10.6 0 0 +12784500 15.0004480672 10.6 0 0 +12785400 15.0004480672 10.6 0 0 +12786300 15.0004480672 10.6 0 0 +12787200 15.0004480672 10.6 0 0 +12788100 15.0004480672 10.525 0 0 +12789000 15.0004480672 10.375 0 0 +12789900 15.0004480672 10.225 0 0 +12790800 15.0004480672 10.075 0 0 +12791700 15.0004480672 10 0 0 +12792600 15.0004480672 10 0 0 +12793500 15.0004480672 10 0 0 +12794400 15.0004480672 10 0 0 +12795300 15.0004480672 10 0 0 +12796200 15.0004480672 10 0 0 +12797100 15.0004480672 10 0 0 +12798000 15.0004480672 10 0 0 +12798900 15.0004480672 10 0 0 +12799800 15.0004480672 10 0 0 +12800700 15.0004480672 10 0 0 +12801600 15.0004480672 10 0 0 +12802500 15.0004480672 10 0 0 +12803400 15.0004480672 10 0 0 +12804300 15.0004480672 10 0 0 +12805200 15.0004480672 10 0 0 +12806100 15.0004480672 10.075 7.9294073064 0 +12807000 15.0004480672 10.225 18.2196230839 0 +12807900 15.0004480672 10.375 27.818922424 0 +12808800 15.0004480672 10.525 36.2439287865 0 +12809700 15.0004480672 10.6 45.5524349828 0 +12810600 15.0004480672 20.371040596 55.2425367161 0 +12811500 15.0004480672 22.0079779078 64.8886818836 0 +12812400 15.0004480672 23.6119569659 74.4495642106 0 +12813300 15.0076079717 16.0479174776 97.1529039963 0.0555555556 +12814200 15.0004480672 29.2728799517 107.8869850933 0 +12815100 15.0076079717 16.3701353586 118.3821432149 0.0555555556 +12816000 15.0004480672 32.8134080355 128.5934364826 0 +12816900 15.0076079717 16.8130605384 147.6730189333 0.0555555556 +12817800 15.0004480672 37.8148298203 157.8185903851 0 +12818700 15.0076079717 17.1394770454 167.5262372298 0.0555555556 +12819600 15.0076079717 17.292675527 176.7543898332 0.0555555556 +12820500 15.0076079717 23.5106870347 593.86014632 0.0555555556 +12821400 15.0076079717 24.2863910792 631.8801147308 0.0555555556 +12822300 15.0076079717 25.0165647284 667.315369119 0.0555555556 +12823200 15.0076079717 25.6954595193 699.9563502655 0.0555555556 +12824100 15.0076079717 26.8934403071 765.9446016318 0.0555555556 +12825000 15.0076079717 27.4737712477 793.8760422661 0.0555555556 +12825900 15.0076079717 27.9863296427 818.344580263 0.0555555556 +12826800 15.0076079717 28.4278658449 839.2236225819 0.0555555556 +12827700 15.0076079717 28.926182931 866.4830946296 0.0555555556 +12828600 15.0076079717 29.2194389339 880.016650045 0.0555555556 +12829500 15.0076079717 29.4347632141 889.6637245763 0.0555555556 +12830400 15.0076079717 29.5709731283 895.3764822408 0.0555555556 +12831300 15.0076079717 28.6950228125 843.4039503942 0.0555555556 +12832200 15.0076079717 28.6534958259 841.3263459241 0.0555555556 +12833100 15.0076079717 28.5379676139 835.5442454394 0.0555555556 +12834000 15.0076079717 28.3491448732 826.0867191787 0.0555555556 +12834900 15.0076079717 28.5114417747 841.9630891484 0.0555555556 +12835800 15.0076079717 28.1612248455 824.7581425189 0.0555555556 +12836700 15.0076079717 27.7407304532 803.9611124634 0.0555555556 +12837600 15.0076079717 27.2526422713 779.6803555831 0.0555555556 +12838500 15.0076079717 26.8333550725 755.2841699153 0.0555555556 +12839400 15.0076079717 26.1964094113 723.9362063955 0.0555555556 +12840300 15.0076079717 25.5010677761 689.4919330834 0.0555555556 +12841200 15.0076079717 24.7526006417 652.145517956 0.0555555556 +12842100 15.0076079717 24.0959634889 620.0044105402 0.0555555556 +12843000 15.0076079717 23.2191139331 576.3006557693 0.0555555556 +12843900 15.0076079717 22.3086255447 530.3430415875 0.0555555556 +12844800 15.0076079717 21.1655876638 482.4553210017 0.0555555556 +12845700 15.0076079717 19.4702721839 390.1165790427 0.0555555556 +12846600 15.0076079717 18.5759176761 343.984034031 0.0555555556 +12847500 15.0076079717 17.8346299595 297.3128873059 0.0555555556 +12848400 15.0076079717 17.250506352 250.6877124751 0.0555555556 +12849300 15.0004480672 27.4234883164 165.2606765691 0 +12850200 15.0076079717 15.8319486118 124.907001431 0.0555555556 +12851100 15.0004480672 24.4068364563 87.2177155488 0 +12852000 15.0004480672 24.9549684912 53.5452564658 0 +12852900 15.0004480672 12.6625 39.4905336375 0 +12853800 15.0004480672 12.3875 38.1461484122 0 +12854700 15.0004480672 12.1125 32.5938414251 0 +12855600 15.0004480672 11.8375 22.1767320449 0 +12856500 15.0004480672 11.625 4.9139722246 0 +12857400 15.0004480672 11.475 0.0403824667 0 +12858300 15.0004480672 11.325 0 0 +12859200 15.0004480672 11.175 0 0 +12860100 15.0004480672 11.1 0 0 +12861000 15.0004480672 11.1 0 0 +12861900 15.0004480672 11.1 0 0 +12862800 15.0004480672 11.1 0 0 +12863700 15.0004480672 11.1 0 0 +12864600 15.0004480672 11.1 0 0 +12865500 15.0004480672 11.1 0 0 +12866400 15.0004480672 11.1 0 0 +12867300 15.0004480672 11.0375 0 0 +12868200 15.0004480672 10.9125 0 0 +12869100 15.0004480672 10.7875 0 0 +12870000 15.0004480672 10.6625 0 0 +12870900 15.0004480672 10.6 0 0 +12871800 15.0004480672 10.6 0 0 +12872700 15.0004480672 10.6 0 0 +12873600 15.0004480672 10.6 0 0 +12874500 15.0004480672 10.525 0 0 +12875400 15.0004480672 10.375 0 0 +12876300 15.0004480672 10.225 0 0 +12877200 15.0004480672 10.075 0 0 +12878100 15.0004480672 10 0 0 +12879000 15.0004480672 10 0 0 +12879900 15.0004480672 10 0 0 +12880800 15.0004480672 10 0 0 +12881700 15.0004480672 10 0 0 +12882600 15.0004480672 10 0 0 +12883500 15.0004480672 10 0 0 +12884400 15.0004480672 10 0 0 +12885300 15.0004480672 9.925 0 0 +12886200 15.0004480672 9.775 0 0 +12887100 15.0004480672 9.625 0 0 +12888000 15.0004480672 9.475 0 0 +12888900 15.0004480672 9.4 0 0 +12889800 15.0004480672 9.4 0 0 +12890700 15.0004480672 9.4 0 0 +12891600 15.0004480672 9.4 0 0 +12892500 15.0004480672 9.475 10.9138352004 0 +12893400 15.0004480672 9.625 24.5405100596 0 +12894300 15.0004480672 9.775 37.2990088491 0 +12895200 15.0004480672 9.925 48.6135093769 0 +12896100 15.0004480672 10.2125 68.6892814804 0 +12897000 15.0076079717 15.8537306104 79.6625155387 0.0555555556 +12897900 15.0004480672 27.1459335009 100.3668436711 0 +12898800 15.0076079717 16.2210628973 122.4313039403 0.0555555556 +12899700 15.0004480672 37.3780466872 201.3690410038 0 +12900600 15.0076079717 17.3584620569 240.2449295596 0.0555555556 +12901500 15.0076079717 17.8972055264 279.7106773742 0.0555555556 +12902400 15.0076079717 18.5500711039 319.2117216306 0.0555555556 +12903300 15.0076079717 20.0624535593 420.9566193858 0.0555555556 +12904200 15.0076079717 21.0500365838 466.5805515195 0.0555555556 +12905100 15.0076079717 22.0502408429 510.7810903849 0.0555555556 +12906000 15.0076079717 22.870303824 553.2105325599 0.0555555556 +12906900 15.0076079717 24.1169444787 625.1871482141 0.0555555556 +12907800 15.0076079717 24.9074578779 664.9843644241 0.0555555556 +12908700 15.0076079717 25.6511606422 702.0830838503 0.0555555556 +12909600 15.0076079717 26.3420697142 736.2630879617 0.0555555556 +12910500 15.0076079717 27.2744914205 788.2688774133 0.0555555556 +12911400 15.0076079717 27.853552615 816.7412404694 0.0555555556 +12912300 15.0076079717 28.3651701873 841.6944107313 0.0555555556 +12913200 15.0076079717 28.8060526827 862.9968223906 0.0555555556 +12914100 15.0076079717 29.3206720382 891.8306262215 0.0555555556 +12915000 15.0076079717 29.5824263268 905.6837393351 0.0555555556 +12915900 15.0076079717 29.7661335024 915.569743625 0.0555555556 +12916800 15.0076079717 29.8705888302 921.4388157428 0.0555555556 +12917700 15.0076079717 29.9240173974 924.4156897863 0.0555555556 +12918600 15.0076079717 29.8913575483 922.180170058 0.0555555556 +12919500 15.0076079717 29.7787016324 915.8954245913 0.0555555556 +12920400 15.0076079717 29.5868100907 905.5929975252 0.0555555556 +12921300 15.0076079717 29.1946750387 883.9693901835 0.0555555556 +12922200 15.0076079717 28.8181226487 865.9464639076 0.0555555556 +12923100 15.0076079717 28.3680336593 844.1523096353 0.0555555556 +12924000 15.0076079717 27.8472094413 818.7001452333 0.0555555556 +12924900 15.0076079717 27.0350962854 773.0078086094 0.0555555556 +12925800 15.0076079717 26.4237025754 741.2878896821 0.0555555556 +12926700 15.0076079717 25.7544156716 706.4406782955 0.0555555556 +12927600 15.0076079717 25.0325219474 668.6656216176 0.0555555556 +12928500 15.0076079717 23.4659030301 574.199247241 0.0555555556 +12929400 15.0076079717 22.6939180396 535.0115769392 0.0555555556 +12930300 15.0076079717 21.893374953 493.8598421339 0.0555555556 +12931200 15.0076079717 20.9062630034 451.0429194781 0.0555555556 +12932100 15.0076079717 19.4252972773 349.398701648 0.0555555556 +12933000 15.0076079717 18.8058132113 313.6243852768 0.0555555556 +12933900 15.0076079717 18.2685981217 277.4659460537 0.0555555556 +12934800 15.0076079717 17.8157317178 241.3235038243 0.0555555556 +12935700 15.0076079717 17.221807489 179.2494287019 0.0555555556 +12936600 15.0004480672 37.6319494958 152.1961122798 0 +12937500 15.0076079717 16.6652278544 126.1113240335 0.0555555556 +12938400 15.0004480672 32.0842836134 101.404041283 0 +12939300 15.0004480672 13.1625 65.1937902622 0 +12940200 15.0004480672 12.8875 54.1090558279 0 +12941100 15.0004480672 12.6125 41.2822692228 0 +12942000 15.0004480672 12.3375 26.6198730247 0 +12942900 15.0004480672 12.1375 6.709827389 0 +12943800 15.0004480672 12.0125 0.1865558693 0 +12944700 15.0004480672 11.8875 0 0 +12945600 15.0004480672 11.7625 0 0 +12946500 15.0004480672 11.7 0 0 +12947400 15.0004480672 11.7 0 0 +12948300 15.0004480672 11.7 0 0 +12949200 15.0004480672 11.7 0 0 +12950100 15.0004480672 11.7 0 0 +12951000 15.0004480672 11.7 0 0 +12951900 15.0004480672 11.7 0 0 +12952800 15.0004480672 11.7 0 0 +12953700 15.0004480672 11.625 0 0 +12954600 15.0004480672 11.475 0 0 +12955500 15.0004480672 11.325 0 0 +12956400 15.0004480672 11.175 0 0 +12957300 15.0004480672 11.0375 0 0 +12958200 15.0004480672 10.9125 0 0 +12959100 15.0004480672 10.7875 0 0 +12960000 15.0004480672 10.6625 0 0 +12960900 15.0004480672 10.6 0 0 +12961800 15.0004480672 10.6 0 0 +12962700 15.0004480672 10.6 0 0 +12963600 15.0004480672 10.6 0 0 +12964500 15.0004480672 10.6 0 0 +12965400 15.0004480672 10.6 0 0 +12966300 15.0004480672 10.6 0 0 +12967200 15.0004480672 10.6 0 0 +12968100 15.0004480672 10.6 0 0 +12969000 15.0004480672 10.6 0 0 +12969900 15.0004480672 10.6 0 0 +12970800 15.0004480672 10.6 0 0 +12971700 15.0004480672 10.6 0 0 +12972600 15.0004480672 10.6 0 0 +12973500 15.0004480672 10.6 0 0 +12974400 15.0004480672 10.6 0 0 +12975300 15.0004480672 10.6 0 0 +12976200 15.0004480672 10.6 0 0 +12977100 15.0004480672 10.6 0 0 +12978000 15.0004480672 10.6 0 0 +12978900 15.0004480672 10.6625 10.9794530462 0 +12979800 15.0004480672 10.7875 24.0783494756 0 +12980700 15.0004480672 10.9125 35.6653173833 0 +12981600 15.0004480672 11.0375 44.9349539258 0 +12982500 15.0004480672 11.2375 66.701667369 0 +12983400 15.0076079717 15.9414842333 74.3271518852 0.0555555556 +12984300 15.0004480672 27.2286309453 102.0679040047 0 +12985200 15.0076079717 16.1721864845 132.499384328 0.0555555556 +12986100 15.0004480672 36.3500696114 206.2050218931 0 +12987000 15.0076079717 17.2612712679 250.0098517935 0.0555555556 +12987900 15.0076079717 17.8325777479 294.4860972797 0.0555555556 +12988800 15.0076079717 18.5480508757 338.9743058322 0.0555555556 +12989700 15.0076079717 20.0150137333 423.4943571816 0.0555555556 +12990600 15.0076079717 21.0648062767 470.0049194185 0.0555555556 +12991500 15.0076079717 22.1367497178 515.0546564955 0.0555555556 +12992400 15.0076079717 23.0136848463 558.2901273388 0.0555555556 +12993300 15.0076079717 24.2704095629 628.9246214396 0.0555555556 +12994200 15.0076079717 25.0843115665 669.2681956304 0.0555555556 +12995100 15.0076079717 25.8503908585 706.8734117466 0.0555555556 +12996000 15.0076079717 26.5625497599 741.5185483704 0.0555555556 +12996900 15.0076079717 27.4887402896 792.261408234 0.0555555556 +12997800 15.0076079717 28.0887942702 821.0473228336 0.0555555556 +12998700 15.0076079717 28.6202204069 846.2782320656 0.0555555556 +12999600 15.0076079717 29.0796815024 867.8220565511 0.0555555556 +13000500 15.0076079717 29.5985577224 895.5239993073 0.0555555556 +13001400 15.0076079717 29.8970524603 909.5218960843 0.0555555556 +13002300 15.0076079717 30.1163692487 919.5218692807 0.0555555556 +13003200 15.0076079717 30.2552871023 925.4738602872 0.0555555556 +13004100 15.0076079717 30.3193037257 929.295701895 0.0555555556 +13005000 15.0076079717 30.2546787508 927.0789652637 0.0555555556 +13005900 15.0076079717 30.1088760619 920.778686021 0.0555555556 +13006800 15.0076079717 29.8826591754 910.4262829285 0.0555555556 +13007700 15.0076079717 29.4858497702 888.8451847926 0.0555555556 +13008600 15.0076079717 29.1257231929 870.6978582456 0.0555555556 +13009500 15.0076079717 28.690951172 848.7436075519 0.0555555556 +13010400 15.0076079717 28.184360997 823.095697483 0.0555555556 +13011300 15.0076079717 27.3789248888 777.5480495449 0.0555555556 +13012200 15.0076079717 26.7478022556 745.5345016273 0.0555555556 +13013100 15.0076079717 26.0576910282 710.3554439073 0.0555555556 +13014000 15.0076079717 25.3139460026 672.2107526963 0.0555555556 +13014900 15.0076079717 24.1691387934 606.3875474388 0.0555555556 +13015800 15.0076079717 23.3575997343 564.4880740529 0.0555555556 +13016700 15.0076079717 22.5149927482 520.462081621 0.0555555556 +13017600 15.0076079717 21.4627676304 474.6257572041 0.0555555556 +13018500 15.0076079717 19.7953763562 378.515013204 0.0555555556 +13019400 15.0076079717 18.9644501864 335.5396299642 0.0555555556 +13020300 15.0076079717 18.2632242576 292.1105204197 0.0555555556 +13021200 15.0076079717 17.695103985 248.757115349 0.0555555556 +13022100 15.0004480672 34.323999218 170.5102373213 0 +13023000 15.0076079717 16.3799517826 132.7674734898 0.0555555556 +13023900 15.0004480672 30.6140515655 97.4341464776 0 +13024800 15.0076079717 16.2641720458 65.6233097917 0.0555555556 +13025700 15.0004480672 15.9625 39.4372912855 0 +13026600 15.0004480672 15.6875 39.871685249 0 +13027500 15.0004480672 15.4125 35.5042909606 0 +13028400 15.0004480672 15.1375 25.2214945723 0 +13029300 15.0004480672 14.7875 6.4291008952 0 +13030200 15.0004480672 14.3625 0.2543472219 0 +13031100 15.0004480672 13.9375 0 0 +13032000 15.0004480672 13.5125 0 0 +13032900 15.0004480672 13.2375 0 0 +13033800 15.0004480672 13.1125 0 0 +13034700 15.0004480672 12.9875 0 0 +13035600 15.0004480672 12.8625 0 0 +13036500 15.0004480672 12.75 0 0 +13037400 15.0004480672 12.65 0 0 +13038300 15.0004480672 12.55 0 0 +13039200 15.0004480672 12.45 0 0 +13040100 15.0004480672 12.35 0 0 +13041000 15.0004480672 12.25 0 0 +13041900 15.0004480672 12.15 0 0 +13042800 15.0004480672 12.05 0 0 +13043700 15.0004480672 11.95 0 0 +13044600 15.0004480672 11.85 0 0 +13045500 15.0004480672 11.75 0 0 +13046400 15.0004480672 11.65 0 0 +13047300 15.0004480672 11.55 0 0 +13048200 15.0004480672 11.45 0 0 +13049100 15.0004480672 11.35 0 0 +13050000 15.0004480672 11.25 0 0 +13050900 15.0004480672 11.15 0 0 +13051800 15.0004480672 11.05 0 0 +13052700 15.0004480672 10.95 0 0 +13053600 15.0004480672 10.85 0 0 +13054500 15.0004480672 10.75 0 0 +13055400 15.0004480672 10.65 0 0 +13056300 15.0004480672 10.55 0 0 +13057200 15.0004480672 10.45 0 0 +13058100 15.0004480672 10.35 0 0 +13059000 15.0004480672 10.25 0 0 +13059900 15.0004480672 10.15 0 0 +13060800 15.0004480672 10.05 0 0 +13061700 15.0004480672 10 0 0 +13062600 15.0004480672 10 0 0 +13063500 15.0004480672 10 0 0 +13064400 15.0004480672 10 0 0 +13065300 15.0004480672 10.1375 12.7806124497 0 +13066200 15.0004480672 10.4125 27.0168530091 0 +13067100 15.0004480672 10.6875 37.0874813145 0 +13068000 15.0004480672 10.9625 41.4533909865 0 +13068900 15.0004480672 11.45 47.2899045455 0 +13069800 15.0004480672 22.4128530134 49.9419124019 0 +13070700 15.0004480672 22.5159610034 79.1187484014 0 +13071600 15.0004480672 23.7554734622 111.638316969 0 +13072500 15.0076079717 16.8593674312 198.5086101852 0.0555555556 +13073400 15.0076079717 17.305919429 241.2952504681 0.0555555556 +13074300 15.0076079717 17.895169859 284.7482618461 0.0555555556 +13075200 15.0076079717 18.6283021479 328.2187438289 0.0555555556 +13076100 15.0076079717 20.0850794104 415.4000074952 0.0555555556 +13077000 15.0076079717 21.1300223802 461.909715392 0.0555555556 +13077900 15.0076079717 22.2075450534 506.9409022243 0.0555555556 +13078800 15.0076079717 23.0730484548 550.1420600793 0.0555555556 +13079700 15.0076079717 23.623045237 573.5960421435 0.0555555556 +13080600 15.0076079717 24.3574837615 610.5501877144 0.0555555556 +13081500 15.0076079717 25.0477801715 645.0035067796 0.0555555556 +13082400 15.0076079717 25.6883047315 676.7516921315 0.0555555556 +13083300 15.0076079717 25.5482538764 671.2720357064 0.0555555556 +13084200 15.0076079717 26.0464103797 694.7838788857 0.0555555556 +13085100 15.0076079717 26.490727853 715.4082402699 0.0555555556 +13086000 15.0076079717 26.8785355183 733.0323039569 0.0555555556 +13086900 15.0076079717 28.1135461308 813.9833518045 0.0555555556 +13087800 15.0076079717 28.3726629572 826.1786846117 0.0555555556 +13088700 15.0076079717 28.5670050457 834.9029554946 0.0555555556 +13089600 15.0076079717 28.6955446639 840.1104518777 0.0555555556 +13090500 15.0076079717 28.2999051318 810.6000367177 0.0555555556 +13091400 15.0076079717 28.2946624973 808.776720115 0.0555555556 +13092300 15.0076079717 28.2250066727 803.5339284043 0.0555555556 +13093200 15.0076079717 28.0915545 794.8990396861 0.0555555556 +13094100 15.0076079717 28.2020473044 795.3609546913 0.0555555556 +13095000 15.0076079717 27.9623971096 779.6251625122 0.0555555556 +13095900 15.0076079717 27.6599960954 760.5874922893 0.0555555556 +13096800 15.0076079717 27.2972507933 738.3501215879 0.0555555556 +13097700 15.0076079717 26.6692391005 702.4208826798 0.0555555556 +13098600 15.0076079717 26.0486142252 674.4338652125 0.0555555556 +13099500 15.0076079717 25.3774588267 643.6957505014 0.0555555556 +13100400 15.0076079717 24.6603248608 610.3871720445 0.0555555556 +13101300 15.0076079717 22.4204756335 470.4842070219 0.0555555556 +13102200 15.0076079717 21.817412613 439.8003960844 0.0555555556 +13103100 15.0076079717 21.1922462741 407.5997996741 0.0555555556 +13104000 15.0076079717 20.4322232838 374.1176135652 0.0555555556 +13104900 15.0076079717 18.5943854995 254.1796941871 0.0555555556 +13105800 15.0076079717 18.0731131999 227.99309699 0.0555555556 +13106700 15.0076079717 17.6180405303 201.5509024921 0.0555555556 +13107600 15.0076079717 17.2307475476 175.1503609356 0.0555555556 +13108500 15.0004480672 37.1562812441 167.3522121247 0 +13109400 15.0076079717 16.6291625505 132.5677288668 0.0555555556 +13110300 15.0004480672 33.8238512787 99.9334215508 0 +13111200 15.0076079717 16.5084520815 70.3896711044 0.0555555556 +13112100 15.0004480672 18.625 27.5896045219 0 +13113000 15.0004480672 18.075 32.5031374948 0 +13113900 15.0004480672 17.525 32.0305205261 0 +13114800 15.0004480672 16.975 24.2228975993 0 +13115700 15.0004480672 16.35 8.0344384187 0 +13116600 15.0004480672 15.65 0.4154959003 0 +13117500 15.0004480672 14.95 0 0 +13118400 15.0004480672 14.25 0 0 +13119300 15.0004480672 13.825 0 0 +13120200 15.0004480672 13.675 0 0 +13121100 15.0004480672 13.525 0 0 +13122000 15.0004480672 13.375 0 0 +13122900 15.0004480672 13.2375 0 0 +13123800 15.0004480672 13.1125 0 0 +13124700 15.0004480672 12.9875 0 0 +13125600 15.0004480672 12.8625 0 0 +13126500 15.0004480672 12.8 0 0 +13127400 15.0004480672 12.8 0 0 +13128300 15.0004480672 12.8 0 0 +13129200 15.0004480672 12.8 0 0 +13130100 15.0004480672 12.8625 0 0 +13131000 15.0004480672 12.9875 0 0 +13131900 15.0004480672 13.1125 0 0 +13132800 15.0004480672 13.2375 0 0 +13133700 15.0004480672 13.4375 0 0 +13134600 15.0004480672 13.7125 0 0 +13135500 15.0004480672 13.9875 0 0 +13136400 15.0004480672 14.2625 0 0 +13137300 15.0004480672 14.2625 0 0 +13138200 15.0004480672 13.9875 0 0 +13139100 15.0004480672 13.7125 0 0 +13140000 15.0004480672 13.4375 0 0 +13140900 15.0004480672 13.3 0 0 +13141800 15.0004480672 13.3 0 0 +13142700 15.0004480672 13.3 0 0 +13143600 15.0004480672 13.3 0 0 +13144500 15.0004480672 13.375 0 0 +13145400 15.0004480672 13.525 0 0 +13146300 15.0004480672 13.675 0 0 +13147200 15.0004480672 13.825 0 0 +13148100 15.0004480672 13.9625 0 0 +13149000 15.0004480672 14.0875 0 0 +13149900 15.0004480672 14.2125 0 0 +13150800 15.0004480672 14.3375 0 0 +13151700 15.0004480672 14.55 10.3842052992 0 +13152600 15.0004480672 14.85 20.9288411226 0 +13153500 15.0004480672 15.15 25.2901299875 0 +13154400 15.0004480672 15.45 22.0781261431 0 +13155300 15.0004480672 15.9375 43.7840676273 0 +13156200 15.0076079717 15.9134428302 44.9111863182 0.0555555556 +13157100 15.0004480672 25.7650212419 79.6966263557 0 +13158000 15.0076079717 15.9325256924 118.4907547148 0.0555555556 +13158900 15.0076079717 17.0842016221 203.5247751737 0.0555555556 +13159800 15.0076079717 17.5300605529 250.5507928162 0.0555555556 +13160700 15.0076079717 18.1433483772 298.2471848735 0.0555555556 +13161600 15.0076079717 18.9249229121 345.8835871287 0.0555555556 +13162500 15.0076079717 20.4355879584 427.5708258206 0.0555555556 +13163400 15.0076079717 21.5272492894 476.0329456567 0.0555555556 +13164300 15.0076079717 22.6633651903 522.9336666008 0.0555555556 +13165200 15.0076079717 23.5680237555 567.9099635684 0.0555555556 +13166100 15.0076079717 24.7857196808 635.1905380204 0.0555555556 +13167000 15.0076079717 25.6363374925 676.6563685604 0.0555555556 +13167900 15.0076079717 26.4367778455 715.2952343988 0.0555555556 +13168800 15.0076079717 27.1807204577 750.8842564342 0.0555555556 +13169700 15.0076079717 28.0753722159 799.2361541206 0.0555555556 +13170600 15.0076079717 28.6940790693 828.6513100221 0.0555555556 +13171500 15.0076079717 29.2416518529 854.438416904 0.0555555556 +13172400 15.0076079717 29.7146688338 876.4653124078 0.0555555556 +13173300 15.0076079717 30.2259379829 902.8701097343 0.0555555556 +13174200 15.0076079717 30.5556464068 917.1778415518 0.0555555556 +13175100 15.0076079717 30.8034501555 927.4220703547 0.0555555556 +13176000 15.0076079717 30.9680961946 933.5525460406 0.0555555556 +13176900 15.0076079717 31.0454412875 937.1962306857 0.0555555556 +13177800 15.0076079717 30.9910099567 935.0262604936 0.0555555556 +13178700 15.0076079717 30.8528053839 928.7070057662 0.0555555556 +13179600 15.0076079717 30.631594507 918.2693449694 0.0555555556 +13180500 15.0076079717 30.2929926057 898.5727600276 0.0555555556 +13181400 15.0076079717 29.9709358826 880.1609016513 0.0555555556 +13182300 15.0076079717 29.5711540197 857.8641547027 0.0555555556 +13183200 15.0076079717 29.0965233064 831.7950641466 0.0555555556 +13184100 15.0076079717 28.3675811994 788.3590321706 0.0555555556 +13185000 15.0076079717 27.7590262871 755.638352892 0.0555555556 +13185900 15.0076079717 27.0883278531 719.6570352169 0.0555555556 +13186800 15.0076079717 26.3609869302 680.614675572 0.0555555556 +13187700 15.0076079717 25.241074321 618.8815006363 0.0555555556 +13188600 15.0076079717 24.2974181874 575.4728520154 0.0555555556 +13189500 15.0076079717 23.319206978 529.8147515677 0.0555555556 +13190400 15.0076079717 22.1016936643 482.2282987487 0.0555555556 +13191300 15.0076079717 20.5092249843 404.5133753555 0.0555555556 +13192200 15.0076079717 19.5842311033 356.3462720425 0.0555555556 +13193100 15.0076079717 18.8209637772 307.5570370898 0.0555555556 +13194000 15.0076079717 18.224320165 258.7495883065 0.0555555556 +13194900 15.0076079717 17.0188835934 174.0841814414 0.0555555556 +13195800 15.0004480672 37.9887425072 131.0037488149 0 +13196700 15.0076079717 16.7350455833 90.6298189101 0.0555555556 +13197600 15.0004480672 37.704380673 54.4144345347 0 +13198500 15.0004480672 24.725 17.0897858457 0 +13199400 15.0004480672 24.175 25.6480762868 0 +13200300 15.0004480672 23.625 28.831858292 0 +13201200 15.0004480672 23.075 23.4799801473 0 +13202100 15.0004480672 22.375 9.0352190118 0 +13203000 15.0004480672 21.525 0.6151316515 0 +13203900 15.0004480672 20.675 0 0 +13204800 15.0004480672 19.825 0 0 +13205700 15.0004480672 19.125 0 0 +13206600 15.0004480672 18.575 0 0 +13207500 15.0004480672 18.025 0 0 +13208400 15.0004480672 17.475 0 0 +13209300 15.0004480672 17 0 0 +13210200 15.0004480672 16.6 0 0 +13211100 15.0004480672 16.2 0 0 +13212000 15.0004480672 15.8 0 0 +13212900 15.0004480672 15.6 0 0 +13213800 15.0004480672 15.6 0 0 +13214700 15.0004480672 15.6 0 0 +13215600 15.0004480672 15.6 0 0 +13216500 15.0004480672 15.6 0 0 +13217400 15.0004480672 15.6 0 0 +13218300 15.0004480672 15.6 0 0 +13219200 15.0004480672 15.6 0 0 +13220100 15.0004480672 15.25 0 0 +13221000 15.0004480672 14.55 0 0 +13221900 15.0004480672 13.85 0 0 +13222800 15.0004480672 13.15 0 0 +13223700 15.0004480672 12.8 0 0 +13224600 15.0004480672 12.8 0 0 +13225500 15.0004480672 12.8 0 0 +13226400 15.0004480672 12.8 0 0 +13227300 15.0004480672 12.8 0 0 +13228200 15.0004480672 12.8 0 0 +13229100 15.0004480672 12.8 0 0 +13230000 15.0004480672 12.8 0 0 +13230900 15.0004480672 12.725 0 0 +13231800 15.0004480672 12.575 0 0 +13232700 15.0004480672 12.425 0 0 +13233600 15.0004480672 12.275 0 0 +13234500 15.0004480672 12.2 0 0 +13235400 15.0004480672 12.2 0 0 +13236300 15.0004480672 12.2 0 0 +13237200 15.0004480672 12.2 0 0 +13238100 15.0004480672 12.2 12.9630703609 0 +13239000 15.0004480672 12.2 26.8451621034 0 +13239900 15.0004480672 12.2 37.8433835268 0 +13240800 15.0004480672 12.2 44.8611408048 0 +13241700 15.0004480672 12.55 58.7754065302 0 +13242600 15.0076079717 15.9377492976 62.780002527 0.0555555556 +13243500 15.0004480672 27.0936325234 91.780636042 0 +13244400 15.0076079717 16.1357164912 123.8868376846 0.0555555556 +13245300 15.0076079717 17.1215635907 203.8969501873 0.0555555556 +13246200 15.0076079717 17.5979704099 246.3407015164 0.0555555556 +13247100 15.0076079717 18.2076251346 289.457219552 0.0555555556 +13248000 15.0076079717 18.9518080161 332.6150841626 0.0555555556 +13248900 15.0076079717 20.4103983289 416.6437255349 0.0555555556 +13249800 15.0076079717 21.4254252272 462.1099033305 0.0555555556 +13250700 15.0076079717 22.4867133836 506.1744048308 0.0555555556 +13251600 15.0076079717 23.3468481184 548.4893764022 0.0555555556 +13252500 15.0076079717 24.5796477887 619.5864717674 0.0555555556 +13253400 15.0076079717 25.3248099594 659.2622150164 0.0555555556 +13254300 15.0076079717 26.0236867711 696.2647100271 0.0555555556 +13255200 15.0076079717 26.6702710036 730.373679733 0.0555555556 +13256100 15.0076079717 27.4379931958 772.1271714197 0.0555555556 +13257000 15.0076079717 28.0578587238 800.1507797005 0.0555555556 +13257900 15.0076079717 28.6113844227 824.7342613664 0.0555555556 +13258800 15.0076079717 29.0953144412 845.7472182205 0.0555555556 +13259700 15.0076079717 29.6586645231 875.7227447717 0.0555555556 +13260600 15.0076079717 29.9296372404 889.4743281168 0.0555555556 +13261500 15.0076079717 30.1241418184 899.3340969359 0.0555555556 +13262400 15.0076079717 30.2409727327 905.2521114555 0.0555555556 +13263300 15.0076079717 30.2694409697 907.9645805546 0.0555555556 +13264200 15.0076079717 30.1896781554 905.928232382 0.0555555556 +13265100 15.0076079717 30.0313292558 899.9180392148 0.0555555556 +13266000 15.0076079717 29.7951234328 889.9643143203 0.0555555556 +13266900 15.0076079717 29.3944115253 868.55777092 0.0555555556 +13267800 15.0076079717 29.048972207 851.0273180426 0.0555555556 +13268700 15.0076079717 28.6314345935 829.794668383 0.0555555556 +13269600 15.0076079717 28.1445331758 804.9706009074 0.0555555556 +13270500 15.0076079717 27.3711157883 760.9637687726 0.0555555556 +13271400 15.0076079717 26.7736554045 729.9525810892 0.0555555556 +13272300 15.0076079717 26.1193003858 695.867339246 0.0555555556 +13273200 15.0076079717 25.4132217944 658.9037563725 0.0555555556 +13274100 15.0076079717 24.3072336658 596.0243715388 0.0555555556 +13275000 15.0076079717 23.4852609625 555.3310366147 0.0555555556 +13275900 15.0076079717 22.6330953461 512.5748342327 0.0555555556 +13276800 15.0076079717 21.5788478452 468.0639507979 0.0555555556 +13277700 15.0076079717 20.0635900973 385.7680731302 0.0555555556 +13278600 15.0076079717 19.2383197104 342.2968278997 0.0555555556 +13279500 15.0076079717 18.5419533703 298.3502298344 0.0555555556 +13280400 15.0076079717 17.9781290777 254.4574947207 0.0555555556 +13281300 15.0004480672 38.3225301246 173.4973695542 0 +13282200 15.0076079717 16.6832583355 136.722634837 0.0555555556 +13283100 15.0004480672 34.1170181411 102.2017907167 0 +13284000 15.0076079717 16.5116076955 70.9561533016 0.0555555556 +13284900 15.0004480672 18.025 44.1344418818 0 +13285800 15.0004480672 17.475 43.6243651441 0 +13286700 15.0004480672 16.925 38.6815819466 0 +13287600 15.0004480672 16.375 28.161124737 0 +13288500 15.0004480672 15.8875 9.5190440529 0 +13289400 15.0004480672 15.4625 0.783058351 0 +13290300 15.0004480672 15.0375 0 0 +13291200 15.0004480672 14.6125 0 0 +13292100 15.0004480672 14.3375 0 0 +13293000 15.0004480672 14.2125 0 0 +13293900 15.0004480672 14.0875 0 0 +13294800 15.0004480672 13.9625 0 0 +13295700 15.0004480672 13.825 0 0 +13296600 15.0004480672 13.675 0 0 +13297500 15.0004480672 13.525 0 0 +13298400 15.0004480672 13.375 0 0 +13299300 15.0004480672 13.2375 0 0 +13300200 15.0004480672 13.1125 0 0 +13301100 15.0004480672 12.9875 0 0 +13302000 15.0004480672 12.8625 0 0 +13302900 15.0004480672 12.8 0 0 +13303800 15.0004480672 12.8 0 0 +13304700 15.0004480672 12.8 0 0 +13305600 15.0004480672 12.8 0 0 +13306500 15.0004480672 12.725 0 0 +13307400 15.0004480672 12.575 0 0 +13308300 15.0004480672 12.425 0 0 +13309200 15.0004480672 12.275 0 0 +13310100 15.0004480672 12.1375 0 0 +13311000 15.0004480672 12.0125 0 0 +13311900 15.0004480672 11.8875 0 0 +13312800 15.0004480672 11.7625 0 0 +13313700 15.0004480672 11.625 0 0 +13314600 15.0004480672 11.475 0 0 +13315500 15.0004480672 11.325 0 0 +13316400 15.0004480672 11.175 0 0 +13317300 15.0004480672 11.1 0 0 +13318200 15.0004480672 11.1 0 0 +13319100 15.0004480672 11.1 0 0 +13320000 15.0004480672 11.1 0 0 +13320900 15.0004480672 11.0375 0 0 +13321800 15.0004480672 10.9125 0 0 +13322700 15.0004480672 10.7875 0 0 +13323600 15.0004480672 10.6625 0 0 +13324500 15.0004480672 10.8 13.7185618271 0 +13325400 15.0004480672 11.2 28.395829362 0 +13326300 15.0004480672 11.6 41.520825342 0 +13327200 15.0004480672 12 52.4031794251 0 +13328100 15.0004480672 12.4125 66.8177217904 0 +13329000 15.0076079717 16.039659926 73.0379475595 0.0555555556 +13329900 15.0004480672 28.6245394267 99.5110414634 0 +13330800 15.0076079717 16.2884716872 128.5183549673 0.0555555556 +13331700 15.0076079717 17.1552112639 204.3921324222 0.0555555556 +13332600 15.0076079717 17.5679059873 244.1299514849 0.0555555556 +13333500 15.0076079717 18.0947587968 284.4900714343 0.0555555556 +13334400 15.0076079717 18.7371022255 324.9047721031 0.0555555556 +13335300 15.0076079717 20.0953878882 409.2599287054 0.0555555556 +13336200 15.0076079717 21.011012719 452.7110507462 0.0555555556 +13337100 15.0076079717 21.975059048 494.8482822747 0.0555555556 +13338000 15.0076079717 22.7556855311 535.3377545579 0.0555555556 +13338900 15.0076079717 24.0150058671 608.8938113039 0.0555555556 +13339800 15.0076079717 24.774855901 647.3116519068 0.0555555556 +13340700 15.0076079717 25.4908094943 683.1579792262 0.0555555556 +13341600 15.0076079717 26.1571071849 716.2163585185 0.0555555556 +13342500 15.0076079717 27.1018388479 769.6301305781 0.0555555556 +13343400 15.0076079717 27.6490035339 797.3606413197 0.0555555556 +13344300 15.0076079717 28.1320596901 821.6964980756 0.0555555556 +13345200 15.0076079717 28.547800674 842.507146079 0.0555555556 +13346100 15.0076079717 29.068238513 871.4554496518 0.0555555556 +13347000 15.0076079717 29.3429742874 885.083947662 0.0555555556 +13347900 15.0076079717 29.5430753993 894.8684870836 0.0555555556 +13348800 15.0076079717 29.6673502752 900.7589456825 0.0555555556 +13349700 15.0076079717 29.7294040933 904.3237246909 0.0555555556 +13350600 15.0076079717 29.6815753067 902.3526227919 0.0555555556 +13351500 15.0076079717 29.557099972 896.4507932566 0.0555555556 +13352400 15.0076079717 29.3566911801 886.6483325112 0.0555555556 +13353300 15.0076079717 28.9745474865 865.1733728238 0.0555555556 +13354200 15.0076079717 28.6476613598 847.8905840551 0.0555555556 +13355100 15.0076079717 28.250424756 826.9503906434 0.0555555556 +13356000 15.0076079717 27.7855202219 802.4632895122 0.0555555556 +13356900 15.0076079717 26.9742166445 755.6583454909 0.0555555556 +13357800 15.0076079717 26.386768531 725.217516167 0.0555555556 +13358700 15.0076079717 25.7442274688 691.7609915411 0.0555555556 +13359600 15.0076079717 25.0516248399 655.4829228419 0.0555555556 +13360500 15.0076079717 23.8924591881 588.1904208297 0.0555555556 +13361400 15.0076079717 23.116351495 548.7371484796 0.0555555556 +13362300 15.0076079717 22.3115864109 507.2961018039 0.0555555556 +13363200 15.0076079717 21.3217472963 464.1673782579 0.0555555556 +13364100 15.0076079717 19.8617644376 381.6333183915 0.0555555556 +13365000 15.0076079717 19.0950077625 339.9715048633 0.0555555556 +13365900 15.0076079717 18.4427989352 297.8630665527 0.0555555556 +13366800 15.0076079717 17.9083758911 255.8026314217 0.0555555556 +13367700 15.0004480672 37.8415438344 174.384733595 0 +13368600 15.0076079717 16.6655290309 140.8559351434 0.0555555556 +13369500 15.0004480672 33.1863340157 109.2385557017 0 +13370400 15.0076079717 16.4102169475 80.3466333893 0.0555555556 +13371300 15.0004480672 15.45 57.7841514701 0 +13372200 15.0004480672 15.15 52.0350275222 0 +13373100 15.0004480672 14.85 43.0777282934 0 +13374000 15.0004480672 14.55 30.3059563401 0 +13374900 15.0004480672 14.2625 9.5926199505 0 +13375800 15.0004480672 13.9875 0.9276493965 0 +13376700 15.0004480672 13.7125 0 0 +13377600 15.0004480672 13.4375 0 0 +13378500 15.0004480672 13.2375 0 0 +13379400 15.0004480672 13.1125 0 0 +13380300 15.0004480672 12.9875 0 0 +13381200 15.0004480672 12.8625 0 0 +13382100 15.0004480672 12.725 0 0 +13383000 15.0004480672 12.575 0 0 +13383900 15.0004480672 12.425 0 0 +13384800 15.0004480672 12.275 0 0 +13385700 15.0004480672 12.2 0 0 +13386600 15.0004480672 12.2 0 0 +13387500 15.0004480672 12.2 0 0 +13388400 15.0004480672 12.2 0 0 +13389300 15.0004480672 12.2 0 0 +13390200 15.0004480672 12.2 0 0 +13391100 15.0004480672 12.2 0 0 +13392000 15.0004480672 12.2 0 0 +13392900 15.0004480672 12.1375 0 0 +13393800 15.0004480672 12.0125 0 0 +13394700 15.0004480672 11.8875 0 0 +13395600 15.0004480672 11.7625 0 0 +13396500 15.0004480672 11.7625 0 0 +13397400 15.0004480672 11.8875 0 0 +13398300 15.0004480672 12.0125 0 0 +13399200 15.0004480672 12.1375 0 0 +13400100 15.0004480672 12.1375 0 0 +13401000 15.0004480672 12.0125 0 0 +13401900 15.0004480672 11.8875 0 0 +13402800 15.0004480672 11.7625 0 0 +13403700 15.0004480672 11.8375 0 0 +13404600 15.0004480672 12.1125 0 0 +13405500 15.0004480672 12.3875 0 0 +13406400 15.0004480672 12.6625 0 0 +13407300 15.0004480672 12.8 0 0 +13408200 15.0004480672 12.8 0 0 +13409100 15.0004480672 12.8 0 0 +13410000 15.0004480672 12.8 0 0 +13410900 15.0004480672 13 13.1353376138 0 +13411800 15.0004480672 13.4 26.4143925493 0 +13412700 15.0004480672 13.8 36.2313718866 0 +13413600 15.0004480672 14.2 41.4819199242 0 +13414500 15.0004480672 14.825 56.0171264396 0 +13415400 15.0076079717 16.076465061 58.2341816251 0.0555555556 +13416300 15.0004480672 28.8167951639 87.7749525641 0 +13417200 15.0076079717 16.2559866792 120.5710689851 0.0555555556 +13418100 15.0076079717 17.2441012593 201.414467564 0.0555555556 +13419000 15.0076079717 17.6612803561 244.3210823751 0.0555555556 +13419900 15.0076079717 18.2168126231 287.9181969142 0.0555555556 +13420800 15.0076079717 18.9119885281 331.5605281164 0.0555555556 +13421700 15.0076079717 20.3265930744 414.89888641 0.0555555556 +13422600 15.0076079717 21.3064391318 460.6334050812 0.0555555556 +13423500 15.0076079717 22.3503042443 504.960784263 0.0555555556 +13424400 15.0076079717 23.1786698147 547.5309210425 0.0555555556 +13425300 15.0076079717 24.4031262039 617.7665224625 0.0555555556 +13426200 15.0076079717 25.1946316798 657.5852478114 0.0555555556 +13427100 15.0076079717 25.9396830966 694.727359244 0.0555555556 +13428000 15.0076079717 26.632218995 728.9721893234 0.0555555556 +13428900 15.0076079717 27.5585699274 779.9719784656 0.0555555556 +13429800 15.0076079717 28.1606342416 808.5084455895 0.0555555556 +13430700 15.0076079717 28.6953840437 833.552199355 0.0555555556 +13431600 15.0076079717 29.159492065 854.9712445906 0.0555555556 +13432500 15.0076079717 29.7005930994 883.5293913544 0.0555555556 +13433400 15.0076079717 30.0089568088 897.543719983 0.0555555556 +13434300 15.0076079717 30.2393847566 907.6175618127 0.0555555556 +13435200 15.0076079717 30.3906428816 913.700194182 0.0555555556 +13436100 15.0076079717 30.506252656 917.1408583382 0.0555555556 +13437000 15.0076079717 30.5451171254 915.1670065615 0.0555555556 +13437900 15.0076079717 30.5033573568 909.1653229321 0.0555555556 +13438800 15.0076079717 30.3817025669 899.1658878135 0.0555555556 +13439700 15.0076079717 30.0292952 877.8403217455 0.0555555556 +13440600 15.0076079717 29.6598113461 860.1515159079 0.0555555556 +13441500 15.0076079717 29.2167140866 838.705736367 0.0555555556 +13442400 15.0076079717 28.7027695975 813.6141369299 0.0555555556 +13443300 15.0076079717 27.8757526954 769.0295743024 0.0555555556 +13444200 15.0076079717 27.2002819028 737.6443663831 0.0555555556 +13445100 15.0076079717 26.4661967369 703.1327403958 0.0555555556 +13446000 15.0076079717 25.6787471362 665.6914501765 0.0555555556 +13446900 15.0076079717 24.5017676482 600.7273018889 0.0555555556 +13447800 15.0076079717 23.666503729 559.5720426657 0.0555555556 +13448700 15.0076079717 22.8002262609 516.3135335396 0.0555555556 +13449600 15.0076079717 21.7226114625 471.2618314447 0.0555555556 +13450500 15.0076079717 20.2095617099 391.4751112823 0.0555555556 +13451400 15.0076079717 19.3486208014 346.9013500774 0.0555555556 +13452300 15.0076079717 18.6233266134 301.8135982186 0.0555555556 +13453200 15.0076079717 18.0377479105 256.7554787694 0.0555555556 +13454100 15.0004480672 38.6536903005 173.9595848888 0 +13455000 15.0076079717 16.6592423175 136.2905118984 0.0555555556 +13455900 15.0004480672 33.4100759562 100.9154071759 0 +13456800 15.0076079717 16.424038517 68.9064203934 0.0555555556 +13457700 15.0004480672 17 39.8838594838 0 +13458600 15.0004480672 16.6 41.2751605296 0 +13459500 15.0004480672 16.2 38.0670895627 0 +13460400 15.0004480672 15.8 28.7854869559 0 +13461300 15.0004480672 15.3875 8.8104104189 0 +13462200 15.0004480672 14.9625 0.9898618312 0 +13463100 15.0004480672 14.5375 0 0 +13464000 15.0004480672 14.1125 0 0 +13464900 15.0004480672 13.825 0 0 +13465800 15.0004480672 13.675 0 0 +13466700 15.0004480672 13.525 0 0 +13467600 15.0004480672 13.375 0 0 +13468500 15.0004480672 13.2375 0 0 +13469400 15.0004480672 13.1125 0 0 +13470300 15.0004480672 12.9875 0 0 +13471200 15.0004480672 12.8625 0 0 +13472100 15.0004480672 12.8 0 0 +13473000 15.0004480672 12.8 0 0 +13473900 15.0004480672 12.8 0 0 +13474800 15.0004480672 12.8 0 0 +13475700 15.0004480672 12.8 0 0 +13476600 15.0004480672 12.8 0 0 +13477500 15.0004480672 12.8 0 0 +13478400 15.0004480672 12.8 0 0 +13479300 15.0004480672 12.725 0 0 +13480200 15.0004480672 12.575 0 0 +13481100 15.0004480672 12.425 0 0 +13482000 15.0004480672 12.275 0 0 +13482900 15.0004480672 12.2 0 0 +13483800 15.0004480672 12.2 0 0 +13484700 15.0004480672 12.2 0 0 +13485600 15.0004480672 12.2 0 0 +13486500 15.0004480672 12.1375 0 0 +13487400 15.0004480672 12.0125 0 0 +13488300 15.0004480672 11.8875 0 0 +13489200 15.0004480672 11.7625 0 0 +13490100 15.0004480672 11.7 0 0 +13491000 15.0004480672 11.7 0 0 +13491900 15.0004480672 11.7 0 0 +13492800 15.0004480672 11.7 0 0 +13493700 15.0004480672 11.7 0 0 +13494600 15.0004480672 11.7 0 0 +13495500 15.0004480672 11.7 0 0 +13496400 15.0004480672 11.7 0 0 +13497300 15.0004480672 11.9 14.4106212995 0 +13498200 15.0004480672 12.3 29.3093626699 0 +13499100 15.0004480672 12.7 42.919547132 0 +13500000 15.0004480672 13.1 54.6745265815 0 +13500900 15.0004480672 13.725 68.8893121526 0 +13501800 15.0076079717 16.2078842042 75.1362860154 0.0555555556 +13502700 15.0004480672 31.3004291489 100.8019859142 0 +13503600 15.0076079717 16.5407773506 128.8323755993 0.0555555556 +13504500 15.0076079717 17.3967879996 202.6753392038 0.0555555556 +13505400 15.0076079717 17.7752082465 240.9964394864 0.0555555556 +13506300 15.0076079717 18.2589794289 279.9133090662 0.0555555556 +13507200 15.0076079717 18.8494485744 318.8889902247 0.0555555556 +13508100 15.0076079717 20.1731405918 403.6337806096 0.0555555556 +13509000 15.0076079717 21.0509350018 445.9964063107 0.0555555556 +13509900 15.0076079717 21.9872301424 487.0933453748 0.0555555556 +13510800 15.0076079717 22.7427576981 526.5986436632 0.0555555556 +13511700 15.0076079717 24.0212663402 602.051980808 0.0555555556 +13512600 15.0076079717 24.7661266594 639.8605298084 0.0555555556 +13513500 15.0076079717 25.4683245184 675.151923505 0.0555555556 +13514400 15.0076079717 26.122208545 707.7118410503 0.0555555556 +13515300 15.0076079717 27.0902454309 762.0917768235 0.0555555556 +13516200 15.0076079717 27.6387184122 789.5420060118 0.0555555556 +13517100 15.0076079717 28.1242602152 813.6458446801 0.0555555556 +13518000 15.0076079717 28.5436969815 834.2733145572 0.0555555556 +13518900 15.0076079717 29.0962057965 864.16902796 0.0555555556 +13519800 15.0076079717 29.3994867073 877.7301692981 0.0555555556 +13520700 15.0076079717 29.6291840335 887.4924629086 0.0555555556 +13521600 15.0076079717 29.7841099052 893.4056478971 0.0555555556 +13522500 15.0076079717 29.8913198613 896.8169127024 0.0555555556 +13523400 15.0076079717 29.9057495027 894.9578144299 0.0555555556 +13524300 15.0076079717 29.8444317869 889.2120012414 0.0555555556 +13525200 15.0076079717 29.7080602805 879.6089100307 0.0555555556 +13526100 15.0076079717 29.3379844388 857.8035882648 0.0555555556 +13527000 15.0076079717 28.9892712587 840.8147452473 0.0555555556 +13527900 15.0076079717 28.5712827811 820.211429781 0.0555555556 +13528800 15.0076079717 28.0866539779 796.1028318782 0.0555555556 +13529700 15.0076079717 27.2346715943 749.7652144399 0.0555555556 +13530600 15.0076079717 26.5885567285 719.7880349626 0.0555555556 +13531500 15.0076079717 25.8876967513 686.8327401972 0.0555555556 +13532400 15.0076079717 25.1370280265 651.0912318421 0.0555555556 +13533300 15.0076079717 23.9456013131 583.366771995 0.0555555556 +13534200 15.0076079717 23.1962431549 544.6034461735 0.0555555556 +13535100 15.0076079717 22.4187779792 503.8836600436 0.0555555556 +13536000 15.0076079717 21.4620223434 461.5020831312 0.0555555556 +13536900 15.0076079717 20.0239659892 379.3774703105 0.0555555556 +13537800 15.0076079717 19.2659407581 338.5620039262 0.0555555556 +13538700 15.0076079717 18.6166974394 297.30002756 0.0555555556 +13539600 15.0076079717 18.0794392415 256.0691155946 0.0555555556 +13540500 15.0076079717 17.1142101216 176.7445149873 0.0555555556 +13541400 15.0004480672 37.3257787459 143.9594765914 0 +13542300 15.0076079717 16.6702158622 112.9580640416 0.0555555556 +13543200 15.0004480672 33.8065845809 84.4969494481 0 +13544100 15.0004480672 16.625 60.9741151312 0 +13545000 15.0004480672 16.475 54.2207426797 0 +13545900 15.0004480672 16.325 44.6319107093 0 +13546800 15.0004480672 16.175 31.6582755098 0 +13547700 15.0004480672 15.8875 9.4069191574 0 +13548600 15.0004480672 15.4625 1.1871933923 0 +13549500 15.0004480672 15.0375 0 0 +13550400 15.0004480672 14.6125 0 0 +13551300 15.0004480672 14.4 0 0 +13552200 15.0004480672 14.4 0 0 +13553100 15.0004480672 14.4 0 0 +13554000 15.0004480672 14.4 0 0 +13554900 15.0004480672 14.3375 0 0 +13555800 15.0004480672 14.2125 0 0 +13556700 15.0004480672 14.0875 0 0 +13557600 15.0004480672 13.9625 0 0 +13558500 15.0004480672 13.9 0 0 +13559400 15.0004480672 13.9 0 0 +13560300 15.0004480672 13.9 0 0 +13561200 15.0004480672 13.9 0 0 +13562100 15.0004480672 13.9 0 0 +13563000 15.0004480672 13.9 0 0 +13563900 15.0004480672 13.9 0 0 +13564800 15.0004480672 13.9 0 0 +13565700 15.0004480672 13.7625 0 0 +13566600 15.0004480672 13.4875 0 0 +13567500 15.0004480672 13.2125 0 0 +13568400 15.0004480672 12.9375 0 0 +13569300 15.0004480672 12.8 0 0 +13570200 15.0004480672 12.8 0 0 +13571100 15.0004480672 12.8 0 0 +13572000 15.0004480672 12.8 0 0 +13572900 15.0004480672 12.725 0 0 +13573800 15.0004480672 12.575 0 0 +13574700 15.0004480672 12.425 0 0 +13575600 15.0004480672 12.275 0 0 +13576500 15.0004480672 12.2 0 0 +13577400 15.0004480672 12.2 0 0 +13578300 15.0004480672 12.2 0 0 +13579200 15.0004480672 12.2 0 0 +13580100 15.0004480672 12.2 0 0 +13581000 15.0004480672 12.2 0 0 +13581900 15.0004480672 12.2 0 0 +13582800 15.0004480672 12.2 0 0 +13583700 15.0004480672 12.275 14.4870974134 0 +13584600 15.0004480672 12.425 29.2796914556 0 +13585500 15.0004480672 12.575 42.9894545282 0 +13586400 15.0004480672 12.725 55.1273165337 0 +13587300 15.0004480672 13 74.170233183 0 +13588200 15.0076079717 16.2008686593 82.1172443036 0.0555555556 +13589100 15.0004480672 31.0370993405 106.7197038341 0 +13590000 15.0076079717 16.523180481 133.3363220404 0.0555555556 +13590900 15.0076079717 17.2967763843 202.3546724014 0.0555555556 +13591800 15.0076079717 17.6809412223 238.9501148999 0.0555555556 +13592700 15.0076079717 18.158674053 276.0852820013 0.0555555556 +13593600 15.0076079717 18.7312592903 313.2647506724 0.0555555556 +13594500 15.0076079717 19.8643120491 387.9302034817 0.0555555556 +13595400 15.0076079717 20.6977289241 428.3166682633 0.0555555556 +13596300 15.0076079717 21.5918624606 467.5062173269 0.0555555556 +13597200 15.0076079717 22.3117920517 505.1876796007 0.0555555556 +13598100 15.0076079717 23.478390704 574.3551994729 0.0555555556 +13599000 15.0076079717 24.1621902243 610.2241243182 0.0555555556 +13599900 15.0076079717 24.8058340796 643.7141444702 0.0555555556 +13600800 15.0076079717 25.4039809272 674.6207130304 0.0555555556 +13601700 15.0076079717 26.0608513271 715.7262342719 0.0555555556 +13602600 15.0076079717 26.5521471139 740.8576729829 0.0555555556 +13603500 15.0076079717 26.9875324358 762.9363549462 0.0555555556 +13604400 15.0076079717 27.3641652399 781.8411965602 0.0555555556 +13605300 15.0076079717 25.1225121844 640.5709029613 0.0555555556 +13606200 15.0076079717 25.298468139 650.1159169018 0.0555555556 +13607100 15.0076079717 25.4254539415 656.9975551825 0.0555555556 +13608000 15.0076079717 25.5026716544 661.1793988792 0.0555555556 +13608900 15.0076079717 25.9481942244 687.1661320188 0.0555555556 +13609800 15.0076079717 25.9139636937 685.8371322309 0.0555555556 +13610700 15.0076079717 25.8266191942 681.6576851412 0.0555555556 +13611600 15.0076079717 25.6866479455 674.6498149064 0.0555555556 +13612500 15.0076079717 28.5893136016 851.9453328099 0.0555555556 +13613400 15.0076079717 28.2684032702 835.2317287798 0.0555555556 +13614300 15.0076079717 27.8798124377 814.9529604865 0.0555555556 +13615200 15.0076079717 27.426120129 791.2171792012 0.0555555556 +13616100 15.0076079717 26.307928067 722.9702016195 0.0555555556 +13617000 15.0076079717 25.7590783295 694.2744911061 0.0555555556 +13617900 15.0076079717 25.1584952262 662.7258264179 0.0555555556 +13618800 15.0076079717 24.5108823999 628.5088589979 0.0555555556 +13619700 15.0076079717 23.6446243859 579.1499639172 0.0555555556 +13620600 15.0076079717 22.9249511744 540.8195135863 0.0555555556 +13621500 15.0076079717 22.1774792784 500.5520013387 0.0555555556 +13622400 15.0076079717 21.2534393688 458.638694591 0.0555555556 +13623300 15.0076079717 19.9053805988 373.1520220188 0.0555555556 +13624200 15.0076079717 19.2300262891 334.8798428069 0.0555555556 +13625100 15.0076079717 18.6448292013 296.1702550416 0.0555555556 +13626000 15.0076079717 18.1525349643 257.4511124835 0.0555555556 +13626900 15.0076079717 17.029348604 172.3393881235 0.0555555556 +13627800 15.0004480672 36.3864103782 141.4226493068 0 +13628700 15.0076079717 16.6033800259 112.1219888806 0.0555555556 +13629600 15.0004480672 32.9537588854 85.1155662567 0 +13630500 15.0004480672 15.8875 64.7919356723 0 +13631400 15.0004480672 15.4625 56.3260366344 0 +13632300 15.0004480672 15.0375 45.5678027256 0 +13633200 15.0004480672 14.6125 32.1117268606 0 +13634100 15.0004480672 14.2625 12.3806411432 0 +13635000 15.0004480672 13.9875 1.7448422564 0 +13635900 15.0004480672 13.7125 0 0 +13636800 15.0004480672 13.4375 0 0 +13637700 15.0004480672 13.1625 0 0 +13638600 15.0004480672 12.8875 0 0 +13639500 15.0004480672 12.6125 0 0 +13640400 15.0004480672 12.3375 0 0 +13641300 15.0004480672 12.2 0 0 +13642200 15.0004480672 12.2 0 0 +13643100 15.0004480672 12.2 0 0 +13644000 15.0004480672 12.2 0 0 +13644900 15.0004480672 12.2 0 0 +13645800 15.0004480672 12.2 0 0 +13646700 15.0004480672 12.2 0 0 +13647600 15.0004480672 12.2 0 0 +13648500 15.0004480672 12.1375 0 0 +13649400 15.0004480672 12.0125 0 0 +13650300 15.0004480672 11.8875 0 0 +13651200 15.0004480672 11.7625 0 0 +13652100 15.0004480672 11.7 0 0 +13653000 15.0004480672 11.7 0 0 +13653900 15.0004480672 11.7 0 0 +13654800 15.0004480672 11.7 0 0 +13655700 15.0004480672 11.7 0 0 +13656600 15.0004480672 11.7 0 0 +13657500 15.0004480672 11.7 0 0 +13658400 15.0004480672 11.7 0 0 +13659300 15.0004480672 11.625 0 0 +13660200 15.0004480672 11.475 0 0 +13661100 15.0004480672 11.325 0 0 +13662000 15.0004480672 11.175 0 0 +13662900 15.0004480672 11.0375 0 0 +13663800 15.0004480672 10.9125 0 0 +13664700 15.0004480672 10.7875 0 0 +13665600 15.0004480672 10.6625 0 0 +13666500 15.0004480672 10.6 0 0 +13667400 15.0004480672 10.6 0 0 +13668300 15.0004480672 10.6 0 0 +13669200 15.0004480672 10.6 0 0 +13670100 15.0004480672 10.7375 14.2020508149 0 +13671000 15.0004480672 11.0125 28.1188014378 0 +13671900 15.0004480672 11.2875 39.4561159157 0 +13672800 15.0004480672 11.5625 47.3731646028 0 +13673700 15.0004480672 11.975 61.5478671861 0 +13674600 15.0076079717 15.9109710671 64.9226657834 0.0555555556 +13675500 15.0004480672 26.9000746887 90.5358266034 0 +13676400 15.0076079717 16.1246073281 118.7508678147 0.0555555556 +13677300 15.0004480672 37.9748332757 190.7967900035 0 +13678200 15.0076079717 17.3429229528 228.7914100479 0.0555555556 +13679100 15.0076079717 17.8402024679 267.4231544538 0.0555555556 +13680000 15.0076079717 18.4519900963 306.1399841874 0.0555555556 +13680900 15.0076079717 20.0154951187 409.8891359627 0.0555555556 +13681800 15.0076079717 20.9701133037 454.5826309173 0.0555555556 +13682700 15.0076079717 22.0065287927 497.9314038729 0.0555555556 +13683600 15.0076079717 22.8279594238 539.5908449712 0.0555555556 +13684500 15.0076079717 24.071062288 611.5047216655 0.0555555556 +13685400 15.0076079717 24.83599434 650.7757265114 0.0555555556 +13686300 15.0076079717 25.5560285796 687.4298750744 0.0555555556 +13687200 15.0076079717 26.2251876828 721.2470463597 0.0555555556 +13688100 15.0076079717 27.1698573341 773.9737340482 0.0555555556 +13689000 15.0076079717 27.7641050326 802.2928056513 0.0555555556 +13689900 15.0076079717 28.2925632935 827.1689113516 0.0555555556 +13690800 15.0076079717 28.7519274556 848.4695750055 0.0555555556 +13691700 15.0076079717 29.2951885028 877.7561989566 0.0555555556 +13692600 15.0076079717 29.5817560477 891.7665519428 0.0555555556 +13693500 15.0076079717 29.7919320056 901.8795164249 0.0555555556 +13694400 15.0076079717 29.9244778418 908.0436921727 0.0555555556 +13695300 15.0076079717 30.0109633869 912.1384557782 0.0555555556 +13696200 15.0076079717 29.995679359 910.3281439939 0.0555555556 +13697100 15.0076079717 29.9018191309 904.5282008276 0.0555555556 +13698000 15.0076079717 29.7300867995 894.7679616062 0.0555555556 +13698900 15.0076079717 29.358830456 874.0607966927 0.0555555556 +13699800 15.0076079717 28.997033762 856.6798098062 0.0555555556 +13700700 15.0076079717 28.562889475 835.5764510157 0.0555555556 +13701600 15.0076079717 28.0591139291 810.861102178 0.0555555556 +13702500 15.0076079717 27.2601355873 765.9965502783 0.0555555556 +13703400 15.0076079717 26.6571294642 735.0835522122 0.0555555556 +13704300 15.0076079717 25.9970246941 701.0790487554 0.0555555556 +13705200 15.0076079717 25.2849687377 664.1784639147 0.0555555556 +13706100 15.0076079717 24.1448162361 598.2094246498 0.0555555556 +13707000 15.0076079717 23.3602450755 557.8000353899 0.0555555556 +13707900 15.0076079717 22.5455610566 515.3243978022 0.0555555556 +13708800 15.0076079717 21.530065445 471.0876615411 0.0555555556 +13709700 15.0076079717 20.0481867041 389.7505646565 0.0555555556 +13710600 15.0076079717 19.2274804712 346.3958346569 0.0555555556 +13711500 15.0076079717 18.5325125435 302.5401821458 0.0555555556 +13712400 15.0076079717 17.9672222702 258.7017730776 0.0555555556 +13713300 15.0004480672 38.2237683715 176.3136094992 0 +13714200 15.0076079717 16.6828818955 140.3396546696 0.0555555556 +13715100 15.0004480672 33.828029771 106.4523684376 0 +13716000 15.0076079717 16.4839481179 75.5986932533 0.0555555556 +13716900 15.0004480672 17.0625 48.6855934205 0 +13717800 15.0004480672 16.7875 47.2764420068 0 +13718700 15.0004480672 16.5125 41.9591419168 0 +13719600 15.0004480672 16.2375 31.5909038769 0 +13720500 15.0004480672 15.8875 11.825267454 0 +13721400 15.0004480672 15.4625 1.8454118486 0 +13722300 15.0004480672 15.0375 0 0 +13723200 15.0004480672 14.6125 0 0 +13724100 15.0004480672 14.3375 0 0 +13725000 15.0004480672 14.2125 0 0 +13725900 15.0004480672 14.0875 0 0 +13726800 15.0004480672 13.9625 0 0 +13727700 15.0004480672 13.825 0 0 +13728600 15.0004480672 13.675 0 0 +13729500 15.0004480672 13.525 0 0 +13730400 15.0004480672 13.375 0 0 +13731300 15.0004480672 13.2375 0 0 +13732200 15.0004480672 13.1125 0 0 +13733100 15.0004480672 12.9875 0 0 +13734000 15.0004480672 12.8625 0 0 +13734900 15.0004480672 12.725 0 0 +13735800 15.0004480672 12.575 0 0 +13736700 15.0004480672 12.425 0 0 +13737600 15.0004480672 12.275 0 0 +13738500 15.0004480672 12.2 0 0 +13739400 15.0004480672 12.2 0 0 +13740300 15.0004480672 12.2 0 0 +13741200 15.0004480672 12.2 0 0 +13742100 15.0004480672 12.2 0 0 +13743000 15.0004480672 12.2 0 0 +13743900 15.0004480672 12.2 0 0 +13744800 15.0004480672 12.2 0 0 +13745700 15.0004480672 12.1375 0 0 +13746600 15.0004480672 12.0125 0 0 +13747500 15.0004480672 11.8875 0 0 +13748400 15.0004480672 11.7625 0 0 +13749300 15.0004480672 11.7 0 0 +13750200 15.0004480672 11.7 0 0 +13751100 15.0004480672 11.7 0 0 +13752000 15.0004480672 11.7 0 0 +13752900 15.0004480672 11.7 0 0 +13753800 15.0004480672 11.7 0 0 +13754700 15.0004480672 11.7 0 0 +13755600 15.0004480672 11.7 0 0 +13756500 15.0004480672 11.8375 14.2258219203 0 +13757400 15.0004480672 12.1125 27.9251362879 0 +13758300 15.0004480672 12.3875 38.76746643 0 +13759200 15.0004480672 12.6625 45.881820902 0 +13760100 15.0004480672 13 59.8990895537 0 +13761000 15.0076079717 15.9711850929 61.284051004 0.0555555556 +13761900 15.0004480672 27.1543886128 89.5890871911 0 +13762800 15.0076079717 16.1109950873 120.947595594 0.0555555556 +13763700 15.0076079717 17.0551547764 200.5245717485 0.0555555556 +13764600 15.0076079717 17.4837461013 242.4560164742 0.0555555556 +13765500 15.0076079717 18.0423283131 285.0921916589 0.0555555556 +13766400 15.0076079717 18.7323722907 327.8082026771 0.0555555556 +13767300 15.0076079717 20.1249315987 411.1982343485 0.0555555556 +13768200 15.0076079717 21.0802102564 456.3581240658 0.0555555556 +13769100 15.0076079717 22.1262346071 500.1595504468 0.0555555556 +13770000 15.0076079717 22.9485359791 542.2542537314 0.0555555556 +13770900 15.0076079717 24.1967911794 614.6260484073 0.0555555556 +13771800 15.0076079717 24.9703635814 654.2683245688 0.0555555556 +13772700 15.0076079717 25.6986122921 691.2717989788 0.0555555556 +13773600 15.0076079717 26.3754845147 725.4146769786 0.0555555556 +13774500 15.0076079717 27.295541322 777.7273838552 0.0555555556 +13775400 15.0076079717 27.8543982852 806.2972488368 0.0555555556 +13776300 15.0076079717 28.3470450592 831.3998340437 0.0555555556 +13777200 15.0076079717 28.7701420088 852.9017927931 0.0555555556 +13778100 15.0076079717 29.2878383592 881.930497786 0.0555555556 +13779000 15.0076079717 29.5759761892 896.0814217827 0.0555555556 +13779900 15.0076079717 29.7870834758 906.3102488904 0.0555555556 +13780800 15.0076079717 29.9199064774 912.5651159997 0.0555555556 +13781700 15.0076079717 30.0051386199 916.5404168853 0.0555555556 +13782600 15.0076079717 29.9926236139 914.7698281599 0.0555555556 +13783500 15.0076079717 29.9008544473 908.9843005542 0.0555555556 +13784400 15.0076079717 29.7305338938 899.2130223269 0.0555555556 +13785300 15.0076079717 29.3528027824 877.5843604535 0.0555555556 +13786200 15.0076079717 28.9982433105 860.1541241915 0.0555555556 +13787100 15.0076079717 28.570729151 838.9788552353 0.0555555556 +13788000 15.0076079717 28.0729881061 814.1689774032 0.0555555556 +13788900 15.0076079717 27.2719146012 769.4223498135 0.0555555556 +13789800 15.0076079717 26.6533994861 738.3656418672 0.0555555556 +13790700 15.0076079717 25.9772124514 704.1951010482 0.0555555556 +13791600 15.0076079717 25.2485312931 667.10654095 0.0555555556 +13792500 15.0076079717 24.1033790628 601.2674862315 0.0555555556 +13793400 15.0076079717 23.3128045701 560.5803756746 0.0555555556 +13794300 15.0076079717 22.491664858 517.8038882388 0.0555555556 +13795200 15.0076079717 21.4658027274 473.2444858744 0.0555555556 +13796100 15.0076079717 19.9774134185 392.1376840553 0.0555555556 +13797000 15.0076079717 19.1447568072 348.330666909 0.0555555556 +13797900 15.0076079717 18.4406751543 304.0058941674 0.0555555556 +13798800 15.0076079717 17.8692999962 259.687276522 0.0555555556 +13799700 15.0004480672 36.87865948 177.3186984456 0 +13800600 15.0076079717 16.5771234335 140.6406512622 0.0555555556 +13801500 15.0004480672 32.5241206344 106.0884264719 0 +13802400 15.0076079717 16.3899355361 74.6437861463 0.0555555556 +13803300 15.0004480672 15.8875 45.5433126036 0 +13804200 15.0004480672 15.4625 45.3188598593 0 +13805100 15.0004480672 15.0375 41.0683313205 0 +13806000 15.0004480672 14.6125 31.4958196692 0 +13806900 15.0004480672 14.2625 11.5577224607 0 +13807800 15.0004480672 13.9875 1.9705806465 0 +13808700 15.0004480672 13.7125 0 0 +13809600 15.0004480672 13.4375 0 0 +13810500 15.0004480672 13.2375 0 0 +13811400 15.0004480672 13.1125 0 0 +13812300 15.0004480672 12.9875 0 0 +13813200 15.0004480672 12.8625 0 0 +13814100 15.0004480672 12.8 0 0 +13815000 15.0004480672 12.8 0 0 +13815900 15.0004480672 12.8 0 0 +13816800 15.0004480672 12.8 0 0 +13817700 15.0004480672 12.725 0 0 +13818600 15.0004480672 12.575 0 0 +13819500 15.0004480672 12.425 0 0 +13820400 15.0004480672 12.275 0 0 +13821300 15.0004480672 12.1375 0 0 +13822200 15.0004480672 12.0125 0 0 +13823100 15.0004480672 11.8875 0 0 +13824000 15.0004480672 11.7625 0 0 +13824900 15.0004480672 11.7 0 0 +13825800 15.0004480672 11.7 0 0 +13826700 15.0004480672 11.7 0 0 +13827600 15.0004480672 11.7 0 0 +13828500 15.0004480672 11.7 0 0 +13829400 15.0004480672 11.7 0 0 +13830300 15.0004480672 11.7 0 0 +13831200 15.0004480672 11.7 0 0 +13832100 15.0004480672 11.625 0 0 +13833000 15.0004480672 11.475 0 0 +13833900 15.0004480672 11.325 0 0 +13834800 15.0004480672 11.175 0 0 +13835700 15.0004480672 11.1 0 0 +13836600 15.0004480672 11.1 0 0 +13837500 15.0004480672 11.1 0 0 +13838400 15.0004480672 11.1 0 0 +13839300 15.0004480672 11.1 0 0 +13840200 15.0004480672 11.1 0 0 +13841100 15.0004480672 11.1 0 0 +13842000 15.0004480672 11.1 0 0 +13842900 15.0004480672 11.175 14.5333448006 0 +13843800 15.0004480672 11.325 28.5708187832 0 +13844700 15.0004480672 11.475 40.369820434 0 +13845600 15.0004480672 11.625 49.193608226 0 +13846500 15.0004480672 11.8375 63.3275554946 0 +13847400 15.0076079717 15.9275709723 65.5654063305 0.0555555556 +13848300 15.0004480672 26.6931326591 92.7565126274 0 +13849200 15.0076079717 16.0871471362 122.7689019099 0.0555555556 +13850100 15.0004480672 37.9335487101 200.0149544524 0 +13851000 15.0076079717 17.3692424964 240.7234187088 0.0555555556 +13851900 15.0076079717 17.8902693763 282.1212841917 0.0555555556 +13852800 15.0076079717 18.5347465129 323.6103971195 0.0555555556 +13853700 15.0076079717 19.9131012234 408.6563358444 0.0555555556 +13854600 15.0076079717 20.8423746195 453.0540646227 0.0555555556 +13855500 15.0076079717 21.8645936652 496.1314836548 0.0555555556 +13856400 15.0076079717 22.6698837006 537.5451779798 0.0555555556 +13857300 15.0076079717 23.9182873587 610.0643806697 0.0555555556 +13858200 15.0076079717 24.6871013422 649.2096276875 0.0555555556 +13859100 15.0076079717 25.4116289924 685.7600844098 0.0555555556 +13860000 15.0076079717 26.0859098498 719.4952125436 0.0555555556 +13860900 15.0076079717 26.5640877051 743.2226332291 0.0555555556 +13861800 15.0076079717 27.0917385811 770.3814432233 0.0555555556 +13862700 15.0076079717 27.5570634004 794.2547964584 0.0555555556 +13863600 15.0076079717 27.9568877289 814.7143147091 0.0555555556 +13864500 15.0076079717 28.9867161433 875.5247371652 0.0555555556 +13865400 15.0076079717 29.2829482784 889.575441012 0.0555555556 +13866300 15.0076079717 29.5033801059 899.7468116113 0.0555555556 +13867200 15.0076079717 29.6467661178 905.9869459108 0.0555555556 +13868100 15.0076079717 29.7385802994 910.8082326786 0.0555555556 +13869000 15.0076079717 29.7051894163 909.1065943711 0.0555555556 +13869900 15.0076079717 29.5938141768 903.4288598117 0.0555555556 +13870800 15.0076079717 29.4051434101 893.8038554645 0.0555555556 +13871700 15.0076079717 29.0237644737 871.972347151 0.0555555556 +13872600 15.0076079717 28.6964390737 854.7737572194 0.0555555556 +13873500 15.0076079717 28.2973547063 833.8693562929 0.0555555556 +13874400 15.0076079717 27.8291991359 809.3688626163 0.0555555556 +13875300 15.0076079717 27.0424191206 764.3187428515 0.0555555556 +13876200 15.0076079717 26.4470676636 733.677387937 0.0555555556 +13877100 15.0076079717 25.7951240592 699.9614123198 0.0555555556 +13878000 15.0076079717 25.0916773215 663.365169717 0.0555555556 +13878900 15.0076079717 23.6524083973 576.8473620045 0.0555555556 +13879800 15.0076079717 22.9145322576 538.4581000905 0.0555555556 +13880700 15.0076079717 22.1481596906 498.1096177653 0.0555555556 +13881600 15.0076079717 21.1971574225 456.0928100256 0.0555555556 +13882500 15.0076079717 19.6972467137 370.9218492991 0.0555555556 +13883400 15.0076079717 18.9336947062 330.5512808155 0.0555555556 +13884300 15.0076079717 18.283182997 289.718865843 0.0555555556 +13885200 15.0076079717 17.7493092638 248.8991688099 0.0555555556 +13886100 15.0004480672 36.9010141079 177.9523698769 0 +13887000 15.0076079717 16.607955058 142.6650515322 0.0555555556 +13887900 15.0004480672 32.9090415921 109.3623547928 0 +13888800 15.0076079717 16.4280142871 78.9388299618 0.0555555556 +13889700 15.0004480672 15.8875 64.5205285193 0 +13890600 15.0004480672 15.4625 58.2499898407 0 +13891500 15.0004480672 15.0375 48.9493448279 0 +13892400 15.0004480672 14.6125 35.8902781859 0 +13893300 15.0004480672 14.2625 11.7579678879 0 +13894200 15.0004480672 13.9875 2.1636429213 0 +13895100 15.0004480672 13.7125 0 0 +13896000 15.0004480672 13.4375 0 0 +13896900 15.0004480672 13.2375 0 0 +13897800 15.0004480672 13.1125 0 0 +13898700 15.0004480672 12.9875 0 0 +13899600 15.0004480672 12.8625 0 0 +13900500 15.0004480672 12.725 0 0 +13901400 15.0004480672 12.575 0 0 +13902300 15.0004480672 12.425 0 0 +13903200 15.0004480672 12.275 0 0 +13904100 15.0004480672 12.1375 0 0 +13905000 15.0004480672 12.0125 0 0 +13905900 15.0004480672 11.8875 0 0 +13906800 15.0004480672 11.7625 0 0 +13907700 15.0004480672 11.7 0 0 +13908600 15.0004480672 11.7 0 0 +13909500 15.0004480672 11.7 0 0 +13910400 15.0004480672 11.7 0 0 +13911300 15.0004480672 11.7 0 0 +13912200 15.0004480672 11.7 0 0 +13913100 15.0004480672 11.7 0 0 +13914000 15.0004480672 11.7 0 0 +13914900 15.0004480672 11.625 0 0 +13915800 15.0004480672 11.475 0 0 +13916700 15.0004480672 11.325 0 0 +13917600 15.0004480672 11.175 0 0 +13918500 15.0004480672 11.0375 0 0 +13919400 15.0004480672 10.9125 0 0 +13920300 15.0004480672 10.7875 0 0 +13921200 15.0004480672 10.6625 0 0 +13922100 15.0004480672 10.6 0 0 +13923000 15.0004480672 10.6 0 0 +13923900 15.0004480672 10.6 0 0 +13924800 15.0004480672 10.6 0 0 +13925700 15.0004480672 10.6 0 0 +13926600 15.0004480672 10.6 0 0 +13927500 15.0004480672 10.6 0 0 +13928400 15.0004480672 10.6 0 0 +13929300 15.0004480672 10.7375 13.7218311852 0 +13930200 15.0004480672 11.0125 26.3286619786 0 +13931100 15.0004480672 11.2875 34.8141926405 0 +13932000 15.0004480672 11.5625 38.1926260169 0 +13932900 15.0004480672 12.0375 53.809364204 0 +13933800 15.0004480672 24.8008242067 52.0639592817 0 +13934700 15.0004480672 24.912491702 82.1621744632 0 +13935600 15.0076079717 15.9110746673 115.7065682726 0.0555555556 +13936500 15.0004480672 37.5164065474 197.1150471004 0 +13937400 15.0076079717 17.3155214533 240.6000274747 0.0555555556 +13938300 15.0076079717 17.8637174362 284.8239422947 0.0555555556 +13939200 15.0076079717 18.5560429808 329.1217400531 0.0555555556 +13940100 15.0076079717 19.9728477915 412.4541098375 0.0555555556 +13941000 15.0076079717 20.9513034075 458.7511284599 0.0555555556 +13941900 15.0076079717 22.0412506263 503.646982621 0.0555555556 +13942800 15.0076079717 22.8835138742 546.7854936357 0.0555555556 +13943700 15.0076079717 24.1137028276 617.0462164976 0.0555555556 +13944600 15.0076079717 24.9177889859 657.3737313937 0.0555555556 +13945500 15.0076079717 25.6753890076 695.0181027337 0.0555555556 +13946400 15.0076079717 26.3802943867 729.7556685594 0.0555555556 +13947300 15.0076079717 27.2878798377 779.9546846195 0.0555555556 +13948200 15.0076079717 27.8804008561 808.9137383989 0.0555555556 +13949100 15.0076079717 28.4053935094 834.3697334057 0.0555555556 +13950000 15.0076079717 28.8594576466 856.1887257796 0.0555555556 +13950900 15.0076079717 29.4069421328 884.9480470513 0.0555555556 +13951800 15.0076079717 29.7451846865 899.332256656 0.0555555556 +13952700 15.0076079717 30.0047395664 909.7593770976 0.0555555556 +13953600 15.0076079717 30.1843254583 916.1770391718 0.0555555556 +13954500 15.0076079717 30.2752888224 919.9390934504 0.0555555556 +13955400 15.0076079717 30.2418551147 918.2597475711 0.0555555556 +13956300 15.0076079717 30.1278282837 912.5303488952 0.0555555556 +13957200 15.0076079717 29.9339057225 902.7795317939 0.0555555556 +13958100 15.0076079717 29.5797657453 882.8685758928 0.0555555556 +13959000 15.0076079717 29.2408045892 865.3509684538 0.0555555556 +13959900 15.0076079717 28.8273709419 844.043539744 0.0555555556 +13960800 15.0076079717 28.342214891 819.056305549 0.0555555556 +13961700 15.0076079717 27.5439596519 775.197950093 0.0555555556 +13962600 15.0076079717 26.8724148032 743.8059410965 0.0555555556 +13963500 15.0076079717 26.1413368935 709.2466529975 0.0555555556 +13964400 15.0076079717 25.3559799336 671.7159473671 0.0555555556 +13965300 15.0076079717 24.2031030549 607.729485797 0.0555555556 +13966200 15.0076079717 23.3777945556 566.2905215058 0.0555555556 +13967100 15.0076079717 22.5205058047 522.6975703456 0.0555555556 +13968000 15.0076079717 21.4459622668 477.2599994334 0.0555555556 +13968900 15.0076079717 19.9444016634 397.8406697256 0.0555555556 +13969800 15.0076079717 19.0944253777 352.5978428987 0.0555555556 +13970700 15.0076079717 18.3835382698 306.781334069 0.0555555556 +13971600 15.0076079717 17.8164788659 260.9349930259 0.0555555556 +13972500 15.0004480672 35.8234215415 177.6571671916 0 +13973400 15.0076079717 16.4697598422 138.7196219702 0.0555555556 +13974300 15.0004480672 31.4145225385 102.0455480456 0 +13975200 15.0076079717 16.313864219 68.7490721281 0.0555555556 +13976100 15.0004480672 15.8875 35.3264115204 0 +13977000 15.0004480672 15.4625 38.9834654648 0 +13977900 15.0004480672 15.0375 38.2167159435 0 +13978800 15.0004480672 14.6125 31.0805004018 0 +13979700 15.0004480672 14.2625 13.0967314246 0 +13980600 15.0004480672 13.9875 2.610618848 0 +13981500 15.0004480672 13.7125 0 0 +13982400 15.0004480672 13.4375 0 0 +13983300 15.0004480672 13.2375 0 0 +13984200 15.0004480672 13.1125 0 0 +13985100 15.0004480672 12.9875 0 0 +13986000 15.0004480672 12.8625 0 0 +13986900 15.0004480672 12.8 0 0 +13987800 15.0004480672 12.8 0 0 +13988700 15.0004480672 12.8 0 0 +13989600 15.0004480672 12.8 0 0 +13990500 15.0004480672 12.8 0 0 +13991400 15.0004480672 12.8 0 0 +13992300 15.0004480672 12.8 0 0 +13993200 15.0004480672 12.8 0 0 +13994100 15.0004480672 12.725 0 0 +13995000 15.0004480672 12.575 0 0 +13995900 15.0004480672 12.425 0 0 +13996800 15.0004480672 12.275 0 0 +13997700 15.0004480672 12.2 0 0 +13998600 15.0004480672 12.2 0 0 +13999500 15.0004480672 12.2 0 0 +14000400 15.0004480672 12.2 0 0 +14001300 15.0004480672 12.1375 0 0 +14002200 15.0004480672 12.0125 0 0 +14003100 15.0004480672 11.8875 0 0 +14004000 15.0004480672 11.7625 0 0 +14004900 15.0004480672 11.7 0 0 +14005800 15.0004480672 11.7 0 0 +14006700 15.0004480672 11.7 0 0 +14007600 15.0004480672 11.7 0 0 +14008500 15.0004480672 11.625 0 0 +14009400 15.0004480672 11.475 0 0 +14010300 15.0004480672 11.325 0 0 +14011200 15.0004480672 11.175 0 0 +14012100 15.0004480672 11.1 0 0 +14013000 15.0004480672 11.1 0 0 +14013900 15.0004480672 11.1 0 0 +14014800 15.0004480672 11.1 0 0 +14015700 15.0004480672 11.3125 15.3514345339 0 +14016600 15.0004480672 11.7375 30.4914601712 0 +14017500 15.0004480672 12.1625 45.1593192072 0 +14018400 15.0004480672 12.5875 59.0723840694 0 +14019300 15.0004480672 13 75.4526177734 0 +14020200 15.0076079717 16.2069139819 83.484136604 0.0555555556 +14021100 15.0004480672 31.3061013481 106.1273320997 0 +14022000 15.0076079717 16.5544605839 130.4277801493 0.0555555556 +14022900 15.0076079717 17.2434764938 189.4238139347 0.0555555556 +14023800 15.0076079717 17.6011400882 221.3582763362 0.0555555556 +14024700 15.0076079717 18.030726496 253.7190332204 0.0555555556 +14025600 15.0076079717 18.5333993582 286.1000169737 0.0555555556 +14026500 15.0076079717 20.051328907 396.8345844458 0.0555555556 +14027400 15.0076079717 20.8630834102 437.5860125686 0.0555555556 +14028300 15.0076079717 21.7576573802 477.1524629609 0.0555555556 +14029200 15.0076079717 22.4732225546 515.2203348674 0.0555555556 +14030100 15.0076079717 23.7210959854 590.5389243136 0.0555555556 +14031000 15.0076079717 24.4138230639 627.2790405505 0.0555555556 +14031900 15.0076079717 25.0665700659 661.6095158559 0.0555555556 +14032800 15.0076079717 25.6738886085 693.3196931147 0.0555555556 +14033700 15.0076079717 26.4584189251 736.5645012444 0.0555555556 +14034600 15.0076079717 26.9903426515 763.0350058496 0.0555555556 +14035500 15.0076079717 27.46325351 786.3220091001 0.0555555556 +14036400 15.0076079717 27.8741024304 806.298232864 0.0555555556 +14037300 15.0076079717 28.2018448175 831.2834196094 0.0555555556 +14038200 15.0076079717 28.4342523995 844.2254341204 0.0555555556 +14039100 15.0076079717 28.6006346749 853.6232354433 0.0555555556 +14040000 15.0076079717 28.6998759142 859.4274018744 0.0555555556 +14040900 15.0076079717 28.3516112062 838.2808218371 0.0555555556 +14041800 15.0076079717 28.3044815422 836.8690431441 0.0555555556 +14042700 15.0076079717 28.1915415394 831.9378627257 0.0555555556 +14043600 15.0076079717 28.0133704511 823.5131174703 0.0555555556 +14044500 15.0076079717 28.0171089374 825.0670041925 0.0555555556 +14045400 15.0076079717 27.6911342434 809.4329479994 0.0555555556 +14046300 15.0076079717 27.3021404785 790.412702081 0.0555555556 +14047200 15.0076079717 26.8525019409 768.1088443423 0.0555555556 +14048100 15.0076079717 25.4756988064 686.5443649764 0.0555555556 +14049000 15.0076079717 24.9982570159 660.5951851334 0.0555555556 +14049900 15.0076079717 24.4752767344 632.045460435 0.0555555556 +14050800 15.0076079717 23.9108032661 601.0633126213 0.0555555556 +14051700 15.0076079717 21.5713204586 450.8923020666 0.0555555556 +14052600 15.0076079717 21.1187238131 425.4327109662 0.0555555556 +14053500 15.0076079717 20.6471240833 398.6400772473 0.0555555556 +14054400 15.0076079717 20.0990765295 370.6894258592 0.0555555556 +14055300 15.0076079717 19.3168568455 330.4610489384 0.0555555556 +14056200 15.0076079717 18.7881863558 300.0977548015 0.0555555556 +14057100 15.0076079717 18.3117834179 269.2871416433 0.0555555556 +14058000 15.0076079717 17.8896977258 238.326033998 0.0555555556 +14058900 15.0004480672 36.0619553765 138.9905793952 0 +14059800 15.0076079717 16.5689658773 122.2891997653 0.0555555556 +14060700 15.0004480672 31.2397379858 105.7057747684 0 +14061600 15.0076079717 16.1576687499 89.3832150944 0.0555555556 +14062500 15.0015020533 13.2375 76.9622303839 0 +14063400 15.0004480672 13.1125 62.5816124218 0 +14064300 15.0004480672 12.9875 47.9455071598 0 +14065200 15.0004480672 12.8625 33.0684298329 0 +14066100 15.0004480672 12.725 11.6697211383 0 +14067000 15.0004480672 12.575 2.4557622613 0 +14067900 15.0004480672 12.425 0 0 +14068800 15.0004480672 12.275 0 0 +14069700 15.0004480672 12.2 0 0 +14070600 15.0004480672 12.2 0 0 +14071500 15.0004480672 12.2 0 0 +14072400 15.0004480672 12.2 0 0 +14073300 15.0004480672 12.2 0 0 +14074200 15.0004480672 12.2 0 0 +14075100 15.0004480672 12.2 0 0 +14076000 15.0004480672 12.2 0 0 +14076900 15.0004480672 12.2 0 0 +14077800 15.0004480672 12.2 0 0 +14078700 15.0004480672 12.2 0 0 +14079600 15.0004480672 12.2 0 0 +14080500 15.0004480672 12.1375 0 0 +14081400 15.0004480672 12.0125 0 0 +14082300 15.0004480672 11.8875 0 0 +14083200 15.0004480672 11.7625 0 0 +14084100 15.0004480672 11.7625 0 0 +14085000 15.0004480672 11.8875 0 0 +14085900 15.0004480672 12.0125 0 0 +14086800 15.0004480672 12.1375 0 0 +14087700 15.0004480672 12.1375 0 0 +14088600 15.0004480672 12.0125 0 0 +14089500 15.0004480672 11.8875 0 0 +14090400 15.0004480672 11.7625 0 0 +14091300 15.0004480672 11.7 0 0 +14092200 15.0004480672 11.7 0 0 +14093100 15.0004480672 11.7 0 0 +14094000 15.0004480672 11.7 0 0 +14094900 15.0004480672 11.625 0 0 +14095800 15.0004480672 11.475 0 0 +14096700 15.0004480672 11.325 0 0 +14097600 15.0004480672 11.175 0 0 +14098500 15.0004480672 11.1 0 0 +14099400 15.0004480672 11.1 0 0 +14100300 15.0004480672 11.1 0 0 +14101200 15.0004480672 11.1 0 0 +14102100 15.0004480672 11.175 9.5170587836 0 +14103000 15.0004480672 11.325 18.9843959878 0 +14103900 15.0004480672 11.475 28.5806950454 0 +14104800 15.0004480672 11.625 38.2648631304 0 +14105700 15.0004480672 11.7 46.7409751244 0 +14106600 15.0004480672 21.6380991613 56.2218238625 0 +14107500 15.0004480672 23.2391801745 65.6666826136 0 +14108400 15.0004480672 24.8096080563 75.0351070426 0 +14109300 15.0076079717 15.929338424 82.2352385539 0.0555555556 +14110200 15.0004480672 27.8772417225 91.1095317028 0 +14111100 15.0076079717 16.2228898121 99.793455996 0.0555555556 +14112000 15.0004480672 31.2061545778 108.2498255364 0 +14112900 15.0076079717 19.0849763454 303.2435099359 0.0555555556 +14113800 15.0076079717 19.4284890315 325.146178985 0.0555555556 +14114700 15.0076079717 19.7694826768 346.1969808939 0.0555555556 +14115600 15.0076079717 20.0811987739 366.2884612036 0.0555555556 +14116500 15.0076079717 22.4263492385 522.5503271357 0.0555555556 +14117400 15.0076079717 23.02002466 553.2738770478 0.0555555556 +14118300 15.0076079717 23.5810638025 581.9887492864 0.0555555556 +14119200 15.0076079717 24.1052224211 608.5193633274 0.0555555556 +14120100 15.0076079717 24.1130401853 605.8915181136 0.0555555556 +14121000 15.0076079717 24.4948615152 626.1325616773 0.0555555556 +14121900 15.0076079717 24.8342615368 643.9458167986 0.0555555556 +14122800 15.0076079717 25.1291084107 659.2336779601 0.0555555556 +14123700 15.0076079717 26.2676090673 717.5921294849 0.0555555556 +14124600 15.0076079717 26.4669826723 728.7911312914 0.0555555556 +14125500 15.0076079717 26.6089955297 736.9355689789 0.0555555556 +14126400 15.0076079717 26.692673616 741.9823750277 0.0555555556 +14127300 15.0076079717 24.2033041782 592.2849135141 0.0555555556 +14128200 15.0076079717 24.1980521314 591.3617183911 0.0555555556 +14129100 15.0076079717 24.1494968614 588.055322778 0.0555555556 +14130000 15.0076079717 24.0580096648 582.3831277567 0.0555555556 +14130900 15.0076079717 27.8800974185 815.8713180713 0.0555555556 +14131800 15.0076079717 27.5936678483 800.3116267952 0.0555555556 +14132700 15.0076079717 27.2435840336 781.3698572221 0.0555555556 +14133600 15.0076079717 26.8322390164 759.147844867 0.0555555556 +14134500 15.0076079717 26.0861375187 719.5644018332 0.0555555556 +14135400 15.0076079717 25.5670148618 692.1056117371 0.0555555556 +14136300 15.0076079717 24.9992081482 661.8877688183 0.0555555556 +14137200 15.0076079717 24.3870646395 629.0886779122 0.0555555556 +14138100 15.0076079717 22.7963138011 528.5572527743 0.0555555556 +14139000 15.0076079717 22.1955119708 495.5027852148 0.0555555556 +14139900 15.0076079717 21.5706164947 460.7630536901 0.0555555556 +14140800 15.0076079717 20.8123919736 424.5857983617 0.0555555556 +14141700 15.0076079717 19.7154290359 364.2540734577 0.0555555556 +14142600 15.0076079717 19.0535342151 327.5075933169 0.0555555556 +14143500 15.0076079717 18.4769736529 290.310636196 0.0555555556 +14144400 15.0076079717 17.9886694856 253.0664760763 0.0555555556 +14145300 15.0076079717 17.282915506 186.7666864595 0.0555555556 +14146200 15.0076079717 17.0123806874 157.6889962429 0.0555555556 +14147100 15.0004480672 36.3415154731 129.7752359125 0 +14148000 15.0076079717 16.619178379 103.5355126545 0.0555555556 +14148900 15.0004480672 14.8625 73.0772951271 0 +14149800 15.0004480672 14.5875 62.4294257763 0 +14150700 15.0004480672 14.3125 50.1646177717 0 +14151600 15.0004480672 14.0375 35.9837313083 0 +14152500 15.0004480672 13.6875 14.4362908071 0 +14153400 15.0004480672 13.2625 3.2205634424 0 +14154300 15.0004480672 12.8375 0 0 +14155200 15.0004480672 12.4125 0 0 +14156100 15.0004480672 12.2 0 0 +14157000 15.0004480672 12.2 0 0 +14157900 15.0004480672 12.2 0 0 +14158800 15.0004480672 12.2 0 0 +14159700 15.0004480672 12.2 0 0 +14160600 15.0004480672 12.2 0 0 +14161500 15.0004480672 12.2 0 0 +14162400 15.0004480672 12.2 0 0 +14163300 15.0004480672 12.0625 0 0 +14164200 15.0004480672 11.7875 0 0 +14165100 15.0004480672 11.5125 0 0 +14166000 15.0004480672 11.2375 0 0 +14166900 15.0004480672 11.175 0 0 +14167800 15.0004480672 11.325 0 0 +14168700 15.0004480672 11.475 0 0 +14169600 15.0004480672 11.625 0 0 +14170500 15.0004480672 11.5625 0 0 +14171400 15.0004480672 11.2875 0 0 +14172300 15.0004480672 11.0125 0 0 +14173200 15.0004480672 10.7375 0 0 +14174100 15.0004480672 10.6 0 0 +14175000 15.0004480672 10.6 0 0 +14175900 15.0004480672 10.6 0 0 +14176800 15.0004480672 10.6 0 0 +14177700 15.0004480672 10.525 0 0 +14178600 15.0004480672 10.375 0 0 +14179500 15.0004480672 10.225 0 0 +14180400 15.0004480672 10.075 0 0 +14181300 15.0004480672 10.075 0 0 +14182200 15.0004480672 10.225 0 0 +14183100 15.0004480672 10.375 0 0 +14184000 15.0004480672 10.525 0 0 +14184900 15.0004480672 10.525 0 0 +14185800 15.0004480672 10.375 0 0 +14186700 15.0004480672 10.225 0 0 +14187600 15.0004480672 10.075 0 0 +14188500 15.0004480672 10.2125 13.4545590656 0 +14189400 15.0004480672 10.6375 25.7855316086 0 +14190300 15.0004480672 11.0625 34.4350425537 0 +14191200 15.0004480672 11.4875 38.4786622974 0 +14192100 15.0004480672 11.975 52.3965283644 0 +14193000 15.0004480672 24.2885978873 48.6739401024 0 +14193900 15.0004480672 24.1169306851 78.706536091 0 +14194800 15.0076079717 15.8237885291 112.2543657136 0.0555555556 +14195700 15.0004480672 35.5449057587 182.9800866882 0 +14196600 15.0076079717 17.1097596012 222.9092560345 0.0555555556 +14197500 15.0076079717 17.6124967183 263.5663045692 0.0555555556 +14198400 15.0076079717 18.24730526 304.340101785 0.0555555556 +14199300 15.0076079717 19.794246927 398.2798573612 0.0555555556 +14200200 15.0076079717 20.6962440788 442.4206592172 0.0555555556 +14201100 15.0076079717 21.7074714361 485.2643149483 0.0555555556 +14202000 15.0076079717 22.5038755741 526.4674961257 0.0555555556 +14202900 15.0076079717 23.6415944307 591.2546107361 0.0555555556 +14203800 15.0076079717 24.4177104795 630.0677850004 0.0555555556 +14204700 15.0076079717 25.1494007849 666.3189349381 0.0555555556 +14205600 15.0076079717 25.830656993 699.7911970072 0.0555555556 +14206500 15.0076079717 26.0964585511 708.9808065432 0.0555555556 +14207400 15.0076079717 26.6472274514 735.3509379515 0.0555555556 +14208300 15.0076079717 27.1369725532 758.5567197467 0.0555555556 +14209200 15.0076079717 27.5625716446 778.4740219183 0.0555555556 +14210100 15.0076079717 28.6001571203 839.3009671794 0.0555555556 +14211000 15.0076079717 28.8649821645 853.0894499105 0.0555555556 +14211900 15.0076079717 29.0554738086 863.1296521374 0.0555555556 +14212800 15.0076079717 29.1703916098 869.3707583292 0.0555555556 +14213700 15.0076079717 29.2460831565 873.9827847606 0.0555555556 +14214600 15.0076079717 29.2269809051 872.5478714677 0.0555555556 +14215500 15.0076079717 29.1313569849 867.2698801795 0.0555555556 +14216400 15.0076079717 28.959856806 858.175391371 0.0555555556 +14217300 15.0076079717 28.3026731342 819.9272327073 0.0555555556 +14218200 15.0076079717 27.9624569073 803.8590308916 0.0555555556 +14219100 15.0076079717 27.5532003243 784.2811442194 0.0555555556 +14220000 15.0076079717 27.0774420788 761.2958118138 0.0555555556 +14220900 15.0076079717 26.7023008025 743.5751777126 0.0555555556 +14221800 15.0076079717 26.1015807727 713.6761251851 0.0555555556 +14222700 15.0076079717 25.4439752285 680.7438709717 0.0555555556 +14223600 15.0076079717 24.7344901386 644.9659629606 0.0555555556 +14224500 15.0076079717 23.5491124884 576.1226055966 0.0555555556 +14225400 15.0076079717 22.7916080884 537.1589361049 0.0555555556 +14226300 15.0076079717 22.0036866755 496.1652577047 0.0555555556 +14227200 15.0076079717 21.0124891462 453.4334989836 0.0555555556 +14228100 15.0076079717 19.2202159865 344.2789793059 0.0555555556 +14229000 15.0076079717 18.4802825644 306.3221581993 0.0555555556 +14229900 15.0076079717 17.8536473463 267.9155991636 0.0555555556 +14230800 15.0076079717 17.344130071 229.5081577693 0.0555555556 +14231700 15.0004480672 32.8142567577 165.2121973406 0 +14232600 15.0076079717 16.2572648614 131.2119748804 0.0555555556 +14233500 15.0004480672 28.72055964 99.1361954257 0 +14234400 15.0076079717 16.0898408574 69.8811969096 0.0555555556 +14235300 15.0015020533 13.7625 36.2514034461 0 +14236200 15.0004480672 13.4875 38.7800120118 0 +14237100 15.0004480672 13.2125 37.3906521548 0 +14238000 15.0004480672 12.9375 30.4842447315 0 +14238900 15.0004480672 12.6625 15.1933118714 0 +14239800 15.0004480672 12.3875 3.6060635877 0 +14240700 15.0004480672 12.1125 0 0 +14241600 15.0004480672 11.8375 0 0 +14242500 15.0004480672 11.7625 0 0 +14243400 15.0004480672 11.8875 0 0 +14244300 15.0004480672 12.0125 0 0 +14245200 15.0004480672 12.1375 0 0 +14246100 15.0004480672 12.1375 0 0 +14247000 15.0004480672 12.0125 0 0 +14247900 15.0004480672 11.8875 0 0 +14248800 15.0004480672 11.7625 0 0 +14249700 15.0004480672 11.625 0 0 +14250600 15.0004480672 11.475 0 0 +14251500 15.0004480672 11.325 0 0 +14252400 15.0004480672 11.175 0 0 +14253300 15.0004480672 11.1 0 0 +14254200 15.0004480672 11.1 0 0 +14255100 15.0004480672 11.1 0 0 +14256000 15.0004480672 11.1 0 0 +14256900 15.0004480672 11.1 0 0 +14257800 15.0004480672 11.1 0 0 +14258700 15.0004480672 11.1 0 0 +14259600 15.0004480672 11.1 0 0 +14260500 15.0004480672 11.1 0 0 +14261400 15.0004480672 11.1 0 0 +14262300 15.0004480672 11.1 0 0 +14263200 15.0004480672 11.1 0 0 +14264100 15.0004480672 11.1 0 0 +14265000 15.0004480672 11.1 0 0 +14265900 15.0004480672 11.1 0 0 +14266800 15.0004480672 11.1 0 0 +14267700 15.0004480672 11.1 0 0 +14268600 15.0004480672 11.1 0 0 +14269500 15.0004480672 11.1 0 0 +14270400 15.0004480672 11.1 0 0 +14271300 15.0004480672 11.0375 0 0 +14272200 15.0004480672 10.9125 0 0 +14273100 15.0004480672 10.7875 0 0 +14274000 15.0004480672 10.6625 0 0 +14274900 15.0004480672 10.6 9.1658399947 0 +14275800 15.0004480672 10.6 18.2809349033 0 +14276700 15.0004480672 10.6 27.5213501979 0 +14277600 15.0004480672 10.6 36.8475170015 0 +14278500 15.0004480672 10.6 42.6730012507 0 +14279400 15.0004480672 19.7017856673 51.3311030022 0 +14280300 15.0004480672 21.1735229473 59.9573765186 0 +14281200 15.0004480672 22.6184575093 68.5148827722 0 +14282100 15.0004480672 23.5748584146 73.8527695949 0 +14283000 15.0076079717 15.839767809 81.8270032848 0.0555555556 +14283900 15.0004480672 26.4350723334 89.6312146628 0 +14284800 15.0076079717 16.0790588884 97.2319848977 0.0555555556 +14285700 15.0004480672 31.0899473566 117.2986141113 0 +14286600 15.0076079717 16.4829985249 125.2577342895 0.0555555556 +14287500 15.0004480672 33.5486373592 132.882758992 0 +14288400 15.0076079717 16.6948608716 140.1410366923 0.0555555556 +14289300 15.0004480672 37.167025903 155.3792038796 0 +14290200 15.0076079717 17.0414781553 162.1790830389 0.0555555556 +14291100 15.0076079717 17.1533131633 168.4982917679 0.0555555556 +14292000 15.0076079717 17.2578755482 174.3097702446 0.0555555556 +14292900 15.0076079717 23.8620297231 615.2558372874 0.0555555556 +14293800 15.0076079717 24.2329730956 634.6737903222 0.0555555556 +14294700 15.0076079717 24.5651905099 651.7658897262 0.0555555556 +14295600 15.0076079717 24.8568508441 666.4416652678 0.0555555556 +14296500 15.0076079717 27.8089672401 818.9076065117 0.0555555556 +14297400 15.0076079717 28.0964174205 832.1179972757 0.0555555556 +14298300 15.0076079717 28.3151159129 841.7531322424 0.0555555556 +14299200 15.0076079717 28.4638876773 847.7628433158 0.0555555556 +14300100 15.0076079717 28.8829632492 871.6754347959 0.0555555556 +14301000 15.0076079717 28.8683435905 870.3234072353 0.0555555556 +14301900 15.0076079717 28.7809704517 865.2079761354 0.0555555556 +14302800 15.0076079717 28.6214618192 856.3555402923 0.0555555556 +14303700 15.0076079717 27.6545336126 798.7460037335 0.0555555556 +14304600 15.0076079717 27.3624099514 783.5272688003 0.0555555556 +14305500 15.0076079717 27.0070215761 764.9771884544 0.0555555556 +14306400 15.0076079717 26.5907294404 743.1952833446 0.0555555556 +14307300 15.0076079717 26.1071343681 716.4089117319 0.0555555556 +14308200 15.0076079717 25.5743854112 688.4904455893 0.0555555556 +14309100 15.0076079717 24.9904819464 657.749732923 0.0555555556 +14310000 15.0076079717 24.3599828805 624.3667021003 0.0555555556 +14310900 15.0076079717 23.2566128058 559.2949354509 0.0555555556 +14311800 15.0076079717 22.5594203153 523.1127245059 0.0555555556 +14312700 15.0076079717 21.8352124135 485.0715547618 0.0555555556 +14313600 15.0076079717 20.9497774562 445.4448688569 0.0555555556 +14314500 15.0076079717 19.4233191898 340.9166963813 0.0555555556 +14315400 15.0076079717 18.8411749318 308.2975724776 0.0555555556 +14316300 15.0076079717 18.325021211 275.2365415735 0.0555555556 +14317200 15.0076079717 17.8773205671 242.0713173751 0.0555555556 +14318100 15.0004480672 37.9239313282 151.5970218552 0 +14319000 15.0076079717 16.7088049267 132.6772075288 0.0555555556 +14319900 15.0004480672 32.6371762038 114.0214398543 0 +14320800 15.0076079717 16.2661951764 95.8226399075 0.0555555556 +14321700 15.0015020533 13.1625 68.5036999659 0 +14322600 15.0004480672 12.8875 58.417566509 0 +14323500 15.0004480672 12.6125 46.9567871568 0 +14324400 15.0004480672 12.3375 33.8664340729 0 +14325300 15.0004480672 12.1375 14.1621566846 0 +14326200 15.0004480672 12.0125 3.4946975649 0 +14327100 15.0004480672 11.8875 0 0 +14328000 15.0004480672 11.7625 0 0 +14328900 15.0004480672 11.7 0 0 +14329800 15.0004480672 11.7 0 0 +14330700 15.0004480672 11.7 0 0 +14331600 15.0004480672 11.7 0 0 +14332500 15.0004480672 11.7 0 0 +14333400 15.0004480672 11.7 0 0 +14334300 15.0004480672 11.7 0 0 +14335200 15.0004480672 11.7 0 0 +14336100 15.0004480672 11.7 0 0 +14337000 15.0004480672 11.7 0 0 +14337900 15.0004480672 11.7 0 0 +14338800 15.0004480672 11.7 0 0 +14339700 15.0004480672 11.7 0 0 +14340600 15.0004480672 11.7 0 0 +14341500 15.0004480672 11.7 0 0 +14342400 15.0004480672 11.7 0 0 +14343300 15.0004480672 11.7 0 0 +14344200 15.0004480672 11.7 0 0 +14345100 15.0004480672 11.7 0 0 +14346000 15.0004480672 11.7 0 0 +14346900 15.0004480672 11.7 0 0 +14347800 15.0004480672 11.7 0 0 +14348700 15.0004480672 11.7 0 0 +14349600 15.0004480672 11.7 0 0 +14350500 15.0004480672 11.7 0 0 +14351400 15.0004480672 11.7 0 0 +14352300 15.0004480672 11.7 0 0 +14353200 15.0004480672 11.7 0 0 +14354100 15.0004480672 11.625 0 0 +14355000 15.0004480672 11.475 0 0 +14355900 15.0004480672 11.325 0 0 +14356800 15.0004480672 11.175 0 0 +14357700 15.0004480672 11.0375 0 0 +14358600 15.0004480672 10.9125 0 0 +14359500 15.0004480672 10.7875 0 0 +14360400 15.0004480672 10.6625 0 0 +14361300 15.0004480672 10.6 7.3913491277 0 +14362200 15.0004480672 10.6 14.7610471266 0 +14363100 15.0004480672 10.6 22.2325444861 0 +14364000 15.0004480672 10.6 29.7738471075 0 +14364900 15.0004480672 10.6 35.8933946986 0 +14365800 15.0004480672 10.6 43.1809867799 0 +14366700 15.0004480672 19.5492443786 50.4422332448 0 +14367600 15.0004480672 20.7806934242 57.6460403213 0 +14368500 15.0004480672 24.1453353832 77.6527936124 0 +14369400 15.0076079717 15.8847465939 86.0423102713 0.0555555556 +14370300 15.0004480672 26.8784163269 94.2535054014 0 +14371200 15.0076079717 16.1154792456 102.2512174046 0.0555555556 +14372100 15.0076079717 18.0892679173 248.6698709333 0.0555555556 +14373000 15.0076079717 18.4028621743 267.6261933139 0.0555555556 +14373900 15.0076079717 18.7219129448 285.8971106333 0.0555555556 +14374800 15.0076079717 19.0078815058 303.3778591627 0.0555555556 +14375700 15.0004480672 37.3571476853 157.0316222226 0 +14376600 15.0076079717 17.0511753336 163.9101877078 0.0555555556 +14377500 15.0076079717 17.1541400237 170.303399579 0.0555555556 +14378400 15.0076079717 17.2497926126 176.1838811214 0.0555555556 +14379300 15.0076079717 17.3793874478 184.868682555 0.0555555556 +14380200 15.0076079717 17.4487090753 189.7385047487 0.0555555556 +14381100 15.0076079717 17.5096040816 194.0163593113 0.0555555556 +14382000 15.0076079717 17.5618117039 197.683927813 0.0555555556 +14382900 15.0076079717 17.6320508147 201.8503017719 0.0555555556 +14383800 15.0076079717 17.6882709305 204.266326596 0.0555555556 +14384700 15.0076079717 17.7351513292 206.0294091537 0.0555555556 +14385600 15.0076079717 17.7725845394 207.1319996548 0.0555555556 +14386500 15.0076079717 17.8075854207 208.4821856907 0.0555555556 +14387400 15.0076079717 17.81415217 208.2514660672 0.0555555556 +14388300 15.0076079717 17.811185964 207.3517144011 0.0555555556 +14389200 15.0076079717 17.7987416482 205.7867835672 0.0555555556 +14390100 15.0076079717 17.7652745156 202.6766925356 0.0555555556 +14391000 15.0076079717 17.7363389068 199.8168383556 0.0555555556 +14391900 15.0076079717 17.6983665748 196.3231003237 0.0555555556 +14392800 15.0076079717 17.6515704853 192.2104391624 0.0555555556 +14393700 15.0076079717 17.5481887476 184.9479103125 0.0555555556 +14394600 15.0076079717 17.4620904728 179.7247848602 0.0555555556 +14395500 15.0076079717 17.3681373068 173.9507984948 0.0555555556 +14396400 15.0076079717 17.2666812123 167.6506763123 0.0555555556 +14397300 15.0076079717 17.5241959454 186.1548650625 0.0555555556 +14398200 15.0076079717 17.4044394926 177.7420088467 0.0555555556 +14399100 15.0076079717 17.2774522984 168.8211934619 0.0555555556 +14400000 15.0076079717 17.1437785322 159.430619209 0.0555555556 +14400900 15.0004480672 37.0120112324 140.9889128946 0 +14401800 15.0076079717 16.7443310268 131.3695289737 0.0555555556 +14402700 15.0004480672 33.9450727188 121.4261711772 0 +14403600 15.0076079717 16.4572394827 111.20141849 0.0555555556 +14404500 15.0076079717 17.2279008712 172.3798101064 0.0555555556 +14405400 15.0004480672 37.9999278322 152.3060527466 0 +14406300 15.0076079717 16.7250107378 132.2972976381 0.0555555556 +14407200 15.0004480672 32.6255605201 112.511364667 0 +14408100 15.0004480672 13.2375 53.2125620304 0 +14409000 15.0004480672 13.1125 43.7768226088 0 +14409900 15.0004480672 12.9875 34.0339815941 0 +14410800 15.0004480672 12.8625 23.9644896078 0 +14411700 15.0004480672 12.6625 11.2310579534 0 +14412600 15.0004480672 12.3875 2.8944254462 0 +14413500 15.0004480672 12.1125 0 0 +14414400 15.0004480672 11.8375 0 0 +14415300 15.0004480672 11.7 0 0 +14416200 15.0004480672 11.7 0 0 +14417100 15.0004480672 11.7 0 0 +14418000 15.0004480672 11.7 0 0 +14418900 15.0004480672 11.625 0 0 +14419800 15.0004480672 11.475 0 0 +14420700 15.0004480672 11.325 0 0 +14421600 15.0004480672 11.175 0 0 +14422500 15.0004480672 11.1 0 0 +14423400 15.0004480672 11.1 0 0 +14424300 15.0004480672 11.1 0 0 +14425200 15.0004480672 11.1 0 0 +14426100 15.0004480672 11.0375 0 0 +14427000 15.0004480672 10.9125 0 0 +14427900 15.0004480672 10.7875 0 0 +14428800 15.0004480672 10.6625 0 0 +14429700 15.0004480672 10.525 0 0 +14430600 15.0004480672 10.375 0 0 +14431500 15.0004480672 10.225 0 0 +14432400 15.0004480672 10.075 0 0 +14433300 15.0004480672 10 0 0 +14434200 15.0004480672 10 0 0 +14435100 15.0004480672 10 0 0 +14436000 15.0004480672 10 0 0 +14436900 15.0004480672 10 0 0 +14437800 15.0004480672 10 0 0 +14438700 15.0004480672 10 0 0 +14439600 15.0004480672 10 0 0 +14440500 15.0004480672 10 0 0 +14441400 15.0004480672 10 0 0 +14442300 15.0004480672 10 0 0 +14443200 15.0004480672 10 0 0 +14444100 15.0004480672 10 0 0 +14445000 15.0004480672 10 0 0 +14445900 15.0004480672 10 0 0 +14446800 15.0004480672 10 0 0 +14447700 15.0004480672 10.075 13.6369532178 0 +14448600 15.0004480672 10.225 27.206662709 0 +14449500 15.0004480672 10.375 40.6206243959 0 +14450400 15.0004480672 10.525 53.7021037318 0 +14451300 15.0004480672 10.7375 109.4026597898 0 +14452200 15.0004480672 11.0125 127.063929725 0 +14453100 15.0076079717 16.8889615654 152.7740559431 0.0555555556 +14454000 15.0076079717 17.1944090452 179.5613724994 0.0555555556 +14454900 15.0076079717 17.0142736077 193.3152065738 0.0555555556 +14455800 15.0076079717 17.3693589879 228.2904291512 0.0555555556 +14456700 15.0076079717 17.8115180893 263.8341416166 0.0555555556 +14457600 15.0076079717 18.3423663853 299.4710121192 0.0555555556 +14458500 15.0076079717 19.5172113222 388.950218848 0.0555555556 +14459400 15.0076079717 20.3875805163 431.43965818 0.0555555556 +14460300 15.0076079717 21.3586464383 472.7118494837 0.0555555556 +14461200 15.0076079717 22.153035433 512.4340308599 0.0555555556 +14462100 15.0076079717 22.6886338415 535.8491546519 0.0555555556 +14463000 15.0076079717 23.3806258031 570.0811261846 0.0555555556 +14463900 15.0076079717 24.034845535 602.0920059534 0.0555555556 +14464800 15.0076079717 24.6460790116 631.6844781215 0.0555555556 +14465700 15.0076079717 26.5062353167 743.7275393709 0.0555555556 +14466600 15.0076079717 27.0533921766 771.3208540939 0.0555555556 +14467500 15.0076079717 27.538314774 795.6278444344 0.0555555556 +14468400 15.0076079717 27.9577562916 816.5174601297 0.0555555556 +14469300 15.0076079717 28.873779426 869.9900024576 0.0555555556 +14470200 15.0076079717 29.1754985522 884.338238193 0.0555555556 +14471100 15.0076079717 29.4020450831 894.8336857847 0.0555555556 +14472000 15.0076079717 29.5521306865 901.4226274136 0.0555555556 +14472900 15.0076079717 28.1359482499 814.4742639093 0.0555555556 +14473800 15.0076079717 28.1018648729 813.3095681735 0.0555555556 +14474700 15.0076079717 27.9991686279 808.6214545396 0.0555555556 +14475600 15.0076079717 27.8284297802 800.4341691809 0.0555555556 +14476500 15.0076079717 26.5035310072 727.491898282 0.0555555556 +14477400 15.0076079717 26.2690280731 713.970097349 0.0555555556 +14478300 15.0076079717 25.9787667831 697.4688219308 0.0555555556 +14479200 15.0076079717 25.6348149416 678.0775195452 0.0555555556 +14480100 15.0076079717 26.3464522856 720.8564041536 0.0555555556 +14481000 15.0076079717 25.7764569272 692.5160373765 0.0555555556 +14481900 15.0076079717 25.1533507297 661.2924183256 0.0555555556 +14482800 15.0076079717 24.4818186533 627.3667579971 0.0555555556 +14483700 15.0076079717 23.5962170095 577.5470572816 0.0555555556 +14484600 15.0076079717 22.8831467819 539.480839698 0.0555555556 +14485500 15.0076079717 22.1408901287 499.4350811158 0.0555555556 +14486400 15.0076079717 21.2191325907 457.6962974435 0.0555555556 +14487300 15.0076079717 19.9832898422 392.9963599709 0.0555555556 +14488200 15.0076079717 19.1863955571 350.4818792019 0.0555555556 +14489100 15.0076079717 18.5081034781 307.4246324924 0.0555555556 +14490000 15.0076079717 17.9527543355 264.3167022453 0.0555555556 +14490900 15.0004480672 38.0444438426 182.5403882227 0 +14491800 15.0076079717 16.6742400248 147.1945134977 0.0555555556 +14492700 15.0004480672 33.3051088881 113.7190221216 0 +14493600 15.0076079717 16.4349303143 82.9821901275 0.0555555556 +14494500 15.0004480672 15.45 52.8174396756 0 +14495400 15.0004480672 15.15 50.7745411353 0 +14496300 15.0004480672 14.85 45.3944329254 0 +14497200 15.0004480672 14.55 35.567608202 0 +14498100 15.0004480672 14.2625 16.290438593 0 +14499000 15.0004480672 13.9875 4.3739697218 0 +14499900 15.0004480672 13.7125 0 0 +14500800 15.0004480672 13.4375 0 0 +14501700 15.0004480672 13.1625 0 0 +14502600 15.0004480672 12.8875 0 0 +14503500 15.0004480672 12.6125 0 0 +14504400 15.0004480672 12.3375 0 0 +14505300 15.0004480672 12.2 0 0 +14506200 15.0004480672 12.2 0 0 +14507100 15.0004480672 12.2 0 0 +14508000 15.0004480672 12.2 0 0 +14508900 15.0004480672 12.1375 0 0 +14509800 15.0004480672 12.0125 0 0 +14510700 15.0004480672 11.8875 0 0 +14511600 15.0004480672 11.7625 0 0 +14512500 15.0004480672 11.7 0 0 +14513400 15.0004480672 11.7 0 0 +14514300 15.0004480672 11.7 0 0 +14515200 15.0004480672 11.7 0 0 +14516100 15.0004480672 11.7625 0 0 +14517000 15.0004480672 11.8875 0 0 +14517900 15.0004480672 12.0125 0 0 +14518800 15.0004480672 12.1375 0 0 +14519700 15.0004480672 12.1375 0 0 +14520600 15.0004480672 12.0125 0 0 +14521500 15.0004480672 11.8875 0 0 +14522400 15.0004480672 11.7625 0 0 +14523300 15.0004480672 11.7 0 0 +14524200 15.0004480672 11.7 0 0 +14525100 15.0004480672 11.7 0 0 +14526000 15.0004480672 11.7 0 0 +14526900 15.0004480672 11.4875 0 0 +14527800 15.0004480672 11.0625 0 0 +14528700 15.0004480672 10.6375 0 0 +14529600 15.0004480672 10.2125 0 0 +14530500 15.0004480672 10 0 0 +14531400 15.0004480672 10 0 0 +14532300 15.0004480672 10 0 0 +14533200 15.0004480672 10 0 0 +14534100 15.0004480672 10.1375 12.2767123613 0 +14535000 15.0004480672 10.4125 23.0553330123 0 +14535900 15.0004480672 10.6875 28.0688566458 0 +14536800 15.0004480672 10.9625 26.3410946445 0 +14537700 15.0004480672 11.45 46.3776151472 0 +14538600 15.0004480672 12.15 39.6881212194 0 +14539500 15.0004480672 21.8940986046 70.6680090394 0 +14540400 15.0004480672 22.4813428801 107.2167264127 0 +14541300 15.0076079717 16.6967655029 190.168015434 0.0555555556 +14542200 15.0076079717 17.1199294998 235.6374456616 0.0555555556 +14543100 15.0076079717 17.7007646953 281.9131728738 0.0555555556 +14544000 15.0076079717 18.4410541206 328.272410913 0.0555555556 +14544900 15.0076079717 19.8957300666 409.6221439756 0.0555555556 +14545800 15.0076079717 20.90980286 457.2646446882 0.0555555556 +14546700 15.0076079717 22.0527481048 503.4761579603 0.0555555556 +14547600 15.0076079717 22.9777161118 547.889854259 0.0555555556 +14548500 15.0076079717 24.2095887477 616.4685282602 0.0555555556 +14549400 15.0076079717 25.0520835914 657.7448255377 0.0555555556 +14550300 15.0076079717 25.8471320561 696.3018564163 0.0555555556 +14551200 15.0076079717 26.5882888127 731.9128089885 0.0555555556 +14552100 15.0076079717 27.4829924864 781.2219557874 0.0555555556 +14553000 15.0076079717 28.0749971271 810.8981466634 0.0555555556 +14553900 15.0076079717 28.5981954874 837.0355790849 0.0555555556 +14554800 15.0076079717 29.0490770981 859.4983569851 0.0555555556 +14555700 15.0076079717 29.5699293173 887.3952354859 0.0555555556 +14556600 15.0076079717 29.91042276 902.3199065445 0.0555555556 +14557500 15.0076079717 30.1708360885 913.2514953601 0.0555555556 +14558400 15.0076079717 30.3498226341 920.1357703378 0.0555555556 +14559300 15.0076079717 30.4246709131 924.0416931605 0.0555555556 +14560200 15.0076079717 30.3692501476 922.7483872194 0.0555555556 +14561100 15.0076079717 30.2314436151 917.3625773701 0.0555555556 +14562000 15.0076079717 30.0119074839 907.9108326233 0.0555555556 +14562900 15.0076079717 29.6465030418 889.1829096803 0.0555555556 +14563800 15.0076079717 29.2758768114 871.846326825 0.0555555556 +14564700 15.0076079717 28.8287857232 850.6642873451 0.0555555556 +14565600 15.0076079717 28.3079622791 825.7445480841 0.0555555556 +14566500 15.0076079717 27.5512021927 784.1940350162 0.0555555556 +14567400 15.0076079717 26.9209261458 752.6437071946 0.0555555556 +14568300 15.0076079717 26.2292028087 717.8505566324 0.0555555556 +14569200 15.0076079717 25.4813114852 680.0083427544 0.0555555556 +14570100 15.0076079717 24.3820476797 618.5326791466 0.0555555556 +14571000 15.0076079717 23.5316047387 576.369682649 0.0555555556 +14571900 15.0076079717 22.6468364833 531.9523098369 0.0555555556 +14572800 15.0076079717 21.5385602133 485.5893511255 0.0555555556 +14573700 15.0076079717 19.9991734315 407.7856545098 0.0555555556 +14574600 15.0076079717 19.0927976316 360.9095836079 0.0555555556 +14575500 15.0076079717 18.3370732997 313.3415744977 0.0555555556 +14576400 15.0076079717 17.7379148422 265.638040323 0.0555555556 +14577300 15.0004480672 34.1294345361 182.0659590927 0 +14578200 15.0076079717 16.3246423272 139.9491169377 0.0555555556 +14579100 15.0004480672 30.0748813471 100.1284094003 0 +14580000 15.0076079717 16.2428733586 63.869791903 0.0555555556 +14580900 15.0004480672 16.4875 20.3406369572 0 +14581800 15.0004480672 16.0625 28.6160317302 0 +14582700 15.0004480672 15.6375 32.9307493319 0 +14583600 15.0004480672 15.2125 30.2572276231 0 +14584500 15.0004480672 14.8625 13.621925436 0 +14585400 15.0004480672 14.5875 3.8611699832 0 +14586300 15.0004480672 14.3125 0 0 +14587200 15.0004480672 14.0375 0 0 +14588100 15.0004480672 13.825 0 0 +14589000 15.0004480672 13.675 0 0 +14589900 15.0004480672 13.525 0 0 +14590800 15.0004480672 13.375 0 0 +14591700 15.0004480672 13.1625 0 0 +14592600 15.0004480672 12.8875 0 0 +14593500 15.0004480672 12.6125 0 0 +14594400 15.0004480672 12.3375 0 0 +14595300 15.0004480672 12.1375 0 0 +14596200 15.0004480672 12.0125 0 0 +14597100 15.0004480672 11.8875 0 0 +14598000 15.0004480672 11.7625 0 0 +14598900 15.0004480672 11.7 0 0 +14599800 15.0004480672 11.7 0 0 +14600700 15.0004480672 11.7 0 0 +14601600 15.0004480672 11.7 0 0 +14602500 15.0004480672 11.7 0 0 +14603400 15.0004480672 11.7 0 0 +14604300 15.0004480672 11.7 0 0 +14605200 15.0004480672 11.7 0 0 +14606100 15.0004480672 11.625 0 0 +14607000 15.0004480672 11.475 0 0 +14607900 15.0004480672 11.325 0 0 +14608800 15.0004480672 11.175 0 0 +14609700 15.0004480672 11.1 0 0 +14610600 15.0004480672 11.1 0 0 +14611500 15.0004480672 11.1 0 0 +14612400 15.0004480672 11.1 0 0 +14613300 15.0004480672 11.0375 0 0 +14614200 15.0004480672 10.9125 0 0 +14615100 15.0004480672 10.7875 0 0 +14616000 15.0004480672 10.6625 0 0 +14616900 15.0004480672 10.525 0 0 +14617800 15.0004480672 10.375 0 0 +14618700 15.0004480672 10.225 0 0 +14619600 15.0004480672 10.075 0 0 +14620500 15.0004480672 10.2125 19.0277596352 0 +14621400 15.0004480672 10.6375 38.0661735325 0 +14622300 15.0004480672 11.0625 56.1936444581 0 +14623200 15.0004480672 11.4875 72.9368807226 0 +14624100 15.0004480672 11.975 85.4731843592 0 +14625000 15.0004480672 12.525 94.0952893472 0 +14625900 15.0076079717 16.5283694769 118.3473035748 0.0555555556 +14626800 15.0004480672 35.650582708 145.3953712917 0 +14627700 15.0076079717 17.145001619 196.3361556138 0.0555555556 +14628600 15.0076079717 17.5540945162 235.0238825546 0.0555555556 +14629500 15.0076079717 18.0704449155 274.4192065588 0.0555555556 +14630400 15.0076079717 18.696026277 313.9611612557 0.0555555556 +14631300 15.0076079717 20.0849516222 396.9084876941 0.0555555556 +14632200 15.0076079717 20.9173411269 438.6264679332 0.0555555556 +14633100 15.0076079717 21.8377441362 479.1684042562 0.0555555556 +14634000 15.0076079717 22.6140169079 518.2091597962 0.0555555556 +14634900 15.0076079717 22.883923813 525.2432109194 0.0555555556 +14635800 15.0076079717 23.5011082917 558.0181088186 0.0555555556 +14636700 15.0076079717 24.0832914629 588.681954414 0.0555555556 +14637600 15.0076079717 24.6256018265 617.0445852728 0.0555555556 +14638500 15.0076079717 25.6906396286 680.0501012704 0.0555555556 +14639400 15.0076079717 26.2150407254 704.5703803545 0.0555555556 +14640300 15.0076079717 26.6857731826 726.1907419215 0.0555555556 +14641200 15.0076079717 27.1000157324 744.7918329185 0.0555555556 +14642100 15.0076079717 28.5850666798 833.2848899512 0.0555555556 +14643000 15.0076079717 28.8137783539 846.8812944015 0.0555555556 +14643900 15.0076079717 28.9734357947 856.8576391132 0.0555555556 +14644800 15.0076079717 29.0628279061 863.1618086887 0.0555555556 +14645700 15.0076079717 28.6243018839 839.6201121048 0.0555555556 +14646600 15.0076079717 28.5946244981 838.5440070651 0.0555555556 +14647500 15.0076079717 28.4972034182 833.8982665245 0.0555555556 +14648400 15.0076079717 28.332592916 825.7071514598 0.0555555556 +14649300 15.0076079717 28.2843480792 820.4492000404 0.0555555556 +14650200 15.0076079717 27.94354826 804.976680307 0.0555555556 +14651100 15.0076079717 27.5370728799 786.0675424319 0.0555555556 +14652000 15.0076079717 27.0673317994 763.8228260101 0.0555555556 +14652900 15.0076079717 25.9841482547 702.3318045856 0.0555555556 +14653800 15.0076079717 25.4981611842 675.4882391654 0.0555555556 +14654700 15.0076079717 24.9629822387 645.9085041816 0.0555555556 +14655600 15.0076079717 24.3829348221 613.7662470969 0.0555555556 +14656500 15.0076079717 23.1584969143 540.3906895463 0.0555555556 +14657400 15.0076079717 22.5261596865 507.1092951576 0.0555555556 +14658300 15.0076079717 21.8689522322 472.1021494321 0.0555555556 +14659200 15.0076079717 21.085282899 435.6168048392 0.0555555556 +14660100 15.0076079717 20.1146617488 392.0821923348 0.0555555556 +14661000 15.0076079717 19.3802440772 351.8721551415 0.0555555556 +14661900 15.0076079717 18.7443905829 311.1394494222 0.0555555556 +14662800 15.0076079717 18.210830402 270.3303475371 0.0555555556 +14663700 15.0076079717 17.1249078871 190.6473007296 0.0555555556 +14664600 15.0004480672 37.1206430901 155.6633390946 0 +14665500 15.0076079717 16.6693410208 122.4272869393 0.0555555556 +14666400 15.0004480672 33.7520050275 91.7423031957 0 +14667300 15.0004480672 15.3875 66.8300146695 0 +14668200 15.0004480672 14.9625 60.0934965884 0 +14669100 15.0004480672 14.5375 50.8681187566 0 +14670000 15.0004480672 14.1125 38.484620527 0 +14670900 15.0004480672 13.7625 16.2891079972 0 +14671800 15.0004480672 13.4875 4.6729598483 0 +14672700 15.0004480672 13.2125 0 0 +14673600 15.0004480672 12.9375 0 0 +14674500 15.0004480672 12.8 0 0 +14675400 15.0004480672 12.8 0 0 +14676300 15.0004480672 12.8 0 0 +14677200 15.0004480672 12.8 0 0 +14678100 15.0004480672 12.725 0 0 +14679000 15.0004480672 12.575 0 0 +14679900 15.0004480672 12.425 0 0 +14680800 15.0004480672 12.275 0 0 +14681700 15.0004480672 12.2 0 0 +14682600 15.0004480672 12.2 0 0 +14683500 15.0004480672 12.2 0 0 +14684400 15.0004480672 12.2 0 0 +14685300 15.0004480672 12.1375 0 0 +14686200 15.0004480672 12.0125 0 0 +14687100 15.0004480672 11.8875 0 0 +14688000 15.0004480672 11.7625 0 0 +14688900 15.0004480672 11.7 0 0 +14689800 15.0004480672 11.7 0 0 +14690700 15.0004480672 11.7 0 0 +14691600 15.0004480672 11.7 0 0 +14692500 15.0004480672 11.7 0 0 +14693400 15.0004480672 11.7 0 0 +14694300 15.0004480672 11.7 0 0 +14695200 15.0004480672 11.7 0 0 +14696100 15.0004480672 11.7 0 0 +14697000 15.0004480672 11.7 0 0 +14697900 15.0004480672 11.7 0 0 +14698800 15.0004480672 11.7 0 0 +14699700 15.0004480672 11.7 0 0 +14700600 15.0004480672 11.7 0 0 +14701500 15.0004480672 11.7 0 0 +14702400 15.0004480672 11.7 0 0 +14703300 15.0004480672 11.625 0 0 +14704200 15.0004480672 11.475 0 0 +14705100 15.0004480672 11.325 0 0 +14706000 15.0004480672 11.175 0 0 +14706900 15.0004480672 11.175 6.91596049 0 +14707800 15.0004480672 11.325 14.0150740183 0 +14708700 15.0004480672 11.475 21.2141178664 0 +14709600 15.0004480672 11.625 28.4822646233 0 +14710500 15.0004480672 11.7 36.5147323945 0 +14711400 15.0004480672 11.7 43.9759693311 0 +14712300 15.0004480672 20.8156708813 51.4120855898 0 +14713200 15.0004480672 22.0754641672 58.7912385792 0 +14714100 15.0076079717 15.8682798541 78.3646656517 0.0555555556 +14715000 15.0004480672 26.9564088444 86.8683361286 0 +14715900 15.0076079717 16.1276948612 95.1935470812 0.0555555556 +14716800 15.0004480672 29.8847671943 103.304648678 0 +14717700 15.0076079717 16.5081198308 120.4564106096 0.0555555556 +14718600 15.0004480672 34.212858422 128.6695509893 0 +14719500 15.0076079717 16.7608198642 136.541404182 0.0555555556 +14720400 15.0004480672 36.9095578498 144.0382617039 0 +14721300 15.0076079717 17.074499005 156.9831051412 0.0555555556 +14722200 15.0076079717 17.182713842 163.8931335849 0.0555555556 +14723100 15.0076079717 17.2840297177 170.3191661941 0.0555555556 +14724000 15.0076079717 17.3780549218 176.2336857107 0.0555555556 +14724900 15.0076079717 18.0310515721 220.5891300033 0.0555555556 +14725800 15.0076079717 18.1476425033 226.4409490807 0.0555555556 +14726700 15.0076079717 18.254088805 231.5876818446 0.0555555556 +14727600 15.0076079717 18.3500767502 236.0072891951 0.0555555556 +14728500 15.0076079717 20.4345121294 372.4783318329 0.0555555556 +14729400 15.0076079717 20.5004163075 377.3979669509 0.0555555556 +14730300 15.0076079717 20.5457418188 381.0112617322 0.0555555556 +14731200 15.0076079717 20.570191992 383.3010573468 0.0555555556 +14732100 15.0076079717 27.822120251 820.9950494551 0.0555555556 +14733000 15.0076079717 27.8265594012 819.997314903 0.0555555556 +14733900 15.0076079717 27.7651232303 815.5209675056 0.0555555556 +14734800 15.0076079717 27.6383445034 807.5894350202 0.0555555556 +14735700 15.0076079717 26.7600051633 752.8889116664 0.0555555556 +14736600 15.0076079717 26.5086850949 739.0442028688 0.0555555556 +14737500 15.0076079717 26.1997977256 722.1150681085 0.0555555556 +14738400 15.0076079717 25.835459154 702.1931216418 0.0555555556 +14739300 15.0076079717 26.4479637228 738.909062563 0.0555555556 +14740200 15.0076079717 25.8824437327 710.0995418201 0.0555555556 +14741100 15.0076079717 25.2627903561 678.338300734 0.0555555556 +14742000 15.0076079717 24.5937458679 643.8094421935 0.0555555556 +14742900 15.0076079717 21.8745062847 475.5205938035 0.0555555556 +14743800 15.0076079717 21.4520099432 450.3331062991 0.0555555556 +14744700 15.0076079717 21.0098906493 423.767360431 0.0555555556 +14745600 15.0076079717 20.50838926 395.9850019364 0.0555555556 +14746500 15.0076079717 19.4163250925 356.1972108769 0.0555555556 +14747400 15.0076079717 18.7403752284 319.4570885358 0.0555555556 +14748300 15.0076079717 18.158705914 282.2465492257 0.0555555556 +14749200 15.0076079717 17.674845706 244.9762471245 0.0555555556 +14750100 15.0076079717 17.2752943457 172.3890579502 0.0555555556 +14751000 15.0076079717 17.0013526776 151.9383564959 0.0555555556 +14751900 15.0004480672 35.5151144828 131.635283374 0 +14752800 15.0076079717 16.4875038772 111.6605991429 0.0555555556 +14753700 15.0015020533 13.1625 48.9182503749 0 +14754600 15.0004480672 12.8875 41.9649496457 0 +14755500 15.0004480672 12.6125 34.04124313 0 +14756400 15.0004480672 12.3375 24.958941311 0 +14757300 15.0004480672 12.2 16.0646265341 0 +14758200 15.0004480672 12.2 4.7429531847 0 +14759100 15.0004480672 12.2 0 0 +14760000 15.0004480672 12.2 0 0 +14760900 15.0004480672 12.2 0 0 +14761800 15.0004480672 12.2 0 0 +14762700 15.0004480672 12.2 0 0 +14763600 15.0004480672 12.2 0 0 +14764500 15.0004480672 12.1375 0 0 +14765400 15.0004480672 12.0125 0 0 +14766300 15.0004480672 11.8875 0 0 +14767200 15.0004480672 11.7625 0 0 +14768100 15.0004480672 11.7 0 0 +14769000 15.0004480672 11.7 0 0 +14769900 15.0004480672 11.7 0 0 +14770800 15.0004480672 11.7 0 0 +14771700 15.0004480672 11.7 0 0 +14772600 15.0004480672 11.7 0 0 +14773500 15.0004480672 11.7 0 0 +14774400 15.0004480672 11.7 0 0 +14775300 15.0004480672 11.625 0 0 +14776200 15.0004480672 11.475 0 0 +14777100 15.0004480672 11.325 0 0 +14778000 15.0004480672 11.175 0 0 +14778900 15.0004480672 11.1 0 0 +14779800 15.0004480672 11.1 0 0 +14780700 15.0004480672 11.1 0 0 +14781600 15.0004480672 11.1 0 0 +14782500 15.0004480672 11.1 0 0 +14783400 15.0004480672 11.1 0 0 +14784300 15.0004480672 11.1 0 0 +14785200 15.0004480672 11.1 0 0 +14786100 15.0004480672 11.1 0 0 +14787000 15.0004480672 11.1 0 0 +14787900 15.0004480672 11.1 0 0 +14788800 15.0004480672 11.1 0 0 +14789700 15.0004480672 11.1 0 0 +14790600 15.0004480672 11.1 0 0 +14791500 15.0004480672 11.1 0 0 +14792400 15.0004480672 11.1 0 0 +14793300 15.0004480672 11.1 11.4116912921 0 +14794200 15.0004480672 11.1 23.0839842013 0 +14795100 15.0004480672 11.1 34.1662971515 0 +14796000 15.0004480672 11.1 44.337068779 0 +14796900 15.0004480672 11.175 50.5654152958 0 +14797800 15.0004480672 11.325 58.4314751602 0 +14798700 15.0004480672 23.3458817952 70.2885758374 0 +14799600 15.0004480672 24.9532357839 83.0203555172 0 +14800500 15.0076079717 17.3904917268 196.2395722477 0.0555555556 +14801400 15.0076079717 17.7148833764 221.9532775736 0.0555555556 +14802300 15.0076079717 18.0624198402 247.6236970744 0.0555555556 +14803200 15.0076079717 18.4330582077 273.0327771945 0.0555555556 +14804100 15.0076079717 18.2088936577 259.8857759953 0.0555555556 +14805000 15.0076079717 18.6352291204 282.7973017033 0.0555555556 +14805900 15.0076079717 19.0897261223 305.0134931537 0.0555555556 +14806800 15.0076079717 19.4888034159 326.3758469165 0.0555555556 +14807700 15.0076079717 20.4659532556 387.344131836 0.0555555556 +14808600 15.0076079717 20.9256207068 411.0011870618 0.0555555556 +14809500 15.0076079717 21.3599990205 433.1485327132 0.0555555556 +14810400 15.0076079717 21.7656531147 453.6472472205 0.0555555556 +14811300 15.0076079717 25.3617830628 682.7509734961 0.0555555556 +14812200 15.0076079717 25.8599445897 707.7347968726 0.0555555556 +14813100 15.0076079717 26.3034984433 729.7765890636 0.0555555556 +14814000 15.0076079717 26.6895350922 748.7549959493 0.0555555556 +14814900 15.0076079717 28.3921338319 837.5686923537 0.0555555556 +14815800 15.0076079717 28.6856574043 851.7714541543 0.0555555556 +14816700 15.0076079717 28.9044203069 862.2214281594 0.0555555556 +14817600 15.0076079717 29.047127978 868.8659506718 0.0555555556 +14818500 15.0076079717 27.1176870031 763.8418186952 0.0555555556 +14819400 15.0076079717 27.1006757196 762.9549333309 0.0555555556 +14820300 15.0076079717 27.0211786807 758.8092380595 0.0555555556 +14821200 15.0076079717 26.8796953833 751.4264385206 0.0555555556 +14822100 15.0076079717 28.2568571059 824.6447334287 0.0555555556 +14823000 15.0076079717 27.9401389087 808.8119212462 0.0555555556 +14823900 15.0076079717 27.5531994911 789.4313933404 0.0555555556 +14824800 15.0076079717 27.0985512144 766.6035545943 0.0555555556 +14825700 15.0076079717 25.2487289873 658.1833989129 0.0555555556 +14826600 15.0076079717 24.7371292977 632.4873950938 0.0555555556 +14827500 15.0076079717 24.1764940741 604.1549371785 0.0555555556 +14828400 15.0076079717 23.5710847138 573.3511370562 0.0555555556 +14829300 15.0076079717 23.6783685456 590.2547975884 0.0555555556 +14830200 15.0076079717 22.8969850139 550.7296903263 0.0555555556 +14831100 15.0076079717 22.0836931861 509.1010373139 0.0555555556 +14832000 15.0076079717 21.0753401288 465.661931321 0.0555555556 +14832900 15.0076079717 18.0602101367 239.4223528114 0.0555555556 +14833800 15.0076079717 17.6497413817 216.9665399554 0.0555555556 +14834700 15.0076079717 17.2868004594 194.1971892701 0.0555555556 +14835600 15.0004480672 38.1875811129 171.343360132 0 +14836500 15.0076079717 17.5750719089 203.5135887612 0.0555555556 +14837400 15.0076079717 17.2624897586 176.3118117631 0.0555555556 +14838300 15.0004480672 38.1775584042 149.7541125168 0 +14839200 15.0076079717 16.7288750977 124.1935919573 0.0555555556 +14840100 15.0015020533 13.2375 67.0099221929 0 +14841000 15.0004480672 13.1125 61.7677518085 0 +14841900 15.0004480672 12.9875 53.5265543336 0 +14842800 15.0004480672 12.8625 41.360118228 0 +14843700 15.0004480672 12.6625 19.3556178158 0 +14844600 15.0004480672 12.3875 5.8886335102 0 +14845500 15.0004480672 12.1125 0 0 +14846400 15.0004480672 11.8375 0 0 +14847300 15.0004480672 11.7 0 0 +14848200 15.0004480672 11.7 0 0 +14849100 15.0004480672 11.7 0 0 +14850000 15.0004480672 11.7 0 0 +14850900 15.0004480672 11.7 0 0 +14851800 15.0004480672 11.7 0 0 +14852700 15.0004480672 11.7 0 0 +14853600 15.0004480672 11.7 0 0 +14854500 15.0004480672 11.625 0 0 +14855400 15.0004480672 11.475 0 0 +14856300 15.0004480672 11.325 0 0 +14857200 15.0004480672 11.175 0 0 +14858100 15.0004480672 11.1 0 0 +14859000 15.0004480672 11.1 0 0 +14859900 15.0004480672 11.1 0 0 +14860800 15.0004480672 11.1 0 0 +14861700 15.0004480672 11.0375 0 0 +14862600 15.0004480672 10.9125 0 0 +14863500 15.0004480672 10.7875 0 0 +14864400 15.0004480672 10.6625 0 0 +14865300 15.0004480672 10.6 0 0 +14866200 15.0004480672 10.6 0 0 +14867100 15.0004480672 10.6 0 0 +14868000 15.0004480672 10.6 0 0 +14868900 15.0004480672 10.45 0 0 +14869800 15.0004480672 10.15 0 0 +14870700 15.0004480672 9.85 0 0 +14871600 15.0004480672 9.55 0 0 +14872500 15.0004480672 9.475 0 0 +14873400 15.0004480672 9.625 0 0 +14874300 15.0004480672 9.775 0 0 +14875200 15.0004480672 9.925 0 0 +14876100 15.0004480672 10 0 0 +14877000 15.0004480672 10 0 0 +14877900 15.0004480672 10 0 0 +14878800 15.0004480672 10 0 0 +14879700 15.0004480672 10.1375 10.200311908 0 +14880600 15.0004480672 10.4125 19.9732204805 0 +14881500 15.0004480672 10.6875 25.9175853581 0 +14882400 15.0004480672 10.9625 26.9430660131 0 +14883300 15.0004480672 11.3125 42.2789676964 0 +14884200 15.0004480672 11.7375 35.4561565705 0 +14885100 15.0004480672 19.7544456505 62.1580234019 0 +14886000 15.0004480672 19.8291685072 96.4477633328 0 +14886900 15.0076079717 16.4667003336 174.6641070463 0.0555555556 +14887800 15.0004480672 36.5215293844 215.98877491 0 +14888700 15.0076079717 17.3407550434 258.1310089748 0.0555555556 +14889600 15.0076079717 17.99465012 300.4280217295 0.0555555556 +14890500 15.0076079717 19.6182182439 406.0976438064 0.0555555556 +14891400 15.0076079717 20.6298895572 454.151421724 0.0555555556 +14892300 15.0076079717 21.7748795578 500.7718950375 0.0555555556 +14893200 15.0076079717 22.7249851045 545.5883564575 0.0555555556 +14894100 15.0076079717 23.9390973416 613.1463244234 0.0555555556 +14895000 15.0076079717 24.7808215803 654.7139550304 0.0555555556 +14895900 15.0076079717 25.5750050557 693.5603021093 0.0555555556 +14896800 15.0076079717 26.3151147306 729.457883226 0.0555555556 +14897700 15.0076079717 27.2134926765 778.5297360555 0.0555555556 +14898600 15.0076079717 27.8345669813 808.4641889838 0.0555555556 +14899500 15.0076079717 28.3864911568 834.8595412891 0.0555555556 +14900400 15.0076079717 28.8657121095 857.5793255892 0.0555555556 +14901300 15.0076079717 29.4148100899 886.029757485 0.0555555556 +14902200 15.0076079717 29.783115025 901.2110627636 0.0555555556 +14903100 15.0076079717 30.0707227247 912.3960244543 0.0555555556 +14904000 15.0076079717 30.2762543997 919.5294505748 0.0555555556 +14904900 15.0076079717 30.3812901051 923.906720308 0.0555555556 +14905800 15.0076079717 30.3507046675 922.8508140794 0.0555555556 +14906700 15.0076079717 30.2372696905 917.6935098781 0.0555555556 +14907600 15.0076079717 30.0416132967 908.4600950669 0.0555555556 +14908500 15.0076079717 29.7001612517 890.1856844236 0.0555555556 +14909400 15.0076079717 29.342829516 873.0361060875 0.0555555556 +14910300 15.0076079717 28.9083725361 852.0252300383 0.0555555556 +14911200 15.0076079717 28.3994970248 827.2591799133 0.0555555556 +14912100 15.0076079717 27.6597302133 787.0818062187 0.0555555556 +14913000 15.0076079717 27.006561857 755.5853017193 0.0555555556 +14913900 15.0076079717 26.2909410223 720.8165372228 0.0555555556 +14914800 15.0076079717 25.5181280323 682.9673422126 0.0555555556 +14915700 15.0076079717 24.4235349254 622.0477310275 0.0555555556 +14916600 15.0076079717 23.5854763787 579.7455786979 0.0555555556 +14917500 15.0076079717 22.7119715497 535.1460982073 0.0555555556 +14918400 15.0076079717 21.6192135665 488.5557995632 0.0555555556 +14919300 15.0076079717 20.0821645675 413.0233717715 0.0555555556 +14920200 15.0076079717 19.1247702684 365.4931882013 0.0555555556 +14921100 15.0076079717 18.3226326504 317.2075747626 0.0555555556 +14922000 15.0076079717 17.6822565827 268.7255158162 0.0555555556 +14922900 15.0004480672 32.8352442612 185.3832855742 0 +14923800 15.0076079717 16.2097805062 141.7839675135 0.0555555556 +14924700 15.0004480672 28.6819812223 100.4578314365 0 +14925600 15.0076079717 16.1410074964 62.734040952 0.0555555556 +14926500 15.0004480672 15.8875 14.0222248889 0 +14927400 15.0004480672 15.4625 23.7491954702 0 +14928300 15.0004480672 15.0375 30.0591808863 0 +14929200 15.0004480672 14.6125 29.392783326 0 +14930100 15.0004480672 14.2 15.031226392 0 +14931000 15.0004480672 13.8 4.7648162372 0 +14931900 15.0004480672 13.4 0 0 +14932800 15.0004480672 13 0 0 +14933700 15.0004480672 12.725 0 0 +14934600 15.0004480672 12.575 0 0 +14935500 15.0004480672 12.425 0 0 +14936400 15.0004480672 12.275 0 0 +14937300 15.0004480672 12.1375 0 0 +14938200 15.0004480672 12.0125 0 0 +14939100 15.0004480672 11.8875 0 0 +14940000 15.0004480672 11.7625 0 0 +14940900 15.0004480672 11.625 0 0 +14941800 15.0004480672 11.475 0 0 +14942700 15.0004480672 11.325 0 0 +14943600 15.0004480672 11.175 0 0 +14944500 15.0004480672 11.1 0 0 +14945400 15.0004480672 11.1 0 0 +14946300 15.0004480672 11.1 0 0 +14947200 15.0004480672 11.1 0 0 +14948100 15.0004480672 11.1 0 0 +14949000 15.0004480672 11.1 0 0 +14949900 15.0004480672 11.1 0 0 +14950800 15.0004480672 11.1 0 0 +14951700 15.0004480672 11.0375 0 0 +14952600 15.0004480672 10.9125 0 0 +14953500 15.0004480672 10.7875 0 0 +14954400 15.0004480672 10.6625 0 0 +14955300 15.0004480672 10.6 0 0 +14956200 15.0004480672 10.6 0 0 +14957100 15.0004480672 10.6 0 0 +14958000 15.0004480672 10.6 0 0 +14958900 15.0004480672 10.6625 0 0 +14959800 15.0004480672 10.7875 0 0 +14960700 15.0004480672 10.9125 0 0 +14961600 15.0004480672 11.0375 0 0 +14962500 15.0004480672 11.0375 0 0 +14963400 15.0004480672 10.9125 0 0 +14964300 15.0004480672 10.7875 0 0 +14965200 15.0004480672 10.6625 0 0 +14966100 15.0004480672 10.8 12.4547670344 0 +14967000 15.0004480672 11.2 24.7858227771 0 +14967900 15.0004480672 11.6 33.0962579751 0 +14968800 15.0004480672 12 36.153776725 0 +14969700 15.0004480672 12.625 51.5914482992 0 +14970600 15.0004480672 13.475 47.2012313646 0 +14971500 15.0076079717 15.818170984 72.5818334799 0.0555555556 +14972400 15.0004480672 26.0071567346 105.4382538759 0 +14973300 15.0076079717 16.8784711728 185.9594558472 0.0555555556 +14974200 15.0076079717 17.2489006303 229.033314399 0.0555555556 +14975100 15.0076079717 17.7626138073 272.9601354038 0.0555555556 +14976000 15.0076079717 18.4219644772 317.055025382 0.0555555556 +14976900 15.0076079717 19.8137692865 399.2106028391 0.0555555556 +14977800 15.0076079717 20.7700711053 445.299156989 0.0555555556 +14978700 15.0076079717 21.8471312018 490.0622905994 0.0555555556 +14979600 15.0076079717 22.7550319849 533.1386852768 0.0555555556 +14980500 15.0076079717 23.9349645774 598.7415699802 0.0555555556 +14981400 15.0076079717 24.7571176672 638.8164551448 0.0555555556 +14982300 15.0076079717 25.5344677381 676.2946671171 0.0555555556 +14983200 15.0076079717 26.2607297179 710.9515249619 0.0555555556 +14984100 15.0076079717 27.2556902809 766.0523220964 0.0555555556 +14985000 15.0076079717 27.8544986355 795.307998897 0.0555555556 +14985900 15.0076079717 28.3869323944 821.1196653416 0.0555555556 +14986800 15.0076079717 28.8495149123 843.351054235 0.0555555556 +14987700 15.0076079717 28.1182478165 795.7326317147 0.0555555556 +14988600 15.0076079717 28.344276517 809.2588437834 0.0555555556 +14989500 15.0076079717 28.4999878778 819.240729789 0.0555555556 +14990400 15.0076079717 28.5841421668 825.6272420286 0.0555555556 +14991300 15.0076079717 28.8084871117 843.4601360022 0.0555555556 +14992200 15.0076079717 28.8337916235 842.5663192171 0.0555555556 +14993100 15.0076079717 28.7864755128 837.9914830318 0.0555555556 +14994000 15.0076079717 28.6670973145 829.7590275252 0.0555555556 +14994900 15.0076079717 28.8848441744 840.5362388665 0.0555555556 +14995800 15.0076079717 28.5238829307 824.5437912678 0.0555555556 +14996700 15.0076079717 28.0915906299 804.9415256564 0.0555555556 +14997600 15.0076079717 27.5905004657 781.8311369329 0.0555555556 +14998500 15.0076079717 27.175561116 762.704300043 0.0555555556 +14999400 15.0076079717 26.5802893858 732.5848344615 0.0555555556 +15000300 15.0076079717 25.9263802506 699.3432137974 0.0555555556 +15001200 15.0076079717 25.218848995 663.1674783526 0.0555555556 +15002100 15.0076079717 22.0525993883 460.1684189722 0.0555555556 +15003000 15.0076079717 21.457547054 430.3380866641 0.0555555556 +15003900 15.0076079717 20.8385511632 398.9501262458 0.0555555556 +15004800 15.0076079717 20.0813812259 366.231525764 0.0555555556 +15005700 15.0076079717 19.9615510298 386.4400737625 0.0555555556 +15006600 15.0076079717 19.1836028643 345.0541564591 0.0555555556 +15007500 15.0076079717 18.5217237403 303.104398187 0.0555555556 +15008400 15.0076079717 17.9805141075 261.063971308 0.0555555556 +15009300 15.0076079717 17.1893058275 196.2058376641 0.0555555556 +15010200 15.0004480672 37.7499454614 159.0958303115 0 +15011100 15.0076079717 16.7058817378 123.8380700699 0.0555555556 +15012000 15.0004480672 34.2575808151 91.3210276122 0 +15012900 15.0004480672 15.75 75.4032377392 0 +15013800 15.0004480672 15.05 65.3490982071 0 +15014700 15.0004480672 14.35 53.6185567653 0 +15015600 15.0004480672 13.65 39.8273172651 0 +15016500 15.0004480672 13.3 18.4941544569 0 +15017400 15.0004480672 13.3 5.8347387609 0 +15018300 15.0004480672 13.3 0 0 +15019200 15.0004480672 13.3 0 0 +15020100 15.0004480672 13.3 0 0 +15021000 15.0004480672 13.3 0 0 +15021900 15.0004480672 13.3 0 0 +15022800 15.0004480672 13.3 0 0 +15023700 15.0004480672 13.3 0 0 +15024600 15.0004480672 13.3 0 0 +15025500 15.0004480672 13.3 0 0 +15026400 15.0004480672 13.3 0 0 +15027300 15.0004480672 13.2375 0 0 +15028200 15.0004480672 13.1125 0 0 +15029100 15.0004480672 12.9875 0 0 +15030000 15.0004480672 12.8625 0 0 +15030900 15.0004480672 12.8 0 0 +15031800 15.0004480672 12.8 0 0 +15032700 15.0004480672 12.8 0 0 +15033600 15.0004480672 12.8 0 0 +15034500 15.0004480672 12.725 0 0 +15035400 15.0004480672 12.575 0 0 +15036300 15.0004480672 12.425 0 0 +15037200 15.0004480672 12.275 0 0 +15038100 15.0004480672 12.275 0 0 +15039000 15.0004480672 12.425 0 0 +15039900 15.0004480672 12.575 0 0 +15040800 15.0004480672 12.725 0 0 +15041700 15.0004480672 12.6625 0 0 +15042600 15.0004480672 12.3875 0 0 +15043500 15.0004480672 12.1125 0 0 +15044400 15.0004480672 11.8375 0 0 +15045300 15.0004480672 11.7 0 0 +15046200 15.0004480672 11.7 0 0 +15047100 15.0004480672 11.7 0 0 +15048000 15.0004480672 11.7 0 0 +15048900 15.0004480672 11.7 0 0 +15049800 15.0004480672 11.7 0 0 +15050700 15.0004480672 11.7 0 0 +15051600 15.0004480672 11.7 0 0 +15052500 15.0004480672 11.7625 12.5838812819 0 +15053400 15.0004480672 11.8875 26.2849247733 0 +15054300 15.0004480672 12.0125 40.0987296784 0 +15055200 15.0004480672 12.1375 53.9274076399 0 +15056100 15.0004480672 12.2 42.4781214342 0 +15057000 15.0004480672 12.2 51.2632710683 0 +15057900 15.0004480672 22.7843282527 60.021041232 0 +15058800 15.0004480672 24.2518925296 68.7139298091 0 +15059700 15.0076079717 16.5314297174 130.2004077991 0.0555555556 +15060600 15.0004480672 35.6120984467 147.0840384686 0 +15061500 15.0076079717 17.0074133994 163.9249135392 0.0555555556 +15062400 15.0076079717 17.2679196917 180.5846589989 0.0555555556 +15063300 15.0076079717 19.0657574848 326.0521595593 0.0555555556 +15064200 15.0076079717 19.6490661575 357.1171737567 0.0555555556 +15065100 15.0076079717 20.2820854327 387.3012562549 0.0555555556 +15066000 15.0076079717 20.8390550685 416.3734881485 0.0555555556 +15066900 15.0076079717 22.4769276431 522.4479971236 0.0555555556 +15067800 15.0076079717 23.050094467 553.1658399041 0.0555555556 +15068700 15.0076079717 23.5920613681 581.9207026273 0.0555555556 +15069600 15.0076079717 24.0986451618 608.5370692721 0.0555555556 +15070500 15.0076079717 25.3009664624 689.1881271099 0.0555555556 +15071400 15.0076079717 25.719961931 712.1852451232 0.0555555556 +15072300 15.0076079717 26.0933120103 732.4899173227 0.0555555556 +15073200 15.0076079717 26.41867936 749.9919891056 0.0555555556 +15074100 15.0076079717 26.266677044 724.6123224835 0.0555555556 +15075000 15.0076079717 26.4873780986 736.0951514824 0.0555555556 +15075900 15.0076079717 26.6536520023 744.5828424462 0.0555555556 +15076800 15.0076079717 26.7645204015 750.0304761571 0.0555555556 +15077700 15.0076079717 27.0761113097 770.6048808922 0.0555555556 +15078600 15.0076079717 27.0725471583 769.8876534642 0.0555555556 +15079500 15.0076079717 27.0118435071 766.027776835 0.0555555556 +15080400 15.0076079717 26.8944382385 759.0455305324 0.0555555556 +15081300 15.0076079717 27.2354715128 776.3051664873 0.0555555556 +15082200 15.0076079717 26.9906243267 762.4477780411 0.0555555556 +15083100 15.0076079717 26.6883960191 745.4570863575 0.0555555556 +15084000 15.0076079717 26.3308618815 725.4249937518 0.0555555556 +15084900 15.0076079717 20.7993584861 377.5514166504 0.0555555556 +15085800 15.0076079717 20.5655476179 365.717861962 0.0555555556 +15086700 15.0076079717 20.3119046389 352.6446656845 0.0555555556 +15087600 15.0076079717 20.039729018 338.3998478891 0.0555555556 +15088500 15.0076079717 20.4224535976 368.1745196201 0.0555555556 +15089400 15.0076079717 20.1156576965 349.2310913888 0.0555555556 +15090300 15.0076079717 19.7935024549 329.228691384 0.0555555556 +15091200 15.0076079717 19.4293606134 308.2847302335 0.0555555556 +15092100 15.0076079717 19.5687336802 331.495831363 0.0555555556 +15093000 15.0076079717 19.09268024 303.3090172351 0.0555555556 +15093900 15.0076079717 18.6538008643 274.5935920315 0.0555555556 +15094800 15.0076079717 18.2541991888 245.5968763487 0.0555555556 +15095700 15.0076079717 17.7447768467 194.015616469 0.0555555556 +15096600 15.0076079717 17.4387217847 171.9872385661 0.0555555556 +15097500 15.0076079717 17.1406940252 149.9767119982 0.0555555556 +15098400 15.0004480672 36.9249388618 128.1499461203 0 +15099300 15.0004480672 14.925 71.554980998 0 +15100200 15.0004480672 14.775 61.1662544097 0 +15101100 15.0004480672 14.625 49.5548049666 0 +15102000 15.0004480672 14.475 36.4699251958 0 +15102900 15.0004480672 14.2625 16.0463548526 0 +15103800 15.0004480672 13.9875 5.1418702468 0 +15104700 15.0004480672 13.7125 0 0 +15105600 15.0004480672 13.4375 0 0 +15106500 15.0004480672 13.3 0 0 +15107400 15.0004480672 13.3 0 0 +15108300 15.0004480672 13.3 0 0 +15109200 15.0004480672 13.3 0 0 +15110100 15.0004480672 13.2375 0 0 +15111000 15.0004480672 13.1125 0 0 +15111900 15.0004480672 12.9875 0 0 +15112800 15.0004480672 12.8625 0 0 +15113700 15.0004480672 12.8 0 0 +15114600 15.0004480672 12.8 0 0 +15115500 15.0004480672 12.8 0 0 +15116400 15.0004480672 12.8 0 0 +15117300 15.0004480672 12.8 0 0 +15118200 15.0004480672 12.8 0 0 +15119100 15.0004480672 12.8 0 0 +15120000 15.0004480672 12.8 0 0 +15120900 15.0004480672 12.725 0 0 +15121800 15.0004480672 12.575 0 0 +15122700 15.0004480672 12.425 0 0 +15123600 15.0004480672 12.275 0 0 +15124500 15.0004480672 12.275 0 0 +15125400 15.0004480672 12.425 0 0 +15126300 15.0004480672 12.575 0 0 +15127200 15.0004480672 12.725 0 0 +15128100 15.0004480672 12.725 0 0 +15129000 15.0004480672 12.575 0 0 +15129900 15.0004480672 12.425 0 0 +15130800 15.0004480672 12.275 0 0 +15131700 15.0004480672 12.275 0 0 +15132600 15.0004480672 12.425 0 0 +15133500 15.0004480672 12.575 0 0 +15134400 15.0004480672 12.725 0 0 +15135300 15.0004480672 12.8 0 0 +15136200 15.0004480672 12.8 0 0 +15137100 15.0004480672 12.8 0 0 +15138000 15.0004480672 12.8 0 0 +15138900 15.0004480672 12.8 8.5526515527 0 +15139800 15.0004480672 12.8 18.0689710896 0 +15140700 15.0004480672 12.8 27.722404664 0 +15141600 15.0004480672 12.8 37.4716147911 0 +15142500 15.0004480672 12.8 40.4177449621 0 +15143400 15.0004480672 12.8 48.8093488772 0 +15144300 15.0004480672 22.9005620132 57.1753208 0 +15145200 15.0004480672 24.3076776445 65.4798363546 0 +15146100 15.0076079717 16.1219492187 89.6513766607 0.0555555556 +15147000 15.0004480672 30.3402747653 99.4761976181 0 +15147900 15.0076079717 16.4420231748 109.0981512213 0.0555555556 +15148800 15.0004480672 33.9396242489 118.4760347879 0 +15149700 15.0076079717 16.9251407161 140.4231943891 0.0555555556 +15150600 15.0076079717 17.0723358555 150.0773679791 0.0555555556 +15151500 15.0076079717 17.2138692828 159.3344715628 0.0555555556 +15152400 15.0076079717 17.3491771872 168.1548648012 0.0555555556 +15153300 15.0076079717 17.58963844 184.2944786874 0.0555555556 +15154200 15.0076079717 17.7177800988 192.4761709853 0.0555555556 +15155100 15.0076079717 17.8378259779 200.0900792994 0.0555555556 +15156000 15.0076079717 17.9493119576 207.1035997054 0.0555555556 +15156900 15.0076079717 18.1094225345 217.9424940647 0.0555555556 +15157800 15.0076079717 18.1926235093 223.7873360362 0.0555555556 +15158700 15.0076079717 18.2659096931 228.935666865 0.0555555556 +15159600 15.0076079717 18.3289672618 233.3654406081 0.0555555556 +15160500 15.0076079717 18.4173001117 239.9796031166 0.0555555556 +15161400 15.0076079717 18.4480020371 242.9547382674 0.0555555556 +15162300 15.0076079717 18.4676533014 245.1545111597 0.0555555556 +15163200 15.0076079717 18.4761198145 246.5695020282 0.0555555556 +15164100 15.0076079717 24.9315305505 651.6659754858 0.0555555556 +15165000 15.0076079717 24.9546061281 651.1110497486 0.0555555556 +15165900 15.0076079717 24.9310881625 647.9592447603 0.0555555556 +15166800 15.0076079717 24.8613236267 642.2270610582 0.0555555556 +15167700 15.0076079717 28.7908540615 872.4118445041 0.0555555556 +15168600 15.0076079717 28.5015022437 856.2698122227 0.0555555556 +15169500 15.0076079717 28.1423061445 836.4611390602 0.0555555556 +15170400 15.0076079717 27.7157810425 813.091052685 0.0555555556 +15171300 15.0076079717 26.3364478831 723.0617818958 0.0555555556 +15172200 15.0076079717 25.7900241451 695.0046827148 0.0555555556 +15173100 15.0076079717 25.189640932 664.0364384966 0.0555555556 +15174000 15.0076079717 24.5399305432 630.3355950912 0.0555555556 +15174900 15.0076079717 22.6928631801 521.9164148778 0.0555555556 +15175800 15.0076079717 22.1706263283 492.5655253964 0.0555555556 +15176700 15.0076079717 21.6258533473 461.6366561736 0.0555555556 +15177600 15.0076079717 21.0005002391 429.3339859527 0.0555555556 +15178500 15.0076079717 18.6258822234 261.6364485933 0.0555555556 +15179400 15.0076079717 18.2618846338 240.5548157327 0.0555555556 +15180300 15.0076079717 17.9190389018 219.0191408024 0.0555555556 +15181200 15.0076079717 17.5988794728 197.1965787745 0.0555555556 +15182100 15.0076079717 17.3605690204 170.0427966519 0.0555555556 +15183000 15.0076079717 17.0984400839 151.3766159929 0.0555555556 +15183900 15.0004480672 36.7449921707 132.6225673468 0 +15184800 15.0076079717 16.5837051323 113.8995083041 0.0555555556 +15185700 15.0015020533 14.3375 73.1530914902 0 +15186600 15.0004480672 14.2125 60.65748756 0 +15187500 15.0004480672 14.0875 47.7264343994 0 +15188400 15.0004480672 13.9625 34.3162759393 0 +15189300 15.0004480672 13.825 10.6619654475 0 +15190200 15.0004480672 13.675 3.4635179521 0 +15191100 15.0004480672 13.525 0 0 +15192000 15.0004480672 13.375 0 0 +15192900 15.0004480672 13.2375 0 0 +15193800 15.0004480672 13.1125 0 0 +15194700 15.0004480672 12.9875 0 0 +15195600 15.0004480672 12.8625 0 0 +15196500 15.0004480672 12.8 0 0 +15197400 15.0004480672 12.8 0 0 +15198300 15.0004480672 12.8 0 0 +15199200 15.0004480672 12.8 0 0 +15200100 15.0004480672 12.8 0 0 +15201000 15.0004480672 12.8 0 0 +15201900 15.0004480672 12.8 0 0 +15202800 15.0004480672 12.8 0 0 +15203700 15.0004480672 12.8 0 0 +15204600 15.0004480672 12.8 0 0 +15205500 15.0004480672 12.8 0 0 +15206400 15.0004480672 12.8 0 0 +15207300 15.0004480672 12.725 0 0 +15208200 15.0004480672 12.575 0 0 +15209100 15.0004480672 12.425 0 0 +15210000 15.0004480672 12.275 0 0 +15210900 15.0004480672 12.275 0 0 +15211800 15.0004480672 12.425 0 0 +15212700 15.0004480672 12.575 0 0 +15213600 15.0004480672 12.725 0 0 +15214500 15.0004480672 12.8 0 0 +15215400 15.0004480672 12.8 0 0 +15216300 15.0004480672 12.8 0 0 +15217200 15.0004480672 12.8 0 0 +15218100 15.0004480672 12.8 0 0 +15219000 15.0004480672 12.8 0 0 +15219900 15.0004480672 12.8 0 0 +15220800 15.0004480672 12.8 0 0 +15221700 15.0004480672 12.725 0 0 +15222600 15.0004480672 12.575 0 0 +15223500 15.0004480672 12.425 0 0 +15224400 15.0004480672 12.275 0 0 +15225300 15.0004480672 12.2 8.7554573013 0 +15226200 15.0004480672 12.2 18.720712014 0 +15227100 15.0004480672 12.2 28.8302031915 0 +15228000 15.0004480672 12.2 39.0406404405 0 +15228900 15.0004480672 12.275 34.9931823831 0 +15229800 15.0004480672 12.425 42.2893571382 0 +15230700 15.0004480672 21.3733160746 49.5636958851 0 +15231600 15.0004480672 22.7590819103 56.7850487883 0 +15232500 15.0076079717 15.8669193479 72.151002096 0.0555555556 +15233400 15.0004480672 26.9353487831 80.0780153097 0 +15234300 15.0076079717 16.1099708166 87.8418758026 0.0555555556 +15235200 15.0004480672 29.7043041991 95.4093375321 0 +15236100 15.0076079717 16.8271457464 137.1872464751 0.0555555556 +15237000 15.0004480672 37.8863579009 146.6382353981 0 +15237900 15.0076079717 17.0906912366 155.7013006539 0.0555555556 +15238800 15.0076079717 17.2136286976 164.3376328056 0.0555555556 +15239700 15.0076079717 17.484553687 182.6113293824 0.0555555556 +15240600 15.0076079717 17.6217530851 190.7345687736 0.0555555556 +15241500 15.0076079717 17.7508974064 198.2951102899 0.0555555556 +15242400 15.0076079717 17.8715257841 205.2605785318 0.0555555556 +15243300 15.0076079717 18.0562095534 217.0709491298 0.0555555556 +15244200 15.0076079717 18.1509542259 222.9065109348 0.0555555556 +15245100 15.0076079717 18.2358079117 228.0481769343 0.0555555556 +15246000 15.0076079717 18.3104571929 232.4739297251 0.0555555556 +15246900 15.0076079717 18.4104822343 239.0918371945 0.0555555556 +15247800 15.0076079717 18.4528548006 242.0684960862 0.0555555556 +15248700 15.0076079717 18.4842277403 244.2724347773 0.0555555556 +15249600 15.0076079717 18.5044667091 245.6942156641 0.0555555556 +15250500 15.0076079717 18.5153137348 246.4562154216 0.0555555556 +15251400 15.0076079717 18.5130716419 246.2987091384 0.0555555556 +15252300 15.0076079717 18.4995740227 245.3505058383 0.0555555556 +15253200 15.0076079717 18.474878676 243.6156658735 0.0555555556 +15254100 15.0076079717 18.4175960527 239.5915830295 0.0555555556 +15255000 15.0076079717 18.3711626463 236.3296514238 0.0555555556 +15255900 15.0076079717 18.3140578551 232.3180584387 0.0555555556 +15256800 15.0076079717 18.2465262117 227.5739823312 0.0555555556 +15257700 15.0076079717 18.1166623459 218.0425174232 0.0555555556 +15258600 15.0076079717 18.0424149599 212.0102132002 0.0555555556 +15259500 15.0076079717 17.9588966762 205.3275740108 0.0555555556 +15260400 15.0076079717 17.8665148459 198.0232159418 0.0555555556 +15261300 15.0076079717 17.6597096461 183.0883031764 0.0555555556 +15262200 15.0076079717 17.5438587627 174.94981223 0.0555555556 +15263100 15.0076079717 17.4208737462 166.3101489432 0.0555555556 +15264000 15.0076079717 17.2912815602 157.2063096807 0.0555555556 +15264900 15.0076079717 17.0007446026 136.7961821225 0.0555555556 +15265800 15.0004480672 37.2217445736 127.6132001632 0 +15266700 15.0076079717 16.7347979889 118.1134762353 0.0555555556 +15267600 15.0004480672 34.1577784287 108.3376896149 0 +15268500 15.0076079717 16.2403002218 83.782164774 0.0555555556 +15269400 15.0004480672 28.493742301 75.0899136021 0 +15270300 15.0076079717 15.9678376038 66.2718513379 0.0555555556 +15271200 15.0004480672 25.2079865606 57.3657382779 0 +15272100 15.0004480672 14.925 52.514778924 0 +15273000 15.0004480672 14.775 42.7867526544 0 +15273900 15.0004480672 14.625 33.0878404438 0 +15274800 15.0004480672 14.475 23.4595745234 0 +15275700 15.0004480672 14.3375 13.2914089038 0 +15276600 15.0004480672 14.2125 4.3654453457 0 +15277500 15.0004480672 14.0875 0 0 +15278400 15.0004480672 13.9625 0 0 +15279300 15.0004480672 13.9 0 0 +15280200 15.0004480672 13.9 0 0 +15281100 15.0004480672 13.9 0 0 +15282000 15.0004480672 13.9 0 0 +15282900 15.0004480672 13.825 0 0 +15283800 15.0004480672 13.675 0 0 +15284700 15.0004480672 13.525 0 0 +15285600 15.0004480672 13.375 0 0 +15286500 15.0004480672 13.375 0 0 +15287400 15.0004480672 13.525 0 0 +15288300 15.0004480672 13.675 0 0 +15289200 15.0004480672 13.825 0 0 +15290100 15.0004480672 13.9 0 0 +15291000 15.0004480672 13.9 0 0 +15291900 15.0004480672 13.9 0 0 +15292800 15.0004480672 13.9 0 0 +15293700 15.0004480672 14.0375 0 0 +15294600 15.0004480672 14.3125 0 0 +15295500 15.0004480672 14.5875 0 0 +15296400 15.0004480672 14.8625 0 0 +15297300 15.0004480672 14.925 0 0 +15298200 15.0004480672 14.775 0 0 +15299100 15.0004480672 14.625 0 0 +15300000 15.0004480672 14.475 0 0 +15300900 15.0004480672 14.3375 0 0 +15301800 15.0004480672 14.2125 0 0 +15302700 15.0004480672 14.0875 0 0 +15303600 15.0004480672 13.9625 0 0 +15304500 15.0004480672 13.9 0 0 +15305400 15.0004480672 13.9 0 0 +15306300 15.0004480672 13.9 0 0 +15307200 15.0004480672 13.9 0 0 +15308100 15.0004480672 13.9 0 0 +15309000 15.0004480672 13.9 0 0 +15309900 15.0004480672 13.9 0 0 +15310800 15.0004480672 13.9 0 0 +15311700 15.0004480672 13.9 6.7019455557 0 +15312600 15.0004480672 13.9 14.5236299721 0 +15313500 15.0004480672 13.9 22.4590343251 0 +15314400 15.0004480672 13.9 30.474177995 0 +15315300 15.0004480672 14.0375 57.9489933599 0 +15316200 15.0004480672 14.3125 67.2928390467 0 +15317100 15.0076079717 16.0929540028 80.6258644864 0.0555555556 +15318000 15.0004480672 30.2393430098 95.3741174156 0 +15318900 15.0076079717 18.3229661747 239.3899002966 0.0555555556 +15319800 15.0076079717 18.7272887007 269.0971676609 0.0555555556 +15320700 15.0076079717 19.1454142014 298.5871625372 0.0555555556 +15321600 15.0076079717 19.5767859823 327.6492838079 0.0555555556 +15322500 15.0076079717 19.6545112743 329.2737377803 0.0555555556 +15323400 15.0076079717 20.0590098501 354.5376264861 0.0555555556 +15324300 15.0076079717 20.4682017308 378.9029218823 0.0555555556 +15325200 15.0076079717 20.8472876742 402.2322277044 0.0555555556 +15326100 15.0076079717 22.2372184193 493.1480601578 0.0555555556 +15327000 15.0076079717 22.8137971638 523.9628519616 0.0555555556 +15327900 15.0076079717 23.3584074321 552.8307605007 0.0555555556 +15328800 15.0076079717 23.8664959027 579.571666631 0.0555555556 +15329700 15.0076079717 23.4831039732 549.173850993 0.0555555556 +15330600 15.0076079717 23.8716987465 568.9053531244 0.0555555556 +15331500 15.0076079717 24.2185985071 586.3484702011 0.0555555556 +15332400 15.0076079717 24.5215563006 601.405824238 0.0555555556 +15333300 15.0076079717 26.090340398 691.9179224743 0.0555555556 +15334200 15.0076079717 26.3253146556 703.5385369225 0.0555555556 +15335100 15.0076079717 26.5028238489 712.1637125718 0.0555555556 +15336000 15.0076079717 26.62181072 717.7478849705 0.0555555556 +15336900 15.0076079717 27.3011621468 757.7953845727 0.0555555556 +15337800 15.0076079717 27.3101429125 757.193015188 0.0555555556 +15338700 15.0076079717 27.2560143084 753.333427775 0.0555555556 +15339600 15.0076079717 27.1392447288 746.2367587684 0.0555555556 +15340500 15.0076079717 28.7419437617 837.7769011964 0.0555555556 +15341400 15.0076079717 28.4290493878 822.0657257967 0.0555555556 +15342300 15.0076079717 28.0452058536 802.7555802224 0.0555555556 +15343200 15.0076079717 27.5929052042 779.946606368 0.0555555556 +15344100 15.0076079717 27.2912903129 767.9125769562 0.0555555556 +15345000 15.0076079717 26.7011843543 737.9249446567 0.0555555556 +15345900 15.0076079717 26.0523755086 704.801491848 0.0555555556 +15346800 15.0076079717 25.349833633 668.7298912568 0.0555555556 +15347700 15.0076079717 23.7695137069 572.2877224428 0.0555555556 +15348600 15.0076079717 23.0371685826 534.58782177 0.0555555556 +15349500 15.0076079717 22.2737395135 494.8593199286 0.0555555556 +15350400 15.0076079717 21.3436329495 453.3818921739 0.0555555556 +15351300 15.0076079717 20.3952345125 418.2925841943 0.0555555556 +15352200 15.0076079717 19.4811885969 372.1800271116 0.0555555556 +15353100 15.0076079717 18.7055681276 325.3615982787 0.0555555556 +15354000 15.0076079717 18.0743237702 278.3684066917 0.0555555556 +15354900 15.0004480672 35.5006613365 173.0504278689 0 +15355800 15.0076079717 16.4473411207 136.5831767753 0.0555555556 +15356700 15.0004480672 31.4264963196 102.0162147428 0 +15357600 15.0076079717 16.3156558666 70.3360071976 0.0555555556 +15358500 15.0004480672 17.45 38.560935709 0 +15359400 15.0004480672 16.75 42.1991577252 0 +15360300 15.0004480672 16.05 42.0030519682 0 +15361200 15.0004480672 15.35 36.0075970638 0 +15362100 15.0004480672 14.7875 18.3276625213 0 +15363000 15.0004480672 14.3625 6.0993048712 0 +15363900 15.0004480672 13.9375 0.000000705 0 +15364800 15.0004480672 13.5125 0 0 +15365700 15.0004480672 13.2375 0 0 +15366600 15.0004480672 13.1125 0 0 +15367500 15.0004480672 12.9875 0 0 +15368400 15.0004480672 12.8625 0 0 +15369300 15.0004480672 12.6625 0 0 +15370200 15.0004480672 12.3875 0 0 +15371100 15.0004480672 12.1125 0 0 +15372000 15.0004480672 11.8375 0 0 +15372900 15.0004480672 11.625 0 0 +15373800 15.0004480672 11.475 0 0 +15374700 15.0004480672 11.325 0 0 +15375600 15.0004480672 11.175 0 0 +15376500 15.0004480672 11.2375 0 0 +15377400 15.0004480672 11.5125 0 0 +15378300 15.0004480672 11.7875 0 0 +15379200 15.0004480672 12.0625 0 0 +15380100 15.0004480672 12.2 0 0 +15381000 15.0004480672 12.2 0 0 +15381900 15.0004480672 12.2 0 0 +15382800 15.0004480672 12.2 0 0 +15383700 15.0004480672 12.2 0 0 +15384600 15.0004480672 12.2 0 0 +15385500 15.0004480672 12.2 0 0 +15386400 15.0004480672 12.2 0 0 +15387300 15.0004480672 12.1375 0 0 +15388200 15.0004480672 12.0125 0 0 +15389100 15.0004480672 11.8875 0 0 +15390000 15.0004480672 11.7625 0 0 +15390900 15.0004480672 11.7625 0 0 +15391800 15.0004480672 11.8875 0 0 +15392700 15.0004480672 12.0125 0 0 +15393600 15.0004480672 12.1375 0 0 +15394500 15.0004480672 12.2 0 0 +15395400 15.0004480672 12.2 0 0 +15396300 15.0004480672 12.2 0 0 +15397200 15.0004480672 12.2 0 0 +15398100 15.0004480672 12.275 16.3430745256 0 +15399000 15.0004480672 12.425 35.386905659 0 +15399900 15.0004480672 12.575 51.8570616067 0 +15400800 15.0004480672 12.725 64.4129405035 0 +15401700 15.0004480672 12.9375 49.8763440882 0 +15402600 15.0004480672 13.2125 45.4476485166 0 +15403500 15.0004480672 23.61493925 67.9393174087 0 +15404400 15.0004480672 23.8760907397 100.0858059147 0 +15405300 15.0076079717 16.5288480075 181.0958748039 0.0555555556 +15406200 15.0004480672 37.5166394559 227.431960577 0 +15407100 15.0076079717 17.4548286533 274.6825854633 0.0555555556 +15408000 15.0076079717 18.1705796268 322.0742921043 0.0555555556 +15408900 15.0076079717 19.6189553312 402.468267228 0.0555555556 +15409800 15.0076079717 20.6285027999 450.8592000484 0.0555555556 +15410700 15.0076079717 21.7745741216 497.8373707342 0.0555555556 +15411600 15.0076079717 22.7553571066 543.0261447127 0.0555555556 +15412500 15.0076079717 23.9613584812 610.1670824929 0.0555555556 +15413400 15.0076079717 24.79940144 652.0761694218 0.0555555556 +15414300 15.0076079717 25.5902463866 691.2740264279 0.0555555556 +15415200 15.0076079717 26.3272557927 727.5309123381 0.0555555556 +15416100 15.0076079717 27.2440318393 777.8016727962 0.0555555556 +15417000 15.0076079717 27.8850937266 808.1364173206 0.0555555556 +15417900 15.0076079717 28.4569301355 834.9320751076 0.0555555556 +15418800 15.0076079717 28.9559258423 858.0502649153 0.0555555556 +15419700 15.0076079717 29.4994186009 885.8166111103 0.0555555556 +15420600 15.0076079717 29.8660167394 901.3743476696 0.0555555556 +15421500 15.0076079717 30.1518478722 912.9325486113 0.0555555556 +15422400 15.0076079717 30.3554867714 920.434327986 0.0555555556 +15423300 15.0076079717 30.4989496343 925.9816986545 0.0555555556 +15424200 15.0076079717 30.5250167412 925.2791377783 0.0555555556 +15425100 15.0076079717 30.4676619128 920.4619267128 0.0555555556 +15426000 15.0076079717 30.3274711591 911.5536113797 0.0555555556 +15426900 15.0076079717 30.0160764035 893.583839626 0.0555555556 +15427800 15.0076079717 29.6643252244 876.7234523893 0.0555555556 +15428700 15.0076079717 29.2348905178 855.981764057 0.0555555556 +15429600 15.0076079717 28.7304367957 831.4631129623 0.0555555556 +15430500 15.0076079717 27.9739386991 790.764579793 0.0555555556 +15431400 15.0076079717 27.3044285104 759.4916967685 0.0555555556 +15432300 15.0076079717 26.5716379887 724.9223127476 0.0555555556 +15433200 15.0076079717 25.7807677352 687.2460282125 0.0555555556 +15434100 15.0076079717 24.6905387647 627.6521135482 0.0555555556 +15435000 15.0076079717 23.8415776691 585.3742302647 0.0555555556 +15435900 15.0076079717 22.9560838843 540.7598500842 0.0555555556 +15436800 15.0076079717 21.8725513418 494.1126150701 0.0555555556 +15437700 15.0076079717 20.3235081609 418.3602868123 0.0555555556 +15438600 15.0076079717 19.37576086 370.6587514666 0.0555555556 +15439500 15.0076079717 18.5845990404 322.1460571612 0.0555555556 +15440400 15.0076079717 17.9570315261 273.3756361887 0.0555555556 +15441300 15.0004480672 36.347463779 189.8146944674 0 +15442200 15.0076079717 16.4585829415 145.6708027677 0.0555555556 +15443100 15.0004480672 31.8237875512 103.7161363781 0 +15444000 15.0076079717 16.3693068894 65.2833954986 0.0555555556 +15444900 15.0004480672 19.3375 11.7649335515 0 +15445800 15.0004480672 19.2125 21.8901596352 0 +15446700 15.0004480672 19.0875 28.9312388514 0 +15447600 15.0004480672 18.9625 29.1798661123 0 +15448500 15.0004480672 18.55 15.6684064277 0 +15449400 15.0004480672 17.85 5.3199189357 0 +15450300 15.0004480672 17.15 1.07170772917112E-005 0 +15451200 15.0004480672 16.45 0 0 +15452100 15.0004480672 15.8875 0 0 +15453000 15.0004480672 15.4625 0 0 +15453900 15.0004480672 15.0375 0 0 +15454800 15.0004480672 14.6125 0 0 +15455700 15.0004480672 14.4 0 0 +15456600 15.0004480672 14.4 0 0 +15457500 15.0004480672 14.4 0 0 +15458400 15.0004480672 14.4 0 0 +15459300 15.0004480672 14.3375 0 0 +15460200 15.0004480672 14.2125 0 0 +15461100 15.0004480672 14.0875 0 0 +15462000 15.0004480672 13.9625 0 0 +15462900 15.0004480672 13.9 0 0 +15463800 15.0004480672 13.9 0 0 +15464700 15.0004480672 13.9 0 0 +15465600 15.0004480672 13.9 0 0 +15466500 15.0004480672 13.825 0 0 +15467400 15.0004480672 13.675 0 0 +15468300 15.0004480672 13.525 0 0 +15469200 15.0004480672 13.375 0 0 +15470100 15.0004480672 13.375 0 0 +15471000 15.0004480672 13.525 0 0 +15471900 15.0004480672 13.675 0 0 +15472800 15.0004480672 13.825 0 0 +15473700 15.0004480672 13.9 0 0 +15474600 15.0004480672 13.9 0 0 +15475500 15.0004480672 13.9 0 0 +15476400 15.0004480672 13.9 0 0 +15477300 15.0004480672 13.825 0 0 +15478200 15.0004480672 13.675 0 0 +15479100 15.0004480672 13.525 0 0 +15480000 15.0004480672 13.375 0 0 +15480900 15.0004480672 13.3 0 0 +15481800 15.0004480672 13.3 0 0 +15482700 15.0004480672 13.3 0 0 +15483600 15.0004480672 13.3 0 0 +15484500 15.0004480672 13.4375 11.8693606992 0 +15485400 15.0004480672 13.7125 26.4776526488 0 +15486300 15.0004480672 13.9875 40.9182900932 0 +15487200 15.0004480672 14.2625 54.9212755371 0 +15488100 15.0004480672 14.8875 74.5289775591 0 +15489000 15.0004480672 15.8625 82.3490088122 0 +15489900 15.0076079717 16.5873007688 101.7082787118 0.0555555556 +15490800 15.0004480672 36.9209230721 125.6954352219 0 +15491700 15.0076079717 17.559117477 191.1987081527 0.0555555556 +15492600 15.0076079717 17.9043221462 225.8694044105 0.0555555556 +15493500 15.0076079717 18.3315805382 261.1661737982 0.0555555556 +15494400 15.0076079717 18.8431314677 296.6133685214 0.0555555556 +15495300 15.0076079717 20.0644827668 380.9835573502 0.0555555556 +15496200 15.0076079717 20.8197658536 420.9361432546 0.0555555556 +15497100 15.0076079717 21.6563412119 459.8142637614 0.0555555556 +15498000 15.0076079717 22.3957746879 497.3038908254 0.0555555556 +15498900 15.0076079717 23.6728373912 573.8549128704 0.0555555556 +15499800 15.0076079717 24.4078129814 610.430161968 0.0555555556 +15500700 15.0076079717 25.1047820573 644.6981070692 0.0555555556 +15501600 15.0076079717 25.7582383761 676.4459562278 0.0555555556 +15502500 15.0076079717 26.7824237998 733.3274495668 0.0555555556 +15503400 15.0076079717 27.3562743588 760.5540102403 0.0555555556 +15504300 15.0076079717 27.8719451842 784.6317472619 0.0555555556 +15505200 15.0076079717 28.3262724515 805.4281594738 0.0555555556 +15506100 15.0076079717 28.9297793041 838.0869147583 0.0555555556 +15507000 15.0076079717 29.2185046925 852.2659853554 0.0555555556 +15507900 15.0076079717 29.4385225594 862.8174568476 0.0555555556 +15508800 15.0076079717 29.5885564936 869.686076026 0.0555555556 +15509700 15.0076079717 29.665783191 873.5078794551 0.0555555556 +15510600 15.0076079717 29.6738563361 872.923286913 0.0555555556 +15511500 15.0076079717 29.6110080605 868.6093822734 0.0555555556 +15512400 15.0076079717 29.4777528668 860.588604928 0.0555555556 +15513300 15.0076079717 27.7443260894 758.9139396738 0.0555555556 +15514200 15.0076079717 27.4666311896 745.5581058602 0.0555555556 +15515100 15.0076079717 27.1322103076 729.1264436061 0.0555555556 +15516000 15.0076079717 26.7430765274 709.7077664434 0.0555555556 +15516900 15.0076079717 27.1481727914 737.6301269146 0.0555555556 +15517800 15.0076079717 26.6112749798 710.0703439124 0.0555555556 +15518700 15.0076079717 26.0228009591 679.6329004219 0.0555555556 +15519600 15.0076079717 25.3871431375 646.4953532166 0.0555555556 +15520500 15.0076079717 24.256225406 579.4284586931 0.0555555556 +15521400 15.0076079717 23.5744856269 543.449296625 0.0555555556 +15522300 15.0076079717 22.8645737194 505.5508846235 0.0555555556 +15523200 15.0076079717 22.0308816254 466.000609333 0.0555555556 +15524100 15.0076079717 20.6459715155 384.1004047163 0.0555555556 +15525000 15.0076079717 19.9595285001 346.4095161759 0.0555555556 +15525900 15.0076079717 19.3589661579 308.1642280685 0.0555555556 +15526800 15.0076079717 18.8480158921 269.7655628531 0.0555555556 +15527700 15.0076079717 17.9157964157 191.6610042425 0.0555555556 +15528600 15.0076079717 17.6289482989 161.4565555926 0.0555555556 +15529500 15.0076079717 17.4054423479 132.4377952452 0.0555555556 +15530400 15.0076079717 17.2323772599 105.1629528882 0.0555555556 +15531300 15.0004480672 22.9625 75.6103460664 0 +15532200 15.0004480672 22.2875 65.5373492701 0 +15533100 15.0004480672 21.6125 53.8572175948 0 +15534000 15.0004480672 20.9375 40.1926844638 0 +15534900 15.0004480672 20.175 18.5274726258 0 +15535800 15.0004480672 19.325 6.1916822655 0 +15536700 15.0004480672 18.475 0.000441058 0 +15537600 15.0004480672 17.625 0 0 +15538500 15.0004480672 17.0625 0 0 +15539400 15.0004480672 16.7875 0 0 +15540300 15.0004480672 16.5125 0 0 +15541200 15.0004480672 16.2375 0 0 +15542100 15.0004480672 16.0375 0 0 +15543000 15.0004480672 15.9125 0 0 +15543900 15.0004480672 15.7875 0 0 +15544800 15.0004480672 15.6625 0 0 +15545700 15.0004480672 15.45 0 0 +15546600 15.0004480672 15.15 0 0 +15547500 15.0004480672 14.85 0 0 +15548400 15.0004480672 14.55 0 0 +15549300 15.0004480672 14.4 0 0 +15550200 15.0004480672 14.4 0 0 +15551100 15.0004480672 14.4 0 0 +15552000 15.0004480672 14.4 0 0 +15552900 15.0004480672 14.4 0 0 +15553800 15.0004480672 14.4 0 0 +15554700 15.0004480672 14.4 0 0 +15555600 15.0004480672 14.4 0 0 +15556500 15.0004480672 14.4 0 0 +15557400 15.0004480672 14.4 0 0 +15558300 15.0004480672 14.4 0 0 +15559200 15.0004480672 14.4 0 0 +15560100 15.0004480672 14.3375 0 0 +15561000 15.0004480672 14.2125 0 0 +15561900 15.0004480672 14.0875 0 0 +15562800 15.0004480672 13.9625 0 0 +15563700 15.0004480672 13.9625 0 0 +15564600 15.0004480672 14.0875 0 0 +15565500 15.0004480672 14.2125 0 0 +15566400 15.0004480672 14.3375 0 0 +15567300 15.0004480672 14.475 0 0 +15568200 15.0004480672 14.625 0 0 +15569100 15.0004480672 14.775 0 0 +15570000 15.0004480672 14.925 0 0 +15570900 15.0004480672 15.075 9.8937290216 0 +15571800 15.0004480672 15.225 21.8161900778 0 +15572700 15.0004480672 15.375 29.9466431731 0 +15573600 15.0004480672 15.525 32.4956199767 0 +15574500 15.0004480672 16.075 48.4599133628 0 +15575400 15.0004480672 17.025 43.3231171942 0 +15576300 15.0076079717 16.010840448 65.6661333822 0.0555555556 +15577200 15.0004480672 28.3894359528 98.9999230888 0 +15578100 15.0076079717 17.0762510732 180.2563325795 0.0555555556 +15579000 15.0076079717 17.4254856878 223.6892609855 0.0555555556 +15579900 15.0076079717 17.9224391751 268.0603684454 0.0555555556 +15580800 15.0076079717 18.5701781945 312.6538987002 0.0555555556 +15581700 15.0076079717 19.9548780587 394.635286474 0.0555555556 +15582600 15.0076079717 20.9036547823 441.1947204542 0.0555555556 +15583500 15.0076079717 21.9780648311 486.4473300333 0.0555555556 +15584400 15.0076079717 22.9087035762 530.0244397343 0.0555555556 +15585300 15.0076079717 24.1423490475 599.7335865129 0.0555555556 +15586200 15.0076079717 24.9709664538 640.5935818025 0.0555555556 +15587100 15.0076079717 25.7546220399 678.8395055362 0.0555555556 +15588000 15.0076079717 26.486845031 714.2425524972 0.0555555556 +15588900 15.0076079717 27.4222316467 765.1233492634 0.0555555556 +15589800 15.0076079717 28.0523017933 794.8689630063 0.0555555556 +15590700 15.0076079717 28.6156047652 821.1654463863 0.0555555556 +15591600 15.0076079717 29.1085878405 843.8744511127 0.0555555556 +15592500 15.0076079717 29.6700352695 872.8096358034 0.0555555556 +15593400 15.0076079717 30.0265998035 888.1653192206 0.0555555556 +15594300 15.0076079717 30.30492769 899.6040476287 0.0555555556 +15595200 15.0076079717 30.5036064092 907.0685530942 0.0555555556 +15596100 15.0076079717 30.6634775318 912.4776874307 0.0555555556 +15597000 15.0076079717 30.728138578 911.9011417823 0.0555555556 +15597900 15.0076079717 30.7113417743 907.2910160861 0.0555555556 +15598800 15.0076079717 30.6136485536 898.6702153391 0.0555555556 +15599700 15.0076079717 30.3376833666 881.1212298667 0.0555555556 +15600600 15.0076079717 30.0195588841 864.7071494755 0.0555555556 +15601500 15.0076079717 29.6261438554 844.4901100121 0.0555555556 +15602400 15.0076079717 29.1600357386 820.5735459715 0.0555555556 +15603300 15.0076079717 28.4028268646 779.0609245837 0.0555555556 +15604200 15.0076079717 27.7499693159 748.605310478 0.0555555556 +15605100 15.0076079717 27.0359685709 714.9352294437 0.0555555556 +15606000 15.0076079717 26.2658761225 678.238631103 0.0555555556 +15606900 15.0076079717 25.1460166643 616.7633557581 0.0555555556 +15607800 15.0076079717 24.3154995911 575.8607822841 0.0555555556 +15608700 15.0076079717 23.4501855106 532.7139026176 0.0555555556 +15609600 15.0076079717 22.4113978596 487.6207907622 0.0555555556 +15610500 15.0076079717 20.8742342609 410.7748851657 0.0555555556 +15611400 15.0076079717 19.9438743288 365.228454633 0.0555555556 +15612300 15.0076079717 19.154946988 318.9518826835 0.0555555556 +15613200 15.0076079717 18.5137191255 272.4695581448 0.0555555556 +15614100 15.0076079717 17.3295066653 183.4503715701 0.0555555556 +15615000 15.0076079717 17.0758269672 144.5529180694 0.0555555556 +15615900 15.0004480672 39.7712169723 107.6247726266 0 +15616800 15.0076079717 16.9348445605 73.7312417511 0.0555555556 +15617700 15.0004480672 25.525 27.8320056483 0 +15618600 15.0076079717 15.7796960117 33.9120685694 0.0555555556 +15619500 15.0004480672 25.225 36.2373752686 0 +15620400 15.0076079717 15.7582552107 32.5022025093 0.0555555556 +15621300 15.0004480672 24.3 17.1669057246 0 +15622200 15.0004480672 22.9 5.7817354372 0 +15623100 15.0004480672 21.5 1.86927250949992E-005 0 +15624000 15.0004480672 20.1 0 0 +15624900 15.0004480672 19.2625 0 0 +15625800 15.0004480672 18.9875 0 0 +15626700 15.0004480672 18.7125 0 0 +15627600 15.0004480672 18.4375 0 0 +15628500 15.0004480672 18.175 0 0 +15629400 15.0004480672 17.925 0 0 +15630300 15.0004480672 17.675 0 0 +15631200 15.0004480672 17.425 0 0 +15632100 15.0004480672 17.1625 0 0 +15633000 15.0004480672 16.8875 0 0 +15633900 15.0004480672 16.6125 0 0 +15634800 15.0004480672 16.3375 0 0 +15635700 15.0004480672 16.075 0 0 +15636600 15.0004480672 15.825 0 0 +15637500 15.0004480672 15.575 0 0 +15638400 15.0004480672 15.325 0 0 +15639300 15.0004480672 15.075 0 0 +15640200 15.0004480672 14.825 0 0 +15641100 15.0004480672 14.575 0 0 +15642000 15.0004480672 14.325 0 0 +15642900 15.0004480672 14.075 0 0 +15643800 15.0004480672 13.825 0 0 +15644700 15.0004480672 13.575 0 0 +15645600 15.0004480672 13.325 0 0 +15646500 15.0004480672 13.0625 0 0 +15647400 15.0004480672 12.7875 0 0 +15648300 15.0004480672 12.5125 0 0 +15649200 15.0004480672 12.2375 0 0 +15650100 15.0004480672 11.975 0 0 +15651000 15.0004480672 11.725 0 0 +15651900 15.0004480672 11.475 0 0 +15652800 15.0004480672 11.225 0 0 +15653700 15.0004480672 11.1875 0 0 +15654600 15.0004480672 11.3625 0 0 +15655500 15.0004480672 11.5375 0 0 +15656400 15.0004480672 11.7125 3.5313708499 0 +15657300 15.0004480672 11.9 11.0592100539 0 +15658200 15.0004480672 12.1 25.4625882576 0 +15659100 15.0004480672 12.3 38.5519385958 0 +15660000 15.0004480672 12.5 49.4012363294 0 +15660900 15.0004480672 12.6875 61.2310861449 0 +15661800 15.0004480672 12.8625 61.7101941197 0 +15662700 15.0076079717 15.9704311134 81.6906721143 0.0555555556 +15663600 15.0004480672 27.6281256074 110.1651269131 0 +15664500 15.0076079717 16.8973528343 186.2569246022 0.0555555556 +15665400 15.0076079717 17.2579899227 226.3372712215 0.0555555556 +15666300 15.0076079717 17.7386035055 267.2997888004 0.0555555556 +15667200 15.0076079717 18.3422732528 308.5177893751 0.0555555556 +15668100 15.0076079717 19.6809559064 393.235174721 0.0555555556 +15669000 15.0076079717 20.57865168 437.7676721623 0.0555555556 +15669900 15.0076079717 21.5850955629 481.096627425 0.0555555556 +15670800 15.0076079717 22.4702200833 522.8659316291 0.0555555556 +15671700 15.0076079717 23.7875673661 599.5620751098 0.0555555556 +15672600 15.0076079717 24.5822168654 639.5698293328 0.0555555556 +15673500 15.0076079717 25.3343478555 677.0447213761 0.0555555556 +15674400 15.0076079717 26.0376957761 711.7575917426 0.0555555556 +15675300 15.0076079717 26.9648907633 763.9688394888 0.0555555556 +15676200 15.0076079717 27.5308411973 793.2987937483 0.0555555556 +15677100 15.0076079717 28.0327860516 819.2427473162 0.0555555556 +15678000 15.0076079717 28.4672410288 841.6611396721 0.0555555556 +15678900 15.0076079717 29.0162931235 873.0537591139 0.0555555556 +15679800 15.0076079717 29.3127045619 888.2924094572 0.0555555556 +15680700 15.0076079717 29.5336171502 899.6595162923 0.0555555556 +15681600 15.0076079717 29.6776337357 907.0969600989 0.0555555556 +15682500 15.0076079717 29.8290430842 916.0497892281 0.0555555556 +15683400 15.0076079717 29.8150802722 915.5315025852 0.0555555556 +15684300 15.0076079717 29.7224919 911.006219807 0.0555555556 +15685200 15.0076079717 29.5518264274 902.4968819419 0.0555555556 +15686100 15.0076079717 29.1908394976 882.2857432733 0.0555555556 +15687000 15.0076079717 28.8736924407 866.0949615273 0.0555555556 +15687900 15.0076079717 28.4836043401 846.143142654 0.0555555556 +15688800 15.0076079717 28.0231237386 822.5345358114 0.0555555556 +15689700 15.0076079717 27.2377836186 777.6726178341 0.0555555556 +15690600 15.0076079717 26.6564540898 747.7831153294 0.0555555556 +15691500 15.0076079717 26.0167951112 714.7445993695 0.0555555556 +15692400 15.0076079717 25.3237146114 678.74551697 0.0555555556 +15693300 15.0076079717 24.1877480425 612.3909088675 0.0555555556 +15694200 15.0076079717 23.4308996408 572.7698865294 0.0555555556 +15695100 15.0076079717 22.6416157373 530.999753454 0.0555555556 +15696000 15.0076079717 21.7035028002 487.3734511378 0.0555555556 +15696900 15.0076079717 20.2000546246 405.404930182 0.0555555556 +15697800 15.0076079717 19.3618801214 362.4731234441 0.0555555556 +15698700 15.0076079717 18.6435514547 318.8970337013 0.0555555556 +15699600 15.0076079717 18.0502940106 275.1606330565 0.0555555556 +15700500 15.0004480672 38.6127760235 191.7030001531 0 +15701400 15.0076079717 16.6993878671 155.5164380148 0.0555555556 +15702300 15.0004480672 33.2749359282 121.0767480892 0 +15703200 15.0076079717 16.4181989279 89.2524070045 0.0555555556 +15704100 15.0004480672 15.0375 51.7983682584 0 +15705000 15.0004480672 14.7125 50.490187732 0 +15705900 15.0004480672 14.3875 45.9945782796 0 +15706800 15.0004480672 14.0625 37.1216449921 0 +15707700 15.0004480672 13.85 36.4460812522 0 +15708600 15.0004480672 13.75 12.1725780644 0 +15709500 15.0004480672 13.65 0.0001455132 0 +15710400 15.0004480672 13.55 0 0 +15711300 15.0004480672 13.4625 0 0 +15712200 15.0004480672 13.3875 0 0 +15713100 15.0004480672 13.3125 0 0 +15714000 15.0004480672 13.2375 0 0 +15714900 15.0004480672 13.15 0 0 +15715800 15.0004480672 13.05 0 0 +15716700 15.0004480672 12.95 0 0 +15717600 15.0004480672 12.85 0 0 +15718500 15.0004480672 12.8 0 0 +15719400 15.0004480672 12.8 0 0 +15720300 15.0004480672 12.8 0 0 +15721200 15.0004480672 12.8 0 0 +15722100 15.0004480672 12.8 0 0 +15723000 15.0004480672 12.8 0 0 +15723900 15.0004480672 12.8 0 0 +15724800 15.0004480672 12.8 0 0 +15725700 15.0004480672 12.8 0 0 +15726600 15.0004480672 12.8 0 0 +15727500 15.0004480672 12.8 0 0 +15728400 15.0004480672 12.8 0 0 +15729300 15.0004480672 12.775 0 0 +15730200 15.0004480672 12.725 0 0 +15731100 15.0004480672 12.675 0 0 +15732000 15.0004480672 12.625 0 0 +15732900 15.0004480672 12.575 0 0 +15733800 15.0004480672 12.525 0 0 +15734700 15.0004480672 12.475 0 0 +15735600 15.0004480672 12.425 0 0 +15736500 15.0004480672 12.375 0 0 +15737400 15.0004480672 12.325 0 0 +15738300 15.0004480672 12.275 0 0 +15739200 15.0004480672 12.225 0 0 +15740100 15.0004480672 12.2875 0 0 +15741000 15.0004480672 12.4625 0 0 +15741900 15.0004480672 12.6375 0 0 +15742800 15.0004480672 12.8125 3.5313708499 0 +15743700 15.0004480672 13 9.9547900305 0 +15744600 15.0004480672 13.2 23.2775278238 0 +15745500 15.0004480672 13.4 34.2665457178 0 +15746400 15.0004480672 13.6 41.4281830351 0 +15747300 15.0004480672 13.7875 54.5569108044 0 +15748200 15.0004480672 13.9625 51.8222863674 0 +15749100 15.0076079717 15.8829657031 72.5304560432 0.0555555556 +15750000 15.0004480672 26.1708864271 103.780433988 0 +15750900 15.0076079717 16.8243271039 182.7135419245 0.0555555556 +15751800 15.0076079717 17.1798849061 224.9197098261 0.0555555556 +15752700 15.0076079717 17.6719887783 268.0737013036 0.0555555556 +15753600 15.0076079717 18.3039383096 311.4884372095 0.0555555556 +15754500 15.0076079717 19.6796296567 395.0556157583 0.0555555556 +15755400 15.0076079717 20.6200374626 441.0402798869 0.0555555556 +15756300 15.0076079717 21.6798578214 485.7654768997 0.0555555556 +15757200 15.0076079717 22.6086508692 528.864019263 0.0555555556 +15758100 15.0076079717 23.878691901 601.2875888729 0.0555555556 +15759000 15.0076079717 24.694345817 642.0404584276 0.0555555556 +15759900 15.0076079717 25.4660374776 680.2061255767 0.0555555556 +15760800 15.0076079717 26.1873267863 715.553839899 0.0555555556 +15761700 15.0076079717 27.120179266 767.7084500269 0.0555555556 +15762600 15.0076079717 27.7132150914 797.499918024 0.0555555556 +15763500 15.0076079717 28.2405383646 823.8548590037 0.0555555556 +15764400 15.0076079717 28.6985947987 846.6332020721 0.0555555556 +15765300 15.0076079717 29.2156362456 875.1726504774 0.0555555556 +15766200 15.0076079717 29.5269311221 890.6100935471 0.0555555556 +15767100 15.0076079717 29.7611249278 902.1387397593 0.0555555556 +15768000 15.0076079717 29.9167964448 909.7003308229 0.0555555556 +15768900 15.0076079717 30.0337683204 915.7903802405 0.0555555556 +15769800 15.0076079717 30.0319597248 915.3227303936 0.0555555556 +15770700 15.0076079717 29.9501132174 910.8232390089 0.0555555556 +15771600 15.0076079717 29.7887756531 902.3144531641 0.0555555556 +15772500 15.0076079717 29.4353122844 882.8376480298 0.0555555556 +15773400 15.0076079717 29.1000997149 866.5814198453 0.0555555556 +15774300 15.0076079717 28.6904831719 846.5339529117 0.0555555556 +15775200 15.0076079717 28.2090311816 822.7987790426 0.0555555556 +15776100 15.0076079717 27.4164681777 778.5333934418 0.0555555556 +15777000 15.0076079717 26.8079738214 748.4063251302 0.0555555556 +15777900 15.0076079717 26.1396444535 715.0914430264 0.0555555556 +15778800 15.0076079717 25.4164532609 678.7765039763 0.0555555556 +15779700 15.0076079717 24.3018324517 615.4619453109 0.0555555556 +15780600 15.0076079717 23.5074609634 575.1640438009 0.0555555556 +15781500 15.0076079717 22.679213093 532.6587849222 0.0555555556 +15782400 15.0076079717 21.6957270438 488.2416594035 0.0555555556 +15783300 15.0076079717 20.0447761455 399.038673288 0.0555555556 +15784200 15.0076079717 19.1771000778 355.7502186689 0.0555555556 +15785100 15.0076079717 18.4390761008 311.7877488796 0.0555555556 +15786000 15.0076079717 17.8364253183 267.6454496902 0.0555555556 +15786900 15.0004480672 37.0202107403 181.8683379968 0 +15787800 15.0076079717 16.5687378587 147.2605859433 0.0555555556 +15788700 15.0004480672 31.9173624459 114.3403948768 0 +15789600 15.0076079717 16.309687929 83.9457348629 0.0555555556 +15790500 15.0004480672 15.0375 58.0171869304 0 +15791400 15.0004480672 14.7125 54.4455303704 0 +15792300 15.0004480672 14.3875 48.0437744079 0 +15793200 15.0004480672 14.0625 37.8732016335 0 +15794100 15.0004480672 13.85 20.0993759656 0 +15795000 15.0004480672 13.75 6.6910700642 0 +15795900 15.0004480672 13.65 3.94846999822044E-006 0 +15796800 15.0004480672 13.55 0 0 +15797700 15.0004480672 13.4625 0 0 +15798600 15.0004480672 13.3875 0 0 +15799500 15.0004480672 13.3125 0 0 +15800400 15.0004480672 13.2375 0 0 +15801300 15.0004480672 13.15 0 0 +15802200 15.0004480672 13.05 0 0 +15803100 15.0004480672 12.95 0 0 +15804000 15.0004480672 12.85 0 0 +15804900 15.0004480672 12.8 0 0 +15805800 15.0004480672 12.8 0 0 +15806700 15.0004480672 12.8 0 0 +15807600 15.0004480672 12.8 0 0 +15808500 15.0004480672 12.8 0 0 +15809400 15.0004480672 12.8 0 0 +15810300 15.0004480672 12.8 0 0 +15811200 15.0004480672 12.8 0 0 +15812100 15.0004480672 12.8 0 0 +15813000 15.0004480672 12.8 0 0 +15813900 15.0004480672 12.8 0 0 +15814800 15.0004480672 12.8 0 0 +15815700 15.0004480672 12.825 0 0 +15816600 15.0004480672 12.875 0 0 +15817500 15.0004480672 12.925 0 0 +15818400 15.0004480672 12.975 0 0 +15819300 15.0004480672 13.0125 0 0 +15820200 15.0004480672 13.0375 0 0 +15821100 15.0004480672 13.0625 0 0 +15822000 15.0004480672 13.0875 0 0 +15822900 15.0004480672 13.125 0 0 +15823800 15.0004480672 13.175 0 0 +15824700 15.0004480672 13.225 0 0 +15825600 15.0004480672 13.275 0 0 +15826500 15.0004480672 13.3 0 0 +15827400 15.0004480672 13.3 0 0 +15828300 15.0004480672 13.3 0 0 +15829200 15.0004480672 13.3 0 0 +15830100 15.0004480672 13.3 6.6549601487 0 +15831000 15.0004480672 13.3 16.2428632073 0 +15831900 15.0004480672 13.3 25.9603969029 0 +15832800 15.0004480672 13.3 35.7550000569 0 +15833700 15.0004480672 13.3 69.9899707994 0 +15834600 15.0004480672 13.3 85.1658964565 0 +15835500 15.0076079717 16.3020977636 100.3026521163 0.0555555556 +15836400 15.0004480672 32.9773935948 115.3354198671 0 +15837300 15.0076079717 16.4769457633 120.1275077696 0.0555555556 +15838200 15.0004480672 34.8863323471 136.1190129324 0 +15839100 15.0076079717 16.9075646466 152.0901614221 0.0555555556 +15840000 15.0076079717 17.1447849613 167.9075862434 0.0555555556 +15840900 15.0076079717 17.6831432337 199.9368294873 0.0555555556 +15841800 15.0076079717 17.9360215743 215.4037839352 0.0555555556 +15842700 15.0076079717 18.1922237038 230.3249890538 0.0555555556 +15843600 15.0076079717 18.4300080594 244.6170993463 0.0555555556 +15844500 15.0076079717 20.7295052124 401.9750858653 0.0555555556 +15845400 15.0076079717 21.1470054144 425.2737363517 0.0555555556 +15846300 15.0076079717 21.5412801695 447.1064826123 0.0555555556 +15847200 15.0076079717 21.9093058028 467.3414920496 0.0555555556 +15848100 15.0076079717 24.2162596454 615.7092327331 0.0555555556 +15849000 15.0076079717 24.6181259265 637.4373921856 0.0555555556 +15849900 15.0076079717 24.9762923122 656.6751620042 0.0555555556 +15850800 15.0076079717 25.2884003942 673.3163071593 0.0555555556 +15851700 15.0076079717 23.5171296878 560.3926666262 0.0555555556 +15852600 15.0076079717 23.6811003908 569.1682097071 0.0555555556 +15853500 15.0076079717 23.8062602756 575.7307999926 0.0555555556 +15854400 15.0076079717 23.8919037455 580.0461784086 0.0555555556 +15855300 15.0076079717 19.8709414913 326.283458118 0.0555555556 +15856200 15.0076079717 19.8806167507 326.1663480766 0.0555555556 +15857100 15.0076079717 19.872315752 324.9110456625 0.0555555556 +15858000 15.0076079717 19.8461405516 322.5234801679 0.0555555556 +15858900 15.0076079717 26.1656368953 714.1893332543 0.0555555556 +15859800 15.0076079717 25.9335487838 701.8616445324 0.0555555556 +15860700 15.0076079717 25.6486213736 686.6549589331 0.0555555556 +15861600 15.0076079717 25.3127017486 668.6514773092 0.0555555556 +15862500 15.0076079717 22.7358490634 512.1018743508 0.0555555556 +15863400 15.0076079717 22.4351741029 494.9783971195 0.0555555556 +15864300 15.0076079717 22.1041935588 476.0446386999 0.0555555556 +15865200 15.0076079717 21.7451972804 455.4071206067 0.0555555556 +15866100 15.0076079717 21.3118125529 429.5109695493 0.0555555556 +15867000 15.0076079717 20.9027659459 405.8584625899 0.0555555556 +15867900 15.0076079717 20.4746433053 380.90476967 0.0555555556 +15868800 15.0076079717 19.9902443284 354.8120783163 0.0555555556 +15869700 15.0076079717 19.0131484059 284.3826437664 0.0555555556 +15870600 15.0076079717 18.6599896578 262.848394211 0.0555555556 +15871500 15.0076079717 18.318600878 240.7562485427 0.0555555556 +15872400 15.0076079717 17.9905407807 218.2546324313 0.0555555556 +15873300 15.0076079717 17.3414255392 172.8682313041 0.0555555556 +15874200 15.0076079717 17.0735772294 152.3039512621 0.0555555556 +15875100 15.0004480672 36.5708477503 131.9038362539 0 +15876000 15.0076079717 16.5787535751 111.8600807209 0.0555555556 +15876900 15.0015020533 14.5125 65.1545512671 0 +15877800 15.0004480672 14.3375 54.2523536429 0 +15878700 15.0004480672 14.1625 42.8781192992 0 +15879600 15.0004480672 13.9875 30.9717339834 0 +15880500 15.0004480672 13.85 36.8461004422 0 +15881400 15.0004480672 13.75 12.1623546453 0 +15882300 15.0004480672 13.65 0 0 +15883200 15.0004480672 13.55 0 0 +15884100 15.0004480672 13.4625 0 0 +15885000 15.0004480672 13.3875 0 0 +15885900 15.0004480672 13.3125 0 0 +15886800 15.0004480672 13.2375 0 0 +15887700 15.0004480672 13.15 0 0 +15888600 15.0004480672 13.05 0 0 +15889500 15.0004480672 12.95 0 0 +15890400 15.0004480672 12.85 0 0 +15891300 15.0004480672 12.775 0 0 +15892200 15.0004480672 12.725 0 0 +15893100 15.0004480672 12.675 0 0 +15894000 15.0004480672 12.625 0 0 +15894900 15.0004480672 12.575 0 0 +15895800 15.0004480672 12.525 0 0 +15896700 15.0004480672 12.475 0 0 +15897600 15.0004480672 12.425 0 0 +15898500 15.0004480672 12.375 0 0 +15899400 15.0004480672 12.325 0 0 +15900300 15.0004480672 12.275 0 0 +15901200 15.0004480672 12.225 0 0 +15902100 15.0004480672 12.225 0 0 +15903000 15.0004480672 12.275 0 0 +15903900 15.0004480672 12.325 0 0 +15904800 15.0004480672 12.375 0 0 +15905700 15.0004480672 12.425 0 0 +15906600 15.0004480672 12.475 0 0 +15907500 15.0004480672 12.525 0 0 +15908400 15.0004480672 12.575 0 0 +15909300 15.0004480672 12.625 0 0 +15910200 15.0004480672 12.675 0 0 +15911100 15.0004480672 12.725 0 0 +15912000 15.0004480672 12.775 0 0 +15912900 15.0004480672 12.85 0 0 +15913800 15.0004480672 12.95 0 0 +15914700 15.0004480672 13.05 0 0 +15915600 15.0004480672 13.15 0 0 +15916500 15.0004480672 13.2375 9.1137314711 0 +15917400 15.0004480672 13.3125 22.8475117811 0 +15918300 15.0004480672 13.3875 36.5115257342 0 +15919200 15.0004480672 13.4625 49.8404155232 0 +15920100 15.0004480672 13.55 74.8219935136 0 +15921000 15.0004480672 13.65 83.0874667246 0 +15921900 15.0076079717 16.3659664644 102.045876744 0.0555555556 +15922800 15.0004480672 33.1913854766 126.521998893 0 +15923700 15.0076079717 17.3644356319 180.7612888691 0.0555555556 +15924600 15.0076079717 17.6866982874 205.2090220812 0.0555555556 +15925500 15.0076079717 18.0308271375 229.6518220442 0.0555555556 +15926400 15.0076079717 18.397038516 253.8791775646 0.0555555556 +15927300 15.0076079717 19.4405193935 344.7600443281 0.0555555556 +15928200 15.0076079717 20.0692185782 378.5698675711 0.0555555556 +15929100 15.0076079717 20.7536286767 411.4625688371 0.0555555556 +15930000 15.0076079717 21.3712821399 443.1824146817 0.0555555556 +15930900 15.0076079717 23.5727802598 586.5296219211 0.0555555556 +15931800 15.0076079717 24.3019293518 624.5786969537 0.0555555556 +15932700 15.0076079717 24.9922501824 660.249048354 0.0555555556 +15933600 15.0076079717 25.6379437574 693.3191458294 0.0555555556 +15934500 15.0076079717 26.0856446534 714.9600924341 0.0555555556 +15935400 15.0076079717 26.6067114483 741.8367415666 0.0555555556 +15936300 15.0076079717 27.0711663692 765.6372342437 0.0555555556 +15937200 15.0076079717 27.475870974 786.2305378691 0.0555555556 +15938100 15.0076079717 28.0599794294 819.2896695596 0.0555555556 +15939000 15.0076079717 28.3445737955 833.4285484832 0.0555555556 +15939900 15.0076079717 28.5616689149 844.0142896477 0.0555555556 +15940800 15.0076079717 28.7099815165 850.9914954111 0.0555555556 +15941700 15.0076079717 29.4842464594 890.6943353685 0.0555555556 +15942600 15.0076079717 29.4905586255 890.3453878341 0.0555555556 +15943500 15.0076079717 29.4214451136 886.1233035199 0.0555555556 +15944400 15.0076079717 29.2774161664 878.0496808329 0.0555555556 +15945300 15.0076079717 28.7417233766 846.6363873322 0.0555555556 +15946200 15.0076079717 28.4378295614 831.3706759447 0.0555555556 +15947100 15.0076079717 28.0650605446 812.5240474642 0.0555555556 +15948000 15.0076079717 27.6258127538 790.1960284504 0.0555555556 +15948900 15.0076079717 27.065174961 759.6320022234 0.0555555556 +15949800 15.0076079717 26.5040324701 730.8287430244 0.0555555556 +15950700 15.0076079717 25.8867968098 698.9760668977 0.0555555556 +15951600 15.0076079717 25.2181572163 664.2569410181 0.0555555556 +15952500 15.0076079717 24.0984925786 598.7680071083 0.0555555556 +15953400 15.0076079717 23.3693819885 560.6490270581 0.0555555556 +15954300 15.0076079717 22.6090106727 520.4573782057 0.0555555556 +15955200 15.0076079717 21.722496895 478.4754169098 0.0555555556 +15956100 15.0076079717 20.2659987912 398.0497457009 0.0555555556 +15957000 15.0076079717 19.4691279945 356.9459217588 0.0555555556 +15957900 15.0076079717 18.781712404 315.219270011 0.0555555556 +15958800 15.0076079717 18.2086097505 273.3256113332 0.0555555556 +15959700 15.0076079717 17.2040602106 187.7678970316 0.0555555556 +15960600 15.0004480672 38.0524725454 155.3993741511 0 +15961500 15.0076079717 16.7202051647 124.4663313586 0.0555555556 +15962400 15.0004480672 34.2123509165 95.658894743 0 +15963300 15.0004480672 16.5625 55.4487670655 0 +15964200 15.0004480672 16.2875 51.1437613595 0 +15965100 15.0004480672 16.0125 44.4276808091 0 +15966000 15.0004480672 15.7375 34.5695436099 0 +15966900 15.0004480672 15.6 23.774606994 0 +15967800 15.0004480672 15.6 7.7704899851 0 +15968700 15.0004480672 15.6 0 0 +15969600 15.0004480672 15.6 0 0 +15970500 15.0004480672 15.6 0 0 +15971400 15.0004480672 15.6 0 0 +15972300 15.0004480672 15.6 0 0 +15973200 15.0004480672 15.6 0 0 +15974100 15.0004480672 15.6 0 0 +15975000 15.0004480672 15.6 0 0 +15975900 15.0004480672 15.6 0 0 +15976800 15.0004480672 15.6 0 0 +15977700 15.0004480672 15.4875 0 0 +15978600 15.0004480672 15.2625 0 0 +15979500 15.0004480672 15.0375 0 0 +15980400 15.0004480672 14.8125 0 0 +15981300 15.0004480672 14.575 0 0 +15982200 15.0004480672 14.325 0 0 +15983100 15.0004480672 14.075 0 0 +15984000 15.0004480672 13.825 0 0 +15984900 15.0004480672 13.5875 0 0 +15985800 15.0004480672 13.3625 0 0 +15986700 15.0004480672 13.1375 0 0 +15987600 15.0004480672 12.9125 0 0 +15988500 15.0004480672 12.75 0 0 +15989400 15.0004480672 12.65 0 0 +15990300 15.0004480672 12.55 0 0 +15991200 15.0004480672 12.45 0 0 +15992100 15.0004480672 12.3625 0 0 +15993000 15.0004480672 12.2875 0 0 +15993900 15.0004480672 12.2125 0 0 +15994800 15.0004480672 12.1375 0 0 +15995700 15.0004480672 12.05 0 0 +15996600 15.0004480672 11.95 0 0 +15997500 15.0004480672 11.85 0 0 +15998400 15.0004480672 11.75 0 0 +15999300 15.0004480672 11.7625 0 0 +16000200 15.0004480672 11.8875 0 0 +16001100 15.0004480672 12.0125 0 0 +16002000 15.0004480672 12.1375 0 0 +16002900 15.0004480672 12.275 7.3571157433 0 +16003800 15.0004480672 12.425 18.5834069379 0 +16004700 15.0004480672 12.575 26.4216593751 0 +16005600 15.0004480672 12.725 28.5190065406 0 +16006500 15.0004480672 12.8625 44.2589386984 0 +16007400 15.0004480672 12.9875 37.6297015148 0 +16008300 15.0004480672 21.2714148685 59.2014744451 0 +16009200 15.0004480672 20.7987021888 94.7995355824 0 +16010100 15.0076079717 16.5378419829 166.2096565343 0.0555555556 +16011000 15.0004480672 36.7795043204 204.5245099638 0 +16011900 15.0076079717 17.2972641794 243.7590675247 0.0555555556 +16012800 15.0076079717 17.8693610938 283.2821376615 0.0555555556 +16013700 15.0076079717 19.3421536564 387.3651376413 0.0555555556 +16014600 15.0076079717 20.3146858658 434.0388855177 0.0555555556 +16015500 15.0076079717 21.4184436356 479.4141917193 0.0555555556 +16016400 15.0076079717 22.3817059688 523.1195771865 0.0555555556 +16017300 15.0076079717 23.3282291194 572.5950588872 0.0555555556 +16018200 15.0076079717 24.1144426173 611.810237317 0.0555555556 +16019100 15.0076079717 24.8581661739 648.5479163388 0.0555555556 +16020000 15.0076079717 25.5531618784 682.5860590188 0.0555555556 +16020900 15.0076079717 26.480755455 732.1963217687 0.0555555556 +16021800 15.0076079717 27.0629414994 761.0631676886 0.0555555556 +16022700 15.0076079717 27.5805202541 786.6149086866 0.0555555556 +16023600 15.0076079717 28.0300203774 808.7176405516 0.0555555556 +16024500 15.0076079717 29.1003795482 872.799980668 0.0555555556 +16025400 15.0076079717 29.417846179 888.4813986816 0.0555555556 +16026300 15.0076079717 29.6565159651 900.2313973762 0.0555555556 +16027200 15.0076079717 29.8149380554 907.9917299515 0.0555555556 +16028100 15.0076079717 29.9853068332 918.4718633878 0.0555555556 +16029000 15.0076079717 29.9827637003 918.1559577092 0.0555555556 +16029900 15.0076079717 29.8982666139 913.7687899272 0.0555555556 +16030800 15.0076079717 29.73234893 905.3319608765 0.0555555556 +16031700 15.0076079717 29.4398974795 889.2405980571 0.0555555556 +16032600 15.0076079717 29.1073176377 872.9000594525 0.0555555556 +16033500 15.0076079717 28.6979838001 852.7070992011 0.0555555556 +16034400 15.0076079717 28.2144826462 828.7639221821 0.0555555556 +16035300 15.0076079717 27.4899286649 787.868306799 0.0555555556 +16036200 15.0076079717 26.8730343822 757.2154522984 0.0555555556 +16037100 15.0076079717 26.1934833273 723.2854022427 0.0555555556 +16038000 15.0076079717 25.4563446763 686.2647160372 0.0555555556 +16038900 15.0076079717 23.8806350621 592.0157040106 0.0555555556 +16039800 15.0076079717 23.1031286036 552.9140055047 0.0555555556 +16040700 15.0076079717 22.291269202 511.6387739272 0.0555555556 +16041600 15.0076079717 21.3329262546 468.4736877682 0.0555555556 +16042500 15.0076079717 20.1430970238 419.9838882921 0.0555555556 +16043400 15.0076079717 19.187855423 373.1028307229 0.0555555556 +16044300 15.0076079717 18.3840665788 325.4006775757 0.0555555556 +16045200 15.0076079717 17.7387912037 277.4149113348 0.0555555556 +16046100 15.0004480672 33.3986389192 185.5943889689 0 +16047000 15.0076079717 16.2602135271 145.3746165529 0.0555555556 +16047900 15.0004480672 28.9782095544 107.1339781234 0 +16048800 15.0076079717 16.1370453841 72.0102114471 0.0555555556 +16049700 15.0004480672 15.95 18.3392983737 0 +16050600 15.0004480672 15.85 26.9815903843 0 +16051500 15.0004480672 15.75 32.0261968534 0 +16052400 15.0004480672 15.65 30.4367020285 0 +16053300 15.0004480672 15.575 42.654505774 0 +16054200 15.0004480672 15.525 13.8750871658 0 +16055100 15.0004480672 15.475 0 0 +16056000 15.0004480672 15.425 0 0 +16056900 15.0004480672 15.375 0 0 +16057800 15.0004480672 15.325 0 0 +16058700 15.0004480672 15.275 0 0 +16059600 15.0004480672 15.225 0 0 +16060500 15.0004480672 15.175 0 0 +16061400 15.0004480672 15.125 0 0 +16062300 15.0004480672 15.075 0 0 +16063200 15.0004480672 15.025 0 0 +16064100 15.0004480672 14.925 0 0 +16065000 15.0004480672 14.775 0 0 +16065900 15.0004480672 14.625 0 0 +16066800 15.0004480672 14.475 0 0 +16067700 15.0004480672 14.3375 0 0 +16068600 15.0004480672 14.2125 0 0 +16069500 15.0004480672 14.0875 0 0 +16070400 15.0004480672 13.9625 0 0 +16071300 15.0004480672 13.825 0 0 +16072200 15.0004480672 13.675 0 0 +16073100 15.0004480672 13.525 0 0 +16074000 15.0004480672 13.375 0 0 +16074900 15.0004480672 13.275 0 0 +16075800 15.0004480672 13.225 0 0 +16076700 15.0004480672 13.175 0 0 +16077600 15.0004480672 13.125 0 0 +16078500 15.0004480672 13.0875 0 0 +16079400 15.0004480672 13.0625 0 0 +16080300 15.0004480672 13.0375 0 0 +16081200 15.0004480672 13.0125 0 0 +16082100 15.0004480672 12.975 0 0 +16083000 15.0004480672 12.925 0 0 +16083900 15.0004480672 12.875 0 0 +16084800 15.0004480672 12.825 0 0 +16085700 15.0004480672 12.8625 0 0 +16086600 15.0004480672 12.9875 0 0 +16087500 15.0004480672 13.1125 0 0 +16088400 15.0004480672 13.2375 2.6492409732 0 +16089300 15.0004480672 13.375 7.1287997988 0 +16090200 15.0004480672 13.525 18.872207377 0 +16091100 15.0004480672 13.675 28.6182212875 0 +16092000 15.0004480672 13.825 34.6432784032 0 +16092900 15.0004480672 13.9625 52.2693745771 0 +16093800 15.0004480672 14.0875 49.9053752998 0 +16094700 15.0076079717 15.8344224211 68.3860553006 0.0555555556 +16095600 15.0004480672 25.4954260592 98.0046371069 0 +16096500 15.0076079717 16.6979230189 177.2248909253 0.0555555556 +16097400 15.0076079717 17.0341931495 219.9031247912 0.0555555556 +16098300 15.0076079717 17.5140495279 263.5855346596 0.0555555556 +16099200 15.0076079717 18.1412785537 307.5538802129 0.0555555556 +16100100 15.0076079717 19.6244603726 398.7621195901 0.0555555556 +16101000 15.0076079717 20.586959053 446.0864448826 0.0555555556 +16101900 15.0076079717 21.6765246578 492.1189000883 0.0555555556 +16102800 15.0076079717 22.6321392766 536.4805850962 0.0555555556 +16103700 15.0076079717 23.8672077275 606.4660307771 0.0555555556 +16104600 15.0076079717 24.6922508356 648.0727992131 0.0555555556 +16105500 15.0076079717 25.4725663985 687.0505940978 0.0555555556 +16106400 15.0076079717 26.2015441025 723.1650313594 0.0555555556 +16107300 15.0076079717 27.0758556075 771.1115429459 0.0555555556 +16108200 15.0076079717 27.6946119355 801.3745737493 0.0555555556 +16109100 15.0076079717 28.2467456051 828.1713556409 0.0555555556 +16110000 15.0076079717 28.7286379114 851.3604111059 0.0555555556 +16110900 15.0076079717 29.2823215618 881.2015735415 0.0555555556 +16111800 15.0076079717 29.6192760383 897.0005474592 0.0555555556 +16112700 15.0076079717 29.8779579487 908.8522084087 0.0555555556 +16113600 15.0076079717 30.0569067285 916.6970857111 0.0555555556 +16114500 15.0076079717 30.2559978873 926.9958052802 0.0555555556 +16115400 15.0076079717 30.2712055191 926.7280474917 0.0555555556 +16116300 15.0076079717 30.2047605246 922.3679452617 0.0555555556 +16117200 15.0076079717 30.0571919646 913.9371754122 0.0555555556 +16118100 15.0076079717 29.6845199124 892.4054164434 0.0555555556 +16119000 15.0076079717 29.3528608019 876.1334806489 0.0555555556 +16119900 15.0076079717 28.9452880483 856.0147929131 0.0555555556 +16120800 15.0076079717 28.4643741446 832.1523171172 0.0555555556 +16121700 15.0076079717 27.6887054063 788.8264341002 0.0555555556 +16122600 15.0076079717 27.0789036523 758.41633283 0.0555555556 +16123500 15.0076079717 26.4077464499 724.7571215309 0.0555555556 +16124400 15.0076079717 25.6802437537 688.036658628 0.0555555556 +16125300 15.0076079717 24.5441561929 623.1689462304 0.0555555556 +16126200 15.0076079717 23.7411353291 582.39837326 0.0555555556 +16127100 15.0076079717 22.9029265256 539.363636303 0.0555555556 +16128000 15.0076079717 21.9251087408 494.3611223741 0.0555555556 +16128900 15.0076079717 20.2242319236 392.1385349081 0.0555555556 +16129800 15.0076079717 19.4234324532 351.5510305403 0.0555555556 +16130700 15.0076079717 18.7327929104 310.3394669404 0.0555555556 +16131600 15.0076079717 18.1572445917 268.9548315124 0.0555555556 +16132500 15.0076079717 17.1193605774 186.9740743888 0.0555555556 +16133400 15.0004480672 37.1260218966 153.2713076979 0 +16134300 15.0076079717 16.6425887183 121.1244477845 0.0555555556 +16135200 15.0004480672 33.5585826979 91.2996843941 0 +16136100 15.0004480672 16.7375 60.1813431205 0 +16137000 15.0004480672 16.4125 55.3080519246 0 +16137900 15.0004480672 16.0875 47.8723953494 0 +16138800 15.0004480672 15.7625 37.0916258112 0 +16139700 15.0004480672 15.575 23.9391628233 0 +16140600 15.0004480672 15.525 7.6074208594 0 +16141500 15.0004480672 15.475 0 0 +16142400 15.0004480672 15.425 0 0 +16143300 15.0004480672 15.375 0 0 +16144200 15.0004480672 15.325 0 0 +16145100 15.0004480672 15.275 0 0 +16146000 15.0004480672 15.225 0 0 +16146900 15.0004480672 15.175 0 0 +16147800 15.0004480672 15.125 0 0 +16148700 15.0004480672 15.075 0 0 +16149600 15.0004480672 15.025 0 0 +16150500 15.0004480672 14.925 0 0 +16151400 15.0004480672 14.775 0 0 +16152300 15.0004480672 14.625 0 0 +16153200 15.0004480672 14.475 0 0 +16154100 15.0004480672 14.3375 0 0 +16155000 15.0004480672 14.2125 0 0 +16155900 15.0004480672 14.0875 0 0 +16156800 15.0004480672 13.9625 0 0 +16157700 15.0004480672 13.825 0 0 +16158600 15.0004480672 13.675 0 0 +16159500 15.0004480672 13.525 0 0 +16160400 15.0004480672 13.375 0 0 +16161300 15.0004480672 13.25 0 0 +16162200 15.0004480672 13.15 0 0 +16163100 15.0004480672 13.05 0 0 +16164000 15.0004480672 12.95 0 0 +16164900 15.0004480672 12.8625 0 0 +16165800 15.0004480672 12.7875 0 0 +16166700 15.0004480672 12.7125 0 0 +16167600 15.0004480672 12.6375 0 0 +16168500 15.0004480672 12.55 0 0 +16169400 15.0004480672 12.45 0 0 +16170300 15.0004480672 12.35 0 0 +16171200 15.0004480672 12.25 0 0 +16172100 15.0004480672 12.275 0 0 +16173000 15.0004480672 12.425 0 0 +16173900 15.0004480672 12.575 0 0 +16174800 15.0004480672 12.725 0 0 +16175700 15.0004480672 12.8625 5.2190802039 0 +16176600 15.0004480672 12.9875 14.5880303668 0 +16177500 15.0004480672 13.1125 24.0869870091 0 +16178400 15.0004480672 13.2375 33.6628212214 0 +16179300 15.0004480672 13.375 49.9204542427 0 +16180200 15.0004480672 13.525 60.4451517313 0 +16181100 15.0076079717 15.9112980701 71.7254445445 0.0555555556 +16182000 15.0004480672 27.9839389675 83.4128196777 0 +16182900 15.0076079717 16.6961019933 128.5632318771 0.0555555556 +16183800 15.0004480672 37.4926459091 144.4899065695 0 +16184700 15.0076079717 17.1396762714 160.2549767927 0.0555555556 +16185600 15.0076079717 17.3686825737 175.7578918352 0.0555555556 +16186500 15.0076079717 18.7166543427 273.3672945143 0.0555555556 +16187400 15.0076079717 19.0646258576 295.1139003291 0.0555555556 +16188300 15.0076079717 19.4191928982 316.1170011949 0.0555555556 +16189200 15.0076079717 19.7482152075 336.2549027838 0.0555555556 +16190100 15.0076079717 18.5281790531 247.7450652564 0.0555555556 +16191000 15.0076079717 18.7691004883 261.4576250958 0.0555555556 +16191900 15.0076079717 18.9963404514 274.3034855749 0.0555555556 +16192800 15.0076079717 19.2083110226 286.2082533899 0.0555555556 +16193700 15.0076079717 22.6633143834 518.0452419499 0.0555555556 +16194600 15.0076079717 22.9813682021 535.3841497315 0.0555555556 +16195500 15.0076079717 23.2661823773 550.7448248649 0.0555555556 +16196400 15.0076079717 23.5160663623 564.0450960717 0.0555555556 +16197300 15.0076079717 24.6482126275 639.4341635994 0.0555555556 +16198200 15.0076079717 24.8375168878 649.3242557142 0.0555555556 +16199100 15.0076079717 24.9850188224 656.7519596716 0.0555555556 +16200000 15.0076079717 25.0899664795 661.6792455218 0.0555555556 +16200900 15.0076079717 27.7663031135 813.99707534 0.0555555556 +16201800 15.0076079717 27.7839202321 813.8166437124 0.0555555556 +16202700 15.0076079717 27.7397983187 810.2711149454 0.0555555556 +16203600 15.0076079717 27.6343429365 803.3790594489 0.0555555556 +16204500 15.0076079717 27.3255199024 782.5139302132 0.0555555556 +16205400 15.0076079717 27.0839182124 769.1747341109 0.0555555556 +16206300 15.0076079717 26.7847568227 752.6791324688 0.0555555556 +16207200 15.0076079717 26.43002225 733.1158974701 0.0555555556 +16208100 15.0076079717 25.7107205546 688.1356937624 0.0555555556 +16209000 15.0076079717 25.2606178048 663.4267208517 0.0555555556 +16209900 15.0076079717 24.7643666543 636.0950395238 0.0555555556 +16210800 15.0076079717 24.2257440771 606.2996828814 0.0555555556 +16211700 15.0076079717 23.0644684209 533.8568073569 0.0555555556 +16212600 15.0076079717 22.496940612 502.1547148848 0.0555555556 +16213500 15.0076079717 21.903895918 468.7271513947 0.0555555556 +16214400 15.0076079717 21.2322271799 433.8054193961 0.0555555556 +16215300 15.0076079717 19.5830442686 319.7234058173 0.0555555556 +16216200 15.0076079717 19.0983280698 292.5487905824 0.0555555556 +16217100 15.0076079717 18.651873832 264.836660966 0.0555555556 +16218000 15.0076079717 18.2459766513 236.826976874 0.0555555556 +16218900 15.0076079717 17.8345528931 195.9521012585 0.0555555556 +16219800 15.0076079717 17.5256400749 172.4945880243 0.0555555556 +16220700 15.0076079717 17.2335070636 149.2296782984 0.0555555556 +16221600 15.0004480672 38.3469817662 126.3804414081 0 +16222500 15.0004480672 16.5625 33.0310637479 0 +16223400 15.0004480672 16.2875 27.0713650195 0 +16224300 15.0004480672 16.0125 21.0394187083 0 +16225200 15.0004480672 15.7375 14.9446557149 0 +16226100 15.0004480672 15.6 40.3798229668 0 +16227000 15.0004480672 15.6 12.5907397817 0 +16227900 15.0004480672 15.6 0 0 +16228800 15.0004480672 15.6 0 0 +16229700 15.0004480672 15.6 0 0 +16230600 15.0004480672 15.6 0 0 +16231500 15.0004480672 15.6 0 0 +16232400 15.0004480672 15.6 0 0 +16233300 15.0004480672 15.6 0 0 +16234200 15.0004480672 15.6 0 0 +16235100 15.0004480672 15.6 0 0 +16236000 15.0004480672 15.6 0 0 +16236900 15.0004480672 15.55 0 0 +16237800 15.0004480672 15.45 0 0 +16238700 15.0004480672 15.35 0 0 +16239600 15.0004480672 15.25 0 0 +16240500 15.0004480672 15.15 0 0 +16241400 15.0004480672 15.05 0 0 +16242300 15.0004480672 14.95 0 0 +16243200 15.0004480672 14.85 0 0 +16244100 15.0004480672 14.75 0 0 +16245000 15.0004480672 14.65 0 0 +16245900 15.0004480672 14.55 0 0 +16246800 15.0004480672 14.45 0 0 +16247700 15.0004480672 14.375 0 0 +16248600 15.0004480672 14.325 0 0 +16249500 15.0004480672 14.275 0 0 +16250400 15.0004480672 14.225 0 0 +16251300 15.0004480672 14.1875 0 0 +16252200 15.0004480672 14.1625 0 0 +16253100 15.0004480672 14.1375 0 0 +16254000 15.0004480672 14.1125 0 0 +16254900 15.0004480672 14.075 0 0 +16255800 15.0004480672 14.025 0 0 +16256700 15.0004480672 13.975 0 0 +16257600 15.0004480672 13.925 0 0 +16258500 15.0004480672 13.925 0 0 +16259400 15.0004480672 13.975 0 0 +16260300 15.0004480672 14.025 0 0 +16261200 15.0004480672 14.075 0 0 +16262100 15.0004480672 14.1125 3.1374898988 0 +16263000 15.0004480672 14.1375 9.1739208309 0 +16263900 15.0004480672 14.1625 15.275300597 0 +16264800 15.0004480672 14.1875 21.3873927793 0 +16265700 15.0004480672 14.225 36.2766576706 0 +16266600 15.0004480672 14.275 44.4223005569 0 +16267500 15.0004480672 23.607578088 52.5943031142 0 +16268400 15.0076079717 15.8190369243 60.7414060175 0.0555555556 +16269300 15.0004480672 38.2267714218 148.9685972052 0 +16270200 15.0076079717 17.2394816537 168.8309141639 0.0555555556 +16271100 15.0076079717 17.517542766 188.6432381338 0.0555555556 +16272000 15.0076079717 17.8107372597 208.2463982188 0.0555555556 +16272900 15.0076079717 18.6694961985 266.1868870725 0.0555555556 +16273800 15.0076079717 19.0280340894 287.807793648 0.0555555556 +16274700 15.0076079717 19.3960401677 308.7093196827 0.0555555556 +16275600 15.0076079717 19.736790719 328.7658276642 0.0555555556 +16276500 15.0076079717 21.723169192 462.723994879 0.0555555556 +16277400 15.0076079717 22.2263019061 490.4631299647 0.0555555556 +16278300 15.0076079717 22.7021417757 516.4780471756 0.0555555556 +16279200 15.0076079717 23.1469294887 540.6095372294 0.0555555556 +16280100 15.0076079717 25.4593855276 676.4147061993 0.0555555556 +16281000 15.0076079717 25.9759345213 702.182260709 0.0555555556 +16281900 15.0076079717 26.4380322925 725.0223306985 0.0555555556 +16282800 15.0076079717 26.8426417851 744.8091815073 0.0555555556 +16283700 15.0076079717 28.0389248976 817.260296124 0.0555555556 +16284600 15.0076079717 28.3389737624 831.6189935116 0.0555555556 +16285500 15.0076079717 28.5708666058 842.4146348928 0.0555555556 +16286400 15.0076079717 28.7332898788 849.5909411712 0.0555555556 +16287300 15.0076079717 29.8964954482 903.4309885056 0.0555555556 +16288200 15.0076079717 29.9174377253 903.26261549 0.0555555556 +16289100 15.0076079717 29.8584036617 899.1021550267 0.0555555556 +16290000 15.0076079717 29.7198991321 890.9702769401 0.0555555556 +16290900 15.0076079717 29.5662644137 882.6969526353 0.0555555556 +16291800 15.0076079717 29.2457526007 866.6751620137 0.0555555556 +16292700 15.0076079717 28.8497224603 846.8419848725 0.0555555556 +16293600 15.0076079717 28.3807106362 823.2985742036 0.0555555556 +16294500 15.0076079717 27.1272073266 748.2801175077 0.0555555556 +16295400 15.0076079717 26.552985262 719.4860118893 0.0555555556 +16296300 15.0076079717 25.920004701 687.6044329549 0.0555555556 +16297200 15.0076079717 25.2330209032 652.813477307 0.0555555556 +16298100 15.0076079717 24.0291271636 584.1370775601 0.0555555556 +16299000 15.0076079717 23.3019659785 546.5203943507 0.0555555556 +16299900 15.0076079717 22.5426052327 506.8278968471 0.0555555556 +16300800 15.0076079717 21.6689612126 465.336398663 0.0555555556 +16301700 15.0076079717 20.4114171804 411.7409447287 0.0555555556 +16302600 15.0076079717 19.4860006278 366.6626688402 0.0555555556 +16303500 15.0076079717 18.7020668834 320.8141250415 0.0555555556 +16304400 15.0076079717 18.0661892515 274.7095082523 0.0555555556 +16305300 15.0004480672 38.535333953 193.0369241972 0 +16306200 15.0076079717 16.6467863146 152.4850723958 0.0555555556 +16307100 15.0004480672 33.5472948758 113.8971007068 0 +16308000 15.0076079717 16.4673675365 78.3916421158 0.0555555556 +16308900 15.0004480672 19 26.2432444423 0 +16309800 15.0004480672 18.8 32.8563749084 0 +16310700 15.0004480672 18.6 35.5907700646 0 +16311600 15.0004480672 18.4 31.9431783784 0 +16312500 15.0004480672 18.1875 38.8104482633 0 +16313400 15.0004480672 17.9625 11.9203610436 0 +16314300 15.0004480672 17.7375 0 0 +16315200 15.0004480672 17.5125 0 0 +16316100 15.0004480672 17.2875 0 0 +16317000 15.0004480672 17.0625 0 0 +16317900 15.0004480672 16.8375 0 0 +16318800 15.0004480672 16.6125 0 0 +16319700 15.0004480672 16.3875 0 0 +16320600 15.0004480672 16.1625 0 0 +16321500 15.0004480672 15.9375 0 0 +16322400 15.0004480672 15.7125 0 0 +16323300 15.0004480672 15.525 0 0 +16324200 15.0004480672 15.375 0 0 +16325100 15.0004480672 15.225 0 0 +16326000 15.0004480672 15.075 0 0 +16326900 15.0004480672 14.9375 0 0 +16327800 15.0004480672 14.8125 0 0 +16328700 15.0004480672 14.6875 0 0 +16329600 15.0004480672 14.5625 0 0 +16330500 15.0004480672 14.425 0 0 +16331400 15.0004480672 14.275 0 0 +16332300 15.0004480672 14.125 0 0 +16333200 15.0004480672 13.975 0 0 +16334100 15.0004480672 13.875 0 0 +16335000 15.0004480672 13.825 0 0 +16335900 15.0004480672 13.775 0 0 +16336800 15.0004480672 13.725 0 0 +16337700 15.0004480672 13.675 0 0 +16338600 15.0004480672 13.625 0 0 +16339500 15.0004480672 13.575 0 0 +16340400 15.0004480672 13.525 0 0 +16341300 15.0004480672 13.475 0 0 +16342200 15.0004480672 13.425 0 0 +16343100 15.0004480672 13.375 0 0 +16344000 15.0004480672 13.325 0 0 +16344900 15.0004480672 13.325 0 0 +16345800 15.0004480672 13.375 0 0 +16346700 15.0004480672 13.425 0 0 +16347600 15.0004480672 13.475 0 0 +16348500 15.0004480672 13.525 6.7857875423 0 +16349400 15.0004480672 13.575 20.8306521197 0 +16350300 15.0004480672 13.625 34.629456608 0 +16351200 15.0004480672 13.675 47.6179527861 0 +16352100 15.0004480672 13.725 53.3140918778 0 +16353000 15.0004480672 13.775 63.4090800076 0 +16353900 15.0076079717 15.9740271113 75.8274991294 0.0555555556 +16354800 15.0004480672 28.6116034532 89.6937234383 0 +16355700 15.0076079717 17.0431400854 156.3568688321 0.0555555556 +16356600 15.0076079717 17.3175211772 177.1888707766 0.0555555556 +16357500 15.0076079717 17.6068770698 197.9597140447 0.0555555556 +16358400 15.0076079717 17.9112478194 218.5045912631 0.0555555556 +16359300 15.0076079717 18.5413565061 280.8835961892 0.0555555556 +16360200 15.0076079717 19.0619942527 308.6905405752 0.0555555556 +16361100 15.0076079717 19.6312198221 335.7626714662 0.0555555556 +16362000 15.0076079717 20.1417635286 361.8875056894 0.0555555556 +16362900 15.0076079717 20.6709662681 392.8069011181 0.0555555556 +16363800 15.0076079717 21.0613131844 415.0402243275 0.0555555556 +16364700 15.0076079717 21.4299371542 435.876899393 0.0555555556 +16365600 15.0076079717 21.7741581897 455.1948257332 0.0555555556 +16366500 15.0076079717 24.636559534 625.2619010344 0.0555555556 +16367400 15.0076079717 25.1090454858 649.0644988053 0.0555555556 +16368300 15.0076079717 25.531245942 670.1690016555 0.0555555556 +16369200 15.0076079717 25.9003493396 688.4586327397 0.0555555556 +16370100 15.0076079717 24.6234824337 616.7463565334 0.0555555556 +16371000 15.0076079717 24.8303967251 627.0290407884 0.0555555556 +16371900 15.0076079717 24.9909673424 634.7682691102 0.0555555556 +16372800 15.0076079717 25.1043056648 639.9230713579 0.0555555556 +16373700 15.0076079717 27.9901283288 790.2633810598 0.0555555556 +16374600 15.0076079717 28.0049703475 790.1549049092 0.0555555556 +16375500 15.0076079717 27.9498281493 786.5621744571 0.0555555556 +16376400 15.0076079717 27.8251438645 779.5033552117 0.0555555556 +16377300 15.0076079717 29.5897099042 888.7449194277 0.0555555556 +16378200 15.0076079717 29.2643727792 872.602317625 0.0555555556 +16379100 15.0076079717 28.862121808 852.6066950873 0.0555555556 +16380000 15.0076079717 28.385512922 828.8589208618 0.0555555556 +16380900 15.0076079717 27.649438001 787.5499848985 0.0555555556 +16381800 15.0076079717 27.0391418331 757.1360695751 0.0555555556 +16382700 15.0076079717 26.3661301374 723.4456590902 0.0555555556 +16383600 15.0076079717 25.6354159148 686.6636656394 0.0555555556 +16384500 15.0076079717 24.631217192 630.7655104119 0.0555555556 +16385400 15.0076079717 23.8081482078 589.2093172165 0.0555555556 +16386300 15.0076079717 22.9478704192 545.3062544746 0.0555555556 +16387200 15.0076079717 21.9568720835 499.3535175168 0.0555555556 +16388100 15.0076079717 20.3880163922 423.1755577422 0.0555555556 +16389000 15.0076079717 19.4086122557 376.2616272743 0.0555555556 +16389900 15.0076079717 18.581172181 328.5025819898 0.0555555556 +16390800 15.0076079717 17.9129114395 280.4341405042 0.0555555556 +16391700 15.0004480672 35.3886778048 196.5882445722 0 +16392600 15.0076079717 16.379594807 153.3885485643 0.0555555556 +16393500 15.0004480672 30.2406066598 112.2400944426 0 +16394400 15.0076079717 16.2233041686 74.4012585275 0.0555555556 +16395300 15.0004480672 16.8875 15.9798712181 0 +16396200 15.0004480672 16.6625 25.2033144941 0 +16397100 15.0004480672 16.4375 30.8323155511 0 +16398000 15.0004480672 16.2125 29.5492492944 0 +16398900 15.0004480672 16.025 37.918496845 0 +16399800 15.0004480672 15.875 11.4353541791 0 +16400700 15.0004480672 15.725 0 0 +16401600 15.0004480672 15.575 0 0 +16402500 15.0004480672 15.4375 0 0 +16403400 15.0004480672 15.3125 0 0 +16404300 15.0004480672 15.1875 0 0 +16405200 15.0004480672 15.0625 0 0 +16406100 15.0004480672 14.925 0 0 +16407000 15.0004480672 14.775 0 0 +16407900 15.0004480672 14.625 0 0 +16408800 15.0004480672 14.475 0 0 +16409700 15.0004480672 14.35 0 0 +16410600 15.0004480672 14.25 0 0 +16411500 15.0004480672 14.15 0 0 +16412400 15.0004480672 14.05 0 0 +16413300 15.0004480672 13.9625 0 0 +16414200 15.0004480672 13.8875 0 0 +16415100 15.0004480672 13.8125 0 0 +16416000 15.0004480672 13.7375 0 0 +16416900 15.0004480672 13.65 0 0 +16417800 15.0004480672 13.55 0 0 +16418700 15.0004480672 13.45 0 0 +16419600 15.0004480672 13.35 0 0 +16420500 15.0004480672 13.25 0 0 +16421400 15.0004480672 13.15 0 0 +16422300 15.0004480672 13.05 0 0 +16423200 15.0004480672 12.95 0 0 +16424100 15.0004480672 12.8625 0 0 +16425000 15.0004480672 12.7875 0 0 +16425900 15.0004480672 12.7125 0 0 +16426800 15.0004480672 12.6375 0 0 +16427700 15.0004480672 12.55 0 0 +16428600 15.0004480672 12.45 0 0 +16429500 15.0004480672 12.35 0 0 +16430400 15.0004480672 12.25 0 0 +16431300 15.0004480672 12.3125 0 0 +16432200 15.0004480672 12.5375 0 0 +16433100 15.0004480672 12.7625 0 0 +16434000 15.0004480672 12.9875 0 0 +16434900 15.0004480672 13.225 5.2919248199 0 +16435800 15.0004480672 13.475 16.6953846626 0 +16436700 15.0004480672 13.725 25.0583023415 0 +16437600 15.0004480672 13.975 26.9958536013 0 +16438500 15.0004480672 14.2125 43.2344380342 0 +16439400 15.0004480672 14.4375 36.4337371822 0 +16440300 15.0004480672 22.4502852311 56.7592627754 0 +16441200 15.0004480672 21.9252325807 92.8748040135 0 +16442100 15.0076079717 16.6187076205 176.6067881251 0.0555555556 +16443000 15.0004480672 38.4417806088 222.5246820148 0 +16443900 15.0076079717 17.5043595377 269.5243729679 0.0555555556 +16444800 15.0076079717 18.1983299579 316.7960145464 0.0555555556 +16445700 15.0076079717 19.6831631832 400.9299975845 0.0555555556 +16446600 15.0076079717 20.7129915569 449.9241731148 0.0555555556 +16447500 15.0076079717 21.8826100176 497.5597015417 0.0555555556 +16448400 15.0076079717 22.9016782175 543.4459857745 0.0555555556 +16449300 15.0076079717 24.172306039 613.3978394017 0.0555555556 +16450200 15.0076079717 25.0506971827 656.2268909984 0.0555555556 +16451100 15.0076079717 25.882390729 696.3480466985 0.0555555556 +16452000 15.0076079717 26.6605426415 733.5242256293 0.0555555556 +16452900 15.0076079717 27.6035216169 785.654213621 0.0555555556 +16453800 15.0076079717 28.2221044202 816.9469696503 0.0555555556 +16454700 15.0076079717 28.7713412299 844.6725781755 0.0555555556 +16455600 15.0076079717 29.2474885992 868.6876083624 0.0555555556 +16456500 15.0076079717 29.7750859417 898.5286416229 0.0555555556 +16457400 15.0076079717 30.097884936 914.9300379769 0.0555555556 +16458300 15.0076079717 30.3394473992 927.2804117023 0.0555555556 +16459200 15.0076079717 30.4982545502 935.5189940018 0.0555555556 +16460100 15.0076079717 30.5857238085 940.7083358313 0.0555555556 +16461000 15.0076079717 30.5765193888 940.6227228608 0.0555555556 +16461900 15.0076079717 30.4830580043 936.361705991 0.0555555556 +16462800 15.0076079717 30.3058554245 927.9460797872 0.0555555556 +16463700 15.0076079717 29.9795506721 910.0513660672 0.0555555556 +16464600 15.0076079717 29.6429609474 893.5520880276 0.0555555556 +16465500 15.0076079717 29.2274411356 873.1025972655 0.0555555556 +16466400 15.0076079717 28.7355973788 848.8054028866 0.0555555556 +16467300 15.0076079717 27.9808468314 806.7839456225 0.0555555556 +16468200 15.0076079717 27.3538618206 775.6472588682 0.0555555556 +16469100 15.0076079717 26.6624714305 741.1472358743 0.0555555556 +16470000 15.0076079717 25.9117961725 703.4720718069 0.0555555556 +16470900 15.0076079717 24.8318132411 642.9383718474 0.0555555556 +16471800 15.0076079717 23.9887318397 600.5862792783 0.0555555556 +16472700 15.0076079717 23.1075224373 555.8316461365 0.0555555556 +16473600 15.0076079717 22.0997899038 508.9759452796 0.0555555556 +16474500 15.0076079717 20.4941397174 430.9310130321 0.0555555556 +16475400 15.0076079717 19.4990069025 383.1466631282 0.0555555556 +16476300 15.0076079717 18.6589252241 334.4863045478 0.0555555556 +16477200 15.0076079717 17.9813244852 285.4948256914 0.0555555556 +16478100 15.0004480672 35.8872457924 199.2168205847 0 +16479000 15.0076079717 16.4226034595 155.3660376158 0.0555555556 +16479900 15.0004480672 30.8891907298 113.581017703 0 +16480800 15.0076079717 16.2821535711 75.1467591521 0.0555555556 +16481700 15.0004480672 17.725 16.0219184809 0 +16482600 15.0004480672 17.575 25.2672200853 0 +16483500 15.0004480672 17.425 30.8766805686 0 +16484400 15.0004480672 17.275 29.4944006166 0 +16485300 15.0004480672 17.1375 38.6914520542 0 +16486200 15.0004480672 17.0125 11.3446111484 0 +16487100 15.0004480672 16.8875 0 0 +16488000 15.0004480672 16.7625 0 0 +16488900 15.0004480672 16.625 0 0 +16489800 15.0004480672 16.475 0 0 +16490700 15.0004480672 16.325 0 0 +16491600 15.0004480672 16.175 0 0 +16492500 15.0004480672 16.0375 0 0 +16493400 15.0004480672 15.9125 0 0 +16494300 15.0004480672 15.7875 0 0 +16495200 15.0004480672 15.6625 0 0 +16496100 15.0004480672 15.55 0 0 +16497000 15.0004480672 15.45 0 0 +16497900 15.0004480672 15.35 0 0 +16498800 15.0004480672 15.25 0 0 +16499700 15.0004480672 15.15 0 0 +16500600 15.0004480672 15.05 0 0 +16501500 15.0004480672 14.95 0 0 +16502400 15.0004480672 14.85 0 0 +16503300 15.0004480672 14.75 0 0 +16504200 15.0004480672 14.65 0 0 +16505100 15.0004480672 14.55 0 0 +16506000 15.0004480672 14.45 0 0 +16506900 15.0004480672 14.35 0 0 +16507800 15.0004480672 14.25 0 0 +16508700 15.0004480672 14.15 0 0 +16509600 15.0004480672 14.05 0 0 +16510500 15.0004480672 13.9625 0 0 +16511400 15.0004480672 13.8875 0 0 +16512300 15.0004480672 13.8125 0 0 +16513200 15.0004480672 13.7375 0 0 +16514100 15.0004480672 13.65 0 0 +16515000 15.0004480672 13.55 0 0 +16515900 15.0004480672 13.45 0 0 +16516800 15.0004480672 13.35 0 0 +16517700 15.0004480672 13.35 0 0 +16518600 15.0004480672 13.45 0 0 +16519500 15.0004480672 13.55 0 0 +16520400 15.0004480672 13.65 0 0 +16521300 15.0004480672 13.7375 4.6475938368 0 +16522200 15.0004480672 13.8125 16.0819451339 0 +16523100 15.0004480672 13.8875 27.7204232618 0 +16524000 15.0004480672 13.9625 39.4281044537 0 +16524900 15.0004480672 14.05 72.0221053866 0 +16525800 15.0004480672 14.15 88.6229165108 0 +16526700 15.0076079717 16.442467006 105.2861212114 0.0555555556 +16527600 15.0004480672 34.9912829312 121.910164682 0 +16528500 15.0076079717 16.935729337 144.040777272 0.0555555556 +16529400 15.0076079717 17.2027590849 162.8731605098 0.0555555556 +16530300 15.0076079717 17.480162638 181.5982739381 0.0555555556 +16531200 15.0076079717 17.7677987948 200.0793062236 0.0555555556 +16532100 15.0076079717 17.9577422853 206.3593823206 0.0555555556 +16533000 15.0076079717 18.2202768995 222.0636541346 0.0555555556 +16533900 15.0076079717 18.4812009063 237.1894743162 0.0555555556 +16534800 15.0076079717 18.7268147886 251.6602294573 0.0555555556 +16535700 15.0076079717 20.7206575971 388.3545169891 0.0555555556 +16536600 15.0076079717 21.0643762238 408.5432096247 0.0555555556 +16537500 15.0076079717 21.388552998 427.4300136295 0.0555555556 +16538400 15.0076079717 21.691282347 444.9154338375 0.0555555556 +16539300 15.0076079717 24.5113008595 624.4071004314 0.0555555556 +16540200 15.0076079717 24.8953109117 645.9569620233 0.0555555556 +16541100 15.0076079717 25.2380348731 665.0671326675 0.0555555556 +16542000 15.0076079717 25.537292491 681.6342404073 0.0555555556 +16542900 15.0076079717 26.3104381871 719.9176745728 0.0555555556 +16543800 15.0076079717 26.5382522437 731.9855449819 0.0555555556 +16544700 15.0076079717 26.7125129518 741.0844149097 0.0555555556 +16545600 15.0076079717 26.832185841 747.1663383692 0.0555555556 +16546500 15.0076079717 27.8533336962 809.1212573431 0.0555555556 +16547400 15.0076079717 27.8639307806 809.0867758881 0.0555555556 +16548300 15.0076079717 27.813313832 805.708551845 0.0555555556 +16549200 15.0076079717 27.7018673972 799.0042485739 0.0555555556 +16550100 15.0076079717 27.3617018948 778.4633942263 0.0555555556 +16551000 15.0076079717 27.1235617927 765.4177254992 0.0555555556 +16551900 15.0076079717 26.8288906715 749.24910569 0.0555555556 +16552800 15.0076079717 26.479608406 730.0443023132 0.0555555556 +16553700 15.0076079717 25.8324370069 683.9606562572 0.0555555556 +16554600 15.0076079717 25.3687903948 659.1477367067 0.0555555556 +16555500 15.0076079717 24.8576455512 631.6812362152 0.0555555556 +16556400 15.0076079717 24.3028688788 601.7208134887 0.0555555556 +16557300 15.0076079717 23.1309553904 529.4485252828 0.0555555556 +16558200 15.0076079717 22.5422424165 497.4261221521 0.0555555556 +16559100 15.0076079717 21.9270927518 463.6495334888 0.0555555556 +16560000 15.0076079717 21.2416115905 428.3544222017 0.0555555556 +16560900 15.0076079717 20.2406553888 376.2556352336 0.0555555556 +16561800 15.0076079717 19.5424266559 339.9817258528 0.0555555556 +16562700 15.0076079717 18.9265365334 303.1192859612 0.0555555556 +16563600 15.0076079717 18.3968631479 266.048001831 0.0555555556 +16564500 15.0076079717 17.4820480754 169.3503129043 0.0555555556 +16565400 15.0076079717 17.2071683534 148.083977266 0.0555555556 +16566300 15.0004480672 38.497488581 127.1187298688 0 +16567200 15.0076079717 16.7179435773 106.6888702773 0.0555555556 +16568100 15.0004480672 17.2375 69.7677278273 0 +16569000 15.0004480672 16.9125 57.0415630404 0 +16569900 15.0004480672 16.5875 44.1444218577 0 +16570800 15.0004480672 16.2625 31.0940210129 0 +16571700 15.0004480672 16.0125 24.8296615763 0 +16572600 15.0004480672 15.8375 6.9526760728 0 +16573500 15.0004480672 15.6625 0 0 +16574400 15.0004480672 15.4875 0 0 +16575300 15.0004480672 15.3 0 0 +16576200 15.0004480672 15.1 0 0 +16577100 15.0004480672 14.9 0 0 +16578000 15.0004480672 14.7 0 0 +16578900 15.0004480672 14.5125 0 0 +16579800 15.0004480672 14.3375 0 0 +16580700 15.0004480672 14.1625 0 0 +16581600 15.0004480672 13.9875 0 0 +16582500 15.0004480672 13.9 0 0 +16583400 15.0004480672 13.9 0 0 +16584300 15.0004480672 13.9 0 0 +16585200 15.0004480672 13.9 0 0 +16586100 15.0004480672 13.9 0 0 +16587000 15.0004480672 13.9 0 0 +16587900 15.0004480672 13.9 0 0 +16588800 15.0004480672 13.9 0 0 +16589700 15.0004480672 13.9 0 0 +16590600 15.0004480672 13.9 0 0 +16591500 15.0004480672 13.9 0 0 +16592400 15.0004480672 13.9 0 0 +16593300 15.0004480672 13.925 0 0 +16594200 15.0004480672 13.975 0 0 +16595100 15.0004480672 14.025 0 0 +16596000 15.0004480672 14.075 0 0 +16596900 15.0004480672 14.1125 0 0 +16597800 15.0004480672 14.1375 0 0 +16598700 15.0004480672 14.1625 0 0 +16599600 15.0004480672 14.1875 0 0 +16600500 15.0004480672 14.225 0 0 +16601400 15.0004480672 14.275 0 0 +16602300 15.0004480672 14.325 0 0 +16603200 15.0004480672 14.375 0 0 +16604100 15.0004480672 14.375 0 0 +16605000 15.0004480672 14.325 0 0 +16605900 15.0004480672 14.275 0 0 +16606800 15.0004480672 14.225 0 0 +16607700 15.0004480672 14.1875 3.6298320732 0 +16608600 15.0004480672 14.1625 13.4169734995 0 +16609500 15.0004480672 14.1375 23.4395564703 0 +16610400 15.0004480672 14.1125 33.5463267714 0 +16611300 15.0004480672 14.075 69.2274884823 0 +16612200 15.0004480672 14.025 85.3357879771 0 +16613100 15.0076079717 16.3672408231 101.5066159497 0.0555555556 +16614000 15.0004480672 33.8894703199 117.6424897672 0 +16614900 15.0076079717 16.9346141514 166.8701698189 0.0555555556 +16615800 15.0076079717 17.2485749494 197.2649358321 0.0555555556 +16616700 15.0076079717 17.6324724711 228.265984763 0.0555555556 +16617600 15.0076079717 18.0890856455 259.4513658462 0.0555555556 +16618500 15.0076079717 19.2820778348 346.628192894 0.0555555556 +16619400 15.0076079717 20.0111733474 384.1122525632 0.0555555556 +16620300 15.0076079717 20.8215857225 420.6449803732 0.0555555556 +16621200 15.0076079717 21.5401038363 455.9247533538 0.0555555556 +16622100 15.0076079717 23.3241772455 567.2036293091 0.0555555556 +16623000 15.0076079717 24.0972008578 606.0073068546 0.0555555556 +16623900 15.0076079717 24.8294042451 642.3976066509 0.0555555556 +16624800 15.0076079717 25.5146345128 676.1517198503 0.0555555556 +16625700 15.0076079717 26.2706577311 715.1870081537 0.0555555556 +16626600 15.0076079717 26.8807880236 743.3407612425 0.0555555556 +16627500 15.0076079717 27.4296480725 768.307143558 0.0555555556 +16628400 15.0076079717 27.9138589155 789.9522403579 0.0555555556 +16629300 15.0076079717 29.6234206505 888.0229655629 0.0555555556 +16630200 15.0076079717 29.9998922201 904.2321391191 0.0555555556 +16631100 15.0076079717 30.297024712 916.4596209344 0.0555555556 +16632000 15.0076079717 30.5133143283 924.6443470648 0.0555555556 +16632900 15.0076079717 30.5200113336 921.3145127125 0.0555555556 +16633800 15.0076079717 30.5739135047 921.3121769038 0.0555555556 +16634700 15.0076079717 30.5462768863 917.2422349233 0.0555555556 +16635600 15.0076079717 30.4375944289 909.1248812423 0.0555555556 +16636500 15.0076079717 30.1485394904 892.5134348983 0.0555555556 +16637400 15.0076079717 29.7992404576 876.5104987475 0.0555555556 +16638300 15.0076079717 29.3737775285 856.6584991314 0.0555555556 +16639200 15.0076079717 28.8746797801 833.0586965535 0.0555555556 +16640100 15.0076079717 28.0828776802 789.9364881604 0.0555555556 +16641000 15.0076079717 27.4554813947 759.7652156006 0.0555555556 +16641900 15.0076079717 26.7662469804 726.3343034556 0.0555555556 +16642800 15.0076079717 26.0201197795 689.8294011276 0.0555555556 +16643700 15.0076079717 24.9027210894 627.7304713301 0.0555555556 +16644600 15.0076079717 24.0738344781 586.9473926789 0.0555555556 +16645500 15.0076079717 23.2087494409 543.8682334902 0.0555555556 +16646400 15.0076079717 22.2402553678 498.7876024836 0.0555555556 +16647300 15.0076079717 20.6847177935 422.3703584395 0.0555555556 +16648200 15.0076079717 19.7255526652 376.6907613383 0.0555555556 +16649100 15.0076079717 18.9070750887 330.2167269215 0.0555555556 +16650000 15.0076079717 18.2359109422 283.4663719271 0.0555555556 +16650900 15.0076079717 17.0191497877 196.8855733423 0.0555555556 +16651800 15.0004480672 35.9110503831 156.4702069636 0 +16652700 15.0076079717 16.5256964208 117.98795384 0.0555555556 +16653600 15.0004480672 32.9717149947 82.5377422565 0 +16654500 15.0004480672 18.1875 30.6764340279 0 +16655400 15.0004480672 17.7625 35.9136018885 0 +16656300 15.0004480672 17.3375 37.1153651132 0 +16657200 15.0004480672 16.9125 32.0414839077 0 +16658100 15.0004480672 16.6 38.7547086684 0 +16659000 15.0004480672 16.4 10.5332273535 0 +16659900 15.0004480672 16.2 0 0 +16660800 15.0004480672 16 0 0 +16661700 15.0004480672 15.8125 0 0 +16662600 15.0004480672 15.6375 0 0 +16663500 15.0004480672 15.4625 0 0 +16664400 15.0004480672 15.2875 0 0 +16665300 15.0004480672 15.1 0 0 +16666200 15.0004480672 14.9 0 0 +16667100 15.0004480672 14.7 0 0 +16668000 15.0004480672 14.5 0 0 +16668900 15.0004480672 14.3375 0 0 +16669800 15.0004480672 14.2125 0 0 +16670700 15.0004480672 14.0875 0 0 +16671600 15.0004480672 13.9625 0 0 +16672500 15.0004480672 13.825 0 0 +16673400 15.0004480672 13.675 0 0 +16674300 15.0004480672 13.525 0 0 +16675200 15.0004480672 13.375 0 0 +16676100 15.0004480672 13.2375 0 0 +16677000 15.0004480672 13.1125 0 0 +16677900 15.0004480672 12.9875 0 0 +16678800 15.0004480672 12.8625 0 0 +16679700 15.0004480672 12.775 0 0 +16680600 15.0004480672 12.725 0 0 +16681500 15.0004480672 12.675 0 0 +16682400 15.0004480672 12.625 0 0 +16683300 15.0004480672 12.575 0 0 +16684200 15.0004480672 12.525 0 0 +16685100 15.0004480672 12.475 0 0 +16686000 15.0004480672 12.425 0 0 +16686900 15.0004480672 12.375 0 0 +16687800 15.0004480672 12.325 0 0 +16688700 15.0004480672 12.275 0 0 +16689600 15.0004480672 12.225 0 0 +16690500 15.0004480672 12.3375 0 0 +16691400 15.0004480672 12.6125 0 0 +16692300 15.0004480672 12.8875 0 0 +16693200 15.0004480672 13.1625 0 0 +16694100 15.0004480672 13.45 4.5584604256 0 +16695000 15.0004480672 13.75 17.5895247522 0 +16695900 15.0004480672 14.05 29.1450991224 0 +16696800 15.0004480672 14.35 36.1049064561 0 +16697700 15.0004480672 14.6375 46.8117749807 0 +16698600 15.0004480672 14.9125 42.2200528968 0 +16699500 15.0004480672 24.3783670765 60.4582712124 0 +16700400 15.0004480672 24.295842914 93.1525569688 0 +16701300 15.0076079717 16.7329576116 174.9773290114 0.0555555556 +16702200 15.0076079717 17.0765596725 218.6901221614 0.0555555556 +16703100 15.0076079717 17.5712983882 263.5053915048 0.0555555556 +16704000 15.0076079717 18.2219272027 308.6541854063 0.0555555556 +16704900 15.0076079717 19.6535757853 393.2217929456 0.0555555556 +16705800 15.0076079717 20.6319651084 440.7320570252 0.0555555556 +16706700 15.0076079717 21.7427311201 486.9663909607 0.0555555556 +16707600 15.0076079717 22.7055434832 531.5408137334 0.0555555556 +16708500 15.0076079717 23.9674214956 602.5957392178 0.0555555556 +16709400 15.0076079717 24.8103318397 644.5107413277 0.0555555556 +16710300 15.0076079717 25.6083956368 683.7995110994 0.0555555556 +16711200 15.0076079717 26.3549207509 720.2266863481 0.0555555556 +16712100 15.0076079717 27.3083331474 773.1649283775 0.0555555556 +16713000 15.0076079717 27.9307328057 803.9413581832 0.0555555556 +16713900 15.0076079717 28.4858154813 831.229607579 0.0555555556 +16714800 15.0076079717 28.969895607 854.8867392059 0.0555555556 +16715700 15.0076079717 29.5363686458 885.9742198265 0.0555555556 +16716600 15.0076079717 29.870483703 902.2111475095 0.0555555556 +16717500 15.0076079717 30.125324531 914.4688692315 0.0555555556 +16718400 15.0076079717 30.2993831814 922.6864374256 0.0555555556 +16719300 15.0076079717 30.4158407041 928.6764232028 0.0555555556 +16720200 15.0076079717 30.4276861439 928.7121192282 0.0555555556 +16721100 15.0076079717 30.3571791799 924.6396931006 0.0555555556 +16722000 15.0076079717 30.2048127037 916.4792227701 0.0555555556 +16722900 15.0076079717 29.8881099807 898.9975483517 0.0555555556 +16723800 15.0076079717 29.552497925 882.8852394736 0.0555555556 +16724700 15.0076079717 29.1397749991 862.8870031889 0.0555555556 +16725600 15.0076079717 28.6524871762 839.1041910775 0.0555555556 +16726500 15.0076079717 27.9074945816 798.0717352999 0.0555555556 +16727400 15.0076079717 27.2843877764 767.5506703737 0.0555555556 +16728300 15.0076079717 26.5983576559 733.7232668354 0.0555555556 +16729200 15.0076079717 25.8544062607 696.7759977948 0.0555555556 +16730100 15.0076079717 24.7425478708 634.3419278898 0.0555555556 +16731000 15.0076079717 23.9175478263 593.0264388966 0.0555555556 +16731900 15.0076079717 23.0555775371 549.3724086611 0.0555555556 +16732800 15.0076079717 22.0944280482 503.6766211057 0.0555555556 +16733700 15.0076079717 20.4845160787 423.5780836101 0.0555555556 +16734600 15.0076079717 19.517924399 377.5154573528 0.0555555556 +16735500 15.0076079717 18.6960495888 330.6342570571 0.0555555556 +16736400 15.0076079717 18.0257453687 283.4579004738 0.0555555556 +16737300 15.0004480672 36.8041779705 197.7247114911 0 +16738200 15.0076079717 16.4967502031 156.4084481661 0.0555555556 +16739100 15.0004480672 31.3045442933 117.0612617841 0 +16740000 15.0076079717 16.2819406175 80.8347978462 0.0555555556 +16740900 15.0004480672 16.5625 25.4617583127 0 +16741800 15.0004480672 16.2875 32.1436709809 0 +16742700 15.0004480672 16.0125 34.7433895583 0 +16743600 15.0004480672 15.7375 30.6917246905 0 +16744500 15.0004480672 15.5 38.0902641246 0 +16745400 15.0004480672 15.3 9.9698649949 0 +16746300 15.0004480672 15.1 0 0 +16747200 15.0004480672 14.9 0 0 +16748100 15.0004480672 14.7125 0 0 +16749000 15.0004480672 14.5375 0 0 +16749900 15.0004480672 14.3625 0 0 +16750800 15.0004480672 14.1875 0 0 +16751700 15.0004480672 14 0 0 +16752600 15.0004480672 13.8 0 0 +16753500 15.0004480672 13.6 0 0 +16754400 15.0004480672 13.4 0 0 +16755300 15.0004480672 13.275 0 0 +16756200 15.0004480672 13.225 0 0 +16757100 15.0004480672 13.175 0 0 +16758000 15.0004480672 13.125 0 0 +16758900 15.0004480672 13.0875 0 0 +16759800 15.0004480672 13.0625 0 0 +16760700 15.0004480672 13.0375 0 0 +16761600 15.0004480672 13.0125 0 0 +16762500 15.0004480672 12.975 0 0 +16763400 15.0004480672 12.925 0 0 +16764300 15.0004480672 12.875 0 0 +16765200 15.0004480672 12.825 0 0 +16766100 15.0004480672 12.75 0 0 +16767000 15.0004480672 12.65 0 0 +16767900 15.0004480672 12.55 0 0 +16768800 15.0004480672 12.45 0 0 +16769700 15.0004480672 12.3625 0 0 +16770600 15.0004480672 12.2875 0 0 +16771500 15.0004480672 12.2125 0 0 +16772400 15.0004480672 12.1375 0 0 +16773300 15.0004480672 12.05 0 0 +16774200 15.0004480672 11.95 0 0 +16775100 15.0004480672 11.85 0 0 +16776000 15.0004480672 11.75 0 0 +16776900 15.0004480672 11.8375 0 0 +16777800 15.0004480672 12.1125 0 0 +16778700 15.0004480672 12.3875 0 0 +16779600 15.0004480672 12.6625 0 0 +16780500 15.0004480672 12.9375 3.7964805404 0 +16781400 15.0004480672 13.2125 16.1021158478 0 +16782300 15.0004480672 13.4875 28.2373707527 0 +16783200 15.0004480672 13.7625 38.6385815509 0 +16784100 15.0004480672 14.0375 54.6007496576 0 +16785000 15.0004480672 14.3125 56.2857003427 0 +16785900 15.0076079717 15.9608637015 72.1107353621 0.0555555556 +16786800 15.0004480672 27.6783710711 97.4704876857 0 +16787700 15.0076079717 16.9258336205 175.9741713084 0.0555555556 +16788600 15.0076079717 17.2684802467 214.4914515444 0.0555555556 +16789500 15.0076079717 17.7263000136 253.9865673621 0.0555555556 +16790400 15.0076079717 18.303653355 293.8288410821 0.0555555556 +16791300 15.0076079717 19.6543493866 384.6175578324 0.0555555556 +16792200 15.0076079717 20.5613226396 429.5450411202 0.0555555556 +16793100 15.0076079717 21.5840825169 473.310761946 0.0555555556 +16794000 15.0076079717 22.4752973348 515.5480132663 0.0555555556 +16794900 15.0076079717 23.7573706052 589.5989505442 0.0555555556 +16795800 15.0076079717 24.5578445787 629.9072106475 0.0555555556 +16796700 15.0076079717 25.3163533038 667.7147163124 0.0555555556 +16797600 15.0076079717 26.0265274329 702.7900643941 0.0555555556 +16798500 15.0076079717 27.0324166779 759.2908519661 0.0555555556 +16799400 15.0076079717 27.6368863506 789.2032036256 0.0555555556 +16800300 15.0076079717 28.1772246623 815.7375794565 0.0555555556 +16801200 15.0076079717 28.6498633702 838.7520051811 0.0555555556 +16802100 15.0076079717 29.3024494851 874.8479021365 0.0555555556 +16803000 15.0076079717 29.6380403566 890.773782723 0.0555555556 +16803900 15.0076079717 29.8973048276 902.8069876943 0.0555555556 +16804800 15.0076079717 30.0787669497 910.8864932773 0.0555555556 +16805700 15.0076079717 30.2397540283 918.7663270018 0.0555555556 +16806600 15.0076079717 30.2613304406 918.8367280333 0.0555555556 +16807500 15.0076079717 30.2033189125 914.8750681948 0.0555555556 +16808400 15.0076079717 30.0661975451 906.9012456564 0.0555555556 +16809300 15.0076079717 29.6782795207 884.4308549173 0.0555555556 +16810200 15.0076079717 29.3659685193 868.7578370395 0.0555555556 +16811100 15.0076079717 28.9797806624 849.2990102369 0.0555555556 +16812000 15.0076079717 28.5221842257 826.1550086741 0.0555555556 +16812900 15.0076079717 27.7528048422 782.5728082991 0.0555555556 +16813800 15.0076079717 27.1709657162 753.0298256041 0.0555555556 +16814700 15.0076079717 26.5294192698 720.2936295348 0.0555555556 +16815600 15.0076079717 25.8329704028 684.5485631224 0.0555555556 +16816500 15.0076079717 24.745087598 621.9403721619 0.0555555556 +16817400 15.0076079717 23.975435245 582.1731771817 0.0555555556 +16818300 15.0076079717 23.1712086041 540.1795014523 0.0555555556 +16819200 15.0076079717 22.2841003081 496.2494124583 0.0555555556 +16820100 15.0076079717 20.7106658717 413.6582424922 0.0555555556 +16821000 15.0076079717 19.8111706005 370.2028778035 0.0555555556 +16821900 15.0076079717 19.0370666091 326.0204782001 0.0555555556 +16822800 15.0076079717 18.3941842947 281.5980461537 0.0555555556 +16823700 15.0076079717 17.2675054542 196.4702925313 0.0555555556 +16824600 15.0004480672 38.7732068545 159.3642626425 0 +16825500 15.0076079717 16.7450293824 123.9916137542 0.0555555556 +16826400 15.0004480672 35.0329293989 91.2654112526 0 +16827300 15.0004480672 18.6875 46.733766835 0 +16828200 15.0004480672 18.2625 46.568986134 0 +16829100 15.0004480672 17.8375 42.7903765101 0 +16830000 15.0004480672 17.4125 34.0341948106 0 +16830900 15.0004480672 17.0625 33.3458566908 0 +16831800 15.0004480672 16.7875 8.2748171859 0 +16832700 15.0004480672 16.5125 0 0 +16833600 15.0004480672 16.2375 0 0 +16834500 15.0004480672 15.9625 0 0 +16835400 15.0004480672 15.6875 0 0 +16836300 15.0004480672 15.4125 0 0 +16837200 15.0004480672 15.1375 0 0 +16838100 15.0004480672 14.8625 0 0 +16839000 15.0004480672 14.5875 0 0 +16839900 15.0004480672 14.3125 0 0 +16840800 15.0004480672 14.0375 0 0 +16841700 15.0004480672 13.875 0 0 +16842600 15.0004480672 13.825 0 0 +16843500 15.0004480672 13.775 0 0 +16844400 15.0004480672 13.725 0 0 +16845300 15.0004480672 13.675 0 0 +16846200 15.0004480672 13.625 0 0 +16847100 15.0004480672 13.575 0 0 +16848000 15.0004480672 13.525 0 0 +16848900 15.0004480672 13.475 0 0 +16849800 15.0004480672 13.425 0 0 +16850700 15.0004480672 13.375 0 0 +16851600 15.0004480672 13.325 0 0 +16852500 15.0004480672 13.3 0 0 +16853400 15.0004480672 13.3 0 0 +16854300 15.0004480672 13.3 0 0 +16855200 15.0004480672 13.3 0 0 +16856100 15.0004480672 13.3 0 0 +16857000 15.0004480672 13.3 0 0 +16857900 15.0004480672 13.3 0 0 +16858800 15.0004480672 13.3 0 0 +16859700 15.0004480672 13.3 0 0 +16860600 15.0004480672 13.3 0 0 +16861500 15.0004480672 13.3 0 0 +16862400 15.0004480672 13.3 0 0 +16863300 15.0004480672 13.35 0 0 +16864200 15.0004480672 13.45 0 0 +16865100 15.0004480672 13.55 0 0 +16866000 15.0004480672 13.65 0 0 +16866900 15.0004480672 13.7375 3.4396347454 0 +16867800 15.0004480672 13.8125 16.082662995 0 +16868700 15.0004480672 13.8875 29.4098789652 0 +16869600 15.0004480672 13.9625 42.8834653917 0 +16870500 15.0004480672 14.05 43.99988864 0 +16871400 15.0004480672 14.15 54.5370649012 0 +16872300 15.0076079717 15.871523767 65.1398180412 0.0555555556 +16873200 15.0004480672 27.5002034263 75.7405694373 0 +16874100 15.0076079717 17.1870883708 164.8067360571 0.0555555556 +16875000 15.0076079717 17.4876230376 187.8194812356 0.0555555556 +16875900 15.0076079717 17.8073031837 210.8251026938 0.0555555556 +16876800 15.0076079717 18.1464685318 233.6285254525 0.0555555556 +16877700 15.0076079717 19.2605528541 318.7568078204 0.0555555556 +16878600 15.0076079717 19.7765340983 348.0498325433 0.0555555556 +16879500 15.0076079717 20.3254395816 376.5025477792 0.0555555556 +16880400 15.0076079717 20.8222796721 403.9121629235 0.0555555556 +16881300 15.0076079717 22.0478475842 482.5312870166 0.0555555556 +16882200 15.0076079717 22.5865248571 512.0905043647 0.0555555556 +16883100 15.0076079717 23.0964465131 539.8312813957 0.0555555556 +16884000 15.0076079717 23.5735548225 565.5832664659 0.0555555556 +16884900 15.0076079717 25.2547152303 667.0839505543 0.0555555556 +16885800 15.0076079717 25.7405565922 691.9401553889 0.0555555556 +16886700 15.0076079717 26.1762525816 714.0036987707 0.0555555556 +16887600 15.0076079717 26.5589944847 733.1525761824 0.0555555556 +16888500 15.0076079717 27.8177556858 804.4952971503 0.0555555556 +16889400 15.0076079717 28.1135721231 818.6960640422 0.0555555556 +16890300 15.0076079717 28.3443267363 829.4354094511 0.0555555556 +16891200 15.0076079717 28.5087366395 836.6570586212 0.0555555556 +16892100 15.0076079717 28.671509431 840.0230783073 0.0555555556 +16893000 15.0076079717 28.7011226041 840.1157508295 0.0555555556 +16893900 15.0076079717 28.6617814422 836.6055308322 0.0555555556 +16894800 15.0076079717 28.5539032393 829.5105766135 0.0555555556 +16895700 15.0076079717 28.7556066492 844.2597108942 0.0555555556 +16896600 15.0076079717 28.4627163802 829.6666319905 0.0555555556 +16897500 15.0076079717 28.1031284188 811.5445398483 0.0555555556 +16898400 15.0076079717 27.6790971322 789.9896133619 0.0555555556 +16899300 15.0076079717 26.8661203336 743.6789366704 0.0555555556 +16900200 15.0076079717 26.3390754916 716.4481346303 0.0555555556 +16901100 15.0076079717 25.7589870654 686.2832942868 0.0555555556 +16902000 15.0076079717 25.1301462334 653.358333483 0.0555555556 +16902900 15.0076079717 23.2985823101 541.4106992544 0.0555555556 +16903800 15.0076079717 22.7139842899 509.6337881906 0.0555555556 +16904700 15.0076079717 22.1031342863 476.0967326565 0.0555555556 +16905600 15.0076079717 21.4427971881 441.0289867097 0.0555555556 +16906500 15.0076079717 20.0577911598 357.9862591293 0.0555555556 +16907400 15.0076079717 19.4378265451 325.1168755982 0.0555555556 +16908300 15.0076079717 18.8819301086 291.6667440627 0.0555555556 +16909200 15.0076079717 18.3933375233 257.9606976116 0.0555555556 +16910100 15.0076079717 17.439404071 180.4889538014 0.0555555556 +16911000 15.0076079717 17.1500282825 154.751325393 0.0555555556 +16911900 15.0004480672 37.9060396886 129.7499263033 0 +16912800 15.0076079717 16.6943009201 105.8766450574 0.0555555556 +16913700 15.0004480672 17.0625 54.8090481133 0 +16914600 15.0004480672 16.7875 45.3300866678 0 +16915500 15.0004480672 16.5125 35.3741055701 0 +16916400 15.0004480672 16.2375 24.8865069697 0 +16917300 15.0004480672 16.025 25.7284368097 0 +16918200 15.0004480672 15.875 6.0539008394 0 +16919100 15.0004480672 15.725 0 0 +16920000 15.0004480672 15.575 0 0 +16920900 15.0004480672 15.4375 0 0 +16921800 15.0004480672 15.3125 0 0 +16922700 15.0004480672 15.1875 0 0 +16923600 15.0004480672 15.0625 0 0 +16924500 15.0004480672 14.925 0 0 +16925400 15.0004480672 14.775 0 0 +16926300 15.0004480672 14.625 0 0 +16927200 15.0004480672 14.475 0 0 +16928100 15.0004480672 14.35 0 0 +16929000 15.0004480672 14.25 0 0 +16929900 15.0004480672 14.15 0 0 +16930800 15.0004480672 14.05 0 0 +16931700 15.0004480672 13.9625 0 0 +16932600 15.0004480672 13.8875 0 0 +16933500 15.0004480672 13.8125 0 0 +16934400 15.0004480672 13.7375 0 0 +16935300 15.0004480672 13.65 0 0 +16936200 15.0004480672 13.55 0 0 +16937100 15.0004480672 13.45 0 0 +16938000 15.0004480672 13.35 0 0 +16938900 15.0004480672 13.325 0 0 +16939800 15.0004480672 13.375 0 0 +16940700 15.0004480672 13.425 0 0 +16941600 15.0004480672 13.475 0 0 +16942500 15.0004480672 13.525 0 0 +16943400 15.0004480672 13.575 0 0 +16944300 15.0004480672 13.625 0 0 +16945200 15.0004480672 13.675 0 0 +16946100 15.0004480672 13.725 0 0 +16947000 15.0004480672 13.775 0 0 +16947900 15.0004480672 13.825 0 0 +16948800 15.0004480672 13.875 0 0 +16949700 15.0004480672 13.9875 0 0 +16950600 15.0004480672 14.1625 0 0 +16951500 15.0004480672 14.3375 0 0 +16952400 15.0004480672 14.5125 0 0 +16953300 15.0004480672 14.7 3.1189840287 0 +16954200 15.0004480672 14.9 15.9630662352 0 +16955100 15.0004480672 15.1 29.5645292296 0 +16956000 15.0004480672 15.3 42.8941881886 0 +16956900 15.0004480672 15.4875 68.1709997629 0 +16957800 15.0004480672 15.6625 79.1151862104 0 +16958700 15.0076079717 16.4380981034 96.3017394707 0.0555555556 +16959600 15.0004480672 34.5585960118 117.9686453923 0 +16960500 15.0076079717 17.0522169095 153.8020726562 0.0555555556 +16961400 15.0076079717 17.3368229156 178.5952093026 0.0555555556 +16962300 15.0076079717 17.6627501713 203.6968881185 0.0555555556 +16963200 15.0076079717 18.0316902709 228.8192930373 0.0555555556 +16964100 15.0076079717 17.9992485067 210.7761244627 0.0555555556 +16965000 15.0076079717 18.3239400052 229.0968732228 0.0555555556 +16965900 15.0076079717 18.6635833495 246.8537473055 0.0555555556 +16966800 15.0076079717 18.9720658762 263.9305442157 0.0555555556 +16967700 15.0076079717 18.4527022231 224.3622767691 0.0555555556 +16968600 15.0076079717 18.6569750638 236.1225292175 0.0555555556 +16969500 15.0076079717 18.8497707579 247.1276371578 0.0555555556 +16970400 15.0076079717 19.0299994392 257.320000087 0.0555555556 +16971300 15.0076079717 23.7516861661 566.8338332123 0.0555555556 +16972200 15.0076079717 24.1126667865 586.8972933076 0.0555555556 +16973100 15.0076079717 24.4348193448 604.7063869692 0.0555555556 +16974000 15.0076079717 24.7160536963 620.1640051494 0.0555555556 +16974900 15.0076079717 28.7226475569 846.1937975643 0.0555555556 +16975800 15.0076079717 29.0294693357 861.5903704036 0.0555555556 +16976700 15.0076079717 29.2632887688 873.2398295059 0.0555555556 +16977600 15.0076079717 29.4226789621 881.0825975843 0.0555555556 +16978500 15.0076079717 27.5401389932 765.9626072709 0.0555555556 +16979400 15.0076079717 27.5497658007 766.0733054074 0.0555555556 +16980300 15.0076079717 27.4951250615 762.8751603062 0.0555555556 +16981200 15.0076079717 27.3766024328 756.3847102171 0.0555555556 +16982100 15.0076079717 28.6768103275 836.3270968009 0.0555555556 +16983000 15.0076079717 28.3818381476 821.6469629665 0.0555555556 +16983900 15.0076079717 28.0177649017 803.4071205174 0.0555555556 +16984800 15.0076079717 27.5869012414 781.7028992401 0.0555555556 +16985700 15.0076079717 26.7391508631 736.3767706377 0.0555555556 +16986600 15.0076079717 26.209095718 709.0807161205 0.0555555556 +16987500 15.0076079717 25.6248249443 678.8361260213 0.0555555556 +16988400 15.0076079717 24.990709923 645.816319233 0.0555555556 +16989300 15.0076079717 23.8220577128 576.5435147889 0.0555555556 +16990200 15.0076079717 23.1372905342 540.6440393708 0.0555555556 +16991100 15.0076079717 22.4218761244 502.7507473642 0.0555555556 +16992000 15.0076079717 21.6471589668 463.1279487295 0.0555555556 +16992900 15.0076079717 20.3832929692 397.0384974265 0.0555555556 +16993800 15.0076079717 19.5925937111 357.2046023697 0.0555555556 +16994700 15.0076079717 18.9043398029 316.7173479315 0.0555555556 +16995600 15.0076079717 18.3232827311 276.0096288299 0.0555555556 +16996500 15.0076079717 17.5727107136 203.0110659752 0.0555555556 +16997400 15.0076079717 17.2510937438 171.4466232827 0.0555555556 +16998300 15.0004480672 38.8837357902 141.0235599042 0 +16999200 15.0076079717 16.7940556855 112.3161857376 0.0555555556 +17000100 15.0004480672 16.8875 59.0094973047 0 +17001000 15.0004480672 16.6625 49.3125604772 0 +17001900 15.0004480672 16.4375 38.828023013 0 +17002800 15.0004480672 16.2125 27.4364040598 0 +17003700 15.0004480672 16.075 20.1584759328 0 +17004600 15.0004480672 16.025 4.4828633602 0 +17005500 15.0004480672 15.975 0 0 +17006400 15.0004480672 15.925 0 0 +17007300 15.0004480672 15.8875 0 0 +17008200 15.0004480672 15.8625 0 0 +17009100 15.0004480672 15.8375 0 0 +17010000 15.0004480672 15.8125 0 0 +17010900 15.0004480672 15.775 0 0 +17011800 15.0004480672 15.725 0 0 +17012700 15.0004480672 15.675 0 0 +17013600 15.0004480672 15.625 0 0 +17014500 15.0004480672 15.575 0 0 +17015400 15.0004480672 15.525 0 0 +17016300 15.0004480672 15.475 0 0 +17017200 15.0004480672 15.425 0 0 +17018100 15.0004480672 15.375 0 0 +17019000 15.0004480672 15.325 0 0 +17019900 15.0004480672 15.275 0 0 +17020800 15.0004480672 15.225 0 0 +17021700 15.0004480672 15.175 0 0 +17022600 15.0004480672 15.125 0 0 +17023500 15.0004480672 15.075 0 0 +17024400 15.0004480672 15.025 0 0 +17025300 15.0004480672 15 0 0 +17026200 15.0004480672 15 0 0 +17027100 15.0004480672 15 0 0 +17028000 15.0004480672 15 0 0 +17028900 15.0004480672 15 0 0 +17029800 15.0004480672 15 0 0 +17030700 15.0004480672 15 0 0 +17031600 15.0004480672 15 0 0 +17032500 15.0004480672 15 0 0 +17033400 15.0004480672 15 0 0 +17034300 15.0004480672 15 0 0 +17035200 15.0004480672 15 0 0 +17036100 15.0004480672 15.025 0 0 +17037000 15.0004480672 15.075 0 0 +17037900 15.0004480672 15.125 0 0 +17038800 15.0004480672 15.175 0 0 +17039700 15.0004480672 15.225 2.7241612009 0 +17040600 15.0004480672 15.275 15.4973488094 0 +17041500 15.0004480672 15.325 29.3549031765 0 +17042400 15.0004480672 15.375 43.2367108787 0 +17043300 15.0004480672 15.425 59.607989172 0 +17044200 15.0004480672 15.475 71.32137013 0 +17045100 15.0076079717 16.2578076282 86.210424783 0.0555555556 +17046000 15.0004480672 32.3444291895 103.4074122725 0 +17046900 15.0076079717 16.5772016624 107.6528828073 0.0555555556 +17047800 15.0004480672 36.1317864282 120.7875175658 0 +17048700 15.0076079717 16.9604875705 133.6896991216 0.0555555556 +17049600 15.0076079717 17.1483073172 146.2991625827 0.0555555556 +17050500 15.0076079717 18.2832998547 230.5773786736 0.0555555556 +17051400 15.0076079717 18.5744464517 249.0168138593 0.0555555556 +17052300 15.0076079717 18.8679089019 266.8106814866 0.0555555556 +17053200 15.0076079717 19.1395369713 283.8619130323 0.0555555556 +17054100 15.0076079717 18.3111445478 224.2251135256 0.0555555556 +17055000 15.0076079717 18.4908153887 235.49935245 0.0555555556 +17055900 15.0076079717 18.6595708962 246.0368083956 0.0555555556 +17056800 15.0076079717 18.8165319567 255.7862867916 0.0555555556 +17057700 15.0076079717 21.4562439198 429.7594196947 0.0555555556 +17058600 15.0076079717 21.7071812046 444.0013296019 0.0555555556 +17059500 15.0076079717 21.9317659989 456.6369485105 0.0555555556 +17060400 15.0076079717 22.1287106777 467.6006847718 0.0555555556 +17061300 15.0076079717 26.9454107283 761.4800405257 0.0555555556 +17062200 15.0076079717 27.2049596787 774.7184249671 0.0555555556 +17063100 15.0076079717 27.405388309 784.7426843832 0.0555555556 +17064000 15.0076079717 27.5455287774 791.5000920229 0.0555555556 +17064900 15.0076079717 24.9787953397 621.039381122 0.0555555556 +17065800 15.0076079717 24.9940013462 621.1449775673 0.0555555556 +17066700 15.0076079717 24.9603925939 618.6525777821 0.0555555556 +17067600 15.0076079717 24.8782600358 613.5752800723 0.0555555556 +17068500 15.0076079717 28.2239504847 821.7853171229 0.0555555556 +17069400 15.0076079717 27.9612043881 807.6315903394 0.0555555556 +17070300 15.0076079717 27.6333994804 790.0413144995 0.0555555556 +17071200 15.0076079717 27.2427237302 769.1078320609 0.0555555556 +17072100 15.0076079717 26.8241373056 739.8011258631 0.0555555556 +17073000 15.0076079717 26.2940630191 712.1991730446 0.0555555556 +17073900 15.0076079717 25.708488445 681.6085475588 0.0555555556 +17074800 15.0076079717 25.0718663185 648.2034173761 0.0555555556 +17075700 15.0076079717 23.825914206 571.089771068 0.0555555556 +17076600 15.0076079717 23.1199911081 534.5115809114 0.0555555556 +17077500 15.0076079717 22.3814891532 495.8788280672 0.0555555556 +17078400 15.0076079717 21.5826947391 455.4589346687 0.0555555556 +17079300 15.0076079717 20.3268114247 396.7184497618 0.0555555556 +17080200 15.0076079717 19.4365183619 354.722919498 0.0555555556 +17081100 15.0076079717 18.6729954853 312.0132591116 0.0555555556 +17082000 15.0076079717 18.0420798494 269.063691335 0.0555555556 +17082900 15.0076079717 17.0008289539 191.2974520131 0.0555555556 +17083800 15.0004480672 35.5419711114 154.5182886663 0 +17084700 15.0076079717 16.494923154 119.4807819154 0.0555555556 +17085600 15.0004480672 32.0703369886 87.1177014753 0 +17086500 15.0004480672 16.9125 38.458521969 0 +17087400 15.0004480672 16.5375 40.4298405065 0 +17088300 15.0004480672 16.1625 38.4437749462 0 +17089200 15.0004480672 15.7875 30.8875909874 0 +17090100 15.0004480672 15.55 25.8474571015 0 +17091000 15.0004480672 15.45 5.4031853723 0 +17091900 15.0004480672 15.35 0 0 +17092800 15.0004480672 15.25 0 0 +17093700 15.0004480672 15.15 0 0 +17094600 15.0004480672 15.05 0 0 +17095500 15.0004480672 14.95 0 0 +17096400 15.0004480672 14.85 0 0 +17097300 15.0004480672 14.75 0 0 +17098200 15.0004480672 14.65 0 0 +17099100 15.0004480672 14.55 0 0 +17100000 15.0004480672 14.45 0 0 +17100900 15.0004480672 14.35 0 0 +17101800 15.0004480672 14.25 0 0 +17102700 15.0004480672 14.15 0 0 +17103600 15.0004480672 14.05 0 0 +17104500 15.0004480672 13.9625 0 0 +17105400 15.0004480672 13.8875 0 0 +17106300 15.0004480672 13.8125 0 0 +17107200 15.0004480672 13.7375 0 0 +17108100 15.0004480672 13.65 0 0 +17109000 15.0004480672 13.55 0 0 +17109900 15.0004480672 13.45 0 0 +17110800 15.0004480672 13.35 0 0 +17111700 15.0004480672 13.275 0 0 +17112600 15.0004480672 13.225 0 0 +17113500 15.0004480672 13.175 0 0 +17114400 15.0004480672 13.125 0 0 +17115300 15.0004480672 13.0875 0 0 +17116200 15.0004480672 13.0625 0 0 +17117100 15.0004480672 13.0375 0 0 +17118000 15.0004480672 13.0125 0 0 +17118900 15.0004480672 12.975 0 0 +17119800 15.0004480672 12.925 0 0 +17120700 15.0004480672 12.875 0 0 +17121600 15.0004480672 12.825 0 0 +17122500 15.0004480672 12.775 0 0 +17123400 15.0004480672 12.725 0 0 +17124300 15.0004480672 12.675 0 0 +17125200 15.0004480672 12.625 0 0 +17126100 15.0004480672 12.575 1.5701861491 0 +17127000 15.0004480672 12.525 10.0319218943 0 +17127900 15.0004480672 12.475 19.4184283389 0 +17128800 15.0004480672 12.425 28.8839149677 0 +17129700 15.0004480672 12.375 30.13741671 0 +17130600 15.0004480672 12.325 37.0325807921 0 +17131500 15.0004480672 20.0455236147 44.5804293458 0 +17132400 15.0004480672 21.183411101 52.5912540634 0 +17133300 15.0076079717 16.2637634849 104.040182665 0.0555555556 +17134200 15.0004480672 32.1416354892 116.7461393182 0 +17135100 15.0076079717 16.636459942 129.2193531041 0.0555555556 +17136000 15.0004480672 36.2201853712 141.4033091251 0 +17136900 15.0076079717 17.8301250005 212.4820826684 0.0555555556 +17137800 15.0076079717 18.0679752105 228.4426422915 0.0555555556 +17138700 15.0076079717 18.2990182108 243.7845599858 0.0555555556 +17139600 15.0076079717 18.5178981915 258.4387691805 0.0555555556 +17140500 15.0076079717 17.5200874651 187.7281498031 0.0555555556 +17141400 15.0076079717 17.6566994265 196.6828466542 0.0555555556 +17142300 15.0076079717 17.7847089027 205.038126261 0.0555555556 +17143200 15.0076079717 17.9035883547 212.7576820207 0.0555555556 +17144100 15.0076079717 18.7907412158 274.1972131306 0.0555555556 +17145000 15.0076079717 18.9249525403 282.0825257398 0.0555555556 +17145900 15.0076079717 19.0462124695 289.0642542567 0.0555555556 +17146800 15.0076079717 19.1540919032 295.1124128722 0.0555555556 +17147700 15.0076079717 22.6434870278 519.5474629481 0.0555555556 +17148600 15.0076079717 22.7972932839 527.5265737786 0.0555555556 +17149500 15.0076079717 22.9194573037 533.5693991173 0.0555555556 +17150400 15.0076079717 23.0094281585 537.6461738003 0.0555555556 +17151300 15.0076079717 21.8020261743 457.4984383438 0.0555555556 +17152200 15.0076079717 21.824472276 457.5767850101 0.0555555556 +17153100 15.0076079717 21.8202660269 455.9977785474 0.0555555556 +17154000 15.0076079717 21.7895424528 452.7690034822 0.0555555556 +17154900 15.0076079717 23.2965554069 536.2342380937 0.0555555556 +17155800 15.0076079717 23.1419681928 527.7233355758 0.0555555556 +17156700 15.0076079717 22.9509613173 517.1421989514 0.0555555556 +17157600 15.0076079717 22.7247047967 504.546754627 0.0555555556 +17158500 15.0076079717 22.1383708919 481.2479199902 0.0555555556 +17159400 15.0076079717 21.9014334196 466.6137690907 0.0555555556 +17160300 15.0076079717 21.6394080653 450.3722685129 0.0555555556 +17161200 15.0076079717 21.3538153854 432.6055784876 0.0555555556 +17162100 15.0076079717 21.4480079452 436.8634093957 0.0555555556 +17163000 15.0076079717 21.0331775226 412.8855395589 0.0555555556 +17163900 15.0076079717 20.5981496146 387.5491440901 0.0555555556 +17164800 15.0076079717 20.1364232925 361.0170167756 0.0555555556 +17165700 15.0076079717 19.2997234378 307.7869674184 0.0555555556 +17166600 15.0076079717 18.8673491765 282.7966167693 0.0555555556 +17167500 15.0076079717 18.460533932 257.220698207 0.0555555556 +17168400 15.0076079717 18.0813028901 231.2577389309 0.0555555556 +17169300 15.0076079717 17.2707332328 175.7432901113 0.0555555556 +17170200 15.0004480672 38.5526426878 152.3824708926 0 +17171100 15.0076079717 16.7492811104 129.4802402254 0.0555555556 +17172000 15.0004480672 33.3213614634 107.3306559113 0 +17172900 15.0004480672 14.925 64.6858585031 0 +17173800 15.0004480672 14.775 54.7404138331 0 +17174700 15.0004480672 14.625 43.5113531797 0 +17175600 15.0004480672 14.475 30.7728727227 0 +17176500 15.0004480672 14.35 17.6757461336 0 +17177400 15.0004480672 14.25 3.4345839007 0 +17178300 15.0004480672 14.15 0 0 +17179200 15.0004480672 14.05 0 0 +17180100 15.0004480672 13.9625 0 0 +17181000 15.0004480672 13.8875 0 0 +17181900 15.0004480672 13.8125 0 0 +17182800 15.0004480672 13.7375 0 0 +17183700 15.0004480672 13.65 0 0 +17184600 15.0004480672 13.55 0 0 +17185500 15.0004480672 13.45 0 0 +17186400 15.0004480672 13.35 0 0 +17187300 15.0004480672 13.275 0 0 +17188200 15.0004480672 13.225 0 0 +17189100 15.0004480672 13.175 0 0 +17190000 15.0004480672 13.125 0 0 +17190900 15.0004480672 13.0875 0 0 +17191800 15.0004480672 13.0625 0 0 +17192700 15.0004480672 13.0375 0 0 +17193600 15.0004480672 13.0125 0 0 +17194500 15.0004480672 12.975 0 0 +17195400 15.0004480672 12.925 0 0 +17196300 15.0004480672 12.875 0 0 +17197200 15.0004480672 12.825 0 0 +17198100 15.0004480672 12.8 0 0 +17199000 15.0004480672 12.8 0 0 +17199900 15.0004480672 12.8 0 0 +17200800 15.0004480672 12.8 0 0 +17201700 15.0004480672 12.8 0 0 +17202600 15.0004480672 12.8 0 0 +17203500 15.0004480672 12.8 0 0 +17204400 15.0004480672 12.8 0 0 +17205300 15.0004480672 12.8 0 0 +17206200 15.0004480672 12.8 0 0 +17207100 15.0004480672 12.8 0 0 +17208000 15.0004480672 12.8 0 0 +17208900 15.0004480672 12.8 0 0 +17209800 15.0004480672 12.8 0 0 +17210700 15.0004480672 12.8 0 0 +17211600 15.0004480672 12.8 0 0 +17212500 15.0004480672 12.8 1.4354663393 0 +17213400 15.0004480672 12.8 10.438418276 0 +17214300 15.0004480672 12.8 20.6718530886 0 +17215200 15.0004480672 12.8 31.0189375943 0 +17216100 15.0004480672 12.8 29.771714151 0 +17217000 15.0004480672 12.8 37.1447307328 0 +17217900 15.0004480672 20.6818219055 44.6636598531 0 +17218800 15.0004480672 21.9414670217 52.2589991462 0 +17219700 15.0076079717 16.6764764617 135.372133733 0.0555555556 +17220600 15.0004480672 37.5856473744 154.0609779643 0 +17221500 15.0076079717 17.2061782686 172.6862270283 0.0555555556 +17222400 15.0076079717 17.4896663999 191.1032892062 0.0555555556 +17223300 15.0076079717 17.2149981613 164.361849127 0.0555555556 +17224200 15.0076079717 17.4383379435 177.4447954401 0.0555555556 +17225100 15.0076079717 17.6623849854 190.0620985921 0.0555555556 +17226000 15.0076079717 17.8706338447 202.1470069404 0.0555555556 +17226900 15.0076079717 19.7501089286 330.0964585287 0.0555555556 +17227800 15.0076079717 20.0853753926 348.8214456052 0.0555555556 +17228700 15.0076079717 20.4024751011 366.3767599807 0.0555555556 +17229600 15.0076079717 20.6992634909 382.6616963697 0.0555555556 +17230500 15.0076079717 25.79844622 705.4269500777 0.0555555556 +17231400 15.0076079717 26.3104582665 732.2774583618 0.0555555556 +17232300 15.0076079717 26.767923603 756.122242153 0.0555555556 +17233200 15.0076079717 27.1677595954 776.8300655205 0.0555555556 +17234100 15.0076079717 28.1257372616 825.2987636199 0.0555555556 +17235000 15.0076079717 28.4235269174 840.2455499264 0.0555555556 +17235900 15.0076079717 28.6518222198 851.5740925471 0.0555555556 +17236800 15.0076079717 28.8092482749 859.2258278941 0.0555555556 +17237700 15.0076079717 29.8098865527 913.8712491586 0.0555555556 +17238600 15.0076079717 29.8255004857 914.0845586292 0.0555555556 +17239500 15.0076079717 29.762567054 910.297949983 0.0555555556 +17240400 15.0076079717 29.6215411356 902.5304913917 0.0555555556 +17241300 15.0076079717 29.2701873941 882.4434208194 0.0555555556 +17242200 15.0076079717 28.9635132308 866.9939228347 0.0555555556 +17243100 15.0076079717 28.5836318944 847.7767309658 0.0555555556 +17244000 15.0076079717 28.1329667753 824.8913871333 0.0555555556 +17244900 15.0076079717 27.433320007 785.5499700322 0.0555555556 +17245800 15.0076079717 26.8563147709 756.1347025766 0.0555555556 +17246700 15.0076079717 26.2197167085 723.5218190434 0.0555555556 +17247600 15.0076079717 25.5282718892 687.8949442969 0.0555555556 +17248500 15.0076079717 24.4260446151 624.1490141173 0.0555555556 +17249400 15.0076079717 23.6634581653 584.5800076083 0.0555555556 +17250300 15.0076079717 22.8662118902 542.783286311 0.0555555556 +17251200 15.0076079717 22.0204052203 499.0471146535 0.0555555556 +17252100 15.0076079717 20.4425502818 415.3092105641 0.0555555556 +17253000 15.0076079717 19.5654318451 372.2540368958 0.0555555556 +17253900 15.0076079717 18.8101594948 328.4681978088 0.0555555556 +17254800 15.0076079717 18.1823654481 284.4314621402 0.0555555556 +17255700 15.0076079717 17.0522637268 196.7047410719 0.0555555556 +17256600 15.0004480672 35.9485793371 160.6775595167 0 +17257500 15.0076079717 16.5420702803 126.3004411285 0.0555555556 +17258400 15.0004480672 32.2912069179 94.431990686 0 +17259300 15.0004480672 16.0375 51.4110218233 0 +17260200 15.0004480672 15.9125 48.89034961 0 +17261100 15.0004480672 15.7875 42.9130985314 0 +17262000 15.0004480672 15.6625 32.4230563005 0 +17262900 15.0004480672 15.5 29.7550438511 0 +17263800 15.0004480672 15.3 5.3406821043 0 +17264700 15.0004480672 15.1 0 0 +17265600 15.0004480672 14.9 0 0 +17266500 15.0004480672 14.7125 0 0 +17267400 15.0004480672 14.5375 0 0 +17268300 15.0004480672 14.3625 0 0 +17269200 15.0004480672 14.1875 0 0 +17270100 15.0004480672 14 0 0 +17271000 15.0004480672 13.8 0 0 +17271900 15.0004480672 13.6 0 0 +17272800 15.0004480672 13.4 0 0 +17273700 15.0004480672 13.275 0 0 +17274600 15.0004480672 13.225 0 0 +17275500 15.0004480672 13.175 0 0 +17276400 15.0004480672 13.125 0 0 +17277300 15.0004480672 13.0875 0 0 +17278200 15.0004480672 13.0625 0 0 +17279100 15.0004480672 13.0375 0 0 +17280000 15.0004480672 13.0125 0 0 +17280900 15.0004480672 12.975 0 0 +17281800 15.0004480672 12.925 0 0 +17282700 15.0004480672 12.875 0 0 +17283600 15.0004480672 12.825 0 0 +17284500 15.0004480672 12.775 0 0 +17285400 15.0004480672 12.725 0 0 +17286300 15.0004480672 12.675 0 0 +17287200 15.0004480672 12.625 0 0 +17288100 15.0004480672 12.575 0 0 +17289000 15.0004480672 12.525 0 0 +17289900 15.0004480672 12.475 0 0 +17290800 15.0004480672 12.425 0 0 +17291700 15.0004480672 12.375 0 0 +17292600 15.0004480672 12.325 0 0 +17293500 15.0004480672 12.275 0 0 +17294400 15.0004480672 12.225 0 0 +17295300 15.0004480672 12.275 0 0 +17296200 15.0004480672 12.425 0 0 +17297100 15.0004480672 12.575 0 0 +17298000 15.0004480672 12.725 0 0 +17298900 15.0004480672 12.8625 1.142659045 0 +17299800 15.0004480672 12.9875 9.6071851174 0 +17300700 15.0004480672 13.1125 19.4833394547 0 +17301600 15.0004480672 13.2375 29.4129681666 0 +17302500 15.0004480672 13.375 35.1387943147 0 +17303400 15.0004480672 13.525 44.1015059138 0 +17304300 15.0004480672 23.0708208763 53.0472817821 0 +17305200 15.0004480672 24.7342353822 61.9378147339 0 +17306100 15.0076079717 17.0165549566 160.0916735688 0.0555555556 +17307000 15.0076079717 17.3176823668 184.8688859713 0.0555555556 +17307900 15.0076079717 17.6515649593 209.8423300139 0.0555555556 +17308800 15.0076079717 18.0195132458 234.7530807932 0.0555555556 +17309700 15.0076079717 19.2241035405 351.7031329629 0.0555555556 +17310600 15.0076079717 20.0208199473 391.7079665585 0.0555555556 +17311500 15.0076079717 20.9154244814 430.715024677 0.0555555556 +17312400 15.0076079717 21.6765591031 468.3954531473 0.0555555556 +17313300 15.0076079717 23.2468299374 563.8556181924 0.0555555556 +17314200 15.0076079717 24.0210608998 602.9057994569 0.0555555556 +17315100 15.0076079717 24.7543540958 639.5426141726 0.0555555556 +17316000 15.0076079717 25.4405015145 673.5426255204 0.0555555556 +17316900 15.0076079717 26.4549994662 727.9205296621 0.0555555556 +17317800 15.0076079717 27.0518313177 757.1278908879 0.0555555556 +17318700 15.0076079717 27.5848948156 783.0505755101 0.0555555556 +17319600 15.0076079717 28.0506756482 805.5525955097 0.0555555556 +17320500 15.0076079717 27.8505004679 792.2921139611 0.0555555556 +17321400 15.0076079717 28.1570874197 806.9185767418 0.0555555556 +17322300 15.0076079717 28.3934827376 818.0079761821 0.0555555556 +17323200 15.0076079717 28.5583146434 825.504114048 0.0555555556 +17324100 15.0076079717 30.3951892057 932.593155196 0.0555555556 +17325000 15.0076079717 30.4133185901 932.8362293825 0.0555555556 +17325900 15.0076079717 30.3479791753 928.944856115 0.0555555556 +17326800 15.0076079717 30.199640297 920.9379818002 0.0555555556 +17327700 15.0076079717 30.0246928544 911.7104601494 0.0555555556 +17328600 15.0076079717 29.6946745738 895.5427028151 0.0555555556 +17329500 15.0076079717 29.2855837736 875.4205512382 0.0555555556 +17330400 15.0076079717 28.7999684462 851.4443840902 0.0555555556 +17331300 15.0076079717 27.8021984022 794.090838765 0.0555555556 +17332200 15.0076079717 27.1914992126 763.8705132854 0.0555555556 +17333100 15.0076079717 26.5173309463 730.3435868952 0.0555555556 +17334000 15.0076079717 25.7846262518 693.6925713656 0.0555555556 +17334900 15.0076079717 24.8520662815 642.6676766707 0.0555555556 +17335800 15.0076079717 24.0178285437 600.8360370684 0.0555555556 +17336700 15.0076079717 23.1448495287 556.595451083 0.0555555556 +17337600 15.0076079717 22.2235796652 510.2420370344 0.0555555556 +17338500 15.0076079717 20.5667572954 430.4748447927 0.0555555556 +17339400 15.0076079717 19.5435145631 383.4309848618 0.0555555556 +17340300 15.0076079717 18.6750152393 335.4923699789 0.0555555556 +17341200 15.0076079717 17.9686129829 287.1956086147 0.0555555556 +17342100 15.0004480672 35.4890270838 202.2077945957 0 +17343000 15.0076079717 16.36816857 158.905292203 0.0555555556 +17343900 15.0004480672 29.7610927932 117.6383773404 0 +17344800 15.0076079717 16.1639414456 79.6904714519 0.0555555556 +17345700 15.0004480672 16.3875 15.9372680329 0 +17346600 15.0004480672 16.1625 24.8641459817 0 +17347500 15.0004480672 15.9375 29.3816931231 0 +17348400 15.0004480672 15.7125 26.1520327573 0 +17349300 15.0004480672 15.525 36.683713819 0 +17350200 15.0004480672 15.375 6.1863361576 0 +17351100 15.0004480672 15.225 0 0 +17352000 15.0004480672 15.075 0 0 +17352900 15.0004480672 14.9375 0 0 +17353800 15.0004480672 14.8125 0 0 +17354700 15.0004480672 14.6875 0 0 +17355600 15.0004480672 14.5625 0 0 +17356500 15.0004480672 14.425 0 0 +17357400 15.0004480672 14.275 0 0 +17358300 15.0004480672 14.125 0 0 +17359200 15.0004480672 13.975 0 0 +17360100 15.0004480672 13.825 0 0 +17361000 15.0004480672 13.675 0 0 +17361900 15.0004480672 13.525 0 0 +17362800 15.0004480672 13.375 0 0 +17363700 15.0004480672 13.2375 0 0 +17364600 15.0004480672 13.1125 0 0 +17365500 15.0004480672 12.9875 0 0 +17366400 15.0004480672 12.8625 0 0 +17367300 15.0004480672 12.725 0 0 +17368200 15.0004480672 12.575 0 0 +17369100 15.0004480672 12.425 0 0 +17370000 15.0004480672 12.275 0 0 +17370900 15.0004480672 12.25 0 0 +17371800 15.0004480672 12.35 0 0 +17372700 15.0004480672 12.45 0 0 +17373600 15.0004480672 12.55 0 0 +17374500 15.0004480672 12.6375 0 0 +17375400 15.0004480672 12.7125 0 0 +17376300 15.0004480672 12.7875 0 0 +17377200 15.0004480672 12.8625 0 0 +17378100 15.0004480672 12.95 0 0 +17379000 15.0004480672 13.05 0 0 +17379900 15.0004480672 13.15 0 0 +17380800 15.0004480672 13.25 0 0 +17381700 15.0004480672 13.35 0 0 +17382600 15.0004480672 13.45 0 0 +17383500 15.0004480672 13.55 0 0 +17384400 15.0004480672 13.65 0 0 +17385300 15.0004480672 13.7375 1.4594738021 0 +17386200 15.0004480672 13.8125 13.3829070705 0 +17387100 15.0004480672 13.8875 26.5255020204 0 +17388000 15.0004480672 13.9625 34.3347213605 0 +17388900 15.0004480672 14.05 41.0829925703 0 +17389800 15.0004480672 14.15 34.9154077204 0 +17390700 15.0004480672 21.4595508163 53.8527267468 0 +17391600 15.0004480672 20.710666969 89.117050199 0 +17392500 15.0076079717 16.5326877543 174.6725049084 0.0555555556 +17393400 15.0004480672 37.0534833245 220.7439690089 0 +17394300 15.0076079717 17.3724050298 268.0272193367 0.0555555556 +17395200 15.0076079717 18.0500888563 315.6610299292 0.0555555556 +17396100 15.0076079717 19.5362697242 400.8691242806 0.0555555556 +17397000 15.0076079717 20.5648055194 450.4319628891 0.0555555556 +17397900 15.0076079717 21.7392488033 498.6497250766 0.0555555556 +17398800 15.0076079717 22.7088679973 545.1217583592 0.0555555556 +17399700 15.0076079717 23.9747034044 616.4004967266 0.0555555556 +17400600 15.0076079717 24.8391315621 659.8888801817 0.0555555556 +17401500 15.0076079717 25.6568297548 700.6553991659 0.0555555556 +17402400 15.0076079717 26.4208460713 738.4597812932 0.0555555556 +17403300 15.0076079717 27.3654789964 790.8476215365 0.0555555556 +17404200 15.0076079717 28.0171443522 822.7214328047 0.0555555556 +17405100 15.0076079717 28.5990115532 851.0059136865 0.0555555556 +17406000 15.0076079717 29.1072748557 875.5555787634 0.0555555556 +17406900 15.0076079717 29.6761180446 906.5008050878 0.0555555556 +17407800 15.0076079717 30.0320035397 923.3989679552 0.0555555556 +17408700 15.0076079717 30.3059180697 936.2130654286 0.0555555556 +17409600 15.0076079717 30.4962937457 944.8804670787 0.0555555556 +17410500 15.0076079717 30.5941737295 949.3115172025 0.0555555556 +17411400 15.0076079717 30.6129248285 949.5795273335 0.0555555556 +17412300 15.0076079717 30.5466194088 945.6371363691 0.0555555556 +17413200 15.0076079717 30.3957317486 937.5034491647 0.0555555556 +17414100 15.0076079717 30.085877537 919.9536774916 0.0555555556 +17415000 15.0076079717 29.7529831128 903.6562456246 0.0555555556 +17415900 15.0076079717 29.3402122219 883.3669925 0.0555555556 +17416800 15.0076079717 28.8501298943 859.1868008284 0.0555555556 +17417700 15.0076079717 28.1005704556 817.5814371591 0.0555555556 +17418600 15.0076079717 27.4711906221 786.4583786384 0.0555555556 +17419500 15.0076079717 26.7762750183 751.9232097159 0.0555555556 +17420400 15.0076079717 26.0208897766 714.1624833696 0.0555555556 +17421300 15.0076079717 24.9065828061 651.4152977428 0.0555555556 +17422200 15.0076079717 24.0610363488 609.0219644111 0.0555555556 +17423100 15.0076079717 23.1761146934 564.1809984945 0.0555555556 +17424000 15.0076079717 22.2506570393 517.1915721589 0.0555555556 +17424900 15.0076079717 20.5928564352 438.3241697937 0.0555555556 +17425800 15.0076079717 19.5501049249 390.3787402905 0.0555555556 +17426700 15.0076079717 18.6655577985 341.5080428958 0.0555555556 +17427600 15.0076079717 17.9467519706 292.2589425774 0.0555555556 +17428500 15.0004480672 34.7914705807 204.8634919557 0 +17429400 15.0076079717 16.3127209801 160.9317895301 0.0555555556 +17430300 15.0004480672 29.0075129655 119.0589634652 0 +17431200 15.0076079717 16.1073324928 80.5572643749 0.0555555556 +17432100 15.0004480672 15.6125 16.3633067657 0 +17433000 15.0004480672 15.4375 25.2636049422 0 +17433900 15.0004480672 15.2625 29.621927789 0 +17434800 15.0004480672 15.0875 26.0584844402 0 +17435700 15.0004480672 14.925 34.8122862738 0 +17436600 15.0004480672 14.775 5.3020070369 0 +17437500 15.0004480672 14.625 0 0 +17438400 15.0004480672 14.475 0 0 +17439300 15.0004480672 14.3375 0 0 +17440200 15.0004480672 14.2125 0 0 +17441100 15.0004480672 14.0875 0 0 +17442000 15.0004480672 13.9625 0 0 +17442900 15.0004480672 13.825 0 0 +17443800 15.0004480672 13.675 0 0 +17444700 15.0004480672 13.525 0 0 +17445600 15.0004480672 13.375 0 0 +17446500 15.0004480672 13.275 0 0 +17447400 15.0004480672 13.225 0 0 +17448300 15.0004480672 13.175 0 0 +17449200 15.0004480672 13.125 0 0 +17450100 15.0004480672 13.0875 0 0 +17451000 15.0004480672 13.0625 0 0 +17451900 15.0004480672 13.0375 0 0 +17452800 15.0004480672 13.0125 0 0 +17453700 15.0004480672 12.975 0 0 +17454600 15.0004480672 12.925 0 0 +17455500 15.0004480672 12.875 0 0 +17456400 15.0004480672 12.825 0 0 +17457300 15.0004480672 12.725 0 0 +17458200 15.0004480672 12.575 0 0 +17459100 15.0004480672 12.425 0 0 +17460000 15.0004480672 12.275 0 0 +17460900 15.0004480672 12.1375 0 0 +17461800 15.0004480672 12.0125 0 0 +17462700 15.0004480672 11.8875 0 0 +17463600 15.0004480672 11.7625 0 0 +17464500 15.0004480672 11.625 0 0 +17465400 15.0004480672 11.475 0 0 +17466300 15.0004480672 11.325 0 0 +17467200 15.0004480672 11.175 0 0 +17468100 15.0004480672 11.2125 0 0 +17469000 15.0004480672 11.4375 0 0 +17469900 15.0004480672 11.6625 0 0 +17470800 15.0004480672 11.8875 0 0 +17471700 15.0004480672 12.125 1.2443710445 0 +17472600 15.0004480672 12.375 13.7975285203 0 +17473500 15.0004480672 12.625 28.390997058 0 +17474400 15.0004480672 12.875 37.7912534753 0 +17475300 15.0004480672 13.1125 41.3131793758 0 +17476200 15.0004480672 13.3375 35.4583808699 0 +17477100 15.0004480672 20.913583963 54.3343100707 0 +17478000 15.0004480672 20.3424693308 89.2134361417 0 +17478900 15.0076079717 16.507163587 174.546013465 0.0555555556 +17479800 15.0004480672 37.0056372865 220.4852197317 0 +17480700 15.0076079717 17.390851678 267.6446417281 0.0555555556 +17481600 15.0076079717 18.0896719886 315.1622442713 0.0555555556 +17482500 15.0076079717 19.605231127 401.1939958445 0.0555555556 +17483400 15.0076079717 20.654967457 450.7852984407 0.0555555556 +17484300 15.0076079717 21.8507276039 499.0332417308 0.0555555556 +17485200 15.0076079717 22.8339053012 545.5364540522 0.0555555556 +17486100 15.0076079717 24.142135624 618.39032631 0.0555555556 +17487000 15.0076079717 25.0298173805 662.0248224865 0.0555555556 +17487900 15.0076079717 25.8705905572 702.9296733425 0.0555555556 +17488800 15.0076079717 26.6574848507 740.8638350715 0.0555555556 +17489700 15.0076079717 27.6492474237 794.8129305038 0.0555555556 +17490600 15.0076079717 28.3282242446 826.8594886268 0.0555555556 +17491500 15.0076079717 28.9369695455 855.2992741814 0.0555555556 +17492400 15.0076079717 29.4716605381 879.9861253832 0.0555555556 +17493300 15.0076079717 30.0483446596 909.8043100233 0.0555555556 +17494200 15.0076079717 30.4293128529 926.7803410472 0.0555555556 +17495100 15.0076079717 30.7278934154 939.6578855194 0.0555555556 +17496000 15.0076079717 30.9425121531 948.3740652405 0.0555555556 +17496900 15.0076079717 31.1078551365 955.605399544 0.0555555556 +17497800 15.0076079717 31.1500940338 955.8931438089 0.0555555556 +17498700 15.0076079717 31.106620605 951.9431324696 0.0555555556 +17499600 15.0076079717 30.9779094166 943.7744821314 0.0555555556 +17500500 15.0076079717 30.7025438604 928.2737866321 0.0555555556 +17501400 15.0076079717 30.3512745571 911.8507651698 0.0555555556 +17502300 15.0076079717 29.9194204555 891.4003314453 0.0555555556 +17503200 15.0076079717 29.4095626616 867.0240182388 0.0555555556 +17504100 15.0076079717 28.6381973063 824.8837484869 0.0555555556 +17505000 15.0076079717 27.987377007 793.5011308909 0.0555555556 +17505900 15.0076079717 27.2703583609 758.6743150712 0.0555555556 +17506800 15.0076079717 26.492242087 720.5909604314 0.0555555556 +17507700 15.0076079717 25.3412079659 656.5586134103 0.0555555556 +17508600 15.0076079717 24.4728409852 613.8471072785 0.0555555556 +17509500 15.0076079717 23.5646653772 568.6650115851 0.0555555556 +17510400 15.0076079717 22.62415069 521.3131400098 0.0555555556 +17511300 15.0076079717 20.9113203027 439.0465397244 0.0555555556 +17512200 15.0076079717 19.8591207011 391.1759982094 0.0555555556 +17513100 15.0076079717 18.9639608362 342.3858381302 0.0555555556 +17514000 15.0076079717 18.2332755976 293.222201492 0.0555555556 +17514900 15.0004480672 38.3933035958 195.4432206398 0 +17515800 15.0076079717 16.5955889807 155.1249893498 0.0555555556 +17516700 15.0004480672 32.4884076959 116.7446065435 0 +17517600 15.0076079717 16.3470332555 81.4475508238 0.0555555556 +17518500 15.0004480672 18.3375 25.2718283282 0 +17519400 15.0004480672 18.0125 31.4037661419 0 +17520300 15.0004480672 17.6875 32.7769373065 0 +17521200 15.0004480672 17.3625 26.9278622349 0 +17522100 15.0004480672 17.1125 24.985771403 0 +17523000 15.0004480672 16.9375 3.362140067 0 +17523900 15.0004480672 16.7625 0 0 +17524800 15.0004480672 16.5875 0 0 +17525700 15.0004480672 16.4 0 0 +17526600 15.0004480672 16.2 0 0 +17527500 15.0004480672 16 0 0 +17528400 15.0004480672 15.8 0 0 +17529300 15.0004480672 15.6125 0 0 +17530200 15.0004480672 15.4375 0 0 +17531100 15.0004480672 15.2625 0 0 +17532000 15.0004480672 15.0875 0 0 +17532900 15.0004480672 14.95 0 0 +17533800 15.0004480672 14.85 0 0 +17534700 15.0004480672 14.75 0 0 +17535600 15.0004480672 14.65 0 0 +17536500 15.0004480672 14.5625 0 0 +17537400 15.0004480672 14.4875 0 0 +17538300 15.0004480672 14.4125 0 0 +17539200 15.0004480672 14.3375 0 0 +17540100 15.0004480672 14.25 0 0 +17541000 15.0004480672 14.15 0 0 +17541900 15.0004480672 14.05 0 0 +17542800 15.0004480672 13.95 0 0 +17543700 15.0004480672 13.9 0 0 +17544600 15.0004480672 13.9 0 0 +17545500 15.0004480672 13.9 0 0 +17546400 15.0004480672 13.9 0 0 +17547300 15.0004480672 13.9 0 0 +17548200 15.0004480672 13.9 0 0 +17549100 15.0004480672 13.9 0 0 +17550000 15.0004480672 13.9 0 0 +17550900 15.0004480672 13.9 0 0 +17551800 15.0004480672 13.9 0 0 +17552700 15.0004480672 13.9 0 0 +17553600 15.0004480672 13.9 0 0 +17554500 15.0004480672 13.925 0 0 +17555400 15.0004480672 13.975 0 0 +17556300 15.0004480672 14.025 0 0 +17557200 15.0004480672 14.075 0 0 +17558100 15.0004480672 14.1125 0.7680723759 0 +17559000 15.0004480672 14.1375 11.5574419409 0 +17559900 15.0004480672 14.1625 25.2677472961 0 +17560800 15.0004480672 14.1875 37.3556635732 0 +17561700 15.0004480672 14.225 53.4894211302 0 +17562600 15.0004480672 14.275 57.4626451864 0 +17563500 15.0076079717 15.9603219682 73.5381251074 0.0555555556 +17564400 15.0004480672 27.6984697184 97.9850743882 0 +17565300 15.0076079717 16.7702027821 159.3390136635 0.0555555556 +17566200 15.0076079717 17.0866896225 191.8308763649 0.0555555556 +17567100 15.0076079717 17.4910852273 225.1436483014 0.0555555556 +17568000 15.0076079717 17.9877305671 258.7669122761 0.0555555556 +17568900 15.0076079717 18.7908329509 310.8678423907 0.0555555556 +17569800 15.0076079717 19.5162668961 346.2767941859 0.0555555556 +17570700 15.0076079717 20.3311485343 380.8179743527 0.0555555556 +17571600 15.0076079717 21.0088794119 414.1977570706 0.0555555556 +17572500 15.0076079717 23.5609262085 577.4276571388 0.0555555556 +17573400 15.0076079717 24.3772057748 617.8597937604 0.0555555556 +17574300 15.0076079717 25.1505291189 655.7830888189 0.0555555556 +17575200 15.0076079717 25.8744423032 690.9695101733 0.0555555556 +17576100 15.0076079717 26.9755408272 752.3830903603 0.0555555556 +17577000 15.0076079717 27.6005916753 782.6459652767 0.0555555556 +17577900 15.0076079717 28.1596643117 809.5094320288 0.0555555556 +17578800 15.0076079717 28.6491326906 832.8335858674 0.0555555556 +17579700 15.0076079717 28.8040992737 840.287657312 0.0555555556 +17580600 15.0076079717 29.1381525711 855.8920359429 0.0555555556 +17581500 15.0076079717 29.3973436557 867.7342816679 0.0555555556 +17582400 15.0076079717 29.5802160466 875.7551507307 0.0555555556 +17583300 15.0076079717 29.8464834823 886.9359642087 0.0555555556 +17584200 15.0076079717 29.8725132347 887.2167101137 0.0555555556 +17585100 15.0076079717 29.8193417262 883.5719473273 0.0555555556 +17586000 15.0076079717 29.6874101487 876.0195740992 0.0555555556 +17586900 15.0076079717 29.2896248845 852.8632651779 0.0555555556 +17587800 15.0076079717 28.975297031 837.821419038 0.0555555556 +17588700 15.0076079717 28.5872178568 819.0895357381 0.0555555556 +17589600 15.0076079717 28.1277704456 796.7621649271 0.0555555556 +17590500 15.0076079717 28.1896945614 807.1073850533 0.0555555556 +17591400 15.0076079717 27.5672337912 776.4906010873 0.0555555556 +17592300 15.0076079717 26.8804809713 742.5163459072 0.0555555556 +17593200 15.0076079717 26.1344119282 705.3692841952 0.0555555556 +17594100 15.0076079717 25.0153415015 642.409994956 0.0555555556 +17595000 15.0076079717 24.1811684974 600.7955844514 0.0555555556 +17595900 15.0076079717 23.3085019521 556.7845854049 0.0555555556 +17596800 15.0076079717 22.4064723077 510.6723745027 0.0555555556 +17597700 15.0076079717 20.6881839597 425.4214335724 0.0555555556 +17598600 15.0076079717 19.6788351219 379.3592009861 0.0555555556 +17599500 15.0076079717 18.8192313033 332.4351625419 0.0555555556 +17600400 15.0076079717 18.1163242685 285.1753666185 0.0555555556 +17601300 15.0004480672 37.7028296192 201.8370122967 0 +17602200 15.0076079717 16.5375131208 159.6100267967 0.0555555556 +17603100 15.0004480672 31.7200982703 119.3958379042 0 +17604000 15.0076079717 16.2967934846 82.4257135014 0.0555555556 +17604900 15.0004480672 17.6625 20.7512401696 0 +17605800 15.0004480672 17.3875 28.1466017013 0 +17606700 15.0004480672 17.1125 30.6754865981 0 +17607600 15.0004480672 16.8375 25.5405978215 0 +17608500 15.0004480672 16.6 34.5350328355 0 +17609400 15.0004480672 16.4 4.0710056966 0 +17610300 15.0004480672 16.2 0 0 +17611200 15.0004480672 16 0 0 +17612100 15.0004480672 15.8125 0 0 +17613000 15.0004480672 15.6375 0 0 +17613900 15.0004480672 15.4625 0 0 +17614800 15.0004480672 15.2875 0 0 +17615700 15.0004480672 15.1 0 0 +17616600 15.0004480672 14.9 0 0 +17617500 15.0004480672 14.7 0 0 +17618400 15.0004480672 14.5 0 0 +17619300 15.0004480672 14.35 0 0 +17620200 15.0004480672 14.25 0 0 +17621100 15.0004480672 14.15 0 0 +17622000 15.0004480672 14.05 0 0 +17622900 15.0004480672 13.9625 0 0 +17623800 15.0004480672 13.8875 0 0 +17624700 15.0004480672 13.8125 0 0 +17625600 15.0004480672 13.7375 0 0 +17626500 15.0004480672 13.65 0 0 +17627400 15.0004480672 13.55 0 0 +17628300 15.0004480672 13.45 0 0 +17629200 15.0004480672 13.35 0 0 +17630100 15.0004480672 13.25 0 0 +17631000 15.0004480672 13.15 0 0 +17631900 15.0004480672 13.05 0 0 +17632800 15.0004480672 12.95 0 0 +17633700 15.0004480672 12.8625 0 0 +17634600 15.0004480672 12.7875 0 0 +17635500 15.0004480672 12.7125 0 0 +17636400 15.0004480672 12.6375 0 0 +17637300 15.0004480672 12.55 0 0 +17638200 15.0004480672 12.45 0 0 +17639100 15.0004480672 12.35 0 0 +17640000 15.0004480672 12.25 0 0 +17640900 15.0004480672 12.225 0 0 +17641800 15.0004480672 12.275 0 0 +17642700 15.0004480672 12.325 0 0 +17643600 15.0004480672 12.375 0 0 +17644500 15.0004480672 12.425 0.5480221017 0 +17645400 15.0004480672 12.475 11.0655951247 0 +17646300 15.0004480672 12.525 25.3322650263 0 +17647200 15.0004480672 12.575 39.1861257188 0 +17648100 15.0004480672 12.625 40.8987919155 0 +17649000 15.0004480672 12.675 51.6407458947 0 +17649900 15.0004480672 23.6575889477 62.6607859097 0 +17650800 15.0076079717 15.868442321 73.8346158264 0.0555555556 +17651700 15.0076079717 17.0689466333 180.8589995341 0.0555555556 +17652600 15.0076079717 17.4337999524 214.0627212316 0.0555555556 +17653500 15.0076079717 17.8686905719 247.9201795768 0.0555555556 +17654400 15.0076079717 18.377164259 281.9727053562 0.0555555556 +17655300 15.0076079717 19.3790080367 372.5435535302 0.0555555556 +17656200 15.0076079717 20.2903840921 416.5454647618 0.0555555556 +17657100 15.0076079717 21.3191271248 459.4303479417 0.0555555556 +17658000 15.0076079717 22.1641909951 500.8349858461 0.0555555556 +17658900 15.0076079717 24.0463292637 614.5934170197 0.0555555556 +17659800 15.0076079717 24.9322231675 657.9522586266 0.0555555556 +17660700 15.0076079717 25.7715486278 698.6022600736 0.0555555556 +17661600 15.0076079717 26.5573865236 736.303590139 0.0555555556 +17662500 15.0076079717 27.5474487033 790.6835887723 0.0555555556 +17663400 15.0076079717 28.2059742621 822.5695926718 0.0555555556 +17664300 15.0076079717 28.7948435803 850.8708314764 0.0555555556 +17665200 15.0076079717 29.310255037 875.4417212674 0.0555555556 +17666100 15.0076079717 29.839491462 903.5770230663 0.0555555556 +17667000 15.0076079717 30.1998118701 920.4514132321 0.0555555556 +17667900 15.0076079717 30.4785804085 933.2588674978 0.0555555556 +17668800 15.0076079717 30.6742320215 941.9367473161 0.0555555556 +17669700 15.0076079717 30.7794333068 946.3149821567 0.0555555556 +17670600 15.0076079717 30.8062047472 946.6273976798 0.0555555556 +17671500 15.0076079717 30.7483049032 942.7460579394 0.0555555556 +17672400 15.0076079717 30.6062000628 934.6897759936 0.0555555556 +17673300 15.0076079717 30.3705129079 921.8129408558 0.0555555556 +17674200 15.0076079717 30.0293475249 905.542880888 0.0555555556 +17675100 15.0076079717 29.6082635304 885.2759283292 0.0555555556 +17676000 15.0076079717 29.10981728 861.1127851486 0.0555555556 +17676900 15.0076079717 28.3353276596 818.4319392753 0.0555555556 +17677800 15.0076079717 27.6961800816 787.3536342578 0.0555555556 +17678700 15.0076079717 26.99146967 752.8617260412 0.0555555556 +17679600 15.0076079717 26.2262414075 715.1423254049 0.0555555556 +17680500 15.0076079717 25.1414531471 654.9622478376 0.0555555556 +17681400 15.0076079717 24.2842193564 612.4322860371 0.0555555556 +17682300 15.0076079717 23.3873046935 567.4402077221 0.0555555556 +17683200 15.0076079717 22.4600548804 520.2856461254 0.0555555556 +17684100 15.0076079717 20.7672585571 438.9027679217 0.0555555556 +17685000 15.0076079717 19.7065942975 391.0712166081 0.0555555556 +17685900 15.0076079717 18.8040140842 342.3143657058 0.0555555556 +17686800 15.0076079717 18.066918914 293.1790915264 0.0555555556 +17687700 15.0004480672 34.9219810528 192.2743432156 0 +17688600 15.0076079717 16.3183158455 151.757475634 0.0555555556 +17689500 15.0004480672 29.0808620429 113.1998581053 0 +17690400 15.0076079717 16.0897252061 77.7960915167 0.0555555556 +17691300 15.0004480672 16.1375 21.406585375 0 +17692200 15.0004480672 15.8125 28.4255300448 0 +17693100 15.0004480672 15.4875 30.4772412557 0 +17694000 15.0004480672 15.1625 24.9138575329 0 +17694900 15.0004480672 14.9125 29.1988863956 0 +17695800 15.0004480672 14.7375 2.9435464049 0 +17696700 15.0004480672 14.5625 0 0 +17697600 15.0004480672 14.3875 0 0 +17698500 15.0004480672 14.2 0 0 +17699400 15.0004480672 14 0 0 +17700300 15.0004480672 13.8 0 0 +17701200 15.0004480672 13.6 0 0 +17702100 15.0004480672 13.4125 0 0 +17703000 15.0004480672 13.2375 0 0 +17703900 15.0004480672 13.0625 0 0 +17704800 15.0004480672 12.8875 0 0 +17705700 15.0004480672 12.8 0 0 +17706600 15.0004480672 12.8 0 0 +17707500 15.0004480672 12.8 0 0 +17708400 15.0004480672 12.8 0 0 +17709300 15.0004480672 12.8 0 0 +17710200 15.0004480672 12.8 0 0 +17711100 15.0004480672 12.8 0 0 +17712000 15.0004480672 12.8 0 0 +17712900 15.0004480672 12.8 0 0 +17713800 15.0004480672 12.8 0 0 +17714700 15.0004480672 12.8 0 0 +17715600 15.0004480672 12.8 0 0 +17716500 15.0004480672 12.775 0 0 +17717400 15.0004480672 12.725 0 0 +17718300 15.0004480672 12.675 0 0 +17719200 15.0004480672 12.625 0 0 +17720100 15.0004480672 12.575 0 0 +17721000 15.0004480672 12.525 0 0 +17721900 15.0004480672 12.475 0 0 +17722800 15.0004480672 12.425 0 0 +17723700 15.0004480672 12.375 0 0 +17724600 15.0004480672 12.325 0 0 +17725500 15.0004480672 12.275 0 0 +17726400 15.0004480672 12.225 0 0 +17727300 15.0004480672 12.2875 0 0 +17728200 15.0004480672 12.4625 0 0 +17729100 15.0004480672 12.6375 0 0 +17730000 15.0004480672 12.8125 0 0 +17730900 15.0004480672 13 0.3021521591 0 +17731800 15.0004480672 13.2 10.9826283599 0 +17732700 15.0004480672 13.4 25.2487583829 0 +17733600 15.0004480672 13.6 33.8398813596 0 +17734500 15.0004480672 13.7875 37.6633564617 0 +17735400 15.0004480672 13.9625 30.7149907138 0 +17736300 15.0004480672 20.1002827461 50.8121449183 0 +17737200 15.0004480672 19.1491497444 87.4501640245 0 +17738100 15.0076079717 16.4695117388 172.5621346928 0.0555555556 +17739000 15.0004480672 36.6762068985 218.9394430537 0 +17739900 15.0076079717 17.3620969799 266.5554618279 0.0555555556 +17740800 15.0076079717 18.0755100043 314.5182510875 0.0555555556 +17741700 15.0076079717 19.6460059732 402.9278614205 0.0555555556 +17742600 15.0076079717 20.7275529371 453.1676961575 0.0555555556 +17743500 15.0076079717 21.9613252307 502.0274382894 0.0555555556 +17744400 15.0076079717 22.9458373537 549.1020008496 0.0555555556 +17745300 15.0076079717 24.1789076888 616.2058565818 0.0555555556 +17746200 15.0076079717 25.0723087347 659.8720310022 0.0555555556 +17747100 15.0076079717 25.918376508 700.8007313209 0.0555555556 +17748000 15.0076079717 26.7101362781 738.7528843995 0.0555555556 +17748900 15.0076079717 27.7847757119 798.3685902257 0.0555555556 +17749800 15.0076079717 28.4588457262 830.6622828559 0.0555555556 +17750700 15.0076079717 29.0618866796 859.3223641797 0.0555555556 +17751600 15.0076079717 29.5900534991 884.2030681542 0.0555555556 +17752500 15.0076079717 30.164579726 914.8200820671 0.0555555556 +17753400 15.0076079717 30.5355010215 931.9494468923 0.0555555556 +17754300 15.0076079717 30.823182175 944.9520426145 0.0555555556 +17755200 15.0076079717 31.0260374009 953.7649794787 0.0555555556 +17756100 15.0076079717 31.1473952077 958.9828772732 0.0555555556 +17757000 15.0076079717 31.1779193877 959.3099432332 0.0555555556 +17757900 15.0076079717 31.1219940958 955.3795582129 0.0555555556 +17758800 15.0076079717 30.9800905044 947.2105672687 0.0555555556 +17759700 15.0076079717 30.6667984813 929.6912737075 0.0555555556 +17760600 15.0076079717 30.3171612178 913.263519045 0.0555555556 +17761500 15.0076079717 29.886299688 892.7960826549 0.0555555556 +17762400 15.0076079717 29.3767916327 868.3896334023 0.0555555556 +17763300 15.0076079717 28.6489932388 828.9628677727 0.0555555556 +17764200 15.0076079717 27.9931638128 797.417236386 0.0555555556 +17765100 15.0076079717 27.2702377511 762.3989017968 0.0555555556 +17766000 15.0076079717 26.4853312501 724.0945444804 0.0555555556 +17766900 15.0076079717 25.3468907519 660.9224275264 0.0555555556 +17767800 15.0076079717 24.4691646233 617.8442092773 0.0555555556 +17768700 15.0076079717 23.5506650566 572.2551783796 0.0555555556 +17769600 15.0076079717 22.6008843404 524.4557685368 0.0555555556 +17770500 15.0076079717 20.9264877333 446.9539697501 0.0555555556 +17771400 15.0076079717 19.8104315865 397.8141020318 0.0555555556 +17772300 15.0076079717 18.8613647513 347.6835535812 0.0555555556 +17773200 15.0076079717 18.0871701887 297.1250256405 0.0555555556 +17774100 15.0004480672 35.5557177951 207.6944454291 0 +17775000 15.0076079717 16.3313710129 162.3512868004 0.0555555556 +17775900 15.0004480672 29.0865165966 119.1213692347 0 +17776800 15.0076079717 16.0942475299 79.4253572571 0.0555555556 +17777700 15.0004480672 16.0625 10.454582862 0 +17778600 15.0004480672 15.5875 20.5502175124 0 +17779500 15.0004480672 15.1125 25.8973264314 0 +17780400 15.0004480672 14.6375 22.5525364505 0 +17781300 15.0004480672 14.3375 32.5919771031 0 +17782200 15.0004480672 14.2125 2.8203566279 0 +17783100 15.0004480672 14.0875 0 0 +17784000 15.0004480672 13.9625 0 0 +17784900 15.0004480672 13.825 0 0 +17785800 15.0004480672 13.675 0 0 +17786700 15.0004480672 13.525 0 0 +17787600 15.0004480672 13.375 0 0 +17788500 15.0004480672 13.2375 0 0 +17789400 15.0004480672 13.1125 0 0 +17790300 15.0004480672 12.9875 0 0 +17791200 15.0004480672 12.8625 0 0 +17792100 15.0004480672 12.775 0 0 +17793000 15.0004480672 12.725 0 0 +17793900 15.0004480672 12.675 0 0 +17794800 15.0004480672 12.625 0 0 +17795700 15.0004480672 12.575 0 0 +17796600 15.0004480672 12.525 0 0 +17797500 15.0004480672 12.475 0 0 +17798400 15.0004480672 12.425 0 0 +17799300 15.0004480672 12.375 0 0 +17800200 15.0004480672 12.325 0 0 +17801100 15.0004480672 12.275 0 0 +17802000 15.0004480672 12.225 0 0 +17802900 15.0004480672 12.175 0 0 +17803800 15.0004480672 12.125 0 0 +17804700 15.0004480672 12.075 0 0 +17805600 15.0004480672 12.025 0 0 +17806500 15.0004480672 11.9875 0 0 +17807400 15.0004480672 11.9625 0 0 +17808300 15.0004480672 11.9375 0 0 +17809200 15.0004480672 11.9125 0 0 +17810100 15.0004480672 11.875 0 0 +17811000 15.0004480672 11.825 0 0 +17811900 15.0004480672 11.775 0 0 +17812800 15.0004480672 11.725 0 0 +17813700 15.0004480672 11.8125 0 0 +17814600 15.0004480672 12.0375 0 0 +17815500 15.0004480672 12.2625 0 0 +17816400 15.0004480672 12.4875 0 0 +17817300 15.0004480672 12.7125 0.2132527127 0 +17818200 15.0004480672 12.9375 9.9251442789 0 +17819100 15.0004480672 13.1625 24.7770889064 0 +17820000 15.0004480672 13.3875 39.4123146107 0 +17820900 15.0004480672 13.6125 55.1779902401 0 +17821800 15.0004480672 13.8375 70.2447102454 0 +17822700 15.0076079717 16.1442522314 85.5166910729 0.0555555556 +17823600 15.0004480672 31.496112938 100.8621431516 0 +17824500 15.0076079717 16.9060660863 146.6874560683 0.0555555556 +17825400 15.0076079717 17.2003738062 169.1266565052 0.0555555556 +17826300 15.0076079717 17.5190154621 191.6598887839 0.0555555556 +17827200 15.0076079717 17.8629594439 214.0731107118 0.0555555556 +17828100 15.0076079717 19.3330201119 357.8780650643 0.0555555556 +17829000 15.0076079717 20.1944201169 399.7078706611 0.0555555556 +17829900 15.0076079717 21.1654813208 440.4881932975 0.0555555556 +17830800 15.0076079717 21.9502394259 479.8729019366 0.0555555556 +17831700 15.0076079717 23.8408559662 595.7909169045 0.0555555556 +17832600 15.0076079717 24.676955547 637.4487780664 0.0555555556 +17833500 15.0076079717 25.4690641074 676.5227655217 0.0555555556 +17834400 15.0076079717 26.2105687516 712.7783320331 0.0555555556 +17835300 15.0076079717 27.3773304774 778.772715917 0.0555555556 +17836200 15.0076079717 28.0254134923 810.0393377524 0.0555555556 +17837100 15.0076079717 28.6058701793 837.7978310964 0.0555555556 +17838000 15.0076079717 29.1149782367 861.9035278622 0.0555555556 +17838900 15.0076079717 28.4958751848 820.6655151411 0.0555555556 +17839800 15.0076079717 28.8253016587 835.8710665363 0.0555555556 +17840700 15.0076079717 29.0824055422 847.4177730186 0.0555555556 +17841600 15.0076079717 29.2657704533 855.2473878615 0.0555555556 +17842500 15.0076079717 29.8728510376 888.8074412373 0.0555555556 +17843400 15.0076079717 29.9065779735 889.1148067814 0.0555555556 +17844300 15.0076079717 29.862112334 885.5062076309 0.0555555556 +17845200 15.0076079717 29.7398888095 877.9995336054 0.0555555556 +17846100 15.0076079717 29.4318608151 861.5370183367 0.0555555556 +17847000 15.0076079717 29.1082171177 846.4585010325 0.0555555556 +17847900 15.0076079717 28.7114825077 827.6755274097 0.0555555556 +17848800 15.0076079717 28.2440296127 805.2839526322 0.0555555556 +17849700 15.0076079717 28.0068013064 796.2350253565 0.0555555556 +17850600 15.0076079717 27.3882550452 766.2366818276 0.0555555556 +17851500 15.0076079717 26.7073390102 732.9518240058 0.0555555556 +17852400 15.0076079717 25.9689007805 696.5636678629 0.0555555556 +17853300 15.0076079717 24.785890692 629.6896730265 0.0555555556 +17854200 15.0076079717 23.9726497086 589.3151142803 0.0555555556 +17855100 15.0076079717 23.1225989869 546.631642889 0.0555555556 +17856000 15.0076079717 22.2444637912 501.9291503513 0.0555555556 +17856900 15.0076079717 20.6896059463 425.972302068 0.0555555556 +17857800 15.0076079717 19.6945112168 380.5614936035 0.0555555556 +17858700 15.0076079717 18.8413990934 334.3250734294 0.0555555556 +17859600 15.0076079717 18.136673222 287.7801457848 0.0555555556 +17860500 15.0004480672 36.8893579869 188.0472905905 0 +17861400 15.0076079717 16.4959710155 151.3369595961 0.0555555556 +17862300 15.0004480672 30.8136483075 116.4109554185 0 +17863200 15.0076079717 16.1905869887 84.2443318494 0.0555555556 +17864100 15.0004480672 15.7125 35.8442311914 0 +17865000 15.0004480672 15.3375 37.4849257442 0 +17865900 15.0004480672 14.9625 34.5140847005 0 +17866800 15.0004480672 14.5875 25.5033809739 0 +17867700 15.0004480672 14.3375 18.9440785731 0 +17868600 15.0004480672 14.2125 1.245793897 0 +17869500 15.0004480672 14.0875 0 0 +17870400 15.0004480672 13.9625 0 0 +17871300 15.0004480672 13.825 0 0 +17872200 15.0004480672 13.675 0 0 +17873100 15.0004480672 13.525 0 0 +17874000 15.0004480672 13.375 0 0 +17874900 15.0004480672 13.2375 0 0 +17875800 15.0004480672 13.1125 0 0 +17876700 15.0004480672 12.9875 0 0 +17877600 15.0004480672 12.8625 0 0 +17878500 15.0004480672 12.8 0 0 +17879400 15.0004480672 12.8 0 0 +17880300 15.0004480672 12.8 0 0 +17881200 15.0004480672 12.8 0 0 +17882100 15.0004480672 12.8 0 0 +17883000 15.0004480672 12.8 0 0 +17883900 15.0004480672 12.8 0 0 +17884800 15.0004480672 12.8 0 0 +17885700 15.0004480672 12.8 0 0 +17886600 15.0004480672 12.8 0 0 +17887500 15.0004480672 12.8 0 0 +17888400 15.0004480672 12.8 0 0 +17889300 15.0004480672 12.8 0 0 +17890200 15.0004480672 12.8 0 0 +17891100 15.0004480672 12.8 0 0 +17892000 15.0004480672 12.8 0 0 +17892900 15.0004480672 12.8 0 0 +17893800 15.0004480672 12.8 0 0 +17894700 15.0004480672 12.8 0 0 +17895600 15.0004480672 12.8 0 0 +17896500 15.0004480672 12.8 0 0 +17897400 15.0004480672 12.8 0 0 +17898300 15.0004480672 12.8 0 0 +17899200 15.0004480672 12.8 0 0 +17900100 15.0004480672 12.8875 0 0 +17901000 15.0004480672 13.0625 0 0 +17901900 15.0004480672 13.2375 0 0 +17902800 15.0004480672 13.4125 0 0 +17903700 15.0004480672 13.6 0.0932784685 0 +17904600 15.0004480672 13.8 9.1799516423 0 +17905500 15.0004480672 14 24.072960835 0 +17906400 15.0004480672 14.2 38.4964867052 0 +17907300 15.0004480672 14.3875 50.9112458623 0 +17908200 15.0004480672 14.5625 55.4661556529 0 +17909100 15.0076079717 15.9547452276 71.7733196112 0.0555555556 +17910000 15.0004480672 27.8418888126 95.6308481568 0 +17910900 15.0076079717 16.8065643279 166.6354924602 0.0555555556 +17911800 15.0076079717 17.1497211786 203.4562889279 0.0555555556 +17912700 15.0076079717 17.6035441206 241.2921752014 0.0555555556 +17913600 15.0076079717 18.1736333018 279.5165277189 0.0555555556 +17914500 15.0076079717 19.5018891889 363.0536793174 0.0555555556 +17915400 15.0076079717 20.3614885566 405.0681184675 0.0555555556 +17916300 15.0076079717 21.3276633392 446.0303072708 0.0555555556 +17917200 15.0076079717 22.1051687766 485.5935793399 0.0555555556 +17918100 15.0076079717 23.7808074199 587.6941279077 0.0555555556 +17919000 15.0076079717 24.5781049077 628.0441654326 0.0555555556 +17919900 15.0076079717 25.3339246462 665.9119334756 0.0555555556 +17920800 15.0076079717 26.0419697309 701.0657499985 0.0555555556 +17921700 15.0076079717 27.0038739947 755.2350207038 0.0555555556 +17922600 15.0076079717 27.6010944951 785.1540197348 0.0555555556 +17923500 15.0076079717 28.1351780029 811.7258032282 0.0555555556 +17924400 15.0076079717 28.602592385 834.8083755118 0.0555555556 +17925300 15.0076079717 28.4788076379 821.3335499404 0.0555555556 +17926200 15.0076079717 28.7942406252 836.4716518076 0.0555555556 +17927100 15.0076079717 29.0385328464 847.9686427055 0.0555555556 +17928000 15.0076079717 29.210282799 855.7660516733 0.0555555556 +17928900 15.0076079717 29.2250608695 857.3378076999 0.0555555556 +17929800 15.0076079717 29.2474455945 857.6349171322 0.0555555556 +17930700 15.0076079717 29.196750483 854.1942696268 0.0555555556 +17931600 15.0076079717 29.073386745 847.0332769209 0.0555555556 +17932500 15.0076079717 28.7949063601 831.9003017666 0.0555555556 +17933400 15.0076079717 28.4976474353 817.5012434987 0.0555555556 +17934300 15.0076079717 28.1320099571 799.5663814396 0.0555555556 +17935200 15.0076079717 27.7002385098 778.1890424854 0.0555555556 +17936100 15.0076079717 27.3621960133 763.6561791005 0.0555555556 +17937000 15.0076079717 26.797602471 735.3625425552 0.0555555556 +17937900 15.0076079717 26.1759030863 703.9822917546 0.0555555556 +17938800 15.0076079717 25.5015912372 669.6926582203 0.0555555556 +17939700 15.0076079717 23.9602630851 579.7661711735 0.0555555556 +17940600 15.0076079717 23.2912600571 544.4566721317 0.0555555556 +17941500 15.0076079717 22.591941439 507.1663855525 0.0555555556 +17942400 15.0076079717 21.869305889 468.1523150336 0.0555555556 +17943300 15.0076079717 20.4169128071 391.624216408 0.0555555556 +17944200 15.0076079717 19.5984816753 351.9048351061 0.0555555556 +17945100 15.0076079717 18.8881384181 311.51166658 0.0555555556 +17946000 15.0076079717 18.2906183732 270.8825844984 0.0555555556 +17946900 15.0076079717 17.1718921608 188.6462070811 0.0555555556 +17947800 15.0004480672 37.6072327446 154.7997301476 0 +17948700 15.0076079717 16.651981771 122.4993169936 0.0555555556 +17949600 15.0004480672 33.6232509975 92.5308176121 0 +17950500 15.0004480672 18.2375 54.193186073 0 +17951400 15.0004480672 18.1125 48.9602442424 0 +17952300 15.0004480672 17.9875 40.3311708284 0 +17953200 15.0004480672 17.8625 27.6756293474 0 +17954100 15.0004480672 17.6625 23.4836750416 0 +17955000 15.0004480672 17.3875 1.1630904769 0 +17955900 15.0004480672 17.1125 0 0 +17956800 15.0004480672 16.8375 0 0 +17957700 15.0004480672 16.55 0 0 +17958600 15.0004480672 16.25 0 0 +17959500 15.0004480672 15.95 0 0 +17960400 15.0004480672 15.65 0 0 +17961300 15.0004480672 15.3625 0 0 +17962200 15.0004480672 15.0875 0 0 +17963100 15.0004480672 14.8125 0 0 +17964000 15.0004480672 14.5375 0 0 +17964900 15.0004480672 14.35 0 0 +17965800 15.0004480672 14.25 0 0 +17966700 15.0004480672 14.15 0 0 +17967600 15.0004480672 14.05 0 0 +17968500 15.0004480672 13.9625 0 0 +17969400 15.0004480672 13.8875 0 0 +17970300 15.0004480672 13.8125 0 0 +17971200 15.0004480672 13.7375 0 0 +17972100 15.0004480672 13.65 0 0 +17973000 15.0004480672 13.55 0 0 +17973900 15.0004480672 13.45 0 0 +17974800 15.0004480672 13.35 0 0 +17975700 15.0004480672 13.3 0 0 +17976600 15.0004480672 13.3 0 0 +17977500 15.0004480672 13.3 0 0 +17978400 15.0004480672 13.3 0 0 +17979300 15.0004480672 13.3 0 0 +17980200 15.0004480672 13.3 0 0 +17981100 15.0004480672 13.3 0 0 +17982000 15.0004480672 13.3 0 0 +17982900 15.0004480672 13.3 0 0 +17983800 15.0004480672 13.3 0 0 +17984700 15.0004480672 13.3 0 0 +17985600 15.0004480672 13.3 0 0 +17986500 15.0004480672 13.35 0 0 +17987400 15.0004480672 13.45 0 0 +17988300 15.0004480672 13.55 0 0 +17989200 15.0004480672 13.65 0 0 +17990100 15.0004480672 13.7375 0.0349213543 0 +17991000 15.0004480672 13.8125 9.9587787291 0 +17991900 15.0004480672 13.8875 27.7381688374 0 +17992800 15.0004480672 13.9625 45.5388384192 0 +17993700 15.0004480672 14.05 59.3732753141 0 +17994600 15.0004480672 14.15 74.739514505 0 +17995500 15.0076079717 16.2396131323 91.8168115754 0.0555555556 +17996400 15.0004480672 32.5619179728 109.9648620981 0 +17997300 15.0076079717 16.3851171428 105.673063346 0.0555555556 +17998200 15.0004480672 33.997928664 121.0137083804 0 +17999100 15.0076079717 16.8105558866 136.3064530974 0.0555555556 +18000000 15.0076079717 17.0394142681 151.4316023402 0.0555555556 +18000900 15.0076079717 19.0942109686 314.2762186552 0.0555555556 +18001800 15.0076079717 19.6687515823 345.7969994016 0.0555555556 +18002700 15.0076079717 20.2919676944 376.4746582822 0.0555555556 +18003600 15.0076079717 20.8129817498 406.0746851247 0.0555555556 +18004500 15.0076079717 18.3922005933 233.3774155439 0.0555555556 +18005400 15.0076079717 18.6025449131 245.9603100542 0.0555555556 +18006300 15.0076079717 18.8007333093 257.7370671336 0.0555555556 +18007200 15.0076079717 18.9856284764 268.6469114067 0.0555555556 +18008100 15.0076079717 19.0825588729 275.8309557334 0.0555555556 +18009000 15.0076079717 19.2269894286 284.481483901 0.0555555556 +18009900 15.0076079717 19.356484251 292.1527294849 0.0555555556 +18010800 15.0076079717 19.4704397906 298.8087578776 0.0555555556 +18011700 15.0076079717 25.0976944197 652.9398342374 0.0555555556 +18012600 15.0076079717 25.3050850842 664.0663634654 0.0555555556 +18013500 15.0076079717 25.4650699641 672.5179011798 0.0555555556 +18014400 15.0076079717 25.5767306662 678.2506423215 0.0555555556 +18015300 15.0076079717 28.581592561 835.5418877315 0.0555555556 +18016200 15.0076079717 28.598711212 835.832682681 0.0555555556 +18017100 15.0076079717 28.5444870105 832.4798099016 0.0555555556 +18018000 15.0076079717 28.4193212801 825.500247408 0.0555555556 +18018900 15.0076079717 28.1681586627 817.2096912862 0.0555555556 +18019800 15.0076079717 27.8940664618 803.1721454505 0.0555555556 +18020700 15.0076079717 27.5541721774 785.6883114892 0.0555555556 +18021600 15.0076079717 27.1506426882 764.8498566307 0.0555555556 +18022500 15.0076079717 27.426385216 775.1241014847 0.0555555556 +18023400 15.0076079717 26.8406557229 745.8908920717 0.0555555556 +18024300 15.0076079717 26.1938941443 713.4533084993 0.0555555556 +18025200 15.0076079717 25.4908318451 677.9895658594 0.0555555556 +18026100 15.0076079717 24.1489917603 597.6267175362 0.0555555556 +18027000 15.0076079717 23.3777634792 558.9975482616 0.0555555556 +18027900 15.0076079717 22.5705327547 518.1478626245 0.0555555556 +18028800 15.0076079717 21.7357250742 475.3535634916 0.0555555556 +18029700 15.0076079717 20.3551038942 407.4609369637 0.0555555556 +18030600 15.0076079717 19.4103031826 364.1958225864 0.0555555556 +18031500 15.0076079717 18.6012292232 320.1581488721 0.0555555556 +18032400 15.0076079717 17.9338084963 275.8417648713 0.0555555556 +18033300 15.0004480672 38.2177225272 162.6062618707 0 +18034200 15.0076079717 16.675307299 137.3641479102 0.0555555556 +18035100 15.0004480672 32.5284651898 113.0069348613 0 +18036000 15.0076079717 16.2687349084 89.9722359395 0.0555555556 +18036900 15.0004480672 15.1875 35.2804909897 0 +18037800 15.0004480672 14.9625 37.7025454917 0 +18038700 15.0004480672 14.7375 34.9115530784 0 +18039600 15.0004480672 14.5125 25.3046196538 0 +18040500 15.0004480672 14.35 22.1982776532 0 +18041400 15.0004480672 14.25 0.7603986235 0 +18042300 15.0004480672 14.15 0 0 +18043200 15.0004480672 14.05 0 0 +18044100 15.0004480672 13.9625 0 0 +18045000 15.0004480672 13.8875 0 0 +18045900 15.0004480672 13.8125 0 0 +18046800 15.0004480672 13.7375 0 0 +18047700 15.0004480672 13.65 0 0 +18048600 15.0004480672 13.55 0 0 +18049500 15.0004480672 13.45 0 0 +18050400 15.0004480672 13.35 0 0 +18051300 15.0004480672 13.275 0 0 +18052200 15.0004480672 13.225 0 0 +18053100 15.0004480672 13.175 0 0 +18054000 15.0004480672 13.125 0 0 +18054900 15.0004480672 13.0875 0 0 +18055800 15.0004480672 13.0625 0 0 +18056700 15.0004480672 13.0375 0 0 +18057600 15.0004480672 13.0125 0 0 +18058500 15.0004480672 12.975 0 0 +18059400 15.0004480672 12.925 0 0 +18060300 15.0004480672 12.875 0 0 +18061200 15.0004480672 12.825 0 0 +18062100 15.0004480672 12.8 0 0 +18063000 15.0004480672 12.8 0 0 +18063900 15.0004480672 12.8 0 0 +18064800 15.0004480672 12.8 0 0 +18065700 15.0004480672 12.8 0 0 +18066600 15.0004480672 12.8 0 0 +18067500 15.0004480672 12.8 0 0 +18068400 15.0004480672 12.8 0 0 +18069300 15.0004480672 12.8 0 0 +18070200 15.0004480672 12.8 0 0 +18071100 15.0004480672 12.8 0 0 +18072000 15.0004480672 12.8 0 0 +18072900 15.0004480672 12.8625 0 0 +18073800 15.0004480672 12.9875 0 0 +18074700 15.0004480672 13.1125 0 0 +18075600 15.0004480672 13.2375 0 0 +18076500 15.0004480672 13.375 0.0007024615 0 +18077400 15.0004480672 13.525 7.0899218481 0 +18078300 15.0004480672 13.675 21.1080404875 0 +18079200 15.0004480672 13.825 35.2624351357 0 +18080100 15.0004480672 13.9625 30.7138167815 0 +18081000 15.0004480672 14.0875 39.5234681894 0 +18081900 15.0004480672 22.7625543518 48.4063698052 0 +18082800 15.0004480672 24.3828794606 57.2942065943 0 +18083700 15.0076079717 17.0128526176 153.4300575878 0.0555555556 +18084600 15.0076079717 17.329254549 176.9111044534 0.0555555556 +18085500 15.0076079717 17.6682733411 200.4489624569 0.0555555556 +18086400 15.0076079717 18.0307811381 223.8290072291 0.0555555556 +18087300 15.0076079717 19.4762468125 351.2211941476 0.0555555556 +18088200 15.0076079717 20.2382730307 389.7011111685 0.0555555556 +18089100 15.0076079717 21.080188903 427.2142884041 0.0555555556 +18090000 15.0076079717 21.7645840173 463.4510392232 0.0555555556 +18090900 15.0076079717 23.4668866941 569.6188942034 0.0555555556 +18091800 15.0076079717 24.1989868191 607.6331415117 0.0555555556 +18092700 15.0076079717 24.8931100289 643.3223652514 0.0555555556 +18093600 15.0076079717 25.5435451159 676.4658588161 0.0555555556 +18094500 15.0076079717 26.330120348 714.9477677917 0.0555555556 +18095400 15.0076079717 26.8929938094 743.090746805 0.0555555556 +18096300 15.0076079717 27.3968875161 768.0882484376 0.0555555556 +18097200 15.0076079717 27.8384954445 789.8055352196 0.0555555556 +18098100 15.0076079717 27.3665817917 762.5097835668 0.0555555556 +18099000 15.0076079717 27.6491335861 776.2842729169 0.0555555556 +18099900 15.0076079717 27.8688788954 786.7468766732 0.0555555556 +18100800 15.0076079717 28.0245706887 793.8433240917 0.0555555556 +18101700 15.0076079717 29.3566449841 869.0678336106 0.0555555556 +18102600 15.0076079717 29.3827452885 869.3677596164 0.0555555556 +18103500 15.0076079717 29.3356190443 865.8923190544 0.0555555556 +18104400 15.0076079717 29.2156783873 858.659136171 0.0555555556 +18105300 15.0076079717 29.3594693058 866.5633406057 0.0555555556 +18106200 15.0076079717 29.0596041264 851.546811161 0.0555555556 +18107100 15.0076079717 28.688503228 832.8421263434 0.0555555556 +18108000 15.0076079717 28.2484976035 810.5460898242 0.0555555556 +18108900 15.0076079717 27.0841175469 745.2745115719 0.0555555556 +18109800 15.0076079717 26.5547153268 717.8569801329 0.0555555556 +18110700 15.0076079717 25.9705711346 687.4512718626 0.0555555556 +18111600 15.0076079717 25.3359880906 654.2299476307 0.0555555556 +18112500 15.0076079717 23.6459560525 549.2226828463 0.0555555556 +18113400 15.0076079717 22.9959434564 515.1805710988 0.0555555556 +18114300 15.0076079717 22.3161241562 479.2268560619 0.0555555556 +18115200 15.0076079717 21.6134368026 441.6106277303 0.0555555556 +18116100 15.0076079717 20.4471488811 381.6212314257 0.0555555556 +18117000 15.0076079717 19.6477736739 343.4454514726 0.0555555556 +18117900 15.0076079717 18.9478762372 304.6214039641 0.0555555556 +18118800 15.0076079717 18.3517512968 265.5645833027 0.0555555556 +18119700 15.0076079717 17.2464962004 180.156224269 0.0555555556 +18120600 15.0004480672 38.4519013569 149.5638576253 0 +18121500 15.0076079717 16.6983611777 120.2732788244 0.0555555556 +18122400 15.0004480672 33.7122554875 92.9234266209 0 +18123300 15.0004480672 18.0125 53.6898852898 0 +18124200 15.0004480672 17.6375 45.7951561088 0 +18125100 15.0004480672 17.2625 35.7230341627 0 +18126000 15.0004480672 16.8875 23.2530841911 0 +18126900 15.0004480672 16.65 10.3729146677 0 +18127800 15.0004480672 16.55 0.221197882 0 +18128700 15.0004480672 16.45 0 0 +18129600 15.0004480672 16.35 0 0 +18130500 15.0004480672 16.2625 0 0 +18131400 15.0004480672 16.1875 0 0 +18132300 15.0004480672 16.1125 0 0 +18133200 15.0004480672 16.0375 0 0 +18134100 15.0004480672 15.95 0 0 +18135000 15.0004480672 15.85 0 0 +18135900 15.0004480672 15.75 0 0 +18136800 15.0004480672 15.65 0 0 +18137700 15.0004480672 15.575 0 0 +18138600 15.0004480672 15.525 0 0 +18139500 15.0004480672 15.475 0 0 +18140400 15.0004480672 15.425 0 0 +18141300 15.0004480672 15.375 0 0 +18142200 15.0004480672 15.325 0 0 +18143100 15.0004480672 15.275 0 0 +18144000 15.0004480672 15.225 0 0 +18144900 15.0004480672 15.175 0 0 +18145800 15.0004480672 15.125 0 0 +18146700 15.0004480672 15.075 0 0 +18147600 15.0004480672 15.025 0 0 +18148500 15.0004480672 14.975 0 0 +18149400 15.0004480672 14.925 0 0 +18150300 15.0004480672 14.875 0 0 +18151200 15.0004480672 14.825 0 0 +18152100 15.0004480672 14.775 0 0 +18153000 15.0004480672 14.725 0 0 +18153900 15.0004480672 14.675 0 0 +18154800 15.0004480672 14.625 0 0 +18155700 15.0004480672 14.575 0 0 +18156600 15.0004480672 14.525 0 0 +18157500 15.0004480672 14.475 0 0 +18158400 15.0004480672 14.425 0 0 +18159300 15.0004480672 14.475 0 0 +18160200 15.0004480672 14.625 0 0 +18161100 15.0004480672 14.775 0 0 +18162000 15.0004480672 14.925 0 0 +18162900 15.0004480672 15.0625 0 0 +18163800 15.0004480672 15.1875 8.8083345972 0 +18164700 15.0004480672 15.3125 28.1865745266 0 +18165600 15.0004480672 15.4375 47.3918005253 0 +18166500 15.0004480672 15.575 52.1806580816 0 +18167400 15.0004480672 15.725 56.556336253 0 +18168300 15.0076079717 16.0795808411 74.9384260468 0.0555555556 +18169200 15.0004480672 29.3871226815 101.4360806097 0 +18170100 15.0076079717 17.0947684396 170.8751773416 0.0555555556 +18171000 15.0076079717 17.4384490379 204.8418924782 0.0555555556 +18171900 15.0076079717 17.865700088 239.6074043095 0.0555555556 +18172800 15.0076079717 18.3811839466 274.655576769 0.0555555556 +18173700 15.0076079717 19.7672662939 385.6560854197 0.0555555556 +18174600 15.0076079717 20.7128350238 431.3603749566 0.0555555556 +18175500 15.0076079717 21.7701932567 475.893730158 0.0555555556 +18176400 15.0076079717 22.605227595 518.8794969395 0.0555555556 +18177300 15.0076079717 22.4516541423 495.1858155382 0.0555555556 +18178200 15.0076079717 23.1089842338 528.8269963314 0.0555555556 +18179100 15.0076079717 23.7318068521 560.4110534268 0.0555555556 +18180000 15.0076079717 24.3149169054 589.7419023286 0.0555555556 +18180900 15.0076079717 26.5571368757 724.9605534748 0.0555555556 +18181800 15.0076079717 27.1395725981 753.8162768419 0.0555555556 +18182700 15.0076079717 27.6604292942 779.441019721 0.0555555556 +18183600 15.0076079717 28.1162836458 801.698674533 0.0555555556 +18184500 15.0076079717 27.6834548888 775.5668681899 0.0555555556 +18185400 15.0076079717 27.9784911575 789.7763074401 0.0555555556 +18186300 15.0076079717 28.2072758467 800.5675863864 0.0555555556 +18187200 15.0076079717 28.3685001582 807.8853663287 0.0555555556 +18188100 15.0076079717 30.5094874949 931.4950249151 0.0555555556 +18189000 15.0076079717 30.5325086218 931.8163435915 0.0555555556 +18189900 15.0076079717 30.4741594509 928.0383940708 0.0555555556 +18190800 15.0076079717 30.3348910923 920.1798190936 0.0555555556 +18191700 15.0076079717 29.9149558701 895.982923871 0.0555555556 +18192600 15.0076079717 29.5932565268 880.3099201247 0.0555555556 +18193500 15.0076079717 29.1958811097 860.7857078572 0.0555555556 +18194400 15.0076079717 28.7252772312 837.5093608192 0.0555555556 +18195300 15.0076079717 27.0632265557 745.1192313727 0.0555555556 +18196200 15.0076079717 26.5243250676 717.5790416431 0.0555555556 +18197100 15.0076079717 25.9300588838 687.0357568013 0.0555555556 +18198000 15.0076079717 25.2847733007 653.662080254 0.0555555556 +18198900 15.0076079717 24.4387477552 603.6611929556 0.0555555556 +18199800 15.0076079717 23.6851502381 565.2953457667 0.0555555556 +18200700 15.0076079717 22.8970159289 524.7491449834 0.0555555556 +18201600 15.0076079717 22.0824865822 482.30030217 0.0555555556 +18202500 15.0076079717 20.7197627592 416.3195895749 0.0555555556 +18203400 15.0076079717 19.7636783542 372.3408993465 0.0555555556 +18204300 15.0076079717 18.9428987114 327.5784726915 0.0555555556 +18205200 15.0076079717 18.2632304904 282.5333773009 0.0555555556 +18206100 15.0076079717 17.0758431231 194.1390242519 0.0555555556 +18207000 15.0004480672 36.2864189171 156.9149522421 0 +18207900 15.0076079717 16.5348697089 121.496728036 0.0555555556 +18208800 15.0004480672 32.4505351492 88.8549111635 0 +18209700 15.0004480672 17.9875 42.3722298094 0 +18210600 15.0004480672 17.7625 41.0527830028 0 +18211500 15.0004480672 17.5375 35.1600370546 0 +18212400 15.0004480672 17.3125 23.8251565552 0 +18213300 15.0004480672 17.1375 20.7873678767 0 +18214200 15.0004480672 17.0125 0.2105716268 0 +18215100 15.0004480672 16.8875 0 0 +18216000 15.0004480672 16.7625 0 0 +18216900 15.0004480672 16.625 0 0 +18217800 15.0004480672 16.475 0 0 +18218700 15.0004480672 16.325 0 0 +18219600 15.0004480672 16.175 0 0 +18220500 15.0004480672 16.0375 0 0 +18221400 15.0004480672 15.9125 0 0 +18222300 15.0004480672 15.7875 0 0 +18223200 15.0004480672 15.6625 0 0 +18224100 15.0004480672 15.625 0 0 +18225000 15.0004480672 15.675 0 0 +18225900 15.0004480672 15.725 0 0 +18226800 15.0004480672 15.775 0 0 +18227700 15.0004480672 15.8125 0 0 +18228600 15.0004480672 15.8375 0 0 +18229500 15.0004480672 15.8625 0 0 +18230400 15.0004480672 15.8875 0 0 +18231300 15.0004480672 15.925 0 0 +18232200 15.0004480672 15.975 0 0 +18233100 15.0004480672 16.025 0 0 +18234000 15.0004480672 16.075 0 0 +18234900 15.0004480672 16.075 0 0 +18235800 15.0004480672 16.025 0 0 +18236700 15.0004480672 15.975 0 0 +18237600 15.0004480672 15.925 0 0 +18238500 15.0004480672 15.8875 0 0 +18239400 15.0004480672 15.8625 0 0 +18240300 15.0004480672 15.8375 0 0 +18241200 15.0004480672 15.8125 0 0 +18242100 15.0004480672 15.775 0 0 +18243000 15.0004480672 15.725 0 0 +18243900 15.0004480672 15.675 0 0 +18244800 15.0004480672 15.625 0 0 +18245700 15.0004480672 15.6 0 0 +18246600 15.0004480672 15.6 0 0 +18247500 15.0004480672 15.6 0 0 +18248400 15.0004480672 15.6 0 0 +18249300 15.0004480672 15.6 0 0 +18250200 15.0004480672 15.6 6.0662507738 0 +18251100 15.0004480672 15.6 21.0804744262 0 +18252000 15.0004480672 15.6 36.3186724729 0 +18252900 15.0004480672 15.6 34.0057694166 0 +18253800 15.0004480672 15.6 44.0418682346 0 +18254700 15.0076079717 15.8197125792 54.1985062823 0.0555555556 +18255600 15.0004480672 26.820154731 64.378828451 0 +18256500 15.0076079717 16.6228118519 110.1989098711 0.0555555556 +18257400 15.0004480672 36.9134856491 124.786358107 0 +18258300 15.0076079717 17.053043644 139.0978419824 0.0555555556 +18259200 15.0076079717 17.2619407552 153.0707668252 0.0555555556 +18260100 15.0076079717 17.5520937743 173.371545774 0.0555555556 +18261000 15.0076079717 17.7646221819 187.1696611139 0.0555555556 +18261900 15.0076079717 17.9711347768 200.4353924798 0.0555555556 +18262800 15.0076079717 18.1661141392 213.1089347792 0.0555555556 +18263700 15.0076079717 18.5690128463 240.6891945015 0.0555555556 +18264600 15.0076079717 18.7485530165 252.6302372602 0.0555555556 +18265500 15.0076079717 18.9167136023 263.772521665 0.0555555556 +18266400 15.0076079717 19.0728154073 274.0683347436 0.0555555556 +18267300 15.0076079717 19.033684552 270.3959286135 0.0555555556 +18268200 15.0076079717 19.160803603 278.494960841 0.0555555556 +18269100 15.0076079717 19.2747114436 285.6699269785 0.0555555556 +18270000 15.0076079717 19.3749669343 291.8900130459 0.0555555556 +18270900 15.0076079717 20.1712105033 347.0671088872 0.0555555556 +18271800 15.0076079717 20.2513009776 352.0121087322 0.0555555556 +18272700 15.0076079717 20.3143355651 355.7633017102 0.0555555556 +18273600 15.0076079717 20.3600840281 358.304591138 0.0555555556 +18274500 15.0076079717 20.3375092341 355.7598984597 0.0555555556 +18275400 15.0076079717 20.3501688059 355.8530202343 0.0555555556 +18276300 15.0076079717 20.3454206863 354.7308301134 0.0555555556 +18277200 15.0076079717 20.3233341658 352.3981519874 0.0555555556 +18278100 15.0076079717 20.5669519301 361.948971092 0.0555555556 +18279000 15.0076079717 20.4959100961 356.820196363 0.0555555556 +18279900 15.0076079717 20.4055578151 350.4279061895 0.0555555556 +18280800 15.0076079717 20.2963816553 342.8015776513 0.0555555556 +18281700 15.0076079717 23.518850111 541.3458296575 0.0555555556 +18282600 15.0076079717 23.1941426699 522.7527327705 0.0555555556 +18283500 15.0076079717 22.8346678782 502.1344711858 0.0555555556 +18284400 15.0076079717 22.4429917072 479.6069106153 0.0555555556 +18285300 15.0076079717 20.3334002026 345.2713281639 0.0555555556 +18286200 15.0076079717 20.0652223757 327.7395252952 0.0555555556 +18287100 15.0076079717 19.78156026 309.1516203471 0.0555555556 +18288000 15.0076079717 19.4843569554 289.6078853946 0.0555555556 +18288900 15.0076079717 18.8473419742 249.2354401861 0.0555555556 +18289800 15.0076079717 18.5011509853 229.4000372055 0.0555555556 +18290700 15.0076079717 18.1666947125 209.0218302116 0.0555555556 +18291600 15.0076079717 17.8454307273 188.2376958808 0.0555555556 +18292500 15.0004480672 33.555590642 89.4584540149 0 +18293400 15.0076079717 16.3408155241 78.4999794174 0.0555555556 +18294300 15.0004480672 29.6426716567 67.5215718953 0 +18295200 15.0076079717 16.0201550317 56.6029765424 0.0555555556 +18296100 15.0004480672 17.6625 26.8963107502 0 +18297000 15.0004480672 17.3875 21.0863231069 0 +18297900 15.0004480672 17.1125 15.1879032204 0 +18298800 15.0004480672 16.8375 9.2247291948 0 +18299700 15.0004480672 16.65 10.5668275025 0 +18300600 15.0004480672 16.55 0.0272850472 0 +18301500 15.0004480672 16.45 0 0 +18302400 15.0004480672 16.35 0 0 +18303300 15.0004480672 16.2625 0 0 +18304200 15.0004480672 16.1875 0 0 +18305100 15.0004480672 16.1125 0 0 +18306000 15.0004480672 16.0375 0 0 +18306900 15.0004480672 15.9875 0 0 +18307800 15.0004480672 15.9625 0 0 +18308700 15.0004480672 15.9375 0 0 +18309600 15.0004480672 15.9125 0 0 +18310500 15.0004480672 15.875 0 0 +18311400 15.0004480672 15.825 0 0 +18312300 15.0004480672 15.775 0 0 +18313200 15.0004480672 15.725 0 0 +18314100 15.0004480672 15.6875 0 0 +18315000 15.0004480672 15.6625 0 0 +18315900 15.0004480672 15.6375 0 0 +18316800 15.0004480672 15.6125 0 0 +18317700 15.0004480672 15.575 0 0 +18318600 15.0004480672 15.525 0 0 +18319500 15.0004480672 15.475 0 0 +18320400 15.0004480672 15.425 0 0 +18321300 15.0004480672 15.3875 0 0 +18322200 15.0004480672 15.3625 0 0 +18323100 15.0004480672 15.3375 0 0 +18324000 15.0004480672 15.3125 0 0 +18324900 15.0004480672 15.275 0 0 +18325800 15.0004480672 15.225 0 0 +18326700 15.0004480672 15.175 0 0 +18327600 15.0004480672 15.125 0 0 +18328500 15.0004480672 15.0875 0 0 +18329400 15.0004480672 15.0625 0 0 +18330300 15.0004480672 15.0375 0 0 +18331200 15.0004480672 15.0125 0 0 +18332100 15.0004480672 15 0 0 +18333000 15.0004480672 15 0 0 +18333900 15.0004480672 15 0 0 +18334800 15.0004480672 15 0 0 +18335700 15.0004480672 15.075 0 0 +18336600 15.0004480672 15.225 6.0367435038 0 +18337500 15.0004480672 15.375 22.8330397766 0 +18338400 15.0004480672 15.525 39.8251151677 0 +18339300 15.0004480672 15.6625 31.0907269853 0 +18340200 15.0004480672 15.7875 39.8499491781 0 +18341100 15.0004480672 24.4935681382 49.396066165 0 +18342000 15.0076079717 15.8985491784 59.3546395889 0.0555555556 +18342900 15.0004480672 32.2089435162 98.3675805606 0 +18343800 15.0076079717 16.6170812654 112.9474463616 0.0555555556 +18344700 15.0004480672 36.8584596908 127.4741575965 0 +18345600 15.0076079717 17.0444742962 141.8353150421 0.0555555556 +18346500 15.0076079717 18.8280531297 267.8868425776 0.0555555556 +18347400 15.0076079717 19.2278011447 291.4388689695 0.0555555556 +18348300 15.0076079717 19.6335798863 314.2149380462 0.0555555556 +18349200 15.0076079717 19.9970707763 336.0791614637 0.0555555556 +18350100 15.0076079717 22.5684567698 505.8207667421 0.0555555556 +18351000 15.0076079717 23.1896663846 538.8087153813 0.0555555556 +18351900 15.0076079717 23.778212231 569.7795247341 0.0555555556 +18352800 15.0076079717 24.3293322859 598.5419874378 0.0555555556 +18353700 15.0076079717 24.1396703476 579.4080924801 0.0555555556 +18354600 15.0076079717 24.5693165224 601.4283876237 0.0555555556 +18355500 15.0076079717 24.9544055519 620.9905570355 0.0555555556 +18356400 15.0076079717 25.2924614456 637.9873902532 0.0555555556 +18357300 15.0076079717 26.6030845005 718.2890888864 0.0555555556 +18358200 15.0076079717 26.8435262943 731.112892819 0.0555555556 +18359100 15.0076079717 27.0263059559 740.849357158 0.0555555556 +18360000 15.0076079717 27.150284319 747.4478615352 0.0555555556 +18360900 15.0076079717 28.7996286584 843.4439380331 0.0555555556 +18361800 15.0076079717 28.8048065166 843.7140205879 0.0555555556 +18362700 15.0076079717 28.740188004 840.3429628829 0.0555555556 +18363600 15.0076079717 28.6061686432 833.3479428659 0.0555555556 +18364500 15.0076079717 27.8573332678 790.2865892951 0.0555555556 +18365400 15.0076079717 27.5890682843 776.7816107875 0.0555555556 +18366300 15.0076079717 27.2583015217 759.9665064054 0.0555555556 +18367200 15.0076079717 26.867087651 739.9296447813 0.0555555556 +18368100 15.0076079717 25.5757205919 666.1049812361 0.0555555556 +18369000 15.0076079717 25.1315833968 642.168037496 0.0555555556 +18369900 15.0076079717 24.6410224838 615.6284635994 0.0555555556 +18370800 15.0076079717 24.107636769 586.6377288206 0.0555555556 +18371700 15.0076079717 22.8511060665 505.7726231898 0.0555555556 +18372600 15.0076079717 22.2545487042 474.5668844729 0.0555555556 +18373500 15.0076079717 21.630676275 441.6133016957 0.0555555556 +18374400 15.0076079717 20.9857471575 407.140339312 0.0555555556 +18375300 15.0076079717 20.1787279195 374.9782679297 0.0555555556 +18376200 15.0076079717 19.3677331474 336.3791291854 0.0555555556 +18377100 15.0076079717 18.6681099332 297.1269568616 0.0555555556 +18378000 15.0076079717 18.0843968459 257.6547175999 0.0555555556 +18378900 15.0076079717 17.1387635697 196.3889887965 0.0555555556 +18379800 15.0004480672 36.8597920138 159.3525906535 0 +18380700 15.0076079717 16.5745292815 124.1008326393 0.0555555556 +18381600 15.0004480672 32.6583286532 91.5734685241 0 +18382500 15.0004480672 17.6625 47.482219983 0 +18383400 15.0004480672 17.3875 43.7953820276 0 +18384300 15.0004480672 17.1125 35.8006476811 0 +18385200 15.0004480672 16.8375 22.996202384 0 +18386100 15.0004480672 16.625 21.116845575 0 +18387000 15.0004480672 16.475 0 0 +18387900 15.0004480672 16.325 0 0 +18388800 15.0004480672 16.175 0 0 +18389700 15.0004480672 16.0375 0 0 +18390600 15.0004480672 15.9125 0 0 +18391500 15.0004480672 15.7875 0 0 +18392400 15.0004480672 15.6625 0 0 +18393300 15.0004480672 15.525 0 0 +18394200 15.0004480672 15.375 0 0 +18395100 15.0004480672 15.225 0 0 +18396000 15.0004480672 15.075 0 0 +18396900 15.0004480672 14.925 0 0 +18397800 15.0004480672 14.775 0 0 +18398700 15.0004480672 14.625 0 0 +18399600 15.0004480672 14.475 0 0 +18400500 15.0004480672 14.4 0 0 +18401400 15.0004480672 14.4 0 0 +18402300 15.0004480672 14.4 0 0 +18403200 15.0004480672 14.4 0 0 +18404100 15.0004480672 14.3375 0 0 +18405000 15.0004480672 14.2125 0 0 +18405900 15.0004480672 14.0875 0 0 +18406800 15.0004480672 13.9625 0 0 +18407700 15.0004480672 13.825 0 0 +18408600 15.0004480672 13.675 0 0 +18409500 15.0004480672 13.525 0 0 +18410400 15.0004480672 13.375 0 0 +18411300 15.0004480672 13.3 0 0 +18412200 15.0004480672 13.3 0 0 +18413100 15.0004480672 13.3 0 0 +18414000 15.0004480672 13.3 0 0 +18414900 15.0004480672 13.2375 0 0 +18415800 15.0004480672 13.1125 0 0 +18416700 15.0004480672 12.9875 0 0 +18417600 15.0004480672 12.8625 0 0 +18418500 15.0004480672 13 0 0 +18419400 15.0004480672 13.4 0 0 +18420300 15.0004480672 13.8 0 0 +18421200 15.0004480672 14.2 0 0 +18422100 15.0004480672 14.3375 0 0 +18423000 15.0004480672 14.2125 6.5437609437 0 +18423900 15.0004480672 14.0875 27.1593006948 0 +18424800 15.0004480672 13.9625 48.2042623959 0 +18425700 15.0004480672 14.25 51.3144656784 0 +18426600 15.0004480672 14.95 57.8886976991 0 +18427500 15.0076079717 16.0831697426 76.5207380031 0.0555555556 +18428400 15.0004480672 30.2686505214 101.3460390828 0 +18429300 15.0076079717 17.0598888496 174.5350082682 0.0555555556 +18430200 15.0076079717 17.4448527977 212.7471850446 0.0555555556 +18431100 15.0076079717 17.940658774 251.9922402612 0.0555555556 +18432000 15.0076079717 18.5535059337 291.622136878 0.0555555556 +18432900 15.0076079717 19.9829216453 382.816654495 0.0555555556 +18433800 15.0076079717 20.9165590608 427.2734133576 0.0555555556 +18434700 15.0076079717 21.9307422347 470.5982856577 0.0555555556 +18435600 15.0076079717 22.7538227346 512.4262819099 0.0555555556 +18436500 15.0076079717 24.1362106186 593.7669487695 0.0555555556 +18437400 15.0076079717 24.9257547998 634.3729712247 0.0555555556 +18438300 15.0076079717 25.6736321198 672.4751056981 0.0555555556 +18439200 15.0076079717 26.3735983798 707.8411204982 0.0555555556 +18440100 15.0076079717 27.4710481505 769.1371129167 0.0555555556 +18441000 15.0076079717 28.1205607555 799.5489405055 0.0555555556 +18441900 15.0076079717 28.7056054093 826.5521227763 0.0555555556 +18442800 15.0076079717 29.2226284515 850.0031252973 0.0555555556 +18443700 15.0076079717 29.8911386131 885.9050344469 0.0555555556 +18444600 15.0076079717 30.2280230635 902.1937759372 0.0555555556 +18445500 15.0076079717 30.4886762282 914.5554278629 0.0555555556 +18446400 15.0076079717 30.6716118405 922.9276925154 0.0555555556 +18447300 15.0076079717 30.857171278 931.4548892678 0.0555555556 +18448200 15.0076079717 30.9101992945 931.7441370192 0.0555555556 +18449100 15.0076079717 30.883372729 927.9601555783 0.0555555556 +18450000 15.0076079717 30.7771391241 920.121825248 0.0555555556 +18450900 15.0076079717 30.4261859538 899.9486966282 0.0555555556 +18451800 15.0076079717 30.0930934274 884.2846014118 0.0555555556 +18452700 15.0076079717 29.6856909276 864.7808101766 0.0555555556 +18453600 15.0076079717 29.2063961952 841.5373882944 0.0555555556 +18454500 15.0076079717 28.3823633874 794.6888429089 0.0555555556 +18455400 15.0076079717 27.8170425357 765.0602782736 0.0555555556 +18456300 15.0076079717 27.1916989992 732.1972531864 0.0555555556 +18457200 15.0076079717 26.5110192005 696.2830728519 0.0555555556 +18458100 15.0076079717 25.3013538995 626.3565381747 0.0555555556 +18459000 15.0076079717 24.501121528 586.8500742429 0.0555555556 +18459900 15.0076079717 23.6656479935 545.1048034178 0.0555555556 +18460800 15.0076079717 22.8031493656 501.4065939692 0.0555555556 +18461700 15.0076079717 21.1726109048 412.972003346 0.0555555556 +18462600 15.0076079717 20.2504588283 370.5355385099 0.0555555556 +18463500 15.0076079717 19.446724872 327.366317966 0.0555555556 +18464400 15.0076079717 18.7663030636 283.9381734829 0.0555555556 +18465300 15.0076079717 17.6014973762 194.4033398024 0.0555555556 +18466200 15.0076079717 17.2639795827 159.8069807025 0.0555555556 +18467100 15.0076079717 17.0211903905 126.7803819071 0.0555555556 +18468000 15.0004480672 38.0423298127 96.1082893264 0 +18468900 15.0004480672 21.7125 56.5298336663 0 +18469800 15.0004480672 20.7375 48.3347136686 0 +18470700 15.0004480672 19.7625 37.1035260077 0 +18471600 15.0004480672 18.7875 22.7169090088 0 +18472500 15.0004480672 18.1 14.1254833996 0 +18473400 15.0004480672 17.7 0 0 +18474300 15.0004480672 17.3 0 0 +18475200 15.0004480672 16.9 0 0 +18476100 15.0004480672 16.625 0 0 +18477000 15.0004480672 16.475 0 0 +18477900 15.0004480672 16.325 0 0 +18478800 15.0004480672 16.175 0 0 +18479700 15.0004480672 16.1 0 0 +18480600 15.0004480672 16.1 0 0 +18481500 15.0004480672 16.1 0 0 +18482400 15.0004480672 16.1 0 0 +18483300 15.0004480672 16.0375 0 0 +18484200 15.0004480672 15.9125 0 0 +18485100 15.0004480672 15.7875 0 0 +18486000 15.0004480672 15.6625 0 0 +18486900 15.0004480672 15.525 0 0 +18487800 15.0004480672 15.375 0 0 +18488700 15.0004480672 15.225 0 0 +18489600 15.0004480672 15.075 0 0 +18490500 15.0004480672 15 0 0 +18491400 15.0004480672 15 0 0 +18492300 15.0004480672 15 0 0 +18493200 15.0004480672 15 0 0 +18494100 15.0004480672 14.925 0 0 +18495000 15.0004480672 14.775 0 0 +18495900 15.0004480672 14.625 0 0 +18496800 15.0004480672 14.475 0 0 +18497700 15.0004480672 14.4 0 0 +18498600 15.0004480672 14.4 0 0 +18499500 15.0004480672 14.4 0 0 +18500400 15.0004480672 14.4 0 0 +18501300 15.0004480672 14.3375 0 0 +18502200 15.0004480672 14.2125 0 0 +18503100 15.0004480672 14.0875 0 0 +18504000 15.0004480672 13.9625 0 0 +18504900 15.0004480672 13.9625 0 0 +18505800 15.0004480672 14.0875 0 0 +18506700 15.0004480672 14.2125 0 0 +18507600 15.0004480672 14.3375 0 0 +18508500 15.0004480672 14.55 0 0 +18509400 15.0004480672 14.85 5.5311831542 0 +18510300 15.0004480672 15.15 24.4463483025 0 +18511200 15.0004480672 15.45 41.6832001689 0 +18512100 15.0004480672 16.0125 38.111893828 0 +18513000 15.0004480672 16.8375 33.6947328615 0 +18513900 15.0004480672 24.5573906689 56.3799648386 0 +18514800 15.0004480672 24.7092578525 91.3188291168 0 +18515700 15.0076079717 16.917593526 178.4259401099 0.0555555556 +18516600 15.0076079717 17.3390640287 225.2887687226 0.0555555556 +18517500 15.0076079717 17.9343343861 273.4420070017 0.0555555556 +18518400 15.0076079717 18.7115927469 321.9606232261 0.0555555556 +18519300 15.0076079717 20.3060139282 410.0367426176 0.0555555556 +18520200 15.0076079717 21.4056044876 460.7671845265 0.0555555556 +18521100 15.0076079717 22.6049224648 510.0954711699 0.0555555556 +18522000 15.0076079717 23.5491429677 557.6122249197 0.0555555556 +18522900 15.0076079717 24.865155646 631.8881338991 0.0555555556 +18523800 15.0076079717 25.7541356096 676.4656897676 0.0555555556 +18524700 15.0076079717 26.5947827719 718.2377170045 0.0555555556 +18525600 15.0076079717 27.3800620738 756.9620972139 0.0555555556 +18526500 15.0076079717 28.4013533762 813.1491677579 0.0555555556 +18527400 15.0076079717 29.0998366749 845.9078235369 0.0555555556 +18528300 15.0076079717 29.7261979931 874.9727765064 0.0555555556 +18529200 15.0076079717 30.276574439 900.1971803846 0.0555555556 +18530100 15.0076079717 30.8479812653 930.4615311724 0.0555555556 +18531000 15.0076079717 31.2069163803 947.8014595877 0.0555555556 +18531900 15.0076079717 31.4816627378 960.953045842 0.0555555556 +18532800 15.0076079717 31.6706297044 969.853065906 0.0555555556 +18533700 15.0076079717 31.8237852504 977.9959497251 0.0555555556 +18534600 15.0076079717 31.8402982689 978.2868088868 0.0555555556 +18535500 15.0076079717 31.7691659896 974.2454470044 0.0555555556 +18536400 15.0076079717 31.6108688325 965.8911233536 0.0555555556 +18537300 15.0076079717 31.2527579343 945.7914351775 0.0555555556 +18538200 15.0076079717 30.9041004446 929.0742658613 0.0555555556 +18539100 15.0076079717 30.4732515577 908.2560898725 0.0555555556 +18540000 15.0076079717 29.9628114026 883.4386660743 0.0555555556 +18540900 15.0076079717 29.2222239076 841.7630214535 0.0555555556 +18541800 15.0076079717 28.5970143498 809.7659105088 0.0555555556 +18542700 15.0076079717 27.9039822483 774.2486580941 0.0555555556 +18543600 15.0076079717 27.1482713426 735.3993786679 0.0555555556 +18544500 15.0076079717 26.0173986003 671.8883410924 0.0555555556 +18545400 15.0076079717 25.1190935481 628.2000919727 0.0555555556 +18546300 15.0076079717 24.1794574878 581.9634170046 0.0555555556 +18547200 15.0076079717 23.2080107427 533.4820572771 0.0555555556 +18548100 15.0076079717 21.5094988792 451.9635268398 0.0555555556 +18549000 15.0076079717 20.3194796834 402.547071157 0.0555555556 +18549900 15.0076079717 19.2978120075 352.1414754254 0.0555555556 +18550800 15.0076079717 18.4516979963 301.320699169 0.0555555556 +18551700 15.0076079717 17.0209499919 210.5192000261 0.0555555556 +18552600 15.0004480672 35.0744313587 165.6141012328 0 +18553500 15.0076079717 16.3931630697 122.921136923 0.0555555556 +18554400 15.0004480672 31.0556338663 83.8687095349 0 +18555300 15.0004480672 18.1 18.46919693 0 +18556200 15.0004480672 17.7 25.6905858043 0 +18557100 15.0004480672 17.3 26.1368440236 0 +18558000 15.0004480672 16.9 17.7471320456 0 +18558900 15.0004480672 16.5625 22.3831018915 0 +18559800 15.0004480672 16.2875 0 0 +18560700 15.0004480672 16.0125 0 0 +18561600 15.0004480672 15.7375 0 0 +18562500 15.0004480672 15.45 0 0 +18563400 15.0004480672 15.15 0 0 +18564300 15.0004480672 14.85 0 0 +18565200 15.0004480672 14.55 0 0 +18566100 15.0004480672 14.4 0 0 +18567000 15.0004480672 14.4 0 0 +18567900 15.0004480672 14.4 0 0 +18568800 15.0004480672 14.4 0 0 +18569700 15.0004480672 14.3375 0 0 +18570600 15.0004480672 14.2125 0 0 +18571500 15.0004480672 14.0875 0 0 +18572400 15.0004480672 13.9625 0 0 +18573300 15.0004480672 13.9 0 0 +18574200 15.0004480672 13.9 0 0 +18575100 15.0004480672 13.9 0 0 +18576000 15.0004480672 13.9 0 0 +18576900 15.0004480672 13.9 0 0 +18577800 15.0004480672 13.9 0 0 +18578700 15.0004480672 13.9 0 0 +18579600 15.0004480672 13.9 0 0 +18580500 15.0004480672 13.9 0 0 +18581400 15.0004480672 13.9 0 0 +18582300 15.0004480672 13.9 0 0 +18583200 15.0004480672 13.9 0 0 +18584100 15.0004480672 13.825 0 0 +18585000 15.0004480672 13.675 0 0 +18585900 15.0004480672 13.525 0 0 +18586800 15.0004480672 13.375 0 0 +18587700 15.0004480672 13.3 0 0 +18588600 15.0004480672 13.3 0 0 +18589500 15.0004480672 13.3 0 0 +18590400 15.0004480672 13.3 0 0 +18591300 15.0004480672 13.3 0 0 +18592200 15.0004480672 13.3 0 0 +18593100 15.0004480672 13.3 0 0 +18594000 15.0004480672 13.3 0 0 +18594900 15.0004480672 13.2375 0 0 +18595800 15.0004480672 13.1125 4.7497863463 0 +18596700 15.0004480672 12.9875 23.3319206877 0 +18597600 15.0004480672 12.8625 40.7418382492 0 +18598500 15.0004480672 13 42.7717104084 0 +18599400 15.0004480672 13.4 46.242917991 0 +18600300 15.0004480672 23.7281690984 63.9446725752 0 +18601200 15.0004480672 24.8686353737 88.1120737873 0 +18602100 15.0076079717 16.7384343135 169.8206414254 0.0555555556 +18603000 15.0076079717 17.122484606 208.7934409282 0.0555555556 +18603900 15.0076079717 17.6293023748 248.865539268 0.0555555556 +18604800 15.0076079717 18.2657668143 289.3426774851 0.0555555556 +18605700 15.0076079717 19.8498709752 405.7173554324 0.0555555556 +18606600 15.0076079717 20.9684255902 455.9839872575 0.0555555556 +18607500 15.0076079717 22.1755096411 504.8534688885 0.0555555556 +18608400 15.0076079717 23.13349058 551.920797724 0.0555555556 +18609300 15.0076079717 24.5163705407 629.6756918598 0.0555555556 +18610200 15.0076079717 25.4169754344 674.1243047287 0.0555555556 +18611100 15.0076079717 26.2690900344 715.7691493607 0.0555555556 +18612000 15.0076079717 27.0657019138 754.3699649361 0.0555555556 +18612900 15.0076079717 28.0265326309 807.2852611669 0.0555555556 +18613800 15.0076079717 28.6915795887 839.8045541759 0.0555555556 +18614700 15.0076079717 29.2849518825 868.6533040661 0.0555555556 +18615600 15.0076079717 29.8028150642 893.6862661911 0.0555555556 +18616500 15.0076079717 30.2740420952 918.5095255189 0.0555555556 +18617400 15.0076079717 30.6404459455 935.6107629348 0.0555555556 +18618300 15.0076079717 30.9235103376 948.5763434166 0.0555555556 +18619200 15.0076079717 31.1216657394 957.3440261407 0.0555555556 +18620100 15.0076079717 31.3168857249 966.6958268275 0.0555555556 +18621000 15.0076079717 31.3628001231 966.9637739552 0.0555555556 +18621900 15.0076079717 31.321695939 962.948419282 0.0555555556 +18622800 15.0076079717 31.1940508928 954.6688616614 0.0555555556 +18623700 15.0076079717 30.868052356 936.2708449691 0.0555555556 +18624600 15.0076079717 30.5030301777 919.69708129 0.0555555556 +18625500 15.0076079717 30.0563602174 899.0622006067 0.0555555556 +18626400 15.0076079717 29.53062139 874.4668539337 0.0555555556 +18627300 15.0076079717 28.8684851095 839.2299263121 0.0555555556 +18628200 15.0076079717 28.2124148989 807.2906269276 0.0555555556 +18629100 15.0076079717 27.488536081 771.8380235681 0.0555555556 +18630000 15.0076079717 26.7019831912 733.0591519353 0.0555555556 +18630900 15.0076079717 25.5492684454 668.169448802 0.0555555556 +18631800 15.0076079717 24.6798963268 624.6514283355 0.0555555556 +18632700 15.0076079717 23.7692748308 578.5913048466 0.0555555556 +18633600 15.0076079717 22.8268998623 530.2906873304 0.0555555556 +18634500 15.0076079717 21.1878439224 449.8762424778 0.0555555556 +18635400 15.0076079717 20.0515407947 400.5415373167 0.0555555556 +18636300 15.0076079717 19.0863723574 350.2103812221 0.0555555556 +18637200 15.0076079717 18.2995249085 299.4575851269 0.0555555556 +18638100 15.0004480672 38.2282539841 209.9761807044 0 +18639000 15.0076079717 16.5364254702 164.6705164044 0.0555555556 +18639900 15.0004480672 31.6899298437 121.6009512879 0 +18640800 15.0076079717 16.2824416321 82.2443826811 0.0555555556 +18641700 15.0004480672 18.6875 16.1720489508 0 +18642600 15.0004480672 18.2625 24.0642506268 0 +18643500 15.0004480672 17.8375 24.9062887249 0 +18644400 15.0004480672 17.4125 16.5823668437 0 +18645300 15.0004480672 17.1375 19.3085746226 0 +18646200 15.0004480672 17.0125 0 0 +18647100 15.0004480672 16.8875 0 0 +18648000 15.0004480672 16.7625 0 0 +18648900 15.0004480672 16.625 0 0 +18649800 15.0004480672 16.475 0 0 +18650700 15.0004480672 16.325 0 0 +18651600 15.0004480672 16.175 0 0 +18652500 15.0004480672 16.0375 0 0 +18653400 15.0004480672 15.9125 0 0 +18654300 15.0004480672 15.7875 0 0 +18655200 15.0004480672 15.6625 0 0 +18656100 15.0004480672 15.525 0 0 +18657000 15.0004480672 15.375 0 0 +18657900 15.0004480672 15.225 0 0 +18658800 15.0004480672 15.075 0 0 +18659700 15.0004480672 15 0 0 +18660600 15.0004480672 15 0 0 +18661500 15.0004480672 15 0 0 +18662400 15.0004480672 15 0 0 +18663300 15.0004480672 15 0 0 +18664200 15.0004480672 15 0 0 +18665100 15.0004480672 15 0 0 +18666000 15.0004480672 15 0 0 +18666900 15.0004480672 14.8625 0 0 +18667800 15.0004480672 14.5875 0 0 +18668700 15.0004480672 14.3125 0 0 +18669600 15.0004480672 14.0375 0 0 +18670500 15.0004480672 13.9625 0 0 +18671400 15.0004480672 14.0875 0 0 +18672300 15.0004480672 14.2125 0 0 +18673200 15.0004480672 14.3375 0 0 +18674100 15.0004480672 14.3375 0 0 +18675000 15.0004480672 14.2125 0 0 +18675900 15.0004480672 14.0875 0 0 +18676800 15.0004480672 13.9625 0 0 +18677700 15.0004480672 13.9 0 0 +18678600 15.0004480672 13.9 0 0 +18679500 15.0004480672 13.9 0 0 +18680400 15.0004480672 13.9 0 0 +18681300 15.0004480672 13.9 0 0 +18682200 15.0004480672 13.9 4.2031984741 0 +18683100 15.0004480672 13.9 23.0342980591 0 +18684000 15.0004480672 13.9 41.0361744859 0 +18684900 15.0004480672 14.1125 36.0586277401 0 +18685800 15.0004480672 14.5375 31.0998719832 0 +18686700 15.0004480672 21.14133262 55.5645515761 0 +18687600 15.0004480672 20.7345251459 91.757565791 0 +18688500 15.0076079717 16.6773841671 168.8028438448 0.0555555556 +18689400 15.0076079717 17.0284998808 210.0152496362 0.0555555556 +18690300 15.0076079717 17.5223764627 252.4147055127 0.0555555556 +18691200 15.0076079717 18.1666951189 295.2239431148 0.0555555556 +18692100 15.0076079717 19.6669113558 393.2504687188 0.0555555556 +18693000 15.0076079717 20.7592258845 441.8761146864 0.0555555556 +18693900 15.0076079717 21.926217521 489.1566410251 0.0555555556 +18694800 15.0076079717 22.8577137459 534.6990491038 0.0555555556 +18695700 15.0076079717 24.2379444479 613.2650388776 0.0555555556 +18696600 15.0076079717 25.0959053748 656.5217772966 0.0555555556 +18697500 15.0076079717 25.9065848782 697.0497308662 0.0555555556 +18698400 15.0076079717 26.6631524161 734.6146616309 0.0555555556 +18699300 15.0076079717 27.9541354783 809.6634311235 0.0555555556 +18700200 15.0076079717 28.6193913235 842.2562702993 0.0555555556 +18701100 15.0076079717 29.2126814449 871.1662467966 0.0555555556 +18702000 15.0076079717 29.7301682804 896.2482374075 0.0555555556 +18702900 15.0076079717 30.2556083381 923.9762394015 0.0555555556 +18703800 15.0076079717 30.6355462687 941.1581463275 0.0555555556 +18704700 15.0076079717 30.931485904 954.178958061 0.0555555556 +18705600 15.0076079717 31.1418534354 962.9763964992 0.0555555556 +18706500 15.0076079717 31.1408691419 961.2093768461 0.0555555556 +18707400 15.0076079717 31.1569898895 961.4532224528 0.0555555556 +18708300 15.0076079717 31.0867325202 957.4386188157 0.0555555556 +18709200 15.0076079717 30.9305746561 949.184653508 0.0555555556 +18710100 15.0076079717 30.7109346341 937.8341931275 0.0555555556 +18711000 15.0076079717 30.3514661143 921.2092356833 0.0555555556 +18711900 15.0076079717 29.9101964457 900.5160694187 0.0555555556 +18712800 15.0076079717 29.3897095697 875.8553886942 0.0555555556 +18713700 15.0076079717 27.1791116703 752.0351158866 0.0555555556 +18714600 15.0076079717 26.602380732 723.7554570997 0.0555555556 +18715500 15.0076079717 25.9675415729 692.3912218803 0.0555555556 +18716400 15.0076079717 25.2791118897 658.1159983788 0.0555555556 +18717300 15.0076079717 24.2497535062 600.7806947006 0.0555555556 +18718200 15.0076079717 23.5037983952 562.5616229433 0.0555555556 +18719100 15.0076079717 22.72362471 522.1751693464 0.0555555556 +18720000 15.0076079717 21.9172500719 479.897399822 0.0555555556 +18720900 15.0076079717 19.8769758312 350.6311618946 0.0555555556 +18721800 15.0076079717 19.1616926136 316.0955332318 0.0555555556 +18722700 15.0076079717 18.5303685139 280.9657133463 0.0555555556 +18723600 15.0076079717 17.9863296633 245.6087128873 0.0555555556 +18724500 15.0004480672 37.5506483295 165.7819904083 0 +18725400 15.0076079717 16.5799285032 137.6208693379 0.0555555556 +18726300 15.0004480672 31.2685953131 110.6537732326 0 +18727200 15.0076079717 16.1562720067 85.4428976832 0.0555555556 +18728100 15.0004480672 15 55.3975051942 0 +18729000 15.0004480672 15 43.7306224861 0 +18729900 15.0004480672 15 30.9743982185 0 +18730800 15.0004480672 15 17.2578834098 0 +18731700 15.0004480672 14.925 7.0172533845 0 +18732600 15.0004480672 14.775 0 0 +18733500 15.0004480672 14.625 0 0 +18734400 15.0004480672 14.475 0 0 +18735300 15.0004480672 14.4 0 0 +18736200 15.0004480672 14.4 0 0 +18737100 15.0004480672 14.4 0 0 +18738000 15.0004480672 14.4 0 0 +18738900 15.0004480672 14.4 0 0 +18739800 15.0004480672 14.4 0 0 +18740700 15.0004480672 14.4 0 0 +18741600 15.0004480672 14.4 0 0 +18742500 15.0004480672 14.3375 0 0 +18743400 15.0004480672 14.2125 0 0 +18744300 15.0004480672 14.0875 0 0 +18745200 15.0004480672 13.9625 0 0 +18746100 15.0004480672 14.0375 0 0 +18747000 15.0004480672 14.3125 0 0 +18747900 15.0004480672 14.5875 0 0 +18748800 15.0004480672 14.8625 0 0 +18749700 15.0004480672 14.8625 0 0 +18750600 15.0004480672 14.5875 0 0 +18751500 15.0004480672 14.3125 0 0 +18752400 15.0004480672 14.0375 0 0 +18753300 15.0004480672 13.825 0 0 +18754200 15.0004480672 13.675 0 0 +18755100 15.0004480672 13.525 0 0 +18756000 15.0004480672 13.375 0 0 +18756900 15.0004480672 13.3 0 0 +18757800 15.0004480672 13.3 0 0 +18758700 15.0004480672 13.3 0 0 +18759600 15.0004480672 13.3 0 0 +18760500 15.0004480672 13.3 0 0 +18761400 15.0004480672 13.3 0 0 +18762300 15.0004480672 13.3 0 0 +18763200 15.0004480672 13.3 0 0 +18764100 15.0004480672 13.1625 0 0 +18765000 15.0004480672 12.8875 0 0 +18765900 15.0004480672 12.6125 0 0 +18766800 15.0004480672 12.3375 0 0 +18767700 15.0004480672 12.3375 0 0 +18768600 15.0004480672 12.6125 3.1345233615 0 +18769500 15.0004480672 12.8875 20.2125958677 0 +18770400 15.0004480672 13.1625 37.9386114245 0 +18771300 15.0004480672 13.5875 37.3209443106 0 +18772200 15.0004480672 14.1625 35.8112168691 0 +18773100 15.0004480672 22.1575776198 56.838804261 0 +18774000 15.0004480672 22.5627003869 86.5205039657 0 +18774900 15.0076079717 16.6789655243 177.209525721 0.0555555556 +18775800 15.0076079717 17.0737531082 222.5735208933 0.0555555556 +18776700 15.0076079717 17.6340431615 269.2045782283 0.0555555556 +18777600 15.0076079717 18.3682866046 316.213654408 0.0555555556 +18778500 15.0076079717 19.9360781771 404.598477515 0.0555555556 +18779400 15.0076079717 21.028397991 454.2163758573 0.0555555556 +18780300 15.0076079717 22.1831409439 502.4695058578 0.0555555556 +18781200 15.0076079717 23.1129974279 548.9565260104 0.0555555556 +18782100 15.0076079717 24.4128978841 622.2947476411 0.0555555556 +18783000 15.0076079717 25.2831058617 665.9689367624 0.0555555556 +18783900 15.0076079717 26.1060195283 706.8932273886 0.0555555556 +18784800 15.0076079717 26.8747848197 744.8294225638 0.0555555556 +18785700 15.0076079717 27.8830217012 800.5782831237 0.0555555556 +18786600 15.0076079717 28.5568039015 832.6930845087 0.0555555556 +18787500 15.0076079717 29.160034281 861.1796897837 0.0555555556 +18788400 15.0076079717 29.6889352856 885.8935757106 0.0555555556 +18789300 15.0076079717 30.3688116305 922.9244463804 0.0555555556 +18790200 15.0076079717 30.7333574418 940.0297828399 0.0555555556 +18791100 15.0076079717 31.0147482405 952.9867487471 0.0555555556 +18792000 15.0076079717 31.2114201526 961.7328771398 0.0555555556 +18792900 15.0076079717 31.2534887985 963.0671252581 0.0555555556 +18793800 15.0076079717 31.2578921536 963.2854827177 0.0555555556 +18794700 15.0076079717 31.1763974551 959.2435876019 0.0555555556 +18795600 15.0076079717 31.0094847539 950.9607819906 0.0555555556 +18796500 15.0076079717 30.667024653 931.5427617948 0.0555555556 +18797400 15.0076079717 30.3434590017 915.0317850418 0.0555555556 +18798300 15.0076079717 29.9393550728 894.4883364793 0.0555555556 +18799200 15.0076079717 29.4572760771 870.0132768918 0.0555555556 +18800100 15.0076079717 28.7269364783 829.4986412804 0.0555555556 +18801000 15.0076079717 28.0734241847 797.9498872381 0.0555555556 +18801900 15.0076079717 27.3535025427 762.9417619993 0.0555555556 +18802800 15.0076079717 26.5722325926 724.6605870429 0.0555555556 +18803700 15.0076079717 25.4144056638 660.8098678675 0.0555555556 +18804600 15.0076079717 24.522254489 617.8820014535 0.0555555556 +18805500 15.0076079717 23.5898094674 572.4643905035 0.0555555556 +18806400 15.0076079717 22.6263761395 524.8572190534 0.0555555556 +18807300 15.0076079717 19.7365270443 335.216730006 0.0555555556 +18808200 15.0076079717 19.0214716686 301.8187282925 0.0555555556 +18809100 15.0076079717 18.3917610842 267.8572076867 0.0555555556 +18810000 15.0076079717 17.8506305174 233.6925725999 0.0555555556 +18810900 15.0076079717 17.1128718357 171.3158358213 0.0555555556 +18811800 15.0004480672 36.5234064403 143.7325909034 0 +18812700 15.0076079717 16.5325303783 117.147986919 0.0555555556 +18813600 15.0004480672 30.9648355506 92.0407770518 0 +18814500 15.0004480672 15.525 27.7017786777 0 +18815400 15.0004480672 15.375 29.7104152899 0 +18816300 15.0004480672 15.225 25.5727713423 0 +18817200 15.0004480672 15.075 15.0455731467 0 +18818100 15.0004480672 15 3.5313708499 0 +18819000 15.0004480672 15 0 0 +18819900 15.0004480672 15 0 0 +18820800 15.0004480672 15 0 0 +18821700 15.0004480672 15 0 0 +18822600 15.0004480672 15 0 0 +18823500 15.0004480672 15 0 0 +18824400 15.0004480672 15 0 0 +18825300 15.0004480672 14.925 0 0 +18826200 15.0004480672 14.775 0 0 +18827100 15.0004480672 14.625 0 0 +18828000 15.0004480672 14.475 0 0 +18828900 15.0004480672 14.4 0 0 +18829800 15.0004480672 14.4 0 0 +18830700 15.0004480672 14.4 0 0 +18831600 15.0004480672 14.4 0 0 +18832500 15.0004480672 14.3375 0 0 +18833400 15.0004480672 14.2125 0 0 +18834300 15.0004480672 14.0875 0 0 +18835200 15.0004480672 13.9625 0 0 +18836100 15.0004480672 13.825 0 0 +18837000 15.0004480672 13.675 0 0 +18837900 15.0004480672 13.525 0 0 +18838800 15.0004480672 13.375 0 0 +18839700 15.0004480672 13.3 0 0 +18840600 15.0004480672 13.3 0 0 +18841500 15.0004480672 13.3 0 0 +18842400 15.0004480672 13.3 0 0 +18843300 15.0004480672 13.2375 0 0 +18844200 15.0004480672 13.1125 0 0 +18845100 15.0004480672 12.9875 0 0 +18846000 15.0004480672 12.8625 0 0 +18846900 15.0004480672 12.725 0 0 +18847800 15.0004480672 12.575 0 0 +18848700 15.0004480672 12.425 0 0 +18849600 15.0004480672 12.275 0 0 +18850500 15.0004480672 12.1375 0 0 +18851400 15.0004480672 12.0125 0 0 +18852300 15.0004480672 11.8875 0 0 +18853200 15.0004480672 11.7625 0 0 +18854100 15.0004480672 11.8375 0 0 +18855000 15.0004480672 12.1125 2.2279052859 0 +18855900 15.0004480672 12.3875 17.3906800825 0 +18856800 15.0004480672 12.6625 34.6494544005 0 +18857700 15.0004480672 13.075 46.9960582399 0 +18858600 15.0004480672 13.625 53.2090615169 0 +18859500 15.0076079717 15.8911422937 73.6229096485 0.0555555556 +18860400 15.0004480672 27.6489103538 99.3069302939 0 +18861300 15.0076079717 16.8689863999 174.7816072983 0.0555555556 +18862200 15.0076079717 17.2596115804 214.1939147705 0.0555555556 +18863100 15.0076079717 17.769969402 254.6835194984 0.0555555556 +18864000 15.0076079717 18.4071035668 295.5602057787 0.0555555556 +18864900 15.0076079717 19.8695497342 386.9515210476 0.0555555556 +18865800 15.0076079717 20.8389918929 432.3785511174 0.0555555556 +18866700 15.0076079717 21.8487652492 476.6205347467 0.0555555556 +18867600 15.0076079717 22.6842269636 519.3061854837 0.0555555556 +18868500 15.0076079717 23.6770507173 573.8443962084 0.0555555556 +18869400 15.0076079717 24.4467854581 613.1414676488 0.0555555556 +18870300 15.0076079717 25.1755783011 649.9995598497 0.0555555556 +18871200 15.0076079717 25.8574095208 684.1956799457 0.0555555556 +18872100 15.0076079717 26.3053255594 707.7827283311 0.0555555556 +18873000 15.0076079717 26.8411401751 735.5793347293 0.0555555556 +18873900 15.0076079717 27.3183000529 760.2489066 0.0555555556 +18874800 15.0076079717 27.7335775768 781.6599272167 0.0555555556 +18875700 15.0076079717 28.995313445 854.7166854692 0.0555555556 +18876600 15.0076079717 29.3123006837 870.3513678874 0.0555555556 +18877500 15.0076079717 29.5553515091 882.1904746312 0.0555555556 +18878400 15.0076079717 29.7230446149 890.1746531213 0.0555555556 +18879300 15.0076079717 30.0918452914 911.5072484358 0.0555555556 +18880200 15.0076079717 30.1065073309 911.6850723699 0.0555555556 +18881100 15.0076079717 30.0428626293 907.8701144093 0.0555555556 +18882000 15.0076079717 29.9013615002 900.0812886086 0.0555555556 +18882900 15.0076079717 29.8372209357 897.1928295049 0.0555555556 +18883800 15.0076079717 29.5279024596 881.4168920624 0.0555555556 +18884700 15.0076079717 29.1439348748 861.7998841135 0.0555555556 +18885600 15.0076079717 28.6877458025 838.4414364293 0.0555555556 +18886500 15.0076079717 28.0273767944 801.4410867502 0.0555555556 +18887400 15.0076079717 27.4398671675 771.3053424159 0.0555555556 +18888300 15.0076079717 26.7911181593 737.8875507046 0.0555555556 +18889200 15.0076079717 26.0858927219 701.3719647355 0.0555555556 +18890100 15.0076079717 24.8172302407 627.443064091 0.0555555556 +18891000 15.0076079717 24.0282534919 587.4789438694 0.0555555556 +18891900 15.0076079717 23.2036464958 545.2477334172 0.0555555556 +18892800 15.0076079717 22.3517510199 501.0369294384 0.0555555556 +18893700 15.0076079717 20.2043007908 368.9270266699 0.0555555556 +18894600 15.0076079717 19.4050986006 331.1788990123 0.0555555556 +18895500 15.0076079717 18.7105032856 292.7957595707 0.0555555556 +18896400 15.0076079717 18.124376355 254.1979005759 0.0555555556 +18897300 15.0076079717 17.1623695654 184.3704848628 0.0555555556 +18898200 15.0004480672 37.2248947769 151.2082553067 0 +18899100 15.0076079717 16.5922511554 119.5891727008 0.0555555556 +18900000 15.0004480672 32.4483222964 90.2581769098 0 +18900900 15.0004480672 17.5875 56.6617656307 0 +18901800 15.0004480672 17.1625 45.5796195847 0 +18902700 15.0004480672 16.7375 32.3106526226 0 +18903600 15.0004480672 16.3125 17.1595156917 0 +18904500 15.0004480672 16.0375 3.5313708499 0 +18905400 15.0004480672 15.9125 0 0 +18906300 15.0004480672 15.7875 0 0 +18907200 15.0004480672 15.6625 0 0 +18908100 15.0004480672 15.525 0 0 +18909000 15.0004480672 15.375 0 0 +18909900 15.0004480672 15.225 0 0 +18910800 15.0004480672 15.075 0 0 +18911700 15.0004480672 14.925 0 0 +18912600 15.0004480672 14.775 0 0 +18913500 15.0004480672 14.625 0 0 +18914400 15.0004480672 14.475 0 0 +18915300 15.0004480672 14.2625 0 0 +18916200 15.0004480672 13.9875 0 0 +18917100 15.0004480672 13.7125 0 0 +18918000 15.0004480672 13.4375 0 0 +18918900 15.0004480672 13.4375 0 0 +18919800 15.0004480672 13.7125 0 0 +18920700 15.0004480672 13.9875 0 0 +18921600 15.0004480672 14.2625 0 0 +18922500 15.0004480672 14.2625 0 0 +18923400 15.0004480672 13.9875 0 0 +18924300 15.0004480672 13.7125 0 0 +18925200 15.0004480672 13.4375 0 0 +18926100 15.0004480672 13.3 0 0 +18927000 15.0004480672 13.3 0 0 +18927900 15.0004480672 13.3 0 0 +18928800 15.0004480672 13.3 0 0 +18929700 15.0004480672 13.3 0 0 +18930600 15.0004480672 13.3 0 0 +18931500 15.0004480672 13.3 0 0 +18932400 15.0004480672 13.3 0 0 +18933300 15.0004480672 13.3 0 0 +18934200 15.0004480672 13.3 0 0 +18935100 15.0004480672 13.3 0 0 +18936000 15.0004480672 13.3 0 0 +18936900 15.0004480672 13.375 0 0 +18937800 15.0004480672 13.525 0 0 +18938700 15.0004480672 13.675 0 0 +18939600 15.0004480672 13.825 0 0 +18940500 15.0004480672 13.7625 0 0 +18941400 15.0004480672 13.4875 1.6607124479 0 +18942300 15.0004480672 13.2125 15.5781722168 0 +18943200 15.0004480672 12.9375 32.1059406752 0 +18944100 15.0004480672 13 49.6406884672 0 +18945000 15.0004480672 13.4 64.5267771411 0 +18945900 15.0076079717 16.0560784159 82.3865500129 0.0555555556 +18946800 15.0004480672 30.6472154813 101.2609903537 0 +18947700 15.0076079717 16.8277730628 161.7486942287 0.0555555556 +18948600 15.0076079717 17.2031577006 194.7933910674 0.0555555556 +18949500 15.0076079717 17.6618562672 228.61025414 0.0555555556 +18950400 15.0076079717 18.20913058 262.6894837602 0.0555555556 +18951300 15.0076079717 19.8357821245 373.5599297416 0.0555555556 +18952200 15.0076079717 20.7061112037 415.6963532302 0.0555555556 +18953100 15.0076079717 21.6001420312 456.7413446701 0.0555555556 +18954000 15.0076079717 22.3555013601 496.355747967 0.0555555556 +18954900 15.0076079717 23.797858304 583.1365425888 0.0555555556 +18955800 15.0076079717 24.5584389405 622.3229155303 0.0555555556 +18956700 15.0076079717 25.2790361048 659.0828329083 0.0555555556 +18957600 15.0076079717 25.9538382371 693.1926414054 0.0555555556 +18958500 15.0076079717 27.0574190671 757.0804670299 0.0555555556 +18959400 15.0076079717 27.6278130245 786.5762859386 0.0555555556 +18960300 15.0076079717 28.1368918043 812.750682808 0.0555555556 +18961200 15.0076079717 28.5812936789 835.4639662687 0.0555555556 +18962100 15.0076079717 29.2652764615 873.651597146 0.0555555556 +18963000 15.0076079717 29.5884050946 889.4612971313 0.0555555556 +18963900 15.0076079717 29.8381549644 901.4262776464 0.0555555556 +18964800 15.0076079717 30.0131140688 909.4859460172 0.0555555556 +18965700 15.0076079717 30.2622538643 921.5855956319 0.0555555556 +18966600 15.0076079717 30.3253990137 921.734150221 0.0555555556 +18967500 15.0076079717 30.3112391524 917.8792443157 0.0555555556 +18968400 15.0076079717 30.2202223229 910.0402103343 0.0555555556 +18969300 15.0076079717 29.7850754881 883.7152822462 0.0555555556 +18970200 15.0076079717 29.4699924382 868.3046550376 0.0555555556 +18971100 15.0076079717 29.0837550137 849.1516556208 0.0555555556 +18972000 15.0076079717 28.6286942163 826.3550553143 0.0555555556 +18972900 15.0076079717 27.0248486475 730.7237854495 0.0555555556 +18973800 15.0076079717 26.5020443966 703.7047986431 0.0555555556 +18974700 15.0076079717 25.9260132809 673.7578306233 0.0555555556 +18975600 15.0076079717 25.3009081905 641.0514771294 0.0555555556 +18976500 15.0076079717 24.2312272523 578.6608658248 0.0555555556 +18977400 15.0076079717 23.5559009489 542.7568175631 0.0555555556 +18978300 15.0076079717 22.8495953832 504.8384099249 0.0555555556 +18979200 15.0076079717 22.1193719578 465.1649541671 0.0555555556 +18980100 15.0076079717 20.533319341 369.2214333032 0.0555555556 +18981000 15.0076079717 19.7961355438 332.8164808698 0.0555555556 +18981900 15.0076079717 19.144402448 295.7765749124 0.0555555556 +18982800 15.0076079717 18.5813908264 258.4858802958 0.0555555556 +18983700 15.0076079717 17.6330928098 184.6148467813 0.0555555556 +18984600 15.0076079717 17.2978139592 154.2653025585 0.0555555556 +18985500 15.0076079717 17.0263083838 125.0570383855 0.0555555556 +18986400 15.0004480672 37.2994833891 97.5318515402 0 +18987300 15.0004480672 20.825 55.8049664026 0 +18988200 15.0004480672 20.275 42.6997814039 0 +18989100 15.0004480672 19.725 28.9244845191 0 +18990000 15.0004480672 19.175 14.6572395822 0 +18990900 15.0004480672 18.6875 0 0 +18991800 15.0004480672 18.2625 0 0 +18992700 15.0004480672 17.8375 0 0 +18993600 15.0004480672 17.4125 0 0 +18994500 15.0004480672 17.0625 0 0 +18995400 15.0004480672 16.7875 0 0 +18996300 15.0004480672 16.5125 0 0 +18997200 15.0004480672 16.2375 0 0 +18998100 15.0004480672 15.9625 0 0 +18999000 15.0004480672 15.6875 0 0 +18999900 15.0004480672 15.4125 0 0 +19000800 15.0004480672 15.1375 0 0 +19001700 15.0004480672 14.925 0 0 +19002600 15.0004480672 14.775 0 0 +19003500 15.0004480672 14.625 0 0 +19004400 15.0004480672 14.475 0 0 +19005300 15.0004480672 14.3375 0 0 +19006200 15.0004480672 14.2125 0 0 +19007100 15.0004480672 14.0875 0 0 +19008000 15.0004480672 13.9625 0 0 +19008900 15.0004480672 13.9 0 0 +19009800 15.0004480672 13.9 0 0 +19010700 15.0004480672 13.9 0 0 +19011600 15.0004480672 13.9 0 0 +19012500 15.0004480672 13.825 0 0 +19013400 15.0004480672 13.675 0 0 +19014300 15.0004480672 13.525 0 0 +19015200 15.0004480672 13.375 0 0 +19016100 15.0004480672 13.375 0 0 +19017000 15.0004480672 13.525 0 0 +19017900 15.0004480672 13.675 0 0 +19018800 15.0004480672 13.825 0 0 +19019700 15.0004480672 13.825 0 0 +19020600 15.0004480672 13.675 0 0 +19021500 15.0004480672 13.525 0 0 +19022400 15.0004480672 13.375 0 0 +19023300 15.0004480672 13.375 0 0 +19024200 15.0004480672 13.525 0 0 +19025100 15.0004480672 13.675 0 0 +19026000 15.0004480672 13.825 0 0 +19026900 15.0004480672 13.9625 0 0 +19027800 15.0004480672 14.0875 1.9443331804 0 +19028700 15.0004480672 14.2125 21.6473405485 0 +19029600 15.0004480672 14.3375 45.2982132974 0 +19030500 15.0004480672 14.825 42.0592196235 0 +19031400 15.0004480672 15.675 44.4618345506 0 +19032300 15.0076079717 15.9113798608 67.3290372946 0.0555555556 +19033200 15.0004480672 27.733755348 96.4362734023 0 +19034100 15.0076079717 17.1345389718 171.1939350872 0.0555555556 +19035000 15.0076079717 17.530814602 207.8273886347 0.0555555556 +19035900 15.0076079717 18.0278190866 245.3855622163 0.0555555556 +19036800 15.0076079717 18.6318395806 283.2673902201 0.0555555556 +19037700 15.0076079717 19.8983007251 366.2506931289 0.0555555556 +19038600 15.0076079717 20.8024240808 408.8377024153 0.0555555556 +19039500 15.0076079717 21.7244724684 450.3148221334 0.0555555556 +19040400 15.0076079717 22.4969572491 490.3348251048 0.0555555556 +19041300 15.0076079717 22.3002096719 468.2556441175 0.0555555556 +19042200 15.0076079717 22.8645648541 498.7312691284 0.0555555556 +19043100 15.0076079717 23.3983277064 527.3234021866 0.0555555556 +19044000 15.0076079717 23.8972061475 553.8577475732 0.0555555556 +19044900 15.0076079717 26.5006352481 710.7616805762 0.0555555556 +19045800 15.0076079717 27.0568965426 738.4400645867 0.0555555556 +19046700 15.0076079717 27.5552228785 762.9981736678 0.0555555556 +19047600 15.0076079717 27.9924487517 784.3047967549 0.0555555556 +19048500 15.0076079717 26.6466450324 703.9875785161 0.0555555556 +19049400 15.0076079717 26.9383950987 716.4013889876 0.0555555556 +19050300 15.0076079717 27.1737754538 725.7908950044 0.0555555556 +19051200 15.0076079717 27.3517119162 732.1077494133 0.0555555556 +19052100 15.0076079717 25.9210201737 640.3674015246 0.0555555556 +19053000 15.0076079717 25.9118691397 640.4456648518 0.0555555556 +19053900 15.0076079717 25.8526305796 637.8222649026 0.0555555556 +19054800 15.0076079717 25.7435989824 632.5106411807 0.0555555556 +19055700 15.0076079717 24.4970362209 563.4840687806 0.0555555556 +19056600 15.0076079717 24.3715147552 554.2180121676 0.0555555556 +19057500 15.0076079717 24.2062738307 542.7073541622 0.0555555556 +19058400 15.0076079717 24.0025667785 529.0117498636 0.0555555556 +19059300 15.0076079717 28.4320262688 788.2619355742 0.0555555556 +19060200 15.0076079717 27.8564853155 758.4454144288 0.0555555556 +19061100 15.0076079717 27.2199609869 725.3857417132 0.0555555556 +19062000 15.0076079717 26.5271872083 689.2638604343 0.0555555556 +19062900 15.0076079717 25.2721140862 615.8885475323 0.0555555556 +19063800 15.0076079717 24.3997493284 575.9993166713 0.0555555556 +19064700 15.0076079717 23.4898982253 533.8267725959 0.0555555556 +19065600 15.0076079717 22.5511251233 489.6542203046 0.0555555556 +19066500 15.0076079717 21.2743426061 433.2056229891 0.0555555556 +19067400 15.0076079717 20.184533548 386.4201692274 0.0555555556 +19068300 15.0076079717 19.2478619623 338.7698866035 0.0555555556 +19069200 15.0076079717 18.4699731583 290.8018409814 0.0555555556 +19070100 15.0004480672 38.6994100214 197.1013521512 0 +19071000 15.0076079717 16.5896567167 155.0060316768 0.0555555556 +19071900 15.0004480672 32.6610556738 115.1179315668 0 +19072800 15.0076079717 16.3481538963 78.7926271984 0.0555555556 +19073700 15.0004480672 20.525 26.9790590801 0 +19074600 15.0004480672 20.375 29.4378542137 0 +19075500 15.0004480672 20.225 24.5752006378 0 +19076400 15.0004480672 20.075 12.8808406239 0 +19077300 15.0004480672 19.5875 10.2068223875 0 +19078200 15.0004480672 18.7625 0 0 +19079100 15.0004480672 17.9375 0 0 +19080000 15.0004480672 17.1125 0 0 +19080900 15.0004480672 16.4875 0 0 +19081800 15.0004480672 16.0625 0 0 +19082700 15.0004480672 15.6375 0 0 +19083600 15.0004480672 15.2125 0 0 +19084500 15.0004480672 14.8625 0 0 +19085400 15.0004480672 14.5875 0 0 +19086300 15.0004480672 14.3125 0 0 +19087200 15.0004480672 14.0375 0 0 +19088100 15.0004480672 13.7625 0 0 +19089000 15.0004480672 13.4875 0 0 +19089900 15.0004480672 13.2125 0 0 +19090800 15.0004480672 12.9375 0 0 +19091700 15.0004480672 12.8 0 0 +19092600 15.0004480672 12.8 0 0 +19093500 15.0004480672 12.8 0 0 +19094400 15.0004480672 12.8 0 0 +19095300 15.0004480672 12.725 0 0 +19096200 15.0004480672 12.575 0 0 +19097100 15.0004480672 12.425 0 0 +19098000 15.0004480672 12.275 0 0 +19098900 15.0004480672 12.1375 0 0 +19099800 15.0004480672 12.0125 0 0 +19100700 15.0004480672 11.8875 0 0 +19101600 15.0004480672 11.7625 0 0 +19102500 15.0004480672 11.7 0 0 +19103400 15.0004480672 11.7 0 0 +19104300 15.0004480672 11.7 0 0 +19105200 15.0004480672 11.7 0 0 +19106100 15.0004480672 11.7625 0 0 +19107000 15.0004480672 11.8875 0 0 +19107900 15.0004480672 12.0125 0 0 +19108800 15.0004480672 12.1375 0 0 +19109700 15.0004480672 12.275 0 0 +19110600 15.0004480672 12.425 0 0 +19111500 15.0004480672 12.575 0 0 +19112400 15.0004480672 12.725 0 0 +19113300 15.0004480672 12.725 0 0 +19114200 15.0004480672 12.575 1.0517922433 0 +19115100 15.0004480672 12.425 15.3686714717 0 +19116000 15.0004480672 12.275 33.6954850921 0 +19116900 15.0004480672 12.475 41.6120875381 0 +19117800 15.0004480672 13.025 48.3249174858 0 +19118700 15.0004480672 24.1402937409 67.8619242462 0 +19119600 15.0076079717 15.8966105923 91.0292395793 0.0555555556 +19120500 15.0004480672 35.4404591855 169.2341516896 0 +19121400 15.0076079717 17.1097189057 207.885679914 0.0555555556 +19122300 15.0076079717 17.6186378548 247.5941497218 0.0555555556 +19123200 15.0076079717 18.2559940863 287.6733883491 0.0555555556 +19124100 15.0076079717 19.8511700089 393.1447232996 0.0555555556 +19125000 15.0076079717 20.8542238646 440.0740209025 0.0555555556 +19125900 15.0076079717 21.8671841364 485.7394281109 0.0555555556 +19126800 15.0076079717 22.7106406657 529.7598755776 0.0555555556 +19127700 15.0076079717 23.7739687071 587.9210869857 0.0555555556 +19128600 15.0076079717 24.6132434771 628.5440369378 0.0555555556 +19129500 15.0076079717 25.4089055314 666.6185330946 0.0555555556 +19130400 15.0076079717 26.1546866404 701.9185174246 0.0555555556 +19131300 15.0076079717 27.793542454 797.6124717566 0.0555555556 +19132200 15.0076079717 28.4477311258 829.2596580408 0.0555555556 +19133100 15.0076079717 29.0332389786 857.3200165621 0.0555555556 +19134000 15.0076079717 29.546385511 881.6491230744 0.0555555556 +19134900 15.0076079717 30.2221966539 919.2345118295 0.0555555556 +19135800 15.0076079717 30.5553716425 936.054606621 0.0555555556 +19136700 15.0076079717 30.8074508517 948.7635928439 0.0555555556 +19137600 15.0076079717 30.9769127446 957.2993224766 0.0555555556 +19138500 15.0076079717 30.7807934159 944.3441946286 0.0555555556 +19139400 15.0076079717 30.8028210081 944.4278555171 0.0555555556 +19140300 15.0076079717 30.7423408234 940.3542805634 0.0555555556 +19141200 15.0076079717 30.5998335429 932.1432934858 0.0555555556 +19142100 15.0076079717 30.413230909 920.9060813742 0.0555555556 +19143000 15.0076079717 30.1179580893 904.5305961855 0.0555555556 +19143900 15.0076079717 29.7447293863 884.1913899306 0.0555555556 +19144800 15.0076079717 29.2960633284 859.9899505607 0.0555555556 +19145700 15.0076079717 28.6430358588 822.3928614982 0.0555555556 +19146600 15.0076079717 28.0378087655 791.1627707419 0.0555555556 +19147500 15.0076079717 27.3684787648 756.534500569 0.0555555556 +19148400 15.0076079717 26.6400009449 718.6954743532 0.0555555556 +19149300 15.0076079717 25.3653936521 645.3190632379 0.0555555556 +19150200 15.0076079717 24.5155490342 603.667608017 0.0555555556 +19151100 15.0076079717 23.6279093204 559.6388533359 0.0555555556 +19152000 15.0076079717 22.7113097869 513.5288008961 0.0555555556 +19152900 15.0076079717 21.0789052511 425.4960738383 0.0555555556 +19153800 15.0076079717 20.0854992973 380.0308176645 0.0555555556 +19154700 15.0076079717 19.2348230441 333.7554851745 0.0555555556 +19155600 15.0076079717 18.531941112 287.1979307185 0.0555555556 +19156500 15.0076079717 17.2602397578 194.6812642182 0.0555555556 +19157400 15.0004480672 38.2146167632 156.6014987847 0 +19158300 15.0076079717 16.6349398599 120.4807743839 0.0555555556 +19159200 15.0004480672 33.2563291738 87.331536766 0 +19160100 15.0004480672 19.2 44.6263707621 0 +19161000 15.0004480672 18.8 38.4846760208 0 +19161900 15.0004480672 18.4 27.7441639199 0 +19162800 15.0004480672 18 13.3341070689 0 +19163700 15.0004480672 17.5875 3.5313708499 0 +19164600 15.0004480672 17.1625 0 0 +19165500 15.0004480672 16.7375 0 0 +19166400 15.0004480672 16.3125 0 0 +19167300 15.0004480672 16.0375 0 0 +19168200 15.0004480672 15.9125 0 0 +19169100 15.0004480672 15.7875 0 0 +19170000 15.0004480672 15.6625 0 0 +19170900 15.0004480672 15.525 0 0 +19171800 15.0004480672 15.375 0 0 +19172700 15.0004480672 15.225 0 0 +19173600 15.0004480672 15.075 0 0 +19174500 15.0004480672 14.925 0 0 +19175400 15.0004480672 14.775 0 0 +19176300 15.0004480672 14.625 0 0 +19177200 15.0004480672 14.475 0 0 +19178100 15.0004480672 14.4 0 0 +19179000 15.0004480672 14.4 0 0 +19179900 15.0004480672 14.4 0 0 +19180800 15.0004480672 14.4 0 0 +19181700 15.0004480672 14.3375 0 0 +19182600 15.0004480672 14.2125 0 0 +19183500 15.0004480672 14.0875 0 0 +19184400 15.0004480672 13.9625 0 0 +19185300 15.0004480672 13.7625 0 0 +19186200 15.0004480672 13.4875 0 0 +19187100 15.0004480672 13.2125 0 0 +19188000 15.0004480672 12.9375 0 0 +19188900 15.0004480672 12.8625 0 0 +19189800 15.0004480672 12.9875 0 0 +19190700 15.0004480672 13.1125 0 0 +19191600 15.0004480672 13.2375 0 0 +19192500 15.0004480672 13.3 0 0 +19193400 15.0004480672 13.3 0 0 +19194300 15.0004480672 13.3 0 0 +19195200 15.0004480672 13.3 0 0 +19196100 15.0004480672 13.1625 0 0 +19197000 15.0004480672 12.8875 0 0 +19197900 15.0004480672 12.6125 0 0 +19198800 15.0004480672 12.3375 0 0 +19199700 15.0004480672 12.3375 0 0 +19200600 15.0004480672 12.6125 1.1441945388 0 +19201500 15.0004480672 12.8875 22.2723075229 0 +19202400 15.0004480672 13.1625 50.0649928395 0 +19203300 15.0004480672 13.4375 33.4221017793 0 +19204200 15.0004480672 13.7125 31.7597146279 0 +19205100 15.0004480672 20.4354360044 56.2815947766 0 +19206000 15.0004480672 20.435372218 87.1157194569 0 +19206900 15.0076079717 16.6051002002 158.7496058665 0.0555555556 +19207800 15.0004480672 38.1311339715 194.6549981117 0 +19208700 15.0076079717 17.4329345738 231.5400879964 0.0555555556 +19209600 15.0076079717 18.0222770208 268.7745957028 0.0555555556 +19210500 15.0076079717 19.9582742595 413.6730115101 0.0555555556 +19211400 15.0076079717 21.1522787001 464.6363011481 0.0555555556 +19212300 15.0076079717 22.3422316933 514.127550559 0.0555555556 +19213200 15.0076079717 23.3352678801 561.742932899 0.0555555556 +19214100 15.0076079717 24.7266522492 639.8457649267 0.0555555556 +19215000 15.0076079717 25.6177355401 684.7302447178 0.0555555556 +19215900 15.0076079717 26.4589626015 726.7452297924 0.0555555556 +19216800 15.0076079717 27.24334348 765.6531595471 0.0555555556 +19217700 15.0076079717 28.2232877617 819.6500457333 0.0555555556 +19218600 15.0076079717 28.9156725225 852.4052259302 0.0555555556 +19219500 15.0076079717 29.5348503973 881.4278248494 0.0555555556 +19220400 15.0076079717 30.0770012994 906.5742622912 0.0555555556 +19221300 15.0076079717 30.7087396188 940.3983242977 0.0555555556 +19222200 15.0076079717 31.0904277898 957.6649368274 0.0555555556 +19223100 15.0076079717 31.3865394333 970.6982451264 0.0555555556 +19224000 15.0076079717 31.5955115743 979.4367108141 0.0555555556 +19224900 15.0076079717 31.794471253 989.2434020571 0.0555555556 +19225800 15.0076079717 31.815600505 989.2897434735 0.0555555556 +19226700 15.0076079717 31.7476701589 984.9558856941 0.0555555556 +19227600 15.0076079717 31.5911914393 976.262114503 0.0555555556 +19228500 15.0076079717 31.2217062827 954.6371415556 0.0555555556 +19229400 15.0076079717 30.8828596868 937.5131811694 0.0555555556 +19230300 15.0076079717 30.4606651493 916.2487966128 0.0555555556 +19231200 15.0076079717 29.9577604752 890.9460084724 0.0555555556 +19232100 15.0076079717 29.1452246142 844.5918676413 0.0555555556 +19233000 15.0076079717 28.5003813452 812.2080829969 0.0555555556 +19233900 15.0076079717 27.7871031279 776.2836775865 0.0555555556 +19234800 15.0076079717 27.0105694485 737.0053837277 0.0555555556 +19235700 15.0076079717 25.9419665464 677.4849426621 0.0555555556 +19236600 15.0076079717 25.0412764721 633.0588145645 0.0555555556 +19237500 15.0076079717 24.0985621643 586.0372413976 0.0555555556 +19238400 15.0076079717 23.1235136531 536.724356144 0.0555555556 +19239300 15.0076079717 21.4716272424 454.1054453423 0.0555555556 +19240200 15.0076079717 20.292100849 403.8731405432 0.0555555556 +19241100 15.0076079717 19.2921954156 352.6126098879 0.0555555556 +19242000 15.0076079717 18.4784812497 300.9197418913 0.0555555556 +19242900 15.0076079717 17.0158939605 209.1667264862 0.0555555556 +19243800 15.0004480672 35.2654123685 163.3803931638 0 +19244700 15.0076079717 16.4074274851 119.9702295955 0.0555555556 +19245600 15.0004480672 31.5714170587 80.505440487 0 +19246500 15.0004480672 19.65 17.6775262744 0 +19247400 15.0004480672 18.95 23.3876537043 0 +19248300 15.0004480672 18.25 20.4709460366 0 +19249200 15.0004480672 17.55 9.8449259288 0 +19250100 15.0004480672 17.0625 8.319710537 0 +19251000 15.0004480672 16.7875 0 0 +19251900 15.0004480672 16.5125 0 0 +19252800 15.0004480672 16.2375 0 0 +19253700 15.0004480672 16.1 0 0 +19254600 15.0004480672 16.1 0 0 +19255500 15.0004480672 16.1 0 0 +19256400 15.0004480672 16.1 0 0 +19257300 15.0004480672 16.0375 0 0 +19258200 15.0004480672 15.9125 0 0 +19259100 15.0004480672 15.7875 0 0 +19260000 15.0004480672 15.6625 0 0 +19260900 15.0004480672 15.6 0 0 +19261800 15.0004480672 15.6 0 0 +19262700 15.0004480672 15.6 0 0 +19263600 15.0004480672 15.6 0 0 +19264500 15.0004480672 15.525 0 0 +19265400 15.0004480672 15.375 0 0 +19266300 15.0004480672 15.225 0 0 +19267200 15.0004480672 15.075 0 0 +19268100 15.0004480672 15 0 0 +19269000 15.0004480672 15 0 0 +19269900 15.0004480672 15 0 0 +19270800 15.0004480672 15 0 0 +19271700 15.0004480672 14.925 0 0 +19272600 15.0004480672 14.775 0 0 +19273500 15.0004480672 14.625 0 0 +19274400 15.0004480672 14.475 0 0 +19275300 15.0004480672 14.3375 0 0 +19276200 15.0004480672 14.2125 0 0 +19277100 15.0004480672 14.0875 0 0 +19278000 15.0004480672 13.9625 0 0 +19278900 15.0004480672 13.825 0 0 +19279800 15.0004480672 13.675 0 0 +19280700 15.0004480672 13.525 0 0 +19281600 15.0004480672 13.375 0 0 +19282500 15.0004480672 13.3 0 0 +19283400 15.0004480672 13.3 0 0 +19284300 15.0004480672 13.3 0 0 +19285200 15.0004480672 13.3 0 0 +19286100 15.0004480672 13.375 0 0 +19287000 15.0004480672 13.525 0.6106876554 0 +19287900 15.0004480672 13.675 17.7492690276 0 +19288800 15.0004480672 13.825 42.2842601349 0 +19289700 15.0004480672 14.1125 42.2064568889 0 +19290600 15.0004480672 14.5375 47.8943355645 0 +19291500 15.0076079717 15.8631269012 70.9270979441 0.0555555556 +19292400 15.0004480672 27.1401591398 97.781235374 0 +19293300 15.0076079717 16.8588373141 176.3452639637 0.0555555556 +19294200 15.0076079717 17.2671055736 217.3616663027 0.0555555556 +19295100 15.0076079717 17.8068517836 259.4862632914 0.0555555556 +19296000 15.0076079717 18.4860926038 301.9771643605 0.0555555556 +19296900 15.0076079717 19.9970009553 392.710149541 0.0555555556 +19297800 15.0076079717 21.0239333724 439.2185989703 0.0555555556 +19298700 15.0076079717 22.0360181629 484.4687982417 0.0555555556 +19299600 15.0076079717 22.8988542639 528.0847286131 0.0555555556 +19300500 15.0076079717 24.4063608592 616.3402378846 0.0555555556 +19301400 15.0076079717 25.2558112978 658.8039929244 0.0555555556 +19302300 15.0076079717 26.0598054555 698.5903568179 0.0555555556 +19303200 15.0076079717 26.8118560973 735.4648061452 0.0555555556 +19304100 15.0076079717 27.7806887246 789.7367637606 0.0555555556 +19305000 15.0076079717 28.3918954319 820.9348551153 0.0555555556 +19305900 15.0076079717 28.9355370793 848.5870128824 0.0555555556 +19306800 15.0076079717 29.4080028144 872.5506880782 0.0555555556 +19307700 15.0076079717 30.003339662 905.7489572848 0.0555555556 +19308600 15.0076079717 30.3485591406 922.2155453179 0.0555555556 +19309500 15.0076079717 30.6142536087 934.6368861265 0.0555555556 +19310400 15.0076079717 30.7989404796 942.9520532617 0.0555555556 +19311300 15.0076079717 31.0229612883 955.2801216138 0.0555555556 +19312200 15.0076079717 31.0229895783 955.281551604 0.0555555556 +19313100 15.0076079717 30.9398790749 951.0797717683 0.0555555556 +19314000 15.0076079717 30.7741234089 942.6951963072 0.0555555556 +19314900 15.0076079717 30.4447886732 923.5851170125 0.0555555556 +19315800 15.0076079717 30.1389052586 907.0871970764 0.0555555556 +19316700 15.0076079717 29.7551802246 886.6168711635 0.0555555556 +19317600 15.0076079717 29.2961391975 862.2762366716 0.0555555556 +19318500 15.0076079717 28.3916858898 810.1368975703 0.0555555556 +19319400 15.0076079717 27.775557348 779.3291100398 0.0555555556 +19320300 15.0076079717 27.0966963161 745.1815055868 0.0555555556 +19321200 15.0076079717 26.359971972 707.8794925715 0.0555555556 +19322100 15.0076079717 25.1902366956 641.4826670541 0.0555555556 +19323000 15.0076079717 24.3587099028 600.0522597698 0.0555555556 +19323900 15.0076079717 23.4900013585 556.2668571166 0.0555555556 +19324800 15.0076079717 22.5928459046 510.4211999447 0.0555555556 +19325700 15.0076079717 20.9323731541 419.7371015263 0.0555555556 +19326600 15.0076079717 19.9247397277 374.9290752385 0.0555555556 +19327500 15.0076079717 19.0559202432 329.3352193633 0.0555555556 +19328400 15.0076079717 18.3305584083 283.4757586609 0.0555555556 +19329300 15.0076079717 17.0618559929 189.9379640357 0.0555555556 +19330200 15.0004480672 35.7414522217 153.216675452 0 +19331100 15.0076079717 16.4570775262 118.38238184 0.0555555556 +19332000 15.0004480672 30.883063421 86.3673358541 0 +19332900 15.0004480672 17.0625 47.0040148364 0 +19333800 15.0004480672 16.7875 38.4329486118 0 +19334700 15.0004480672 16.5125 26.0847696803 0 +19335600 15.0004480672 16.2375 11.1245960124 0 +19336500 15.0004480672 16.0375 3.5313708499 0 +19337400 15.0004480672 15.9125 0 0 +19338300 15.0004480672 15.7875 0 0 +19339200 15.0004480672 15.6625 0 0 +19340100 15.0004480672 15.6 0 0 +19341000 15.0004480672 15.6 0 0 +19341900 15.0004480672 15.6 0 0 +19342800 15.0004480672 15.6 0 0 +19343700 15.0004480672 15.525 0 0 +19344600 15.0004480672 15.375 0 0 +19345500 15.0004480672 15.225 0 0 +19346400 15.0004480672 15.075 0 0 +19347300 15.0004480672 15 0 0 +19348200 15.0004480672 15 0 0 +19349100 15.0004480672 15 0 0 +19350000 15.0004480672 15 0 0 +19350900 15.0004480672 15 0 0 +19351800 15.0004480672 15 0 0 +19352700 15.0004480672 15 0 0 +19353600 15.0004480672 15 0 0 +19354500 15.0004480672 15 0 0 +19355400 15.0004480672 15 0 0 +19356300 15.0004480672 15 0 0 +19357200 15.0004480672 15 0 0 +19358100 15.0004480672 15 0 0 +19359000 15.0004480672 15 0 0 +19359900 15.0004480672 15 0 0 +19360800 15.0004480672 15 0 0 +19361700 15.0004480672 15 0 0 +19362600 15.0004480672 15 0 0 +19363500 15.0004480672 15 0 0 +19364400 15.0004480672 15 0 0 +19365300 15.0004480672 15 0 0 +19366200 15.0004480672 15 0 0 +19367100 15.0004480672 15 0 0 +19368000 15.0004480672 15 0 0 +19368900 15.0004480672 15 0 0 +19369800 15.0004480672 15 0 0 +19370700 15.0004480672 15 0 0 +19371600 15.0004480672 15 0 0 +19372500 15.0004480672 14.925 0 0 +19373400 15.0004480672 14.775 0.1886733888 0 +19374300 15.0004480672 14.625 8.9798955344 0 +19375200 15.0004480672 14.475 22.5155390971 0 +19376100 15.0004480672 14.55 36.5978033836 0 +19377000 15.0004480672 14.85 49.8682661627 0 +19377900 15.0076079717 15.9139447732 64.0989432258 0.0555555556 +19378800 15.0004480672 28.7302302256 78.4655536341 0 +19379700 15.0076079717 16.4789535771 100.2659339968 0.0555555556 +19380600 15.0004480672 35.4882262883 115.0738127307 0 +19381500 15.0076079717 16.9367851955 129.6174059968 0.0555555556 +19382400 15.0076079717 17.1613819231 143.8281654344 0.0555555556 +19383300 15.0076079717 18.7588764793 273.0321661716 0.0555555556 +19384200 15.0076079717 19.3107618725 301.0270644151 0.0555555556 +19385100 15.0076079717 19.8477530697 328.2227202916 0.0555555556 +19386000 15.0076079717 20.3276615774 354.4183812923 0.0555555556 +19386900 15.0076079717 23.9334460565 588.2047105946 0.0555555556 +19387800 15.0076079717 24.7180951636 628.3343703465 0.0555555556 +19388700 15.0076079717 25.4603137312 665.9416166665 0.0555555556 +19389600 15.0076079717 26.1540500837 700.8022787921 0.0555555556 +19390500 15.0076079717 27.7363674018 791.3005178291 0.0555555556 +19391400 15.0076079717 28.370549022 822.5197597053 0.0555555556 +19392300 15.0076079717 28.9369159663 850.1838968173 0.0555555556 +19393200 15.0076079717 29.431862016 874.1506672032 0.0555555556 +19394100 15.0076079717 30.08630513 910.5253495296 0.0555555556 +19395000 15.0076079717 30.4215080715 927.0380474608 0.0555555556 +19395900 15.0076079717 30.6767234883 939.4823805566 0.0555555556 +19396800 15.0076079717 30.8504683247 947.7974834571 0.0555555556 +19397700 15.0076079717 30.8910888867 949.6150080694 0.0555555556 +19398600 15.0076079717 30.8902139738 949.5707660405 0.0555555556 +19399500 15.0076079717 30.8067329584 945.3485813492 0.0555555556 +19400400 15.0076079717 30.6411414467 936.9689589247 0.0555555556 +19401300 15.0076079717 30.2659790043 915.6547302089 0.0555555556 +19402200 15.0076079717 29.9419557813 899.2533517038 0.0555555556 +19403100 15.0076079717 29.5408515632 878.914259732 0.0555555556 +19404000 15.0076079717 29.0651743112 854.7388922437 0.0555555556 +19404900 15.0076079717 28.3030885788 811.6680631997 0.0555555556 +19405800 15.0076079717 27.695564265 780.7424319371 0.0555555556 +19406700 15.0076079717 27.0251809098 746.469010402 0.0555555556 +19407600 15.0076079717 26.2968212737 709.0335147285 0.0555555556 +19408500 15.0076079717 25.1076762186 640.7107178244 0.0555555556 +19409400 15.0076079717 24.284617305 599.2551337857 0.0555555556 +19410300 15.0076079717 23.4244667926 555.4452716832 0.0555555556 +19411200 15.0076079717 22.5359632149 509.5757242856 0.0555555556 +19412100 15.0076079717 20.88647294 418.6409329189 0.0555555556 +19413000 15.0076079717 19.8895780916 373.8654181379 0.0555555556 +19413900 15.0076079717 19.0316661124 328.3069542692 0.0555555556 +19414800 15.0076079717 18.3172424589 282.4863665869 0.0555555556 +19415700 15.0076079717 17.0667990485 189.4019344361 0.0555555556 +19416600 15.0004480672 35.948604119 152.7133061346 0 +19417500 15.0076079717 16.4821734557 117.9185661913 0.0555555556 +19418400 15.0004480672 31.3318244983 85.9426762411 0 +19419300 15.0004480672 17.6625 47.1097699907 0 +19420200 15.0004480672 17.3875 37.9260656122 0 +19421100 15.0004480672 17.1125 25.1136984804 0 +19422000 15.0004480672 16.8375 9.9713979799 0 +19422900 15.0004480672 16.625 3.5313708499 0 +19423800 15.0004480672 16.475 0 0 +19424700 15.0004480672 16.325 0 0 +19425600 15.0004480672 16.175 0 0 +19426500 15.0004480672 16.0375 0 0 +19427400 15.0004480672 15.9125 0 0 +19428300 15.0004480672 15.7875 0 0 +19429200 15.0004480672 15.6625 0 0 +19430100 15.0004480672 15.6 0 0 +19431000 15.0004480672 15.6 0 0 +19431900 15.0004480672 15.6 0 0 +19432800 15.0004480672 15.6 0 0 +19433700 15.0004480672 15.525 0 0 +19434600 15.0004480672 15.375 0 0 +19435500 15.0004480672 15.225 0 0 +19436400 15.0004480672 15.075 0 0 +19437300 15.0004480672 14.925 0 0 +19438200 15.0004480672 14.775 0 0 +19439100 15.0004480672 14.625 0 0 +19440000 15.0004480672 14.475 0 0 +19440900 15.0004480672 14.4 0 0 +19441800 15.0004480672 14.4 0 0 +19442700 15.0004480672 14.4 0 0 +19443600 15.0004480672 14.4 0 0 +19444500 15.0004480672 14.3375 0 0 +19445400 15.0004480672 14.2125 0 0 +19446300 15.0004480672 14.0875 0 0 +19447200 15.0004480672 13.9625 0 0 +19448100 15.0004480672 13.825 0 0 +19449000 15.0004480672 13.675 0 0 +19449900 15.0004480672 13.525 0 0 +19450800 15.0004480672 13.375 0 0 +19451700 15.0004480672 13.375 0 0 +19452600 15.0004480672 13.525 0 0 +19453500 15.0004480672 13.675 0 0 +19454400 15.0004480672 13.825 0 0 +19455300 15.0004480672 13.825 0 0 +19456200 15.0004480672 13.675 0 0 +19457100 15.0004480672 13.525 0 0 +19458000 15.0004480672 13.375 0 0 +19458900 15.0004480672 13.375 0 0 +19459800 15.0004480672 13.525 0.0859746158 0 +19460700 15.0004480672 13.675 8.6213637454 0 +19461600 15.0004480672 13.825 22.8044032017 0 +19462500 15.0004480672 14.0375 31.6232299114 0 +19463400 15.0004480672 21.9991874056 43.184811985 0 +19464300 15.0004480672 24.2261262494 55.8769063778 0 +19465200 15.0076079717 15.9346383758 68.7258225636 0.0555555556 +19466100 15.0004480672 31.2679730011 99.8014670908 0 +19467000 15.0076079717 16.5588088137 115.8456710035 0.0555555556 +19467900 15.0004480672 36.1336519755 131.8024440571 0 +19468800 15.0076079717 17.0101564398 147.5515360368 0.0555555556 +19469700 15.0076079717 17.6033174149 188.7400394633 0.0555555556 +19470600 15.0076079717 17.9086023957 206.2966855206 0.0555555556 +19471500 15.0076079717 18.2022605927 223.264920606 0.0555555556 +19472400 15.0076079717 18.4721256442 239.5428215535 0.0555555556 +19473300 15.0076079717 20.7154081293 388.9016800553 0.0555555556 +19474200 15.0076079717 21.1441980977 413.339994351 0.0555555556 +19475100 15.0076079717 21.5485096991 436.243488424 0.0555555556 +19476000 15.0076079717 21.9252142835 457.477113868 0.0555555556 +19476900 15.0076079717 20.6773077059 385.9219066413 0.0555555556 +19477800 15.0076079717 20.8981513903 398.703580741 0.0555555556 +19478700 15.0076079717 21.0962623997 410.0177800969 0.0555555556 +19479600 15.0076079717 21.2707008441 419.8107219126 0.0555555556 +19480500 15.0076079717 28.3086221009 830.3925034391 0.0555555556 +19481400 15.0076079717 28.6213695017 845.1866479212 0.0555555556 +19482300 15.0076079717 28.8645780792 856.3267146101 0.0555555556 +19483200 15.0076079717 29.0369469811 863.7565376953 0.0555555556 +19484100 15.0076079717 30.2994803701 917.4447286526 0.0555555556 +19485000 15.0076079717 30.2976686182 917.3547327938 0.0555555556 +19485900 15.0076079717 30.2142687735 913.21118916 0.0555555556 +19486800 15.0076079717 30.0497717138 905.0339132889 0.0555555556 +19487700 15.0076079717 28.8145661746 833.7054325235 0.0555555556 +19488600 15.0076079717 28.5143394473 818.6865947014 0.0555555556 +19489500 15.0076079717 28.1429190861 800.0730121127 0.0555555556 +19490400 15.0076079717 27.7026300898 777.9575026963 0.0555555556 +19491300 15.0076079717 27.9933752507 797.3013886668 0.0555555556 +19492200 15.0076079717 27.3771975755 766.6499800884 0.0555555556 +19493100 15.0076079717 26.6972251911 732.6735067401 0.0555555556 +19494000 15.0076079717 25.9583649805 695.5516342409 0.0555555556 +19494900 15.0076079717 25.1923669423 654.3791469002 0.0555555556 +19495800 15.0076079717 24.3221241705 611.3418315117 0.0555555556 +19496700 15.0076079717 23.4116369742 565.8090934822 0.0555555556 +19497600 15.0076079717 22.4702905408 518.0770592697 0.0555555556 +19498500 15.0076079717 20.6896095244 417.0516977672 0.0555555556 +19499400 15.0076079717 19.67952172 371.9713578888 0.0555555556 +19500300 15.0076079717 18.8151665213 326.0911309015 0.0555555556 +19501200 15.0076079717 18.1011174963 279.9412170453 0.0555555556 +19502100 15.0004480672 36.9131292211 170.7401040557 0 +19503000 15.0076079717 16.4962894417 138.6263485639 0.0555555556 +19503900 15.0004480672 30.3789049556 108.1258962134 0 +19504800 15.0076079717 16.0868980147 79.9707581071 0.0555555556 +19505700 15.0004480672 15.45 52.4259387382 0 +19506600 15.0004480672 15.15 38.3706954913 0 +19507500 15.0004480672 14.85 23.6179619536 0 +19508400 15.0004480672 14.55 8.531261891 0 +19509300 15.0004480672 14.4 0 0 +19510200 15.0004480672 14.4 0 0 +19511100 15.0004480672 14.4 0 0 +19512000 15.0004480672 14.4 0 0 +19512900 15.0004480672 14.4 0 0 +19513800 15.0004480672 14.4 0 0 +19514700 15.0004480672 14.4 0 0 +19515600 15.0004480672 14.4 0 0 +19516500 15.0004480672 14.4 0 0 +19517400 15.0004480672 14.4 0 0 +19518300 15.0004480672 14.4 0 0 +19519200 15.0004480672 14.4 0 0 +19520100 15.0004480672 14.3375 0 0 +19521000 15.0004480672 14.2125 0 0 +19521900 15.0004480672 14.0875 0 0 +19522800 15.0004480672 13.9625 0 0 +19523700 15.0004480672 13.9 0 0 +19524600 15.0004480672 13.9 0 0 +19525500 15.0004480672 13.9 0 0 +19526400 15.0004480672 13.9 0 0 +19527300 15.0004480672 13.9 0 0 +19528200 15.0004480672 13.9 0 0 +19529100 15.0004480672 13.9 0 0 +19530000 15.0004480672 13.9 0 0 +19530900 15.0004480672 13.9 0 0 +19531800 15.0004480672 13.9 0 0 +19532700 15.0004480672 13.9 0 0 +19533600 15.0004480672 13.9 0 0 +19534500 15.0004480672 13.9 0 0 +19535400 15.0004480672 13.9 0 0 +19536300 15.0004480672 13.9 0 0 +19537200 15.0004480672 13.9 0 0 +19538100 15.0004480672 13.825 0 0 +19539000 15.0004480672 13.675 0 0 +19539900 15.0004480672 13.525 0 0 +19540800 15.0004480672 13.375 0 0 +19541700 15.0004480672 13.3 0 0 +19542600 15.0004480672 13.3 0 0 +19543500 15.0004480672 13.3 0 0 +19544400 15.0004480672 13.3 0 0 +19545300 15.0004480672 13.3 0 0 +19546200 15.0004480672 13.3 0.0202444552 0 +19547100 15.0004480672 13.3 7.4030340166 0 +19548000 15.0004480672 13.3 20.8276883274 0 +19548900 15.0004480672 13.3 42.755788463 0 +19549800 15.0004480672 23.7911398439 59.5924548435 0 +19550700 15.0076079717 15.9595130845 76.4617741123 0.0555555556 +19551600 15.0004480672 29.3597205733 93.2389484589 0 +19552500 15.0076079717 16.1471299673 90.3725936696 0.0555555556 +19553400 15.0004480672 31.1370291432 104.0676123035 0 +19554300 15.0076079717 16.5532266983 117.5386094164 0.0555555556 +19555200 15.0004480672 35.6948005958 130.7171612888 0 +19556100 15.0076079717 16.3658835425 102.13412141 0.0555555556 +19557000 15.0004480672 32.8151843549 110.905945891 0 +19557900 15.0076079717 16.6191169033 119.3355489511 0.0555555556 +19558800 15.0004480672 35.5036599143 127.3844118803 0 +19559700 15.0076079717 17.420433963 174.938939653 0.0555555556 +19560600 15.0076079717 17.5644438089 184.2050247978 0.0555555556 +19561500 15.0076079717 17.6994469125 192.8459094882 0.0555555556 +19562400 15.0076079717 17.8248745005 200.8235686093 0.0555555556 +19563300 15.0076079717 18.7850201255 266.8542013963 0.0555555556 +19564200 15.0076079717 18.9298122544 275.2442413722 0.0555555556 +19565100 15.0076079717 19.0605002392 282.6621994374 0.0555555556 +19566000 15.0076079717 19.1766066603 289.0757687467 0.0555555556 +19566900 15.0076079717 21.5553750566 439.2134150549 0.0555555556 +19567800 15.0076079717 21.6876032134 446.1199430442 0.0555555556 +19568700 15.0076079717 21.7922969973 451.3133785795 0.0555555556 +19569600 15.0076079717 21.8690131015 454.7690255923 0.0555555556 +19570500 15.0076079717 24.3938335228 608.159654779 0.0555555556 +19571400 15.0076079717 24.3923727358 608.0746964888 0.0555555556 +19572300 15.0076079717 24.3485646052 605.5265048241 0.0555555556 +19573200 15.0076079717 24.262659523 600.5277067817 0.0555555556 +19574100 15.0076079717 24.7482815937 625.6835307169 0.0555555556 +19575000 15.0076079717 24.5832079912 615.1301287703 0.0555555556 +19575900 15.0076079717 24.3740660113 602.0621043734 0.0555555556 +19576800 15.0076079717 24.1222579674 586.5464816303 0.0555555556 +19577700 15.0076079717 27.1750319641 761.7434114534 0.0555555556 +19578600 15.0076079717 26.6298516999 732.8917629633 0.0555555556 +19579500 15.0076079717 26.0276046679 700.9388789368 0.0555555556 +19580400 15.0076079717 25.372762581 666.0611767606 0.0555555556 +19581300 15.0076079717 22.0585150884 459.9262385624 0.0555555556 +19582200 15.0076079717 21.5346898408 431.8798920156 0.0555555556 +19583100 15.0076079717 20.987130326 402.2697298357 0.0555555556 +19584000 15.0076079717 20.4208507101 371.2928889351 0.0555555556 +19584900 15.0076079717 17.8066162853 191.3300713854 0.0555555556 +19585800 15.0076079717 17.469210238 174.1346835741 0.0555555556 +19586700 15.0076079717 17.1525606786 156.5407184038 0.0555555556 +19587600 15.0004480672 37.1153694094 138.6875355776 0 +19588500 15.0076079717 16.8248427959 130.5383224758 0.0555555556 +19589400 15.0004480672 33.8551075136 112.4949293376 0 +19590300 15.0076079717 16.3240402426 94.4287530871 0.0555555556 +19591200 15.0004480672 28.1853299205 76.4646355822 0 +19592100 15.0004480672 14.925 55.1992649758 0 +19593000 15.0004480672 14.775 39.9586374107 0 +19593900 15.0004480672 14.625 24.0437685368 0 +19594800 15.0004480672 14.475 7.852530888 0 +19595700 15.0004480672 14.3375 0 0 +19596600 15.0004480672 14.2125 0 0 +19597500 15.0004480672 14.0875 0 0 +19598400 15.0004480672 13.9625 0 0 +19599300 15.0004480672 13.9625 0 0 +19600200 15.0004480672 14.0875 0 0 +19601100 15.0004480672 14.2125 0 0 +19602000 15.0004480672 14.3375 0 0 +19602900 15.0004480672 14.3375 0 0 +19603800 15.0004480672 14.2125 0 0 +19604700 15.0004480672 14.0875 0 0 +19605600 15.0004480672 13.9625 0 0 +19606500 15.0004480672 13.9 0 0 +19607400 15.0004480672 13.9 0 0 +19608300 15.0004480672 13.9 0 0 +19609200 15.0004480672 13.9 0 0 +19610100 15.0004480672 13.9 0 0 +19611000 15.0004480672 13.9 0 0 +19611900 15.0004480672 13.9 0 0 +19612800 15.0004480672 13.9 0 0 +19613700 15.0004480672 13.9 0 0 +19614600 15.0004480672 13.9 0 0 +19615500 15.0004480672 13.9 0 0 +19616400 15.0004480672 13.9 0 0 +19617300 15.0004480672 13.9 0 0 +19618200 15.0004480672 13.9 0 0 +19619100 15.0004480672 13.9 0 0 +19620000 15.0004480672 13.9 0 0 +19620900 15.0004480672 13.9 0 0 +19621800 15.0004480672 13.9 0 0 +19622700 15.0004480672 13.9 0 0 +19623600 15.0004480672 13.9 0 0 +19624500 15.0004480672 13.825 0 0 +19625400 15.0004480672 13.675 0 0 +19626300 15.0004480672 13.525 0 0 +19627200 15.0004480672 13.375 0 0 +19628100 15.0004480672 13.3 0 0 +19629000 15.0004480672 13.3 0 0 +19629900 15.0004480672 13.3 0 0 +19630800 15.0004480672 13.3 0 0 +19631700 15.0004480672 13.3 0 0 +19632600 15.0004480672 13.3 0 0 +19633500 15.0004480672 13.3 8.790124721 0 +19634400 15.0004480672 13.3 26.5235837779 0 +19635300 15.0004480672 13.375 19.7528982402 0 +19636200 15.0004480672 18.4858608825 27.6685825335 0 +19637100 15.0004480672 20.0158402879 35.68057463 0 +19638000 15.0004480672 21.5279236582 43.6676724511 0 +19638900 15.0076079717 15.8439965156 65.6752770955 0.0555555556 +19639800 15.0004480672 27.0815198099 75.7392733326 0 +19640700 15.0076079717 16.1443124932 85.6431223785 0.0555555556 +19641600 15.0004480672 30.5769847936 95.3353606232 0 +19642500 15.0076079717 17.1176589809 151.622017048 0.0555555556 +19643400 15.0076079717 17.3176038348 164.6054500094 0.0555555556 +19644300 15.0076079717 17.5096101255 177.0743150081 0.0555555556 +19645200 15.0076079717 17.69257953 188.9734238383 0.0555555556 +19646100 15.0076079717 18.6348430173 253.6196050321 0.0555555556 +19647000 15.0076079717 18.8583375291 266.9703525897 0.0555555556 +19647900 15.0076079717 19.0687898128 279.4145905965 0.0555555556 +19648800 15.0076079717 19.2654332594 290.8988220341 0.0555555556 +19649700 15.0076079717 19.3926866015 297.7287830898 0.0555555556 +19650600 15.0076079717 19.5286271947 307.1147401067 0.0555555556 +19651500 15.0076079717 19.6488147156 315.4111795476 0.0555555556 +19652400 15.0076079717 19.752714125 322.5819453613 0.0555555556 +19653300 15.0076079717 23.8822571933 566.955368391 0.0555555556 +19654200 15.0076079717 24.0842502384 576.5531227646 0.0555555556 +19655100 15.0076079717 24.2436516814 583.7647158643 0.0555555556 +19656000 15.0076079717 24.3596920373 588.5536045318 0.0555555556 +19656900 15.0076079717 25.5703928511 678.12408255 0.0555555556 +19657800 15.0076079717 25.5586906118 677.9933560892 0.0555555556 +19658700 15.0076079717 25.4997153535 675.1073218321 0.0555555556 +19659600 15.0076079717 25.3937499024 669.4802616193 0.0555555556 +19660500 15.0076079717 23.7744319859 551.4951488234 0.0555555556 +19661400 15.0076079717 23.6348919604 542.055546878 0.0555555556 +19662300 15.0076079717 23.4552456094 530.3749648499 0.0555555556 +19663200 15.0076079717 23.2367878801 516.5137231378 0.0555555556 +19664100 15.0076079717 24.8193678328 612.0504990756 0.0555555556 +19665000 15.0076079717 24.3636999356 589.2734837965 0.0555555556 +19665900 15.0076079717 23.8642562715 564.061013385 0.0555555556 +19666800 15.0076079717 23.3244406647 536.5544934187 0.0555555556 +19667700 15.0076079717 22.623038102 497.1338832297 0.0555555556 +19668600 15.0076079717 22.0389000209 466.0192274504 0.0555555556 +19669500 15.0076079717 21.428333579 433.1777472494 0.0555555556 +19670400 15.0076079717 20.7972801839 398.8321662423 0.0555555556 +19671300 15.0076079717 18.824739738 268.7447732806 0.0555555556 +19672200 15.0076079717 18.2989243078 242.6931473458 0.0555555556 +19673100 15.0076079717 17.8247559899 216.1572640966 0.0555555556 +19674000 15.0076079717 17.4039430248 189.3917762728 0.0555555556 +19674900 15.0004480672 38.0236984329 177.7387716365 0 +19675800 15.0076079717 16.6191713603 145.1788451183 0.0555555556 +19676700 15.0004480672 31.8082673652 114.1466196997 0 +19677600 15.0076079717 16.2051176753 85.3062777694 0.0555555556 +19678500 15.0004480672 15.9625 46.3707859701 0 +19679400 15.0004480672 15.6875 32.8802941891 0 +19680300 15.0004480672 15.4125 19.2017662868 0 +19681200 15.0004480672 15.1375 5.5708623738 0 +19682100 15.0004480672 15 0 0 +19683000 15.0004480672 15 0 0 +19683900 15.0004480672 15 0 0 +19684800 15.0004480672 15 0 0 +19685700 15.0004480672 15.075 0 0 +19686600 15.0004480672 15.225 0 0 +19687500 15.0004480672 15.375 0 0 +19688400 15.0004480672 15.525 0 0 +19689300 15.0004480672 15.525 0 0 +19690200 15.0004480672 15.375 0 0 +19691100 15.0004480672 15.225 0 0 +19692000 15.0004480672 15.075 0 0 +19692900 15.0004480672 15 0 0 +19693800 15.0004480672 15 0 0 +19694700 15.0004480672 15 0 0 +19695600 15.0004480672 15 0 0 +19696500 15.0004480672 15.075 0 0 +19697400 15.0004480672 15.225 0 0 +19698300 15.0004480672 15.375 0 0 +19699200 15.0004480672 15.525 0 0 +19700100 15.0004480672 15.525 0 0 +19701000 15.0004480672 15.375 0 0 +19701900 15.0004480672 15.225 0 0 +19702800 15.0004480672 15.075 0 0 +19703700 15.0004480672 15 0 0 +19704600 15.0004480672 15 0 0 +19705500 15.0004480672 15 0 0 +19706400 15.0004480672 15 0 0 +19707300 15.0004480672 15 0 0 +19708200 15.0004480672 15 0 0 +19709100 15.0004480672 15 0 0 +19710000 15.0004480672 15 0 0 +19710900 15.0004480672 15 0 0 +19711800 15.0004480672 15 0 0 +19712700 15.0004480672 15 0 0 +19713600 15.0004480672 15 0 0 +19714500 15.0004480672 15 0 0 +19715400 15.0004480672 15 0 0 +19716300 15.0004480672 15 0 0 +19717200 15.0004480672 15 0 0 +19718100 15.0004480672 15 0 0 +19719000 15.0004480672 15 0 0 +19719900 15.0004480672 15 9.098348706 0 +19720800 15.0004480672 15 29.6604761085 0 +19721700 15.0004480672 15.075 22.934622171 0 +19722600 15.0004480672 21.0386267718 32.3863359304 0 +19723500 15.0004480672 22.8350062646 41.8153449196 0 +19724400 15.0004480672 24.601076371 51.1812726747 0 +19725300 15.0076079717 16.1160275782 75.2056647631 0.0555555556 +19726200 15.0004480672 30.5294545859 86.6545805968 0 +19727100 15.0076079717 16.437790923 97.8915343006 0.0555555556 +19728000 15.0004480672 34.1496039315 108.8646114476 0 +19728900 15.0076079717 17.1976568397 150.6651891829 0.0555555556 +19729800 15.0076079717 17.3943030952 163.6075557019 0.0555555556 +19730700 15.0076079717 17.5830127675 176.0343161234 0.0555555556 +19731600 15.0076079717 17.7629407616 187.8908862907 0.0555555556 +19732500 15.0076079717 18.6158353735 247.8089371125 0.0555555556 +19733400 15.0076079717 18.793141431 260.8996387156 0.0555555556 +19734300 15.0076079717 18.9577336444 273.0999595794 0.0555555556 +19735200 15.0076079717 19.1088602445 284.357448842 0.0555555556 +19736100 15.0076079717 18.751090956 258.3779578212 0.0555555556 +19737000 15.0076079717 18.8892562917 266.507772095 0.0555555556 +19737900 15.0076079717 19.013775377 273.6914105096 0.0555555556 +19738800 15.0076079717 19.1241955662 279.897799465 0.0555555556 +19739700 15.0076079717 19.7429563125 321.4917918494 0.0555555556 +19740600 15.0076079717 19.8411374654 326.1977794474 0.0555555556 +19741500 15.0076079717 19.9223010939 329.7265232223 0.0555555556 +19742400 15.0076079717 19.986226394 332.0628014715 0.0555555556 +19743300 15.0076079717 24.6487428685 609.1454189775 0.0555555556 +19744200 15.0076079717 24.6667796464 608.9917890947 0.0555555556 +19745100 15.0076079717 24.6404202039 606.3220278064 0.0555555556 +19746000 15.0076079717 24.5699385628 601.149475561 0.0555555556 +19746900 15.0076079717 28.4998808268 818.6854397509 0.0555555556 +19747800 15.0076079717 28.2238245411 803.9111532816 0.0555555556 +19748700 15.0076079717 27.8803596508 785.6391188746 0.0555555556 +19749600 15.0076079717 27.471721073 763.9620332771 0.0555555556 +19750500 15.0076079717 27.849088471 783.179895039 0.0555555556 +19751400 15.0076079717 27.2617384652 753.0028659352 0.0555555556 +19752300 15.0076079717 26.6129117733 719.5790146021 0.0555555556 +19753200 15.0076079717 25.907397578 683.0873055417 0.0555555556 +19754100 15.0076079717 24.6703965551 608.8891827933 0.0555555556 +19755000 15.0076079717 23.8633394708 568.782685585 0.0555555556 +19755900 15.0076079717 23.0197043902 526.3869968504 0.0555555556 +19756800 15.0076079717 22.1481920257 481.982595872 0.0555555556 +19757700 15.0076079717 21.0459824353 432.9291858242 0.0555555556 +19758600 15.0076079717 19.9458721791 385.1192223087 0.0555555556 +19759500 15.0076079717 19.0113002549 336.4106107973 0.0555555556 +19760400 15.0076079717 18.2470528768 287.3768173232 0.0555555556 +19761300 15.0004480672 37.7095121907 189.8469242047 0 +19762200 15.0076079717 16.5174060274 149.8824135369 0.0555555556 +19763100 15.0004480672 31.2192729307 112.1535675481 0 +19764000 15.0076079717 16.1935866506 77.8482832394 0.0555555556 +19764900 15.0004480672 18.1 36.9239460654 0 +19765800 15.0004480672 17.7 31.703882273 0 +19766700 15.0004480672 17.3 19.8713404382 0 +19767600 15.0004480672 16.9 5.2453633465 0 +19768500 15.0004480672 16.625 0 0 +19769400 15.0004480672 16.475 0 0 +19770300 15.0004480672 16.325 0 0 +19771200 15.0004480672 16.175 0 0 +19772100 15.0004480672 16.0375 0 0 +19773000 15.0004480672 15.9125 0 0 +19773900 15.0004480672 15.7875 0 0 +19774800 15.0004480672 15.6625 0 0 +19775700 15.0004480672 15.6 0 0 +19776600 15.0004480672 15.6 0 0 +19777500 15.0004480672 15.6 0 0 +19778400 15.0004480672 15.6 0 0 +19779300 15.0004480672 15.525 0 0 +19780200 15.0004480672 15.375 0 0 +19781100 15.0004480672 15.225 0 0 +19782000 15.0004480672 15.075 0 0 +19782900 15.0004480672 15 0 0 +19783800 15.0004480672 15 0 0 +19784700 15.0004480672 15 0 0 +19785600 15.0004480672 15 0 0 +19786500 15.0004480672 14.925 0 0 +19787400 15.0004480672 14.775 0 0 +19788300 15.0004480672 14.625 0 0 +19789200 15.0004480672 14.475 0 0 +19790100 15.0004480672 14.3375 0 0 +19791000 15.0004480672 14.2125 0 0 +19791900 15.0004480672 14.0875 0 0 +19792800 15.0004480672 13.9625 0 0 +19793700 15.0004480672 13.825 0 0 +19794600 15.0004480672 13.675 0 0 +19795500 15.0004480672 13.525 0 0 +19796400 15.0004480672 13.375 0 0 +19797300 15.0004480672 13.3 0 0 +19798200 15.0004480672 13.3 0 0 +19799100 15.0004480672 13.3 0 0 +19800000 15.0004480672 13.3 0 0 +19800900 15.0004480672 13.3 0 0 +19801800 15.0004480672 13.3 0 0 +19802700 15.0004480672 13.3 0 0 +19803600 15.0004480672 13.3 0 0 +19804500 15.0004480672 13.3 0 0 +19805400 15.0004480672 13.3 0 0 +19806300 15.0004480672 13.3 11.8517313022 0 +19807200 15.0004480672 13.3 41.7924717192 0 +19808100 15.0004480672 13.5875 36.5554799635 0 +19809000 15.0004480672 22.992787092 44.4330389303 0 +19809900 15.0004480672 24.2851835274 69.3740076352 0 +19810800 15.0076079717 15.8894692683 97.5172568424 0.0555555556 +19811700 15.0004480672 36.957754544 180.8536684047 0 +19812600 15.0076079717 17.3035934076 223.98273092 0.0555555556 +19813500 15.0076079717 17.9104168722 268.2009687337 0.0555555556 +19814400 15.0076079717 18.6713723768 312.7113981972 0.0555555556 +19815300 15.0076079717 20.3173333414 408.5261446224 0.0555555556 +19816200 15.0076079717 21.4240540628 457.1755421398 0.0555555556 +19817100 15.0076079717 22.4246184542 504.4267035808 0.0555555556 +19818000 15.0076079717 23.3204842803 549.8962279662 0.0555555556 +19818900 15.0076079717 24.7078849819 630.2321780406 0.0555555556 +19819800 15.0076079717 25.5592851148 673.5291963655 0.0555555556 +19820700 15.0076079717 26.3630405272 714.0428726701 0.0555555556 +19821600 15.0076079717 27.1126087698 751.5409296467 0.0555555556 +19822500 15.0076079717 28.1841415838 811.7314047923 0.0555555556 +19823400 15.0076079717 28.8438742294 843.5676628859 0.0555555556 +19824300 15.0076079717 29.4330628597 871.7347137819 0.0555555556 +19825200 15.0076079717 29.9480632552 896.0908951502 0.0555555556 +19826100 15.0076079717 30.6086545344 932.5788222651 0.0555555556 +19827000 15.0076079717 30.9400128965 949.2510232794 0.0555555556 +19827900 15.0076079717 31.1886289918 961.7436242443 0.0555555556 +19828800 15.0076079717 31.3530234477 969.9967226617 0.0555555556 +19829700 15.0076079717 31.4400998912 974.4622619448 0.0555555556 +19830600 15.0076079717 31.4428389671 974.1385694956 0.0555555556 +19831500 15.0076079717 31.3599702932 969.5169439827 0.0555555556 +19832400 15.0076079717 31.1920334627 960.6193919959 0.0555555556 +19833300 15.0076079717 29.5978881005 872.3637574205 0.0555555556 +19834200 15.0076079717 29.3093245728 856.5277747613 0.0555555556 +19835100 15.0076079717 28.9485585506 836.9552612112 0.0555555556 +19836000 15.0076079717 28.5179774438 813.7445725165 0.0555555556 +19836900 15.0076079717 27.4201907862 748.1860564534 0.0555555556 +19837800 15.0076079717 26.8434792651 719.5141861386 0.0555555556 +19838700 15.0076079717 26.2098098383 687.7753089126 0.0555555556 +19839600 15.0076079717 25.5236601894 653.1429532228 0.0555555556 +19840500 15.0076079717 24.4380017169 592.406558103 0.0555555556 +19841400 15.0076079717 23.7183862303 554.2647067467 0.0555555556 +19842300 15.0076079717 22.9660233734 513.9968550527 0.0555555556 +19843200 15.0076079717 22.1886261781 471.8757557083 0.0555555556 +19844100 15.0076079717 20.9750178953 409.2571131897 0.0555555556 +19845000 15.0076079717 20.0041343369 365.2802078208 0.0555555556 +19845900 15.0076079717 19.1661625805 320.5559989672 0.0555555556 +19846800 15.0076079717 18.4646517179 275.5960097028 0.0555555556 +19847700 15.0076079717 17.1190525923 187.4069098015 0.0555555556 +19848600 15.0004480672 36.848638696 149.3530202991 0 +19849500 15.0076079717 16.5400675733 113.3869570291 0.0555555556 +19850400 15.0004480672 32.3707313034 80.5117386452 0 +19851300 15.0004480672 19.7875 45.3936901024 0 +19852200 15.0004480672 19.3625 34.6940199102 0 +19853100 15.0004480672 18.9375 20.0605719654 0 +19854000 15.0004480672 18.5125 4.48793595 0 +19854900 15.0004480672 18.1625 0 0 +19855800 15.0004480672 17.8875 0 0 +19856700 15.0004480672 17.6125 0 0 +19857600 15.0004480672 17.3375 0 0 +19858500 15.0004480672 17.2 0 0 +19859400 15.0004480672 17.2 0 0 +19860300 15.0004480672 17.2 0 0 +19861200 15.0004480672 17.2 0 0 +19862100 15.0004480672 17.1375 0 0 +19863000 15.0004480672 17.0125 0 0 +19863900 15.0004480672 16.8875 0 0 +19864800 15.0004480672 16.7625 0 0 +19865700 15.0004480672 16.625 0 0 +19866600 15.0004480672 16.475 0 0 +19867500 15.0004480672 16.325 0 0 +19868400 15.0004480672 16.175 0 0 +19869300 15.0004480672 16.1 0 0 +19870200 15.0004480672 16.1 0 0 +19871100 15.0004480672 16.1 0 0 +19872000 15.0004480672 16.1 0 0 +19872900 15.0004480672 15.9625 0 0 +19873800 15.0004480672 15.6875 0 0 +19874700 15.0004480672 15.4125 0 0 +19875600 15.0004480672 15.1375 0 0 +19876500 15.0004480672 15 0 0 +19877400 15.0004480672 15 0 0 +19878300 15.0004480672 15 0 0 +19879200 15.0004480672 15 0 0 +19880100 15.0004480672 14.925 0 0 +19881000 15.0004480672 14.775 0 0 +19881900 15.0004480672 14.625 0 0 +19882800 15.0004480672 14.475 0 0 +19883700 15.0004480672 14.475 0 0 +19884600 15.0004480672 14.625 0 0 +19885500 15.0004480672 14.775 0 0 +19886400 15.0004480672 14.925 0 0 +19887300 15.0004480672 14.925 0 0 +19888200 15.0004480672 14.775 0 0 +19889100 15.0004480672 14.625 0 0 +19890000 15.0004480672 14.475 0 0 +19890900 15.0004480672 14.4 0 0 +19891800 15.0004480672 14.4 0 0 +19892700 15.0004480672 14.4 8.7991467395 0 +19893600 15.0004480672 14.4 33.8323898358 0 +19894500 15.0004480672 14.55 42.4244518794 0 +19895400 15.0076079717 15.8446526143 58.6737754719 0.0555555556 +19896300 15.0004480672 28.2291190352 79.3895334272 0 +19897200 15.0076079717 16.3307961915 100.9816380517 0.0555555556 +19898100 15.0004480672 34.1991476992 140.3117661126 0 +19899000 15.0076079717 16.9437176818 170.1959980268 0.0555555556 +19899900 15.0076079717 17.3714507107 200.7374378031 0.0555555556 +19900800 15.0076079717 17.885950909 231.4706608899 0.0555555556 +19901700 15.0076079717 19.6572987479 354.9322286031 0.0555555556 +19902600 15.0076079717 20.5590440172 395.9724431345 0.0555555556 +19903500 15.0076079717 21.365947693 435.8714446424 0.0555555556 +19904400 15.0076079717 22.0996352228 474.3045807918 0.0555555556 +19905300 15.0076079717 21.8845831404 455.0494993218 0.0555555556 +19906200 15.0076079717 22.4092736872 484.1380712528 0.0555555556 +19907100 15.0076079717 22.9042804967 511.3779525358 0.0555555556 +19908000 15.0076079717 23.3658117298 536.6092004087 0.0555555556 +19908900 15.0076079717 20.7173217968 370.6759708818 0.0555555556 +19909800 15.0076079717 20.923878826 383.3845876906 0.0555555556 +19910700 15.0076079717 21.1068709346 394.6232013261 0.0555555556 +19911600 15.0076079717 21.2652603054 404.3365983904 0.0555555556 +19912500 15.0076079717 24.4449639895 598.3821869768 0.0555555556 +19913400 15.0076079717 24.6220648724 608.4001138959 0.0555555556 +19914300 15.0076079717 24.754758809 615.8986302765 0.0555555556 +19915200 15.0076079717 24.8422629939 620.8400836104 0.0555555556 +19916100 15.0076079717 23.6639850222 553.3975918303 0.0555555556 +19917000 15.0076079717 23.6605336982 553.1951456634 0.0555555556 +19917900 15.0076079717 23.6188297384 550.7485452325 0.0555555556 +19918800 15.0076079717 23.5391080265 546.0697852374 0.0555555556 +19919700 15.0076079717 29.1091481187 864.1752590761 0.0555555556 +19920600 15.0076079717 28.8273242445 848.4807308837 0.0555555556 +19921500 15.0076079717 28.4750086114 829.0983020847 0.0555555556 +19922400 15.0076079717 28.0545426614 806.125929295 0.0555555556 +19923300 15.0076079717 28.1498403195 802.6574019803 0.0555555556 +19924200 15.0076079717 27.5410925334 771.5374998954 0.0555555556 +19925100 15.0076079717 26.8688933348 737.0777664943 0.0555555556 +19926000 15.0076079717 26.138178001 699.460261713 0.0555555556 +19926900 15.0076079717 24.9189475476 627.3164138568 0.0555555556 +19927800 15.0076079717 24.0709306794 585.7592641962 0.0555555556 +19928700 15.0076079717 23.1849168657 541.8227098027 0.0555555556 +19929600 15.0076079717 22.2699590148 495.7938562799 0.0555555556 +19930500 15.0076079717 18.3762731021 223.1107337382 0.0555555556 +19931400 15.0076079717 17.9739972041 202.427048705 0.0555555556 +19932300 15.0076079717 17.5978343368 181.2780986291 0.0555555556 +19933200 15.0076079717 17.2489772381 159.835553925 0.0555555556 +19934100 15.0004480672 33.8855375985 117.1525755142 0 +19935000 15.0076079717 16.3149016506 97.830145603 0.0555555556 +19935900 15.0004480672 28.6054753182 79.0743133503 0 +19936800 15.0076079717 15.9155678492 61.1267853567 0.0555555556 +19937700 15.0004480672 16.0375 37.0609460692 0 +19938600 15.0004480672 15.9125 25.4935428423 0 +19939500 15.0004480672 15.7875 13.65101802 0 +19940400 15.0004480672 15.6625 2.5048241823 0 +19941300 15.0004480672 15.6 0 0 +19942200 15.0004480672 15.6 0 0 +19943100 15.0004480672 15.6 0 0 +19944000 15.0004480672 15.6 0 0 +19944900 15.0004480672 15.525 0 0 +19945800 15.0004480672 15.375 0 0 +19946700 15.0004480672 15.225 0 0 +19947600 15.0004480672 15.075 0 0 +19948500 15.0004480672 15 0 0 +19949400 15.0004480672 15 0 0 +19950300 15.0004480672 15 0 0 +19951200 15.0004480672 15 0 0 +19952100 15.0004480672 15 0 0 +19953000 15.0004480672 15 0 0 +19953900 15.0004480672 15 0 0 +19954800 15.0004480672 15 0 0 +19955700 15.0004480672 15 0 0 +19956600 15.0004480672 15 0 0 +19957500 15.0004480672 15 0 0 +19958400 15.0004480672 15 0 0 +19959300 15.0004480672 14.925 0 0 +19960200 15.0004480672 14.775 0 0 +19961100 15.0004480672 14.625 0 0 +19962000 15.0004480672 14.475 0 0 +19962900 15.0004480672 14.4 0 0 +19963800 15.0004480672 14.4 0 0 +19964700 15.0004480672 14.4 0 0 +19965600 15.0004480672 14.4 0 0 +19966500 15.0004480672 14.3375 0 0 +19967400 15.0004480672 14.2125 0 0 +19968300 15.0004480672 14.0875 0 0 +19969200 15.0004480672 13.9625 0 0 +19970100 15.0004480672 13.9625 0 0 +19971000 15.0004480672 14.0875 0 0 +19971900 15.0004480672 14.2125 0 0 +19972800 15.0004480672 14.3375 0 0 +19973700 15.0004480672 14.4 0 0 +19974600 15.0004480672 14.4 0 0 +19975500 15.0004480672 14.4 0 0 +19976400 15.0004480672 14.4 0 0 +19977300 15.0004480672 14.2625 0 0 +19978200 15.0004480672 13.9875 0 0 +19979100 15.0004480672 13.7125 8.5474537967 0 +19980000 15.0004480672 13.4375 36.3559240213 0 +19980900 15.0004480672 13.5125 29.7180409774 0 +19981800 15.0004480672 21.0949298992 38.4668108881 0 +19982700 15.0004480672 22.4091608498 57.9899843057 0 +19983600 15.0004480672 23.9594750748 79.6894024597 0 +19984500 15.0076079717 16.7921976115 170.8646077938 0.0555555556 +19985400 15.0076079717 17.2175717185 209.5752379553 0.0555555556 +19986300 15.0076079717 17.7608513443 249.2029826756 0.0555555556 +19987200 15.0076079717 18.4300026228 289.0850317969 0.0555555556 +19988100 15.0076079717 20.1959404839 412.0914271565 0.0555555556 +19989000 15.0076079717 21.3879616141 461.867752653 0.0555555556 +19989900 15.0076079717 22.4237607958 510.135543233 0.0555555556 +19990800 15.0076079717 23.3679383889 556.5114789259 0.0555555556 +19991700 15.0076079717 24.3764056699 609.6818862067 0.0555555556 +19992600 15.0076079717 25.228914879 651.7243090048 0.0555555556 +19993500 15.0076079717 26.0337223638 691.0311451989 0.0555555556 +19994400 15.0076079717 26.7844107082 727.3824514825 0.0555555556 +19995300 15.0076079717 28.7513331413 843.0093081025 0.0555555556 +19996200 15.0076079717 29.4395692613 876.0781984011 0.0555555556 +19997100 15.0076079717 30.0525160882 905.3038283773 0.0555555556 +19998000 15.0076079717 30.5863957751 930.5449595511 0.0555555556 +19998900 15.0076079717 31.0716186913 956.5920170877 0.0555555556 +19999800 15.0076079717 31.4161868364 973.6053138095 0.0555555556 +20000700 15.0076079717 31.6739753767 986.3166440231 0.0555555556 +20001600 15.0076079717 31.8434800048 994.6670294533 0.0555555556 +20002500 15.0076079717 32.1103125912 1010.1180006269 0.0555555556 +20003400 15.0076079717 32.100725835 1009.645859219 0.0555555556 +20004300 15.0076079717 32.000482974 1004.7078349811 0.0555555556 +20005200 15.0076079717 31.8101595615 995.326641946 0.0555555556 +20006100 15.0076079717 31.4294099735 974.0711106054 0.0555555556 +20007000 15.0076079717 31.0644460179 956.0871046442 0.0555555556 +20007900 15.0076079717 30.61469779 933.8825940504 0.0555555556 +20008800 15.0076079717 30.0828903921 907.5621605027 0.0555555556 +20009700 15.0076079717 29.2289289669 859.7638577385 0.0555555556 +20010600 15.0076079717 28.5403706883 826.2553516474 0.0555555556 +20011500 15.0076079717 27.7823829568 789.1393133346 0.0555555556 +20012400 15.0076079717 26.9602759467 748.6048053853 0.0555555556 +20013300 15.0076079717 25.7386792395 680.5362379679 0.0555555556 +20014200 15.0076079717 24.8021770359 635.2809923786 0.0555555556 +20015100 15.0076079717 23.8237722027 587.4057939343 0.0555555556 +20016000 15.0076079717 22.8133428925 537.2161548284 0.0555555556 +20016900 15.0076079717 21.1711360389 452.7069837345 0.0555555556 +20017800 15.0076079717 19.9869098232 401.8555294085 0.0555555556 +20018700 15.0076079717 18.9884709535 349.9741259847 0.0555555556 +20019600 15.0076079717 18.1807350294 297.6811665866 0.0555555556 +20020500 15.0004480672 35.7937936668 202.5837519729 0 +20021400 15.0076079717 16.3433917605 157.5581805806 0.0555555556 +20022300 15.0004480672 29.1486648786 115.0681781723 0 +20023200 15.0076079717 16.052055426 76.6367906219 0.0555555556 +20024100 15.0004480672 17.0625 33.8083827714 0 +20025000 15.0004480672 16.7875 29.5773871566 0 +20025900 15.0004480672 16.5125 16.7774674233 0 +20026800 15.0004480672 16.2375 2.7302064939 0 +20027700 15.0004480672 16.0375 0 0 +20028600 15.0004480672 15.9125 0 0 +20029500 15.0004480672 15.7875 0 0 +20030400 15.0004480672 15.6625 0 0 +20031300 15.0004480672 15.45 0 0 +20032200 15.0004480672 15.15 0 0 +20033100 15.0004480672 14.85 0 0 +20034000 15.0004480672 14.55 0 0 +20034900 15.0004480672 14.4 0 0 +20035800 15.0004480672 14.4 0 0 +20036700 15.0004480672 14.4 0 0 +20037600 15.0004480672 14.4 0 0 +20038500 15.0004480672 14.4 0 0 +20039400 15.0004480672 14.4 0 0 +20040300 15.0004480672 14.4 0 0 +20041200 15.0004480672 14.4 0 0 +20042100 15.0004480672 14.4 0 0 +20043000 15.0004480672 14.4 0 0 +20043900 15.0004480672 14.4 0 0 +20044800 15.0004480672 14.4 0 0 +20045700 15.0004480672 14.4 0 0 +20046600 15.0004480672 14.4 0 0 +20047500 15.0004480672 14.4 0 0 +20048400 15.0004480672 14.4 0 0 +20049300 15.0004480672 14.3375 0 0 +20050200 15.0004480672 14.2125 0 0 +20051100 15.0004480672 14.0875 0 0 +20052000 15.0004480672 13.9625 0 0 +20052900 15.0004480672 13.9 0 0 +20053800 15.0004480672 13.9 0 0 +20054700 15.0004480672 13.9 0 0 +20055600 15.0004480672 13.9 0 0 +20056500 15.0004480672 13.9 0 0 +20057400 15.0004480672 13.9 0 0 +20058300 15.0004480672 13.9 0 0 +20059200 15.0004480672 13.9 0 0 +20060100 15.0004480672 13.825 0 0 +20061000 15.0004480672 13.675 0 0 +20061900 15.0004480672 13.525 0 0 +20062800 15.0004480672 13.375 0 0 +20063700 15.0004480672 13.375 0 0 +20064600 15.0004480672 13.525 0 0 +20065500 15.0004480672 13.675 5.3122032777 0 +20066400 15.0004480672 13.825 25.0216566529 0 +20067300 15.0004480672 13.9625 41.5445314078 0 +20068200 15.0004480672 24.5700301968 58.9326424688 0 +20069100 15.0076079717 16.0218852667 79.9740842106 0.0555555556 +20070000 15.0004480672 30.2797249655 101.7709104246 0 +20070900 15.0076079717 16.7134311768 168.7522711027 0.0555555556 +20071800 15.0076079717 17.1280068898 207.0172756578 0.0555555556 +20072700 15.0076079717 17.6595160196 246.1739631794 0.0555555556 +20073600 15.0076079717 18.3159352244 285.5695124429 0.0555555556 +20074500 15.0076079717 19.7441568347 372.0977818919 0.0555555556 +20075400 15.0076079717 20.7211817331 415.5821745383 0.0555555556 +20076300 15.0076079717 21.5644039957 457.8219582574 0.0555555556 +20077200 15.0076079717 22.3463279221 498.4761827605 0.0555555556 +20078100 15.0076079717 23.7342498859 581.8503439925 0.0555555556 +20079000 15.0076079717 24.486925592 621.2706234876 0.0555555556 +20079900 15.0076079717 25.1966379274 658.1546306128 0.0555555556 +20080800 15.0076079717 25.8575579791 692.2880620571 0.0555555556 +20081700 15.0076079717 26.0210889983 701.0937407281 0.0555555556 +20082600 15.0076079717 26.537198948 728.0729959228 0.0555555556 +20083500 15.0076079717 26.9950941167 751.9308010417 0.0555555556 +20084400 15.0076079717 27.3917524468 772.5432085948 0.0555555556 +20085300 15.0076079717 28.9744634687 860.6232819062 0.0555555556 +20086200 15.0076079717 29.2725491797 875.7835724869 0.0555555556 +20087100 15.0076079717 29.4952753861 887.096773261 0.0555555556 +20088000 15.0076079717 29.641306905 894.5078642016 0.0555555556 +20088900 15.0076079717 28.8844013388 853.9782257066 0.0555555556 +20089800 15.0076079717 28.9386553182 853.5230661453 0.0555555556 +20090700 15.0076079717 28.9203565001 849.3327751289 0.0555555556 +20091600 15.0076079717 28.8299872234 841.4279544178 0.0555555556 +20092500 15.0076079717 29.5263998223 880.865141942 0.0555555556 +20093400 15.0076079717 29.2226849751 864.6698164454 0.0555555556 +20094300 15.0076079717 28.8462185346 844.6983340358 0.0555555556 +20095200 15.0076079717 28.399421909 821.0504795042 0.0555555556 +20096100 15.0076079717 27.2885019587 753.6629453033 0.0555555556 +20097000 15.0076079717 26.7109111145 724.51564739 0.0555555556 +20097900 15.0076079717 26.0758165982 692.2694359129 0.0555555556 +20098800 15.0076079717 25.3877594955 657.0991729844 0.0555555556 +20099700 15.0076079717 25.012181683 638.6857148909 0.0555555556 +20100600 15.0076079717 24.1657162296 596.4349929396 0.0555555556 +20101500 15.0076079717 23.2817517965 551.7941838268 0.0555555556 +20102400 15.0076079717 22.3693096512 505.0578388241 0.0555555556 +20103300 15.0076079717 20.6537308126 405.7320877943 0.0555555556 +20104200 15.0076079717 19.6824064919 361.7360081657 0.0555555556 +20105100 15.0076079717 18.8441295511 316.9991181145 0.0555555556 +20106000 15.0076079717 18.1419409709 272.0353327044 0.0555555556 +20106900 15.0004480672 37.8753511115 187.6846491474 0 +20107800 15.0076079717 16.5505742256 149.8384505596 0.0555555556 +20108700 15.0004480672 30.8969591609 114.0460898865 0 +20109600 15.0076079717 16.1221228467 81.20982103 0.0555555556 +20110500 15.0004480672 15.9625 54.3775799152 0 +20111400 15.0004480672 15.6875 37.5627872266 0 +20112300 15.0004480672 15.4125 18.7747608545 0 +20113200 15.0004480672 15.1375 2.2080486922 0 +20114100 15.0004480672 14.925 0 0 +20115000 15.0004480672 14.775 0 0 +20115900 15.0004480672 14.625 0 0 +20116800 15.0004480672 14.475 0 0 +20117700 15.0004480672 14.4 0 0 +20118600 15.0004480672 14.4 0 0 +20119500 15.0004480672 14.4 0 0 +20120400 15.0004480672 14.4 0 0 +20121300 15.0004480672 14.3375 0 0 +20122200 15.0004480672 14.2125 0 0 +20123100 15.0004480672 14.0875 0 0 +20124000 15.0004480672 13.9625 0 0 +20124900 15.0004480672 13.825 0 0 +20125800 15.0004480672 13.675 0 0 +20126700 15.0004480672 13.525 0 0 +20127600 15.0004480672 13.375 0 0 +20128500 15.0004480672 13.3 0 0 +20129400 15.0004480672 13.3 0 0 +20130300 15.0004480672 13.3 0 0 +20131200 15.0004480672 13.3 0 0 +20132100 15.0004480672 13.2375 0 0 +20133000 15.0004480672 13.1125 0 0 +20133900 15.0004480672 12.9875 0 0 +20134800 15.0004480672 12.8625 0 0 +20135700 15.0004480672 12.725 0 0 +20136600 15.0004480672 12.575 0 0 +20137500 15.0004480672 12.425 0 0 +20138400 15.0004480672 12.275 0 0 +20139300 15.0004480672 12.2 0 0 +20140200 15.0004480672 12.2 0 0 +20141100 15.0004480672 12.2 0 0 +20142000 15.0004480672 12.2 0 0 +20142900 15.0004480672 12.2 0 0 +20143800 15.0004480672 12.2 0 0 +20144700 15.0004480672 12.2 0 0 +20145600 15.0004480672 12.2 0 0 +20146500 15.0004480672 12.1375 0 0 +20147400 15.0004480672 12.0125 0 0 +20148300 15.0004480672 11.8875 0 0 +20149200 15.0004480672 11.7625 0 0 +20150100 15.0004480672 11.8375 0 0 +20151000 15.0004480672 12.1125 0 0 +20151900 15.0004480672 12.3875 5.5179576093 0 +20152800 15.0004480672 12.6625 29.2283986727 0 +20153700 15.0004480672 12.9375 10.3421400825 0 +20154600 15.0004480672 15.939813356 15.1268192369 0 +20155500 15.0004480672 17.057875986 19.9883324731 0 +20156400 15.0004480672 18.1690248506 24.8420755463 0 +20157300 15.0076079717 16.1036049847 83.2790925169 0.0555555556 +20158200 15.0004480672 30.6275480266 96.4973356109 0 +20159100 15.0076079717 16.4948669917 109.4644029314 0.0555555556 +20160000 15.0004480672 35.0034661319 122.1206965168 0 +20160900 15.0076079717 19.7921309792 379.5226352498 0.0555555556 +20161800 15.0076079717 20.8007295077 423.6292494778 0.0555555556 +20162700 15.0076079717 21.6622409782 466.4636518508 0.0555555556 +20163600 15.0076079717 22.4725885458 507.6825167625 0.0555555556 +20164500 15.0076079717 24.8553320603 651.9761438569 0.0555555556 +20165400 15.0076079717 25.7582492669 696.73689037 0.0555555556 +20166300 15.0076079717 26.6100783661 738.5592239163 0.0555555556 +20167200 15.0076079717 27.4040859774 777.212794801 0.0555555556 +20168100 15.0076079717 28.4775696124 836.6358793165 0.0555555556 +20169000 15.0076079717 29.1629134606 869.264573008 0.0555555556 +20169900 15.0076079717 29.7739865934 898.0841204655 0.0555555556 +20170800 15.0076079717 30.3070801855 922.9545233009 0.0555555556 +20171700 15.0076079717 31.0203394385 962.3754715923 0.0555555556 +20172600 15.0076079717 31.3712408417 979.3315991642 0.0555555556 +20173500 15.0076079717 31.6353599018 991.9625476405 0.0555555556 +20174400 15.0076079717 31.8112089521 1000.2095701028 0.0555555556 +20175300 15.0076079717 31.9008518382 1004.0769357731 0.0555555556 +20176200 15.0076079717 31.9108686239 1003.4620792777 0.0555555556 +20177100 15.0076079717 31.8312812378 998.4102750045 0.0555555556 +20178000 15.0076079717 31.6626769318 988.9448794543 0.0555555556 +20178900 15.0076079717 31.2391256956 964.4722436684 0.0555555556 +20179800 15.0076079717 30.8771338172 946.5248614323 0.0555555556 +20180700 15.0076079717 30.4317865902 924.4021545172 0.0555555556 +20181600 15.0076079717 29.9057933961 898.2089884737 0.0555555556 +20182500 15.0076079717 27.5151307 762.474089921 0.0555555556 +20183400 15.0076079717 26.9234445341 732.8198298328 0.0555555556 +20184300 15.0076079717 26.2729411029 700.0162189684 0.0555555556 +20185200 15.0076079717 25.5682655417 664.2395061296 0.0555555556 +20186100 15.0076079717 21.8413593618 433.8679596609 0.0555555556 +20187000 15.0076079717 21.3324207638 406.4562788423 0.0555555556 +20187900 15.0076079717 20.8006874544 377.5371743276 0.0555555556 +20188800 15.0076079717 20.2512163282 347.303739955 0.0555555556 +20189700 15.0076079717 20.270728795 371.5615759574 0.0555555556 +20190600 15.0076079717 19.3522829367 331.171026207 0.0555555556 +20191500 15.0076079717 18.5574667282 290.1173094429 0.0555555556 +20192400 15.0076079717 17.8888187165 248.8729493004 0.0555555556 +20193300 15.0076079717 17.0571887891 162.8769299772 0.0555555556 +20194200 15.0004480672 35.6193563473 134.4182977669 0 +20195100 15.0076079717 16.4180834781 106.9517225865 0.0555555556 +20196000 15.0004480672 29.0897406423 80.8611923817 0 +20196900 15.0004480672 15.525 51.9869868492 0 +20197800 15.0004480672 15.375 35.9054377977 0 +20198700 15.0004480672 15.225 17.1393732589 0 +20199600 15.0004480672 15.075 1.4824971046 0 +20200500 15.0004480672 14.925 0 0 +20201400 15.0004480672 14.775 0 0 +20202300 15.0004480672 14.625 0 0 +20203200 15.0004480672 14.475 0 0 +20204100 15.0004480672 14.3375 0 0 +20205000 15.0004480672 14.2125 0 0 +20205900 15.0004480672 14.0875 0 0 +20206800 15.0004480672 13.9625 0 0 +20207700 15.0004480672 13.9 0 0 +20208600 15.0004480672 13.9 0 0 +20209500 15.0004480672 13.9 0 0 +20210400 15.0004480672 13.9 0 0 +20211300 15.0004480672 13.825 0 0 +20212200 15.0004480672 13.675 0 0 +20213100 15.0004480672 13.525 0 0 +20214000 15.0004480672 13.375 0 0 +20214900 15.0004480672 13.3 0 0 +20215800 15.0004480672 13.3 0 0 +20216700 15.0004480672 13.3 0 0 +20217600 15.0004480672 13.3 0 0 +20218500 15.0004480672 13.2375 0 0 +20219400 15.0004480672 13.1125 0 0 +20220300 15.0004480672 12.9875 0 0 +20221200 15.0004480672 12.8625 0 0 +20222100 15.0004480672 12.725 0 0 +20223000 15.0004480672 12.575 0 0 +20223900 15.0004480672 12.425 0 0 +20224800 15.0004480672 12.275 0 0 +20225700 15.0004480672 12.2 0 0 +20226600 15.0004480672 12.2 0 0 +20227500 15.0004480672 12.2 0 0 +20228400 15.0004480672 12.2 0 0 +20229300 15.0004480672 12.275 0 0 +20230200 15.0004480672 12.425 0 0 +20231100 15.0004480672 12.575 0 0 +20232000 15.0004480672 12.725 0 0 +20232900 15.0004480672 12.725 0 0 +20233800 15.0004480672 12.575 0 0 +20234700 15.0004480672 12.425 0 0 +20235600 15.0004480672 12.275 0 0 +20236500 15.0004480672 12.2 0 0 +20237400 15.0004480672 12.2 0 0 +20238300 15.0004480672 12.2 5.5216173508 0 +20239200 15.0004480672 12.2 33.2444697834 0 +20240100 15.0004480672 12.3375 24.5751369081 0 +20241000 15.0004480672 19.0696187039 36.2554490126 0 +20241900 15.0004480672 21.3435918176 48.0953597388 0 +20242800 15.0004480672 23.5838586365 59.9099466366 0 +20243700 15.0076079717 15.8893210556 71.6401887073 0.0555555556 +20244600 15.0004480672 27.9750685305 83.2306556214 0 +20245500 15.0076079717 16.2570498852 94.6216166875 0.0555555556 +20246400 15.0004480672 32.2242026584 105.7557202769 0 +20247300 15.0076079717 20.2514151168 417.859356105 0.0555555556 +20248200 15.0076079717 21.415946665 467.1537862722 0.0555555556 +20249100 15.0076079717 22.3882981601 514.9726062185 0.0555555556 +20250000 15.0076079717 23.3127252277 560.937161986 0.0555555556 +20250900 15.0076079717 24.1445186336 603.8521073797 0.0555555556 +20251800 15.0076079717 24.9506680423 644.7805151586 0.0555555556 +20252700 15.0076079717 25.7115214613 683.0502667435 0.0555555556 +20253600 15.0076079717 26.421043896 718.4424048947 0.0555555556 +20254500 15.0076079717 26.6390334748 731.6173746567 0.0555555556 +20255400 15.0076079717 27.194546981 759.6599163803 0.0555555556 +20256300 15.0076079717 27.6893254329 784.4386195091 0.0555555556 +20257200 15.0076079717 28.1202600113 805.8257178648 0.0555555556 +20258100 15.0076079717 29.5696966157 882.3342382686 0.0555555556 +20259000 15.0076079717 29.8937475088 897.7525936018 0.0555555556 +20259900 15.0076079717 30.1403290993 909.2218836075 0.0555555556 +20260800 15.0076079717 30.3080943072 916.6867922778 0.0555555556 +20261700 15.0076079717 28.6213378893 822.2612923196 0.0555555556 +20262600 15.0076079717 28.6310464987 821.7012414169 0.0555555556 +20263500 15.0076079717 28.5717228807 817.5487451559 0.0555555556 +20264400 15.0076079717 28.4438418791 809.8242376881 0.0555555556 +20265300 15.0076079717 28.6195830638 822.2908161352 0.0555555556 +20266200 15.0076079717 28.349699382 807.1175541774 0.0555555556 +20267100 15.0076079717 28.0133593734 788.4388796119 0.0555555556 +20268000 15.0076079717 27.6127952762 766.349065838 0.0555555556 +20268900 15.0076079717 27.0167157283 734.9345207912 0.0555555556 +20269800 15.0076079717 26.4636480058 706.6671809639 0.0555555556 +20270700 15.0076079717 25.8567531871 675.4170504413 0.0555555556 +20271600 15.0076079717 25.2002779563 641.3553625577 0.0555555556 +20272500 15.0076079717 22.7089239204 485.9587942724 0.0555555556 +20273400 15.0076079717 22.1208068337 454.8960931324 0.0555555556 +20274300 15.0076079717 21.5068886811 422.1270494003 0.0555555556 +20275200 15.0076079717 20.8730270047 387.8710528863 0.0555555556 +20276100 15.0076079717 19.4333437281 297.5849205613 0.0555555556 +20277000 15.0076079717 18.8073902972 267.6779830951 0.0555555556 +20277900 15.0076079717 18.2389128 237.2185393102 0.0555555556 +20278800 15.0076079717 17.7293651522 206.4996266493 0.0555555556 +20279700 15.0004480672 35.8141129441 141.312900481 0 +20280600 15.0076079717 16.4257281272 115.6794280352 0.0555555556 +20281500 15.0004480672 29.4063343783 91.0847130346 0 +20282400 15.0076079717 15.9569123735 67.8990056606 0.0555555556 +20283300 15.0004480672 15.525 25.238612644 0 +20284200 15.0004480672 15.375 16.2248386981 0 +20285100 15.0004480672 15.225 7.1733809516 0 +20286000 15.0004480672 15.075 0.3929843067 0 +20286900 15.0004480672 15.075 0 0 +20287800 15.0004480672 15.225 0 0 +20288700 15.0004480672 15.375 0 0 +20289600 15.0004480672 15.525 0 0 +20290500 15.0004480672 15.6 0 0 +20291400 15.0004480672 15.6 0 0 +20292300 15.0004480672 15.6 0 0 +20293200 15.0004480672 15.6 0 0 +20294100 15.0004480672 15.525 0 0 +20295000 15.0004480672 15.375 0 0 +20295900 15.0004480672 15.225 0 0 +20296800 15.0004480672 15.075 0 0 +20297700 15.0004480672 15 0 0 +20298600 15.0004480672 15 0 0 +20299500 15.0004480672 15 0 0 +20300400 15.0004480672 15 0 0 +20301300 15.0004480672 15 0 0 +20302200 15.0004480672 15 0 0 +20303100 15.0004480672 15 0 0 +20304000 15.0004480672 15 0 0 +20304900 15.0004480672 14.925 0 0 +20305800 15.0004480672 14.775 0 0 +20306700 15.0004480672 14.625 0 0 +20307600 15.0004480672 14.475 0 0 +20308500 15.0004480672 14.3375 0 0 +20309400 15.0004480672 14.2125 0 0 +20310300 15.0004480672 14.0875 0 0 +20311200 15.0004480672 13.9625 0 0 +20312100 15.0004480672 13.9 0 0 +20313000 15.0004480672 13.9 0 0 +20313900 15.0004480672 13.9 0 0 +20314800 15.0004480672 13.9 0 0 +20315700 15.0004480672 13.7625 0 0 +20316600 15.0004480672 13.4875 0 0 +20317500 15.0004480672 13.2125 0 0 +20318400 15.0004480672 12.9375 0 0 +20319300 15.0004480672 12.8625 0 0 +20320200 15.0004480672 12.9875 0 0 +20321100 15.0004480672 13.1125 0 0 +20322000 15.0004480672 13.2375 0 0 +20322900 15.0004480672 13.3 0 0 +20323800 15.0004480672 13.3 0 0 +20324700 15.0004480672 13.3 4.8979906849 0 +20325600 15.0004480672 13.3 33.9470886639 0 +20326500 15.0004480672 13.4375 33.0451403131 0 +20327400 15.0004480672 22.2697600123 48.4252813291 0 +20328300 15.0004480672 24.8830667399 66.8708617155 0 +20329200 15.0076079717 16.0307627825 86.0284333511 0.0555555556 +20330100 15.0004480672 35.955058228 156.9820757941 0 +20331000 15.0076079717 17.1730802199 189.791820616 0.0555555556 +20331900 15.0076079717 17.6550202556 223.1534169035 0.0555555556 +20332800 15.0076079717 18.2196095223 256.5986948035 0.0555555556 +20333700 15.0076079717 19.7791512791 356.7519415983 0.0555555556 +20334600 15.0076079717 20.6381373232 396.4548283939 0.0555555556 +20335500 15.0076079717 21.3643239297 434.9968110835 0.0555555556 +20336400 15.0076079717 22.0646817994 472.079992359 0.0555555556 +20337300 15.0076079717 23.258339542 543.4063168308 0.0555555556 +20338200 15.0076079717 23.9239324663 579.2095894163 0.0555555556 +20339100 15.0076079717 24.5514609508 612.7009396452 0.0555555556 +20340000 15.0076079717 25.1359810198 643.6850673908 0.0555555556 +20340900 15.0076079717 26.7114404839 735.2518280852 0.0555555556 +20341800 15.0076079717 27.2841786984 763.2809795047 0.0555555556 +20342700 15.0076079717 27.7964283736 788.0391640788 0.0555555556 +20343600 15.0076079717 28.2451221737 809.3986358469 0.0555555556 +20344500 15.0076079717 28.3752964164 817.5897240648 0.0555555556 +20345400 15.0076079717 28.6176281756 831.6203444728 0.0555555556 +20346300 15.0076079717 28.7920512976 842.0415056329 0.0555555556 +20347200 15.0076079717 28.8973830263 848.8015294201 0.0555555556 +20348100 15.0076079717 29.4648952429 880.1980479764 0.0555555556 +20349000 15.0076079717 29.474594645 879.5303247657 0.0555555556 +20349900 15.0076079717 29.4110020565 875.0201314991 0.0555555556 +20350800 15.0076079717 29.2746272408 866.6895844981 0.0555555556 +20351700 15.0076079717 28.9263950349 845.7292652814 0.0555555556 +20352600 15.0076079717 28.6489210841 830.0645295024 0.0555555556 +20353500 15.0076079717 28.303542833 810.7971476306 0.0555555556 +20354400 15.0076079717 27.8925436386 788.0241833906 0.0555555556 +20355300 15.0076079717 27.2195582025 749.3721890572 0.0555555556 +20356200 15.0076079717 26.6741647851 720.432644861 0.0555555556 +20357100 15.0076079717 26.073871285 688.4462495373 0.0555555556 +20358000 15.0076079717 25.4230177559 653.5876487606 0.0555555556 +20358900 15.0076079717 24.1482034887 577.5652105948 0.0555555556 +20359800 15.0076079717 23.4348101389 540.0653520069 0.0555555556 +20360700 15.0076079717 22.6902175609 500.5012941623 0.0555555556 +20361600 15.0076079717 21.9217323408 459.1379658739 0.0555555556 +20362500 15.0076079717 20.2054170846 353.5640596057 0.0555555556 +20363400 15.0076079717 19.4182570815 316.504330995 0.0555555556 +20364300 15.0076079717 18.7190693408 278.8195965103 0.0555555556 +20365200 15.0076079717 18.1096263305 240.9072776524 0.0555555556 +20366100 15.0076079717 17.0285820117 154.7485724314 0.0555555556 +20367000 15.0004480672 35.7098327987 127.0176291886 0 +20367900 15.0076079717 16.4306502571 100.2966113608 0.0555555556 +20368800 15.0004480672 29.6137125565 74.9470884599 0 +20369700 15.0004480672 17 40.1998630762 0 +20370600 15.0004480672 16.6 25.4096504524 0 +20371500 15.0004480672 16.2 10.4849358832 0 +20372400 15.0004480672 15.8 0.3086923358 0 +20373300 15.0004480672 15.525 0 0 +20374200 15.0004480672 15.375 0 0 +20375100 15.0004480672 15.225 0 0 +20376000 15.0004480672 15.075 0 0 +20376900 15.0004480672 14.925 0 0 +20377800 15.0004480672 14.775 0 0 +20378700 15.0004480672 14.625 0 0 +20379600 15.0004480672 14.475 0 0 +20380500 15.0004480672 14.3375 0 0 +20381400 15.0004480672 14.2125 0 0 +20382300 15.0004480672 14.0875 0 0 +20383200 15.0004480672 13.9625 0 0 +20384100 15.0004480672 13.9 0 0 +20385000 15.0004480672 13.9 0 0 +20385900 15.0004480672 13.9 0 0 +20386800 15.0004480672 13.9 0 0 +20387700 15.0004480672 13.9 0 0 +20388600 15.0004480672 13.9 0 0 +20389500 15.0004480672 13.9 0 0 +20390400 15.0004480672 13.9 0 0 +20391300 15.0004480672 13.9625 0 0 +20392200 15.0004480672 14.0875 0 0 +20393100 15.0004480672 14.2125 0 0 +20394000 15.0004480672 14.3375 0 0 +20394900 15.0004480672 14.3375 0 0 +20395800 15.0004480672 14.2125 0 0 +20396700 15.0004480672 14.0875 0 0 +20397600 15.0004480672 13.9625 0 0 +20398500 15.0004480672 13.9 0 0 +20399400 15.0004480672 13.9 0 0 +20400300 15.0004480672 13.9 0 0 +20401200 15.0004480672 13.9 0 0 +20402100 15.0004480672 13.9 0 0 +20403000 15.0004480672 13.9 0 0 +20403900 15.0004480672 13.9 0 0 +20404800 15.0004480672 13.9 0 0 +20405700 15.0004480672 13.9 0 0 +20406600 15.0004480672 13.9 0 0 +20407500 15.0004480672 13.9 0 0 +20408400 15.0004480672 13.9 0 0 +20409300 15.0004480672 13.9 0 0 +20410200 15.0004480672 13.9 0 0 +20411100 15.0004480672 13.9 1.5506198248 0 +20412000 15.0004480672 13.9 12.5748635748 0 +20412900 15.0004480672 13.825 26.1033411478 0 +20413800 15.0004480672 20.6522343923 39.222448401 0 +20414700 15.0004480672 22.7422002847 52.4424989419 0 +20415600 15.0004480672 24.7880800929 65.6141804685 0 +20416500 15.0076079717 16.0239473488 81.4621373341 0.0555555556 +20417400 15.0004480672 29.6934681817 94.8486541591 0 +20418300 15.0076079717 16.4228658098 107.9980905013 0.0555555556 +20419200 15.0004480672 34.2006821219 120.8451707296 0 +20420100 15.0076079717 17.1322171157 155.7118498578 0.0555555556 +20421000 15.0076079717 17.3346703584 169.6596050224 0.0555555556 +20421900 15.0076079717 17.5271480581 183.0423372745 0.0555555556 +20422800 15.0076079717 17.7107388754 195.800921724 0.0555555556 +20423700 15.0076079717 18.1317861803 224.5094087392 0.0555555556 +20424600 15.0076079717 18.3292370471 236.7497984359 0.0555555556 +20425500 15.0076079717 18.5145411392 248.1453573284 0.0555555556 +20426400 15.0076079717 18.6869730302 258.6465787528 0.0555555556 +20427300 15.0076079717 21.3549886941 429.0439478511 0.0555555556 +20428200 15.0076079717 21.6185479285 443.8959500758 0.0555555556 +20429100 15.0076079717 21.8539816606 457.0024275354 0.0555555556 +20430000 15.0076079717 22.060072074 468.2992112464 0.0555555556 +20430900 15.0076079717 25.0947321838 641.6406135398 0.0555555556 +20431800 15.0076079717 25.3218140606 652.3703314665 0.0555555556 +20432700 15.0076079717 25.4986563817 660.3261989157 0.0555555556 +20433600 15.0076079717 25.6244015598 665.4685016344 0.0555555556 +20434500 15.0076079717 29.6998710804 897.2395343229 0.0555555556 +20435400 15.0076079717 29.6947666696 896.4833784192 0.0555555556 +20436300 15.0076079717 29.6138040137 891.7930588506 0.0555555556 +20437200 15.0076079717 29.4575174438 883.1913601673 0.0555555556 +20438100 15.0076079717 27.7796065737 779.1081392935 0.0555555556 +20439000 15.0076079717 27.5195851688 764.5459683909 0.0555555556 +20439900 15.0076079717 27.1958618879 746.6500590519 0.0555555556 +20440800 15.0076079717 26.810592638 725.5103182516 0.0555555556 +20441700 15.0076079717 26.1425040221 683.5628132976 0.0555555556 +20442600 15.0076079717 25.6251124647 656.8340934873 0.0555555556 +20443500 15.0076079717 25.0558532209 627.2959209526 0.0555555556 +20444400 15.0076079717 24.4388757846 595.1086394549 0.0555555556 +20445300 15.0076079717 24.514962731 609.5319484918 0.0555555556 +20446200 15.0076079717 23.7196145809 569.217677108 0.0555555556 +20447100 15.0076079717 22.8900869877 526.6708442368 0.0555555556 +20448000 15.0076079717 22.0346472644 482.1750789125 0.0555555556 +20448900 15.0076079717 20.3142376236 380.9600930726 0.0555555556 +20449800 15.0076079717 19.4059639084 339.338420248 0.0555555556 +20450700 15.0076079717 18.6195218154 297.0352269515 0.0555555556 +20451600 15.0076079717 17.9569570948 254.5329559225 0.0555555556 +20452500 15.0004480672 36.1512126606 166.8993525682 0 +20453400 15.0076079717 16.4283000707 133.5148246349 0.0555555556 +20454300 15.0004480672 29.4373617084 101.8807956559 0 +20455200 15.0076079717 15.9819473502 72.6297775514 0.0555555556 +20456100 15.0004480672 15.3875 50.7102487762 0 +20457000 15.0004480672 14.9625 32.0757778122 0 +20457900 15.0004480672 14.5375 12.2231476849 0 +20458800 15.0004480672 14.1125 0.1087572113 0 +20459700 15.0004480672 13.9 0 0 +20460600 15.0004480672 13.9 0 0 +20461500 15.0004480672 13.9 0 0 +20462400 15.0004480672 13.9 0 0 +20463300 15.0004480672 13.9 0 0 +20464200 15.0004480672 13.9 0 0 +20465100 15.0004480672 13.9 0 0 +20466000 15.0004480672 13.9 0 0 +20466900 15.0004480672 13.9625 0 0 +20467800 15.0004480672 14.0875 0 0 +20468700 15.0004480672 14.2125 0 0 +20469600 15.0004480672 14.3375 0 0 +20470500 15.0004480672 14.3375 0 0 +20471400 15.0004480672 14.2125 0 0 +20472300 15.0004480672 14.0875 0 0 +20473200 15.0004480672 13.9625 0 0 +20474100 15.0004480672 13.825 0 0 +20475000 15.0004480672 13.675 0 0 +20475900 15.0004480672 13.525 0 0 +20476800 15.0004480672 13.375 0 0 +20477700 15.0004480672 13.3 0 0 +20478600 15.0004480672 13.3 0 0 +20479500 15.0004480672 13.3 0 0 +20480400 15.0004480672 13.3 0 0 +20481300 15.0004480672 13.3 0 0 +20482200 15.0004480672 13.3 0 0 +20483100 15.0004480672 13.3 0 0 +20484000 15.0004480672 13.3 0 0 +20484900 15.0004480672 13.3 0 0 +20485800 15.0004480672 13.3 0 0 +20486700 15.0004480672 13.3 0 0 +20487600 15.0004480672 13.3 0 0 +20488500 15.0004480672 13.2375 0 0 +20489400 15.0004480672 13.1125 0 0 +20490300 15.0004480672 12.9875 0 0 +20491200 15.0004480672 12.8625 0 0 +20492100 15.0004480672 12.8 0 0 +20493000 15.0004480672 12.8 0 0 +20493900 15.0004480672 12.8 0 0 +20494800 15.0004480672 12.8 0 0 +20495700 15.0004480672 12.8625 0 0 +20496600 15.0004480672 12.9875 0 0 +20497500 15.0004480672 13.1125 2.9719489684 0 +20498400 15.0004480672 13.2375 28.8103886806 0 +20499300 15.0004480672 13.3 19.2125854581 0 +20500200 15.0004480672 18.5005714507 29.1358636341 0 +20501100 15.0004480672 20.2033904566 39.2334817741 0 +20502000 15.0004480672 21.8826244272 49.3264511336 0 +20502900 15.0076079717 16.1116189811 87.7643854331 0.0555555556 +20503800 15.0004480672 30.8826145548 102.3281703015 0 +20504700 15.0076079717 16.543486 116.6353405169 0.0555555556 +20505600 15.0004480672 35.7210696462 130.6142254851 0 +20506500 15.0076079717 18.7668176922 281.018378726 0.0555555556 +20507400 15.0076079717 19.2913683435 309.5465768044 0.0555555556 +20508300 15.0076079717 19.7505152838 337.133043857 0.0555555556 +20509200 15.0076079717 20.1952914138 363.5973346993 0.0555555556 +20510100 15.0076079717 20.9778146627 412.3252008277 0.0555555556 +20511000 15.0076079717 21.418543457 437.7729681608 0.0555555556 +20511900 15.0076079717 21.8331468264 461.5488043927 0.0555555556 +20512800 15.0076079717 22.2187649861 483.5216628508 0.0555555556 +20513700 15.0076079717 26.3315283761 721.645383562 0.0555555556 +20514600 15.0076079717 26.894170603 749.2204898918 0.0555555556 +20515500 15.0076079717 27.3959826816 773.5549444735 0.0555555556 +20516400 15.0076079717 27.8339077656 794.5248142027 0.0555555556 +20517300 15.0076079717 29.4756567334 880.9959748255 0.0555555556 +20518200 15.0076079717 29.7879588659 896.2086475335 0.0555555556 +20519100 15.0076079717 30.0218030308 907.4649204913 0.0555555556 +20520000 15.0076079717 30.1758653913 914.7114907976 0.0555555556 +20520900 15.0076079717 30.5277661328 935.8571369804 0.0555555556 +20521800 15.0076079717 30.5313287982 934.9845478402 0.0555555556 +20522700 15.0076079717 30.4526451388 929.9795774375 0.0555555556 +20523600 15.0076079717 30.2922950548 920.8657912499 0.0555555556 +20524500 15.0076079717 30.8661164285 952.2362091202 0.0555555556 +20525400 15.0076079717 30.5033888531 934.1875516874 0.0555555556 +20526300 15.0076079717 30.0586911868 912.0165281895 0.0555555556 +20527200 15.0076079717 29.5347271443 885.8278758041 0.0555555556 +20528100 15.0076079717 28.5836635708 831.4895338471 0.0555555556 +20529000 15.0076079717 27.9256809148 798.5909717725 0.0555555556 +20529900 15.0076079717 27.2015493063 762.2114751183 0.0555555556 +20530800 15.0076079717 26.4164477093 722.5372279886 0.0555555556 +20531700 15.0076079717 25.184741429 651.7318364957 0.0555555556 +20532600 15.0076079717 24.3187190869 607.8698840813 0.0555555556 +20533500 15.0076079717 23.4138745627 561.5198365663 0.0555555556 +20534400 15.0076079717 22.4797145224 512.9794485684 0.0555555556 +20535300 15.0076079717 20.8522688144 424.8464768447 0.0555555556 +20536200 15.0076079717 19.7305195592 376.66523065 0.0555555556 +20537100 15.0076079717 18.7795346069 327.5842680053 0.0555555556 +20538000 15.0076079717 18.0021341252 278.1941084925 0.0555555556 +20538900 15.0004480672 34.7216757483 181.2809338827 0 +20539800 15.0076079717 16.2976990635 141.5467609809 0.0555555556 +20540700 15.0004480672 28.5204563177 104.1627746067 0 +20541600 15.0076079717 15.9659917684 70.1756447746 0.0555555556 +20542500 15.0004480672 16.4875 48.9231574737 0 +20543400 15.0004480672 16.0625 31.8291029695 0 +20544300 15.0004480672 15.6375 11.018594375 0 +20545200 15.0004480672 15.2125 0.0001756396 0 +20546100 15.0004480672 14.925 0 0 +20547000 15.0004480672 14.775 0 0 +20547900 15.0004480672 14.625 0 0 +20548800 15.0004480672 14.475 0 0 +20549700 15.0004480672 14.4 0 0 +20550600 15.0004480672 14.4 0 0 +20551500 15.0004480672 14.4 0 0 +20552400 15.0004480672 14.4 0 0 +20553300 15.0004480672 14.4 0 0 +20554200 15.0004480672 14.4 0 0 +20555100 15.0004480672 14.4 0 0 +20556000 15.0004480672 14.4 0 0 +20556900 15.0004480672 14.3375 0 0 +20557800 15.0004480672 14.2125 0 0 +20558700 15.0004480672 14.0875 0 0 +20559600 15.0004480672 13.9625 0 0 +20560500 15.0004480672 13.9 0 0 +20561400 15.0004480672 13.9 0 0 +20562300 15.0004480672 13.9 0 0 +20563200 15.0004480672 13.9 0 0 +20564100 15.0004480672 13.825 0 0 +20565000 15.0004480672 13.675 0 0 +20565900 15.0004480672 13.525 0 0 +20566800 15.0004480672 13.375 0 0 +20567700 15.0004480672 13.3 0 0 +20568600 15.0004480672 13.3 0 0 +20569500 15.0004480672 13.3 0 0 +20570400 15.0004480672 13.3 0 0 +20571300 15.0004480672 13.2375 0 0 +20572200 15.0004480672 13.1125 0 0 +20573100 15.0004480672 12.9875 0 0 +20574000 15.0004480672 12.8625 0 0 +20574900 15.0004480672 12.8 0 0 +20575800 15.0004480672 12.8 0 0 +20576700 15.0004480672 12.8 0 0 +20577600 15.0004480672 12.8 0 0 +20578500 15.0004480672 12.725 0 0 +20579400 15.0004480672 12.575 0 0 +20580300 15.0004480672 12.425 0 0 +20581200 15.0004480672 12.275 0 0 +20582100 15.0004480672 12.2 0 0 +20583000 15.0004480672 12.2 0 0 +20583900 15.0004480672 12.2 1.3675462215 0 +20584800 15.0004480672 12.2 16.289308028 0 +20585700 15.0004480672 12.3375 28.1400329334 0 +20586600 15.0004480672 20.1422892653 42.9770005903 0 +20587500 15.0004480672 22.6740839794 59.8885943734 0 +20588400 15.0076079717 15.8420048295 77.3401631237 0.0555555556 +20589300 15.0004480672 33.199649624 139.4643543522 0 +20590200 15.0076079717 16.8943852288 167.8079503827 0.0555555556 +20591100 15.0076079717 17.3111354696 196.4845377333 0.0555555556 +20592000 15.0076079717 17.788829786 225.1338122971 0.0555555556 +20592900 15.0076079717 19.6319377326 350.5926084688 0.0555555556 +20593800 15.0076079717 20.4131255261 388.9716173838 0.0555555556 +20594700 15.0076079717 21.0730722095 426.1821024425 0.0555555556 +20595600 15.0076079717 21.7157619849 461.9471326606 0.0555555556 +20596500 15.0076079717 23.9013387461 597.1252887776 0.0555555556 +20597400 15.0076079717 24.665090548 636.8880896573 0.0555555556 +20598300 15.0076079717 25.3852343452 674.0445885976 0.0555555556 +20599200 15.0076079717 26.0561778615 708.382492572 0.0555555556 +20600100 15.0076079717 27.2253563198 775.1996089665 0.0555555556 +20601000 15.0076079717 27.8096082936 804.7196638859 0.0555555556 +20601900 15.0076079717 28.3290195449 830.7583957342 0.0555555556 +20602800 15.0076079717 28.7803614855 853.18389622 0.0555555556 +20603700 15.0076079717 29.189683471 874.7628146864 0.0555555556 +20604600 15.0076079717 29.4972640303 889.6852074772 0.0555555556 +20605500 15.0076079717 29.7301312525 900.7074394235 0.0555555556 +20606400 15.0076079717 29.8870225902 907.7759463023 0.0555555556 +20607300 15.0076079717 30.2723092445 929.3976840854 0.0555555556 +20608200 15.0076079717 30.2654790867 928.4562066035 0.0555555556 +20609100 15.0076079717 30.1799392353 923.4328649307 0.0555555556 +20610000 15.0076079717 30.0162589395 914.3518701256 0.0555555556 +20610900 15.0076079717 29.8301541701 903.8106543543 0.0555555556 +20611800 15.0076079717 29.5100913346 886.7080389959 0.0555555556 +20612700 15.0076079717 29.1160181177 865.7254561876 0.0555555556 +20613600 15.0076079717 28.6504342755 840.9665798547 0.0555555556 +20614500 15.0076079717 27.6152094685 780.6327554804 0.0555555556 +20615400 15.0076079717 27.0201160407 749.9651714352 0.0555555556 +20616300 15.0076079717 26.3665603524 716.0884038391 0.0555555556 +20617200 15.0076079717 25.6591966732 679.1843615767 0.0555555556 +20618100 15.0076079717 24.2544156372 595.9673320175 0.0555555556 +20619000 15.0076079717 23.4947241277 556.5055338342 0.0555555556 +20619900 15.0076079717 22.7022558123 514.8750018334 0.0555555556 +20620800 15.0076079717 21.8849196392 471.3527409776 0.0555555556 +20621700 15.0076079717 20.1777742274 367.9868824159 0.0555555556 +20622600 15.0076079717 19.3368864988 327.9756929722 0.0555555556 +20623500 15.0076079717 18.6037650366 287.3123876058 0.0555555556 +20624400 15.0076079717 17.9799379843 246.4481208319 0.0555555556 +20625300 15.0004480672 37.2405691846 152.7366812332 0 +20626200 15.0076079717 16.5191989025 123.8550157419 0.0555555556 +20627100 15.0004480672 30.1422431917 96.1672317895 0 +20628000 15.0076079717 15.9881979702 70.0442584275 0.0555555556 +20628900 15.0004480672 15.3875 52.9326967604 0 +20629800 15.0004480672 14.9625 31.1986183653 0 +20630700 15.0004480672 14.5375 9.3632878262 0 +20631600 15.0004480672 14.1125 0 0 +20632500 15.0004480672 13.825 0 0 +20633400 15.0004480672 13.675 0 0 +20634300 15.0004480672 13.525 0 0 +20635200 15.0004480672 13.375 0 0 +20636100 15.0004480672 13.2375 0 0 +20637000 15.0004480672 13.1125 0 0 +20637900 15.0004480672 12.9875 0 0 +20638800 15.0004480672 12.8625 0 0 +20639700 15.0004480672 12.8625 0 0 +20640600 15.0004480672 12.9875 0 0 +20641500 15.0004480672 13.1125 0 0 +20642400 15.0004480672 13.2375 0 0 +20643300 15.0004480672 13.2375 0 0 +20644200 15.0004480672 13.1125 0 0 +20645100 15.0004480672 12.9875 0 0 +20646000 15.0004480672 12.8625 0 0 +20646900 15.0004480672 12.8 0 0 +20647800 15.0004480672 12.8 0 0 +20648700 15.0004480672 12.8 0 0 +20649600 15.0004480672 12.8 0 0 +20650500 15.0004480672 12.8 0 0 +20651400 15.0004480672 12.8 0 0 +20652300 15.0004480672 12.8 0 0 +20653200 15.0004480672 12.8 0 0 +20654100 15.0004480672 12.8625 0 0 +20655000 15.0004480672 12.9875 0 0 +20655900 15.0004480672 13.1125 0 0 +20656800 15.0004480672 13.2375 0 0 +20657700 15.0004480672 13.2375 0 0 +20658600 15.0004480672 13.1125 0 0 +20659500 15.0004480672 12.9875 0 0 +20660400 15.0004480672 12.8625 0 0 +20661300 15.0004480672 12.725 0 0 +20662200 15.0004480672 12.575 0 0 +20663100 15.0004480672 12.425 0 0 +20664000 15.0004480672 12.275 0 0 +20664900 15.0004480672 12.0625 0 0 +20665800 15.0004480672 11.7875 0 0 +20666700 15.0004480672 11.5125 0 0 +20667600 15.0004480672 11.2375 0 0 +20668500 15.0004480672 11.1 0 0 +20669400 15.0004480672 11.1 0 0 +20670300 15.0004480672 11.1 1.6470433682 0 +20671200 15.0004480672 11.1 24.5254259659 0 +20672100 15.0004480672 11.3125 32.8120450186 0 +20673000 15.0004480672 20.6223598831 51.0699332618 0 +20673900 15.0004480672 23.0475891171 77.3862099934 0 +20674800 15.0076079717 15.882327335 105.8988996743 0.0555555556 +20675700 15.0004480672 33.3952825381 160.7300459836 0 +20676600 15.0076079717 16.9977777164 196.6809805728 0.0555555556 +20677500 15.0076079717 17.542249156 233.2997964211 0.0555555556 +20678400 15.0076079717 18.1968083467 270.0193968954 0.0555555556 +20679300 15.0076079717 19.848797668 373.776245936 0.0555555556 +20680200 15.0076079717 20.8428577714 417.1360932055 0.0555555556 +20681100 15.0076079717 21.6593572802 459.1672391901 0.0555555556 +20682000 15.0076079717 22.4565556421 499.5439048909 0.0555555556 +20682900 15.0076079717 25.0844124665 659.9460635721 0.0555555556 +20683800 15.0076079717 25.9850682546 704.6800641171 0.0555555556 +20684700 15.0076079717 26.8334205602 746.4126356974 0.0555555556 +20685600 15.0076079717 27.6228954753 784.9203210237 0.0555555556 +20686500 15.0076079717 28.7893839028 850.7401818664 0.0555555556 +20687400 15.0076079717 29.4619954417 883.3780397435 0.0555555556 +20688300 15.0076079717 30.059079249 912.133616569 0.0555555556 +20689200 15.0076079717 30.5769938799 936.8699723408 0.0555555556 +20690100 15.0076079717 31.2376140149 973.0550646161 0.0555555556 +20691000 15.0076079717 31.5925481956 989.6871781857 0.0555555556 +20691900 15.0076079717 31.859830423 1001.9445890903 0.0555555556 +20692800 15.0076079717 32.0380342616 1009.7711316104 0.0555555556 +20693700 15.0076079717 32.1649014056 1015.8444789717 0.0555555556 +20694600 15.0076079717 32.16271316 1014.7195869338 0.0555555556 +20695500 15.0076079717 32.0701152644 1009.1061115813 0.0555555556 +20696400 15.0076079717 31.8877534344 999.0296527078 0.0555555556 +20697300 15.0076079717 31.4894117063 976.021817176 0.0555555556 +20698200 15.0076079717 31.1133728279 957.3378866373 0.0555555556 +20699100 15.0076079717 30.6531816028 934.426655203 0.0555555556 +20700000 15.0076079717 30.1116177232 907.3950121629 0.0555555556 +20700900 15.0076079717 29.2178085776 857.3956521384 0.0555555556 +20701800 15.0076079717 28.5136162516 823.2589667145 0.0555555556 +20702700 15.0076079717 27.7409809631 785.5239913267 0.0555555556 +20703600 15.0076079717 26.9052520857 744.3808065187 0.0555555556 +20704500 15.0076079717 25.5690029002 667.7911207496 0.0555555556 +20705400 15.0076079717 24.6746945193 622.5626827604 0.0555555556 +20706300 15.0076079717 23.7404654881 574.7643044018 0.0555555556 +20707200 15.0076079717 22.7761414897 524.6987781156 0.0555555556 +20708100 15.0076079717 21.0769248918 432.797132065 0.0555555556 +20709000 15.0076079717 19.9026558196 383.2856713582 0.0555555556 +20709900 15.0076079717 18.9054972996 332.8285399939 0.0555555556 +20710800 15.0076079717 18.0878758388 282.0355278766 0.0555555556 +20711700 15.0004480672 35.2318409867 183.7127337313 0 +20712600 15.0076079717 16.3086646787 142.7853093746 0.0555555556 +20713500 15.0004480672 28.3123837126 104.2899471657 0 +20714400 15.0076079717 15.9183217998 69.2704555695 0.0555555556 +20715300 15.0004480672 15.8875 47.3922582386 0 +20716200 15.0004480672 15.4625 28.7293166722 0 +20717100 15.0004480672 15.0375 7.628319778 0 +20718000 15.0004480672 14.6125 0 0 +20718900 15.0004480672 14.3375 0 0 +20719800 15.0004480672 14.2125 0 0 +20720700 15.0004480672 14.0875 0 0 +20721600 15.0004480672 13.9625 0 0 +20722500 15.0004480672 13.825 0 0 +20723400 15.0004480672 13.675 0 0 +20724300 15.0004480672 13.525 0 0 +20725200 15.0004480672 13.375 0 0 +20726100 15.0004480672 13.2375 0 0 +20727000 15.0004480672 13.1125 0 0 +20727900 15.0004480672 12.9875 0 0 +20728800 15.0004480672 12.8625 0 0 +20729700 15.0004480672 12.8 0 0 +20730600 15.0004480672 12.8 0 0 +20731500 15.0004480672 12.8 0 0 +20732400 15.0004480672 12.8 0 0 +20733300 15.0004480672 12.8 0 0 +20734200 15.0004480672 12.8 0 0 +20735100 15.0004480672 12.8 0 0 +20736000 15.0004480672 12.8 0 0 +20736900 15.0004480672 12.725 0 0 +20737800 15.0004480672 12.575 0 0 +20738700 15.0004480672 12.425 0 0 +20739600 15.0004480672 12.275 0 0 +20740500 15.0004480672 12.2 0 0 +20741400 15.0004480672 12.2 0 0 +20742300 15.0004480672 12.2 0 0 +20743200 15.0004480672 12.2 0 0 +20744100 15.0004480672 12.2 0 0 +20745000 15.0004480672 12.2 0 0 +20745900 15.0004480672 12.2 0 0 +20746800 15.0004480672 12.2 0 0 +20747700 15.0004480672 12.2 0 0 +20748600 15.0004480672 12.2 0 0 +20749500 15.0004480672 12.2 0 0 +20750400 15.0004480672 12.2 0 0 +20751300 15.0004480672 12.2 0 0 +20752200 15.0004480672 12.2 0 0 +20753100 15.0004480672 12.2 0 0 +20754000 15.0004480672 12.2 0 0 +20754900 15.0004480672 12.2 0 0 +20755800 15.0004480672 12.2 0 0 +20756700 15.0004480672 12.2 1.315643754 0 +20757600 15.0004480672 12.2 26.7219475566 0 +20758500 15.0004480672 12.3375 28.9874993043 0 +20759400 15.0004480672 20.5105442679 45.9193024985 0 +20760300 15.0004480672 22.8786275639 67.7538059484 0 +20761200 15.0076079717 15.8528294548 91.0204263525 0.0555555556 +20762100 15.0004480672 35.5515089094 158.6136918029 0 +20763000 15.0076079717 17.1731484771 191.6825907376 0.0555555556 +20763900 15.0076079717 17.6705856517 225.1553362208 0.0555555556 +20764800 15.0076079717 18.2427031671 258.5965182927 0.0555555556 +20765700 15.0076079717 19.1730705836 312.1194912081 0.0555555556 +20766600 15.0076079717 19.9034744691 346.5999885974 0.0555555556 +20767500 15.0076079717 20.5259473474 380.020590786 0.0555555556 +20768400 15.0076079717 21.1326130682 412.1321867352 0.0555555556 +20769300 15.0076079717 23.0549054599 534.3945872268 0.0555555556 +20770200 15.0076079717 23.7024900427 569.1688198346 0.0555555556 +20771100 15.0076079717 24.3126776168 601.6539684881 0.0555555556 +20772000 15.0076079717 24.8808945818 631.6648794706 0.0555555556 +20772900 15.0076079717 25.2934406471 650.1546408768 0.0555555556 +20773800 15.0076079717 25.7542270173 674.4938108136 0.0555555556 +20774700 15.0076079717 26.162716774 695.9482392175 0.0555555556 +20775600 15.0076079717 26.5163380465 714.407876755 0.0555555556 +20776500 15.0076079717 20.4285942125 336.5335066558 0.0555555556 +20777400 15.0076079717 20.4940821186 341.9641653747 0.0555555556 +20778300 15.0076079717 20.5342187605 345.9597970243 0.0555555556 +20779200 15.0076079717 20.5485960891 348.5007314664 0.0555555556 +20780100 15.0076079717 23.344613446 541.1647904045 0.0555555556 +20781000 15.0076079717 23.3228874857 540.5586203523 0.0555555556 +20781900 15.0076079717 23.2634240271 537.7164458074 0.0555555556 +20782800 15.0076079717 23.1664872725 532.6519161156 0.0555555556 +20783700 15.0076079717 17.7680768549 188.0364239649 0.0555555556 +20784600 15.0076079717 17.7142504244 184.9459519584 0.0555555556 +20785500 15.0076079717 17.6504397572 181.1579690073 0.0555555556 +20786400 15.0076079717 17.5768786072 176.6887460752 0.0555555556 +20787300 15.0076079717 18.8793453703 268.649170747 0.0555555556 +20788200 15.0076079717 18.7252846813 259.5738276552 0.0555555556 +20789100 15.0076079717 18.5572698968 249.5321512575 0.0555555556 +20790000 15.0076079717 18.3759424964 238.567755193 0.0555555556 +20790900 15.0004480672 37.2816281539 134.6261737052 0 +20791800 15.0076079717 16.7914014281 127.049580913 0.0555555556 +20792700 15.0004480672 35.0613986995 119.0165522984 0 +20793600 15.0076079717 16.5743127632 110.5633753795 0.0555555556 +20794500 15.0076079717 17.3512452641 164.4087604514 0.0555555556 +20795400 15.0076079717 17.1548414415 149.5947198421 0.0555555556 +20796300 15.0004480672 38.1644606426 134.2982452973 0 +20797200 15.0076079717 16.7507235157 118.5919521822 0.0555555556 +20798100 15.0004480672 27.606607101 71.9458620095 0 +20799000 15.0076079717 15.8591446709 59.7562482525 0.0555555556 +20799900 15.0004480672 23.7154477169 47.67986904 0 +20800800 15.0004480672 21.8281501563 35.7955381011 0 +20801700 15.0004480672 15.525 37.7947061454 0 +20802600 15.0004480672 15.375 20.8775523983 0 +20803500 15.0004480672 15.225 4.5610291696 0 +20804400 15.0004480672 15.075 0 0 +20805300 15.0004480672 14.925 0 0 +20806200 15.0004480672 14.775 0 0 +20807100 15.0004480672 14.625 0 0 +20808000 15.0004480672 14.475 0 0 +20808900 15.0004480672 14.4 0 0 +20809800 15.0004480672 14.4 0 0 +20810700 15.0004480672 14.4 0 0 +20811600 15.0004480672 14.4 0 0 +20812500 15.0004480672 14.4 0 0 +20813400 15.0004480672 14.4 0 0 +20814300 15.0004480672 14.4 0 0 +20815200 15.0004480672 14.4 0 0 +20816100 15.0004480672 14.3375 0 0 +20817000 15.0004480672 14.2125 0 0 +20817900 15.0004480672 14.0875 0 0 +20818800 15.0004480672 13.9625 0 0 +20819700 15.0004480672 13.9625 0 0 +20820600 15.0004480672 14.0875 0 0 +20821500 15.0004480672 14.2125 0 0 +20822400 15.0004480672 14.3375 0 0 +20823300 15.0004480672 14.4 0 0 +20824200 15.0004480672 14.4 0 0 +20825100 15.0004480672 14.4 0 0 +20826000 15.0004480672 14.4 0 0 +20826900 15.0004480672 14.4 0 0 +20827800 15.0004480672 14.4 0 0 +20828700 15.0004480672 14.4 0 0 +20829600 15.0004480672 14.4 0 0 +20830500 15.0004480672 14.4 0 0 +20831400 15.0004480672 14.4 0 0 +20832300 15.0004480672 14.4 0 0 +20833200 15.0004480672 14.4 0 0 +20834100 15.0004480672 14.4 0 0 +20835000 15.0004480672 14.4 0 0 +20835900 15.0004480672 14.4 0 0 +20836800 15.0004480672 14.4 0 0 +20837700 15.0004480672 14.475 0 0 +20838600 15.0004480672 14.625 0 0 +20839500 15.0004480672 14.775 0 0 +20840400 15.0004480672 14.925 0 0 +20841300 15.0004480672 15 0 0 +20842200 15.0004480672 15 0 0 +20843100 15.0004480672 15 0.5786601575 0 +20844000 15.0004480672 15 17.0037233951 0 +20844900 15.0004480672 15.1375 33.3270214717 0 +20845800 15.0004480672 24.6711393591 53.0237414709 0 +20846700 15.0076079717 16.0642026518 73.9614581756 0.0555555556 +20847600 15.0004480672 31.3770078345 95.236863414 0 +20848500 15.0076079717 16.9988728726 167.6641840019 0.0555555556 +20849400 15.0076079717 17.4549104431 203.8621477494 0.0555555556 +20850300 15.0076079717 17.9977281117 240.5794594626 0.0555555556 +20851200 15.0076079717 18.6336483967 277.3023539047 0.0555555556 +20852100 15.0076079717 19.0484724463 283.5446344897 0.0555555556 +20853000 15.0076079717 19.6933850798 314.3590619377 0.0555555556 +20853900 15.0076079717 20.2523706173 344.2040919714 0.0555555556 +20854800 15.0076079717 20.7966725979 372.8638757417 0.0555555556 +20855700 15.0076079717 23.262779397 528.7116977272 0.0555555556 +20856600 15.0076079717 23.9175977839 563.5528554865 0.0555555556 +20857500 15.0076079717 24.5340958817 596.0900841602 0.0555555556 +20858400 15.0076079717 25.107498789 626.1383986209 0.0555555556 +20859300 15.0076079717 26.671486878 714.4276726533 0.0555555556 +20860200 15.0076079717 27.2310718647 741.4820050643 0.0555555556 +20861100 15.0076079717 27.7301461948 765.3133435524 0.0555555556 +20862000 15.0076079717 28.1657493598 785.8018394963 0.0555555556 +20862900 15.0076079717 28.2470009262 792.1015790816 0.0555555556 +20863800 15.0076079717 28.5582569862 805.3623725078 0.0555555556 +20864700 15.0076079717 28.8024614895 815.0981148718 0.0555555556 +20865600 15.0076079717 28.9785150344 821.2613226957 0.0555555556 +20866500 15.0076079717 26.4020181654 670.4833123712 0.0555555556 +20867400 15.0076079717 26.3562041272 669.6371976777 0.0555555556 +20868300 15.0076079717 26.2570392222 665.8937463828 0.0555555556 +20869200 15.0076079717 26.1049267529 659.2713432612 0.0555555556 +20870100 15.0076079717 26.678193998 694.2939025383 0.0555555556 +20871000 15.0076079717 26.4335827631 681.1104522468 0.0555555556 +20871900 15.0076079717 26.1348837066 664.9842294296 0.0555555556 +20872800 15.0076079717 25.7839443643 645.9963087786 0.0555555556 +20873700 15.0076079717 23.9104086466 538.4314051816 0.0555555556 +20874600 15.0076079717 23.5174816302 517.8214170836 0.0555555556 +20875500 15.0076079717 23.0882272101 495.0782259948 0.0555555556 +20876400 15.0076079717 22.6253875 470.3236204072 0.0555555556 +20877300 15.0076079717 23.1455692497 506.6519033474 0.0555555556 +20878200 15.0076079717 22.5219885887 473.3199632103 0.0555555556 +20879100 15.0076079717 21.8715573974 438.1771022264 0.0555555556 +20880000 15.0076079717 21.2004853905 401.454121745 0.0555555556 +20880900 15.0076079717 19.337750045 278.6437124392 0.0555555556 +20881800 15.0076079717 18.781824579 249.6054395407 0.0555555556 +20882700 15.0076079717 18.2779175465 220.0218643301 0.0555555556 +20883600 15.0076079717 17.8268468163 190.1703731152 0.0555555556 +20884500 15.0004480672 39.1936983943 136.9823373745 0 +20885400 15.0076079717 16.6324408442 110.565208794 0.0555555556 +20886300 15.0004480672 31.55281846 85.1818793548 0 +20887200 15.0076079717 16.0542462818 61.1005409496 0.0555555556 +20888100 15.0004480672 17.6625 37.8264486965 0 +20889000 15.0004480672 17.3875 20.2143015138 0 +20889900 15.0004480672 17.1125 3.627862388 0 +20890800 15.0004480672 16.8375 0 0 +20891700 15.0004480672 16.625 0 0 +20892600 15.0004480672 16.475 0 0 +20893500 15.0004480672 16.325 0 0 +20894400 15.0004480672 16.175 0 0 +20895300 15.0004480672 15.9625 0 0 +20896200 15.0004480672 15.6875 0 0 +20897100 15.0004480672 15.4125 0 0 +20898000 15.0004480672 15.1375 0 0 +20898900 15.0004480672 15 0 0 +20899800 15.0004480672 15 0 0 +20900700 15.0004480672 15 0 0 +20901600 15.0004480672 15 0 0 +20902500 15.0004480672 14.8625 0 0 +20903400 15.0004480672 14.5875 0 0 +20904300 15.0004480672 14.3125 0 0 +20905200 15.0004480672 14.0375 0 0 +20906100 15.0004480672 13.9 0 0 +20907000 15.0004480672 13.9 0 0 +20907900 15.0004480672 13.9 0 0 +20908800 15.0004480672 13.9 0 0 +20909700 15.0004480672 13.9 0 0 +20910600 15.0004480672 13.9 0 0 +20911500 15.0004480672 13.9 0 0 +20912400 15.0004480672 13.9 0 0 +20913300 15.0004480672 13.7625 0 0 +20914200 15.0004480672 13.4875 0 0 +20915100 15.0004480672 13.2125 0 0 +20916000 15.0004480672 12.9375 0 0 +20916900 15.0004480672 12.8 0 0 +20917800 15.0004480672 12.8 0 0 +20918700 15.0004480672 12.8 0 0 +20919600 15.0004480672 12.8 0 0 +20920500 15.0004480672 12.8 0 0 +20921400 15.0004480672 12.8 0 0 +20922300 15.0004480672 12.8 0 0 +20923200 15.0004480672 12.8 0 0 +20924100 15.0004480672 12.8 0 0 +20925000 15.0004480672 12.8 0 0 +20925900 15.0004480672 12.8 0 0 +20926800 15.0004480672 12.8 0 0 +20927700 15.0004480672 12.725 0 0 +20928600 15.0004480672 12.575 0 0 +20929500 15.0004480672 12.425 0.4170972907 0 +20930400 15.0004480672 12.275 20.1684667365 0 +20931300 15.0004480672 12.475 29.0571852563 0 +20932200 15.0004480672 21.2139841085 48.5980981832 0 +20933100 15.0004480672 23.9215867289 73.9731843228 0 +20934000 15.0076079717 15.9670505043 101.2197126204 0.0555555556 +20934900 15.0004480672 35.8579837457 179.0408757585 0 +20935800 15.0076079717 17.2730237604 221.1145994767 0.0555555556 +20936700 15.0076079717 17.9241179393 263.9212652708 0.0555555556 +20937600 15.0076079717 18.7207035932 306.7513667497 0.0555555556 +20938500 15.0076079717 20.2858920686 394.2018923779 0.0555555556 +20939400 15.0076079717 21.3504357177 440.4207635037 0.0555555556 +20940300 15.0076079717 22.2337610394 485.1360273344 0.0555555556 +20941200 15.0076079717 23.0952508176 528.0118684186 0.0555555556 +20942100 15.0076079717 25.0353093578 645.6988450898 0.0555555556 +20943000 15.0076079717 25.8949499175 689.0517938338 0.0555555556 +20943900 15.0076079717 26.7041935835 729.4816233574 0.0555555556 +20944800 15.0076079717 27.4568091797 766.7700434849 0.0555555556 +20945700 15.0076079717 28.0598415095 799.7346045928 0.0555555556 +20946600 15.0076079717 28.6838556121 830.0836423448 0.0555555556 +20947500 15.0076079717 29.2385401106 856.7959365056 0.0555555556 +20948400 15.0076079717 29.7205594562 879.7409794026 0.0555555556 +20949300 15.0076079717 28.8626303512 830.4123157496 0.0555555556 +20950200 15.0076079717 29.1895367423 844.2966353312 0.0555555556 +20951100 15.0076079717 29.4449563619 854.4674417429 0.0555555556 +20952000 15.0076079717 29.6277310842 860.8756982171 0.0555555556 +20952900 15.0076079717 31.1246068694 931.9317162012 0.0555555556 +20953800 15.0076079717 31.1486125356 930.6398082082 0.0555555556 +20954700 15.0076079717 31.0899498787 925.2252542688 0.0555555556 +20955600 15.0076079717 30.949243007 915.7130781593 0.0555555556 +20956500 15.0076079717 30.3794253138 888.2544071244 0.0555555556 +20957400 15.0076079717 29.9788440503 870.9828429349 0.0555555556 +20958300 15.0076079717 29.5028544713 849.8685888875 0.0555555556 +20959200 15.0076079717 28.9540066666 825.0129369398 0.0555555556 +20960100 15.0076079717 28.7082403414 813.9832979949 0.0555555556 +20961000 15.0076079717 28.0317220761 781.2607767948 0.0555555556 +20961900 15.0076079717 27.2911330498 745.1300030907 0.0555555556 +20962800 15.0076079717 26.4915715611 705.7754401532 0.0555555556 +20963700 15.0076079717 24.8850852623 612.4619426293 0.0555555556 +20964600 15.0076079717 24.0807822059 570.7794465018 0.0555555556 +20965500 15.0076079717 23.2414751126 526.7896618907 0.0555555556 +20966400 15.0076079717 22.3759813146 480.7779884498 0.0555555556 +20967300 15.0076079717 20.4529401705 365.1227099291 0.0555555556 +20968200 15.0076079717 19.52320896 323.5196601005 0.0555555556 +20969100 15.0076079717 18.7275821471 281.231091845 0.0555555556 +20970000 15.0076079717 18.0668746662 238.756210341 0.0555555556 +20970900 15.0076079717 17.0741969746 150.042843373 0.0555555556 +20971800 15.0004480672 36.2415052665 119.694652385 0 +20972700 15.0076079717 16.4204041957 90.7544042733 0.0555555556 +20973600 15.0004480672 29.412722234 63.5680924584 0 +20974500 15.0004480672 18.625 53.9227610352 0 +20975400 15.0004480672 18.075 27.6061953676 0 +20976300 15.0004480672 17.525 3.904506586 0 +20977200 15.0004480672 16.975 0 0 +20978100 15.0004480672 16.7 0 0 +20979000 15.0004480672 16.7 0 0 +20979900 15.0004480672 16.7 0 0 +20980800 15.0004480672 16.7 0 0 +20981700 15.0004480672 16.7 0 0 +20982600 15.0004480672 16.7 0 0 +20983500 15.0004480672 16.7 0 0 +20984400 15.0004480672 16.7 0 0 +20985300 15.0004480672 16.65 0 0 +20986200 15.0004480672 16.55 0 0 +20987100 15.0004480672 16.45 0 0 +20988000 15.0004480672 16.35 0 0 +20988900 15.0004480672 16.25 0 0 +20989800 15.0004480672 16.15 0 0 +20990700 15.0004480672 16.05 0 0 +20991600 15.0004480672 15.95 0 0 +20992500 15.0004480672 15.85 0 0 +20993400 15.0004480672 15.75 0 0 +20994300 15.0004480672 15.65 0 0 +20995200 15.0004480672 15.55 0 0 +20996100 15.0004480672 15.45 0 0 +20997000 15.0004480672 15.35 0 0 +20997900 15.0004480672 15.25 0 0 +20998800 15.0004480672 15.15 0 0 +20999700 15.0004480672 15.05 0 0 +21000600 15.0004480672 14.95 0 0 +21001500 15.0004480672 14.85 0 0 +21002400 15.0004480672 14.75 0 0 +21003300 15.0004480672 14.65 0 0 +21004200 15.0004480672 14.55 0 0 +21005100 15.0004480672 14.45 0 0 +21006000 15.0004480672 14.35 0 0 +21006900 15.0004480672 14.25 0 0 +21007800 15.0004480672 14.15 0 0 +21008700 15.0004480672 14.05 0 0 +21009600 15.0004480672 13.95 0 0 +21010500 15.0004480672 13.9 0 0 +21011400 15.0004480672 13.9 0 0 +21012300 15.0004480672 13.9 0 0 +21013200 15.0004480672 13.9 0 0 +21014100 15.0004480672 13.9625 0 0 +21015000 15.0004480672 14.0875 0 0 +21015900 15.0004480672 14.2125 0.0363873697 0 +21016800 15.0004480672 14.3375 3.4949834802 0 +21017700 15.0004480672 14.475 27.6600477547 0 +21018600 15.0004480672 22.5396415219 45.1963651944 0 +21019500 15.0076079717 15.8566499236 63.4114082502 0.0555555556 +21020400 15.0004480672 28.4385985981 81.8097895177 0 +21021300 15.0076079717 17.0336893846 151.1260510188 0.0555555556 +21022200 15.0076079717 17.4338199431 179.3217603698 0.0555555556 +21023100 15.0076079717 17.852395336 207.3266486852 0.0555555556 +21024000 15.0076079717 18.2901354567 234.9205924118 0.0555555556 +21024900 15.0076079717 19.9950412853 369.8592799559 0.0555555556 +21025800 15.0076079717 20.8894027795 411.9890521791 0.0555555556 +21026700 15.0076079717 21.6523041317 452.7832322885 0.0555555556 +21027600 15.0076079717 22.3956062377 491.9363768694 0.0555555556 +21028500 15.0076079717 23.8753471478 584.434856247 0.0555555556 +21029400 15.0076079717 24.5862895422 622.7560783559 0.0555555556 +21030300 15.0076079717 25.2550257177 658.5193010439 0.0555555556 +21031200 15.0076079717 25.8764532192 691.5239608146 0.0555555556 +21032100 15.0076079717 27.3880324347 772.4396398951 0.0555555556 +21033000 15.0076079717 27.9776269212 801.5795055697 0.0555555556 +21033900 15.0076079717 28.5015661257 827.2200057371 0.0555555556 +21034800 15.0076079717 28.9566941049 849.2341463377 0.0555555556 +21035700 15.0076079717 29.7823947303 894.1018074818 0.0555555556 +21036600 15.0076079717 30.0725792565 909.0136156218 0.0555555556 +21037500 15.0076079717 30.2849090781 919.911616716 0.0555555556 +21038400 15.0076079717 30.4181376215 926.7442146048 0.0555555556 +21039300 15.0076079717 29.9064053898 895.4714746121 0.0555555556 +21040200 15.0076079717 29.8712018825 894.1464265069 0.0555555556 +21041100 15.0076079717 29.7589661702 888.8680032362 0.0555555556 +21042000 15.0076079717 29.5702975962 879.6611830175 0.0555555556 +21042900 15.0076079717 29.7925196669 894.433425779 0.0555555556 +21043800 15.0076079717 29.4400799173 876.9615593303 0.0555555556 +21044700 15.0076079717 29.0129685486 855.6241418649 0.0555555556 +21045600 15.0076079717 28.5137378564 830.524028878 0.0555555556 +21046500 15.0076079717 28.0019415936 802.4405249102 0.0555555556 +21047400 15.0076079717 27.3734184431 770.1316853113 0.0555555556 +21048300 15.0076079717 26.6831138152 734.478021158 0.0555555556 +21049200 15.0076079717 25.9359884713 695.6645041877 0.0555555556 +21050100 15.0076079717 24.5090083464 610.9212732473 0.0555555556 +21051000 15.0076079717 23.7130365948 569.282574123 0.0555555556 +21051900 15.0076079717 22.8825750419 525.3520706238 0.0555555556 +21052800 15.0076079717 22.026313216 479.4151727896 0.0555555556 +21053700 15.0076079717 20.2595572053 374.3580208823 0.0555555556 +21054600 15.0076079717 19.3225050338 331.7067720665 0.0555555556 +21055500 15.0076079717 18.5167771198 288.3543108132 0.0555555556 +21056400 15.0076079717 17.8430032063 244.8063815399 0.0555555556 +21057300 15.0004480672 34.7641143028 145.6071066828 0 +21058200 15.0076079717 16.3192976042 115.1873013216 0.0555555556 +21059100 15.0004480672 28.2029137351 86.3038760955 0 +21060000 15.0076079717 15.851495577 59.3120259707 0.0555555556 +21060900 15.0004480672 15.9625 24.303406868 0 +21061800 15.0004480672 15.6875 11.8429046091 0 +21062700 15.0004480672 15.4125 1.2400046695 0 +21063600 15.0004480672 15.1375 0 0 +21064500 15.0004480672 15 0 0 +21065400 15.0004480672 15 0 0 +21066300 15.0004480672 15 0 0 +21067200 15.0004480672 15 0 0 +21068100 15.0004480672 14.925 0 0 +21069000 15.0004480672 14.775 0 0 +21069900 15.0004480672 14.625 0 0 +21070800 15.0004480672 14.475 0 0 +21071700 15.0004480672 14.4 0 0 +21072600 15.0004480672 14.4 0 0 +21073500 15.0004480672 14.4 0 0 +21074400 15.0004480672 14.4 0 0 +21075300 15.0004480672 14.4 0 0 +21076200 15.0004480672 14.4 0 0 +21077100 15.0004480672 14.4 0 0 +21078000 15.0004480672 14.4 0 0 +21078900 15.0004480672 14.4 0 0 +21079800 15.0004480672 14.4 0 0 +21080700 15.0004480672 14.4 0 0 +21081600 15.0004480672 14.4 0 0 +21082500 15.0004480672 14.4 0 0 +21083400 15.0004480672 14.4 0 0 +21084300 15.0004480672 14.4 0 0 +21085200 15.0004480672 14.4 0 0 +21086100 15.0004480672 14.2625 0 0 +21087000 15.0004480672 13.9875 0 0 +21087900 15.0004480672 13.7125 0 0 +21088800 15.0004480672 13.4375 0 0 +21089700 15.0004480672 13.3 0 0 +21090600 15.0004480672 13.3 0 0 +21091500 15.0004480672 13.3 0 0 +21092400 15.0004480672 13.3 0 0 +21093300 15.0004480672 13.375 0 0 +21094200 15.0004480672 13.525 0 0 +21095100 15.0004480672 13.675 0 0 +21096000 15.0004480672 13.825 0 0 +21096900 15.0004480672 13.7625 0 0 +21097800 15.0004480672 13.4875 0 0 +21098700 15.0004480672 13.2125 0 0 +21099600 15.0004480672 12.9375 0 0 +21100500 15.0004480672 12.8625 0 0 +21101400 15.0004480672 12.9875 0 0 +21102300 15.0004480672 13.1125 0.0061103279 0 +21103200 15.0004480672 13.2375 3.2648190673 0 +21104100 15.0004480672 13.375 31.1273249425 0 +21105000 15.0004480672 22.5371990418 52.3156576801 0 +21105900 15.0076079717 15.8892595241 75.2944565973 0.0555555556 +21106800 15.0004480672 29.0759974903 98.9240993095 0 +21107700 15.0076079717 16.6983481821 152.5643579333 0.0555555556 +21108600 15.0076079717 17.1154594872 185.112262834 0.0555555556 +21109500 15.0076079717 17.6026058927 218.0028779295 0.0555555556 +21110400 15.0076079717 18.1649509532 250.8118924547 0.0555555556 +21111300 15.0076079717 19.7886716859 359.1451018604 0.0555555556 +21112200 15.0076079717 20.6625633779 400.0309824849 0.0555555556 +21113100 15.0076079717 21.4150808444 439.6085996007 0.0555555556 +21114000 15.0076079717 22.148295109 477.5836034116 0.0555555556 +21114900 15.0076079717 24.1406031111 600.3270594727 0.0555555556 +21115800 15.0076079717 24.8992936766 640.1544726183 0.0555555556 +21116700 15.0076079717 25.6127186912 677.300077898 0.0555555556 +21117600 15.0076079717 26.2753548188 711.5590195452 0.0555555556 +21118500 15.0076079717 25.4026155013 665.4653296731 0.0555555556 +21119400 15.0076079717 25.8557761188 689.9566106386 0.0555555556 +21120300 15.0076079717 26.2568851741 711.5023770944 0.0555555556 +21121200 15.0076079717 26.6034922093 729.9936935325 0.0555555556 +21122100 15.0076079717 29.7859493732 891.9018280269 0.0555555556 +21123000 15.0076079717 30.0808804627 906.7259738651 0.0555555556 +21123900 15.0076079717 30.2961699325 917.5336058286 0.0555555556 +21124800 15.0076079717 30.4305656421 924.2747388564 0.0555555556 +21125700 15.0076079717 30.7038030266 940.7410455068 0.0555555556 +21126600 15.0076079717 30.6950243386 939.2534003813 0.0555555556 +21127500 15.0076079717 30.6033858975 933.6026358025 0.0555555556 +21128400 15.0076079717 30.4295345699 923.8147836294 0.0555555556 +21129300 15.0076079717 28.5176175865 821.7007310696 0.0555555556 +21130200 15.0076079717 28.2084674667 805.5991842467 0.0555555556 +21131100 15.0076079717 27.8320582383 785.9570609205 0.0555555556 +21132000 15.0076079717 27.3907129666 762.8705136138 0.0555555556 +21132900 15.0076079717 28.6925904222 834.8328256011 0.0555555556 +21133800 15.0076079717 28.019398126 801.0139646475 0.0555555556 +21134700 15.0076079717 27.2800683668 763.6851389273 0.0555555556 +21135600 15.0076079717 26.4798644205 723.0328726859 0.0555555556 +21136500 15.0076079717 25.1244104654 644.0543942408 0.0555555556 +21137400 15.0076079717 24.2544745802 599.7323803761 0.0555555556 +21138300 15.0076079717 23.3467027918 552.9245051405 0.0555555556 +21139200 15.0076079717 22.4106980734 503.9246467136 0.0555555556 +21140100 15.0076079717 20.658736847 405.1038388799 0.0555555556 +21141000 15.0076079717 19.5742574661 357.9058049265 0.0555555556 +21141900 15.0076079717 18.6561803141 309.8389134588 0.0555555556 +21142800 15.0076079717 17.9051260555 261.4852129915 0.0555555556 +21143700 15.0004480672 33.9705593181 160.7081279474 0 +21144600 15.0076079717 16.2370886314 124.324640171 0.0555555556 +21145500 15.0004480672 27.6203768066 90.1048061599 0 +21146400 15.0076079717 15.8393387843 58.6641566156 0.0555555556 +21147300 15.0004480672 16.625 22.7594919712 0 +21148200 15.0004480672 16.475 10.6635152342 0 +21149100 15.0004480672 16.325 0.7742216483 0 +21150000 15.0004480672 16.175 0 0 +21150900 15.0004480672 16.1 0 0 +21151800 15.0004480672 16.1 0 0 +21152700 15.0004480672 16.1 0 0 +21153600 15.0004480672 16.1 0 0 +21154500 15.0004480672 16.1 0 0 +21155400 15.0004480672 16.1 0 0 +21156300 15.0004480672 16.1 0 0 +21157200 15.0004480672 16.1 0 0 +21158100 15.0004480672 16.1 0 0 +21159000 15.0004480672 16.1 0 0 +21159900 15.0004480672 16.1 0 0 +21160800 15.0004480672 16.1 0 0 +21161700 15.0004480672 16.0375 0 0 +21162600 15.0004480672 15.9125 0 0 +21163500 15.0004480672 15.7875 0 0 +21164400 15.0004480672 15.6625 0 0 +21165300 15.0004480672 15.6 0 0 +21166200 15.0004480672 15.6 0 0 +21167100 15.0004480672 15.6 0 0 +21168000 15.0004480672 15.6 0 0 +21168900 15.0004480672 15.6 0 0 +21169800 15.0004480672 15.6 0 0 +21170700 15.0004480672 15.6 0 0 +21171600 15.0004480672 15.6 0 0 +21172500 15.0004480672 15.525 0 0 +21173400 15.0004480672 15.375 0 0 +21174300 15.0004480672 15.225 0 0 +21175200 15.0004480672 15.075 0 0 +21176100 15.0004480672 15 0 0 +21177000 15.0004480672 15 0 0 +21177900 15.0004480672 15 0 0 +21178800 15.0004480672 15 0 0 +21179700 15.0004480672 15 0 0 +21180600 15.0004480672 15 0 0 +21181500 15.0004480672 15 0 0 +21182400 15.0004480672 15 0 0 +21183300 15.0004480672 14.925 0 0 +21184200 15.0004480672 14.775 0 0 +21185100 15.0004480672 14.625 0 0 +21186000 15.0004480672 14.475 0 0 +21186900 15.0004480672 14.4 0 0 +21187800 15.0004480672 14.4 0 0 +21188700 15.0004480672 14.4 2.48233023079435E-006 0 +21189600 15.0004480672 14.4 3.4627215162 0 +21190500 15.0004480672 14.475 24.9270907829 0 +21191400 15.0004480672 21.9899185392 45.0522187714 0 +21192300 15.0004480672 24.3626616559 69.26645297 0 +21193200 15.0076079717 15.9678126004 95.0939946811 0.0555555556 +21194100 15.0004480672 36.9915542686 182.9906731593 0 +21195000 15.0076079717 17.3824213477 226.0373391656 0.0555555556 +21195900 15.0076079717 18.0478307061 269.7219327718 0.0555555556 +21196800 15.0076079717 18.8595146466 313.3398585239 0.0555555556 +21197700 15.0076079717 20.6719264015 417.951501212 0.0555555556 +21198600 15.0076079717 21.7374139103 466.6282450616 0.0555555556 +21199500 15.0076079717 22.6452439762 513.6663692004 0.0555555556 +21200400 15.0076079717 23.5292425725 558.7228818888 0.0555555556 +21201300 15.0076079717 25.0440020706 647.4716635556 0.0555555556 +21202200 15.0076079717 25.8995221141 690.6861569798 0.0555555556 +21203100 15.0076079717 26.7041369843 730.9492475784 0.0555555556 +21204000 15.0076079717 27.4517262236 768.0472866845 0.0555555556 +21204900 15.0076079717 28.5713069685 831.0615177289 0.0555555556 +21205800 15.0076079717 29.2178284345 862.3624180992 0.0555555556 +21206700 15.0076079717 29.7915134501 889.8660086784 0.0555555556 +21207600 15.0076079717 30.2889543576 913.441221529 0.0555555556 +21208500 15.0076079717 30.9124678672 947.9640353715 0.0555555556 +21209400 15.0076079717 31.2219406427 963.613351684 0.0555555556 +21210300 15.0076079717 31.4472964317 974.9950773403 0.0555555556 +21211200 15.0076079717 31.5872320763 982.0568518146 0.0555555556 +21212100 15.0076079717 31.6686484007 986.3873964385 0.0555555556 +21213000 15.0076079717 31.6468735775 984.7294442714 0.0555555556 +21213900 15.0076079717 31.5386519606 978.7072995824 0.0555555556 +21214800 15.0076079717 31.3446666848 968.348565328 0.0555555556 +21215700 15.0076079717 30.8744382079 941.1047092302 0.0555555556 +21216600 15.0076079717 30.5058335117 922.480899977 0.0555555556 +21217500 15.0076079717 30.0574016145 899.7771053295 0.0555555556 +21218400 15.0076079717 29.5318622365 873.099848755 0.0555555556 +21219300 15.0076079717 28.540012358 816.930069333 0.0555555556 +21220200 15.0076079717 27.8553900223 783.7258161803 0.0555555556 +21221100 15.0076079717 27.1068120754 747.095074255 0.0555555556 +21222000 15.0076079717 26.2994060653 707.223447646 0.0555555556 +21222900 15.0076079717 24.8875791048 625.101750727 0.0555555556 +21223800 15.0076079717 24.0535063626 582.0091027756 0.0555555556 +21224700 15.0076079717 23.1835159863 536.5296185466 0.0555555556 +21225600 15.0076079717 22.2867886819 488.9526473287 0.0555555556 +21226500 15.0076079717 20.5176739849 385.7190636083 0.0555555556 +21227400 15.0076079717 19.5224996399 340.8807244401 0.0555555556 +21228300 15.0076079717 18.6756104712 295.2697530344 0.0555555556 +21229200 15.0076079717 17.9771731489 249.4303431147 0.0555555556 +21230100 15.0004480672 36.1251528386 149.3201855423 0 +21231000 15.0076079717 16.4103580361 116.4409971466 0.0555555556 +21231900 15.0004480672 29.6137070207 85.3842046338 0 +21232800 15.0076079717 15.9627947188 56.5370857741 0.0555555556 +21233700 15.0004480672 18.1625 19.9450062634 0 +21234600 15.0004480672 17.8875 8.5863800633 0 +21235500 15.0004480672 17.6125 0.3411480913 0 +21236400 15.0004480672 17.3375 0 0 +21237300 15.0004480672 17.275 0 0 +21238200 15.0004480672 17.425 0 0 +21239100 15.0004480672 17.575 0 0 +21240000 15.0004480672 17.725 0 0 +21240900 15.0004480672 17.525 0 0 +21241800 15.0004480672 16.975 0 0 +21242700 15.0004480672 16.425 0 0 +21243600 15.0004480672 15.875 0 0 +21244500 15.0004480672 15.525 0 0 +21245400 15.0004480672 15.375 0 0 +21246300 15.0004480672 15.225 0 0 +21247200 15.0004480672 15.075 0 0 +21248100 15.0004480672 14.925 0 0 +21249000 15.0004480672 14.775 0 0 +21249900 15.0004480672 14.625 0 0 +21250800 15.0004480672 14.475 0 0 +21251700 15.0004480672 14.4 0 0 +21252600 15.0004480672 14.4 0 0 +21253500 15.0004480672 14.4 0 0 +21254400 15.0004480672 14.4 0 0 +21255300 15.0004480672 14.3375 0 0 +21256200 15.0004480672 14.2125 0 0 +21257100 15.0004480672 14.0875 0 0 +21258000 15.0004480672 13.9625 0 0 +21258900 15.0004480672 13.9 0 0 +21259800 15.0004480672 13.9 0 0 +21260700 15.0004480672 13.9 0 0 +21261600 15.0004480672 13.9 0 0 +21262500 15.0004480672 13.825 0 0 +21263400 15.0004480672 13.675 0 0 +21264300 15.0004480672 13.525 0 0 +21265200 15.0004480672 13.375 0 0 +21266100 15.0004480672 13.2375 0 0 +21267000 15.0004480672 13.1125 0 0 +21267900 15.0004480672 12.9875 0 0 +21268800 15.0004480672 12.8625 0 0 +21269700 15.0004480672 12.8 0 0 +21270600 15.0004480672 12.8 0 0 +21271500 15.0004480672 12.8 0 0 +21272400 15.0004480672 12.8 0 0 +21273300 15.0004480672 12.8 0 0 +21274200 15.0004480672 12.8 0 0 +21275100 15.0004480672 12.8 0 0 +21276000 15.0004480672 12.8 3.1286604522 0 +21276900 15.0004480672 13 22.6783217282 0 +21277800 15.0004480672 20.2894635518 44.7235638077 0 +21278700 15.0004480672 22.5115832979 72.49437645 0 +21279600 15.0004480672 24.9188252376 102.5861836886 0 +21280500 15.0076079717 16.8167130113 191.3206921434 0.0555555556 +21281400 15.0076079717 17.4069628437 237.3838922072 0.0555555556 +21282300 15.0076079717 18.1542430783 284.0567628989 0.0555555556 +21283200 15.0076079717 19.069629426 330.5580224514 0.0555555556 +21284100 15.0076079717 20.9343531245 432.2430575206 0.0555555556 +21285000 15.0076079717 22.0514048044 482.8155781569 0.0555555556 +21285900 15.0076079717 23.005694538 531.6226210579 0.0555555556 +21286800 15.0076079717 23.9343486246 578.3173785721 0.0555555556 +21287700 15.0076079717 25.4003140229 662.9530748676 0.0555555556 +21288600 15.0076079717 26.2876488928 707.185868138 0.0555555556 +21289500 15.0076079717 27.121801725 748.3664995199 0.0555555556 +21290400 15.0076079717 27.8964868894 786.2824557662 0.0555555556 +21291300 15.0076079717 28.9868808744 847.2131175946 0.0555555556 +21292200 15.0076079717 29.648628878 879.0377560133 0.0555555556 +21293100 15.0076079717 30.2351321607 906.980915962 0.0555555556 +21294000 15.0076079717 30.7429242234 930.9123846965 0.0555555556 +21294900 15.0076079717 31.3503075482 962.8530539577 0.0555555556 +21295800 15.0076079717 31.7170868676 978.6485796806 0.0555555556 +21296700 15.0076079717 31.9971622293 990.1073839271 0.0555555556 +21297600 15.0076079717 32.1892199252 997.1777419469 0.0555555556 +21298500 15.0076079717 32.3166455483 1001.8096647678 0.0555555556 +21299400 15.0076079717 32.3200735131 1000.0240987696 0.0555555556 +21300300 15.0076079717 32.2345530648 993.8056790508 0.0555555556 +21301200 15.0076079717 32.060790782 983.1823774358 0.0555555556 +21302100 15.0076079717 31.6283262187 957.6149552252 0.0555555556 +21303000 15.0076079717 31.2468537282 938.5545715813 0.0555555556 +21303900 15.0076079717 30.7831934228 915.33826582 0.0555555556 +21304800 15.0076079717 30.2401324351 888.0727410209 0.0555555556 +21305700 15.0076079717 29.277235352 834.3663001357 0.0555555556 +21306600 15.0076079717 28.5493518449 800.3069920635 0.0555555556 +21307500 15.0076079717 27.7549818742 762.7316064708 0.0555555556 +21308400 15.0076079717 26.8994136345 721.8257478905 0.0555555556 +21309300 15.0076079717 25.4898393681 641.6516192904 0.0555555556 +21310200 15.0076079717 24.5963702758 597.1555406842 0.0555555556 +21311100 15.0076079717 23.665179908 550.1665256508 0.0555555556 +21312000 15.0076079717 22.7059336077 500.9760237903 0.0555555556 +21312900 15.0076079717 20.9340998561 401.47882108 0.0555555556 +21313800 15.0076079717 19.8497830009 354.2066299934 0.0555555556 +21314700 15.0076079717 18.9334571791 306.0506605032 0.0555555556 +21315600 15.0076079717 18.1850721058 257.5953074318 0.0555555556 +21316500 15.0004480672 37.934073848 157.144084519 0 +21317400 15.0076079717 16.5229201711 120.9093917121 0.0555555556 +21318300 15.0004480672 31.3282799242 86.8247544405 0 +21319200 15.0076079717 16.0959808182 55.4030099914 0.0555555556 +21320100 15.0004480672 20.175 18.3081685643 0 +21321000 15.0004480672 19.325 7.2956586649 0 +21321900 15.0004480672 18.475 0.0923622842 0 +21322800 15.0004480672 17.625 0 0 +21323700 15.0004480672 17.0625 0 0 +21324600 15.0004480672 16.7875 0 0 +21325500 15.0004480672 16.5125 0 0 +21326400 15.0004480672 16.2375 0 0 +21327300 15.0004480672 15.9625 0 0 +21328200 15.0004480672 15.6875 0 0 +21329100 15.0004480672 15.4125 0 0 +21330000 15.0004480672 15.1375 0 0 +21330900 15.0004480672 14.925 0 0 +21331800 15.0004480672 14.775 0 0 +21332700 15.0004480672 14.625 0 0 +21333600 15.0004480672 14.475 0 0 +21334500 15.0004480672 14.4 0 0 +21335400 15.0004480672 14.4 0 0 +21336300 15.0004480672 14.4 0 0 +21337200 15.0004480672 14.4 0 0 +21338100 15.0004480672 14.4 0 0 +21339000 15.0004480672 14.4 0 0 +21339900 15.0004480672 14.4 0 0 +21340800 15.0004480672 14.4 0 0 +21341700 15.0004480672 14.3375 0 0 +21342600 15.0004480672 14.2125 0 0 +21343500 15.0004480672 14.0875 0 0 +21344400 15.0004480672 13.9625 0 0 +21345300 15.0004480672 13.825 0 0 +21346200 15.0004480672 13.675 0 0 +21347100 15.0004480672 13.525 0 0 +21348000 15.0004480672 13.375 0 0 +21348900 15.0004480672 13.375 0 0 +21349800 15.0004480672 13.525 0 0 +21350700 15.0004480672 13.675 0 0 +21351600 15.0004480672 13.825 0 0 +21352500 15.0004480672 13.7625 0 0 +21353400 15.0004480672 13.4875 0 0 +21354300 15.0004480672 13.2125 0 0 +21355200 15.0004480672 12.9375 0 0 +21356100 15.0004480672 12.8625 0 0 +21357000 15.0004480672 12.9875 0 0 +21357900 15.0004480672 13.1125 0 0 +21358800 15.0004480672 13.2375 0 0 +21359700 15.0004480672 13.1625 0 0 +21360600 15.0004480672 12.8875 0 0 +21361500 15.0004480672 12.6125 0 0 +21362400 15.0004480672 12.3375 3.5313708499 0 +21363300 15.0004480672 12.4125 24.9775453077 0 +21364200 15.0004480672 20.447890115 44.9508032595 0 +21365100 15.0004480672 23.6983534445 66.4338713986 0 +21366000 15.0076079717 15.9859252228 88.6344769128 0.0555555556 +21366900 15.0004480672 33.9250337642 133.4970062839 0 +21367800 15.0076079717 16.987439563 160.9768599301 0.0555555556 +21368700 15.0076079717 17.4253862348 188.5279943428 0.0555555556 +21369600 15.0076079717 17.9078669097 215.85708229 0.0555555556 +21370500 15.0076079717 18.0387755044 209.1040165669 0.0555555556 +21371400 15.0076079717 18.4206029621 230.1310632703 0.0555555556 +21372300 15.0076079717 18.7770547957 250.3624889255 0.0555555556 +21373200 15.0076079717 19.121015641 269.6854656085 0.0555555556 +21374100 15.0076079717 21.5519652769 429.7269141976 0.0555555556 +21375000 15.0076079717 21.9919456084 456.5047113979 0.0555555556 +21375900 15.0076079717 22.4033143629 481.4532051796 0.0555555556 +21376800 15.0076079717 22.783178095 504.439929409 0.0555555556 +21377700 15.0076079717 26.4406980064 714.8359974119 0.0555555556 +21378600 15.0076079717 26.9947671353 741.4312932676 0.0555555556 +21379500 15.0076079717 27.4888679302 764.7872398818 0.0555555556 +21380400 15.0076079717 27.9202029515 784.7883055023 0.0555555556 +21381300 15.0076079717 29.5440692787 879.0646317742 0.0555555556 +21382200 15.0076079717 29.8266217251 893.3606203482 0.0555555556 +21383100 15.0076079717 30.0339009789 903.7076671175 0.0555555556 +21384000 15.0076079717 30.1647509762 910.0568182985 0.0555555556 +21384900 15.0076079717 30.4248202103 916.6999325799 0.0555555556 +21385800 15.0076079717 30.4113796996 914.9706778529 0.0555555556 +21386700 15.0076079717 30.3187779203 909.1829139534 0.0555555556 +21387600 15.0076079717 30.1476661475 899.3635846859 0.0555555556 +21388500 15.0076079717 29.7712832335 877.6668643571 0.0555555556 +21389400 15.0076079717 29.408599237 860.0930004092 0.0555555556 +21390300 15.0076079717 28.9725730587 838.7146653487 0.0555555556 +21391200 15.0076079717 28.4657443951 813.6337105149 0.0555555556 +21392100 15.0076079717 27.326599356 751.0110276898 0.0555555556 +21393000 15.0076079717 26.7520745161 720.3438256949 0.0555555556 +21393900 15.0076079717 26.1208510048 686.5487025227 0.0555555556 +21394800 15.0076079717 25.437537337 649.8014808432 0.0555555556 +21395700 15.0076079717 24.3176539147 582.6033800972 0.0555555556 +21396600 15.0076079717 23.5054601662 542.2201498291 0.0555555556 +21397500 15.0076079717 22.6603840415 499.6320684952 0.0555555556 +21398400 15.0076079717 21.7908589982 455.1122042981 0.0555555556 +21399300 15.0076079717 20.2968933754 371.3824581223 0.0555555556 +21400200 15.0076079717 19.3495451249 327.8973922464 0.0555555556 +21401100 15.0076079717 18.5408562123 283.6792589471 0.0555555556 +21402000 15.0076079717 17.8703819435 239.250526229 0.0555555556 +21402900 15.0004480672 35.1819265249 138.8447992661 0 +21403800 15.0076079717 16.3216590308 108.2381736497 0.0555555556 +21404700 15.0004480672 28.0951613285 79.2204607221 0 +21405600 15.0076079717 15.806344163 52.0261561215 0.0555555556 +21406500 15.0004480672 16.5625 17.4894337044 0 +21407400 15.0004480672 16.2875 6.1852604493 0 +21408300 15.0004480672 16.0125 0.0088187643 0 +21409200 15.0004480672 15.7375 0 0 +21410100 15.0004480672 15.45 0 0 +21411000 15.0004480672 15.15 0 0 +21411900 15.0004480672 14.85 0 0 +21412800 15.0004480672 14.55 0 0 +21413700 15.0004480672 14.3375 0 0 +21414600 15.0004480672 14.2125 0 0 +21415500 15.0004480672 14.0875 0 0 +21416400 15.0004480672 13.9625 0 0 +21417300 15.0004480672 13.9 0 0 +21418200 15.0004480672 13.9 0 0 +21419100 15.0004480672 13.9 0 0 +21420000 15.0004480672 13.9 0 0 +21420900 15.0004480672 13.825 0 0 +21421800 15.0004480672 13.675 0 0 +21422700 15.0004480672 13.525 0 0 +21423600 15.0004480672 13.375 0 0 +21424500 15.0004480672 13.2375 0 0 +21425400 15.0004480672 13.1125 0 0 +21426300 15.0004480672 12.9875 0 0 +21427200 15.0004480672 12.8625 0 0 +21428100 15.0004480672 12.8 0 0 +21429000 15.0004480672 12.8 0 0 +21429900 15.0004480672 12.8 0 0 +21430800 15.0004480672 12.8 0 0 +21431700 15.0004480672 12.8 0 0 +21432600 15.0004480672 12.8 0 0 +21433500 15.0004480672 12.8 0 0 +21434400 15.0004480672 12.8 0 0 +21435300 15.0004480672 12.725 0 0 +21436200 15.0004480672 12.575 0 0 +21437100 15.0004480672 12.425 0 0 +21438000 15.0004480672 12.275 0 0 +21438900 15.0004480672 12.2 0 0 +21439800 15.0004480672 12.2 0 0 +21440700 15.0004480672 12.2 0 0 +21441600 15.0004480672 12.2 0 0 +21442500 15.0004480672 12.1375 0 0 +21443400 15.0004480672 12.0125 0 0 +21444300 15.0004480672 11.8875 0 0 +21445200 15.0004480672 11.7625 0 0 +21446100 15.0004480672 11.7 0 0 +21447000 15.0004480672 11.7 0 0 +21447900 15.0004480672 11.7 0 0 +21448800 15.0004480672 11.7 0 0 +21449700 15.0004480672 11.8375 22.7985932987 0 +21450600 15.0004480672 19.2042002481 42.6652880728 0 +21451500 15.0004480672 22.1291316946 64.2073163888 0 +21452400 15.0076079717 15.8329371574 86.6390264769 0.0555555556 +21453300 15.0004480672 34.1775943438 156.3546781473 0 +21454200 15.0076079717 17.0829992353 190.8246422615 0.0555555556 +21455100 15.0076079717 17.6173658163 225.6144582768 0.0555555556 +21456000 15.0076079717 18.2360948174 260.2678952998 0.0555555556 +21456900 15.0076079717 20.0096793109 375.4692165114 0.0555555556 +21457800 15.0076079717 20.9048092624 418.4600524798 0.0555555556 +21458700 15.0076079717 21.6981590087 460.0015185173 0.0555555556 +21459600 15.0076079717 22.4701157537 499.7950288871 0.0555555556 +21460500 15.0076079717 24.6473261684 632.1337345614 0.0555555556 +21461400 15.0076079717 25.4842731222 673.9754392513 0.0555555556 +21462300 15.0076079717 26.2719385265 712.9359683897 0.0555555556 +21463200 15.0076079717 27.0045671155 748.8086114775 0.0555555556 +21464100 15.0076079717 28.1762674887 815.7307449764 0.0555555556 +21465000 15.0076079717 28.7648782338 846.159643832 0.0555555556 +21465900 15.0076079717 29.2830452722 872.858341772 0.0555555556 +21466800 15.0076079717 29.7275216062 895.699103359 0.0555555556 +21467700 15.0076079717 30.396352482 933.0839664802 0.0555555556 +21468600 15.0076079717 30.7230046602 948.2009348654 0.0555555556 +21469500 15.0076079717 30.9678359163 959.1124766958 0.0555555556 +21470400 15.0076079717 31.1296154626 965.7681569744 0.0555555556 +21471300 15.0076079717 31.2200327261 969.949904293 0.0555555556 +21472200 15.0076079717 31.1822985736 968.0180610973 0.0555555556 +21473100 15.0076079717 31.0606849145 961.7897182245 0.0555555556 +21474000 15.0076079717 30.855888756 951.2935639673 0.0555555556 +21474900 15.0076079717 30.3380045404 921.8258558935 0.0555555556 +21475800 15.0076079717 29.9646936028 903.2527260701 0.0555555556 +21476700 15.0076079717 29.5142947759 880.6799388898 0.0555555556 +21477600 15.0076079717 28.9894749938 854.2139828428 0.0555555556 +21478500 15.0076079717 27.9361573047 793.6465554835 0.0555555556 +21479400 15.0076079717 27.2954535684 761.0211081692 0.0555555556 +21480300 15.0076079717 26.5937782315 725.0686581955 0.0555555556 +21481200 15.0076079717 25.8360833279 685.9723818812 0.0555555556 +21482100 15.0076079717 24.3238243676 596.5120807523 0.0555555556 +21483000 15.0076079717 23.5154193656 555.0061467582 0.0555555556 +21483900 15.0076079717 22.6735963825 511.2366791482 0.0555555556 +21484800 15.0076079717 21.8069646396 465.482666542 0.0555555556 +21485700 15.0076079717 19.9747400244 355.6136386381 0.0555555556 +21486600 15.0076079717 19.0652246256 314.001938297 0.0555555556 +21487500 15.0076079717 18.2802878489 271.7073718343 0.0555555556 +21488400 15.0076079717 17.6192603444 229.2200952501 0.0555555556 +21489300 15.0004480672 32.4441931175 129.9791882748 0 +21490200 15.0076079717 16.1166738881 101.7934670174 0.0555555556 +21491100 15.0004480672 25.2846427158 74.8985381871 0 +21492000 15.0004480672 22.0573723579 49.4379958174 0 +21492900 15.0004480672 13.7625 15.9858823342 0 +21493800 15.0004480672 13.4875 4.9393829959 0 +21494700 15.0004480672 13.2125 0 0 +21495600 15.0004480672 12.9375 0 0 +21496500 15.0004480672 12.8 0 0 +21497400 15.0004480672 12.8 0 0 +21498300 15.0004480672 12.8 0 0 +21499200 15.0004480672 12.8 0 0 +21500100 15.0004480672 12.8 0 0 +21501000 15.0004480672 12.8 0 0 +21501900 15.0004480672 12.8 0 0 +21502800 15.0004480672 12.8 0 0 +21503700 15.0004480672 12.725 0 0 +21504600 15.0004480672 12.575 0 0 +21505500 15.0004480672 12.425 0 0 +21506400 15.0004480672 12.275 0 0 +21507300 15.0004480672 12.2 0 0 +21508200 15.0004480672 12.2 0 0 +21509100 15.0004480672 12.2 0 0 +21510000 15.0004480672 12.2 0 0 +21510900 15.0004480672 12.2 0 0 +21511800 15.0004480672 12.2 0 0 +21512700 15.0004480672 12.2 0 0 +21513600 15.0004480672 12.2 0 0 +21514500 15.0004480672 12.1375 0 0 +21515400 15.0004480672 12.0125 0 0 +21516300 15.0004480672 11.8875 0 0 +21517200 15.0004480672 11.7625 0 0 +21518100 15.0004480672 11.625 0 0 +21519000 15.0004480672 11.475 0 0 +21519900 15.0004480672 11.325 0 0 +21520800 15.0004480672 11.175 0 0 +21521700 15.0004480672 11.175 0 0 +21522600 15.0004480672 11.325 0 0 +21523500 15.0004480672 11.475 0 0 +21524400 15.0004480672 11.625 0 0 +21525300 15.0004480672 11.7625 0 0 +21526200 15.0004480672 11.8875 0 0 +21527100 15.0004480672 12.0125 0 0 +21528000 15.0004480672 12.1375 0 0 +21528900 15.0004480672 12.275 0 0 +21529800 15.0004480672 12.425 0 0 +21530700 15.0004480672 12.575 0 0 +21531600 15.0004480672 12.725 0 0 +21532500 15.0004480672 12.8 0 0 +21533400 15.0004480672 12.8 0 0 +21534300 15.0004480672 12.8 0 0 +21535200 15.0004480672 12.8 0 0 +21536100 15.0004480672 12.8 9.8071967234 0 +21537000 15.0004480672 15.9587848436 17.421096757 0 +21537900 15.0004480672 17.3104162567 25.0032921474 0 +21538800 15.0004480672 18.6373283271 32.5213147697 0 +21539700 15.0004480672 21.2678602084 47.280900709 0 +21540600 15.0004480672 22.8731377596 55.9143022705 0 +21541500 15.0004480672 24.4310663746 64.3590456509 0 +21542400 15.0076079717 15.9025344537 72.5789691627 0.0555555556 +21543300 15.0076079717 19.4282351558 329.5308312926 0.0555555556 +21544200 15.0076079717 20.0961026281 365.2269298575 0.0555555556 +21545100 15.0076079717 20.7084117786 399.6802397716 0.0555555556 +21546000 15.0076079717 21.3018444561 432.6624231678 0.0555555556 +21546900 15.0076079717 22.9844057922 534.7129319415 0.0555555556 +21547800 15.0076079717 23.6380366651 569.3507040452 0.0555555556 +21548700 15.0076079717 24.2527882811 601.6159026163 0.0555555556 +21549600 15.0076079717 24.8243069321 631.3330955087 0.0555555556 +21550500 15.0076079717 26.923705758 750.4588265699 0.0555555556 +21551400 15.0076079717 27.4789112789 778.2725099015 0.0555555556 +21552300 15.0076079717 27.9710117282 802.6696978847 0.0555555556 +21553200 15.0076079717 28.397106369 823.5312544453 0.0555555556 +21554100 15.0076079717 25.6331636051 646.1515021758 0.0555555556 +21555000 15.0076079717 25.8627054887 656.5279293027 0.0555555556 +21555900 15.0076079717 26.0369928909 663.9989631574 0.0555555556 +21556800 15.0076079717 26.1551862361 668.5287964371 0.0555555556 +21557700 15.0076079717 29.003303249 846.7403418241 0.0555555556 +21558600 15.0076079717 28.9378613178 844.9682804262 0.0555555556 +21559500 15.0076079717 28.8013134248 839.4537701948 0.0555555556 +21560400 15.0076079717 28.5942649384 830.2228622254 0.0555555556 +21561300 15.0076079717 29.2095038989 862.5589250203 0.0555555556 +21562200 15.0076079717 28.8827529872 845.0729963929 0.0555555556 +21563100 15.0076079717 28.4844674353 823.8445742265 0.0555555556 +21564000 15.0076079717 28.0171455069 798.9747282263 0.0555555556 +21564900 15.0076079717 27.7526513951 781.5410673918 0.0555555556 +21565800 15.0076079717 27.1009865575 749.2383167149 0.0555555556 +21566700 15.0076079717 26.3885642883 713.6467980807 0.0555555556 +21567600 15.0076079717 25.6203311981 674.9455193078 0.0555555556 +21568500 15.0076079717 23.6784687478 561.4114246053 0.0555555556 +21569400 15.0076079717 22.9270136615 522.3132491241 0.0555555556 +21570300 15.0076079717 22.1446872695 481.1031549478 0.0555555556 +21571200 15.0076079717 21.3393898879 438.0450612791 0.0555555556 +21572100 15.0076079717 19.8074014239 346.834927833 0.0555555556 +21573000 15.0076079717 18.9702286116 306.2460928904 0.0555555556 +21573900 15.0076079717 18.2472390387 264.996022013 0.0555555556 +21574800 15.0076079717 17.6376161821 223.5530504796 0.0555555556 +21575700 15.0004480672 33.9899191763 160.3751978889 0 +21576600 15.0076079717 16.247228806 122.8237241176 0.0555555556 +21577500 15.0004480672 27.4740623666 87.399891254 0 +21578400 15.0004480672 24.8574672329 54.420365071 0 +21579300 15.0004480672 16.5625 14.6495955051 0 +21580200 15.0004480672 16.2875 3.96115649 0 +21581100 15.0004480672 16.0125 0 0 +21582000 15.0004480672 15.7375 0 0 +21582900 15.0004480672 15.6 0 0 +21583800 15.0004480672 15.6 0 0 +21584700 15.0004480672 15.6 0 0 +21585600 15.0004480672 15.6 0 0 +21586500 15.0004480672 15.6 0 0 +21587400 15.0004480672 15.6 0 0 +21588300 15.0004480672 15.6 0 0 +21589200 15.0004480672 15.6 0 0 +21590100 15.0004480672 15.45 0 0 +21591000 15.0004480672 15.15 0 0 +21591900 15.0004480672 14.85 0 0 +21592800 15.0004480672 14.55 0 0 +21593700 15.0004480672 14.475 0 0 +21594600 15.0004480672 14.625 0 0 +21595500 15.0004480672 14.775 0 0 +21596400 15.0004480672 14.925 0 0 +21597300 15.0004480672 14.925 0 0 +21598200 15.0004480672 14.775 0 0 +21599100 15.0004480672 14.625 0 0 +21600000 15.0004480672 14.475 0 0 +21600900 15.0004480672 14.4 0 0 +21601800 15.0004480672 14.4 0 0 +21602700 15.0004480672 14.4 0 0 +21603600 15.0004480672 14.4 0 0 +21604500 15.0004480672 14.4 0 0 +21605400 15.0004480672 14.4 0 0 +21606300 15.0004480672 14.4 0 0 +21607200 15.0004480672 14.4 0 0 +21608100 15.0004480672 14.475 0 0 +21609000 15.0004480672 14.625 0 0 +21609900 15.0004480672 14.775 0 0 +21610800 15.0004480672 14.925 0 0 +21611700 15.0004480672 15 0 0 +21612600 15.0004480672 15 0 0 +21613500 15.0004480672 15 0 0 +21614400 15.0004480672 15 0 0 +21615300 15.0004480672 14.925 0 0 +21616200 15.0004480672 14.775 0 0 +21617100 15.0004480672 14.625 0 0 +21618000 15.0004480672 14.475 0 0 +21618900 15.0004480672 14.475 0 0 +21619800 15.0004480672 14.625 0 0 +21620700 15.0004480672 14.775 0 0 +21621600 15.0004480672 14.925 0 0 +21622500 15.0004480672 15 13.5164509043 0 +21623400 15.0004480672 19.3612481912 25.965594968 0 +21624300 15.0004480672 21.1616652679 38.9785932939 0 +21625200 15.0004480672 22.9676059968 52.371266211 0 +21626100 15.0076079717 16.338759519 112.5818520181 0.0555555556 +21627000 15.0004480672 35.2586495865 137.0806537662 0 +21627900 15.0076079717 17.0930231046 161.7286722688 0.0555555556 +21628800 15.0076079717 17.5491049141 186.2300927731 0.0555555556 +21629700 15.0076079717 18.1564657664 214.7561949534 0.0555555556 +21630600 15.0076079717 18.5627652406 237.615211841 0.0555555556 +21631500 15.0076079717 18.9382325376 259.6535429511 0.0555555556 +21632400 15.0076079717 19.3011928635 280.7321564412 0.0555555556 +21633300 15.0076079717 24.9505929002 636.4003373184 0.0555555556 +21634200 15.0076079717 25.8239014019 678.5397720521 0.0555555556 +21635100 15.0076079717 26.6448747155 717.7101392524 0.0555555556 +21636000 15.0076079717 27.4075658784 753.7170495814 0.0555555556 +21636900 15.0076079717 29.1020058989 853.7009095659 0.0555555556 +21637800 15.0076079717 29.7644642955 885.3600968636 0.0555555556 +21638700 15.0076079717 30.3505374296 913.0931203912 0.0555555556 +21639600 15.0076079717 30.8568253579 936.7742348809 0.0555555556 +21640500 15.0076079717 31.9573192856 994.2374531132 0.0555555556 +21641400 15.0076079717 32.2883243144 1010.0873801694 0.0555555556 +21642300 15.0076079717 32.5287584251 1021.4624966446 0.0555555556 +21643200 15.0076079717 32.6773285119 1028.3137234218 0.0555555556 +21644100 15.0076079717 32.738706482 1031.5353312677 0.0555555556 +21645000 15.0076079717 32.6925779229 1029.2677016972 0.0555555556 +21645900 15.0076079717 32.5537867658 1022.4420977073 0.0555555556 +21646800 15.0076079717 32.3231032293 1011.0879223714 0.0555555556 +21647700 15.0076079717 31.858911381 985.0376020196 0.0555555556 +21648600 15.0076079717 31.4423964454 965.0076728481 0.0555555556 +21649500 15.0076079717 30.940017945 940.7001243409 0.0555555556 +21650400 15.0076079717 30.3546777321 912.2212609107 0.0555555556 +21651300 15.0076079717 29.4512611618 860.9830501288 0.0555555556 +21652200 15.0076079717 28.7386425506 825.3583606076 0.0555555556 +21653100 15.0076079717 27.9563244176 786.075279701 0.0555555556 +21654000 15.0076079717 27.1098286269 743.3157531203 0.0555555556 +21654900 15.0076079717 25.7698817222 666.526160293 0.0555555556 +21655800 15.0076079717 24.8108355541 619.6311906296 0.0555555556 +21656700 15.0076079717 23.8113350226 570.0490579966 0.0555555556 +21657600 15.0076079717 22.7817996828 518.0646736496 0.0555555556 +21658500 15.0076079717 20.7023488167 399.622803935 0.0555555556 +21659400 15.0076079717 19.5639385167 351.3319674853 0.0555555556 +21660300 15.0076079717 18.6134622122 301.9919398319 0.0555555556 +21661200 15.0076079717 17.8492793552 252.2075248209 0.0555555556 +21662100 15.0004480672 34.380824175 109.3781724597 0 +21663000 15.0076079717 16.2644901098 85.5230282446 0.0555555556 +21663900 15.0004480672 27.4231940366 62.6257260223 0 +21664800 15.0004480672 24.1446879817 40.7431670516 0 +21665700 15.0004480672 17.0625 11.3642459142 0 +21666600 15.0004480672 16.7875 2.5192022965 0 +21667500 15.0004480672 16.5125 0 0 +21668400 15.0004480672 16.2375 0 0 +21669300 15.0004480672 16.1 0 0 +21670200 15.0004480672 16.1 0 0 +21671100 15.0004480672 16.1 0 0 +21672000 15.0004480672 16.1 0 0 +21672900 15.0004480672 16.1 0 0 +21673800 15.0004480672 16.1 0 0 +21674700 15.0004480672 16.1 0 0 +21675600 15.0004480672 16.1 0 0 +21676500 15.0004480672 16.1 0 0 +21677400 15.0004480672 16.1 0 0 +21678300 15.0004480672 16.1 0 0 +21679200 15.0004480672 16.1 0 0 +21680100 15.0004480672 16.0375 0 0 +21681000 15.0004480672 15.9125 0 0 +21681900 15.0004480672 15.7875 0 0 +21682800 15.0004480672 15.6625 0 0 +21683700 15.0004480672 15.525 0 0 +21684600 15.0004480672 15.375 0 0 +21685500 15.0004480672 15.225 0 0 +21686400 15.0004480672 15.075 0 0 +21687300 15.0004480672 15 0 0 +21688200 15.0004480672 15 0 0 +21689100 15.0004480672 15 0 0 +21690000 15.0004480672 15 0 0 +21690900 15.0004480672 15 0 0 +21691800 15.0004480672 15 0 0 +21692700 15.0004480672 15 0 0 +21693600 15.0004480672 15 0 0 +21694500 15.0004480672 15 0 0 +21695400 15.0004480672 15 0 0 +21696300 15.0004480672 15 0 0 +21697200 15.0004480672 15 0 0 +21698100 15.0004480672 14.925 0 0 +21699000 15.0004480672 14.775 0 0 +21699900 15.0004480672 14.625 0 0 +21700800 15.0004480672 14.475 0 0 +21701700 15.0004480672 14.4 0 0 +21702600 15.0004480672 14.4 0 0 +21703500 15.0004480672 14.4 0 0 +21704400 15.0004480672 14.4 0 0 +21705300 15.0004480672 14.2625 0 0 +21706200 15.0004480672 13.9875 0 0 +21707100 15.0004480672 13.7125 0 0 +21708000 15.0004480672 13.4375 0 0 +21708900 15.0004480672 13.5125 15.3676581145 0 +21709800 15.0004480672 19.3339477674 42.3704574521 0 +21710700 15.0004480672 21.3522894293 73.2882978674 0 +21711600 15.0004480672 23.5683060384 106.7980268118 0 +21712500 15.0076079717 16.8095220875 197.0686050701 0.0555555556 +21713400 15.0076079717 17.4004143788 245.4508920463 0.0555555556 +21714300 15.0076079717 18.1672419327 294.1266449375 0.0555555556 +21715200 15.0076079717 19.1225249618 342.2933540542 0.0555555556 +21716100 15.0076079717 20.739670112 418.9859914263 0.0555555556 +21717000 15.0076079717 21.7885530865 467.8070143574 0.0555555556 +21717900 15.0076079717 22.7289599969 514.7916914171 0.0555555556 +21718800 15.0076079717 23.6426228196 559.6297194079 0.0555555556 +21719700 15.0076079717 25.0743854202 641.3528164163 0.0555555556 +21720600 15.0076079717 25.9442602781 683.7190435304 0.0555555556 +21721500 15.0076079717 26.7611628424 723.0816317947 0.0555555556 +21722400 15.0076079717 27.5191416635 759.2480361169 0.0555555556 +21723300 15.0076079717 28.6912815593 825.2610968181 0.0555555556 +21724200 15.0076079717 29.3050477897 855.7625759182 0.0555555556 +21725100 15.0076079717 29.8442783874 882.463149746 0.0555555556 +21726000 15.0076079717 30.3056805408 905.2435244794 0.0555555556 +21726900 15.0076079717 30.5251411705 917.2578051981 0.0555555556 +21727800 15.0076079717 30.8302381848 931.8242187118 0.0555555556 +21728700 15.0076079717 31.0520284438 942.2496174171 0.0555555556 +21729600 15.0076079717 31.1893186655 948.4881353221 0.0555555556 +21730500 15.0076079717 31.4692449605 964.587252664 0.0555555556 +21731400 15.0076079717 31.4241262798 962.356662414 0.0555555556 +21732300 15.0076079717 31.2926049365 955.851773572 0.0555555556 +21733200 15.0076079717 31.0754190404 945.1010641371 0.0555555556 +21734100 15.0076079717 29.9562415007 880.0581306529 0.0555555556 +21735000 15.0076079717 29.6012583383 861.9804774016 0.0555555556 +21735900 15.0076079717 29.1700302559 840.0692220432 0.0555555556 +21736800 15.0076079717 28.6652002979 814.4231922296 0.0555555556 +21737700 15.0076079717 27.7306843079 758.6109203854 0.0555555556 +21738600 15.0076079717 27.0924406465 726.9716543347 0.0555555556 +21739500 15.0076079717 26.3931113555 692.1099266848 0.0555555556 +21740400 15.0076079717 25.6376714353 654.1923347187 0.0555555556 +21741300 15.0076079717 25.229973321 636.3259517066 0.0555555556 +21742200 15.0076079717 24.3212102687 591.3206764408 0.0555555556 +21743100 15.0076079717 23.3741909986 543.7544539825 0.0555555556 +21744000 15.0076079717 22.3989538591 493.9021727917 0.0555555556 +21744900 15.0076079717 20.7244798776 404.448622438 0.0555555556 +21745800 15.0076079717 19.5662064067 355.3307467087 0.0555555556 +21746700 15.0076079717 18.5995859281 305.1131438514 0.0555555556 +21747600 15.0076079717 17.8225417473 254.4099500341 0.0555555556 +21748500 15.0004480672 32.7682395245 161.3560358471 0 +21749400 15.0076079717 16.1353300246 120.7107181992 0.0555555556 +21750300 15.0004480672 26.8382169558 82.4276390124 0 +21751200 15.0004480672 24.6472958378 47.0461243207 0 +21752100 15.0004480672 18.1625 10.5333315888 0 +21753000 15.0004480672 17.8875 1.9899426603 0 +21753900 15.0004480672 17.6125 0 0 +21754800 15.0004480672 17.3375 0 0 +21755700 15.0004480672 17.1375 0 0 +21756600 15.0004480672 17.0125 0 0 +21757500 15.0004480672 16.8875 0 0 +21758400 15.0004480672 16.7625 0 0 +21759300 15.0004480672 16.625 0 0 +21760200 15.0004480672 16.475 0 0 +21761100 15.0004480672 16.325 0 0 +21762000 15.0004480672 16.175 0 0 +21762900 15.0004480672 15.9625 0 0 +21763800 15.0004480672 15.6875 0 0 +21764700 15.0004480672 15.4125 0 0 +21765600 15.0004480672 15.1375 0 0 +21766500 15.0004480672 15 0 0 +21767400 15.0004480672 15 0 0 +21768300 15.0004480672 15 0 0 +21769200 15.0004480672 15 0 0 +21770100 15.0004480672 14.925 0 0 +21771000 15.0004480672 14.775 0 0 +21771900 15.0004480672 14.625 0 0 +21772800 15.0004480672 14.475 0 0 +21773700 15.0004480672 14.4 0 0 +21774600 15.0004480672 14.4 0 0 +21775500 15.0004480672 14.4 0 0 +21776400 15.0004480672 14.4 0 0 +21777300 15.0004480672 14.3375 0 0 +21778200 15.0004480672 14.2125 0 0 +21779100 15.0004480672 14.0875 0 0 +21780000 15.0004480672 13.9625 0 0 +21780900 15.0004480672 13.9 0 0 +21781800 15.0004480672 13.9 0 0 +21782700 15.0004480672 13.9 0 0 +21783600 15.0004480672 13.9 0 0 +21784500 15.0004480672 13.9 0 0 +21785400 15.0004480672 13.9 0 0 +21786300 15.0004480672 13.9 0 0 +21787200 15.0004480672 13.9 0 0 +21788100 15.0004480672 13.9 0 0 +21789000 15.0004480672 13.9 0 0 +21789900 15.0004480672 13.9 0 0 +21790800 15.0004480672 13.9 0 0 +21791700 15.0004480672 13.9 0 0 +21792600 15.0004480672 13.9 0 0 +21793500 15.0004480672 13.9 0 0 +21794400 15.0004480672 13.9 0 0 +21795300 15.0004480672 13.9625 19.9457219712 0 +21796200 15.0004480672 21.0446803303 45.5931825015 0 +21797100 15.0004480672 23.9704726246 73.0327789433 0 +21798000 15.0076079717 15.9828703892 102.1056996384 0.0555555556 +21798900 15.0004480672 37.1304842591 202.2719885321 0 +21799800 15.0076079717 17.4790539488 251.5789847132 0.0555555556 +21800700 15.0076079717 18.2524852616 301.1730988214 0.0555555556 +21801600 15.0076079717 19.2080957395 350.2607068712 0.0555555556 +21802500 15.0076079717 21.1597550977 452.2710871143 0.0555555556 +21803400 15.0076079717 22.2285851617 504.6687546827 0.0555555556 +21804300 15.0076079717 23.2021400699 555.1155219008 0.0555555556 +21805200 15.0076079717 24.1471823903 603.2766173964 0.0555555556 +21806100 15.0076079717 24.734148735 627.4594167974 0.0555555556 +21807000 15.0076079717 25.5697336945 668.8422643919 0.0555555556 +21807900 15.0076079717 26.3537051742 707.2854364692 0.0555555556 +21808800 15.0076079717 27.0802812886 742.6001862925 0.0555555556 +21809700 15.0076079717 29.1589994967 864.2741218541 0.0555555556 +21810600 15.0076079717 29.8182094019 896.0817015679 0.0555555556 +21811500 15.0076079717 30.3994718855 923.9073549593 0.0555555556 +21812400 15.0076079717 30.8993938022 947.6281773669 0.0555555556 +21813300 15.0076079717 31.7036475428 992.2840428259 0.0555555556 +21814200 15.0076079717 32.0287845672 1007.8942463395 0.0555555556 +21815100 15.0076079717 32.2637609546 1019.0333466932 0.0555555556 +21816000 15.0076079717 32.4073177931 1025.6534281682 0.0555555556 +21816900 15.0076079717 32.4526213021 1027.3122638632 0.0555555556 +21817800 15.0076079717 32.4135107943 1024.8295535994 0.0555555556 +21818700 15.0076079717 32.2823169097 1017.8029346879 0.0555555556 +21819600 15.0076079717 32.0598288322 1006.2625741922 0.0555555556 +21820500 15.0076079717 31.6086949322 980.5085261271 0.0555555556 +21821400 15.0076079717 31.1995720199 960.3168431813 0.0555555556 +21822300 15.0076079717 30.7052274949 935.8618910564 0.0555555556 +21823200 15.0076079717 30.1285675307 907.2501957353 0.0555555556 +21824100 15.0076079717 29.1998346327 854.835384767 0.0555555556 +21825000 15.0076079717 28.4688965241 819.1578170645 0.0555555556 +21825900 15.0076079717 27.6690129113 779.8411018025 0.0555555556 +21826800 15.0076079717 26.8056873147 737.0663169786 0.0555555556 +21827700 15.0076079717 25.4383469928 658.6190728902 0.0555555556 +21828600 15.0076079717 24.4982897181 611.8851757948 0.0555555556 +21829500 15.0076079717 23.5186520719 562.487043857 0.0555555556 +21830400 15.0076079717 22.5097841568 510.7061110464 0.0555555556 +21831300 15.0076079717 20.71601051 412.6058318935 0.0555555556 +21832200 15.0076079717 19.5510330932 362.2639050362 0.0555555556 +21833100 15.0076079717 18.5792693768 310.78390439 0.0555555556 +21834000 15.0076079717 17.7982231556 258.7928644503 0.0555555556 +21834900 15.0004480672 31.9795996141 157.00062406 0 +21835800 15.0076079717 16.0657069893 117.3593589301 0.0555555556 +21836700 15.0004480672 25.5803383214 80.0360302579 0 +21837600 15.0004480672 23.0115869032 45.4149465568 0 +21838500 15.0004480672 16.5625 8.2843518039 0 +21839400 15.0004480672 16.2875 1.1946386191 0 +21840300 15.0004480672 16.0125 0 0 +21841200 15.0004480672 15.7375 0 0 +21842100 15.0004480672 15.6 0 0 +21843000 15.0004480672 15.6 0 0 +21843900 15.0004480672 15.6 0 0 +21844800 15.0004480672 15.6 0 0 +21845700 15.0004480672 15.525 0 0 +21846600 15.0004480672 15.375 0 0 +21847500 15.0004480672 15.225 0 0 +21848400 15.0004480672 15.075 0 0 +21849300 15.0004480672 15 0 0 +21850200 15.0004480672 15 0 0 +21851100 15.0004480672 15 0 0 +21852000 15.0004480672 15 0 0 +21852900 15.0004480672 15 0 0 +21853800 15.0004480672 15 0 0 +21854700 15.0004480672 15 0 0 +21855600 15.0004480672 15 0 0 +21856500 15.0004480672 15 0 0 +21857400 15.0004480672 15 0 0 +21858300 15.0004480672 15 0 0 +21859200 15.0004480672 15 0 0 +21860100 15.0004480672 15 0 0 +21861000 15.0004480672 15 0 0 +21861900 15.0004480672 15 0 0 +21862800 15.0004480672 15 0 0 +21863700 15.0004480672 15 0 0 +21864600 15.0004480672 15 0 0 +21865500 15.0004480672 15 0 0 +21866400 15.0004480672 15 0 0 +21867300 15.0004480672 15 0 0 +21868200 15.0004480672 15 0 0 +21869100 15.0004480672 15 0 0 +21870000 15.0004480672 15 0 0 +21870900 15.0004480672 15 0 0 +21871800 15.0004480672 15 0 0 +21872700 15.0004480672 15 0 0 +21873600 15.0004480672 15 0 0 +21874500 15.0004480672 14.925 0 0 +21875400 15.0004480672 14.775 0 0 +21876300 15.0004480672 14.625 0 0 +21877200 15.0004480672 14.475 0 0 +21878100 15.0004480672 14.4 0 0 +21879000 15.0004480672 14.4 0 0 +21879900 15.0004480672 14.4 0 0 +21880800 15.0004480672 14.4 0 0 +21881700 15.0004480672 14.475 21.7852033336 0 +21882600 15.0004480672 22.3976321767 49.7401074492 0 +21883500 15.0076079717 15.8879448036 79.019630523 0.0555555556 +21884400 15.0004480672 29.4074872183 109.8081434966 0 +21885300 15.0076079717 17.039943248 206.3444624437 0.0555555556 +21886200 15.0076079717 17.6604093137 256.248206083 0.0555555556 +21887100 15.0076079717 18.4419367689 306.4374238871 0.0555555556 +21888000 15.0076079717 19.3961170857 356.1361181198 0.0555555556 +21888900 15.0076079717 20.5517718792 403.2349270704 0.0555555556 +21889800 15.0076079717 21.4877766157 449.9460333647 0.0555555556 +21890700 15.0076079717 22.3494879143 494.9234173587 0.0555555556 +21891600 15.0076079717 23.1859074864 537.8677887202 0.0555555556 +21892500 15.0076079717 23.6920871929 567.8074442304 0.0555555556 +21893400 15.0076079717 24.3981856309 604.9251124317 0.0555555556 +21894300 15.0076079717 25.0607789509 639.443805396 0.0555555556 +21895200 15.0076079717 25.6750451137 671.1820291954 0.0555555556 +21896100 15.0076079717 28.9611863994 860.9394403856 0.0555555556 +21897000 15.0076079717 29.580445159 892.5998903849 0.0555555556 +21897900 15.0076079717 30.1239105953 920.2910945422 0.0555555556 +21898800 15.0076079717 30.5882612728 943.8866458578 0.0555555556 +21899700 15.0076079717 30.903000691 952.6100220884 0.0555555556 +21900600 15.0076079717 31.211340008 967.5293692676 0.0555555556 +21901500 15.0076079717 31.4337146551 978.1447222654 0.0555555556 +21902400 15.0076079717 31.5689259203 984.409670391 0.0555555556 +21903300 15.0076079717 32.0774558388 1011.0444694439 0.0555555556 +21904200 15.0076079717 32.037111687 1008.4871217324 0.0555555556 +21905100 15.0076079717 31.9063427436 1001.4519559182 0.0555555556 +21906000 15.0076079717 31.6859381938 989.9692755286 0.0555555556 +21906900 15.0076079717 30.5574217446 923.7449790584 0.0555555556 +21907800 15.0076079717 30.1706465629 904.5581135189 0.0555555556 +21908700 15.0076079717 29.7038252429 881.345932927 0.0555555556 +21909600 15.0076079717 29.1597287069 854.210982462 0.0555555556 +21910500 15.0076079717 28.1417356301 796.2390408008 0.0555555556 +21911400 15.0076079717 27.4717369428 762.7715260619 0.0555555556 +21912300 15.0076079717 26.7380252171 725.9142959229 0.0555555556 +21913200 15.0076079717 25.9457826696 685.8409859782 0.0555555556 +21914100 15.0076079717 22.817885239 496.3927349615 0.0555555556 +21915000 15.0076079717 22.1247318339 460.9399616595 0.0555555556 +21915900 15.0076079717 21.4040628544 423.5793761577 0.0555555556 +21916800 15.0076079717 20.6633280489 384.5457052279 0.0555555556 +21917700 15.0076079717 20.4757903961 395.211985525 0.0555555556 +21918600 15.0076079717 19.4301131031 346.9592167121 0.0555555556 +21919500 15.0076079717 18.5415060415 297.8074662063 0.0555555556 +21920400 15.0076079717 17.8074780592 248.3426306488 0.0555555556 +21921300 15.0004480672 31.4467814519 143.2716234422 0 +21922200 15.0076079717 16.0380575279 107.4758502008 0.0555555556 +21923100 15.0004480672 25.0249487186 73.7794549133 0 +21924000 15.0004480672 22.2405081181 42.3209053073 0 +21924900 15.0004480672 15.9625 6.9499136208 0 +21925800 15.0004480672 15.6875 0.7217866599 0 +21926700 15.0004480672 15.4125 0 0 +21927600 15.0004480672 15.1375 0 0 +21928500 15.0004480672 15 0 0 +21929400 15.0004480672 15 0 0 +21930300 15.0004480672 15 0 0 +21931200 15.0004480672 15 0 0 +21932100 15.0004480672 14.925 0 0 +21933000 15.0004480672 14.775 0 0 +21933900 15.0004480672 14.625 0 0 +21934800 15.0004480672 14.475 0 0 +21935700 15.0004480672 14.4 0 0 +21936600 15.0004480672 14.4 0 0 +21937500 15.0004480672 14.4 0 0 +21938400 15.0004480672 14.4 0 0 +21939300 15.0004480672 14.4 0 0 +21940200 15.0004480672 14.4 0 0 +21941100 15.0004480672 14.4 0 0 +21942000 15.0004480672 14.4 0 0 +21942900 15.0004480672 14.475 0 0 +21943800 15.0004480672 14.625 0 0 +21944700 15.0004480672 14.775 0 0 +21945600 15.0004480672 14.925 0 0 +21946500 15.0004480672 15 0 0 +21947400 15.0004480672 15 0 0 +21948300 15.0004480672 15 0 0 +21949200 15.0004480672 15 0 0 +21950100 15.0004480672 15 0 0 +21951000 15.0004480672 15 0 0 +21951900 15.0004480672 15 0 0 +21952800 15.0004480672 15 0 0 +21953700 15.0004480672 14.925 0 0 +21954600 15.0004480672 14.775 0 0 +21955500 15.0004480672 14.625 0 0 +21956400 15.0004480672 14.475 0 0 +21957300 15.0004480672 14.4 0 0 +21958200 15.0004480672 14.4 0 0 +21959100 15.0004480672 14.4 0 0 +21960000 15.0004480672 14.4 0 0 +21960900 15.0004480672 14.4 0 0 +21961800 15.0004480672 14.4 0 0 +21962700 15.0004480672 14.4 0 0 +21963600 15.0004480672 14.4 0 0 +21964500 15.0004480672 14.4 0 0 +21965400 15.0004480672 14.4 0 0 +21966300 15.0004480672 14.4 0 0 +21967200 15.0004480672 14.4 0 0 +21968100 15.0004480672 14.475 16.4026503194 0 +21969000 15.0004480672 20.440119028 33.2320008151 0 +21969900 15.0004480672 23.35423801 50.1357014485 0 +21970800 15.0076079717 15.9148029788 67.1114660805 0.0555555556 +21971700 15.0004480672 35.141616598 126.7280314211 0 +21972600 15.0076079717 17.0573868127 152.8048755233 0.0555555556 +21973500 15.0076079717 17.4435667999 178.6423292056 0.0555555556 +21974400 15.0076079717 17.8487757742 204.0362892481 0.0555555556 +21975300 15.0076079717 18.4635379719 244.7968948233 0.0555555556 +21976200 15.0076079717 18.9471450714 271.6234234921 0.0555555556 +21977100 15.0076079717 19.4047020363 297.4729720653 0.0555555556 +21978000 15.0076079717 19.8474842597 322.1799581043 0.0555555556 +21978900 15.0076079717 25.1954939534 659.4183711643 0.0555555556 +21979800 15.0076079717 26.0703413031 702.7124674599 0.0555555556 +21980700 15.0076079717 26.8917096348 742.9185815142 0.0555555556 +21981600 15.0076079717 27.6537638274 779.8379659361 0.0555555556 +21982500 15.0076079717 29.3092692721 869.9545626873 0.0555555556 +21983400 15.0076079717 29.9532583149 901.7829979008 0.0555555556 +21984300 15.0076079717 30.5191413686 929.595359976 0.0555555556 +21985200 15.0076079717 31.0035633528 953.2692049883 0.0555555556 +21986100 15.0076079717 31.5719208364 984.706926358 0.0555555556 +21987000 15.0076079717 31.8900878022 1000.0047135017 0.0555555556 +21987900 15.0076079717 32.1192886886 1010.8557726469 0.0555555556 +21988800 15.0076079717 32.258306025 1017.2132701942 0.0555555556 +21989700 15.0076079717 32.3123526199 1019.4638231399 0.0555555556 +21990600 15.0076079717 32.2693651447 1016.7704096392 0.0555555556 +21991500 15.0076079717 32.135553455 1009.5578621775 0.0555555556 +21992400 15.0076079717 31.9117222477 997.8572598978 0.0555555556 +21993300 15.0076079717 31.4588329002 971.151015759 0.0555555556 +21994200 15.0076079717 31.081090922 950.870690494 0.0555555556 +21995100 15.0076079717 30.6194157653 926.3585894155 0.0555555556 +21996000 15.0076079717 30.0767015509 897.7219263392 0.0555555556 +21996900 15.0076079717 29.0886342552 840.2068780563 0.0555555556 +21997800 15.0076079717 28.3807393239 804.7831534215 0.0555555556 +21998700 15.0076079717 27.6056582637 765.7762909945 0.0555555556 +21999600 15.0076079717 26.7688175507 723.3668309547 0.0555555556 +22000500 15.0076079717 25.343572664 640.7831298682 0.0555555556 +22001400 15.0076079717 24.4192854712 594.8488801517 0.0555555556 +22002300 15.0076079717 23.4571530747 546.3280800513 0.0555555556 +22003200 15.0076079717 22.4672495079 495.4987872852 0.0555555556 +22004100 15.0076079717 20.5959500999 391.1445369954 0.0555555556 +22005000 15.0076079717 19.4652549118 342.8389390053 0.0555555556 +22005900 15.0076079717 18.511150861 293.5092383016 0.0555555556 +22006800 15.0076079717 17.7302901669 243.7541749187 0.0555555556 +22007700 15.0004480672 32.3153302829 141.0586498124 0 +22008600 15.0076079717 16.1031436564 105.3455877933 0.0555555556 +22009500 15.0004480672 25.8687812876 71.7294900169 0 +22010400 15.0004480672 23.006450331 40.3037511532 0 +22011300 15.0004480672 17 5.2825308132 0 +22012200 15.0004480672 16.6 0.3520188599 0 +22013100 15.0004480672 16.2 0 0 +22014000 15.0004480672 15.8 0 0 +22014900 15.0004480672 15.6 0 0 +22015800 15.0004480672 15.6 0 0 +22016700 15.0004480672 15.6 0 0 +22017600 15.0004480672 15.6 0 0 +22018500 15.0004480672 15.45 0 0 +22019400 15.0004480672 15.15 0 0 +22020300 15.0004480672 14.85 0 0 +22021200 15.0004480672 14.55 0 0 +22022100 15.0004480672 14.3375 0 0 +22023000 15.0004480672 14.2125 0 0 +22023900 15.0004480672 14.0875 0 0 +22024800 15.0004480672 13.9625 0 0 +22025700 15.0004480672 13.9 0 0 +22026600 15.0004480672 13.9 0 0 +22027500 15.0004480672 13.9 0 0 +22028400 15.0004480672 13.9 0 0 +22029300 15.0004480672 13.9 0 0 +22030200 15.0004480672 13.9 0 0 +22031100 15.0004480672 13.9 0 0 +22032000 15.0004480672 13.9 0 0 +22032900 15.0004480672 13.9 0 0 +22033800 15.0004480672 13.9 0 0 +22034700 15.0004480672 13.9 0 0 +22035600 15.0004480672 13.9 0 0 +22036500 15.0004480672 13.825 0 0 +22037400 15.0004480672 13.675 0 0 +22038300 15.0004480672 13.525 0 0 +22039200 15.0004480672 13.375 0 0 +22040100 15.0004480672 13.2375 0 0 +22041000 15.0004480672 13.1125 0 0 +22041900 15.0004480672 12.9875 0 0 +22042800 15.0004480672 12.8625 0 0 +22043700 15.0004480672 12.8 0 0 +22044600 15.0004480672 12.8 0 0 +22045500 15.0004480672 12.8 0 0 +22046400 15.0004480672 12.8 0 0 +22047300 15.0004480672 12.725 0 0 +22048200 15.0004480672 12.575 0 0 +22049100 15.0004480672 12.425 0 0 +22050000 15.0004480672 12.275 0 0 +22050900 15.0004480672 12.3375 0 0 +22051800 15.0004480672 12.6125 0 0 +22052700 15.0004480672 12.8875 0 0 +22053600 15.0004480672 13.1625 0 0 +22054500 15.0004480672 13.4375 15.5511954451 0 +22055400 15.0004480672 19.4685565639 35.5823912236 0 +22056300 15.0004480672 22.4887150165 55.9646745914 0 +22057200 15.0076079717 15.8596392482 77.077008651 0.0555555556 +22058100 15.0004480672 30.5429820084 109.5931006977 0 +22059000 15.0076079717 16.6391092749 133.9052041064 0.0555555556 +22059900 15.0076079717 17.0331031422 158.2478012604 0.0555555556 +22060800 15.0076079717 17.473521718 182.3499359083 0.0555555556 +22061700 15.0004480672 37.3977240443 125.2521197373 0 +22062600 15.0076079717 17.1238661849 138.31667712 0.0555555556 +22063500 15.0076079717 17.3623589618 150.8649182951 0.0555555556 +22064400 15.0076079717 17.5927352126 162.8281899382 0.0555555556 +22065300 15.0076079717 17.9258345831 182.910057012 0.0555555556 +22066200 15.0076079717 18.1057916848 194.1078959963 0.0555555556 +22067100 15.0076079717 18.2735580917 204.5074203952 0.0555555556 +22068000 15.0076079717 18.4281067935 214.0575873566 0.0555555556 +22068900 15.0076079717 27.8225450234 794.2439814748 0.0555555556 +22069800 15.0076079717 28.3876973187 823.3087241288 0.0555555556 +22070700 15.0076079717 28.8845346783 848.7076644598 0.0555555556 +22071600 15.0076079717 29.3100764798 870.3220557518 0.0555555556 +22072500 15.0076079717 30.8960646481 953.651067794 0.0555555556 +22073400 15.0076079717 31.1961754694 968.4080632468 0.0555555556 +22074300 15.0076079717 31.4113954194 978.844116493 0.0555555556 +22075200 15.0076079717 31.5405635911 984.9131349164 0.0555555556 +22076100 15.0076079717 31.6145046843 987.5453929904 0.0555555556 +22077000 15.0076079717 31.6035355774 984.8168407237 0.0555555556 +22077900 15.0076079717 31.5057000892 977.6948990866 0.0555555556 +22078800 15.0076079717 31.3217862809 966.2109695001 0.0555555556 +22079700 15.0076079717 30.8159383428 936.3626134172 0.0555555556 +22080600 15.0076079717 30.4158336755 916.621619179 0.0555555556 +22081500 15.0076079717 29.9361668362 892.7898513173 0.0555555556 +22082400 15.0076079717 29.3797283163 864.974309174 0.0555555556 +22083300 15.0076079717 28.3087295872 803.654211704 0.0555555556 +22084200 15.0076079717 27.6316039922 769.5180049968 0.0555555556 +22085100 15.0076079717 26.8915231394 731.9594686673 0.0555555556 +22086000 15.0076079717 26.0936508314 691.1584651589 0.0555555556 +22086900 15.0076079717 24.5499231473 600.2038673476 0.0555555556 +22087800 15.0076079717 23.695998103 556.8895413414 0.0555555556 +22088700 15.0076079717 22.807842366 511.1969891873 0.0555555556 +22089600 15.0076079717 21.8946870327 463.3986729918 0.0555555556 +22090500 15.0076079717 20.0236322713 352.9793386277 0.0555555556 +22091400 15.0076079717 19.0648837427 309.2532318303 0.0555555556 +22092300 15.0076079717 18.2473978773 264.7342379534 0.0555555556 +22093200 15.0076079717 17.5680028136 219.9525425791 0.0555555556 +22094100 15.0004480672 32.0238768226 118.0738922508 0 +22095000 15.0076079717 16.0688972574 89.1775003037 0.0555555556 +22095900 15.0004480672 24.8198411948 61.7419256842 0 +22096800 15.0004480672 21.3687147887 35.7128252203 0 +22097700 15.0004480672 15.3875 3.3295511709 0 +22098600 15.0004480672 14.9625 0.1162039271 0 +22099500 15.0004480672 14.5375 0 0 +22100400 15.0004480672 14.1125 0 0 +22101300 15.0004480672 13.825 0 0 +22102200 15.0004480672 13.675 0 0 +22103100 15.0004480672 13.525 0 0 +22104000 15.0004480672 13.375 0 0 +22104900 15.0004480672 13.3 0 0 +22105800 15.0004480672 13.3 0 0 +22106700 15.0004480672 13.3 0 0 +22107600 15.0004480672 13.3 0 0 +22108500 15.0004480672 13.3 0 0 +22109400 15.0004480672 13.3 0 0 +22110300 15.0004480672 13.3 0 0 +22111200 15.0004480672 13.3 0 0 +22112100 15.0004480672 13.3 0 0 +22113000 15.0004480672 13.3 0 0 +22113900 15.0004480672 13.3 0 0 +22114800 15.0004480672 13.3 0 0 +22115700 15.0004480672 13.2375 0 0 +22116600 15.0004480672 13.1125 0 0 +22117500 15.0004480672 12.9875 0 0 +22118400 15.0004480672 12.8625 0 0 +22119300 15.0004480672 12.8 0 0 +22120200 15.0004480672 12.8 0 0 +22121100 15.0004480672 12.8 0 0 +22122000 15.0004480672 12.8 0 0 +22122900 15.0004480672 12.8 0 0 +22123800 15.0004480672 12.8 0 0 +22124700 15.0004480672 12.8 0 0 +22125600 15.0004480672 12.8 0 0 +22126500 15.0004480672 12.725 0 0 +22127400 15.0004480672 12.575 0 0 +22128300 15.0004480672 12.425 0 0 +22129200 15.0004480672 12.275 0 0 +22130100 15.0004480672 12.2 0 0 +22131000 15.0004480672 12.2 0 0 +22131900 15.0004480672 12.2 0 0 +22132800 15.0004480672 12.2 0 0 +22133700 15.0004480672 12.2 0 0 +22134600 15.0004480672 12.2 0 0 +22135500 15.0004480672 12.2 0 0 +22136400 15.0004480672 12.2 0 0 +22137300 15.0004480672 12.275 0 0 +22138200 15.0004480672 12.425 0 0 +22139100 15.0004480672 12.575 0 0 +22140000 15.0004480672 12.725 0 0 +22140900 15.0004480672 15.1326537242 12.5281970834 0 +22141800 15.0004480672 17.704636379 26.7162694168 0 +22142700 15.0004480672 20.2188502872 40.9074995967 0 +22143600 15.0004480672 22.6857433506 55.107088217 0 +22144500 15.0076079717 17.1470315916 171.6192231286 0.0555555556 +22145400 15.0076079717 17.6641960961 207.8638808643 0.0555555556 +22146300 15.0076079717 18.2086466807 243.7999524036 0.0555555556 +22147200 15.0076079717 18.781563243 279.1298455401 0.0555555556 +22148100 15.0076079717 20.3951692291 393.1375709439 0.0555555556 +22149000 15.0076079717 21.2701662814 438.2964225431 0.0555555556 +22149900 15.0076079717 22.1079862661 481.7690761483 0.0555555556 +22150800 15.0076079717 22.9208145525 523.2707381734 0.0555555556 +22151700 15.0076079717 25.6347603512 684.3709154927 0.0555555556 +22152600 15.0076079717 26.5317899944 729.064200827 0.0555555556 +22153500 15.0076079717 27.3718375731 770.507926603 0.0555555556 +22154400 15.0076079717 28.1488857697 808.509328366 0.0555555556 +22155300 15.0076079717 29.2363397492 869.5878765169 0.0555555556 +22156200 15.0076079717 29.8866462959 901.2026601454 0.0555555556 +22157100 15.0076079717 30.4587546733 928.7940261029 0.0555555556 +22158000 15.0076079717 30.9493632299 952.2419161571 0.0555555556 +22158900 15.0076079717 31.5424764696 984.3626138934 0.0555555556 +22159800 15.0076079717 31.8764545136 999.4428883599 0.0555555556 +22160700 15.0076079717 32.1214207572 1010.0724044777 0.0555555556 +22161600 15.0076079717 32.2761902457 1016.2056785451 0.0555555556 +22162500 15.0076079717 32.3364443659 1017.9236868458 0.0555555556 +22163400 15.0076079717 32.2982048602 1015.0049138683 0.0555555556 +22164300 15.0076079717 32.1692857858 1007.5688355329 0.0555555556 +22165200 15.0076079717 31.9505121539 995.6472274063 0.0555555556 +22166100 15.0076079717 31.4681233913 968.1450707129 0.0555555556 +22167000 15.0076079717 31.046414849 947.6659198321 0.0555555556 +22167900 15.0076079717 30.5411515483 922.9611827067 0.0555555556 +22168800 15.0076079717 29.9552348488 894.1378432139 0.0555555556 +22169700 15.0076079717 28.9308371416 835.5531241963 0.0555555556 +22170600 15.0076079717 28.2217165505 800.0056629007 0.0555555556 +22171500 15.0076079717 27.4457936783 760.8828111351 0.0555555556 +22172400 15.0076079717 26.6084861921 718.3630089839 0.0555555556 +22173300 15.0076079717 25.1460376664 633.9678492748 0.0555555556 +22174200 15.0076079717 24.2045932442 588.0886971515 0.0555555556 +22175100 15.0076079717 23.2256753356 539.6277337685 0.0555555556 +22176000 15.0076079717 22.2193322335 488.8573064781 0.0555555556 +22176900 15.0076079717 20.3492570116 382.6990363134 0.0555555556 +22177800 15.0076079717 19.2994859968 334.7976706241 0.0555555556 +22178700 15.0076079717 18.4234121517 285.8635920946 0.0555555556 +22179600 15.0076079717 17.7167683832 236.489757756 0.0555555556 +22180500 15.0004480672 32.9521290327 134.2928142734 0 +22181400 15.0076079717 16.1064816459 99.5458002561 0.0555555556 +22182300 15.0004480672 25.2300243553 66.8407282804 0 +22183200 15.0004480672 21.5909574707 36.1678404088 0 +22184100 15.0004480672 15.8875 2.8143531972 0 +22185000 15.0004480672 15.4625 0.0199933893 0 +22185900 15.0004480672 15.0375 0 0 +22186800 15.0004480672 14.6125 0 0 +22187700 15.0004480672 14.2625 0 0 +22188600 15.0004480672 13.9875 0 0 +22189500 15.0004480672 13.7125 0 0 +22190400 15.0004480672 13.4375 0 0 +22191300 15.0004480672 13.2375 0 0 +22192200 15.0004480672 13.1125 0 0 +22193100 15.0004480672 12.9875 0 0 +22194000 15.0004480672 12.8625 0 0 +22194900 15.0004480672 12.8 0 0 +22195800 15.0004480672 12.8 0 0 +22196700 15.0004480672 12.8 0 0 +22197600 15.0004480672 12.8 0 0 +22198500 15.0004480672 12.725 0 0 +22199400 15.0004480672 12.575 0 0 +22200300 15.0004480672 12.425 0 0 +22201200 15.0004480672 12.275 0 0 +22202100 15.0004480672 12.275 0 0 +22203000 15.0004480672 12.425 0 0 +22203900 15.0004480672 12.575 0 0 +22204800 15.0004480672 12.725 0 0 +22205700 15.0004480672 12.725 0 0 +22206600 15.0004480672 12.575 0 0 +22207500 15.0004480672 12.425 0 0 +22208400 15.0004480672 12.275 0 0 +22209300 15.0004480672 12.275 0 0 +22210200 15.0004480672 12.425 0 0 +22211100 15.0004480672 12.575 0 0 +22212000 15.0004480672 12.725 0 0 +22212900 15.0004480672 12.8 0 0 +22213800 15.0004480672 12.8 0 0 +22214700 15.0004480672 12.8 0 0 +22215600 15.0004480672 12.8 0 0 +22216500 15.0004480672 12.725 0 0 +22217400 15.0004480672 12.575 0 0 +22218300 15.0004480672 12.425 0 0 +22219200 15.0004480672 12.275 0 0 +22220100 15.0004480672 12.2 0 0 +22221000 15.0004480672 12.2 0 0 +22221900 15.0004480672 12.2 0 0 +22222800 15.0004480672 12.2 0 0 +22223700 15.0004480672 12.275 0 0 +22224600 15.0004480672 12.425 0 0 +22225500 15.0004480672 12.575 0 0 +22226400 15.0004480672 12.725 0 0 +22227300 15.0004480672 15.8520019179 14.6826792573 0 +22228200 15.0004480672 19.6468489222 38.7071540157 0 +22229100 15.0004480672 23.2662619417 63.2678894795 0 +22230000 15.0076079717 15.972195214 89.1383252546 0.0555555556 +22230900 15.0004480672 37.7717938074 182.0175819061 0 +22231800 15.0076079717 17.4994224825 226.1586273767 0.0555555556 +22232700 15.0076079717 18.2148520091 270.4515565715 0.0555555556 +22233600 15.0076079717 19.0735604136 314.2543488597 0.0555555556 +22234500 15.0076079717 21.0340099977 424.9660146401 0.0555555556 +22235400 15.0076079717 21.9872336684 474.0897815867 0.0555555556 +22236300 15.0076079717 22.9079796017 521.2845795741 0.0555555556 +22237200 15.0076079717 23.8004987602 566.2566128956 0.0555555556 +22238100 15.0076079717 25.3983934858 659.7214096553 0.0555555556 +22239000 15.0076079717 26.2617638151 702.822746881 0.0555555556 +22239900 15.0076079717 27.0709002287 742.7981789407 0.0555555556 +22240800 15.0076079717 27.8200758568 779.4569596014 0.0555555556 +22241700 15.0076079717 28.9959921807 845.5700739605 0.0555555556 +22242600 15.0076079717 29.6393550003 876.3017874854 0.0555555556 +22243500 15.0076079717 30.2074478087 903.1125323443 0.0555555556 +22244400 15.0076079717 30.6970907161 925.8832471199 0.0555555556 +22245300 15.0076079717 31.3253469615 959.7557693222 0.0555555556 +22246200 15.0076079717 31.6345961937 974.3968711486 0.0555555556 +22247100 15.0076079717 31.8580278888 984.6841869214 0.0555555556 +22248000 15.0076079717 31.9945034587 990.572958117 0.0555555556 +22248900 15.0076079717 32.064394061 992.5128510553 0.0555555556 +22249800 15.0076079717 32.0559504208 989.5455294497 0.0555555556 +22250700 15.0076079717 31.9597999278 982.1583776093 0.0555555556 +22251600 15.0076079717 31.7767564373 970.3835021971 0.0555555556 +22252500 15.0076079717 31.2957686241 939.8365396897 0.0555555556 +22253400 15.0076079717 30.9570855124 919.7675918435 0.0555555556 +22254300 15.0076079717 30.5378484186 895.5851006575 0.0555555556 +22255200 15.0076079717 30.0408777219 867.3958607853 0.0555555556 +22256100 15.0076079717 29.0127484409 806.6844142095 0.0555555556 +22257000 15.0076079717 28.3240065553 772.1027178512 0.0555555556 +22257900 15.0076079717 27.5717420991 734.0692872563 0.0555555556 +22258800 15.0076079717 26.7611720051 692.762180867 0.0555555556 +22259700 15.0076079717 25.200355034 602.0520812938 0.0555555556 +22260600 15.0076079717 24.2982824882 558.1559178221 0.0555555556 +22261500 15.0076079717 23.3613411223 511.8394117465 0.0555555556 +22262400 15.0076079717 22.398934746 463.3713129595 0.0555555556 +22263300 15.0076079717 20.4958696394 351.5951282686 0.0555555556 +22264200 15.0076079717 19.5546281483 307.3116897316 0.0555555556 +22265100 15.0076079717 18.7593006249 262.1861369091 0.0555555556 +22266000 15.0076079717 18.1058006415 216.7597813238 0.0555555556 +22266900 15.0004480672 39.9221285742 114.5284696763 0 +22267800 15.0076079717 16.6656438382 85.4608379144 0.0555555556 +22268700 15.0004480672 33.2076816865 57.9168216862 0 +22269600 15.0076079717 16.1424137218 31.7980127088 0.0555555556 +22270500 15.0004480672 24.8625 3.4599719533 0 +22271400 15.0004480672 24.5875 0.0006441762 0 +22272300 15.0004480672 24.3125 0 0 +22273200 15.0004480672 24.0375 0 0 +22274100 15.0004480672 23.625 0 0 +22275000 15.0004480672 23.075 0 0 +22275900 15.0004480672 22.525 0 0 +22276800 15.0004480672 21.975 0 0 +22277700 15.0004480672 21.5625 0 0 +22278600 15.0004480672 21.2875 0 0 +22279500 15.0004480672 21.0125 0 0 +22280400 15.0004480672 20.7375 0 0 +22281300 15.0004480672 20.45 0 0 +22282200 15.0004480672 20.15 0 0 +22283100 15.0004480672 19.85 0 0 +22284000 15.0004480672 19.55 0 0 +22284900 15.0004480672 19.3375 0 0 +22285800 15.0004480672 19.2125 0 0 +22286700 15.0004480672 19.0875 0 0 +22287600 15.0004480672 18.9625 0 0 +22288500 15.0004480672 18.6875 0 0 +22289400 15.0004480672 18.2625 0 0 +22290300 15.0004480672 17.8375 0 0 +22291200 15.0004480672 17.4125 0 0 +22292100 15.0004480672 17.0625 0 0 +22293000 15.0004480672 16.7875 0 0 +22293900 15.0004480672 16.5125 0 0 +22294800 15.0004480672 16.2375 0 0 +22295700 15.0004480672 16.0375 0 0 +22296600 15.0004480672 15.9125 0 0 +22297500 15.0004480672 15.7875 0 0 +22298400 15.0004480672 15.6625 0 0 +22299300 15.0004480672 15.525 0 0 +22300200 15.0004480672 15.375 0 0 +22301100 15.0004480672 15.225 0 0 +22302000 15.0004480672 15.075 0 0 +22302900 15.0004480672 15 0 0 +22303800 15.0004480672 15 0 0 +22304700 15.0004480672 15 0 0 +22305600 15.0004480672 15 0 0 +22306500 15.0004480672 14.8625 0 0 +22307400 15.0004480672 14.5875 0 0 +22308300 15.0004480672 14.3125 0 0 +22309200 15.0004480672 14.0375 0 0 +22310100 15.0004480672 13.9625 0 0 +22311000 15.0004480672 14.0875 0 0 +22311900 15.0004480672 14.2125 0 0 +22312800 15.0004480672 14.3375 0 0 +22313700 15.0004480672 16.8288055696 12.6429033543 0 +22314600 15.0004480672 20.0016449168 45.0357693827 0 +22315500 15.0004480672 22.8573934876 78.6137898611 0 +22316400 15.0076079717 15.8798895555 114.7733914414 0.0555555556 +22317300 15.0076079717 17.0205944448 208.2466710506 0.0555555556 +22318200 15.0076079717 17.7399367589 259.7996526483 0.0555555556 +22319100 15.0076079717 18.63996024 311.1515765031 0.0555555556 +22320000 15.0076079717 19.7340667955 361.5284408271 0.0555555556 +22320900 15.0076079717 21.7553659307 462.7859268614 0.0555555556 +22321800 15.0076079717 22.7933421718 516.1221887478 0.0555555556 +22322700 15.0076079717 23.806823157 567.1930613158 0.0555555556 +22323600 15.0076079717 24.7874717541 615.7134390674 0.0555555556 +22324500 15.0076079717 25.6196582311 659.1550592898 0.0555555556 +22325400 15.0076079717 26.4867292347 702.0237829114 0.0555555556 +22326300 15.0076079717 27.298140909 741.7376158964 0.0555555556 +22327200 15.0076079717 28.0481274332 778.1175825447 0.0555555556 +22328100 15.0076079717 27.57061885 754.0659960822 0.0555555556 +22329000 15.0076079717 28.1201050522 781.4757324395 0.0555555556 +22329900 15.0076079717 28.6033930057 805.3806450482 0.0555555556 +22330800 15.0076079717 29.0176601259 825.6718482286 0.0555555556 +22331700 15.0076079717 29.2712953771 834.4346198436 0.0555555556 +22332600 15.0076079717 29.5701280113 847.1216671144 0.0555555556 +22333500 15.0076079717 29.7944742993 856.0073770215 0.0555555556 +22334400 15.0076079717 29.9433465879 861.052276841 0.0555555556 +22335300 15.0076079717 29.9910378845 866.1555119688 0.0555555556 +22336200 15.0076079717 30.0074408505 863.4555211361 0.0555555556 +22337100 15.0076079717 29.9484040303 856.8800575763 0.0555555556 +22338000 15.0076079717 29.8146459592 846.4586136795 0.0555555556 +22338900 15.0076079717 30.9725174184 911.0146481339 0.0555555556 +22339800 15.0076079717 30.5687883661 891.4042273329 0.0555555556 +22340700 15.0076079717 30.0877041753 867.7985379318 0.0555555556 +22341600 15.0076079717 29.5320071467 840.3024653436 0.0555555556 +22342500 15.0076079717 24.8915676774 563.7839486677 0.0555555556 +22343400 15.0076079717 24.4442411296 539.4378940307 0.0555555556 +22344300 15.0076079717 23.9546365977 512.6981507403 0.0555555556 +22345200 15.0076079717 23.4263094838 483.6991370495 0.0555555556 +22346100 15.0076079717 24.8013342748 576.7744585178 0.0555555556 +22347000 15.0076079717 23.9130010874 534.4623044584 0.0555555556 +22347900 15.0076079717 22.9911303602 489.8276114487 0.0555555556 +22348800 15.0076079717 22.044782407 443.1291911716 0.0555555556 +22349700 15.0076079717 19.5349866285 275.9274209317 0.0555555556 +22350600 15.0076079717 18.9031739632 242.7342049066 0.0555555556 +22351500 15.0076079717 18.3187575199 208.8912314543 0.0555555556 +22352400 15.0076079717 17.7809365191 174.7059094054 0.0555555556 +22353300 15.0004480672 33.6552463951 90.244868435 0 +22354200 15.0076079717 16.1338230633 67.6248997016 0.0555555556 +22355100 15.0004480672 25.1033196774 45.9789611267 0 +22356000 15.0004480672 20.8492680911 25.2225212941 0 +22356900 15.0004480672 15.9625 3.3898579197 0 +22357800 15.0004480672 15.6875 0 0 +22358700 15.0004480672 15.4125 0 0 +22359600 15.0004480672 15.1375 0 0 +22360500 15.0004480672 15 0 0 +22361400 15.0004480672 15 0 0 +22362300 15.0004480672 15 0 0 +22363200 15.0004480672 15 0 0 +22364100 15.0004480672 14.8625 0 0 +22365000 15.0004480672 14.5875 0 0 +22365900 15.0004480672 14.3125 0 0 +22366800 15.0004480672 14.0375 0 0 +22367700 15.0004480672 13.825 0 0 +22368600 15.0004480672 13.675 0 0 +22369500 15.0004480672 13.525 0 0 +22370400 15.0004480672 13.375 0 0 +22371300 15.0004480672 13.3 0 0 +22372200 15.0004480672 13.3 0 0 +22373100 15.0004480672 13.3 0 0 +22374000 15.0004480672 13.3 0 0 +22374900 15.0004480672 13.2375 0 0 +22375800 15.0004480672 13.1125 0 0 +22376700 15.0004480672 12.9875 0 0 +22377600 15.0004480672 12.8625 0 0 +22378500 15.0004480672 12.8 0 0 +22379400 15.0004480672 12.8 0 0 +22380300 15.0004480672 12.8 0 0 +22381200 15.0004480672 12.8 0 0 +22382100 15.0004480672 12.8 0 0 +22383000 15.0004480672 12.8 0 0 +22383900 15.0004480672 12.8 0 0 +22384800 15.0004480672 12.8 0 0 +22385700 15.0004480672 12.725 0 0 +22386600 15.0004480672 12.575 0 0 +22387500 15.0004480672 12.425 0 0 +22388400 15.0004480672 12.275 0 0 +22389300 15.0004480672 12.2 0 0 +22390200 15.0004480672 12.2 0 0 +22391100 15.0004480672 12.2 0 0 +22392000 15.0004480672 12.2 0 0 +22392900 15.0004480672 12.1375 0 0 +22393800 15.0004480672 12.0125 0 0 +22394700 15.0004480672 11.8875 0 0 +22395600 15.0004480672 11.7625 0 0 +22396500 15.0004480672 11.8375 0 0 +22397400 15.0004480672 12.1125 0 0 +22398300 15.0004480672 12.3875 0 0 +22399200 15.0004480672 12.6625 0 0 +22400100 15.0004480672 14.8892053629 11.9458527955 0 +22401000 15.0004480672 17.6875337565 33.2202815742 0 +22401900 15.0004480672 20.3650640279 55.0702232575 0 +22402800 15.0004480672 23.0748404317 78.1207663794 0 +22403700 15.0076079717 16.7859766794 180.8478603152 0.0555555556 +22404600 15.0076079717 17.4013404456 224.618059411 0.0555555556 +22405500 15.0076079717 18.1349274456 268.4823330633 0.0555555556 +22406400 15.0076079717 18.9956766924 311.8356993204 0.0555555556 +22407300 15.0076079717 20.8509427768 417.7527615994 0.0555555556 +22408200 15.0076079717 21.7659299806 466.0305385425 0.0555555556 +22409100 15.0076079717 22.6628763281 512.3816640761 0.0555555556 +22410000 15.0076079717 23.5316400413 556.5239105904 0.0555555556 +22410900 15.0076079717 22.6872074026 493.7197565426 0.0555555556 +22411800 15.0076079717 23.3135300877 525.980833274 0.0555555556 +22412700 15.0076079717 23.9003391084 555.9130247771 0.0555555556 +22413600 15.0076079717 24.443422699 583.3664878847 0.0555555556 +22414500 15.0076079717 28.128167722 798.5120891846 0.0555555556 +22415400 15.0076079717 28.7203921616 827.3630130678 0.0555555556 +22416300 15.0076079717 29.2407506388 852.4988800227 0.0555555556 +22417200 15.0076079717 29.6862447225 873.8102484569 0.0555555556 +22418100 15.0076079717 31.5473065301 982.3418598502 0.0555555556 +22419000 15.0076079717 31.8532357688 997.0736842247 0.0555555556 +22419900 15.0076079717 32.0703625496 1007.3546507872 0.0555555556 +22420800 15.0076079717 32.1975519693 1013.141443407 0.0555555556 +22421700 15.0076079717 32.2344579566 1014.5005297566 0.0555555556 +22422600 15.0076079717 32.1803655802 1011.2445453145 0.0555555556 +22423500 15.0076079717 32.0359213513 1003.4778544952 0.0555555556 +22424400 15.0076079717 31.801979425 991.2331611269 0.0555555556 +22425300 15.0076079717 31.3110159846 962.0710780336 0.0555555556 +22426200 15.0076079717 30.9251320771 941.322216975 0.0555555556 +22427100 15.0076079717 30.4560822095 916.3624916161 0.0555555556 +22428000 15.0076079717 29.9067737799 887.2980026588 0.0555555556 +22428900 15.0076079717 28.8948408015 828.6009405585 0.0555555556 +22429800 15.0076079717 28.1740625294 792.8538475601 0.0555555556 +22430700 15.0076079717 27.386965118 753.539566337 0.0555555556 +22431600 15.0076079717 26.5389511157 710.8326396055 0.0555555556 +22432500 15.0076079717 25.0570517361 624.37598636 0.0555555556 +22433400 15.0076079717 24.148427429 578.5097745936 0.0555555556 +22434300 15.0076079717 23.2031042716 530.057557867 0.0555555556 +22435200 15.0076079717 22.2311121384 479.2814712751 0.0555555556 +22436100 15.0076079717 20.34702193 371.7209720781 0.0555555556 +22437000 15.0076079717 19.289251148 324.1552640672 0.0555555556 +22437900 15.0076079717 18.4019481601 275.5191064081 0.0555555556 +22438800 15.0076079717 17.6793947887 226.4027357507 0.0555555556 +22439700 15.0004480672 33.1218863289 123.4596269727 0 +22440600 15.0076079717 16.1343649421 90.1959866805 0.0555555556 +22441500 15.0004480672 25.7539850638 58.9511166123 0 +22442400 15.0004480672 22.1557417141 29.6194860542 0 +22443300 15.0004480672 17.5875 0 0 +22444200 15.0004480672 17.1625 0 0 +22445100 15.0004480672 16.7375 0 0 +22446000 15.0004480672 16.3125 0 0 +22446900 15.0004480672 16.0375 0 0 +22447800 15.0004480672 15.9125 0 0 +22448700 15.0004480672 15.7875 0 0 +22449600 15.0004480672 15.6625 0 0 +22450500 15.0004480672 15.45 0 0 +22451400 15.0004480672 15.15 0 0 +22452300 15.0004480672 14.85 0 0 +22453200 15.0004480672 14.55 0 0 +22454100 15.0004480672 14.4 0 0 +22455000 15.0004480672 14.4 0 0 +22455900 15.0004480672 14.4 0 0 +22456800 15.0004480672 14.4 0 0 +22457700 15.0004480672 14.3375 0 0 +22458600 15.0004480672 14.2125 0 0 +22459500 15.0004480672 14.0875 0 0 +22460400 15.0004480672 13.9625 0 0 +22461300 15.0004480672 13.9625 0 0 +22462200 15.0004480672 14.0875 0 0 +22463100 15.0004480672 14.2125 0 0 +22464000 15.0004480672 14.3375 0 0 +22464900 15.0004480672 14.475 0 0 +22465800 15.0004480672 14.625 0 0 +22466700 15.0004480672 14.775 0 0 +22467600 15.0004480672 14.925 0 0 +22468500 15.0004480672 15.075 0 0 +22469400 15.0004480672 15.225 0 0 +22470300 15.0004480672 15.375 0 0 +22471200 15.0004480672 15.525 0 0 +22472100 15.0004480672 15.45 0 0 +22473000 15.0004480672 15.15 0 0 +22473900 15.0004480672 14.85 0 0 +22474800 15.0004480672 14.55 0 0 +22475700 15.0004480672 14.4 0 0 +22476600 15.0004480672 14.4 0 0 +22477500 15.0004480672 14.4 0 0 +22478400 15.0004480672 14.4 0 0 +22479300 15.0004480672 14.4 0 0 +22480200 15.0004480672 14.4 0 0 +22481100 15.0004480672 14.4 0 0 +22482000 15.0004480672 14.4 0 0 +22482900 15.0004480672 14.4 0 0 +22483800 15.0004480672 14.4 0 0 +22484700 15.0004480672 14.4 0 0 +22485600 15.0004480672 14.4 0 0 +22486500 15.0004480672 15.6027725722 6.171802795 0 +22487400 15.0004480672 17.3571022502 15.0434607504 0 +22488300 15.0004480672 19.0838666373 23.8678154625 0 +22489200 15.0004480672 20.7773896193 32.6070796898 0 +22490100 15.0076079717 16.7530182155 137.9393360285 0.0555555556 +22491000 15.0076079717 17.1859251574 169.0337595611 0.0555555556 +22491900 15.0076079717 17.6571881665 199.9653778293 0.0555555556 +22492800 15.0076079717 18.1692395493 230.4315720131 0.0555555556 +22493700 15.0076079717 18.5659196369 250.0006171211 0.0555555556 +22494600 15.0076079717 19.0599290321 278.1012295106 0.0555555556 +22495500 15.0076079717 19.542518365 305.1243561357 0.0555555556 +22496400 15.0076079717 20.0089763593 330.9024645547 0.0555555556 +22497300 15.0076079717 24.4920201655 610.4152809893 0.0555555556 +22498200 15.0076079717 25.2780552313 650.1900074091 0.0555555556 +22499100 15.0076079717 26.0135816635 687.0446042915 0.0555555556 +22500000 15.0076079717 26.6933724556 720.8060344126 0.0555555556 +22500900 15.0076079717 23.1948285998 515.2949925304 0.0555555556 +22501800 15.0076079717 23.555737554 533.7938031647 0.0555555556 +22502700 15.0076079717 23.8748326525 549.9149775754 0.0555555556 +22503600 15.0076079717 24.1503829327 563.58215395 0.0555555556 +22504500 15.0076079717 27.3648148403 748.3883825942 0.0555555556 +22505400 15.0076079717 27.5773221004 759.6314606079 0.0555555556 +22506300 15.0076079717 27.7253177878 767.4532048979 0.0555555556 +22507200 15.0076079717 27.8079612786 771.8181438309 0.0555555556 +22508100 15.0076079717 30.2430376119 909.018011229 0.0555555556 +22509000 15.0076079717 30.174270589 905.9755924762 0.0555555556 +22509900 15.0076079717 30.0260801378 898.8614084076 0.0555555556 +22510800 15.0076079717 29.7992426039 887.7066222145 0.0555555556 +22511700 15.0076079717 29.0538992047 846.438883181 0.0555555556 +22512600 15.0076079717 28.6837282222 827.9263025795 0.0555555556 +22513500 15.0076079717 28.2423062133 805.6866450244 0.0555555556 +22514400 15.0076079717 27.7321949958 779.8195107106 0.0555555556 +22515300 15.0076079717 21.9029247337 442.7674099623 0.0555555556 +22516200 15.0076079717 21.5906567701 423.9948476088 0.0555555556 +22517100 15.0076079717 21.2489974208 403.3862517382 0.0555555556 +22518000 15.0076079717 20.8800839693 381.0423816205 0.0555555556 +22518900 15.0076079717 20.9709783413 385.9485564045 0.0555555556 +22519800 15.0076079717 20.4791796413 357.856902923 0.0555555556 +22520700 15.0076079717 19.9668720811 328.2795539302 0.0555555556 +22521600 15.0076079717 19.4387572325 297.3912462433 0.0555555556 +22522500 15.0004480672 38.5630830729 126.8570747475 0 +22523400 15.0076079717 16.6713687182 111.5063499348 0.0555555556 +22524300 15.0004480672 32.0237609039 95.8286274886 0 +22525200 15.0076079717 16.138380382 79.952682832 0.0555555556 +22526100 15.0004480672 29.290680914 86.2879166554 0 +22527000 15.0076079717 15.8823172313 64.8066867102 0.0555555556 +22527900 15.0004480672 22.5138347429 43.801305147 0 +22528800 15.0004480672 19.0551109991 23.2438951521 0 +22529700 15.0004480672 14.8625 0 0 +22530600 15.0004480672 14.5875 0 0 +22531500 15.0004480672 14.3125 0 0 +22532400 15.0004480672 14.0375 0 0 +22533300 15.0004480672 13.9 0 0 +22534200 15.0004480672 13.9 0 0 +22535100 15.0004480672 13.9 0 0 +22536000 15.0004480672 13.9 0 0 +22536900 15.0004480672 13.825 0 0 +22537800 15.0004480672 13.675 0 0 +22538700 15.0004480672 13.525 0 0 +22539600 15.0004480672 13.375 0 0 +22540500 15.0004480672 13.3 0 0 +22541400 15.0004480672 13.3 0 0 +22542300 15.0004480672 13.3 0 0 +22543200 15.0004480672 13.3 0 0 +22544100 15.0004480672 13.3 0 0 +22545000 15.0004480672 13.3 0 0 +22545900 15.0004480672 13.3 0 0 +22546800 15.0004480672 13.3 0 0 +22547700 15.0004480672 13.2375 0 0 +22548600 15.0004480672 13.1125 0 0 +22549500 15.0004480672 12.9875 0 0 +22550400 15.0004480672 12.8625 0 0 +22551300 15.0004480672 12.8 0 0 +22552200 15.0004480672 12.8 0 0 +22553100 15.0004480672 12.8 0 0 +22554000 15.0004480672 12.8 0 0 +22554900 15.0004480672 12.8 0 0 +22555800 15.0004480672 12.8 0 0 +22556700 15.0004480672 12.8 0 0 +22557600 15.0004480672 12.8 0 0 +22558500 15.0004480672 12.8 0 0 +22559400 15.0004480672 12.8 0 0 +22560300 15.0004480672 12.8 0 0 +22561200 15.0004480672 12.8 0 0 +22562100 15.0004480672 12.8 0 0 +22563000 15.0004480672 12.8 0 0 +22563900 15.0004480672 12.8 0 0 +22564800 15.0004480672 12.8 0 0 +22565700 15.0004480672 12.8 0 0 +22566600 15.0004480672 12.8 0 0 +22567500 15.0004480672 12.8 0 0 +22568400 15.0004480672 12.8 0 0 +22569300 15.0004480672 12.725 0 0 +22570200 15.0004480672 12.575 0 0 +22571100 15.0004480672 12.425 0 0 +22572000 15.0004480672 12.275 0 0 +22572900 15.0004480672 14.6138674039 12.7911753866 0 +22573800 15.0004480672 18.3901065974 33.7429638983 0 +22574700 15.0004480672 22.0672442543 54.8198223266 0 +22575600 15.0076079717 15.8804421914 76.1222613026 0.0555555556 +22576500 15.0004480672 29.8689495619 121.9127315534 0 +22577400 15.0076079717 16.6363034631 151.2508543449 0.0555555556 +22578300 15.0076079717 17.1014143137 180.6359261222 0.0555555556 +22579200 15.0076079717 17.6415799862 209.6917070273 0.0555555556 +22580100 15.0076079717 20.8941467203 430.3499290935 0.0555555556 +22581000 15.0076079717 21.8434065639 480.0700579556 0.0555555556 +22581900 15.0076079717 22.7727851804 527.6869082025 0.0555555556 +22582800 15.0076079717 23.6716930371 572.9338542611 0.0555555556 +22583700 15.0076079717 26.0181720705 710.6892704745 0.0555555556 +22584600 15.0076079717 26.981716784 756.4045216341 0.0555555556 +22585500 15.0076079717 27.8838194105 798.6741226538 0.0555555556 +22586400 15.0076079717 28.7185127359 837.3230505144 0.0555555556 +22587300 15.0076079717 29.7509527311 894.7017916599 0.0555555556 +22588200 15.0076079717 30.3937222924 926.5512360952 0.0555555556 +22589100 15.0076079717 30.9547695355 954.2480881596 0.0555555556 +22590000 15.0076079717 31.4308464315 977.6803268803 0.0555555556 +22590900 15.0076079717 31.9681148756 1007.2818751521 0.0555555556 +22591800 15.0076079717 32.2896052061 1022.0910096556 0.0555555556 +22592700 15.0076079717 32.5189934123 1032.3531324497 0.0555555556 +22593600 15.0076079717 32.6551521739 1038.0267915995 0.0555555556 +22594500 15.0076079717 32.7057678092 1039.8402985657 0.0555555556 +22595400 15.0076079717 32.6540874708 1036.2838636642 0.0555555556 +22596300 15.0076079717 32.5087978514 1028.1221551712 0.0555555556 +22597200 15.0076079717 32.2707926654 1015.3881572892 0.0555555556 +22598100 15.0076079717 30.7802175408 927.2203926057 0.0555555556 +22599000 15.0076079717 30.3701334322 907.0141440236 0.0555555556 +22599900 15.0076079717 29.8789700577 882.7482322561 0.0555555556 +22600800 15.0076079717 29.3095698226 854.5225031589 0.0555555556 +22601700 15.0076079717 28.5285335633 810.8390150635 0.0555555556 +22602600 15.0076079717 27.8063200316 775.6526280546 0.0555555556 +22603500 15.0076079717 27.0182033044 736.9566779032 0.0555555556 +22604400 15.0076079717 26.1695322249 694.9138251294 0.0555555556 +22605300 15.0076079717 24.8347736348 618.5047132847 0.0555555556 +22606200 15.0076079717 23.9041679598 572.8149745942 0.0555555556 +22607100 15.0076079717 22.936289752 524.4853804288 0.0555555556 +22608000 15.0076079717 21.941341979 473.7554522582 0.0555555556 +22608900 15.0076079717 19.47912544 322.3440152948 0.0555555556 +22609800 15.0076079717 18.5480464364 280.2801216711 0.0555555556 +22610700 15.0076079717 17.7687325274 237.2998647991 0.0555555556 +22611600 15.0076079717 17.1348060369 193.933703958 0.0555555556 +22612500 15.0004480672 29.6499609639 137.368272114 0 +22613400 15.0076079717 15.8725366987 98.4326981833 0.0555555556 +22614300 15.0004480672 22.5485465183 61.9969421982 0 +22615200 15.0004480672 19.0584359066 28.1209971727 0 +22616100 15.0004480672 15.525 0 0 +22617000 15.0004480672 15.375 0 0 +22617900 15.0004480672 15.225 0 0 +22618800 15.0004480672 15.075 0 0 +22619700 15.0004480672 14.925 0 0 +22620600 15.0004480672 14.775 0 0 +22621500 15.0004480672 14.625 0 0 +22622400 15.0004480672 14.475 0 0 +22623300 15.0004480672 14.3375 0 0 +22624200 15.0004480672 14.2125 0 0 +22625100 15.0004480672 14.0875 0 0 +22626000 15.0004480672 13.9625 0 0 +22626900 15.0004480672 13.9 0 0 +22627800 15.0004480672 13.9 0 0 +22628700 15.0004480672 13.9 0 0 +22629600 15.0004480672 13.9 0 0 +22630500 15.0004480672 13.9 0 0 +22631400 15.0004480672 13.9 0 0 +22632300 15.0004480672 13.9 0 0 +22633200 15.0004480672 13.9 0 0 +22634100 15.0004480672 13.825 0 0 +22635000 15.0004480672 13.675 0 0 +22635900 15.0004480672 13.525 0 0 +22636800 15.0004480672 13.375 0 0 +22637700 15.0004480672 13.375 0 0 +22638600 15.0004480672 13.525 0 0 +22639500 15.0004480672 13.675 0 0 +22640400 15.0004480672 13.825 0 0 +22641300 15.0004480672 13.9 0 0 +22642200 15.0004480672 13.9 0 0 +22643100 15.0004480672 13.9 0 0 +22644000 15.0004480672 13.9 0 0 +22644900 15.0004480672 13.9625 0 0 +22645800 15.0004480672 14.0875 0 0 +22646700 15.0004480672 14.2125 0 0 +22647600 15.0004480672 14.3375 0 0 +22648500 15.0004480672 14.4 0 0 +22649400 15.0004480672 14.4 0 0 +22650300 15.0004480672 14.4 0 0 +22651200 15.0004480672 14.4 0 0 +22652100 15.0004480672 14.4 0 0 +22653000 15.0004480672 14.4 0 0 +22653900 15.0004480672 14.4 0 0 +22654800 15.0004480672 14.4 0 0 +22655700 15.0004480672 14.475 0 0 +22656600 15.0004480672 14.625 0 0 +22657500 15.0004480672 14.775 0 0 +22658400 15.0004480672 14.925 0 0 +22659300 15.0004480672 15.8197785727 4.4809959326 0 +22660200 15.0004480672 17.205843492 12.1214547852 0 +22661100 15.0004480672 18.569955505 19.7195322844 0 +22662000 15.0004480672 19.9070267374 27.2426922959 0 +22662900 15.0004480672 22.4758950163 41.1150443772 0 +22663800 15.0004480672 24.2424366198 49.7477881324 0 +22664700 15.0076079717 15.8883810887 58.1788030637 0.0555555556 +22665600 15.0004480672 27.6204811474 66.3719862706 0 +22666500 15.0076079717 16.3227080643 86.0526214283 0.0555555556 +22667400 15.0004480672 32.7041044899 94.8712534226 0 +22668300 15.0076079717 16.5912107898 103.2967195792 0.0555555556 +22669200 15.0004480672 35.656580647 111.2929407585 0 +22670100 15.0076079717 23.1953357241 540.5961267817 0.0555555556 +22671000 15.0076079717 23.8398968329 575.2562525528 0.0555555556 +22671900 15.0076079717 24.4439578244 607.3890508989 0.0555555556 +22672800 15.0076079717 25.0037878218 636.8350722601 0.0555555556 +22673700 15.0076079717 28.6416159013 826.1794297964 0.0555555556 +22674600 15.0076079717 29.2246487604 855.7663316018 0.0555555556 +22675500 15.0076079717 29.7333874319 881.492324495 0.0555555556 +22676400 15.0076079717 30.1648256486 903.2479529666 0.0555555556 +22677300 15.0076079717 31.9839282578 1002.0776699795 0.0555555556 +22678200 15.0076079717 32.2915390097 1016.7158964833 0.0555555556 +22679100 15.0076079717 32.507660137 1026.8236913399 0.0555555556 +22680000 15.0076079717 32.6311852223 1032.3602792604 0.0555555556 +22680900 15.0076079717 32.6678693192 1033.4447418939 0.0555555556 +22681800 15.0076079717 32.6141802207 1029.789884252 0.0555555556 +22682700 15.0076079717 32.4675484053 1021.5517039786 0.0555555556 +22683600 15.0076079717 32.2288732693 1008.7634316873 0.0555555556 +22684500 15.0076079717 31.7407686148 980.871833047 0.0555555556 +22685400 15.0076079717 31.2964403224 959.4088483604 0.0555555556 +22686300 15.0076079717 30.7665152585 933.6544974678 0.0555555556 +22687200 15.0076079717 30.1539697214 903.7126568986 0.0555555556 +22688100 15.0076079717 29.1482747705 847.064495795 0.0555555556 +22689000 15.0076079717 28.3821799971 810.202767002 0.0555555556 +22689900 15.0076079717 27.5472078671 769.6668390405 0.0555555556 +22690800 15.0076079717 26.6488911787 725.6228634315 0.0555555556 +22691700 15.0076079717 25.2098999715 643.2133703726 0.0555555556 +22692600 15.0076079717 24.2418302569 595.5429782884 0.0555555556 +22693500 15.0076079717 23.2347541918 545.0980187556 0.0555555556 +22694400 15.0076079717 22.199214081 492.119706286 0.0555555556 +22695300 15.0076079717 20.3426294319 391.1507959013 0.0555555556 +22696200 15.0076079717 19.1894744889 340.2777475494 0.0555555556 +22697100 15.0076079717 18.2314359454 287.9417872734 0.0555555556 +22698000 15.0076079717 17.4602135489 234.7727840365 0.0555555556 +22698900 15.0004480672 29.5406674086 132.2346446921 0 +22699800 15.0076079717 15.8611697513 94.2097693515 0.0555555556 +22700700 15.0004480672 22.3118133073 58.7564180596 0 +22701600 15.0004480672 18.7508960195 25.854470189 0 +22702500 15.0004480672 15.525 0 0 +22703400 15.0004480672 15.375 0 0 +22704300 15.0004480672 15.225 0 0 +22705200 15.0004480672 15.075 0 0 +22706100 15.0004480672 14.925 0 0 +22707000 15.0004480672 14.775 0 0 +22707900 15.0004480672 14.625 0 0 +22708800 15.0004480672 14.475 0 0 +22709700 15.0004480672 14.4 0 0 +22710600 15.0004480672 14.4 0 0 +22711500 15.0004480672 14.4 0 0 +22712400 15.0004480672 14.4 0 0 +22713300 15.0004480672 14.4 0 0 +22714200 15.0004480672 14.4 0 0 +22715100 15.0004480672 14.4 0 0 +22716000 15.0004480672 14.4 0 0 +22716900 15.0004480672 14.3375 0 0 +22717800 15.0004480672 14.2125 0 0 +22718700 15.0004480672 14.0875 0 0 +22719600 15.0004480672 13.9625 0 0 +22720500 15.0004480672 13.9 0 0 +22721400 15.0004480672 13.9 0 0 +22722300 15.0004480672 13.9 0 0 +22723200 15.0004480672 13.9 0 0 +22724100 15.0004480672 13.9 0 0 +22725000 15.0004480672 13.9 0 0 +22725900 15.0004480672 13.9 0 0 +22726800 15.0004480672 13.9 0 0 +22727700 15.0004480672 13.9 0 0 +22728600 15.0004480672 13.9 0 0 +22729500 15.0004480672 13.9 0 0 +22730400 15.0004480672 13.9 0 0 +22731300 15.0004480672 13.9 0 0 +22732200 15.0004480672 13.9 0 0 +22733100 15.0004480672 13.9 0 0 +22734000 15.0004480672 13.9 0 0 +22734900 15.0004480672 13.9625 0 0 +22735800 15.0004480672 14.0875 0 0 +22736700 15.0004480672 14.2125 0 0 +22737600 15.0004480672 14.3375 0 0 +22738500 15.0004480672 14.4 0 0 +22739400 15.0004480672 14.4 0 0 +22740300 15.0004480672 14.4 0 0 +22741200 15.0004480672 14.4 0 0 +22742100 15.0004480672 14.3375 0 0 +22743000 15.0004480672 14.2125 0 0 +22743900 15.0004480672 14.0875 0 0 +22744800 15.0004480672 13.9625 0 0 +22745700 15.0004480672 14.7586131672 3.9401894245 0 +22746600 15.0004480672 16.3794406298 11.35214511 0 +22747500 15.0004480672 17.9791946756 18.7221938749 0 +22748400 15.0004480672 19.5529070079 26.0187760389 0 +22749300 15.0004480672 21.8082801833 37.6393610482 0 +22750200 15.0004480672 23.3466419747 45.6367049295 0 +22751100 15.0004480672 24.83905806 53.4462242294 0 +22752000 15.0076079717 15.9164847607 61.0344773872 0.0555555556 +22752900 15.0076079717 18.5331490899 246.0509242846 0.0555555556 +22753800 15.0076079717 18.9720503958 273.1490013442 0.0555555556 +22754700 15.0076079717 19.3976682122 299.1439814319 0.0555555556 +22755600 15.0076079717 19.8065277599 323.8909167575 0.0555555556 +22756500 15.0076079717 22.9890207427 520.9379868827 0.0555555556 +22757400 15.0076079717 23.6400700529 554.8209854018 0.0555555556 +22758300 15.0076079717 24.2495735434 586.213269411 0.0555555556 +22759200 15.0076079717 24.8133992221 614.9619984488 0.0555555556 +22760100 15.0076079717 28.4735507981 818.9881542959 0.0555555556 +22761000 15.0076079717 29.0840807582 848.1850267895 0.0555555556 +22761900 15.0076079717 29.6202226972 873.5519424873 0.0555555556 +22762800 15.0076079717 30.0790062449 894.9832207819 0.0555555556 +22763700 15.0076079717 31.2792190277 963.9813171323 0.0555555556 +22764600 15.0076079717 31.5606363992 978.0240661595 0.0555555556 +22765500 15.0076079717 31.7545039838 987.6864749625 0.0555555556 +22766400 15.0076079717 31.8597662388 992.9289081493 0.0555555556 +22767300 15.0076079717 31.2757710616 957.6671814171 0.0555555556 +22768200 15.0076079717 31.2276743278 954.1494377679 0.0555555556 +22769100 15.0076079717 31.0938758067 946.3552335168 0.0555555556 +22770000 15.0076079717 30.8752286697 934.3168078762 0.0555555556 +22770900 15.0076079717 30.6564989638 924.4922972064 0.0555555556 +22771800 15.0076079717 30.2367523756 903.9912645451 0.0555555556 +22772700 15.0076079717 29.737147603 879.4197473953 0.0555555556 +22773600 15.0076079717 29.1605192704 850.8802272165 0.0555555556 +22774500 15.0076079717 28.6803091352 823.7795290884 0.0555555556 +22775400 15.0076079717 27.9588724722 787.596775927 0.0555555556 +22776300 15.0076079717 27.1710858797 747.8318746996 0.0555555556 +22777200 15.0076079717 26.3223542186 704.6516776305 0.0555555556 +22778100 15.0076079717 24.8362081885 617.620797507 0.0555555556 +22779000 15.0076079717 23.9186335897 571.3444071355 0.0555555556 +22779900 15.0076079717 22.9644181945 522.4240433405 0.0555555556 +22780800 15.0076079717 21.9836936453 471.102975702 0.0555555556 +22781700 15.0076079717 20.0921854558 363.6675600002 0.0555555556 +22782600 15.0076079717 19.0354941483 315.6437543089 0.0555555556 +22783500 15.0076079717 18.1516112603 266.4039628556 0.0555555556 +22784400 15.0076079717 17.4324930443 216.5550219774 0.0555555556 +22785300 15.0004480672 28.4838794699 75.8952881125 0 +22786200 15.0076079717 15.8253968037 54.8258167052 0.0555555556 +22787100 15.0004480672 22.33257512 34.8063918673 0 +22788000 15.0004480672 19.2511920285 15.6696146891 0 +22788900 15.0004480672 16.5625 0 0 +22789800 15.0004480672 16.2875 0 0 +22790700 15.0004480672 16.0125 0 0 +22791600 15.0004480672 15.7375 0 0 +22792500 15.0004480672 15.6 0 0 +22793400 15.0004480672 15.6 0 0 +22794300 15.0004480672 15.6 0 0 +22795200 15.0004480672 15.6 0 0 +22796100 15.0004480672 15.6625 0 0 +22797000 15.0004480672 15.7875 0 0 +22797900 15.0004480672 15.9125 0 0 +22798800 15.0004480672 16.0375 0 0 +22799700 15.0004480672 16.0375 0 0 +22800600 15.0004480672 15.9125 0 0 +22801500 15.0004480672 15.7875 0 0 +22802400 15.0004480672 15.6625 0 0 +22803300 15.0004480672 15.6625 0 0 +22804200 15.0004480672 15.7875 0 0 +22805100 15.0004480672 15.9125 0 0 +22806000 15.0004480672 16.0375 0 0 +22806900 15.0004480672 16.0375 0 0 +22807800 15.0004480672 15.9125 0 0 +22808700 15.0004480672 15.7875 0 0 +22809600 15.0004480672 15.6625 0 0 +22810500 15.0004480672 15.6 0 0 +22811400 15.0004480672 15.6 0 0 +22812300 15.0004480672 15.6 0 0 +22813200 15.0004480672 15.6 0 0 +22814100 15.0004480672 15.6 0 0 +22815000 15.0004480672 15.6 0 0 +22815900 15.0004480672 15.6 0 0 +22816800 15.0004480672 15.6 0 0 +22817700 15.0004480672 15.525 0 0 +22818600 15.0004480672 15.375 0 0 +22819500 15.0004480672 15.225 0 0 +22820400 15.0004480672 15.075 0 0 +22821300 15.0004480672 14.925 0 0 +22822200 15.0004480672 14.775 0 0 +22823100 15.0004480672 14.625 0 0 +22824000 15.0004480672 14.475 0 0 +22824900 15.0004480672 14.4 0 0 +22825800 15.0004480672 14.4 0 0 +22826700 15.0004480672 14.4 0 0 +22827600 15.0004480672 14.4 0 0 +22828500 15.0004480672 14.475 0 0 +22829400 15.0004480672 14.625 0 0 +22830300 15.0004480672 14.775 0 0 +22831200 15.0004480672 14.925 0 0 +22832100 15.0004480672 16.3757514162 8.2360894706 0 +22833000 15.0004480672 19.2672072144 26.2793060289 0 +22833900 15.0004480672 22.1076595086 44.6341080074 0 +22834800 15.0004480672 24.9236067801 63.5140305208 0 +22835700 15.0076079717 16.2336572723 99.1595232518 0.0555555556 +22836600 15.0004480672 33.8895000359 122.6898220106 0 +22837500 15.0076079717 16.9500194364 146.1121337561 0.0555555556 +22838400 15.0076079717 17.3643314497 169.1768961335 0.0555555556 +22839300 15.0076079717 19.5142088855 315.6497452395 0.0555555556 +22840200 15.0076079717 20.1922894384 352.3340929828 0.0555555556 +22841100 15.0076079717 20.8559361002 387.5255865279 0.0555555556 +22842000 15.0076079717 21.4978743569 421.0152220566 0.0555555556 +22842900 15.0076079717 25.5718536029 673.9234396218 0.0555555556 +22843800 15.0076079717 26.4390496602 717.4035758971 0.0555555556 +22844700 15.0076079717 27.2487620881 757.5940140431 0.0555555556 +22845600 15.0076079717 27.9954437409 794.3238556277 0.0555555556 +22846500 15.0076079717 29.0995042194 857.0394794962 0.0555555556 +22847400 15.0076079717 29.7133702042 887.489708954 0.0555555556 +22848300 15.0076079717 30.2496967959 913.9273438872 0.0555555556 +22849200 15.0076079717 30.7054309841 936.2434131383 0.0555555556 +22850100 15.0076079717 30.5581561588 928.6933100401 0.0555555556 +22851000 15.0076079717 30.8338420381 942.1942859686 0.0555555556 +22851900 15.0076079717 31.0260122374 951.4507961105 0.0555555556 +22852800 15.0076079717 31.1336637623 956.4240877184 0.0555555556 +22853700 15.0076079717 29.2960841674 853.3328135055 0.0555555556 +22854600 15.0076079717 29.2554791038 850.070133089 0.0555555556 +22855500 15.0076079717 29.1405350052 842.9586078738 0.0555555556 +22856400 15.0076079717 28.9520155898 832.0290872558 0.0555555556 +22857300 15.0076079717 27.6960713115 769.1837753425 0.0555555556 +22858200 15.0076079717 27.3740348781 751.8386936026 0.0555555556 +22859100 15.0076079717 26.9894980263 731.0813872638 0.0555555556 +22860000 15.0076079717 26.5447284205 707.0058403825 0.0555555556 +22860900 15.0076079717 26.9083622297 725.2700740573 0.0555555556 +22861800 15.0076079717 26.2705178979 692.8823159303 0.0555555556 +22862700 15.0076079717 25.5765666669 657.341134232 0.0555555556 +22863600 15.0076079717 24.8311985754 618.8103793803 0.0555555556 +22864500 15.0076079717 22.6257342154 488.0598073813 0.0555555556 +22865400 15.0076079717 21.9617776629 451.0464202216 0.0555555556 +22866300 15.0076079717 21.2712916701 412.0733196444 0.0555555556 +22867200 15.0076079717 20.5610861811 371.3668532886 0.0555555556 +22868100 15.0076079717 18.6836837658 245.4566776925 0.0555555556 +22869000 15.0076079717 18.1270718192 213.922962664 0.0555555556 +22869900 15.0076079717 17.6104740729 181.7558157894 0.0555555556 +22870800 15.0076079717 17.1325941678 149.2506167641 0.0555555556 +22871700 15.0004480672 28.9206343097 72.4846754225 0 +22872600 15.0076079717 15.8437528559 52.6783191885 0.0555555556 +22873500 15.0004480672 22.1525617926 33.3640721919 0 +22874400 15.0004480672 18.7021461891 14.4599863855 0 +22875300 15.0004480672 16.0375 0 0 +22876200 15.0004480672 15.9125 0 0 +22877100 15.0004480672 15.7875 0 0 +22878000 15.0004480672 15.6625 0 0 +22878900 15.0004480672 15.525 0 0 +22879800 15.0004480672 15.375 0 0 +22880700 15.0004480672 15.225 0 0 +22881600 15.0004480672 15.075 0 0 +22882500 15.0004480672 15.075 0 0 +22883400 15.0004480672 15.225 0 0 +22884300 15.0004480672 15.375 0 0 +22885200 15.0004480672 15.525 0 0 +22886100 15.0004480672 15.525 0 0 +22887000 15.0004480672 15.375 0 0 +22887900 15.0004480672 15.225 0 0 +22888800 15.0004480672 15.075 0 0 +22889700 15.0004480672 15 0 0 +22890600 15.0004480672 15 0 0 +22891500 15.0004480672 15 0 0 +22892400 15.0004480672 15 0 0 +22893300 15.0004480672 15.075 0 0 +22894200 15.0004480672 15.225 0 0 +22895100 15.0004480672 15.375 0 0 +22896000 15.0004480672 15.525 0 0 +22896900 15.0004480672 15.6 0 0 +22897800 15.0004480672 15.6 0 0 +22898700 15.0004480672 15.6 0 0 +22899600 15.0004480672 15.6 0 0 +22900500 15.0004480672 15.6 0 0 +22901400 15.0004480672 15.6 0 0 +22902300 15.0004480672 15.6 0 0 +22903200 15.0004480672 15.6 0 0 +22904100 15.0004480672 15.6 0 0 +22905000 15.0004480672 15.6 0 0 +22905900 15.0004480672 15.6 0 0 +22906800 15.0004480672 15.6 0 0 +22907700 15.0004480672 15.6 0 0 +22908600 15.0004480672 15.6 0 0 +22909500 15.0004480672 15.6 0 0 +22910400 15.0004480672 15.6 0 0 +22911300 15.0004480672 15.6625 0 0 +22912200 15.0004480672 15.7875 0 0 +22913100 15.0004480672 15.9125 0 0 +22914000 15.0004480672 16.0375 0 0 +22914900 15.0004480672 16.1 0 0 +22915800 15.0004480672 16.1 0 0 +22916700 15.0004480672 16.1 0 0 +22917600 15.0004480672 16.1 0 0 +22918500 15.0004480672 17.1886409082 5.7659359243 0 +22919400 15.0004480672 19.7044685009 19.3995135256 0 +22920300 15.0004480672 22.1838617679 33.1171093541 0 +22921200 15.0004480672 24.6212606822 46.9056981047 0 +22922100 15.0076079717 15.8450895886 56.2310021867 0.0555555556 +22923000 15.0004480672 27.825235415 69.5489387551 0 +22923900 15.0076079717 16.2455178052 82.7792938441 0.0555555556 +22924800 15.0004480672 32.9621222712 95.7903317817 0 +22925700 15.0076079717 16.9324776347 122.6394333106 0.0555555556 +22926600 15.0076079717 17.1356593067 135.4428493056 0.0555555556 +22927500 15.0076079717 17.3305875001 147.6696312327 0.0555555556 +22928400 15.0076079717 17.5165169161 159.2674221348 0.0555555556 +22929300 15.0076079717 17.3325438693 145.6127648758 0.0555555556 +22930200 15.0076079717 17.4566985227 154.3345840734 0.0555555556 +22931100 15.0076079717 17.5714863586 162.3983877431 0.0555555556 +22932000 15.0076079717 17.6764158378 169.7696454395 0.0555555556 +22932900 15.0076079717 22.0209507406 454.8350367406 0.0555555556 +22933800 15.0076079717 22.2569945644 470.7029532887 0.0555555556 +22934700 15.0076079717 22.4595997702 484.4848480681 0.0555555556 +22935600 15.0076079717 22.627570364 496.1179483456 0.0555555556 +22936500 15.0076079717 25.8489616739 691.8574860836 0.0555555556 +22937400 15.0076079717 26.0622131458 701.8373495832 0.0555555556 +22938300 15.0076079717 26.2210594618 708.6565066855 0.0555555556 +22939200 15.0076079717 26.3248700342 712.284105152 0.0555555556 +22940100 15.0076079717 22.8502784872 503.7129402921 0.0555555556 +22941000 15.0076079717 22.8308244237 501.7815700936 0.0555555556 +22941900 15.0076079717 22.7762125157 497.6369638405 0.0555555556 +22942800 15.0076079717 22.6867716457 491.2976215548 0.0555555556 +22943700 15.0076079717 26.5021835002 692.3980911455 0.0555555556 +22944600 15.0076079717 26.2381950726 676.6482825133 0.0555555556 +22945500 15.0076079717 25.9170763187 657.8162151223 0.0555555556 +22946400 15.0076079717 25.5409200451 635.9866152207 0.0555555556 +22947300 15.0076079717 23.9141938684 535.7976544173 0.0555555556 +22948200 15.0076079717 23.4984485604 511.6673439122 0.0555555556 +22949100 15.0076079717 23.0423351395 485.2105060933 0.0555555556 +22950000 15.0076079717 22.5492596509 456.5540328298 0.0555555556 +22950900 15.0076079717 19.3514555132 254.0893461899 0.0555555556 +22951800 15.0076079717 19.0946710431 235.337332944 0.0555555556 +22952700 15.0076079717 18.8238620757 215.5810145708 0.0555555556 +22953600 15.0076079717 18.5414211622 194.9249102447 0.0555555556 +22954500 15.0076079717 17.4491271649 123.2244500883 0.0555555556 +22955400 15.0076079717 17.1100538732 106.8461892686 0.0555555556 +22956300 15.0004480672 37.7768300369 90.1881184682 0 +22957200 15.0076079717 16.5291759982 73.429446387 0.0555555556 +22958100 15.0004480672 31.3420319669 52.4036810732 0 +22959000 15.0076079717 16.0308092553 37.8275175898 0.0555555556 +22959900 15.0004480672 25.1394762844 23.5403130621 0 +22960800 15.0004480672 21.9956567868 9.4850731746 0 +22961700 15.0004480672 20 0 0 +22962600 15.0004480672 20 0 0 +22963500 15.0004480672 20 0 0 +22964400 15.0004480672 20 0 0 +22965300 15.0004480672 19.925 0 0 +22966200 15.0004480672 19.775 0 0 +22967100 15.0004480672 19.625 0 0 +22968000 15.0004480672 19.475 0 0 +22968900 15.0004480672 19.3375 0 0 +22969800 15.0004480672 19.2125 0 0 +22970700 15.0004480672 19.0875 0 0 +22971600 15.0004480672 18.9625 0 0 +22972500 15.0004480672 18.7625 0 0 +22973400 15.0004480672 18.4875 0 0 +22974300 15.0004480672 18.2125 0 0 +22975200 15.0004480672 17.9375 0 0 +22976100 15.0004480672 17.8 0 0 +22977000 15.0004480672 17.8 0 0 +22977900 15.0004480672 17.8 0 0 +22978800 15.0004480672 17.8 0 0 +22979700 15.0004480672 17.8 0 0 +22980600 15.0004480672 17.8 0 0 +22981500 15.0004480672 17.8 0 0 +22982400 15.0004480672 17.8 0 0 +22983300 15.0004480672 17.8625 0 0 +22984200 15.0004480672 17.9875 0 0 +22985100 15.0004480672 18.1125 0 0 +22986000 15.0004480672 18.2375 0 0 +22986900 15.0004480672 18.2375 0 0 +22987800 15.0004480672 18.1125 0 0 +22988700 15.0004480672 17.9875 0 0 +22989600 15.0004480672 17.8625 0 0 +22990500 15.0004480672 17.6625 0 0 +22991400 15.0004480672 17.3875 0 0 +22992300 15.0004480672 17.1125 0 0 +22993200 15.0004480672 16.8375 0 0 +22994100 15.0004480672 16.7625 0 0 +22995000 15.0004480672 16.8875 0 0 +22995900 15.0004480672 17.0125 0 0 +22996800 15.0004480672 17.1375 0 0 +22997700 15.0004480672 16.925 0 0 +22998600 15.0004480672 16.375 0 0 +22999500 15.0004480672 15.825 0 0 +23000400 15.0004480672 15.275 0 0 +23001300 15.0004480672 15 0 0 +23002200 15.0004480672 15 0 0 +23003100 15.0004480672 15 0 0 +23004000 15.0004480672 15 0 0 +23004900 15.0004480672 16.2854639049 10.7357942595 0 +23005800 15.0004480672 19.7898239765 38.5341192284 0 +23006700 15.0004480672 23.3965837799 68.2758532568 0 +23007600 15.0076079717 15.9811810268 100.961561482 0.0555555556 +23008500 15.0076079717 17.0754011454 200.795815362 0.0555555556 +23009400 15.0076079717 17.7670340065 251.9766115529 0.0555555556 +23010300 15.0076079717 18.6270595936 302.4881095411 0.0555555556 +23011200 15.0076079717 19.6687139403 351.6233398602 0.0555555556 +23012100 15.0076079717 21.5863343901 455.3359177873 0.0555555556 +23013000 15.0076079717 22.5956420682 507.6805686448 0.0555555556 +23013900 15.0076079717 23.5804734054 557.5660852435 0.0555555556 +23014800 15.0076079717 24.5301025443 604.7665826165 0.0555555556 +23015700 15.0076079717 26.0820898349 694.9314276028 0.0555555556 +23016600 15.0076079717 26.96971427 739.3472474008 0.0555555556 +23017500 15.0076079717 27.79676254 780.3354537254 0.0555555556 +23018400 15.0076079717 28.5576361711 817.7365418245 0.0555555556 +23019300 15.0076079717 29.5950346341 875.9212565997 0.0555555556 +23020200 15.0076079717 30.2444802038 906.6819632173 0.0555555556 +23021100 15.0076079717 30.813542165 933.3450135396 0.0555555556 +23022000 15.0076079717 31.2991618347 955.8063141584 0.0555555556 +23022900 15.0076079717 31.672691609 975.9224844244 0.0555555556 +23023800 15.0076079717 31.9634976084 989.7943608622 0.0555555556 +23024700 15.0076079717 32.1651203935 999.2328216381 0.0555555556 +23025600 15.0076079717 32.2765397751 1004.2005189459 0.0555555556 +23026500 15.0076079717 31.5465249666 960.1005310715 0.0555555556 +23027400 15.0076079717 31.4891181315 956.2538934198 0.0555555556 +23028300 15.0076079717 31.3452627317 948.1187582298 0.0555555556 +23029200 15.0076079717 31.1158424412 935.7276831234 0.0555555556 +23030100 15.0076079717 30.3172550767 896.9376452107 0.0555555556 +23031000 15.0076079717 29.9249796584 876.5880019102 0.0555555556 +23031900 15.0076079717 29.4555598089 852.2627516553 0.0555555556 +23032800 15.0076079717 28.9117642523 824.0625980657 0.0555555556 +23033700 15.0076079717 26.2673021701 671.9696180148 0.0555555556 +23034600 15.0076079717 25.7028986316 641.5719281901 0.0555555556 +23035500 15.0076079717 25.0865140284 608.2327432831 0.0555555556 +23036400 15.0076079717 24.422531959 572.1043365613 0.0555555556 +23037300 15.0076079717 23.4339344647 518.3576263334 0.0555555556 +23038200 15.0076079717 22.6970829505 478.3682752505 0.0555555556 +23039100 15.0076079717 21.9316224334 436.245722077 0.0555555556 +23040000 15.0076079717 21.1451844887 392.2279363845 0.0555555556 +23040900 15.0076079717 17.8932120547 170.0421583415 0.0555555556 +23041800 15.0076079717 17.4587533077 147.1516512004 0.0555555556 +23042700 15.0076079717 17.0700252823 123.8613888894 0.0555555556 +23043600 15.0004480672 36.4953340992 100.4280138539 0 +23044500 15.0076079717 16.6143561193 95.2658862614 0.0555555556 +23045400 15.0004480672 30.7352937385 67.3119563698 0 +23046300 15.0076079717 15.8905469393 40.6536773357 0.0555555556 +23047200 15.0004480672 21.9053927881 14.9522519351 0 +23048100 15.0004480672 19.3375 0 0 +23049000 15.0004480672 19.2125 0 0 +23049900 15.0004480672 19.0875 0 0 +23050800 15.0004480672 18.9625 0 0 +23051700 15.0004480672 18.825 0 0 +23052600 15.0004480672 18.675 0 0 +23053500 15.0004480672 18.525 0 0 +23054400 15.0004480672 18.375 0 0 +23055300 15.0004480672 18.2375 0 0 +23056200 15.0004480672 18.1125 0 0 +23057100 15.0004480672 17.9875 0 0 +23058000 15.0004480672 17.8625 0 0 +23058900 15.0004480672 17.725 0 0 +23059800 15.0004480672 17.575 0 0 +23060700 15.0004480672 17.425 0 0 +23061600 15.0004480672 17.275 0 0 +23062500 15.0004480672 17.1375 0 0 +23063400 15.0004480672 17.0125 0 0 +23064300 15.0004480672 16.8875 0 0 +23065200 15.0004480672 16.7625 0 0 +23066100 15.0004480672 16.625 0 0 +23067000 15.0004480672 16.475 0 0 +23067900 15.0004480672 16.325 0 0 +23068800 15.0004480672 16.175 0 0 +23069700 15.0004480672 16.1 0 0 +23070600 15.0004480672 16.1 0 0 +23071500 15.0004480672 16.1 0 0 +23072400 15.0004480672 16.1 0 0 +23073300 15.0004480672 16.175 0 0 +23074200 15.0004480672 16.325 0 0 +23075100 15.0004480672 16.475 0 0 +23076000 15.0004480672 16.625 0 0 +23076900 15.0004480672 16.625 0 0 +23077800 15.0004480672 16.475 0 0 +23078700 15.0004480672 16.325 0 0 +23079600 15.0004480672 16.175 0 0 +23080500 15.0004480672 16.1 0 0 +23081400 15.0004480672 16.1 0 0 +23082300 15.0004480672 16.1 0 0 +23083200 15.0004480672 16.1 0 0 +23084100 15.0004480672 16.1 0 0 +23085000 15.0004480672 16.1 0 0 +23085900 15.0004480672 16.1 0 0 +23086800 15.0004480672 16.1 0 0 +23087700 15.0004480672 16.1 0 0 +23088600 15.0004480672 16.1 0 0 +23089500 15.0004480672 16.1 0 0 +23090400 15.0004480672 16.1 0 0 +23091300 15.0004480672 16.7160796726 3.3649267536 0 +23092200 15.0004480672 18.5429839671 13.4367213246 0 +23093100 15.0004480672 20.3671989112 23.6332851206 0 +23094000 15.0004480672 22.1483712387 33.7238546491 0 +23094900 15.0004480672 23.4084923571 40.51140432 0 +23095800 15.0076079717 15.8147156206 49.5568104938 0.0555555556 +23096700 15.0004480672 26.7814755763 58.3855600631 0 +23097600 15.0076079717 16.0854538653 66.9598469669 0.0555555556 +23098500 15.0004480672 29.5469031985 73.4609762055 0 +23099400 15.0076079717 16.2943177434 81.2290026226 0.0555555556 +23100300 15.0004480672 32.0607401806 88.6448525581 0 +23101200 15.0076079717 16.4999809873 95.6767702041 0.0555555556 +23102100 15.0004480672 36.1980058029 113.8195559075 0 +23103000 15.0076079717 16.8703984244 120.6908015156 0.0555555556 +23103900 15.0004480672 38.544048712 127.0404000394 0 +23104800 15.0076079717 17.0624505348 132.8411615233 0.0555555556 +23105700 15.0076079717 17.2488060737 145.1960016451 0.0555555556 +23106600 15.0076079717 17.3295569158 150.0661024226 0.0555555556 +23107500 15.0076079717 17.4010745555 154.2885171914 0.0555555556 +23108400 15.0076079717 17.4631016101 157.8451649234 0.0555555556 +23109300 15.0076079717 30.2975834137 929.6577892397 0.0555555556 +23110200 15.0076079717 30.5824003908 942.9770197965 0.0555555556 +23111100 15.0076079717 30.7853377341 952.0074768344 0.0555555556 +23112000 15.0076079717 30.9054520364 956.7108662517 0.0555555556 +23112900 15.0076079717 31.0193824719 953.6117796361 0.0555555556 +23113800 15.0076079717 30.9645010102 949.6467015597 0.0555555556 +23114700 15.0076079717 30.8257701679 941.3790659631 0.0555555556 +23115600 15.0076079717 30.6040662334 928.8432737795 0.0555555556 +23116500 15.0076079717 30.0225000625 893.8718521706 0.0555555556 +23117400 15.0076079717 29.653917656 873.3901060208 0.0555555556 +23118300 15.0076079717 29.2091418626 848.9302740345 0.0555555556 +23119200 15.0076079717 28.6909171716 820.5947442616 0.0555555556 +23120100 15.0076079717 27.5078272123 750.6729870799 0.0555555556 +23121000 15.0076079717 26.8438130112 716.6666811577 0.0555555556 +23121900 15.0076079717 26.1206525766 679.3573428265 0.0555555556 +23122800 15.0076079717 25.343276181 638.9064798695 0.0555555556 +23123700 15.0076079717 23.6481275957 537.8857312513 0.0555555556 +23124600 15.0076079717 22.8222265973 496.1346720046 0.0555555556 +23125500 15.0076079717 21.9655723935 452.0874603596 0.0555555556 +23126400 15.0076079717 21.0869036607 405.975114498 0.0555555556 +23127300 15.0076079717 19.1133059933 285.3105485898 0.0555555556 +23128200 15.0076079717 18.2973626827 245.8399693399 0.0555555556 +23129100 15.0076079717 17.59361115 205.5975314424 0.0555555556 +23130000 15.0004480672 38.8930205699 165.1030443471 0 +23130900 15.0076079717 16.0162034094 68.7606907679 0.0555555556 +23131800 15.0004480672 24.3050378003 48.3361761709 0 +23132700 15.0004480672 21.012906128 28.6363209756 0 +23133600 15.0004480672 17.6812236361 9.4158726764 0 +23134500 15.0004480672 15.9625 0 0 +23135400 15.0004480672 15.6875 0 0 +23136300 15.0004480672 15.4125 0 0 +23137200 15.0004480672 15.1375 0 0 +23138100 15.0004480672 14.925 0 0 +23139000 15.0004480672 14.775 0 0 +23139900 15.0004480672 14.625 0 0 +23140800 15.0004480672 14.475 0 0 +23141700 15.0004480672 14.3375 0 0 +23142600 15.0004480672 14.2125 0 0 +23143500 15.0004480672 14.0875 0 0 +23144400 15.0004480672 13.9625 0 0 +23145300 15.0004480672 13.9 0 0 +23146200 15.0004480672 13.9 0 0 +23147100 15.0004480672 13.9 0 0 +23148000 15.0004480672 13.9 0 0 +23148900 15.0004480672 13.825 0 0 +23149800 15.0004480672 13.675 0 0 +23150700 15.0004480672 13.525 0 0 +23151600 15.0004480672 13.375 0 0 +23152500 15.0004480672 13.3 0 0 +23153400 15.0004480672 13.3 0 0 +23154300 15.0004480672 13.3 0 0 +23155200 15.0004480672 13.3 0 0 +23156100 15.0004480672 13.3 0 0 +23157000 15.0004480672 13.3 0 0 +23157900 15.0004480672 13.3 0 0 +23158800 15.0004480672 13.3 0 0 +23159700 15.0004480672 13.3 0 0 +23160600 15.0004480672 13.3 0 0 +23161500 15.0004480672 13.3 0 0 +23162400 15.0004480672 13.3 0 0 +23163300 15.0004480672 13.3 0 0 +23164200 15.0004480672 13.3 0 0 +23165100 15.0004480672 13.3 0 0 +23166000 15.0004480672 13.3 0 0 +23166900 15.0004480672 13.3 0 0 +23167800 15.0004480672 13.3 0 0 +23168700 15.0004480672 13.3 0 0 +23169600 15.0004480672 13.3 0 0 +23170500 15.0004480672 13.3 0 0 +23171400 15.0004480672 13.3 0 0 +23172300 15.0004480672 13.3 0 0 +23173200 15.0004480672 13.3 0 0 +23174100 15.0004480672 13.3 0 0 +23175000 15.0004480672 13.3 0 0 +23175900 15.0004480672 13.3 0 0 +23176800 15.0004480672 13.3 0 0 +23177700 15.0004480672 13.6669636091 2.0023796325 0 +23178600 15.0004480672 14.9112181869 8.8338181133 0 +23179500 15.0004480672 16.17461896 15.836780436 0 +23180400 15.0004480672 17.4130386785 22.7662137168 0 +23181300 15.0004480672 18.5399465264 29.1275649219 0 +23182200 15.0004480672 19.69730276 35.7162076659 0 +23183100 15.0004480672 20.8174129312 42.1462843648 0 +23184000 15.0004480672 21.8964404125 48.390260443 0 +23184900 15.0004480672 24.9285545448 65.7522061533 0 +23185800 15.0076079717 15.9275571576 72.7507013712 0.0555555556 +23186700 15.0004480672 27.5155155443 79.4308722611 0 +23187600 15.0076079717 16.1363106474 85.7641133057 0.0555555556 +23188500 15.0076079717 17.9258287026 203.3350546121 0.0555555556 +23189400 15.0076079717 18.1767096242 216.2225265305 0.0555555556 +23190300 15.0076079717 18.4125881375 228.1426081948 0.0555555556 +23191200 15.0076079717 18.6322952291 239.039356431 0.0555555556 +23192100 15.0076079717 29.412456252 880.9268445944 0.0555555556 +23193000 15.0076079717 30.0604910635 911.7317528126 0.0555555556 +23193900 15.0076079717 30.627732673 938.3986450311 0.0555555556 +23194800 15.0076079717 31.1111637665 960.824810234 0.0555555556 +23195700 15.0076079717 31.6788831382 991.4282763603 0.0555555556 +23196600 15.0076079717 31.9790724874 1005.3198226658 0.0555555556 +23197500 15.0076079717 32.1887116458 1014.6996411137 0.0555555556 +23198400 15.0076079717 32.3067990084 1019.5311988859 0.0555555556 +23199300 15.0076079717 32.3070292202 1018.8106707553 0.0555555556 +23200200 15.0076079717 32.220384436 1014.511181195 0.0555555556 +23201100 15.0076079717 32.0422263498 1005.6647489843 0.0555555556 +23202000 15.0076079717 31.773499173 992.3058320044 0.0555555556 +23202900 15.0076079717 31.2379514249 961.5560661947 0.0555555556 +23203800 15.0076079717 30.8067418306 939.6638313032 0.0555555556 +23204700 15.0076079717 30.2916210546 913.5271921368 0.0555555556 +23205600 15.0076079717 29.6955399446 883.2468028656 0.0555555556 +23206500 15.0076079717 28.6490367673 823.1436125776 0.0555555556 +23207400 15.0076079717 27.9008100776 786.1943813723 0.0555555556 +23208300 15.0076079717 27.0855768335 745.6113025299 0.0555555556 +23209200 15.0076079717 26.2087411564 701.5484976839 0.0555555556 +23210100 15.0076079717 24.6922341567 613.2085359232 0.0555555556 +23211000 15.0076079717 23.7473085552 566.1138681452 0.0555555556 +23211900 15.0076079717 22.7651726067 516.2502983657 0.0555555556 +23212800 15.0076079717 21.7560949876 463.8280674934 0.0555555556 +23213700 15.0076079717 19.8277509673 355.3339486047 0.0555555556 +23214600 15.0076079717 18.7658246308 306.4084175237 0.0555555556 +23215500 15.0076079717 17.8806638769 255.9827168781 0.0555555556 +23216400 15.0076079717 17.1608488405 204.7215740936 0.0555555556 +23217300 15.0004480672 26.8680358735 87.0133688855 0 +23218200 15.0004480672 23.3880347364 59.4598602982 0 +23219100 15.0004480672 20.0547069445 34.315157779 0 +23220000 15.0004480672 16.8149185652 10.5933589991 0 +23220900 15.0004480672 15.45 0 0 +23221800 15.0004480672 15.15 0 0 +23222700 15.0004480672 14.85 0 0 +23223600 15.0004480672 14.55 0 0 +23224500 15.0004480672 14.4 0 0 +23225400 15.0004480672 14.4 0 0 +23226300 15.0004480672 14.4 0 0 +23227200 15.0004480672 14.4 0 0 +23228100 15.0004480672 14.4 0 0 +23229000 15.0004480672 14.4 0 0 +23229900 15.0004480672 14.4 0 0 +23230800 15.0004480672 14.4 0 0 +23231700 15.0004480672 14.3375 0 0 +23232600 15.0004480672 14.2125 0 0 +23233500 15.0004480672 14.0875 0 0 +23234400 15.0004480672 13.9625 0 0 +23235300 15.0004480672 13.9 0 0 +23236200 15.0004480672 13.9 0 0 +23237100 15.0004480672 13.9 0 0 +23238000 15.0004480672 13.9 0 0 +23238900 15.0004480672 13.9625 0 0 +23239800 15.0004480672 14.0875 0 0 +23240700 15.0004480672 14.2125 0 0 +23241600 15.0004480672 14.3375 0 0 +23242500 15.0004480672 14.3375 0 0 +23243400 15.0004480672 14.2125 0 0 +23244300 15.0004480672 14.0875 0 0 +23245200 15.0004480672 13.9625 0 0 +23246100 15.0004480672 13.9 0 0 +23247000 15.0004480672 13.9 0 0 +23247900 15.0004480672 13.9 0 0 +23248800 15.0004480672 13.9 0 0 +23249700 15.0004480672 13.9 0 0 +23250600 15.0004480672 13.9 0 0 +23251500 15.0004480672 13.9 0 0 +23252400 15.0004480672 13.9 0 0 +23253300 15.0004480672 13.9 0 0 +23254200 15.0004480672 13.9 0 0 +23255100 15.0004480672 13.9 0 0 +23256000 15.0004480672 13.9 0 0 +23256900 15.0004480672 13.9 0 0 +23257800 15.0004480672 13.9 0 0 +23258700 15.0004480672 13.9 0 0 +23259600 15.0004480672 13.9 0 0 +23260500 15.0004480672 13.9 0 0 +23261400 15.0004480672 13.9 0 0 +23262300 15.0004480672 13.9 0 0 +23263200 15.0004480672 13.9 0 0 +23264100 15.0004480672 14.3095294875 1.8934618631 0 +23265000 15.0004480672 15.7865557838 9.3185327583 0 +23265900 15.0004480672 17.3053209638 17.0530372186 0 +23266800 15.0004480672 18.7950885222 24.7055309084 0 +23267700 15.0004480672 21.2779332624 37.6087219441 0 +23268600 15.0004480672 23.0739503732 46.2292294844 0 +23269500 15.0004480672 24.8183455693 54.6412938189 0 +23270400 15.0076079717 15.9359474874 62.8088931968 0.0555555556 +23271300 15.0004480672 32.5895714972 97.7778068792 0 +23272200 15.0076079717 16.626249787 108.2543560666 0.0555555556 +23273100 15.0004480672 36.4291288025 118.2528455572 0 +23274000 15.0076079717 16.9457322439 127.7304602839 0.0555555556 +23274900 15.0076079717 20.914951419 392.9826247069 0.0555555556 +23275800 15.0076079717 21.3219741752 418.0628990217 0.0555555556 +23276700 15.0076079717 21.6999179305 441.2535120018 0.0555555556 +23277600 15.0076079717 22.0464859217 462.4458588334 0.0555555556 +23278500 15.0076079717 25.6738339616 664.1971381718 0.0555555556 +23279400 15.0076079717 26.1486868556 687.8717817232 0.0555555556 +23280300 15.0076079717 26.5651502604 708.3748904003 0.0555555556 +23281200 15.0076079717 26.920961009 725.6177040799 0.0555555556 +23282100 15.0076079717 30.2080749862 903.7336059972 0.0555555556 +23283000 15.0076079717 30.4811420264 916.3971048673 0.0555555556 +23283900 15.0076079717 30.6717725824 924.9155054169 0.0555555556 +23284800 15.0076079717 30.7790529002 929.2548862847 0.0555555556 +23285700 15.0076079717 28.7597017441 817.3450371667 0.0555555556 +23286600 15.0076079717 28.6802688357 813.7435904969 0.0555555556 +23287500 15.0076079717 28.5286803466 806.4286186274 0.0555555556 +23288400 15.0076079717 28.3057161893 795.430667621 0.0555555556 +23289300 15.0076079717 28.5149309306 809.0280423123 0.0555555556 +23290200 15.0076079717 28.1482777829 790.1966199247 0.0555555556 +23291100 15.0076079717 27.712315412 767.7444972582 0.0555555556 +23292000 15.0076079717 27.2095751067 741.764834437 0.0555555556 +23292900 15.0076079717 26.8483817734 717.3750877807 0.0555555556 +23293800 15.0076079717 26.1819054922 684.6888743415 0.0555555556 +23294700 15.0076079717 25.4574120384 648.8199202837 0.0555555556 +23295600 15.0076079717 24.6797442794 609.9120714676 0.0555555556 +23296500 15.0076079717 20.4072205285 340.7717920106 0.0555555556 +23297400 15.0076079717 19.9050249078 313.7017656596 0.0555555556 +23298300 15.0076079717 19.3841541482 285.1739894481 0.0555555556 +23299200 15.0076079717 18.8506352251 255.3442328711 0.0555555556 +23300100 15.0076079717 18.598015422 246.1523606934 0.0555555556 +23301000 15.0076079717 17.9706725052 211.8149760771 0.0555555556 +23301900 15.0076079717 17.4056198885 176.849449689 0.0555555556 +23302800 15.0004480672 37.8044453038 141.6623925514 0 +23303700 15.0076079717 16.1449027486 88.9113423227 0.0555555556 +23304600 15.0004480672 25.0965103866 60.5466286836 0 +23305500 15.0004480672 21.1358434359 34.1458487912 0 +23306400 15.0004480672 17.2981981793 8.9179249494 0 +23307300 15.0004480672 16.1 0 0 +23308200 15.0004480672 16.1 0 0 +23309100 15.0004480672 16.1 0 0 +23310000 15.0004480672 16.1 0 0 +23310900 15.0004480672 16.1 0 0 +23311800 15.0004480672 16.1 0 0 +23312700 15.0004480672 16.1 0 0 +23313600 15.0004480672 16.1 0 0 +23314500 15.0004480672 16.1 0 0 +23315400 15.0004480672 16.1 0 0 +23316300 15.0004480672 16.1 0 0 +23317200 15.0004480672 16.1 0 0 +23318100 15.0004480672 16.0375 0 0 +23319000 15.0004480672 15.9125 0 0 +23319900 15.0004480672 15.7875 0 0 +23320800 15.0004480672 15.6625 0 0 +23321700 15.0004480672 15.6 0 0 +23322600 15.0004480672 15.6 0 0 +23323500 15.0004480672 15.6 0 0 +23324400 15.0004480672 15.6 0 0 +23325300 15.0004480672 15.6 0 0 +23326200 15.0004480672 15.6 0 0 +23327100 15.0004480672 15.6 0 0 +23328000 15.0004480672 15.6 0 0 +23328900 15.0004480672 15.6 0 0 +23329800 15.0004480672 15.6 0 0 +23330700 15.0004480672 15.6 0 0 +23331600 15.0004480672 15.6 0 0 +23332500 15.0004480672 15.6 0 0 +23333400 15.0004480672 15.6 0 0 +23334300 15.0004480672 15.6 0 0 +23335200 15.0004480672 15.6 0 0 +23336100 15.0004480672 15.6 0 0 +23337000 15.0004480672 15.6 0 0 +23337900 15.0004480672 15.6 0 0 +23338800 15.0004480672 15.6 0 0 +23339700 15.0004480672 15.6 0 0 +23340600 15.0004480672 15.6 0 0 +23341500 15.0004480672 15.6 0 0 +23342400 15.0004480672 15.6 0 0 +23343300 15.0004480672 15.6 0 0 +23344200 15.0004480672 15.6 0 0 +23345100 15.0004480672 15.6 0 0 +23346000 15.0004480672 15.6 0 0 +23346900 15.0004480672 15.6 0 0 +23347800 15.0004480672 15.6 0 0 +23348700 15.0004480672 15.6 0 0 +23349600 15.0004480672 15.6 0 0 +23350500 15.0004480672 16.1808316962 2.979087327 0 +23351400 15.0004480672 18.6467088437 16.2630643711 0 +23352300 15.0004480672 21.2263057273 30.3815069584 0 +23353200 15.0004480672 23.7535336099 44.5125705805 0 +23354100 15.0076079717 16.4822560184 103.8162804903 0.0555555556 +23355000 15.0004480672 37.0769809329 129.0683091638 0 +23355900 15.0076079717 17.2266906808 153.9666728416 0.0555555556 +23356800 15.0076079717 17.6205726321 178.3095408526 0.0555555556 +23357700 15.0076079717 18.0122578806 201.5482507013 0.0555555556 +23358600 15.0076079717 18.4302257776 224.7569607071 0.0555555556 +23359500 15.0076079717 18.8366173261 246.9804879283 0.0555555556 +23360400 15.0076079717 19.2281568926 268.0971166721 0.0555555556 +23361300 15.0076079717 20.1299308306 320.6003127744 0.0555555556 +23362200 15.0076079717 20.4983110912 341.5020844202 0.0555555556 +23363100 15.0076079717 20.841079409 360.8242054822 0.0555555556 +23364000 15.0076079717 21.1558808883 378.4757367524 0.0555555556 +23364900 15.0076079717 21.0597426269 374.9360425569 0.0555555556 +23365800 15.0076079717 21.3109542937 388.2436684758 0.0555555556 +23366700 15.0076079717 21.531687411 399.7662118991 0.0555555556 +23367600 15.0076079717 21.7208012457 409.4517185294 0.0555555556 +23368500 15.0076079717 29.2358790286 867.0541818083 0.0555555556 +23369400 15.0076079717 29.47348467 879.3063775547 0.0555555556 +23370300 15.0076079717 29.6365531109 887.5182978181 0.0555555556 +23371200 15.0076079717 29.7242613802 891.6547495525 0.0555555556 +23372100 15.0076079717 25.008747428 618.5414310992 0.0555555556 +23373000 15.0076079717 24.9697935157 615.7396642932 0.0555555556 +23373900 15.0076079717 24.8823471189 610.118608221 0.0555555556 +23374800 15.0076079717 24.7469222872 601.703183455 0.0555555556 +23375700 15.0076079717 26.8415543357 713.2900128903 0.0555555556 +23376600 15.0076079717 26.5622659635 696.4409162744 0.0555555556 +23377500 15.0076079717 26.2244674605 676.3763428244 0.0555555556 +23378400 15.0076079717 25.8302990728 653.1839264404 0.0555555556 +23379300 15.0076079717 27.4920875304 745.3114506574 0.0555555556 +23380200 15.0076079717 26.8086838283 711.0276881626 0.0555555556 +23381100 15.0076079717 26.0658390298 673.4252601044 0.0555555556 +23382000 15.0076079717 25.2684894601 632.6578816648 0.0555555556 +23382900 15.0076079717 22.6742153256 476.0458434996 0.0555555556 +23383800 15.0076079717 21.9743277373 438.1483559655 0.0555555556 +23384700 15.0076079717 21.2478042578 398.2043429013 0.0555555556 +23385600 15.0076079717 20.5022139411 356.4265397329 0.0555555556 +23386500 15.0076079717 19.6195279814 315.985162035 0.0555555556 +23387400 15.0076079717 18.6973495157 270.8741274127 0.0555555556 +23388300 15.0076079717 17.9098349843 224.722457152 0.0555555556 +23389200 15.0076079717 17.2476414734 178.1850613855 0.0555555556 +23390100 15.0004480672 29.0713238855 75.3693754047 0 +23391000 15.0076079717 15.82757767 50.6586448203 0.0555555556 +23391900 15.0004480672 21.9442223871 27.9494305323 0 +23392800 15.0004480672 18.6613174984 6.3495040897 0 +23393700 15.0004480672 17.5875 0 0 +23394600 15.0004480672 17.1625 0 0 +23395500 15.0004480672 16.7375 0 0 +23396400 15.0004480672 16.3125 0 0 +23397300 15.0004480672 16.1 0 0 +23398200 15.0004480672 16.1 0 0 +23399100 15.0004480672 16.1 0 0 +23400000 15.0004480672 16.1 0 0 +23400900 15.0004480672 16.1 0 0 +23401800 15.0004480672 16.1 0 0 +23402700 15.0004480672 16.1 0 0 +23403600 15.0004480672 16.1 0 0 +23404500 15.0004480672 16.1 0 0 +23405400 15.0004480672 16.1 0 0 +23406300 15.0004480672 16.1 0 0 +23407200 15.0004480672 16.1 0 0 +23408100 15.0004480672 16.1 0 0 +23409000 15.0004480672 16.1 0 0 +23409900 15.0004480672 16.1 0 0 +23410800 15.0004480672 16.1 0 0 +23411700 15.0004480672 16.1 0 0 +23412600 15.0004480672 16.1 0 0 +23413500 15.0004480672 16.1 0 0 +23414400 15.0004480672 16.1 0 0 +23415300 15.0004480672 16.1 0 0 +23416200 15.0004480672 16.1 0 0 +23417100 15.0004480672 16.1 0 0 +23418000 15.0004480672 16.1 0 0 +23418900 15.0004480672 16.0375 0 0 +23419800 15.0004480672 15.9125 0 0 +23420700 15.0004480672 15.7875 0 0 +23421600 15.0004480672 15.6625 0 0 +23422500 15.0004480672 15.6625 0 0 +23423400 15.0004480672 15.7875 0 0 +23424300 15.0004480672 15.9125 0 0 +23425200 15.0004480672 16.0375 0 0 +23426100 15.0004480672 16.1 0 0 +23427000 15.0004480672 16.1 0 0 +23427900 15.0004480672 16.1 0 0 +23428800 15.0004480672 16.1 0 0 +23429700 15.0004480672 16.1 0 0 +23430600 15.0004480672 16.1 0 0 +23431500 15.0004480672 16.1 0 0 +23432400 15.0004480672 16.1 0 0 +23433300 15.0004480672 16.0375 0 0 +23434200 15.0004480672 15.9125 0 0 +23435100 15.0004480672 15.7875 0 0 +23436000 15.0004480672 15.6625 0 0 +23436900 15.0004480672 16.1581431332 4.4296830752 0 +23437800 15.0004480672 19.1624542377 24.8913117744 0 +23438700 15.0004480672 22.4501610664 46.5225650823 0 +23439600 15.0076079717 15.8725759362 69.4660894674 0.0555555556 +23440500 15.0004480672 31.141729062 94.8505919475 0 +23441400 15.0076079717 16.6877378622 118.2653774929 0.0555555556 +23442300 15.0076079717 17.0605204989 141.3589724015 0.0555555556 +23443200 15.0076079717 17.4479356399 163.9381341496 0.0555555556 +23444100 15.0076079717 19.5119761328 306.2764919182 0.0555555556 +23445000 15.0076079717 20.1582153332 342.4117647363 0.0555555556 +23445900 15.0076079717 20.7879912216 376.9768989152 0.0555555556 +23446800 15.0076079717 21.3949540833 409.7847027892 0.0555555556 +23447700 15.0076079717 25.8368170866 681.3618478226 0.0555555556 +23448600 15.0076079717 26.706847028 724.9067387949 0.0555555556 +23449500 15.0076079717 27.516814354 765.019745597 0.0555555556 +23450400 15.0076079717 28.2614661007 801.5531322336 0.0555555556 +23451300 15.0076079717 29.380366816 864.6586529275 0.0555555556 +23452200 15.0076079717 30.0092714203 894.763908217 0.0555555556 +23453100 15.0076079717 30.5587922395 920.7758156427 0.0555555556 +23454000 15.0076079717 31.0260361808 942.5959530045 0.0555555556 +23454900 15.0076079717 31.6006899455 973.8117421591 0.0555555556 +23455800 15.0076079717 31.8886636422 987.2163983144 0.0555555556 +23456700 15.0076079717 32.0877661334 996.1624735985 0.0555555556 +23457600 15.0076079717 32.1970555832 1000.6155741807 0.0555555556 +23458500 15.0076079717 32.2148463455 1000.7724957913 0.0555555556 +23459400 15.0076079717 32.1344370119 996.2046099306 0.0555555556 +23460300 15.0076079717 31.9642473158 987.1434438015 0.0555555556 +23461200 15.0076079717 31.7052312991 973.623832607 0.0555555556 +23462100 15.0076079717 31.1330523796 941.5250248777 0.0555555556 +23463000 15.0076079717 30.6643326003 919.6123597861 0.0555555556 +23463900 15.0076079717 30.1134402477 893.5129379266 0.0555555556 +23464800 15.0076079717 29.4832803294 863.3254738065 0.0555555556 +23465700 15.0076079717 28.355203503 799.2023904289 0.0555555556 +23466600 15.0076079717 27.6212879938 762.6491809762 0.0555555556 +23467500 15.0076079717 26.822310336 722.5265389202 0.0555555556 +23468400 15.0076079717 25.9635362464 678.9820736654 0.0555555556 +23469300 15.0076079717 24.3873376466 586.6668818181 0.0555555556 +23470200 15.0076079717 23.4614681913 540.5636731111 0.0555555556 +23471100 15.0076079717 22.5000493771 491.7505143523 0.0555555556 +23472000 15.0076079717 21.5130379783 440.4243458884 0.0555555556 +23472900 15.0076079717 19.556518999 327.5744703781 0.0555555556 +23473800 15.0076079717 18.5731890011 280.7212206403 0.0555555556 +23474700 15.0076079717 17.749118234 232.4911866926 0.0555555556 +23475600 15.0076079717 17.0722740071 183.5972387031 0.0555555556 +23476500 15.0004480672 27.1248389456 74.6602442706 0 +23477400 15.0004480672 23.3411117851 49.5998876222 0 +23478300 15.0004480672 19.6582839668 26.7621395686 0 +23479200 15.0004480672 16.3418356991 4.7255806165 0 +23480100 15.0004480672 15.6 0 0 +23481000 15.0004480672 15.6 0 0 +23481900 15.0004480672 15.6 0 0 +23482800 15.0004480672 15.6 0 0 +23483700 15.0004480672 15.6 0 0 +23484600 15.0004480672 15.6 0 0 +23485500 15.0004480672 15.6 0 0 +23486400 15.0004480672 15.6 0 0 +23487300 15.0004480672 15.525 0 0 +23488200 15.0004480672 15.375 0 0 +23489100 15.0004480672 15.225 0 0 +23490000 15.0004480672 15.075 0 0 +23490900 15.0004480672 15 0 0 +23491800 15.0004480672 15 0 0 +23492700 15.0004480672 15 0 0 +23493600 15.0004480672 15 0 0 +23494500 15.0004480672 14.925 0 0 +23495400 15.0004480672 14.775 0 0 +23496300 15.0004480672 14.625 0 0 +23497200 15.0004480672 14.475 0 0 +23498100 15.0004480672 14.4 0 0 +23499000 15.0004480672 14.4 0 0 +23499900 15.0004480672 14.4 0 0 +23500800 15.0004480672 14.4 0 0 +23501700 15.0004480672 14.4 0 0 +23502600 15.0004480672 14.4 0 0 +23503500 15.0004480672 14.4 0 0 +23504400 15.0004480672 14.4 0 0 +23505300 15.0004480672 14.3375 0 0 +23506200 15.0004480672 14.2125 0 0 +23507100 15.0004480672 14.0875 0 0 +23508000 15.0004480672 13.9625 0 0 +23508900 15.0004480672 13.825 0 0 +23509800 15.0004480672 13.675 0 0 +23510700 15.0004480672 13.525 0 0 +23511600 15.0004480672 13.375 0 0 +23512500 15.0004480672 13.2375 0 0 +23513400 15.0004480672 13.1125 0 0 +23514300 15.0004480672 12.9875 0 0 +23515200 15.0004480672 12.8625 0 0 +23516100 15.0004480672 12.8625 0 0 +23517000 15.0004480672 12.9875 0 0 +23517900 15.0004480672 13.1125 0 0 +23518800 15.0004480672 13.2375 0 0 +23519700 15.0004480672 13.2375 0 0 +23520600 15.0004480672 13.1125 0 0 +23521500 15.0004480672 12.9875 0 0 +23522400 15.0004480672 12.8625 0 0 +23523300 15.0004480672 13.3140918067 6.706482951 0 +23524200 15.0004480672 16.466665916 37.7249038014 0 +23525100 15.0004480672 20.1721815907 67.83265058 0 +23526000 15.0004480672 24.1153731255 102.0704592681 0 +23526900 15.0076079717 16.8968221317 206.2627988788 0.0555555556 +23527800 15.0076079717 17.6888733604 260.6630865041 0.0555555556 +23528700 15.0076079717 18.6539081436 313.793029771 0.0555555556 +23529600 15.0076079717 19.805774058 364.903484118 0.0555555556 +23530500 15.0076079717 21.3049989739 439.77471073 0.0555555556 +23531400 15.0076079717 22.2898199994 490.8558562712 0.0555555556 +23532300 15.0076079717 23.2483058545 539.384719761 0.0555555556 +23533200 15.0076079717 24.1706718083 585.1761026871 0.0555555556 +23534100 15.0076079717 25.2658823308 647.7388159575 0.0555555556 +23535000 15.0076079717 26.0917823457 689.3175509744 0.0555555556 +23535900 15.0076079717 26.8606493993 727.6181539919 0.0555555556 +23536800 15.0076079717 27.5674810967 762.4972270672 0.0555555556 +23537700 15.0076079717 29.3496845361 871.0395764869 0.0555555556 +23538600 15.0076079717 29.9639078301 901.4906140715 0.0555555556 +23539500 15.0076079717 30.4989895921 927.7905345934 0.0555555556 +23540400 15.0076079717 30.9520534405 949.8377154418 0.0555555556 +23541300 15.0076079717 30.5849040749 923.8169858319 0.0555555556 +23542200 15.0076079717 30.8664900846 936.5534823673 0.0555555556 +23543100 15.0076079717 31.0643656111 945.0211053267 0.0555555556 +23544000 15.0076079717 31.1776460764 949.1864542603 0.0555555556 +23544900 15.0076079717 31.8499671259 984.8273308941 0.0555555556 +23545800 15.0076079717 31.7877569486 980.2048848071 0.0555555556 +23546700 15.0076079717 31.6375290554 971.1364921251 0.0555555556 +23547600 15.0076079717 31.4002308305 957.657343161 0.0555555556 +23548500 15.0076079717 31.7375566761 971.3051033453 0.0555555556 +23549400 15.0076079717 31.2094055005 948.7402156768 0.0555555556 +23550300 15.0076079717 30.5953583521 921.875988462 0.0555555556 +23551200 15.0076079717 29.898386554 890.8086293474 0.0555555556 +23552100 15.0076079717 28.8115152944 831.0233032666 0.0555555556 +23553000 15.0076079717 28.0294605701 793.188730367 0.0555555556 +23553900 15.0076079717 27.1788596436 751.6342563835 0.0555555556 +23554800 15.0076079717 26.2651098139 706.4982033764 0.0555555556 +23555700 15.0076079717 24.7616293713 619.5748838492 0.0555555556 +23556600 15.0076079717 23.785931753 571.2284319454 0.0555555556 +23557500 15.0076079717 22.7712700779 519.9136241015 0.0555555556 +23558400 15.0076079717 21.7280673569 465.7969295332 0.0555555556 +23559300 15.0076079717 19.8015630099 359.5822809417 0.0555555556 +23560200 15.0076079717 18.7111281951 308.6138187001 0.0555555556 +23561100 15.0076079717 17.8075661502 255.6504946569 0.0555555556 +23562000 15.0076079717 17.0759698601 201.4777274142 0.0555555556 +23562900 15.0004480672 26.8772572577 94.0091147391 0 +23563800 15.0004480672 22.9255169472 61.8573978701 0 +23564700 15.0004480672 19.1759549933 33.5107360365 0 +23565600 15.0004480672 16.0629630839 4.4983324748 0 +23566500 15.0004480672 15.45 0 0 +23567400 15.0004480672 15.15 0 0 +23568300 15.0004480672 14.85 0 0 +23569200 15.0004480672 14.55 0 0 +23570100 15.0004480672 14.3375 0 0 +23571000 15.0004480672 14.2125 0 0 +23571900 15.0004480672 14.0875 0 0 +23572800 15.0004480672 13.9625 0 0 +23573700 15.0004480672 13.9 0 0 +23574600 15.0004480672 13.9 0 0 +23575500 15.0004480672 13.9 0 0 +23576400 15.0004480672 13.9 0 0 +23577300 15.0004480672 13.9 0 0 +23578200 15.0004480672 13.9 0 0 +23579100 15.0004480672 13.9 0 0 +23580000 15.0004480672 13.9 0 0 +23580900 15.0004480672 13.9 0 0 +23581800 15.0004480672 13.9 0 0 +23582700 15.0004480672 13.9 0 0 +23583600 15.0004480672 13.9 0 0 +23584500 15.0004480672 13.9 0 0 +23585400 15.0004480672 13.9 0 0 +23586300 15.0004480672 13.9 0 0 +23587200 15.0004480672 13.9 0 0 +23588100 15.0004480672 13.9 0 0 +23589000 15.0004480672 13.9 0 0 +23589900 15.0004480672 13.9 0 0 +23590800 15.0004480672 13.9 0 0 +23591700 15.0004480672 13.9 0 0 +23592600 15.0004480672 13.9 0 0 +23593500 15.0004480672 13.9 0 0 +23594400 15.0004480672 13.9 0 0 +23595300 15.0004480672 13.9 0 0 +23596200 15.0004480672 13.9 0 0 +23597100 15.0004480672 13.9 0 0 +23598000 15.0004480672 13.9 0 0 +23598900 15.0004480672 13.9 0 0 +23599800 15.0004480672 13.9 0 0 +23600700 15.0004480672 13.9 0 0 +23601600 15.0004480672 13.9 0 0 +23602500 15.0004480672 13.9 0 0 +23603400 15.0004480672 13.9 0 0 +23604300 15.0004480672 13.9 0 0 +23605200 15.0004480672 13.9 0 0 +23606100 15.0004480672 13.9 0 0 +23607000 15.0004480672 13.9 0 0 +23607900 15.0004480672 13.9 0 0 +23608800 15.0004480672 13.9 0 0 +23609700 15.0004480672 14.0070868847 0.5837489106 0 +23610600 15.0004480672 14.8404599951 5.1430355277 0 +23611500 15.0004480672 15.7982374593 10.4188817387 0 +23612400 15.0004480672 16.7386824809 15.636671472 0 +23613300 15.0004480672 17.7277234894 20.8135770963 0 +23614200 15.0004480672 18.7494458133 25.8581454253 0 +23615100 15.0004480672 19.7433746258 30.7785184118 0 +23616000 15.0004480672 20.7063551138 35.5536262634 0 +23616900 15.0004480672 22.9200351796 47.9465450064 0 +23617800 15.0004480672 23.8266838026 53.2278416175 0 +23618700 15.0004480672 24.6859838258 58.2651318039 0 +23619600 15.0076079717 15.8576959632 63.0368451158 0.0555555556 +23620500 15.0004480672 27.3100526197 73.8392039256 0 +23621400 15.0076079717 16.0765431134 78.410768062 0.0555555556 +23622300 15.0004480672 28.7699843997 82.6289846662 0 +23623200 15.0076079717 16.1913483098 86.4757906869 0.0555555556 +23624100 15.0004480672 32.5714744414 105.4700179291 0 +23625000 15.0076079717 16.5302695069 109.0541781276 0.0555555556 +23625900 15.0004480672 33.9438298843 112.1507341407 0 +23626800 15.0076079717 16.6346096978 114.7464260399 0.0555555556 +23627700 15.0004480672 35.2759636646 119.0986855027 0 +23628600 15.0076079717 16.7250618692 120.6918419373 0.0555555556 +23629500 15.0004480672 35.6958481816 121.7471595844 0 +23630400 15.0076079717 16.7473862206 122.2601194117 0.0555555556 +23631300 15.0076079717 17.2191405693 155.4006564914 0.0555555556 +23632200 15.0076079717 17.2087157386 154.6683159696 0.0555555556 +23633100 15.0076079717 17.1884825238 153.2469400722 0.0555555556 +23634000 15.0076079717 17.1585275665 151.1426153491 0.0555555556 +23634900 15.0076079717 17.4062585542 168.1370280815 0.0555555556 +23635800 15.0076079717 17.3623814855 164.2382318477 0.0555555556 +23636700 15.0076079717 17.3080485672 159.6058591332 0.0555555556 +23637600 15.0076079717 17.2435421712 154.259746469 0.0555555556 +23638500 15.0076079717 17.3364606894 160.7872237277 0.0555555556 +23639400 15.0076079717 17.221376468 153.5171618014 0.0555555556 +23640300 15.0076079717 17.0964533712 145.5568656425 0.0555555556 +23641200 15.0004480672 38.1573201763 136.9404224612 0 +23642100 15.0076079717 17.3105364644 161.4125243713 0.0555555556 +23643000 15.0076079717 17.1455572275 149.0063460956 0.0555555556 +23643900 15.0004480672 38.2983029072 135.9205787544 0 +23644800 15.0076079717 16.7873343759 122.2112576124 0.0555555556 +23645700 15.0004480672 36.1386855782 121.7017632179 0 +23646600 15.0076079717 16.5138802312 105.0393188758 0.0555555556 +23647500 15.0004480672 30.0852196924 87.8802640619 0 +23648400 15.0076079717 15.9727442254 70.2980764833 0.0555555556 +23649300 15.0004480672 18.2786443287 21.4497575733 0 +23650200 15.0004480672 16.943449337 13.994656597 0 +23651100 15.0004480672 15.5802793807 6.4604526996 0 +23652000 15.0004480672 14.4865173092 0.4715833289 0 +23652900 15.0004480672 14.4 0 0 +23653800 15.0004480672 14.4 0 0 +23654700 15.0004480672 14.4 0 0 +23655600 15.0004480672 14.4 0 0 +23656500 15.0004480672 14.4 0 0 +23657400 15.0004480672 14.4 0 0 +23658300 15.0004480672 14.4 0 0 +23659200 15.0004480672 14.4 0 0 +23660100 15.0004480672 14.4 0 0 +23661000 15.0004480672 14.4 0 0 +23661900 15.0004480672 14.4 0 0 +23662800 15.0004480672 14.4 0 0 +23663700 15.0004480672 14.4 0 0 +23664600 15.0004480672 14.4 0 0 +23665500 15.0004480672 14.4 0 0 +23666400 15.0004480672 14.4 0 0 +23667300 15.0004480672 14.4 0 0 +23668200 15.0004480672 14.4 0 0 +23669100 15.0004480672 14.4 0 0 +23670000 15.0004480672 14.4 0 0 +23670900 15.0004480672 14.4 0 0 +23671800 15.0004480672 14.4 0 0 +23672700 15.0004480672 14.4 0 0 +23673600 15.0004480672 14.4 0 0 +23674500 15.0004480672 14.4 0 0 +23675400 15.0004480672 14.4 0 0 +23676300 15.0004480672 14.4 0 0 +23677200 15.0004480672 14.4 0 0 +23678100 15.0004480672 14.4 0 0 +23679000 15.0004480672 14.4 0 0 +23679900 15.0004480672 14.4 0 0 +23680800 15.0004480672 14.4 0 0 +23681700 15.0004480672 14.4 0 0 +23682600 15.0004480672 14.4 0 0 +23683500 15.0004480672 14.4 0 0 +23684400 15.0004480672 14.4 0 0 +23685300 15.0004480672 14.4 0 0 +23686200 15.0004480672 14.4 0 0 +23687100 15.0004480672 14.4 0 0 +23688000 15.0004480672 14.4 0 0 +23688900 15.0004480672 14.4 0 0 +23689800 15.0004480672 14.4 0 0 +23690700 15.0004480672 14.4 0 0 +23691600 15.0004480672 14.4 0 0 +23692500 15.0004480672 14.4 0 0 +23693400 15.0004480672 14.4 0 0 +23694300 15.0004480672 14.4 0 0 +23695200 15.0004480672 14.4 0 0 +23696100 15.0004480672 14.5789548063 0.5666686109 0 +23697000 15.0004480672 15.7421193905 6.1132579059 0 +23697900 15.0004480672 17.1003786377 12.7841538335 0 +23698800 15.0004480672 18.4344714124 19.3809989985 0 +23699700 15.0076079717 16.2452625065 96.7211181045 0.0555555556 +23700600 15.0004480672 34.4135887021 122.1419119956 0 +23701500 15.0076079717 17.0248378946 147.328273048 0.0555555556 +23702400 15.0076079717 17.4600158283 172.0021871339 0.0555555556 +23703300 15.0076079717 17.5357719684 171.8303463683 0.0555555556 +23704200 15.0076079717 17.8249788267 191.3130518097 0.0555555556 +23705100 15.0076079717 18.1023740961 209.9159820806 0.0555555556 +23706000 15.0076079717 18.3662968794 227.5514456791 0.0555555556 +23706900 15.0076079717 18.8156412991 254.7519013662 0.0555555556 +23707800 15.0076079717 19.0916665154 271.0669185461 0.0555555556 +23708700 15.0076079717 19.3487820582 286.1265103325 0.0555555556 +23709600 15.0076079717 19.5856714818 299.8627794986 0.0555555556 +23710500 15.0076079717 27.4661388941 775.0105749579 0.0555555556 +23711400 15.0076079717 27.9583314709 802.3933931578 0.0555555556 +23712300 15.0076079717 28.3816265372 826.0266085689 0.0555555556 +23713200 15.0076079717 28.7335171786 845.8140009832 0.0555555556 +23714100 15.0076079717 31.464302494 986.5685496524 0.0555555556 +23715000 15.0076079717 31.7512407366 999.8554081031 0.0555555556 +23715900 15.0076079717 31.9478245679 1008.6180203356 0.0555555556 +23716800 15.0076079717 32.0531464449 1012.8239475758 0.0555555556 +23717700 15.0076079717 32.5902676587 1040.9870537571 0.0555555556 +23718600 15.0076079717 32.4882687781 1035.9368431298 0.0555555556 +23719500 15.0076079717 32.2923620725 1026.229494664 0.0555555556 +23720400 15.0076079717 32.003551898 1011.9001729075 0.0555555556 +23721300 15.0076079717 31.2075505891 970.3300419717 0.0555555556 +23722200 15.0076079717 30.739773808 947.374750944 0.0555555556 +23723100 15.0076079717 30.1872124903 920.0878352959 0.0555555556 +23724000 15.0076079717 29.5528362732 888.5673575555 0.0555555556 +23724900 15.0076079717 27.7870574882 790.1911818533 0.0555555556 +23725800 15.0076079717 27.0790598999 753.1651829093 0.0555555556 +23726700 15.0076079717 26.3072532861 712.5600472065 0.0555555556 +23727600 15.0076079717 25.4768133372 668.5253052828 0.0555555556 +23728500 15.0076079717 22.9937931965 520.3914082823 0.0555555556 +23729400 15.0076079717 22.2154645748 477.6985625319 0.0555555556 +23730300 15.0076079717 21.4072739259 432.6661610889 0.0555555556 +23731200 15.0076079717 20.5775848877 385.5174980346 0.0555555556 +23732100 15.0076079717 20.0829834896 371.7811539286 0.0555555556 +23733000 15.0076079717 19.0400400428 316.0558335426 0.0555555556 +23733900 15.0076079717 18.1319129801 259.0945203246 0.0555555556 +23734800 15.0076079717 17.3489462199 201.8201706994 0.0555555556 +23735700 15.0004480672 22.7095317721 67.9732466886 0 +23736600 15.0004480672 19.8101629128 44.0603223364 0 +23737500 15.0004480672 17.1419748191 23.5877576132 0 +23738400 15.0004480672 15.1960486514 1.3957734764 0 +23739300 15.0004480672 14.925 0 0 +23740200 15.0004480672 14.775 0 0 +23741100 15.0004480672 14.625 0 0 +23742000 15.0004480672 14.475 0 0 +23742900 15.0004480672 14.3375 0 0 +23743800 15.0004480672 14.2125 0 0 +23744700 15.0004480672 14.0875 0 0 +23745600 15.0004480672 13.9625 0 0 +23746500 15.0004480672 13.9 0 0 +23747400 15.0004480672 13.9 0 0 +23748300 15.0004480672 13.9 0 0 +23749200 15.0004480672 13.9 0 0 +23750100 15.0004480672 13.9 0 0 +23751000 15.0004480672 13.9 0 0 +23751900 15.0004480672 13.9 0 0 +23752800 15.0004480672 13.9 0 0 +23753700 15.0004480672 13.825 0 0 +23754600 15.0004480672 13.675 0 0 +23755500 15.0004480672 13.525 0 0 +23756400 15.0004480672 13.375 0 0 +23757300 15.0004480672 13.3 0 0 +23758200 15.0004480672 13.3 0 0 +23759100 15.0004480672 13.3 0 0 +23760000 15.0004480672 13.3 0 0 +23760900 15.0004480672 13.2375 0 0 +23761800 15.0004480672 13.1125 0 0 +23762700 15.0004480672 12.9875 0 0 +23763600 15.0004480672 12.8625 0 0 +23764500 15.0004480672 12.8625 0 0 +23765400 15.0004480672 12.9875 0 0 +23766300 15.0004480672 13.1125 0 0 +23767200 15.0004480672 13.2375 0 0 +23768100 15.0004480672 13.2375 0 0 +23769000 15.0004480672 13.1125 0 0 +23769900 15.0004480672 12.9875 0 0 +23770800 15.0004480672 12.8625 0 0 +23771700 15.0004480672 12.8 0 0 +23772600 15.0004480672 12.8 0 0 +23773500 15.0004480672 12.8 0 0 +23774400 15.0004480672 12.8 0 0 +23775300 15.0004480672 12.8 0 0 +23776200 15.0004480672 12.8 0 0 +23777100 15.0004480672 12.8 0 0 +23778000 15.0004480672 12.8 0 0 +23778900 15.0004480672 12.8 0 0 +23779800 15.0004480672 12.8 0 0 +23780700 15.0004480672 12.8 0 0 +23781600 15.0004480672 12.8 0 0 +23782500 15.0004480672 13.0118384881 3.1537148768 0 +23783400 15.0004480672 15.1553970504 31.9673854876 0 +23784300 15.0004480672 17.9288508216 55.8482815926 0 +23785200 15.0004480672 21.0315191333 84.160210181 0 +23786100 15.0076079717 16.9393245307 206.5685815603 0.0555555556 +23787000 15.0076079717 17.7311965107 262.5960368141 0.0555555556 +23787900 15.0076079717 18.6910006206 317.2993225297 0.0555555556 +23788800 15.0076079717 19.8316869916 369.8468465179 0.0555555556 +23789700 15.0076079717 21.5345159871 464.0101765965 0.0555555556 +23790600 15.0076079717 22.5665114999 517.7281992647 0.0555555556 +23791500 15.0076079717 23.5680037801 568.5592822389 0.0555555556 +23792400 15.0076079717 24.5291631672 616.359618531 0.0555555556 +23793300 15.0076079717 25.8050852054 691.261139944 0.0555555556 +23794200 15.0076079717 26.6724599874 735.3118774355 0.0555555556 +23795100 15.0076079717 27.477821133 775.8109965455 0.0555555556 +23796000 15.0076079717 28.2160715945 812.6239175061 0.0555555556 +23796900 15.0076079717 28.218134579 815.2116747527 0.0555555556 +23797800 15.0076079717 28.7811038901 843.6851535631 0.0555555556 +23798700 15.0076079717 29.2697151331 868.2324269303 0.0555555556 +23799600 15.0076079717 29.6813185474 888.7601136974 0.0555555556 +23800500 15.0076079717 29.625500717 886.2324103261 0.0555555556 +23801400 15.0076079717 29.879729707 898.2996953561 0.0555555556 +23802300 15.0076079717 30.0540910336 906.2282352542 0.0555555556 +23803200 15.0076079717 30.1477740711 909.986854075 0.0555555556 +23804100 15.0076079717 32.0889185063 1013.8411891024 0.0555555556 +23805000 15.0076079717 31.9880205739 1008.7807181032 0.0555555556 +23805900 15.0076079717 31.7960728566 999.146301864 0.0555555556 +23806800 15.0076079717 31.5140661163 984.9735150713 0.0555555556 +23807700 15.0076079717 31.3546212449 973.8234692244 0.0555555556 +23808600 15.0076079717 30.8794104689 950.7285041619 0.0555555556 +23809500 15.0076079717 30.3187282238 923.2900666617 0.0555555556 +23810400 15.0076079717 29.6755458381 891.6034998132 0.0555555556 +23811300 15.0076079717 29.0407977547 857.4904469963 0.0555555556 +23812200 15.0076079717 28.2616547721 817.77834807 0.0555555556 +23813100 15.0076079717 27.411785984 774.1764802584 0.0555555556 +23814000 15.0076079717 26.4966670181 726.8207715999 0.0555555556 +23814900 15.0076079717 25.3166054297 661.6703679459 0.0555555556 +23815800 15.0076079717 24.2745856921 608.6861089559 0.0555555556 +23816700 15.0076079717 23.1906139898 552.4514941822 0.0555555556 +23817600 15.0076079717 22.0756075199 493.1404789886 0.0555555556 +23818500 15.0076079717 20.5405575589 413.0282940964 0.0555555556 +23819400 15.0076079717 19.3252074358 351.272961229 0.0555555556 +23820300 15.0076079717 18.2891776708 287.5673714735 0.0555555556 +23821200 15.0076079717 17.4186307919 223.0458964228 0.0555555556 +23822100 15.0004480672 21.9756124811 73.3105821629 0 +23823000 15.0004480672 19.2282393549 47.8411166972 0 +23823900 15.0004480672 16.7980987902 26.5761153022 0 +23824800 15.0004480672 15.1531945693 0.7035936402 0 +23825700 15.0004480672 14.925 0 0 +23826600 15.0004480672 14.775 0 0 +23827500 15.0004480672 14.625 0 0 +23828400 15.0004480672 14.475 0 0 +23829300 15.0004480672 14.4 0 0 +23830200 15.0004480672 14.4 0 0 +23831100 15.0004480672 14.4 0 0 +23832000 15.0004480672 14.4 0 0 +23832900 15.0004480672 14.3375 0 0 +23833800 15.0004480672 14.2125 0 0 +23834700 15.0004480672 14.0875 0 0 +23835600 15.0004480672 13.9625 0 0 +23836500 15.0004480672 13.9 0 0 +23837400 15.0004480672 13.9 0 0 +23838300 15.0004480672 13.9 0 0 +23839200 15.0004480672 13.9 0 0 +23840100 15.0004480672 13.825 0 0 +23841000 15.0004480672 13.675 0 0 +23841900 15.0004480672 13.525 0 0 +23842800 15.0004480672 13.375 0 0 +23843700 15.0004480672 13.2375 0 0 +23844600 15.0004480672 13.1125 0 0 +23845500 15.0004480672 12.9875 0 0 +23846400 15.0004480672 12.8625 0 0 +23847300 15.0004480672 12.8 0 0 +23848200 15.0004480672 12.8 0 0 +23849100 15.0004480672 12.8 0 0 +23850000 15.0004480672 12.8 0 0 +23850900 15.0004480672 12.725 0 0 +23851800 15.0004480672 12.575 0 0 +23852700 15.0004480672 12.425 0 0 +23853600 15.0004480672 12.275 0 0 +23854500 15.0004480672 12.1375 0 0 +23855400 15.0004480672 12.0125 0 0 +23856300 15.0004480672 11.8875 0 0 +23857200 15.0004480672 11.7625 0 0 +23858100 15.0004480672 11.7 0 0 +23859000 15.0004480672 11.7 0 0 +23859900 15.0004480672 11.7 0 0 +23860800 15.0004480672 11.7 0 0 +23861700 15.0004480672 11.625 0 0 +23862600 15.0004480672 11.475 0 0 +23863500 15.0004480672 11.325 0 0 +23864400 15.0004480672 11.175 0 0 +23865300 15.0004480672 11.0375 0 0 +23866200 15.0004480672 10.9125 0 0 +23867100 15.0004480672 10.7875 0 0 +23868000 15.0004480672 10.6625 0 0 +23868900 15.0004480672 10.8414215781 2.6255384392 0 +23869800 15.0004480672 13.1068217995 32.8784980287 0 +23870700 15.0004480672 16.0446123651 56.8777368144 0 +23871600 15.0004480672 19.353431435 85.5965935716 0 +23872500 15.0076079717 16.8439993243 208.854705799 0.0555555556 +23873400 15.0076079717 17.6751947934 265.9018381375 0.0555555556 +23874300 15.0076079717 18.6766652755 321.4812192452 0.0555555556 +23875200 15.0076079717 19.8614587994 374.729767284 0.0555555556 +23876100 15.0076079717 21.3357655412 451.7055739669 0.0555555556 +23877000 15.0076079717 22.3505036782 504.4691694394 0.0555555556 +23877900 15.0076079717 23.3355082675 554.4217384829 0.0555555556 +23878800 15.0076079717 24.2812108136 601.414409025 0.0555555556 +23879700 15.0076079717 25.3509850602 663.3754026017 0.0555555556 +23880600 15.0076079717 26.1810199174 705.928301925 0.0555555556 +23881500 15.0076079717 26.9516538447 745.0526549748 0.0555555556 +23882400 15.0076079717 27.6579875394 780.6149680736 0.0555555556 +23883300 15.0076079717 27.8102681935 791.7613489671 0.0555555556 +23884200 15.0076079717 28.3638596679 819.4768654556 0.0555555556 +23885100 15.0076079717 28.8453573059 843.358533986 0.0555555556 +23886000 15.0076079717 29.2522049106 863.3150210143 0.0555555556 +23886900 15.0076079717 28.6261815151 826.8451548906 0.0555555556 +23887800 15.0076079717 28.8620525735 838.0965939746 0.0555555556 +23888700 15.0076079717 29.0237579231 845.4604011213 0.0555555556 +23889600 15.0076079717 29.1105507505 848.9072871858 0.0555555556 +23890500 15.0076079717 28.9891002711 842.0243889243 0.0555555556 +23891400 15.0076079717 28.9696202937 837.6369215342 0.0555555556 +23892300 15.0076079717 28.8759760025 829.3606173349 0.0555555556 +23893200 15.0076079717 28.7090022439 817.2286789858 0.0555555556 +23894100 15.0076079717 28.6053876263 808.4431881696 0.0555555556 +23895000 15.0076079717 28.2167016995 788.6315206508 0.0555555556 +23895900 15.0076079717 27.7589213981 765.1289665699 0.0555555556 +23896800 15.0076079717 27.2345635027 738.0279844135 0.0555555556 +23897700 15.0076079717 27.5267812307 756.4311445014 0.0555555556 +23898600 15.0076079717 26.8268022074 720.4181163 0.0555555556 +23899500 15.0076079717 26.0657923745 680.9429421917 0.0555555556 +23900400 15.0076079717 25.2487223996 638.1499468581 0.0555555556 +23901300 15.0076079717 24.5016389588 596.9279710703 0.0555555556 +23902200 15.0076079717 23.5562002678 548.1052531565 0.0555555556 +23903100 15.0076079717 22.5740958754 496.3884697622 0.0555555556 +23904000 15.0076079717 21.5654474904 441.9668378184 0.0555555556 +23904900 15.0076079717 20.587448621 400.989892445 0.0555555556 +23905800 15.0076079717 19.387096837 340.0292527043 0.0555555556 +23906700 15.0076079717 18.3574810494 277.244232148 0.0555555556 +23907600 15.0076079717 17.4851257485 213.8271084811 0.0555555556 +23908500 15.0004480672 23.0043881712 66.3912458285 0 +23909400 15.0004480672 20.1303674523 43.1397700147 0 +23910300 15.0004480672 17.5935092002 23.8417861248 0 +23911200 15.0004480672 15.8766626288 0.0697904387 0 +23912100 15.0004480672 15.525 0 0 +23913000 15.0004480672 15.375 0 0 +23913900 15.0004480672 15.225 0 0 +23914800 15.0004480672 15.075 0 0 +23915700 15.0004480672 14.925 0 0 +23916600 15.0004480672 14.775 0 0 +23917500 15.0004480672 14.625 0 0 +23918400 15.0004480672 14.475 0 0 +23919300 15.0004480672 14.4 0 0 +23920200 15.0004480672 14.4 0 0 +23921100 15.0004480672 14.4 0 0 +23922000 15.0004480672 14.4 0 0 +23922900 15.0004480672 14.3375 0 0 +23923800 15.0004480672 14.2125 0 0 +23924700 15.0004480672 14.0875 0 0 +23925600 15.0004480672 13.9625 0 0 +23926500 15.0004480672 13.9625 0 0 +23927400 15.0004480672 14.0875 0 0 +23928300 15.0004480672 14.2125 0 0 +23929200 15.0004480672 14.3375 0 0 +23930100 15.0004480672 14.3375 0 0 +23931000 15.0004480672 14.2125 0 0 +23931900 15.0004480672 14.0875 0 0 +23932800 15.0004480672 13.9625 0 0 +23933700 15.0004480672 13.825 0 0 +23934600 15.0004480672 13.675 0 0 +23935500 15.0004480672 13.525 0 0 +23936400 15.0004480672 13.375 0 0 +23937300 15.0004480672 13.2375 0 0 +23938200 15.0004480672 13.1125 0 0 +23939100 15.0004480672 12.9875 0 0 +23940000 15.0004480672 12.8625 0 0 +23940900 15.0004480672 12.8 0 0 +23941800 15.0004480672 12.8 0 0 +23942700 15.0004480672 12.8 0 0 +23943600 15.0004480672 12.8 0 0 +23944500 15.0004480672 12.725 0 0 +23945400 15.0004480672 12.575 0 0 +23946300 15.0004480672 12.425 0 0 +23947200 15.0004480672 12.275 0 0 +23948100 15.0004480672 12.0625 0 0 +23949000 15.0004480672 11.7875 0 0 +23949900 15.0004480672 11.5125 0 0 +23950800 15.0004480672 11.2375 0 0 +23951700 15.0004480672 11.175 0 0 +23952600 15.0004480672 11.325 0 0 +23953500 15.0004480672 11.475 0 0 +23954400 15.0004480672 11.625 0 0 +23955300 15.0004480672 11.8282508243 1.9180610917 0 +23956200 15.0004480672 13.8717645834 30.688617099 0 +23957100 15.0004480672 16.6141031182 53.2785067763 0 +23958000 15.0004480672 19.7371500262 80.4444263102 0 +23958900 15.0076079717 16.8721785107 205.1311181268 0.0555555556 +23959800 15.0076079717 17.7240771148 261.8012324339 0.0555555556 +23960700 15.0076079717 18.7425693121 317.0384390641 0.0555555556 +23961600 15.0076079717 19.9402882301 369.9487369933 0.0555555556 +23962500 15.0076079717 21.5643434451 458.4294602728 0.0555555556 +23963400 15.0076079717 22.5839530878 511.8950819185 0.0555555556 +23964300 15.0076079717 23.572443536 562.4333044448 0.0555555556 +23965200 15.0076079717 24.5202742812 609.91370504 0.0555555556 +23966100 15.0076079717 25.5789734712 669.7317742688 0.0555555556 +23967000 15.0076079717 26.4711162641 712.5874724152 0.0555555556 +23967900 15.0076079717 27.3024212919 751.9631907182 0.0555555556 +23968800 15.0076079717 28.0680053307 787.730859522 0.0555555556 +23969700 15.0076079717 28.0509463608 788.0033890945 0.0555555556 +23970600 15.0076079717 28.6115212454 815.5661057593 0.0555555556 +23971500 15.0076079717 29.1001319778 839.3012114784 0.0555555556 +23972400 15.0076079717 29.5142546654 859.1189302411 0.0555555556 +23973300 15.0076079717 30.9416938523 936.3293695436 0.0555555556 +23974200 15.0076079717 31.1875292294 948.8265672701 0.0555555556 +23975100 15.0076079717 31.3479447583 956.9721227813 0.0555555556 +23976000 15.0076079717 31.4221115308 960.7357313298 0.0555555556 +23976900 15.0076079717 31.5378441766 967.3488960048 0.0555555556 +23977800 15.0076079717 31.4472555535 962.2877028841 0.0555555556 +23978700 15.0076079717 31.269952592 952.8209323446 0.0555555556 +23979600 15.0076079717 31.0068992851 938.9837009717 0.0555555556 +23980500 15.0076079717 30.459286964 906.850720658 0.0555555556 +23981400 15.0076079717 30.0458997535 884.8000228475 0.0555555556 +23982300 15.0076079717 29.5533839127 858.6444535148 0.0555555556 +23983200 15.0076079717 28.9845471668 828.4781685168 0.0555555556 +23984100 15.0076079717 27.3878547805 737.9926282901 0.0555555556 +23985000 15.0076079717 26.7433267714 702.5570615743 0.0555555556 +23985900 15.0076079717 26.0392179074 663.7249708726 0.0555555556 +23986800 15.0076079717 25.28038208 621.6382943545 0.0555555556 +23987700 15.0076079717 24.1442507506 554.7957429472 0.0555555556 +23988600 15.0076079717 23.2567998052 508.6494768329 0.0555555556 +23989500 15.0076079717 22.3358696391 459.8325216273 0.0555555556 +23990400 15.0076079717 21.3909440926 408.5418783398 0.0555555556 +23991300 15.0076079717 20.2525228491 347.8436622482 0.0555555556 +23992200 15.0076079717 19.2632574219 293.5244455773 0.0555555556 +23993100 15.0076079717 18.4026430184 238.0107412974 0.0555555556 +23994000 15.0076079717 17.6605222207 182.3745097645 0.0555555556 +23994900 15.0004480672 28.1600876863 52.8451606163 0 +23995800 15.0076079717 15.8124886021 33.7262923293 0.0555555556 +23996700 15.0004480672 23.2704407681 16.9018730617 0 +23997600 15.0004480672 21.9 0 0 +23998500 15.0004480672 21.7 0 0 +23999400 15.0004480672 21.7 0 0 +24000300 15.0004480672 21.7 0 0 +24001200 15.0004480672 21.7 0 0 +24002100 15.0004480672 21.4125 0 0 +24003000 15.0004480672 20.8375 0 0 +24003900 15.0004480672 20.2625 0 0 +24004800 15.0004480672 19.6875 0 0 +24005700 15.0004480672 19.2625 0 0 +24006600 15.0004480672 18.9875 0 0 +24007500 15.0004480672 18.7125 0 0 +24008400 15.0004480672 18.4375 0 0 +24009300 15.0004480672 18.1625 0 0 +24010200 15.0004480672 17.8875 0 0 +24011100 15.0004480672 17.6125 0 0 +24012000 15.0004480672 17.3375 0 0 +24012900 15.0004480672 17.2 0 0 +24013800 15.0004480672 17.2 0 0 +24014700 15.0004480672 17.2 0 0 +24015600 15.0004480672 17.2 0 0 +24016500 15.0004480672 17.1375 0 0 +24017400 15.0004480672 17.0125 0 0 +24018300 15.0004480672 16.8875 0 0 +24019200 15.0004480672 16.7625 0 0 +24020100 15.0004480672 16.5625 0 0 +24021000 15.0004480672 16.2875 0 0 +24021900 15.0004480672 16.0125 0 0 +24022800 15.0004480672 15.7375 0 0 +24023700 15.0004480672 15.525 0 0 +24024600 15.0004480672 15.375 0 0 +24025500 15.0004480672 15.225 0 0 +24026400 15.0004480672 15.075 0 0 +24027300 15.0004480672 14.8625 0 0 +24028200 15.0004480672 14.5875 0 0 +24029100 15.0004480672 14.3125 0 0 +24030000 15.0004480672 14.0375 0 0 +24030900 15.0004480672 13.9625 0 0 +24031800 15.0004480672 14.0875 0 0 +24032700 15.0004480672 14.2125 0 0 +24033600 15.0004480672 14.3375 0 0 +24034500 15.0004480672 14.3375 0 0 +24035400 15.0004480672 14.2125 0 0 +24036300 15.0004480672 14.0875 0 0 +24037200 15.0004480672 13.9625 0 0 +24038100 15.0004480672 13.825 0 0 +24039000 15.0004480672 13.675 0 0 +24039900 15.0004480672 13.525 0 0 +24040800 15.0004480672 13.375 0 0 +24041700 15.0004480672 13.4770154158 1.1748539958 0 +24042600 15.0004480672 15.675950693 26.9708464983 0 +24043500 15.0004480672 18.6695756773 48.2882665466 0 +24044400 15.0004480672 22.0080184393 73.6406888429 0 +24045300 15.0076079717 16.5944754276 143.2605260066 0.0555555556 +24046200 15.0076079717 17.2158616245 184.1797000462 0.0555555556 +24047100 15.0076079717 17.9302555136 224.8178611394 0.0555555556 +24048000 15.0076079717 18.744170433 264.4862428124 0.0555555556 +24048900 15.0076079717 20.6916150057 387.8334800088 0.0555555556 +24049800 15.0076079717 21.5322058257 434.6467597472 0.0555555556 +24050700 15.0076079717 22.3483456076 479.1524512424 0.0555555556 +24051600 15.0076079717 23.1318849946 521.1660338535 0.0555555556 +24052500 15.0076079717 19.4354456812 286.6195850364 0.0555555556 +24053400 15.0076079717 19.7539667608 305.3409440618 0.0555555556 +24054300 15.0076079717 20.0502674082 322.601973255 0.0555555556 +24055200 15.0076079717 20.3227687134 338.3259860978 0.0555555556 +24056100 15.0076079717 26.3779054292 698.6352248101 0.0555555556 +24057000 15.0076079717 26.8461877829 723.3347636723 0.0555555556 +24057900 15.0076079717 27.2519484393 744.6011435741 0.0555555556 +24058800 15.0076079717 27.5929815526 762.3498994476 0.0555555556 +24059700 15.0076079717 26.2321155965 688.1932843322 0.0555555556 +24060600 15.0076079717 26.4122596005 697.5745642894 0.0555555556 +24061500 15.0076079717 26.5332778663 703.6675326435 0.0555555556 +24062400 15.0076079717 26.5945914187 706.4468804012 0.0555555556 +24063300 15.0076079717 31.5127703594 975.4947522896 0.0555555556 +24064200 15.0076079717 31.4515265454 970.2787586509 0.0555555556 +24065100 15.0076079717 31.3029450888 960.6019731255 0.0555555556 +24066000 15.0076079717 31.0680002663 946.5002477148 0.0555555556 +24066900 15.0076079717 30.9691394945 933.1310484133 0.0555555556 +24067800 15.0076079717 30.5180682334 910.4802368277 0.0555555556 +24068700 15.0076079717 29.984973272 883.6217157036 0.0555555556 +24069600 15.0076079717 29.3727212314 852.6468344997 0.0555555556 +24070500 15.0076079717 28.2239771291 790.1793113029 0.0555555556 +24071400 15.0076079717 27.5317956786 752.3818359392 0.0555555556 +24072300 15.0076079717 26.7747717488 710.9332771489 0.0555555556 +24073200 15.0076079717 25.9580413447 665.9698682141 0.0555555556 +24074100 15.0076079717 24.0628850109 550.6077270832 0.0555555556 +24075000 15.0076079717 23.2284546253 504.454851575 0.0555555556 +24075900 15.0076079717 22.3606324012 455.6150631052 0.0555555556 +24076800 15.0076079717 21.4688970062 404.2796086646 0.0555555556 +24077700 15.0076079717 20.8322469864 386.5458864957 0.0555555556 +24078600 15.0076079717 19.637035683 326.1925169641 0.0555555556 +24079500 15.0076079717 18.6081094552 264.0157202784 0.0555555556 +24080400 15.0076079717 17.7316746308 201.3824095962 0.0555555556 +24081300 15.0004480672 26.8631888022 55.7886862069 0 +24082200 15.0004480672 24.1722362202 36.2827231167 0 +24083100 15.0004480672 21.8278308283 17.9406667893 0 +24084000 15.0004480672 20.35 0 0 +24084900 15.0004480672 19.7875 0 0 +24085800 15.0004480672 19.3625 0 0 +24086700 15.0004480672 18.9375 0 0 +24087600 15.0004480672 18.5125 0 0 +24088500 15.0004480672 18.2375 0 0 +24089400 15.0004480672 18.1125 0 0 +24090300 15.0004480672 17.9875 0 0 +24091200 15.0004480672 17.8625 0 0 +24092100 15.0004480672 17.725 0 0 +24093000 15.0004480672 17.575 0 0 +24093900 15.0004480672 17.425 0 0 +24094800 15.0004480672 17.275 0 0 +24095700 15.0004480672 17.0625 0 0 +24096600 15.0004480672 16.7875 0 0 +24097500 15.0004480672 16.5125 0 0 +24098400 15.0004480672 16.2375 0 0 +24099300 15.0004480672 16.1 0 0 +24100200 15.0004480672 16.1 0 0 +24101100 15.0004480672 16.1 0 0 +24102000 15.0004480672 16.1 0 0 +24102900 15.0004480672 16.0375 0 0 +24103800 15.0004480672 15.9125 0 0 +24104700 15.0004480672 15.7875 0 0 +24105600 15.0004480672 15.6625 0 0 +24106500 15.0004480672 15.45 0 0 +24107400 15.0004480672 15.15 0 0 +24108300 15.0004480672 14.85 0 0 +24109200 15.0004480672 14.55 0 0 +24110100 15.0004480672 14.3375 0 0 +24111000 15.0004480672 14.2125 0 0 +24111900 15.0004480672 14.0875 0 0 +24112800 15.0004480672 13.9625 0 0 +24113700 15.0004480672 13.9 0 0 +24114600 15.0004480672 13.9 0 0 +24115500 15.0004480672 13.9 0 0 +24116400 15.0004480672 13.9 0 0 +24117300 15.0004480672 13.7625 0 0 +24118200 15.0004480672 13.4875 0 0 +24119100 15.0004480672 13.2125 0 0 +24120000 15.0004480672 12.9375 0 0 +24120900 15.0004480672 12.725 0 0 +24121800 15.0004480672 12.575 0 0 +24122700 15.0004480672 12.425 0 0 +24123600 15.0004480672 12.275 0 0 +24124500 15.0004480672 12.2 0 0 +24125400 15.0004480672 12.2 0 0 +24126300 15.0004480672 12.2 0 0 +24127200 15.0004480672 12.2 0 0 +24128100 15.0004480672 12.3471259862 0.1119723181 0 +24129000 15.0004480672 13.5257023744 6.4620115926 0 +24129900 15.0004480672 15.2461236135 15.0137598727 0 +24130800 15.0004480672 16.9865944854 23.9357272778 0 +24131700 15.0004480672 23.037371698 54.923855993 0 +24132600 15.0076079717 15.8882692082 69.6710440561 0.0555555556 +24133500 15.0004480672 28.5016483836 84.0842374464 0 +24134400 15.0076079717 16.3421633703 98.0851169077 0.0555555556 +24135300 15.0076079717 17.1869681556 155.2758398361 0.0555555556 +24136200 15.0076079717 17.4914028399 173.5408919481 0.0555555556 +24137100 15.0076079717 17.7844883082 190.9648279694 0.0555555556 +24138000 15.0076079717 18.064648599 207.4662084533 0.0555555556 +24138900 15.0076079717 17.3069062185 154.5221852119 0.0555555556 +24139800 15.0076079717 17.4616714948 164.4167148898 0.0555555556 +24140700 15.0076079717 17.6052660021 173.534910987 0.0555555556 +24141600 15.0076079717 17.7370912229 181.8373703915 0.0555555556 +24142500 15.0076079717 20.1646634628 337.3370230605 0.0555555556 +24143400 15.0076079717 20.3850772107 349.2569609353 0.0555555556 +24144300 15.0076079717 20.5792891546 359.5222174768 0.0555555556 +24145200 15.0076079717 20.7464645353 368.0883515511 0.0555555556 +24146100 15.0076079717 24.9082260849 616.8112961764 0.0555555556 +24147000 15.0076079717 25.0983167884 625.1999278391 0.0555555556 +24147900 15.0076079717 25.2364586184 630.6273975703 0.0555555556 +24148800 15.0076079717 25.3221559757 633.0709118227 0.0555555556 +24149700 15.0076079717 22.1069006796 443.7021838338 0.0555555556 +24150600 15.0076079717 22.0763733039 441.2310443371 0.0555555556 +24151500 15.0076079717 22.0124239633 436.6835492636 0.0555555556 +24152400 15.0076079717 21.9154154505 430.0792746697 0.0555555556 +24153300 15.0076079717 21.778822474 420.7045754828 0.0555555556 +24154200 15.0076079717 21.5983511126 410.0929057208 0.0555555556 +24155100 15.0076079717 21.386811133 397.5381816519 0.0555555556 +24156000 15.0076079717 21.1452503534 383.0947309544 0.0555555556 +24156900 15.0076079717 19.8348472813 300.7303458725 0.0555555556 +24157800 15.0076079717 19.5845905714 286.0396601621 0.0555555556 +24158700 15.0076079717 19.313721009 269.9832337881 0.0555555556 +24159600 15.0076079717 19.0235945843 252.6320858874 0.0555555556 +24160500 15.0076079717 23.0876449155 516.0610350174 0.0555555556 +24161400 15.0076079717 22.2902174141 471.9376641395 0.0555555556 +24162300 15.0076079717 21.4622420681 425.3483543702 0.0555555556 +24163200 15.0076079717 20.6123212923 376.5051321026 0.0555555556 +24164100 15.0076079717 17.3367242593 146.9189442734 0.0555555556 +24165000 15.0004480672 38.7295249859 123.8253842633 0 +24165900 15.0076079717 16.6081249029 100.2711053837 0.0555555556 +24166800 15.0004480672 30.7274943816 76.5396907457 0 +24167700 15.0004480672 20.4638296797 16.3842978134 0 +24168600 15.0004480672 19.156706008 9.6786780246 0 +24169500 15.0004480672 17.9158549103 3.1003630036 0 +24170400 15.0004480672 17.3375 0 0 +24171300 15.0004480672 17.1375 0 0 +24172200 15.0004480672 17.0125 0 0 +24173100 15.0004480672 16.8875 0 0 +24174000 15.0004480672 16.7625 0 0 +24174900 15.0004480672 16.625 0 0 +24175800 15.0004480672 16.475 0 0 +24176700 15.0004480672 16.325 0 0 +24177600 15.0004480672 16.175 0 0 +24178500 15.0004480672 16.1 0 0 +24179400 15.0004480672 16.1 0 0 +24180300 15.0004480672 16.1 0 0 +24181200 15.0004480672 16.1 0 0 +24182100 15.0004480672 16.1 0 0 +24183000 15.0004480672 16.1 0 0 +24183900 15.0004480672 16.1 0 0 +24184800 15.0004480672 16.1 0 0 +24185700 15.0004480672 16.1 0 0 +24186600 15.0004480672 16.1 0 0 +24187500 15.0004480672 16.1 0 0 +24188400 15.0004480672 16.1 0 0 +24189300 15.0004480672 16.175 0 0 +24190200 15.0004480672 16.325 0 0 +24191100 15.0004480672 16.475 0 0 +24192000 15.0004480672 16.625 0 0 +24192900 15.0004480672 16.7625 0 0 +24193800 15.0004480672 16.8875 0 0 +24194700 15.0004480672 17.0125 0 0 +24195600 15.0004480672 17.1375 0 0 +24196500 15.0004480672 17.1375 0 0 +24197400 15.0004480672 17.0125 0 0 +24198300 15.0004480672 16.8875 0 0 +24199200 15.0004480672 16.7625 0 0 +24200100 15.0004480672 16.7 0 0 +24201000 15.0004480672 16.7 0 0 +24201900 15.0004480672 16.7 0 0 +24202800 15.0004480672 16.7 0 0 +24203700 15.0004480672 16.7 0 0 +24204600 15.0004480672 16.7 0 0 +24205500 15.0004480672 16.7 0 0 +24206400 15.0004480672 16.7 0 0 +24207300 15.0004480672 16.7 0 0 +24208200 15.0004480672 16.7 0 0 +24209100 15.0004480672 16.7 0 0 +24210000 15.0004480672 16.7 0 0 +24210900 15.0004480672 16.625 0 0 +24211800 15.0004480672 16.475 0 0 +24212700 15.0004480672 16.325 0 0 +24213600 15.0004480672 16.175 0 0 +24214500 15.0004480672 16.1770590779 0.0187552014 0 +24215400 15.0004480672 17.10239866 4.6424428289 0 +24216300 15.0004480672 18.6284675178 12.385567529 0 +24217200 15.0004480672 20.1406572977 20.1693083387 0 +24218100 15.0076079717 16.2171011563 83.4029675635 0.0555555556 +24219000 15.0004480672 33.7848180435 107.1277841309 0 +24219900 15.0076079717 16.9056019458 130.6091814419 0.0555555556 +24220800 15.0076079717 17.2840483905 153.5669846224 0.0555555556 +24221700 15.0076079717 17.4581324802 162.6487490584 0.0555555556 +24222600 15.0076079717 17.759777026 182.0397436713 0.0555555556 +24223500 15.0076079717 18.04974615 200.5380192505 0.0555555556 +24224400 15.0076079717 18.3261949215 218.0555344811 0.0555555556 +24225300 15.0076079717 17.1877257151 140.6432076185 0.0555555556 +24226200 15.0076079717 17.3189633359 149.6968764835 0.0555555556 +24227100 15.0076079717 17.4399591578 158.0383953187 0.0555555556 +24228000 15.0076079717 17.5501626894 165.6317206298 0.0555555556 +24228900 15.0076079717 21.9391703809 445.1608364933 0.0555555556 +24229800 15.0076079717 22.2256350954 461.0187082419 0.0555555556 +24230700 15.0076079717 22.4755349517 474.6663199239 0.0555555556 +24231600 15.0076079717 22.6876488971 486.0454938896 0.0555555556 +24232500 15.0076079717 21.8313232496 435.4707057302 0.0555555556 +24233400 15.0076079717 21.9382278037 441.3511109539 0.0555555556 +24234300 15.0076079717 22.0111813255 445.1414864324 0.0555555556 +24235200 15.0076079717 22.0498768357 446.8255962137 0.0555555556 +24236100 15.0076079717 29.9558076389 896.4590582774 0.0555555556 +24237000 15.0076079717 29.859615297 891.4300008556 0.0555555556 +24237900 15.0076079717 29.683983332 882.2406736009 0.0555555556 +24238800 15.0076079717 29.42982054 868.9258956382 0.0555555556 +24239700 15.0076079717 29.3436181465 859.0321943535 0.0555555556 +24240600 15.0076079717 28.9165746803 837.6103725515 0.0555555556 +24241500 15.0076079717 28.4146085046 812.2480014242 0.0555555556 +24242400 15.0076079717 27.8403913508 783.035219976 0.0555555556 +24243300 15.0076079717 28.0210128247 793.3579807935 0.0555555556 +24244200 15.0076079717 27.2746329492 755.2521068461 0.0555555556 +24245100 15.0076079717 26.46238745 713.4443896965 0.0555555556 +24246000 15.0076079717 25.5893823573 668.0556654747 0.0555555556 +24246900 15.0076079717 24.8803368081 631.2090745964 0.0555555556 +24247800 15.0076079717 23.8698604832 578.7263590727 0.0555555556 +24248700 15.0076079717 22.8181178107 522.9249751548 0.0555555556 +24249600 15.0076079717 21.7357397309 463.9375688712 0.0555555556 +24250500 15.0076079717 20.3775118393 394.3847842979 0.0555555556 +24251400 15.0076079717 19.1831204659 331.1303133451 0.0555555556 +24252300 15.0076079717 18.1576845163 265.9510938561 0.0555555556 +24253200 15.0076079717 17.2873753228 200.5295115592 0.0555555556 +24254100 15.0004480672 20.4678834089 45.6132699473 0 +24255000 15.0004480672 18.4098426997 31.0103049409 0 +24255900 15.0004480672 16.6821397974 12.321796494 0 +24256800 15.0004480672 15.8 0 0 +24257700 15.0004480672 15.525 0 0 +24258600 15.0004480672 15.375 0 0 +24259500 15.0004480672 15.225 0 0 +24260400 15.0004480672 15.075 0 0 +24261300 15.0004480672 15 0 0 +24262200 15.0004480672 15 0 0 +24263100 15.0004480672 15 0 0 +24264000 15.0004480672 15 0 0 +24264900 15.0004480672 14.925 0 0 +24265800 15.0004480672 14.775 0 0 +24266700 15.0004480672 14.625 0 0 +24267600 15.0004480672 14.475 0 0 +24268500 15.0004480672 14.4 0 0 +24269400 15.0004480672 14.4 0 0 +24270300 15.0004480672 14.4 0 0 +24271200 15.0004480672 14.4 0 0 +24272100 15.0004480672 14.3375 0 0 +24273000 15.0004480672 14.2125 0 0 +24273900 15.0004480672 14.0875 0 0 +24274800 15.0004480672 13.9625 0 0 +24275700 15.0004480672 13.9 0 0 +24276600 15.0004480672 13.9 0 0 +24277500 15.0004480672 13.9 0 0 +24278400 15.0004480672 13.9 0 0 +24279300 15.0004480672 13.825 0 0 +24280200 15.0004480672 13.675 0 0 +24281100 15.0004480672 13.525 0 0 +24282000 15.0004480672 13.375 0 0 +24282900 15.0004480672 13.2375 0 0 +24283800 15.0004480672 13.1125 0 0 +24284700 15.0004480672 12.9875 0 0 +24285600 15.0004480672 12.8625 0 0 +24286500 15.0004480672 12.8 0 0 +24287400 15.0004480672 12.8 0 0 +24288300 15.0004480672 12.8 0 0 +24289200 15.0004480672 12.8 0 0 +24290100 15.0004480672 12.8 0 0 +24291000 15.0004480672 12.8 0 0 +24291900 15.0004480672 12.8 0 0 +24292800 15.0004480672 12.8 0 0 +24293700 15.0004480672 12.8 0 0 +24294600 15.0004480672 12.8 0 0 +24295500 15.0004480672 12.8 0 0 +24296400 15.0004480672 12.8 0 0 +24297300 15.0004480672 12.8 0 0 +24298200 15.0004480672 12.8 0 0 +24299100 15.0004480672 12.8 0 0 +24300000 15.0004480672 12.8 0 0 +24300900 15.0004480672 12.8 0 0 +24301800 15.0004480672 14.2974558473 26.373902654 0 +24302700 15.0004480672 16.5577737579 45.1713555901 0 +24303600 15.0004480672 19.2695500152 68.0213294665 0 +24304500 15.0076079717 16.8531198647 199.8161863854 0.0555555556 +24305400 15.0076079717 17.6997890965 257.1136513464 0.0555555556 +24306300 15.0076079717 18.7130756881 312.7122906801 0.0555555556 +24307200 15.0076079717 19.9049544808 365.5416144998 0.0555555556 +24308100 15.0076079717 21.5717644442 459.7730775689 0.0555555556 +24309000 15.0076079717 22.6133612235 513.9444873815 0.0555555556 +24309900 15.0076079717 23.6208313103 564.96066165 0.0555555556 +24310800 15.0076079717 24.5850760747 612.7371790091 0.0555555556 +24311700 15.0076079717 26.2856318007 712.4647538864 0.0555555556 +24312600 15.0076079717 27.1895426276 757.5401146666 0.0555555556 +24313500 15.0076079717 28.0272682142 798.8354313064 0.0555555556 +24314400 15.0076079717 28.7939814459 836.2461747644 0.0555555556 +24315300 15.0076079717 29.8326051036 894.0481252392 0.0555555556 +24316200 15.0076079717 30.4588603098 924.3468662329 0.0555555556 +24317100 15.0076079717 31.0013213564 950.3486707033 0.0555555556 +24318000 15.0076079717 31.4573090158 971.9729945432 0.0555555556 +24318900 15.0076079717 31.9615930952 1000.739488959 0.0555555556 +24319800 15.0076079717 32.2405395647 1013.6183709935 0.0555555556 +24320700 15.0076079717 32.4270903429 1021.8826311368 0.0555555556 +24321600 15.0076079717 32.520426472 1025.504636623 0.0555555556 +24322500 15.0076079717 31.1150381114 952.0796090303 0.0555555556 +24323400 15.0076079717 30.9892279766 946.7072660991 0.0555555556 +24324300 15.0076079717 30.7777781748 936.9577974421 0.0555555556 +24325200 15.0076079717 30.4816569311 922.8660081753 0.0555555556 +24326100 15.0076079717 29.7739769717 885.2384466678 0.0555555556 +24327000 15.0076079717 29.3322862121 863.0591891591 0.0555555556 +24327900 15.0076079717 28.8132872048 836.8120965577 0.0555555556 +24328800 15.0076079717 28.2197124172 806.5882420701 0.0555555556 +24329700 15.0076079717 26.0832196981 685.1495578126 0.0555555556 +24330600 15.0076079717 25.439541477 651.1958648868 0.0555555556 +24331500 15.0076079717 24.7405150418 614.013600122 0.0555555556 +24332400 15.0076079717 23.9906408202 573.7348373724 0.0555555556 +24333300 15.0076079717 24.4680796728 607.7229311088 0.0555555556 +24334200 15.0076079717 23.4878308689 556.487088235 0.0555555556 +24335100 15.0076079717 22.4681193063 502.0422161686 0.0555555556 +24336000 15.0076079717 21.4193580099 444.5276262596 0.0555555556 +24336900 15.0076079717 20.1482454792 379.8688202652 0.0555555556 +24337800 15.0076079717 18.9840918481 317.7770685164 0.0555555556 +24338700 15.0076079717 17.979580718 253.9640619722 0.0555555556 +24339600 15.0076079717 17.1217274737 190.1996423798 0.0555555556 +24340500 15.0004480672 18.8659895898 38.2011143452 0 +24341400 15.0004480672 17.1804312959 26.7399323309 0 +24342300 15.0004480672 15.7210495953 7.9809419012 0 +24343200 15.0004480672 15.1375 0 0 +24344100 15.0004480672 15 0 0 +24345000 15.0004480672 15 0 0 +24345900 15.0004480672 15 0 0 +24346800 15.0004480672 15 0 0 +24347700 15.0004480672 14.925 0 0 +24348600 15.0004480672 14.775 0 0 +24349500 15.0004480672 14.625 0 0 +24350400 15.0004480672 14.475 0 0 +24351300 15.0004480672 14.3375 0 0 +24352200 15.0004480672 14.2125 0 0 +24353100 15.0004480672 14.0875 0 0 +24354000 15.0004480672 13.9625 0 0 +24354900 15.0004480672 13.9 0 0 +24355800 15.0004480672 13.9 0 0 +24356700 15.0004480672 13.9 0 0 +24357600 15.0004480672 13.9 0 0 +24358500 15.0004480672 13.825 0 0 +24359400 15.0004480672 13.675 0 0 +24360300 15.0004480672 13.525 0 0 +24361200 15.0004480672 13.375 0 0 +24362100 15.0004480672 13.3 0 0 +24363000 15.0004480672 13.3 0 0 +24363900 15.0004480672 13.3 0 0 +24364800 15.0004480672 13.3 0 0 +24365700 15.0004480672 13.3 0 0 +24366600 15.0004480672 13.3 0 0 +24367500 15.0004480672 13.3 0 0 +24368400 15.0004480672 13.3 0 0 +24369300 15.0004480672 13.2375 0 0 +24370200 15.0004480672 13.1125 0 0 +24371100 15.0004480672 12.9875 0 0 +24372000 15.0004480672 12.8625 0 0 +24372900 15.0004480672 12.725 0 0 +24373800 15.0004480672 12.575 0 0 +24374700 15.0004480672 12.425 0 0 +24375600 15.0004480672 12.275 0 0 +24376500 15.0004480672 12.2 0 0 +24377400 15.0004480672 12.2 0 0 +24378300 15.0004480672 12.2 0 0 +24379200 15.0004480672 12.2 0 0 +24380100 15.0004480672 12.1375 0 0 +24381000 15.0004480672 12.0125 0 0 +24381900 15.0004480672 11.8875 0 0 +24382800 15.0004480672 11.7625 0 0 +24383700 15.0004480672 11.625 0 0 +24384600 15.0004480672 11.475 0 0 +24385500 15.0004480672 11.325 0 0 +24386400 15.0004480672 11.175 0 0 +24387300 15.0004480672 11.1 0 0 +24388200 15.0004480672 12.5251734554 26.0754621045 0 +24389100 15.0004480672 14.7812761616 46.0070391203 0 +24390000 15.0004480672 17.4962329027 68.8275785958 0 +24390900 15.0076079717 16.6002052794 183.4572232606 0.0555555556 +24391800 15.0076079717 17.4110697322 237.3299052134 0.0555555556 +24392700 15.0076079717 18.374158799 289.9897433537 0.0555555556 +24393600 15.0076079717 19.4999973468 340.3325117804 0.0555555556 +24394500 15.0076079717 21.3165767203 447.8266802013 0.0555555556 +24395400 15.0076079717 22.3236396413 501.0970454023 0.0555555556 +24396300 15.0076079717 23.2973875101 551.2742347355 0.0555555556 +24397200 15.0076079717 24.2289123993 598.2707368371 0.0555555556 +24398100 15.0076079717 24.9916273994 642.3688130387 0.0555555556 +24399000 15.0076079717 25.796913919 683.9234374498 0.0555555556 +24399900 15.0076079717 26.543089809 722.0348980542 0.0555555556 +24400800 15.0076079717 27.2256504203 756.5899153977 0.0555555556 +24401700 15.0076079717 27.2386526324 759.2641768389 0.0555555556 +24402600 15.0076079717 27.7655718397 785.8189098157 0.0555555556 +24403500 15.0076079717 28.2224808958 808.6185655235 0.0555555556 +24404400 15.0076079717 28.6070390831 827.581503464 0.0555555556 +24405300 15.0076079717 28.7367039138 833.7168014311 0.0555555556 +24406200 15.0076079717 28.9569542285 844.7189069003 0.0555555556 +24407100 15.0076079717 29.1013835379 851.7546507781 0.0555555556 +24408000 15.0076079717 29.1693000776 854.7979181099 0.0555555556 +24408900 15.0076079717 29.8669448991 893.0853640836 0.0555555556 +24409800 15.0076079717 29.7879774825 887.9207900519 0.0555555556 +24410700 15.0076079717 29.6289278241 878.6104611114 0.0555555556 +24411600 15.0076079717 29.3907147725 865.1882323136 0.0555555556 +24412500 15.0076079717 29.272310044 855.403347272 0.0555555556 +24413400 15.0076079717 28.8641370166 833.8423469564 0.0555555556 +24414300 15.0076079717 28.3808904362 808.3389124033 0.0555555556 +24415200 15.0076079717 27.8252257401 778.9799108259 0.0555555556 +24416100 15.0076079717 26.4648967491 703.0181547302 0.0555555556 +24417000 15.0076079717 25.7943520782 668.1469924553 0.0555555556 +24417900 15.0076079717 25.066265344 629.9437591164 0.0555555556 +24418800 15.0076079717 24.2852598734 588.5343581848 0.0555555556 +24419700 15.0076079717 23.4800013089 543.2885592812 0.0555555556 +24420600 15.0076079717 22.604424724 496.2777416182 0.0555555556 +24421500 15.0076079717 21.6948707529 446.4571402703 0.0555555556 +24422400 15.0076079717 20.760934385 393.9982765326 0.0555555556 +24423300 15.0076079717 19.9201004596 358.0563534316 0.0555555556 +24424200 15.0076079717 18.8020119168 298.253412077 0.0555555556 +24425100 15.0076079717 17.8277153609 237.0506094509 0.0555555556 +24426000 15.0004480672 38.5372565919 176.2347819717 0 +24426900 15.0004480672 18.1336747233 34.9404646669 0 +24427800 15.0004480672 16.5191529878 23.0935582516 0 +24428700 15.0004480672 15.0463001482 4.7141930576 0 +24429600 15.0004480672 14.55 0 0 +24430500 15.0004480672 14.2625 0 0 +24431400 15.0004480672 13.9875 0 0 +24432300 15.0004480672 13.7125 0 0 +24433200 15.0004480672 13.4375 0 0 +24434100 15.0004480672 13.3 0 0 +24435000 15.0004480672 13.3 0 0 +24435900 15.0004480672 13.3 0 0 +24436800 15.0004480672 13.3 0 0 +24437700 15.0004480672 13.2375 0 0 +24438600 15.0004480672 13.1125 0 0 +24439500 15.0004480672 12.9875 0 0 +24440400 15.0004480672 12.8625 0 0 +24441300 15.0004480672 12.725 0 0 +24442200 15.0004480672 12.575 0 0 +24443100 15.0004480672 12.425 0 0 +24444000 15.0004480672 12.275 0 0 +24444900 15.0004480672 12.1375 0 0 +24445800 15.0004480672 12.0125 0 0 +24446700 15.0004480672 11.8875 0 0 +24447600 15.0004480672 11.7625 0 0 +24448500 15.0004480672 11.7625 0 0 +24449400 15.0004480672 11.8875 0 0 +24450300 15.0004480672 12.0125 0 0 +24451200 15.0004480672 12.1375 0 0 +24452100 15.0004480672 12.0625 0 0 +24453000 15.0004480672 11.7875 0 0 +24453900 15.0004480672 11.5125 0 0 +24454800 15.0004480672 11.2375 0 0 +24455700 15.0004480672 10.9625 0 0 +24456600 15.0004480672 10.6875 0 0 +24457500 15.0004480672 10.4125 0 0 +24458400 15.0004480672 10.1375 0 0 +24459300 15.0004480672 10 0 0 +24460200 15.0004480672 10 0 0 +24461100 15.0004480672 10 0 0 +24462000 15.0004480672 10 0 0 +24462900 15.0004480672 9.925 0 0 +24463800 15.0004480672 9.775 0 0 +24464700 15.0004480672 9.625 0 0 +24465600 15.0004480672 9.475 0 0 +24466500 15.0004480672 9.4 0 0 +24467400 15.0004480672 9.4 0 0 +24468300 15.0004480672 9.4 0 0 +24469200 15.0004480672 9.4 0 0 +24470100 15.0004480672 9.4 0 0 +24471000 15.0004480672 9.4 0 0 +24471900 15.0004480672 9.4 0 0 +24472800 15.0004480672 9.4 0 0 +24473700 15.0004480672 9.475 0 0 +24474600 15.0004480672 10.680177446 19.0129051085 0 +24475500 15.0004480672 12.6458318118 35.4252728856 0 +24476400 15.0004480672 14.9709154275 53.1353565772 0 +24477300 15.0076079717 16.2007923584 141.3330146258 0.0555555556 +24478200 15.0004480672 36.5893783534 184.407358443 0 +24479100 15.0076079717 17.6414116311 227.197093582 0.0555555556 +24480000 15.0076079717 18.5242657994 268.7688128262 0.0555555556 +24480900 15.0076079717 21.3899676425 455.4413616504 0.0555555556 +24481800 15.0076079717 22.4249937057 510.2560890812 0.0555555556 +24482700 15.0076079717 23.4257986265 561.9196830826 0.0555555556 +24483600 15.0076079717 24.3833858691 610.3310488285 0.0555555556 +24484500 15.0076079717 25.2683443889 658.9912317119 0.0555555556 +24485400 15.0076079717 26.0843617189 701.44404496 0.0555555556 +24486300 15.0076079717 26.8391630897 740.3450209151 0.0555555556 +24487200 15.0076079717 27.5282199262 775.5879350836 0.0555555556 +24488100 15.0076079717 27.785322695 791.8981067101 0.0555555556 +24489000 15.0076079717 28.3368270366 819.3905620892 0.0555555556 +24489900 15.0076079717 28.8146298636 842.9757133088 0.0555555556 +24490800 15.0076079717 29.2163204802 862.5733925935 0.0555555556 +24491700 15.0076079717 29.379024146 869.4953446469 0.0555555556 +24492600 15.0076079717 29.6205258377 880.8362587373 0.0555555556 +24493500 15.0076079717 29.7821556801 888.0614254038 0.0555555556 +24494400 15.0076079717 29.863203043 891.1451297813 0.0555555556 +24495300 15.0076079717 31.9800147315 1007.1140707053 0.0555555556 +24496200 15.0076079717 31.9062226007 1001.3174757243 0.0555555556 +24497100 15.0076079717 31.7409409207 990.9308652413 0.0555555556 +24498000 15.0076079717 31.4851867509 975.988510368 0.0555555556 +24498900 15.0076079717 30.9426297754 945.9990145388 0.0555555556 +24499800 15.0076079717 30.4747886217 922.3454144453 0.0555555556 +24500700 15.0076079717 29.9233652337 894.3676393206 0.0555555556 +24501600 15.0076079717 29.291214847 862.1523379645 0.0555555556 +24502500 15.0076079717 27.1711509323 742.6626249598 0.0555555556 +24503400 15.0076079717 26.4381606446 705.8608394298 0.0555555556 +24504300 15.0076079717 25.6435981869 665.5204659038 0.0555555556 +24505200 15.0076079717 24.7922853839 621.7621239832 0.0555555556 +24506100 15.0076079717 23.4720016928 545.93012445 0.0555555556 +24507000 15.0076079717 22.5994952011 498.1702866253 0.0555555556 +24507900 15.0076079717 21.6927011296 447.5628695656 0.0555555556 +24508800 15.0076079717 20.7612683795 394.2850191477 0.0555555556 +24509700 15.0076079717 19.582264457 328.769994348 0.0555555556 +24510600 15.0076079717 18.5831523858 272.6355479457 0.0555555556 +24511500 15.0076079717 17.7038371018 215.4770383645 0.0555555556 +24512400 15.0004480672 38.1262831614 158.9753416922 0 +24513300 15.0004480672 18.4247331401 25.5103046385 0 +24514200 15.0004480672 17.0399051986 17.0724090172 0 +24515100 15.0004480672 15.7301619438 2.2351936888 0 +24516000 15.0004480672 15.2125 0 0 +24516900 15.0004480672 15 0 0 +24517800 15.0004480672 15 0 0 +24518700 15.0004480672 15 0 0 +24519600 15.0004480672 15 0 0 +24520500 15.0004480672 14.8625 0 0 +24521400 15.0004480672 14.5875 0 0 +24522300 15.0004480672 14.3125 0 0 +24523200 15.0004480672 14.0375 0 0 +24524100 15.0004480672 13.9625 0 0 +24525000 15.0004480672 14.0875 0 0 +24525900 15.0004480672 14.2125 0 0 +24526800 15.0004480672 14.3375 0 0 +24527700 15.0004480672 14.3375 0 0 +24528600 15.0004480672 14.2125 0 0 +24529500 15.0004480672 14.0875 0 0 +24530400 15.0004480672 13.9625 0 0 +24531300 15.0004480672 13.825 0 0 +24532200 15.0004480672 13.675 0 0 +24533100 15.0004480672 13.525 0 0 +24534000 15.0004480672 13.375 0 0 +24534900 15.0004480672 13.3 0 0 +24535800 15.0004480672 13.3 0 0 +24536700 15.0004480672 13.3 0 0 +24537600 15.0004480672 13.3 0 0 +24538500 15.0004480672 13.2375 0 0 +24539400 15.0004480672 13.1125 0 0 +24540300 15.0004480672 12.9875 0 0 +24541200 15.0004480672 12.8625 0 0 +24542100 15.0004480672 12.8 0 0 +24543000 15.0004480672 12.8 0 0 +24543900 15.0004480672 12.8 0 0 +24544800 15.0004480672 12.8 0 0 +24545700 15.0004480672 12.725 0 0 +24546600 15.0004480672 12.575 0 0 +24547500 15.0004480672 12.425 0 0 +24548400 15.0004480672 12.275 0 0 +24549300 15.0004480672 12.2 0 0 +24550200 15.0004480672 12.2 0 0 +24551100 15.0004480672 12.2 0 0 +24552000 15.0004480672 12.2 0 0 +24552900 15.0004480672 12.275 0 0 +24553800 15.0004480672 12.425 0 0 +24554700 15.0004480672 12.575 0 0 +24555600 15.0004480672 12.725 0 0 +24556500 15.0004480672 12.8 0 0 +24557400 15.0004480672 12.8 0 0 +24558300 15.0004480672 12.8 0 0 +24559200 15.0004480672 12.8 0 0 +24560100 15.0004480672 12.8625 0 0 +24561000 15.0004480672 13.2569539128 1.4697571028 0 +24561900 15.0004480672 14.1863434565 5.875467215 0 +24562800 15.0004480672 15.1163349518 10.3116299317 0 +24563700 15.0004480672 19.6393209699 34.5994147729 0 +24564600 15.0004480672 21.6673882867 44.6719071291 0 +24565500 15.0004480672 23.6293043613 54.4859443802 0 +24566400 15.0076079717 15.8606791245 63.9995013121 0.0555555556 +24567300 15.0076079717 18.9601169622 279.6031572252 0.0555555556 +24568200 15.0076079717 19.5603438314 314.8151865427 0.0555555556 +24569100 15.0076079717 20.1412927294 348.3426639124 0.0555555556 +24570000 15.0076079717 20.6978995866 380.0278323061 0.0555555556 +24570900 15.0076079717 17.4224964413 165.1148939359 0.0555555556 +24571800 15.0076079717 17.5819926103 175.99843125 0.0555555556 +24572700 15.0076079717 17.7289858984 186.0177536283 0.0555555556 +24573600 15.0076079717 17.8627858106 195.1295924208 0.0555555556 +24574500 15.0076079717 20.2528956162 349.4152060149 0.0555555556 +24575400 15.0076079717 20.4721825245 361.9010626749 0.0555555556 +24576300 15.0076079717 20.6637391153 372.625647158 0.0555555556 +24577200 15.0076079717 20.8267110282 381.5434069288 0.0555555556 +24578100 15.0076079717 19.3779893437 288.190360304 0.0555555556 +24579000 15.0076079717 19.4370044279 292.0300895378 0.0555555556 +24579900 15.0076079717 19.4745000195 294.4688973969 0.0555555556 +24580800 15.0076079717 19.490299723 295.4963702951 0.0555555556 +24581700 15.0076079717 29.4317983422 878.7550121733 0.0555555556 +24582600 15.0076079717 29.3529016977 873.4589312644 0.0555555556 +24583500 15.0076079717 29.1960855938 864.0270669785 0.0555555556 +24584400 15.0076079717 28.9622523517 850.4942159178 0.0555555556 +24585300 15.0076079717 29.5183372557 870.6685356284 0.0555555556 +24586200 15.0076079717 29.1490255376 848.4990762947 0.0555555556 +24587100 15.0076079717 28.7025692388 822.2974492442 0.0555555556 +24588000 15.0076079717 28.1816469276 792.1487719151 0.0555555556 +24588900 15.0076079717 26.1247579891 678.7995541626 0.0555555556 +24589800 15.0076079717 25.4718646307 644.3637895168 0.0555555556 +24590700 15.0076079717 24.7639419256 606.667537147 0.0555555556 +24591600 15.0076079717 24.0053930588 565.8409457917 0.0555555556 +24592500 15.0076079717 17.3675313478 139.8234145804 0.0555555556 +24593400 15.0076079717 17.1738676574 127.6627017697 0.0555555556 +24594300 15.0004480672 38.9132940115 114.855384479 0 +24595200 15.0076079717 16.7595724128 101.456305607 0.0555555556 +24596100 15.0004480672 38.4795788694 115.5847663849 0 +24597000 15.0076079717 16.6484028959 96.5569740474 0.0555555556 +24597900 15.0004480672 31.6465742365 76.9837357509 0 +24598800 15.0076079717 16.0429733314 56.9488671068 0.0555555556 +24599700 15.0004480672 18.5517218277 4.8618820661 0 +24600600 15.0004480672 17.7737158077 2.1075893004 0 +24601500 15.0004480672 17.129616059 0.0932703332 0 +24602400 15.0004480672 16.8375 0 0 +24603300 15.0004480672 16.7 0 0 +24604200 15.0004480672 16.7 0 0 +24605100 15.0004480672 16.7 0 0 +24606000 15.0004480672 16.7 0 0 +24606900 15.0004480672 16.5625 0 0 +24607800 15.0004480672 16.2875 0 0 +24608700 15.0004480672 16.0125 0 0 +24609600 15.0004480672 15.7375 0 0 +24610500 15.0004480672 15.6 0 0 +24611400 15.0004480672 15.6 0 0 +24612300 15.0004480672 15.6 0 0 +24613200 15.0004480672 15.6 0 0 +24614100 15.0004480672 15.6 0 0 +24615000 15.0004480672 15.6 0 0 +24615900 15.0004480672 15.6 0 0 +24616800 15.0004480672 15.6 0 0 +24617700 15.0004480672 15.6 0 0 +24618600 15.0004480672 15.6 0 0 +24619500 15.0004480672 15.6 0 0 +24620400 15.0004480672 15.6 0 0 +24621300 15.0004480672 15.6 0 0 +24622200 15.0004480672 15.6 0 0 +24623100 15.0004480672 15.6 0 0 +24624000 15.0004480672 15.6 0 0 +24624900 15.0004480672 15.525 0 0 +24625800 15.0004480672 15.375 0 0 +24626700 15.0004480672 15.225 0 0 +24627600 15.0004480672 15.075 0 0 +24628500 15.0004480672 14.925 0 0 +24629400 15.0004480672 14.775 0 0 +24630300 15.0004480672 14.625 0 0 +24631200 15.0004480672 14.475 0 0 +24632100 15.0004480672 14.475 0 0 +24633000 15.0004480672 14.625 0 0 +24633900 15.0004480672 14.775 0 0 +24634800 15.0004480672 14.925 0 0 +24635700 15.0004480672 15 0 0 +24636600 15.0004480672 15 0 0 +24637500 15.0004480672 15 0 0 +24638400 15.0004480672 15 0 0 +24639300 15.0004480672 15 0 0 +24640200 15.0004480672 15 0 0 +24641100 15.0004480672 15 0 0 +24642000 15.0004480672 15 0 0 +24642900 15.0004480672 15 0 0 +24643800 15.0004480672 15 0 0 +24644700 15.0004480672 15 0 0 +24645600 15.0004480672 15 0 0 +24646500 15.0004480672 15 0 0 +24647400 15.0004480672 15.4015332785 3.9810144492 0 +24648300 15.0004480672 16.5884855644 11.7604754611 0 +24649200 15.0004480672 17.8486769536 19.5521771176 0 +24650100 15.0004480672 23.1656247496 46.5304841726 0 +24651000 15.0076079717 15.8581291973 60.4540864988 0.0555555556 +24651900 15.0004480672 27.8602003927 74.0665039556 0 +24652800 15.0076079717 16.2468570894 87.2860509972 0.0555555556 +24653700 15.0004480672 33.7939265912 109.7837747597 0 +24654600 15.0076079717 16.7635260781 123.1823695161 0.0555555556 +24655500 15.0004480672 37.9912808906 135.9461596327 0 +24656400 15.0076079717 17.1228133661 148.0187494608 0.0555555556 +24657300 15.0076079717 17.0849609953 144.5399235008 0.0555555556 +24658200 15.0076079717 17.2446151098 154.0929754618 0.0555555556 +24659100 15.0076079717 17.3932955909 162.8856525431 0.0555555556 +24660000 15.0076079717 17.5304244323 170.8800919405 0.0555555556 +24660900 15.0076079717 17.3453441449 157.5550058424 0.0555555556 +24661800 15.0076079717 17.4454681035 163.105974778 0.0555555556 +24662700 15.0076079717 17.534375782 167.8721740999 0.0555555556 +24663600 15.0076079717 17.6117766509 171.8331942108 0.0555555556 +24664500 15.0076079717 18.7183186272 242.4847533483 0.0555555556 +24665400 15.0076079717 18.7875817707 245.7036075957 0.0555555556 +24666300 15.0076079717 18.8390639449 247.7409422167 0.0555555556 +24667200 15.0076079717 18.8726248439 248.5880482406 0.0555555556 +24668100 15.0076079717 29.2376842405 859.0313308748 0.0555555556 +24669000 15.0076079717 29.1383549242 853.7748728381 0.0555555556 +24669900 15.0076079717 28.9625782793 844.4651918999 0.0555555556 +24670800 15.0076079717 28.7112430881 831.1361928777 0.0555555556 +24671700 15.0076079717 28.7861311222 830.9006121434 0.0555555556 +24672600 15.0076079717 28.3861745193 809.4253967816 0.0555555556 +24673500 15.0076079717 27.9133418149 784.0615854306 0.0555555556 +24674400 15.0076079717 27.3702000996 754.8941591142 0.0555555556 +24675300 15.0076079717 21.6300241693 418.1569615331 0.0555555556 +24676200 15.0076079717 21.2556382185 396.4769225756 0.0555555556 +24677100 15.0076079717 20.8496145271 372.7921310595 0.0555555556 +24678000 15.0076079717 20.4143939392 347.2010436564 0.0555555556 +24678900 15.0076079717 22.3996087741 475.6511734754 0.0555555556 +24679800 15.0076079717 21.6041232883 432.8631735069 0.0555555556 +24680700 15.0076079717 20.7790939296 387.585972814 0.0555555556 +24681600 15.0076079717 19.9331361043 340.0002017358 0.0555555556 +24682500 15.0076079717 20.0481958259 371.0462774704 0.0555555556 +24683400 15.0076079717 18.9047127463 305.9352811656 0.0555555556 +24684300 15.0076079717 17.9016381457 239.6323151161 0.0555555556 +24685200 15.0076079717 17.0298166007 174.5244431162 0.0555555556 +24686100 15.0004480672 17.1814437137 15.0794614206 0 +24687000 15.0004480672 16.4928390768 10.7176319661 0 +24687900 15.0004480672 15.8014334284 0.3288942012 0 +24688800 15.0004480672 15.6625 0 0 +24689700 15.0004480672 15.45 0 0 +24690600 15.0004480672 15.15 0 0 +24691500 15.0004480672 14.85 0 0 +24692400 15.0004480672 14.55 0 0 +24693300 15.0004480672 14.4 0 0 +24694200 15.0004480672 14.4 0 0 +24695100 15.0004480672 14.4 0 0 +24696000 15.0004480672 14.4 0 0 +24696900 15.0004480672 14.3375 0 0 +24697800 15.0004480672 14.2125 0 0 +24698700 15.0004480672 14.0875 0 0 +24699600 15.0004480672 13.9625 0 0 +24700500 15.0004480672 13.9 0 0 +24701400 15.0004480672 13.9 0 0 +24702300 15.0004480672 13.9 0 0 +24703200 15.0004480672 13.9 0 0 +24704100 15.0004480672 13.825 0 0 +24705000 15.0004480672 13.675 0 0 +24705900 15.0004480672 13.525 0 0 +24706800 15.0004480672 13.375 0 0 +24707700 15.0004480672 13.3 0 0 +24708600 15.0004480672 13.3 0 0 +24709500 15.0004480672 13.3 0 0 +24710400 15.0004480672 13.3 0 0 +24711300 15.0004480672 13.3 0 0 +24712200 15.0004480672 13.3 0 0 +24713100 15.0004480672 13.3 0 0 +24714000 15.0004480672 13.3 0 0 +24714900 15.0004480672 13.2375 0 0 +24715800 15.0004480672 13.1125 0 0 +24716700 15.0004480672 12.9875 0 0 +24717600 15.0004480672 12.8625 0 0 +24718500 15.0004480672 12.8625 0 0 +24719400 15.0004480672 12.9875 0 0 +24720300 15.0004480672 13.1125 0 0 +24721200 15.0004480672 13.2375 0 0 +24722100 15.0004480672 13.3 0 0 +24723000 15.0004480672 13.3 0 0 +24723900 15.0004480672 13.3 0 0 +24724800 15.0004480672 13.3 0 0 +24725700 15.0004480672 13.2375 0 0 +24726600 15.0004480672 13.1125 0 0 +24727500 15.0004480672 12.9875 0 0 +24728400 15.0004480672 12.8625 0 0 +24729300 15.0004480672 12.725 0 0 +24730200 15.0004480672 12.575 0 0 +24731100 15.0004480672 12.425 0 0 +24732000 15.0004480672 12.275 0 0 +24732900 15.0004480672 12.275 0 0 +24733800 15.0004480672 13.2976295042 17.0446764594 0 +24734700 15.0004480672 15.1503478 36.2854574102 0 +24735600 15.0004480672 17.2927814545 52.0275194852 0 +24736500 15.0076079717 16.7355617009 185.8491037843 0.0555555556 +24737400 15.0076079717 17.5619612558 242.6949239443 0.0555555556 +24738300 15.0076079717 18.5479656593 298.1325319148 0.0555555556 +24739200 15.0076079717 19.702534482 350.6679189944 0.0555555556 +24740100 15.0076079717 20.7157757911 404.816019108 0.0555555556 +24741000 15.0076079717 21.6278202776 455.0506997805 0.0555555556 +24741900 15.0076079717 22.5091921753 502.4219449949 0.0555555556 +24742800 15.0076079717 23.3516706466 546.8232765151 0.0555555556 +24743700 15.0076079717 25.2142142862 658.2298066059 0.0555555556 +24744600 15.0076079717 26.0528848488 700.9982351711 0.0555555556 +24745500 15.0076079717 26.8295175873 740.1439969658 0.0555555556 +24746400 15.0076079717 27.5397268204 775.5687302794 0.0555555556 +24747300 15.0076079717 27.7611539687 787.7066522649 0.0555555556 +24748200 15.0076079717 28.3084820235 815.08047319 0.0555555556 +24749100 15.0076079717 28.7819588254 838.5253535628 0.0555555556 +24750000 15.0076079717 29.1792490185 857.9654125391 0.0555555556 +24750900 15.0076079717 28.4334461505 816.0976400644 0.0555555556 +24751800 15.0076079717 28.645529295 826.7292831442 0.0555555556 +24752700 15.0076079717 28.78289906 833.4321088051 0.0555555556 +24753600 15.0076079717 28.8449139269 836.182241357 0.0555555556 +24754500 15.0076079717 31.3608878325 977.2437896723 0.0555555556 +24755400 15.0076079717 31.2444521628 971.3118742289 0.0555555556 +24756300 15.0076079717 31.0394572153 960.8583878005 0.0555555556 +24757200 15.0076079717 30.7469025494 945.9175331142 0.0555555556 +24758100 15.0076079717 30.634908665 934.6080698154 0.0555555556 +24759000 15.0076079717 30.1644578139 910.9634594598 0.0555555556 +24759900 15.0076079717 29.6106689044 883.0249206099 0.0555555556 +24760800 15.0076079717 28.9763240957 850.8706631486 0.0555555556 +24761700 15.0076079717 27.5265220746 769.7222726636 0.0555555556 +24762600 15.0076079717 26.773383056 731.4081225032 0.0555555556 +24763500 15.0076079717 25.9549797715 689.3615561462 0.0555555556 +24764400 15.0076079717 25.0761544827 643.6784302414 0.0555555556 +24765300 15.0076079717 24.2256861431 598.3795037495 0.0555555556 +24766200 15.0076079717 23.2220958193 545.91948461 0.0555555556 +24767100 15.0076079717 22.1774988446 490.0262293073 0.0555555556 +24768000 15.0076079717 21.1023846345 430.8007131455 0.0555555556 +24768900 15.0076079717 19.6538211343 352.5004802632 0.0555555556 +24769800 15.0076079717 18.5415515499 290.5243198063 0.0555555556 +24770700 15.0076079717 17.585531574 227.0242674704 0.0555555556 +24771600 15.0004480672 36.1651239269 164.7915949071 0 +24772500 15.0004480672 16.0749964219 8.2373958176 0 +24773400 15.0004480672 15.4662351049 5.8509416043 0 +24774300 15.0004480672 14.8514561611 0.0331869613 0 +24775200 15.0004480672 14.55 0 0 +24776100 15.0004480672 14.3375 0 0 +24777000 15.0004480672 14.2125 0 0 +24777900 15.0004480672 14.0875 0 0 +24778800 15.0004480672 13.9625 0 0 +24779700 15.0004480672 13.825 0 0 +24780600 15.0004480672 13.675 0 0 +24781500 15.0004480672 13.525 0 0 +24782400 15.0004480672 13.375 0 0 +24783300 15.0004480672 13.3 0 0 +24784200 15.0004480672 13.3 0 0 +24785100 15.0004480672 13.3 0 0 +24786000 15.0004480672 13.3 0 0 +24786900 15.0004480672 13.2375 0 0 +24787800 15.0004480672 13.1125 0 0 +24788700 15.0004480672 12.9875 0 0 +24789600 15.0004480672 12.8625 0 0 +24790500 15.0004480672 12.8 0 0 +24791400 15.0004480672 12.8 0 0 +24792300 15.0004480672 12.8 0 0 +24793200 15.0004480672 12.8 0 0 +24794100 15.0004480672 12.725 0 0 +24795000 15.0004480672 12.575 0 0 +24795900 15.0004480672 12.425 0 0 +24796800 15.0004480672 12.275 0 0 +24797700 15.0004480672 12.1375 0 0 +24798600 15.0004480672 12.0125 0 0 +24799500 15.0004480672 11.8875 0 0 +24800400 15.0004480672 11.7625 0 0 +24801300 15.0004480672 11.625 0 0 +24802200 15.0004480672 11.475 0 0 +24803100 15.0004480672 11.325 0 0 +24804000 15.0004480672 11.175 0 0 +24804900 15.0004480672 11.0375 0 0 +24805800 15.0004480672 10.9125 0 0 +24806700 15.0004480672 10.7875 0 0 +24807600 15.0004480672 10.6625 0 0 +24808500 15.0004480672 10.6625 0 0 +24809400 15.0004480672 10.7875 0 0 +24810300 15.0004480672 10.9125 0 0 +24811200 15.0004480672 11.0375 0 0 +24812100 15.0004480672 11.0375 0 0 +24813000 15.0004480672 10.9125 0 0 +24813900 15.0004480672 10.7875 0 0 +24814800 15.0004480672 10.6625 0 0 +24815700 15.0004480672 10.6 0 0 +24816600 15.0004480672 10.6 0 0 +24817500 15.0004480672 10.6 0 0 +24818400 15.0004480672 10.6 0 0 +24819300 15.0004480672 10.6625 0 0 +24820200 15.0004480672 11.5772621775 15.1084080631 0 +24821100 15.0004480672 13.6443814472 38.3971396127 0 +24822000 15.0004480672 15.8871525645 54.9793653319 0 +24822900 15.0076079717 16.5704029224 180.892198596 0.0555555556 +24823800 15.0076079717 17.410521845 237.0898772815 0.0555555556 +24824700 15.0076079717 18.407432576 292.0517924035 0.0555555556 +24825600 15.0076079717 19.5692350075 344.179741183 0.0555555556 +24826500 15.0076079717 20.9869147062 426.2297087126 0.0555555556 +24827400 15.0076079717 21.9639092897 478.6179613517 0.0555555556 +24828300 15.0076079717 22.9066536312 527.8346338282 0.0555555556 +24829200 15.0076079717 23.8068332675 573.8206963651 0.0555555556 +24830100 15.0076079717 25.3180090571 664.6670537416 0.0555555556 +24831000 15.0076079717 26.1541704902 707.8521846676 0.0555555556 +24831900 15.0076079717 26.9272839314 747.3548669962 0.0555555556 +24832800 15.0076079717 27.632992557 783.0822869388 0.0555555556 +24833700 15.0076079717 27.4903059335 772.687129514 0.0555555556 +24834600 15.0076079717 28.0193866177 799.5138618927 0.0555555556 +24835500 15.0076079717 28.4756500902 822.4769586767 0.0555555556 +24836400 15.0076079717 28.8568161019 841.5040750764 0.0555555556 +24837300 15.0076079717 28.7354784401 835.9114281914 0.0555555556 +24838200 15.0076079717 28.9946797026 846.728902695 0.0555555556 +24839100 15.0076079717 29.1766862873 853.5259720006 0.0555555556 +24840000 15.0076079717 29.2808506283 856.279096664 0.0555555556 +24840900 15.0076079717 31.8189608289 995.0709732787 0.0555555556 +24841800 15.0076079717 31.6984686562 988.9968433811 0.0555555556 +24842700 15.0076079717 31.4873605505 978.3440978603 0.0555555556 +24843600 15.0076079717 31.1866481719 963.1459047392 0.0555555556 +24844500 15.0076079717 30.9517691274 946.2666783175 0.0555555556 +24845400 15.0076079717 30.4727915222 922.3401894092 0.0555555556 +24846300 15.0076079717 29.909134433 894.0732037679 0.0555555556 +24847200 15.0076079717 29.2635743603 861.5398629551 0.0555555556 +24848100 15.0076079717 28.3963289079 814.5068091543 0.0555555556 +24849000 15.0076079717 27.5959412603 774.3441269138 0.0555555556 +24849900 15.0076079717 26.7256240471 730.2177008472 0.0555555556 +24850800 15.0076079717 25.7902685273 682.203321189 0.0555555556 +24851700 15.0076079717 24.6542806766 619.1301802235 0.0555555556 +24852600 15.0076079717 23.6201046165 565.1600773927 0.0555555556 +24853500 15.0076079717 22.5416586175 507.485410422 0.0555555556 +24854400 15.0076079717 21.4295063977 446.1545063149 0.0555555556 +24855300 15.0076079717 19.468550855 329.2502963359 0.0555555556 +24856200 15.0076079717 18.3923181357 270.1090558004 0.0555555556 +24857100 15.0076079717 17.460616977 209.7869272958 0.0555555556 +24858000 15.0004480672 34.9494400715 151.1034659097 0 +24858900 15.0004480672 15.45 0 0 +24859800 15.0004480672 15.15 0 0 +24860700 15.0004480672 14.85 0 0 +24861600 15.0004480672 14.55 0 0 +24862500 15.0004480672 14.3375 0 0 +24863400 15.0004480672 14.2125 0 0 +24864300 15.0004480672 14.0875 0 0 +24865200 15.0004480672 13.9625 0 0 +24866100 15.0004480672 13.9 0 0 +24867000 15.0004480672 13.9 0 0 +24867900 15.0004480672 13.9 0 0 +24868800 15.0004480672 13.9 0 0 +24869700 15.0004480672 13.825 0 0 +24870600 15.0004480672 13.675 0 0 +24871500 15.0004480672 13.525 0 0 +24872400 15.0004480672 13.375 0 0 +24873300 15.0004480672 13.3 0 0 +24874200 15.0004480672 13.3 0 0 +24875100 15.0004480672 13.3 0 0 +24876000 15.0004480672 13.3 0 0 +24876900 15.0004480672 13.2375 0 0 +24877800 15.0004480672 13.1125 0 0 +24878700 15.0004480672 12.9875 0 0 +24879600 15.0004480672 12.8625 0 0 +24880500 15.0004480672 12.8 0 0 +24881400 15.0004480672 12.8 0 0 +24882300 15.0004480672 12.8 0 0 +24883200 15.0004480672 12.8 0 0 +24884100 15.0004480672 12.725 0 0 +24885000 15.0004480672 12.575 0 0 +24885900 15.0004480672 12.425 0 0 +24886800 15.0004480672 12.275 0 0 +24887700 15.0004480672 12.2 0 0 +24888600 15.0004480672 12.2 0 0 +24889500 15.0004480672 12.2 0 0 +24890400 15.0004480672 12.2 0 0 +24891300 15.0004480672 12.275 0 0 +24892200 15.0004480672 12.425 0 0 +24893100 15.0004480672 12.575 0 0 +24894000 15.0004480672 12.725 0 0 +24894900 15.0004480672 13.075 0 0 +24895800 15.0004480672 13.625 0 0 +24896700 15.0004480672 14.175 0 0 +24897600 15.0004480672 14.725 0 0 +24898500 15.0004480672 15 0 0 +24899400 15.0004480672 15 0 0 +24900300 15.0004480672 15 0 0 +24901200 15.0004480672 15 0 0 +24902100 15.0004480672 15.075 0 0 +24903000 15.0004480672 15.225 0 0 +24903900 15.0004480672 15.375 0 0 +24904800 15.0004480672 15.525 0 0 +24905700 15.0004480672 15.6625 0 0 +24906600 15.0004480672 16.3427410299 10.5183474479 0 +24907500 15.0004480672 18.1938676437 32.444760049 0 +24908400 15.0004480672 20.0635157364 45.2502417861 0 +24909300 15.0076079717 17.0186734641 190.3115526687 0.0555555556 +24910200 15.0076079717 17.8716626892 249.4303996947 0.0555555556 +24911100 15.0076079717 18.8908342264 306.9179336001 0.0555555556 +24912000 15.0076079717 20.0823510765 360.9805712067 0.0555555556 +24912900 15.0076079717 21.3479142709 433.1563187631 0.0555555556 +24913800 15.0076079717 22.331271124 486.7555937656 0.0555555556 +24914700 15.0076079717 23.2791095057 537.0780521403 0.0555555556 +24915600 15.0076079717 24.1830814777 584.0701744559 0.0555555556 +24916500 15.0076079717 26.1395466026 699.6250460989 0.0555555556 +24917400 15.0076079717 27.0208586387 744.3400918392 0.0555555556 +24918300 15.0076079717 27.8347910608 785.168157713 0.0555555556 +24919200 15.0076079717 28.5770026654 822.0376148333 0.0555555556 +24920100 15.0076079717 28.9207829546 841.8464829754 0.0555555556 +24921000 15.0076079717 29.5066020852 870.6372587058 0.0555555556 +24921900 15.0076079717 30.0125132389 895.2568596954 0.0555555556 +24922800 15.0076079717 30.4361193766 915.6354902558 0.0555555556 +24923700 15.0076079717 31.0381331691 946.9848742575 0.0555555556 +24924600 15.0076079717 31.2841769265 958.8755714522 0.0555555556 +24925500 15.0076079717 31.4419251985 966.3210613477 0.0555555556 +24926400 15.0076079717 31.5106729255 969.2986115027 0.0555555556 +24927300 15.0076079717 32.2269826083 1009.7701117474 0.0555555556 +24928200 15.0076079717 32.1253879342 1003.5758414922 0.0555555556 +24929100 15.0076079717 31.9314526592 992.7611200246 0.0555555556 +24930000 15.0076079717 31.6461947321 977.3579100068 0.0555555556 +24930900 15.0076079717 30.7571281168 929.6440726103 0.0555555556 +24931800 15.0076079717 30.3066613439 905.7293855952 0.0555555556 +24932700 15.0076079717 29.7731956388 877.4948340314 0.0555555556 +24933600 15.0076079717 29.1594836127 845.0181409481 0.0555555556 +24934500 15.0076079717 25.5532322024 638.9304633161 0.0555555556 +24935400 15.0076079717 24.931644776 605.6479864227 0.0555555556 +24936300 15.0076079717 24.2572077154 569.209010853 0.0555555556 +24937200 15.0076079717 23.5340940092 529.7272676694 0.0555555556 +24938100 15.0076079717 24.2384314987 580.4656810779 0.0555555556 +24939000 15.0076079717 23.2700644683 527.7866366539 0.0555555556 +24939900 15.0076079717 22.2625374789 471.7844433844 0.0555555556 +24940800 15.0076079717 21.2263836206 412.609364448 0.0555555556 +24941700 15.0076079717 19.2229603899 287.3037468601 0.0555555556 +24942600 15.0076079717 18.2953398698 234.2178236773 0.0555555556 +24943500 15.0076079717 17.4816932122 180.52420111 0.0555555556 +24944400 15.0004480672 36.7308313638 128.6426290346 0 +24945300 15.0004480672 19.125 0 0 +24946200 15.0004480672 18.575 0 0 +24947100 15.0004480672 18.025 0 0 +24948000 15.0004480672 17.475 0 0 +24948900 15.0004480672 17.2 0 0 +24949800 15.0004480672 17.2 0 0 +24950700 15.0004480672 17.2 0 0 +24951600 15.0004480672 17.2 0 0 +24952500 15.0004480672 17.475 0 0 +24953400 15.0004480672 18.025 0 0 +24954300 15.0004480672 18.575 0 0 +24955200 15.0004480672 19.125 0 0 +24956100 15.0004480672 19.4 0 0 +24957000 15.0004480672 19.4 0 0 +24957900 15.0004480672 19.4 0 0 +24958800 15.0004480672 19.4 0 0 +24959700 15.0004480672 19.3375 0 0 +24960600 15.0004480672 19.2125 0 0 +24961500 15.0004480672 19.0875 0 0 +24962400 15.0004480672 18.9625 0 0 +24963300 15.0004480672 18.825 0 0 +24964200 15.0004480672 18.675 0 0 +24965100 15.0004480672 18.525 0 0 +24966000 15.0004480672 18.375 0 0 +24966900 15.0004480672 18.2375 0 0 +24967800 15.0004480672 18.1125 0 0 +24968700 15.0004480672 17.9875 0 0 +24969600 15.0004480672 17.8625 0 0 +24970500 15.0004480672 17.6625 0 0 +24971400 15.0004480672 17.3875 0 0 +24972300 15.0004480672 17.1125 0 0 +24973200 15.0004480672 16.8375 0 0 +24974100 15.0004480672 16.275 0 0 +24975000 15.0004480672 15.425 0 0 +24975900 15.0004480672 14.575 0 0 +24976800 15.0004480672 13.725 0 0 +24977700 15.0004480672 13.3 0 0 +24978600 15.0004480672 13.3 0 0 +24979500 15.0004480672 13.3 0 0 +24980400 15.0004480672 13.3 0 0 +24981300 15.0004480672 13.5875 0 0 +24982200 15.0004480672 14.1625 0 0 +24983100 15.0004480672 14.7375 0 0 +24984000 15.0004480672 15.3125 0 0 +24984900 15.0004480672 15.0375 0 0 +24985800 15.0004480672 13.9125 0 0 +24986700 15.0004480672 12.7875 0 0 +24987600 15.0004480672 11.6625 0 0 +24988500 15.0004480672 11.1 0 0 +24989400 15.0004480672 11.1 0 0 +24990300 15.0004480672 11.1 0 0 +24991200 15.0004480672 11.1 0 0 +24992100 15.0004480672 11.2375 0 0 +24993000 15.0004480672 11.9465448139 8.2539771488 0 +24993900 15.0004480672 13.9282471024 31.2430706571 0 +24994800 15.0004480672 15.7436272199 41.1034428017 0 +24995700 15.0076079717 16.6966138863 183.7306352927 0.0555555556 +24996600 15.0076079717 17.6016258023 241.9171416566 0.0555555556 +24997500 15.0076079717 18.6685636981 298.8114798303 0.0555555556 +24998400 15.0076079717 19.8966393431 352.4859992482 0.0555555556 +24999300 15.0076079717 21.6680992106 457.4397055001 0.0555555556 +25000200 15.0076079717 22.7296335488 513.0680639337 0.0555555556 +25001100 15.0076079717 23.7506556088 565.020102376 0.0555555556 +25002000 15.0076079717 24.7230700912 613.3209355602 0.0555555556 +25002900 15.0076079717 25.9850324886 686.8829479832 0.0555555556 +25003800 15.0076079717 26.8616065075 731.0348479113 0.0555555556 +25004700 15.0076079717 27.6716906854 771.3391463244 0.0555555556 +25005600 15.0076079717 28.4110330731 807.7265108274 0.0555555556 +25006500 15.0076079717 29.7367567199 882.051510299 0.0555555556 +25007400 15.0076079717 30.3606070282 911.8202485036 0.0555555556 +25008300 15.0076079717 30.9003130222 937.2527699297 0.0555555556 +25009200 15.0076079717 31.3534504606 958.2842011198 0.0555555556 +25010100 15.0076079717 31.9166526295 988.0627057407 0.0555555556 +25011000 15.0076079717 32.1719014515 1000.2986104229 0.0555555556 +25011900 15.0076079717 32.3348884305 1007.9358359751 0.0555555556 +25012800 15.0076079717 32.4049013466 1010.9525141755 0.0555555556 +25013700 15.0076079717 32.5305677846 1019.0075772342 0.0555555556 +25014600 15.0076079717 32.4242404237 1012.7032869723 0.0555555556 +25015500 15.0076079717 32.2245918088 1001.7428434111 0.0555555556 +25016400 15.0076079717 31.9326426341 986.1575010965 0.0555555556 +25017300 15.0076079717 31.1227657789 939.6084282583 0.0555555556 +25018200 15.0076079717 30.6430539815 915.5936751835 0.0555555556 +25019100 15.0076079717 30.0789287975 887.2391743677 0.0555555556 +25020000 15.0076079717 29.4331167362 854.61496497 0.0555555556 +25020900 15.0076079717 28.816932745 822.2127892984 0.0555555556 +25021800 15.0076079717 27.9920257722 781.4202183565 0.0555555556 +25022700 15.0076079717 27.0957139046 736.57211027 0.0555555556 +25023600 15.0076079717 26.1327751187 687.7268526832 0.0555555556 +25024500 15.0076079717 24.6915727727 607.1025737022 0.0555555556 +25025400 15.0076079717 23.6352824313 553.0864146966 0.0555555556 +25026300 15.0076079717 22.5347022004 495.3293833694 0.0555555556 +25027200 15.0076079717 21.4004375756 433.8784783691 0.0555555556 +25028100 15.0076079717 19.4665538264 317.6137142792 0.0555555556 +25029000 15.0076079717 18.4140672013 258.3459322155 0.0555555556 +25029900 15.0076079717 17.4961744432 198.3363040713 0.0555555556 +25030800 15.0004480672 35.6420637144 140.7330503236 0 +25031700 15.0004480672 17.1375 0 0 +25032600 15.0004480672 17.0125 0 0 +25033500 15.0004480672 16.8875 0 0 +25034400 15.0004480672 16.7625 0 0 +25035300 15.0004480672 16.4875 0 0 +25036200 15.0004480672 16.0625 0 0 +25037100 15.0004480672 15.6375 0 0 +25038000 15.0004480672 15.2125 0 0 +25038900 15.0004480672 14.925 0 0 +25039800 15.0004480672 14.775 0 0 +25040700 15.0004480672 14.625 0 0 +25041600 15.0004480672 14.475 0 0 +25042500 15.0004480672 14.2625 0 0 +25043400 15.0004480672 13.9875 0 0 +25044300 15.0004480672 13.7125 0 0 +25045200 15.0004480672 13.4375 0 0 +25046100 15.0004480672 13.1625 0 0 +25047000 15.0004480672 12.8875 0 0 +25047900 15.0004480672 12.6125 0 0 +25048800 15.0004480672 12.3375 0 0 +25049700 15.0004480672 12.2 0 0 +25050600 15.0004480672 12.2 0 0 +25051500 15.0004480672 12.2 0 0 +25052400 15.0004480672 12.2 0 0 +25053300 15.0004480672 12.1375 0 0 +25054200 15.0004480672 12.0125 0 0 +25055100 15.0004480672 11.8875 0 0 +25056000 15.0004480672 11.7625 0 0 +25056900 15.0004480672 11.7 0 0 +25057800 15.0004480672 11.7 0 0 +25058700 15.0004480672 11.7 0 0 +25059600 15.0004480672 11.7 0 0 +25060500 15.0004480672 11.5625 0 0 +25061400 15.0004480672 11.2875 0 0 +25062300 15.0004480672 11.0125 0 0 +25063200 15.0004480672 10.7375 0 0 +25064100 15.0004480672 10.6 0 0 +25065000 15.0004480672 10.6 0 0 +25065900 15.0004480672 10.6 0 0 +25066800 15.0004480672 10.6 0 0 +25067700 15.0004480672 10.525 0 0 +25068600 15.0004480672 10.375 0 0 +25069500 15.0004480672 10.225 0 0 +25070400 15.0004480672 10.075 0 0 +25071300 15.0004480672 10 0 0 +25072200 15.0004480672 10 0 0 +25073100 15.0004480672 10 0 0 +25074000 15.0004480672 10 0 0 +25074900 15.0004480672 9.925 0 0 +25075800 15.0004480672 9.775 0 0 +25076700 15.0004480672 9.625 0 0 +25077600 15.0004480672 9.475 0 0 +25078500 15.0004480672 9.475 0 0 +25079400 15.0004480672 9.7877342943 2.513955037 0 +25080300 15.0004480672 10.9889843625 13.9946279937 0 +25081200 15.0004480672 12.1976733695 21.116406225 0 +25082100 15.0004480672 18.5898927403 46.7079665423 0 +25083000 15.0004480672 22.2221430833 62.2791142278 0 +25083900 15.0076079717 15.8968198436 77.5593505802 0.0555555556 +25084800 15.0004480672 29.343463258 92.4198502816 0 +25085700 15.0076079717 17.0446287956 148.6288029734 0.0555555556 +25086600 15.0076079717 17.3395137486 167.8431390682 0.0555555556 +25087500 15.0076079717 17.6222131272 186.1395589368 0.0555555556 +25088400 15.0076079717 17.8910506856 203.4339243004 0.0555555556 +25089300 15.0076079717 18.2473677171 226.2598229915 0.0555555556 +25090200 15.0076079717 18.5047255752 241.7812659116 0.0555555556 +25091100 15.0076079717 18.7436636198 256.0527811656 0.0555555556 +25092000 15.0076079717 18.9630974952 269.0136866677 0.0555555556 +25092900 15.0076079717 20.2709469554 349.7976180254 0.0555555556 +25093800 15.0076079717 20.483732004 362.5365242504 0.0555555556 +25094700 15.0076079717 20.6676751605 373.4494648631 0.0555555556 +25095600 15.0076079717 20.821911028 382.4914071327 0.0555555556 +25096500 15.0076079717 20.6126203737 369.0000339575 0.0555555556 +25097400 15.0076079717 20.7116454845 373.9189138922 0.0555555556 +25098300 15.0076079717 20.7812650522 376.982976288 0.0555555556 +25099200 15.0076079717 20.8212472331 378.1794784762 0.0555555556 +25100100 15.0076079717 25.56857897 656.2090359878 0.0555555556 +25101000 15.0076079717 25.5551661719 651.8154316015 0.0555555556 +25101900 15.0076079717 25.48457336 644.2115925799 0.0555555556 +25102800 15.0076079717 25.357472507 633.4264387275 0.0555555556 +25103700 15.0076079717 30.4001071155 912.6955114611 0.0555555556 +25104600 15.0076079717 29.9349499962 888.7904201162 0.0555555556 +25105500 15.0076079717 29.3882451192 860.588642053 0.0555555556 +25106400 15.0076079717 28.7626891147 828.1671816772 0.0555555556 +25107300 15.0076079717 26.275675874 687.1800949052 0.0555555556 +25108200 15.0076079717 25.5860968296 651.190904726 0.0555555556 +25109100 15.0076079717 24.8385337099 611.7574205802 0.0555555556 +25110000 15.0076079717 24.0374041232 568.9854326111 0.0555555556 +25110900 15.0076079717 18.3224174532 207.1089139632 0.0555555556 +25111800 15.0076079717 17.979359608 187.4503601199 0.0555555556 +25112700 15.0076079717 17.6227285115 166.7613394196 0.0555555556 +25113600 15.0076079717 17.2549558623 145.1458137553 0.0555555556 +25114500 15.0076079717 18.639464315 260.3960020897 0.0555555556 +25115400 15.0076079717 17.7680696386 210.4921795814 0.0555555556 +25116300 15.0004480672 38.4603148074 160.3384756975 0 +25117200 15.0076079717 16.2844340389 112.1738143159 0.0555555556 +25118100 15.0015020533 14.2625 0 0 +25119000 15.0004480672 13.9875 0 0 +25119900 15.0004480672 13.7125 0 0 +25120800 15.0004480672 13.4375 0 0 +25121700 15.0004480672 13.2375 0 0 +25122600 15.0004480672 13.1125 0 0 +25123500 15.0004480672 12.9875 0 0 +25124400 15.0004480672 12.8625 0 0 +25125300 15.0004480672 12.8625 0 0 +25126200 15.0004480672 12.9875 0 0 +25127100 15.0004480672 13.1125 0 0 +25128000 15.0004480672 13.2375 0 0 +25128900 15.0004480672 13.1625 0 0 +25129800 15.0004480672 12.8875 0 0 +25130700 15.0004480672 12.6125 0 0 +25131600 15.0004480672 12.3375 0 0 +25132500 15.0004480672 12.2 0 0 +25133400 15.0004480672 12.2 0 0 +25134300 15.0004480672 12.2 0 0 +25135200 15.0004480672 12.2 0 0 +25136100 15.0004480672 12.1375 0 0 +25137000 15.0004480672 12.0125 0 0 +25137900 15.0004480672 11.8875 0 0 +25138800 15.0004480672 11.7625 0 0 +25139700 15.0004480672 11.625 0 0 +25140600 15.0004480672 11.475 0 0 +25141500 15.0004480672 11.325 0 0 +25142400 15.0004480672 11.175 0 0 +25143300 15.0004480672 11.1 0 0 +25144200 15.0004480672 11.1 0 0 +25145100 15.0004480672 11.1 0 0 +25146000 15.0004480672 11.1 0 0 +25146900 15.0004480672 10.9625 0 0 +25147800 15.0004480672 10.6875 0 0 +25148700 15.0004480672 10.4125 0 0 +25149600 15.0004480672 10.1375 0 0 +25150500 15.0004480672 10 0 0 +25151400 15.0004480672 10 0 0 +25152300 15.0004480672 10 0 0 +25153200 15.0004480672 10 0 0 +25154100 15.0004480672 9.925 0 0 +25155000 15.0004480672 9.775 0 0 +25155900 15.0004480672 9.625 0 0 +25156800 15.0004480672 9.475 0 0 +25157700 15.0004480672 9.475 0 0 +25158600 15.0004480672 9.625 0 0 +25159500 15.0004480672 9.775 0 0 +25160400 15.0004480672 9.925 0 0 +25161300 15.0004480672 10.075 0 0 +25162200 15.0004480672 10.225 0 0 +25163100 15.0004480672 10.375 0 0 +25164000 15.0004480672 10.525 0 0 +25164900 15.0004480672 10.7375 0 0 +25165800 15.0004480672 11.200824478 3.4240626073 0 +25166700 15.0004480672 12.9279833318 23.5885176336 0 +25167600 15.0004480672 14.3683128284 30.9231853909 0 +25168500 15.0076079717 16.6233422049 182.6437705671 0.0555555556 +25169400 15.0076079717 17.5104742334 241.6758495115 0.0555555556 +25170300 15.0076079717 18.5631676704 299.5146687004 0.0555555556 +25171200 15.0076079717 19.7673603923 353.8454405838 0.0555555556 +25172100 15.0076079717 21.6609164209 468.17673887 0.0555555556 +25173000 15.0076079717 22.7529099906 525.3112037737 0.0555555556 +25173900 15.0076079717 23.8007636681 578.477371682 0.0555555556 +25174800 15.0076079717 24.7967174168 627.7541180453 0.0555555556 +25175700 15.0076079717 26.1076753201 703.676294207 0.0555555556 +25176600 15.0076079717 26.9953874265 748.5994806609 0.0555555556 +25177500 15.0076079717 27.8139230507 789.5336154327 0.0555555556 +25178400 15.0076079717 28.5591901416 826.4313824047 0.0555555556 +25179300 15.0076079717 29.4470481305 877.5470397502 0.0555555556 +25180200 15.0076079717 30.0569154473 907.1847738626 0.0555555556 +25181100 15.0076079717 30.5827065991 932.4805607073 0.0555555556 +25182000 15.0076079717 31.0220643084 953.373847614 0.0555555556 +25182900 15.0076079717 31.6513457792 987.6583899992 0.0555555556 +25183800 15.0076079717 31.9596748529 999.8582577236 0.0555555556 +25184700 15.0076079717 32.1752080526 1007.4292318614 0.0555555556 +25185600 15.0076079717 32.2972533606 1010.3502561988 0.0555555556 +25186500 15.0076079717 31.2202498653 948.8392709102 0.0555555556 +25187400 15.0076079717 31.1699460335 942.7315905368 0.0555555556 +25188300 15.0076079717 31.0320982578 932.194848205 0.0555555556 +25189200 15.0076079717 30.8076794505 917.2601851854 0.0555555556 +25190100 15.0076079717 29.5474384871 847.1845883771 0.0555555556 +25191000 15.0076079717 29.1137265248 824.6655144858 0.0555555556 +25191900 15.0076079717 28.6042223691 798.1126307562 0.0555555556 +25192800 15.0076079717 28.0214720975 767.6009151792 0.0555555556 +25193700 15.0076079717 26.36981926 671.0933781427 0.0555555556 +25194600 15.0076079717 25.7317028076 635.9088321521 0.0555555556 +25195500 15.0076079717 25.0362359741 597.3354192278 0.0555555556 +25196400 15.0076079717 24.2877427303 555.4657159968 0.0555555556 +25197300 15.0076079717 24.1555641187 552.5461059231 0.0555555556 +25198200 15.0076079717 23.1550662276 501.8051513891 0.0555555556 +25199100 15.0076079717 22.1145540413 447.625793136 0.0555555556 +25200000 15.0076079717 21.04437349 390.0918461789 0.0555555556 +25200900 15.0076079717 17.7309694106 157.7425578563 0.0555555556 +25201800 15.0076079717 17.2543588742 127.4848720862 0.0555555556 +25202700 15.0004480672 37.2642567941 96.8393126692 0 +25203600 15.0076079717 16.3533609665 66.4791886176 0.0555555556 +25204500 15.0004480672 20.9625 0 0 +25205400 15.0004480672 20.6875 0 0 +25206300 15.0004480672 20.4125 0 0 +25207200 15.0004480672 20.1375 0 0 +25208100 15.0004480672 20 0 0 +25209000 15.0004480672 20 0 0 +25209900 15.0004480672 20 0 0 +25210800 15.0004480672 20 0 0 +25211700 15.0004480672 19.7875 0 0 +25212600 15.0004480672 19.3625 0 0 +25213500 15.0004480672 18.9375 0 0 +25214400 15.0004480672 18.5125 0 0 +25215300 15.0004480672 18.2375 0 0 +25216200 15.0004480672 18.1125 0 0 +25217100 15.0004480672 17.9875 0 0 +25218000 15.0004480672 17.8625 0 0 +25218900 15.0004480672 17.8 0 0 +25219800 15.0004480672 17.8 0 0 +25220700 15.0004480672 17.8 0 0 +25221600 15.0004480672 17.8 0 0 +25222500 15.0004480672 17.525 0 0 +25223400 15.0004480672 16.975 0 0 +25224300 15.0004480672 16.425 0 0 +25225200 15.0004480672 15.875 0 0 +25226100 15.0004480672 15.45 0 0 +25227000 15.0004480672 15.15 0 0 +25227900 15.0004480672 14.85 0 0 +25228800 15.0004480672 14.55 0 0 +25229700 15.0004480672 14.475 0 0 +25230600 15.0004480672 14.625 0 0 +25231500 15.0004480672 14.775 0 0 +25232400 15.0004480672 14.925 0 0 +25233300 15.0004480672 14.7875 0 0 +25234200 15.0004480672 14.3625 0 0 +25235100 15.0004480672 13.9375 0 0 +25236000 15.0004480672 13.5125 0 0 +25236900 15.0004480672 13.1 0 0 +25237800 15.0004480672 12.7 0 0 +25238700 15.0004480672 12.3 0 0 +25239600 15.0004480672 11.9 0 0 +25240500 15.0004480672 11.8375 0 0 +25241400 15.0004480672 12.1125 0 0 +25242300 15.0004480672 12.3875 0 0 +25243200 15.0004480672 12.6625 0 0 +25244100 15.0004480672 12.725 0 0 +25245000 15.0004480672 12.575 0 0 +25245900 15.0004480672 12.425 0 0 +25246800 15.0004480672 12.275 0 0 +25247700 15.0004480672 12.3375 0 0 +25248600 15.0004480672 12.6125 0 0 +25249500 15.0004480672 12.8875 0 0 +25250400 15.0004480672 13.1625 0 0 +25251300 15.0004480672 13.2375 0 0 +25252200 15.0004480672 13.2170057582 1.8489476673 0 +25253100 15.0004480672 14.3095893718 18.8739169112 0 +25254000 15.0004480672 15.1186376529 24.7021578964 0 +25254900 15.0076079717 16.6065995119 168.6615699511 0.0555555556 +25255800 15.0076079717 17.4710004324 224.7326359755 0.0555555556 +25256700 15.0076079717 18.491819046 280.3010196426 0.0555555556 +25257600 15.0076079717 19.6510572912 332.974108514 0.0555555556 +25258500 15.0076079717 21.2726458506 429.6211703851 0.0555555556 +25259400 15.0076079717 22.2792066927 483.8626955734 0.0555555556 +25260300 15.0076079717 23.2470909425 534.5513936243 0.0555555556 +25261200 15.0076079717 24.1683602703 581.6918770538 0.0555555556 +25262100 15.0076079717 24.993994604 628.0433299338 0.0555555556 +25263000 15.0076079717 25.8153050486 669.4245513562 0.0555555556 +25263900 15.0076079717 26.5749958719 707.1908401114 0.0555555556 +25264800 15.0076079717 27.2691259515 741.274962869 0.0555555556 +25265700 15.0076079717 27.6836744899 763.1271707638 0.0555555556 +25266600 15.0076079717 28.2780628411 789.720461551 0.0555555556 +25267500 15.0076079717 28.7986624296 812.4284694395 0.0555555556 +25268400 15.0076079717 29.2433197027 831.1875914664 0.0555555556 +25269300 15.0076079717 28.1280530186 768.5693875263 0.0555555556 +25270200 15.0076079717 28.33540683 778.4945729819 0.0555555556 +25271100 15.0076079717 28.4714653874 784.6401396829 0.0555555556 +25272000 15.0076079717 28.5356645916 786.9856072706 0.0555555556 +25272900 15.0076079717 28.038977627 761.4216269061 0.0555555556 +25273800 15.0076079717 27.9648921017 756.2801823514 0.0555555556 +25274700 15.0076079717 27.8221690682 747.4430908634 0.0555555556 +25275600 15.0076079717 27.6116131311 734.9406707531 0.0555555556 +25276500 15.0076079717 28.4068934934 776.2726002895 0.0555555556 +25277400 15.0076079717 28.0283635234 755.2946837912 0.0555555556 +25278300 15.0076079717 27.58043939 730.5729695444 0.0555555556 +25279200 15.0076079717 27.0654902495 702.1806086256 0.0555555556 +25280100 15.0076079717 26.5109436377 669.817548595 0.0555555556 +25281000 15.0076079717 25.8375158953 634.5575496047 0.0555555556 +25281900 15.0076079717 25.1064474865 595.8890939314 0.0555555556 +25282800 15.0076079717 24.3220311094 553.8980409771 0.0555555556 +25283700 15.0076079717 24.0188699426 540.5339040452 0.0555555556 +25284600 15.0076079717 23.0741511007 490.2199214897 0.0555555556 +25285500 15.0076079717 22.0906320626 436.5143235611 0.0555555556 +25286400 15.0076079717 21.0786726169 379.5140713383 0.0555555556 +25287300 15.0076079717 19.3549822099 272.8339311052 0.0555555556 +25288200 15.0076079717 18.4300448526 218.973952389 0.0555555556 +25289100 15.0076079717 17.6154138803 165.076670688 0.0555555556 +25290000 15.0004480672 38.863480036 114.3301479987 0 +25290900 15.0004480672 23.025 0 0 +25291800 15.0004480672 22.475 0 0 +25292700 15.0004480672 21.925 0 0 +25293600 15.0004480672 21.375 0 0 +25294500 15.0004480672 21.0375 0 0 +25295400 15.0004480672 20.9125 0 0 +25296300 15.0004480672 20.7875 0 0 +25297200 15.0004480672 20.6625 0 0 +25298100 15.0004480672 20.525 0 0 +25299000 15.0004480672 20.375 0 0 +25299900 15.0004480672 20.225 0 0 +25300800 15.0004480672 20.075 0 0 +25301700 15.0004480672 19.7875 0 0 +25302600 15.0004480672 19.3625 0 0 +25303500 15.0004480672 18.9375 0 0 +25304400 15.0004480672 18.5125 0 0 +25305300 15.0004480672 18.3 0 0 +25306200 15.0004480672 18.3 0 0 +25307100 15.0004480672 18.3 0 0 +25308000 15.0004480672 18.3 0 0 +25308900 15.0004480672 18.025 0 0 +25309800 15.0004480672 17.475 0 0 +25310700 15.0004480672 16.925 0 0 +25311600 15.0004480672 16.375 0 0 +25312500 15.0004480672 15.9625 0 0 +25313400 15.0004480672 15.6875 0 0 +25314300 15.0004480672 15.4125 0 0 +25315200 15.0004480672 15.1375 0 0 +25316100 15.0004480672 15 0 0 +25317000 15.0004480672 15 0 0 +25317900 15.0004480672 15 0 0 +25318800 15.0004480672 15 0 0 +25319700 15.0004480672 14.7875 0 0 +25320600 15.0004480672 14.3625 0 0 +25321500 15.0004480672 13.9375 0 0 +25322400 15.0004480672 13.5125 0 0 +25323300 15.0004480672 13.3 0 0 +25324200 15.0004480672 13.3 0 0 +25325100 15.0004480672 13.3 0 0 +25326000 15.0004480672 13.3 0 0 +25326900 15.0004480672 13.4375 0 0 +25327800 15.0004480672 13.7125 0 0 +25328700 15.0004480672 13.9875 0 0 +25329600 15.0004480672 14.2625 0 0 +25330500 15.0004480672 14.2 0 0 +25331400 15.0004480672 13.8 0 0 +25332300 15.0004480672 13.4 0 0 +25333200 15.0004480672 13 0 0 +25334100 15.0004480672 12.8 0 0 +25335000 15.0004480672 12.8 0 0 +25335900 15.0004480672 12.8 0 0 +25336800 15.0004480672 12.8 0 0 +25337700 15.0004480672 12.8625 0 0 +25338600 15.0004480672 13.0336900813 0.7950321269 0 +25339500 15.0004480672 14.0612176801 13.4481475401 0 +25340400 15.0004480672 14.8533185539 17.5737648175 0 +25341300 15.0076079717 16.579502791 161.4403690851 0.0555555556 +25342200 15.0076079717 17.4148001101 216.1691387974 0.0555555556 +25343100 15.0076079717 18.4028427372 270.7876404228 0.0555555556 +25344000 15.0076079717 19.5215020821 322.7675370765 0.0555555556 +25344900 15.0076079717 20.1384850225 350.8718980261 0.0555555556 +25345800 15.0076079717 20.9727528488 397.2963953913 0.0555555556 +25346700 15.0076079717 21.7780603652 440.9961502163 0.0555555556 +25347600 15.0076079717 22.5470278294 481.8764322417 0.0555555556 +25348500 15.0076079717 23.1577513714 518.5544325294 0.0555555556 +25349400 15.0076079717 23.8148658592 554.1460091487 0.0555555556 +25350300 15.0076079717 24.4222211233 586.7113512852 0.0555555556 +25351200 15.0076079717 24.9763547961 616.1610948938 0.0555555556 +25352100 15.0076079717 25.4540893103 644.7815560962 0.0555555556 +25353000 15.0076079717 25.9003875476 667.9652194894 0.0555555556 +25353900 15.0076079717 26.2859693307 687.7737027071 0.0555555556 +25354800 15.0076079717 26.6089867443 704.1423045373 0.0555555556 +25355700 15.0076079717 26.9375535096 722.5105060062 0.0555555556 +25356600 15.0076079717 27.1321484377 731.9282331245 0.0555555556 +25357500 15.0076079717 27.2603068009 737.745633365 0.0555555556 +25358400 15.0076079717 27.3215052809 739.942690787 0.0555555556 +25359300 15.0076079717 27.6530064854 757.7699352456 0.0555555556 +25360200 15.0076079717 27.5567919838 752.5994238519 0.0555555556 +25361100 15.0076079717 27.3920812168 743.7398445615 0.0555555556 +25362000 15.0076079717 27.1596760098 731.2211157096 0.0555555556 +25362900 15.0076079717 24.6222180596 585.4545511585 0.0555555556 +25363800 15.0076079717 24.3421136585 569.0845615812 0.0555555556 +25364700 15.0076079717 24.0114498667 549.8177549357 0.0555555556 +25365600 15.0076079717 23.632010893 527.7220270825 0.0555555556 +25366500 15.0076079717 24.194175149 558.7475151882 0.0555555556 +25367400 15.0076079717 23.7307269225 528.4203941042 0.0555555556 +25368300 15.0076079717 23.2196493622 495.2268939969 0.0555555556 +25369200 15.0076079717 22.6646039961 459.266491952 0.0555555556 +25370100 15.0076079717 21.8938090691 411.9511648057 0.0555555556 +25371000 15.0076079717 21.1572516152 371.7130399503 0.0555555556 +25371900 15.0076079717 20.3936539118 329.1058417965 0.0555555556 +25372800 15.0076079717 19.6112515193 284.3182910385 0.0555555556 +25373700 15.0076079717 19.6101660001 306.376072831 0.0555555556 +25374600 15.0076079717 18.5363671637 245.216045878 0.0555555556 +25375500 15.0076079717 17.5944933705 184.1017854145 0.0555555556 +25376400 15.0004480672 36.9310624376 127.1992591616 0 +25377300 15.0004480672 19.65 0 0 +25378200 15.0004480672 18.95 0 0 +25379100 15.0004480672 18.25 0 0 +25380000 15.0004480672 17.55 0 0 +25380900 15.0004480672 17 0 0 +25381800 15.0004480672 16.6 0 0 +25382700 15.0004480672 16.2 0 0 +25383600 15.0004480672 15.8 0 0 +25384500 15.0004480672 15.3875 0 0 +25385400 15.0004480672 14.9625 0 0 +25386300 15.0004480672 14.5375 0 0 +25387200 15.0004480672 14.1125 0 0 +25388100 15.0004480672 13.7625 0 0 +25389000 15.0004480672 13.4875 0 0 +25389900 15.0004480672 13.2125 0 0 +25390800 15.0004480672 12.9375 0 0 +25391700 15.0004480672 12.725 0 0 +25392600 15.0004480672 12.575 0 0 +25393500 15.0004480672 12.425 0 0 +25394400 15.0004480672 12.275 0 0 +25395300 15.0004480672 12.1375 0 0 +25396200 15.0004480672 12.0125 0 0 +25397100 15.0004480672 11.8875 0 0 +25398000 15.0004480672 11.7625 0 0 +25398900 15.0004480672 11.7 0 0 +25399800 15.0004480672 11.7 0 0 +25400700 15.0004480672 11.7 0 0 +25401600 15.0004480672 11.7 0 0 +25402500 15.0004480672 11.5625 0 0 +25403400 15.0004480672 11.2875 0 0 +25404300 15.0004480672 11.0125 0 0 +25405200 15.0004480672 10.7375 0 0 +25406100 15.0004480672 10.6 0 0 +25407000 15.0004480672 10.6 0 0 +25407900 15.0004480672 10.6 0 0 +25408800 15.0004480672 10.6 0 0 +25409700 15.0004480672 10.6 0 0 +25410600 15.0004480672 10.6 0 0 +25411500 15.0004480672 10.6 0 0 +25412400 15.0004480672 10.6 0 0 +25413300 15.0004480672 10.525 0 0 +25414200 15.0004480672 10.375 0 0 +25415100 15.0004480672 10.225 0 0 +25416000 15.0004480672 10.075 0 0 +25416900 15.0004480672 9.925 0 0 +25417800 15.0004480672 9.775 0 0 +25418700 15.0004480672 9.625 0 0 +25419600 15.0004480672 9.475 0 0 +25420500 15.0004480672 9.475 0 0 +25421400 15.0004480672 9.625 0 0 +25422300 15.0004480672 9.775 0 0 +25423200 15.0004480672 9.925 0 0 +25424100 15.0004480672 10.1375 0 0 +25425000 15.0004480672 10.4159005601 0.0185296616 0 +25425900 15.0004480672 10.8710398911 1.0008025591 0 +25426800 15.0004480672 11.4226999934 2.5120386291 0 +25427700 15.0004480672 15.90210013 25.8731215622 0 +25428600 15.0004480672 17.833668201 35.2810744635 0 +25429500 15.0004480672 19.7025669279 44.4417053189 0 +25430400 15.0004480672 21.5042341569 53.3157869008 0 +25431300 15.0004480672 24.4039954714 69.6202868709 0 +25432200 15.0076079717 15.9096978529 78.8350914678 0.0555555556 +25433100 15.0004480672 27.389805816 87.6040047293 0 +25434000 15.0076079717 16.1524662594 95.8894768225 0.0555555556 +25434900 15.0004480672 30.4674532397 106.0659749752 0 +25435800 15.0076079717 16.4202262516 113.4480781284 0.0555555556 +25436700 15.0004480672 33.0310307729 120.2335537353 0 +25437600 15.0076079717 16.628206641 126.3933453477 0.0555555556 +25438500 15.0076079717 17.6260727422 192.6375891647 0.0555555556 +25439400 15.0076079717 17.761546511 199.7259284192 0.0555555556 +25440300 15.0076079717 17.8819719413 205.7923778951 0.0555555556 +25441200 15.0076079717 17.9869485814 210.8111561749 0.0555555556 +25442100 15.0076079717 22.07825611 463.9448952407 0.0555555556 +25443000 15.0076079717 22.1934569372 470.1410054864 0.0555555556 +25443900 15.0076079717 22.268983553 473.9608905734 0.0555555556 +25444800 15.0076079717 22.3045259235 475.3895416069 0.0555555556 +25445700 15.0076079717 20.7402921602 381.5493421049 0.0555555556 +25446600 15.0076079717 20.7086999036 378.8406021926 0.0555555556 +25447500 15.0076079717 20.6465359154 374.2144530124 0.0555555556 +25448400 15.0076079717 20.5541517007 367.6897497675 0.0555555556 +25449300 15.0076079717 22.5704939154 486.3589310441 0.0555555556 +25450200 15.0076079717 22.3449979552 472.5560718585 0.0555555556 +25451100 15.0076079717 22.0787449332 456.3219466716 0.0555555556 +25452000 15.0076079717 21.773159614 437.7175338224 0.0555555556 +25452900 15.0076079717 26.8998667739 743.8486823922 0.0555555556 +25453800 15.0076079717 26.1506648236 704.4133685203 0.0555555556 +25454700 15.0076079717 25.3366821256 661.1350394488 0.0555555556 +25455600 15.0076079717 24.4624672405 614.093154227 0.0555555556 +25456500 15.0076079717 21.856670521 453.1789196613 0.0555555556 +25457400 15.0076079717 21.0647243998 408.9112180701 0.0555555556 +25458300 15.0076079717 20.2420956444 361.9111196294 0.0555555556 +25459200 15.0076079717 19.398119427 312.3582659809 0.0555555556 +25460100 15.0004480672 38.1316453278 139.3013924302 0 +25461000 15.0076079717 16.5389229908 111.5419707315 0.0555555556 +25461900 15.0004480672 28.496594539 83.2079085826 0 +25462800 15.0004480672 23.4466715863 54.6244242315 0 +25463700 15.0004480672 13.7625 0 0 +25464600 15.0004480672 13.4875 0 0 +25465500 15.0004480672 13.2125 0 0 +25466400 15.0004480672 12.9375 0 0 +25467300 15.0004480672 12.725 0 0 +25468200 15.0004480672 12.575 0 0 +25469100 15.0004480672 12.425 0 0 +25470000 15.0004480672 12.275 0 0 +25470900 15.0004480672 12.2 0 0 +25471800 15.0004480672 12.2 0 0 +25472700 15.0004480672 12.2 0 0 +25473600 15.0004480672 12.2 0 0 +25474500 15.0004480672 12.1375 0 0 +25475400 15.0004480672 12.0125 0 0 +25476300 15.0004480672 11.8875 0 0 +25477200 15.0004480672 11.7625 0 0 +25478100 15.0004480672 11.7 0 0 +25479000 15.0004480672 11.7 0 0 +25479900 15.0004480672 11.7 0 0 +25480800 15.0004480672 11.7 0 0 +25481700 15.0004480672 11.7 0 0 +25482600 15.0004480672 11.7 0 0 +25483500 15.0004480672 11.7 0 0 +25484400 15.0004480672 11.7 0 0 +25485300 15.0004480672 11.5625 0 0 +25486200 15.0004480672 11.2875 0 0 +25487100 15.0004480672 11.0125 0 0 +25488000 15.0004480672 10.7375 0 0 +25488900 15.0004480672 10.6625 0 0 +25489800 15.0004480672 10.7875 0 0 +25490700 15.0004480672 10.9125 0 0 +25491600 15.0004480672 11.0375 0 0 +25492500 15.0004480672 11.0375 0 0 +25493400 15.0004480672 10.9125 0 0 +25494300 15.0004480672 10.7875 0 0 +25495200 15.0004480672 10.6625 0 0 +25496100 15.0004480672 10.45 0 0 +25497000 15.0004480672 10.15 0 0 +25497900 15.0004480672 9.85 0 0 +25498800 15.0004480672 9.55 0 0 +25499700 15.0004480672 9.55 0 0 +25500600 15.0004480672 9.85 0 0 +25501500 15.0004480672 10.15 0 0 +25502400 15.0004480672 10.45 0 0 +25503300 15.0004480672 10.6 0 0 +25504200 15.0004480672 10.6 0 0 +25505100 15.0004480672 10.6 0 0 +25506000 15.0004480672 10.6 0 0 +25506900 15.0004480672 10.6625 0 0 +25507800 15.0004480672 10.7875 0 0 +25508700 15.0004480672 10.9125 0 0 +25509600 15.0004480672 11.0375 0 0 +25510500 15.0004480672 11.1 0 0 +25511400 15.0004480672 11.1011507447 0.0062703572 0 +25512300 15.0004480672 11.2754291039 0.9565464137 0 +25513200 15.0004480672 11.5705348261 2.568554079 0 +25514100 15.0004480672 16.4018057237 29.0530899378 0 +25515000 15.0004480672 18.4519688135 39.8989408005 0 +25515900 15.0004480672 20.4271316082 50.4592089399 0 +25516800 15.0004480672 22.3225453701 60.6886736666 0 +25517700 15.0076079717 16.0796666047 92.7410115697 0.0555555556 +25518600 15.0004480672 30.2090050919 105.2334039087 0 +25519500 15.0076079717 16.4757553175 117.1228591882 0.0555555556 +25520400 15.0004480672 34.5017548021 128.3566248991 0 +25521300 15.0076079717 21.2466539983 423.2024902437 0.0555555556 +25522200 15.0076079717 21.7720159026 453.0963495861 0.0555555556 +25523100 15.0076079717 22.2575795163 480.4858114852 0.0555555556 +25524000 15.0076079717 22.7005726477 505.280496839 0.0555555556 +25524900 15.0076079717 27.3199567955 772.606215495 0.0555555556 +25525800 15.0076079717 27.8592357093 799.8407763958 0.0555555556 +25526700 15.0076079717 28.3241602363 823.0729524356 0.0555555556 +25527600 15.0076079717 28.7126137367 842.2401293547 0.0555555556 +25528500 15.0076079717 27.5504377167 773.8178669978 0.0555555556 +25529400 15.0076079717 27.7503056178 783.7806324815 0.0555555556 +25530300 15.0076079717 27.8778068499 789.9063231703 0.0555555556 +25531200 15.0076079717 27.9323924331 792.1755813009 0.0555555556 +25532100 15.0076079717 28.1982209961 809.7127027342 0.0555555556 +25533000 15.0076079717 28.0928866483 804.1233663608 0.0555555556 +25533900 15.0076079717 27.9135286661 794.5967197322 0.0555555556 +25534800 15.0076079717 27.660997827 781.1627767763 0.0555555556 +25535700 15.0076079717 20.7293253857 378.3376778147 0.0555555556 +25536600 15.0076079717 20.6083305282 367.4841681265 0.0555555556 +25537500 15.0076079717 20.4567153457 354.7273947269 0.0555555556 +25538400 15.0076079717 20.275505858 340.1181379693 0.0555555556 +25539300 15.0076079717 24.1589818131 572.7214620318 0.0555555556 +25540200 15.0076079717 23.5610952324 541.2907508917 0.0555555556 +25541100 15.0076079717 22.914286619 506.8738755603 0.0555555556 +25542000 15.0076079717 22.2222931097 469.5653710044 0.0555555556 +25542900 15.0076079717 21.6998213564 439.9662304403 0.0555555556 +25543800 15.0076079717 20.9493293063 396.4652527483 0.0555555556 +25544700 15.0076079717 20.1689678389 350.2917127113 0.0555555556 +25545600 15.0076079717 19.3679662146 301.6333077603 0.0555555556 +25546500 15.0004480672 34.90383144 106.9910835593 0 +25547400 15.0076079717 16.3233116806 85.4877127571 0.0555555556 +25548300 15.0004480672 27.1662668826 63.3834389733 0 +25549200 15.0004480672 23.0164484298 40.7729161017 0 +25550100 15.0004480672 15.45 0 0 +25551000 15.0004480672 15.15 0 0 +25551900 15.0004480672 14.85 0 0 +25552800 15.0004480672 14.55 0 0 +25553700 15.0004480672 14.475 0 0 +25554600 15.0004480672 14.625 0 0 +25555500 15.0004480672 14.775 0 0 +25556400 15.0004480672 14.925 0 0 +25557300 15.0004480672 14.925 0 0 +25558200 15.0004480672 14.775 0 0 +25559100 15.0004480672 14.625 0 0 +25560000 15.0004480672 14.475 0 0 +25560900 15.0004480672 14.4 0 0 +25561800 15.0004480672 14.4 0 0 +25562700 15.0004480672 14.4 0 0 +25563600 15.0004480672 14.4 0 0 +25564500 15.0004480672 14.4 0 0 +25565400 15.0004480672 14.4 0 0 +25566300 15.0004480672 14.4 0 0 +25567200 15.0004480672 14.4 0 0 +25568100 15.0004480672 14.4 0 0 +25569000 15.0004480672 14.4 0 0 +25569900 15.0004480672 14.4 0 0 +25570800 15.0004480672 14.4 0 0 +25571700 15.0004480672 14.4 0 0 +25572600 15.0004480672 14.4 0 0 +25573500 15.0004480672 14.4 0 0 +25574400 15.0004480672 14.4 0 0 +25575300 15.0004480672 14.475 0 0 +25576200 15.0004480672 14.625 0 0 +25577100 15.0004480672 14.775 0 0 +25578000 15.0004480672 14.925 0 0 +25578900 15.0004480672 15 0 0 +25579800 15.0004480672 15 0 0 +25580700 15.0004480672 15 0 0 +25581600 15.0004480672 15 0 0 +25582500 15.0004480672 15 0 0 +25583400 15.0004480672 15 0 0 +25584300 15.0004480672 15 0 0 +25585200 15.0004480672 15 0 0 +25586100 15.0004480672 14.925 0 0 +25587000 15.0004480672 14.775 0 0 +25587900 15.0004480672 14.625 0 0 +25588800 15.0004480672 14.475 0 0 +25589700 15.0004480672 14.475 0 0 +25590600 15.0004480672 14.625 0 0 +25591500 15.0004480672 14.775 0 0 +25592400 15.0004480672 14.925 0 0 +25593300 15.0004480672 15 0 0 +25594200 15.0004480672 15 0 0 +25595100 15.0004480672 15 0 0 +25596000 15.0004480672 15 0 0 +25596900 15.0004480672 14.8625 0 0 +25597800 15.0004480672 14.5875 0 0 +25598700 15.0004480672 14.3125 0 0 +25599600 15.0004480672 14.0375 0 0 +25600500 15.0004480672 19.3755634528 30.4643506886 0 +25601400 15.0004480672 21.4181770458 42.1506833748 0 +25602300 15.0004480672 23.3781882898 53.5288535846 0 +25603200 15.0076079717 15.8401994618 64.5501382465 0.0555555556 +25604100 15.0004480672 28.2751526773 82.6602133552 0 +25605000 15.0076079717 16.2571596152 93.8414107634 0.0555555556 +25605900 15.0004480672 31.8369666024 104.4803719175 0 +25606800 15.0076079717 16.551682667 114.5315391525 0.0555555556 +25607700 15.0004480672 30.126325077 93.0920589002 0 +25608600 15.0076079717 16.3722465401 99.6629738423 0.0555555556 +25609500 15.0004480672 32.7212903414 105.7016767813 0 +25610400 15.0076079717 16.579022698 111.1823090644 0.0555555556 +25611300 15.0076079717 18.8017667984 259.0298769582 0.0555555556 +25612200 15.0076079717 18.9694916094 268.6809370454 0.0555555556 +25613100 15.0076079717 19.1161024124 276.9352481217 0.0555555556 +25614000 15.0076079717 19.2410132577 283.7584655994 0.0555555556 +25614900 15.0076079717 19.1557677991 275.7226163012 0.0555555556 +25615800 15.0076079717 19.2126985066 279.4258710075 0.0555555556 +25616700 15.0076079717 19.2476705825 281.6999972817 0.0555555556 +25617600 15.0076079717 19.2605223021 282.5355635992 0.0555555556 +25618500 15.0076079717 29.6974724688 892.0869146054 0.0555555556 +25619400 15.0076079717 29.6014999424 885.9287875386 0.0555555556 +25620300 15.0076079717 29.4236513808 875.4557584645 0.0555555556 +25621200 15.0076079717 29.1648453178 860.6989205329 0.0555555556 +25622100 15.0076079717 28.9548622167 839.4672070387 0.0555555556 +25623000 15.0076079717 28.5137585268 816.7744750408 0.0555555556 +25623900 15.0076079717 27.9960506722 790.0296281624 0.0555555556 +25624800 15.0076079717 27.404167923 759.2931618556 0.0555555556 +25625700 15.0076079717 26.7424853173 727.0026579263 0.0555555556 +25626600 15.0076079717 26.0107456994 688.1206524965 0.0555555556 +25627500 15.0076079717 25.2147468028 645.4202581834 0.0555555556 +25628400 15.0076079717 24.3588751416 598.9648982322 0.0555555556 +25629300 15.0076079717 20.1159505843 332.497854623 0.0555555556 +25630200 15.0076079717 19.5484240327 298.7833690504 0.0555555556 +25631100 15.0076079717 18.9591991004 263.146026448 0.0555555556 +25632000 15.0076079717 18.3550658844 225.7725026368 0.0555555556 +25632900 15.0076079717 17.9765232176 206.4291664675 0.0555555556 +25633800 15.0076079717 17.2817367457 162.795986346 0.0555555556 +25634700 15.0004480672 34.8361408511 119.4790304361 0 +25635600 15.0076079717 16.0609750223 78.5633842941 0.0555555556 +25636500 15.0004480672 16.2125 0 0 +25637400 15.0004480672 16.0375 0 0 +25638300 15.0004480672 15.8625 0 0 +25639200 15.0004480672 15.6875 0 0 +25640100 15.0004480672 15.45 0 0 +25641000 15.0004480672 15.15 0 0 +25641900 15.0004480672 14.85 0 0 +25642800 15.0004480672 14.55 0 0 +25643700 15.0004480672 14.4 0 0 +25644600 15.0004480672 14.4 0 0 +25645500 15.0004480672 14.4 0 0 +25646400 15.0004480672 14.4 0 0 +25647300 15.0004480672 14.4 0 0 +25648200 15.0004480672 14.4 0 0 +25649100 15.0004480672 14.4 0 0 +25650000 15.0004480672 14.4 0 0 +25650900 15.0004480672 14.3375 0 0 +25651800 15.0004480672 14.2125 0 0 +25652700 15.0004480672 14.0875 0 0 +25653600 15.0004480672 13.9625 0 0 +25654500 15.0004480672 13.825 0 0 +25655400 15.0004480672 13.675 0 0 +25656300 15.0004480672 13.525 0 0 +25657200 15.0004480672 13.375 0 0 +25658100 15.0004480672 13.3 0 0 +25659000 15.0004480672 13.3 0 0 +25659900 15.0004480672 13.3 0 0 +25660800 15.0004480672 13.3 0 0 +25661700 15.0004480672 13.1625 0 0 +25662600 15.0004480672 12.8875 0 0 +25663500 15.0004480672 12.6125 0 0 +25664400 15.0004480672 12.3375 0 0 +25665300 15.0004480672 12.275 0 0 +25666200 15.0004480672 12.425 0 0 +25667100 15.0004480672 12.575 0 0 +25668000 15.0004480672 12.725 0 0 +25668900 15.0004480672 12.725 0 0 +25669800 15.0004480672 12.575 0 0 +25670700 15.0004480672 12.425 0 0 +25671600 15.0004480672 12.275 0 0 +25672500 15.0004480672 12.1375 0 0 +25673400 15.0004480672 12.0125 0 0 +25674300 15.0004480672 11.8875 0 0 +25675200 15.0004480672 11.7625 0 0 +25676100 15.0004480672 11.625 0 0 +25677000 15.0004480672 11.475 0 0 +25677900 15.0004480672 11.325 0 0 +25678800 15.0004480672 11.175 0 0 +25679700 15.0004480672 11.1 0 0 +25680600 15.0004480672 11.1 0 0 +25681500 15.0004480672 11.1 0 0 +25682400 15.0004480672 11.1 0 0 +25683300 15.0004480672 11.2375 0 0 +25684200 15.0004480672 11.5125 0 0 +25685100 15.0004480672 11.7875 0 0 +25686000 15.0004480672 12.0625 0 0 +25686900 15.0076079717 16.5042872799 167.4454410848 0.0555555556 +25687800 15.0076079717 17.3646520278 225.6314300081 0.0555555556 +25688700 15.0076079717 18.396927647 284.2817857799 0.0555555556 +25689600 15.0076079717 19.5541686173 339.4901217773 0.0555555556 +25690500 15.0076079717 20.9212668233 418.9481255979 0.0555555556 +25691400 15.0076079717 21.9455037734 473.7155754204 0.0555555556 +25692300 15.0076079717 22.9276103408 524.6125710047 0.0555555556 +25693200 15.0076079717 23.8601323008 571.7093736541 0.0555555556 +25694100 15.0076079717 23.6744329988 558.6448530398 0.0555555556 +25695000 15.0076079717 24.4068187269 597.114853196 0.0555555556 +25695900 15.0076079717 25.083292202 632.2155626521 0.0555555556 +25696800 15.0076079717 25.700319891 663.8808149012 0.0555555556 +25697700 15.0076079717 27.597507323 771.7641928983 0.0555555556 +25698600 15.0076079717 28.1399336309 798.8166251237 0.0555555556 +25699500 15.0076079717 28.6071614497 821.869290743 0.0555555556 +25700400 15.0076079717 28.9971307302 840.867622801 0.0555555556 +25701300 15.0076079717 29.7883791556 887.326468978 0.0555555556 +25702200 15.0076079717 30.0051744233 898.4912198232 0.0555555556 +25703100 15.0076079717 30.1381053674 905.3286848533 0.0555555556 +25704000 15.0076079717 30.1865746803 907.820213466 0.0555555556 +25704900 15.0076079717 28.0716850016 790.9855973761 0.0555555556 +25705800 15.0076079717 27.9879884385 785.4276554932 0.0555555556 +25706700 15.0076079717 27.8314937975 775.9951857864 0.0555555556 +25707600 15.0076079717 27.6030314645 762.7169619773 0.0555555556 +25708500 15.0076079717 28.8616100241 832.5747041405 0.0555555556 +25709400 15.0076079717 28.42378767 809.7883841161 0.0555555556 +25710300 15.0076079717 27.9100359359 782.9415912555 0.0555555556 +25711200 15.0076079717 27.3227650943 752.0967272447 0.0555555556 +25712100 15.0076079717 26.6667388308 713.3128078743 0.0555555556 +25713000 15.0076079717 25.9323391855 675.346703263 0.0555555556 +25713900 15.0076079717 25.1339769243 633.6057196463 0.0555555556 +25714800 15.0076079717 24.2758562499 588.1308472306 0.0555555556 +25715700 15.0076079717 23.8863899995 570.471805296 0.0555555556 +25716600 15.0076079717 22.868527068 516.0094384447 0.0555555556 +25717500 15.0076079717 21.8045650434 457.4733357711 0.0555555556 +25718400 15.0076079717 20.7056606527 394.8933815801 0.0555555556 +25719300 15.0004480672 38.3145395618 125.6629236007 0 +25720200 15.0076079717 16.5459787552 99.4459650629 0.0555555556 +25721100 15.0004480672 28.8860662429 72.498415455 0 +25722000 15.0004480672 23.8005016883 44.9356683215 0 +25722900 15.0004480672 15.45 0 0 +25723800 15.0004480672 15.15 0 0 +25724700 15.0004480672 14.85 0 0 +25725600 15.0004480672 14.55 0 0 +25726500 15.0004480672 14.4 0 0 +25727400 15.0004480672 14.4 0 0 +25728300 15.0004480672 14.4 0 0 +25729200 15.0004480672 14.4 0 0 +25730100 15.0004480672 14.4 0 0 +25731000 15.0004480672 14.4 0 0 +25731900 15.0004480672 14.4 0 0 +25732800 15.0004480672 14.4 0 0 +25733700 15.0004480672 14.4 0 0 +25734600 15.0004480672 14.4 0 0 +25735500 15.0004480672 14.4 0 0 +25736400 15.0004480672 14.4 0 0 +25737300 15.0004480672 14.4 0 0 +25738200 15.0004480672 14.4 0 0 +25739100 15.0004480672 14.4 0 0 +25740000 15.0004480672 14.4 0 0 +25740900 15.0004480672 14.3375 0 0 +25741800 15.0004480672 14.2125 0 0 +25742700 15.0004480672 14.0875 0 0 +25743600 15.0004480672 13.9625 0 0 +25744500 15.0004480672 13.7625 0 0 +25745400 15.0004480672 13.4875 0 0 +25746300 15.0004480672 13.2125 0 0 +25747200 15.0004480672 12.9375 0 0 +25748100 15.0004480672 12.8625 0 0 +25749000 15.0004480672 12.9875 0 0 +25749900 15.0004480672 13.1125 0 0 +25750800 15.0004480672 13.2375 0 0 +25751700 15.0004480672 13.025 0 0 +25752600 15.0004480672 12.475 0 0 +25753500 15.0004480672 11.925 0 0 +25754400 15.0004480672 11.375 0 0 +25755300 15.0004480672 11.1 0 0 +25756200 15.0004480672 11.1 0 0 +25757100 15.0004480672 11.1 0 0 +25758000 15.0004480672 11.1 0 0 +25758900 15.0004480672 11.0375 0 0 +25759800 15.0004480672 10.9125 0 0 +25760700 15.0004480672 10.7875 0 0 +25761600 15.0004480672 10.6625 0 0 +25762500 15.0004480672 10.525 0 0 +25763400 15.0004480672 10.375 0 0 +25764300 15.0004480672 10.225 0 0 +25765200 15.0004480672 10.075 0 0 +25766100 15.0004480672 10.075 0 0 +25767000 15.0004480672 10.225 0 0 +25767900 15.0004480672 10.375 0 0 +25768800 15.0004480672 10.525 0 0 +25769700 15.0004480672 10.6625 0 0 +25770600 15.0004480672 10.7875 0 0 +25771500 15.0004480672 10.9125 0 0 +25772400 15.0004480672 11.0375 0 0 +25773300 15.0076079717 16.3012704276 153.3045244819 0.0555555556 +25774200 15.0076079717 17.1321250327 207.993537164 0.0555555556 +25775100 15.0076079717 18.1273293059 263.914787213 0.0555555556 +25776000 15.0076079717 19.2409033034 317.1321275038 0.0555555556 +25776900 15.0076079717 21.0438397487 426.5254390929 0.0555555556 +25777800 15.0076079717 22.1114781831 482.3668965132 0.0555555556 +25778700 15.0076079717 23.1343582771 534.1334165285 0.0555555556 +25779600 15.0076079717 24.1052035598 581.9316310537 0.0555555556 +25780500 15.0076079717 24.6848939238 613.2099942151 0.0555555556 +25781400 15.0076079717 25.490555407 654.5061949785 0.0555555556 +25782300 15.0076079717 26.2335540604 692.0887908954 0.0555555556 +25783200 15.0076079717 26.9103267345 725.9215282801 0.0555555556 +25784100 15.0076079717 26.5473399282 706.5091701386 0.0555555556 +25785000 15.0076079717 27.0457776483 731.7427964445 0.0555555556 +25785900 15.0076079717 27.4753348179 753.2499539075 0.0555555556 +25786800 15.0076079717 27.834084172 770.9754094512 0.0555555556 +25787700 15.0076079717 28.7994764739 825.302591378 0.0555555556 +25788600 15.0076079717 29.0218722624 835.8035778768 0.0555555556 +25789500 15.0076079717 29.1660299646 842.2249824885 0.0555555556 +25790400 15.0076079717 29.2313891327 844.5487742827 0.0555555556 +25791300 15.0076079717 26.4677779196 694.0689399922 0.0555555556 +25792200 15.0076079717 26.408704926 689.0608802575 0.0555555556 +25793100 15.0076079717 26.2866534216 680.5781952929 0.0555555556 +25794000 15.0076079717 26.1023532128 668.6489702874 0.0555555556 +25794900 15.0076079717 28.9902282726 827.2788431472 0.0555555556 +25795800 15.0076079717 28.5737529734 804.5194631252 0.0555555556 +25796700 15.0076079717 28.081539608 777.7059053898 0.0555555556 +25797600 15.0076079717 27.5159679869 746.8984966631 0.0555555556 +25798500 15.0076079717 26.3237787186 676.9836750487 0.0555555556 +25799400 15.0076079717 25.6447281826 640.2357094992 0.0555555556 +25800300 15.0076079717 24.9051094105 599.8684145108 0.0555555556 +25801200 15.0076079717 24.1090497479 555.9359378113 0.0555555556 +25802100 15.0076079717 22.6438690663 469.2635159964 0.0555555556 +25803000 15.0076079717 21.7549651051 422.2001872351 0.0555555556 +25803900 15.0076079717 20.8315427931 372.020149253 0.0555555556 +25804800 15.0076079717 19.8840509011 318.8940040384 0.0555555556 +25805700 15.0004480672 19.8625 0 0 +25806600 15.0004480672 19.5875 0 0 +25807500 15.0004480672 19.3125 0 0 +25808400 15.0004480672 19.0375 0 0 +25809300 15.0004480672 18.625 0 0 +25810200 15.0004480672 18.075 0 0 +25811100 15.0004480672 17.525 0 0 +25812000 15.0004480672 16.975 0 0 +25812900 15.0004480672 16.625 0 0 +25813800 15.0004480672 16.475 0 0 +25814700 15.0004480672 16.325 0 0 +25815600 15.0004480672 16.175 0 0 +25816500 15.0004480672 16.0375 0 0 +25817400 15.0004480672 15.9125 0 0 +25818300 15.0004480672 15.7875 0 0 +25819200 15.0004480672 15.6625 0 0 +25820100 15.0004480672 15.525 0 0 +25821000 15.0004480672 15.375 0 0 +25821900 15.0004480672 15.225 0 0 +25822800 15.0004480672 15.075 0 0 +25823700 15.0004480672 14.925 0 0 +25824600 15.0004480672 14.775 0 0 +25825500 15.0004480672 14.625 0 0 +25826400 15.0004480672 14.475 0 0 +25827300 15.0004480672 14.3375 0 0 +25828200 15.0004480672 14.2125 0 0 +25829100 15.0004480672 14.0875 0 0 +25830000 15.0004480672 13.9625 0 0 +25830900 15.0004480672 13.7625 0 0 +25831800 15.0004480672 13.4875 0 0 +25832700 15.0004480672 13.2125 0 0 +25833600 15.0004480672 12.9375 0 0 +25834500 15.0004480672 12.725 0 0 +25835400 15.0004480672 12.575 0 0 +25836300 15.0004480672 12.425 0 0 +25837200 15.0004480672 12.275 0 0 +25838100 15.0004480672 12.3375 0 0 +25839000 15.0004480672 12.6125 0 0 +25839900 15.0004480672 12.8875 0 0 +25840800 15.0004480672 13.1625 0 0 +25841700 15.0004480672 13.1 0 0 +25842600 15.0004480672 12.7 0 0 +25843500 15.0004480672 12.3 0 0 +25844400 15.0004480672 11.9 0 0 +25845300 15.0004480672 11.7625 0 0 +25846200 15.0004480672 11.8875 0 0 +25847100 15.0004480672 12.0125 0 0 +25848000 15.0004480672 12.1375 0 0 +25848900 15.0004480672 12.1375 0 0 +25849800 15.0004480672 12.0125 0 0 +25850700 15.0004480672 11.8875 0 0 +25851600 15.0004480672 11.7625 0 0 +25852500 15.0004480672 11.7625 0 0 +25853400 15.0004480672 11.8875 0 0 +25854300 15.0004480672 12.0125 0 0 +25855200 15.0004480672 12.1375 0 0 +25856100 15.0004480672 12.1375 0 0 +25857000 15.0004480672 12.0125 0 0 +25857900 15.0004480672 11.8875 0 0 +25858800 15.0004480672 11.7625 0 0 +25859700 15.0004480672 23.1426777019 76.6961692031 0 +25860600 15.0076079717 16.140775956 107.3670256007 0.0555555556 +25861500 15.0004480672 34.619321089 139.1972934016 0 +25862400 15.0076079717 17.2481613813 170.664603008 0.0555555556 +25863300 15.0076079717 19.3084076568 308.2422376318 0.0555555556 +25864200 15.0076079717 20.0651080042 352.0233684212 0.0555555556 +25865100 15.0076079717 20.7948847732 393.2488791746 0.0555555556 +25866000 15.0076079717 21.4907859993 431.8048993227 0.0555555556 +25866900 15.0004480672 33.4582546978 113.7271723989 0 +25867800 15.0076079717 16.6892803127 121.9344522018 0.0555555556 +25868700 15.0004480672 36.5019379635 129.4753779233 0 +25869600 15.0076079717 16.936823541 136.3176581616 0.0555555556 +25870500 15.0004480672 31.6001763862 94.9239111132 0 +25871400 15.0076079717 16.4584379074 98.4962254202 0.0555555556 +25872300 15.0004480672 33.5262261584 101.5506535457 0 +25873200 15.0076079717 16.6032347029 104.0741159594 0.0555555556 +25874100 15.0076079717 17.7339090214 179.5093532226 0.0555555556 +25875000 15.0076079717 17.7697407459 181.9397435892 0.0555555556 +25875900 15.0076079717 17.7916475461 183.4254000092 0.0555555556 +25876800 15.0076079717 17.7995318478 183.9600477887 0.0555555556 +25877700 15.0076079717 27.3868356245 758.5989919279 0.0555555556 +25878600 15.0076079717 27.2744400054 753.1375597637 0.0555555556 +25879500 15.0076079717 27.092431832 743.8998365009 0.0555555556 +25880400 15.0076079717 26.8416042699 730.9143965836 0.0555555556 +25881300 15.0076079717 20.3246084614 348.5241761817 0.0555555556 +25882200 15.0076079717 20.1601138575 338.249212205 0.0555555556 +25883100 15.0076079717 19.9672396205 326.1805616146 0.0555555556 +25884000 15.0076079717 19.7469350024 312.3654496851 0.0555555556 +25884900 15.0076079717 17.7532104026 185.0858065045 0.0555555556 +25885800 15.0076079717 17.6206978212 174.465187347 0.0555555556 +25886700 15.0076079717 17.4744248879 162.8888611091 0.0555555556 +25887600 15.0076079717 17.3151521555 150.4063335829 0.0555555556 +25888500 15.0004480672 34.1720874186 99.7497892559 0 +25889400 15.0076079717 16.4045442758 89.5103850126 0.0555555556 +25890300 15.0004480672 29.9256867744 78.7388241942 0 +25891200 15.0076079717 16.0294768644 67.4812322777 0.0555555556 +25892100 15.0004480672 15.6 0 0 +25893000 15.0004480672 15.6 0 0 +25893900 15.0004480672 15.6 0 0 +25894800 15.0004480672 15.6 0 0 +25895700 15.0004480672 15.525 0 0 +25896600 15.0004480672 15.375 0 0 +25897500 15.0004480672 15.225 0 0 +25898400 15.0004480672 15.075 0 0 +25899300 15.0004480672 14.925 0 0 +25900200 15.0004480672 14.775 0 0 +25901100 15.0004480672 14.625 0 0 +25902000 15.0004480672 14.475 0 0 +25902900 15.0004480672 14.4 0 0 +25903800 15.0004480672 14.4 0 0 +25904700 15.0004480672 14.4 0 0 +25905600 15.0004480672 14.4 0 0 +25906500 15.0004480672 14.4 0 0 +25907400 15.0004480672 14.4 0 0 +25908300 15.0004480672 14.4 0 0 +25909200 15.0004480672 14.4 0 0 +25910100 15.0004480672 14.4 0 0 +25911000 15.0004480672 14.4 0 0 +25911900 15.0004480672 14.4 0 0 +25912800 15.0004480672 14.4 0 0 +25913700 15.0004480672 14.475 0 0 +25914600 15.0004480672 14.625 0 0 +25915500 15.0004480672 14.775 0 0 +25916400 15.0004480672 14.925 0 0 +25917300 15.0004480672 15 0 0 +25918200 15.0004480672 15 0 0 +25919100 15.0004480672 15 0 0 +25920000 15.0004480672 15 0 0 +25920900 15.0004480672 15 0 0 +25921800 15.0004480672 15 0 0 +25922700 15.0004480672 15 0 0 +25923600 15.0004480672 15 0 0 +25924500 15.0004480672 14.925 0 0 +25925400 15.0004480672 14.775 0 0 +25926300 15.0004480672 14.625 0 0 +25927200 15.0004480672 14.475 0 0 +25928100 15.0004480672 14.2625 0 0 +25929000 15.0004480672 13.9875 0 0 +25929900 15.0004480672 13.7125 0 0 +25930800 15.0004480672 13.4375 0 0 +25931700 15.0004480672 13.2375 0 0 +25932600 15.0004480672 13.1125 0 0 +25933500 15.0004480672 12.9875 0 0 +25934400 15.0004480672 12.8625 0 0 +25935300 15.0004480672 12.8625 0 0 +25936200 15.0004480672 12.9875 0 0 +25937100 15.0004480672 13.1125 0 0 +25938000 15.0004480672 13.2375 0 0 +25938900 15.0004480672 13.3 0 0 +25939800 15.0004480672 13.3 0 0 +25940700 15.0004480672 13.3 0 0 +25941600 15.0004480672 13.3 0 0 +25942500 15.0004480672 13.3 0 0 +25943400 15.0004480672 13.3 0 0 +25944300 15.0004480672 13.3 0 0 +25945200 15.0004480672 13.3 0 0 +25946100 15.0004480672 16.8923777414 19.4252599835 0 +25947000 15.0004480672 18.5335985218 27.8172997584 0 +25947900 15.0004480672 20.1196725183 35.9871036251 0 +25948800 15.0004480672 21.6462680193 43.8996872293 0 +25949700 15.0076079717 16.0834475998 81.2948342047 0.0555555556 +25950600 15.0004480672 30.1302398236 92.8098806623 0 +25951500 15.0076079717 16.4228351392 103.7647919665 0.0555555556 +25952400 15.0004480672 33.8197934126 114.1126575052 0 +25953300 15.0076079717 16.2705195903 92.0375234976 0.0555555556 +25954200 15.0004480672 31.4067816712 98.7306611106 0 +25955100 15.0076079717 16.4533325616 104.8800639128 0.0555555556 +25956000 15.0004480672 33.2980765958 110.4593992174 0 +25956900 15.0076079717 24.4758221318 602.9678302649 0.0555555556 +25957800 15.0076079717 24.8899226183 625.2715245465 0.0555555556 +25958700 15.0076079717 25.2459723995 644.2914051149 0.0555555556 +25959600 15.0076079717 25.5423086402 659.9705707371 0.0555555556 +25960500 15.0076079717 19.5848782198 306.866924107 0.0555555556 +25961400 15.0076079717 19.6391380511 311.0393999922 0.0555555556 +25962300 15.0076079717 19.6677315847 313.5867212212 0.0555555556 +25963200 15.0076079717 19.6704708508 314.4986720076 0.0555555556 +25964100 15.0076079717 18.0301147754 214.0103345099 0.0555555556 +25965000 15.0076079717 18.0068113415 212.4002650068 0.0555555556 +25965900 15.0076079717 17.9674767644 209.6823872011 0.0555555556 +25966800 15.0076079717 17.9122829396 205.8682731898 0.0555555556 +25967700 15.0076079717 17.7110547443 191.3522864152 0.0555555556 +25968600 15.0076079717 17.6406107122 185.6833851074 0.0555555556 +25969500 15.0076079717 17.5559189509 179.0300129751 0.0555555556 +25970400 15.0076079717 17.4574049104 171.4204792276 0.0555555556 +25971300 15.0076079717 22.4788383204 481.7258538259 0.0555555556 +25972200 15.0076079717 22.0064338613 454.1511925583 0.0555555556 +25973100 15.0076079717 21.4922703735 423.9636524334 0.0555555556 +25974000 15.0076079717 20.9395190344 391.2465395032 0.0555555556 +25974900 15.0076079717 18.2175575474 217.7077901732 0.0555555556 +25975800 15.0076079717 17.8477686509 194.6857201936 0.0555555556 +25976700 15.0076079717 17.4629686987 170.4403660892 0.0555555556 +25977600 15.0076079717 17.0666853848 145.1119789462 0.0555555556 +25978500 15.0004480672 14.8625 0 0 +25979400 15.0004480672 14.5875 0 0 +25980300 15.0004480672 14.3125 0 0 +25981200 15.0004480672 14.0375 0 0 +25982100 15.0004480672 13.9 0 0 +25983000 15.0004480672 13.9 0 0 +25983900 15.0004480672 13.9 0 0 +25984800 15.0004480672 13.9 0 0 +25985700 15.0004480672 13.825 0 0 +25986600 15.0004480672 13.675 0 0 +25987500 15.0004480672 13.525 0 0 +25988400 15.0004480672 13.375 0 0 +25989300 15.0004480672 13.3 0 0 +25990200 15.0004480672 13.3 0 0 +25991100 15.0004480672 13.3 0 0 +25992000 15.0004480672 13.3 0 0 +25992900 15.0004480672 13.2375 0 0 +25993800 15.0004480672 13.1125 0 0 +25994700 15.0004480672 12.9875 0 0 +25995600 15.0004480672 12.8625 0 0 +25996500 15.0004480672 12.8625 0 0 +25997400 15.0004480672 12.9875 0 0 +25998300 15.0004480672 13.1125 0 0 +25999200 15.0004480672 13.2375 0 0 +26000100 15.0004480672 13.2375 0 0 +26001000 15.0004480672 13.1125 0 0 +26001900 15.0004480672 12.9875 0 0 +26002800 15.0004480672 12.8625 0 0 +26003700 15.0004480672 12.8 0 0 +26004600 15.0004480672 12.8 0 0 +26005500 15.0004480672 12.8 0 0 +26006400 15.0004480672 12.8 0 0 +26007300 15.0004480672 12.725 0 0 +26008200 15.0004480672 12.575 0 0 +26009100 15.0004480672 12.425 0 0 +26010000 15.0004480672 12.275 0 0 +26010900 15.0004480672 12.1375 0 0 +26011800 15.0004480672 12.0125 0 0 +26012700 15.0004480672 11.8875 0 0 +26013600 15.0004480672 11.7625 0 0 +26014500 15.0004480672 11.7 0 0 +26015400 15.0004480672 11.7 0 0 +26016300 15.0004480672 11.7 0 0 +26017200 15.0004480672 11.7 0 0 +26018100 15.0004480672 11.7 0 0 +26019000 15.0004480672 11.7 0 0 +26019900 15.0004480672 11.7 0 0 +26020800 15.0004480672 11.7 0 0 +26021700 15.0004480672 11.7 0 0 +26022600 15.0004480672 11.7 0 0 +26023500 15.0004480672 11.7 0 0 +26024400 15.0004480672 11.7 0 0 +26025300 15.0004480672 11.7 0 0 +26026200 15.0004480672 11.7 0 0 +26027100 15.0004480672 11.7 0 0 +26028000 15.0004480672 11.7 0 0 +26028900 15.0004480672 11.625 0 0 +26029800 15.0004480672 11.475 0 0 +26030700 15.0004480672 11.325 0 0 +26031600 15.0004480672 11.175 0 0 +26032500 15.0076079717 16.2617832032 150.7496429973 0.0555555556 +26033400 15.0076079717 17.092553123 205.6782000002 0.0555555556 +26034300 15.0076079717 18.0997244941 263.1837586832 0.0555555556 +26035200 15.0076079717 19.2240731563 318.1128700166 0.0555555556 +26036100 15.0076079717 21.0829451395 432.7568308879 0.0555555556 +26037000 15.0076079717 22.1502085286 490.3898345857 0.0555555556 +26037900 15.0076079717 23.1681060429 543.5287521513 0.0555555556 +26038800 15.0076079717 24.1297949207 592.3551312452 0.0555555556 +26039700 15.0076079717 24.7568471164 628.3765529649 0.0555555556 +26040600 15.0076079717 25.5779394688 671.0365444319 0.0555555556 +26041500 15.0076079717 26.3333167326 709.789037113 0.0555555556 +26042400 15.0076079717 27.0195850795 744.6204789527 0.0555555556 +26043300 15.0076079717 26.0159283178 688.2979842463 0.0555555556 +26044200 15.0076079717 26.4961286911 713.2045706544 0.0555555556 +26045100 15.0076079717 26.9085268974 734.4182636795 0.0555555556 +26046000 15.0076079717 27.2512805889 751.8880471304 0.0555555556 +26046900 15.0076079717 27.1893242123 749.448011566 0.0555555556 +26047800 15.0076079717 27.3933835857 759.1816131228 0.0555555556 +26048700 15.0076079717 27.5261472413 765.1139673981 0.0555555556 +26049600 15.0076079717 27.587110284 767.228110142 0.0555555556 +26050500 15.0076079717 27.38492905 758.4023606174 0.0555555556 +26051400 15.0076079717 27.27280771 752.8934835405 0.0555555556 +26052300 15.0076079717 27.0903623425 743.5958092199 0.0555555556 +26053200 15.0076079717 26.8383815779 730.5364698454 0.0555555556 +26054100 15.0076079717 29.1056078506 859.4062188423 0.0555555556 +26055000 15.0076079717 28.6573204872 835.5627784295 0.0555555556 +26055900 15.0076079717 28.129648267 807.4661889729 0.0555555556 +26056800 15.0076079717 27.5249548069 775.1696780109 0.0555555556 +26057700 15.0076079717 25.776752885 671.7004261417 0.0555555556 +26058600 15.0076079717 25.0824548705 634.6513656919 0.0555555556 +26059500 15.0076079717 24.3268404742 593.9151060182 0.0555555556 +26060400 15.0076079717 23.5138984739 549.5292917482 0.0555555556 +26061300 15.0076079717 22.6714675822 502.3907302305 0.0555555556 +26062200 15.0076079717 21.7465608435 451.0369585262 0.0555555556 +26063100 15.0076079717 20.7824431481 396.0999145402 0.0555555556 +26064000 15.0076079717 19.7908681897 337.7601266729 0.0555555556 +26064900 15.0004480672 15.3875 0 0 +26065800 15.0004480672 14.9625 0 0 +26066700 15.0004480672 14.5375 0 0 +26067600 15.0004480672 14.1125 0 0 +26068500 15.0004480672 13.825 0 0 +26069400 15.0004480672 13.675 0 0 +26070300 15.0004480672 13.525 0 0 +26071200 15.0004480672 13.375 0 0 +26072100 15.0004480672 13.2375 0 0 +26073000 15.0004480672 13.1125 0 0 +26073900 15.0004480672 12.9875 0 0 +26074800 15.0004480672 12.8625 0 0 +26075700 15.0004480672 12.8625 0 0 +26076600 15.0004480672 12.9875 0 0 +26077500 15.0004480672 13.1125 0 0 +26078400 15.0004480672 13.2375 0 0 +26079300 15.0004480672 13.2375 0 0 +26080200 15.0004480672 13.1125 0 0 +26081100 15.0004480672 12.9875 0 0 +26082000 15.0004480672 12.8625 0 0 +26082900 15.0004480672 12.725 0 0 +26083800 15.0004480672 12.575 0 0 +26084700 15.0004480672 12.425 0 0 +26085600 15.0004480672 12.275 0 0 +26086500 15.0004480672 12.2 0 0 +26087400 15.0004480672 12.2 0 0 +26088300 15.0004480672 12.2 0 0 +26089200 15.0004480672 12.2 0 0 +26090100 15.0004480672 12.1375 0 0 +26091000 15.0004480672 12.0125 0 0 +26091900 15.0004480672 11.8875 0 0 +26092800 15.0004480672 11.7625 0 0 +26093700 15.0004480672 11.7625 0 0 +26094600 15.0004480672 11.8875 0 0 +26095500 15.0004480672 12.0125 0 0 +26096400 15.0004480672 12.1375 0 0 +26097300 15.0004480672 12.1375 0 0 +26098200 15.0004480672 12.0125 0 0 +26099100 15.0004480672 11.8875 0 0 +26100000 15.0004480672 11.7625 0 0 +26100900 15.0004480672 11.5625 0 0 +26101800 15.0004480672 11.2875 0 0 +26102700 15.0004480672 11.0125 0 0 +26103600 15.0004480672 10.7375 0 0 +26104500 15.0004480672 10.6 0 0 +26105400 15.0004480672 10.6 0 0 +26106300 15.0004480672 10.6 0 0 +26107200 15.0004480672 10.6 0 0 +26108100 15.0004480672 10.6 0 0 +26109000 15.0004480672 10.6 0 0 +26109900 15.0004480672 10.6 0 0 +26110800 15.0004480672 10.6 0 0 +26111700 15.0004480672 10.6625 0 0 +26112600 15.0004480672 10.7875 0 0 +26113500 15.0004480672 10.9125 0 0 +26114400 15.0004480672 11.0375 0 0 +26115300 15.0004480672 11.0375 0 0 +26116200 15.0004480672 10.9125 0 0 +26117100 15.0004480672 10.7875 0 0 +26118000 15.0004480672 10.6625 0 0 +26118900 15.0076079717 16.2290347457 152.4996759258 0.0555555556 +26119800 15.0076079717 17.0695165366 207.9850424448 0.0555555556 +26120700 15.0076079717 18.0935663233 266.5222809844 0.0555555556 +26121600 15.0076079717 19.2359074018 322.3706566286 0.0555555556 +26122500 15.0076079717 21.1181017517 437.966805338 0.0555555556 +26123400 15.0076079717 22.2147572633 496.4995701131 0.0555555556 +26124300 15.0076079717 23.2595186219 550.3334392911 0.0555555556 +26125200 15.0076079717 24.2457822282 599.6879582981 0.0555555556 +26126100 15.0076079717 25.5309978074 674.2946123817 0.0555555556 +26127000 15.0076079717 26.4194589588 719.0937807108 0.0555555556 +26127900 15.0076079717 27.2363929119 759.6850053154 0.0555555556 +26128800 15.0076079717 27.9786337228 796.0931448331 0.0555555556 +26129700 15.0076079717 28.1974364354 810.3465975468 0.0555555556 +26130600 15.0076079717 28.7498249864 838.6746080994 0.0555555556 +26131500 15.0076079717 29.2218749819 862.7664654572 0.0555555556 +26132400 15.0076079717 29.6116166282 882.5823740766 0.0555555556 +26133300 15.0076079717 30.8872380709 953.5819816428 0.0555555556 +26134200 15.0076079717 31.1321107433 965.2955973233 0.0555555556 +26135100 15.0076079717 31.2858983926 972.4256648388 0.0555555556 +26136000 15.0076079717 31.3480239942 974.9578942446 0.0555555556 +26136900 15.0076079717 30.8047592615 945.2166809663 0.0555555556 +26137800 15.0076079717 30.7176545375 938.6589782411 0.0555555556 +26138700 15.0076079717 30.5417148597 927.5939212311 0.0555555556 +26139600 15.0076079717 30.2778433726 912.044773547 0.0555555556 +26140500 15.0076079717 30.346398532 914.2996238883 0.0555555556 +26141400 15.0076079717 29.8464499934 889.6405108622 0.0555555556 +26142300 15.0076079717 29.2614849022 860.5499219599 0.0555555556 +26143200 15.0076079717 28.5938032848 827.0617226927 0.0555555556 +26144100 15.0076079717 27.6886414075 776.3394519821 0.0555555556 +26145000 15.0076079717 26.8878754632 735.2131190196 0.0555555556 +26145900 15.0076079717 26.0143057767 689.808198626 0.0555555556 +26146800 15.0076079717 25.0716366975 640.083531726 0.0555555556 +26147700 15.0076079717 23.8004224741 568.5877759239 0.0555555556 +26148600 15.0076079717 22.7342585998 512.1230972596 0.0555555556 +26149500 15.0076079717 21.6178289985 451.1619810848 0.0555555556 +26150400 15.0076079717 20.4634238433 385.7512050853 0.0555555556 +26151300 15.0004480672 15.3875 0 0 +26152200 15.0004480672 14.9625 0 0 +26153100 15.0004480672 14.5375 0 0 +26154000 15.0004480672 14.1125 0 0 +26154900 15.0004480672 13.7625 0 0 +26155800 15.0004480672 13.4875 0 0 +26156700 15.0004480672 13.2125 0 0 +26157600 15.0004480672 12.9375 0 0 +26158500 15.0004480672 12.725 0 0 +26159400 15.0004480672 12.575 0 0 +26160300 15.0004480672 12.425 0 0 +26161200 15.0004480672 12.275 0 0 +26162100 15.0004480672 12.2 0 0 +26163000 15.0004480672 12.2 0 0 +26163900 15.0004480672 12.2 0 0 +26164800 15.0004480672 12.2 0 0 +26165700 15.0004480672 12.1375 0 0 +26166600 15.0004480672 12.0125 0 0 +26167500 15.0004480672 11.8875 0 0 +26168400 15.0004480672 11.7625 0 0 +26169300 15.0004480672 11.625 0 0 +26170200 15.0004480672 11.475 0 0 +26171100 15.0004480672 11.325 0 0 +26172000 15.0004480672 11.175 0 0 +26172900 15.0004480672 11.1 0 0 +26173800 15.0004480672 11.1 0 0 +26174700 15.0004480672 11.1 0 0 +26175600 15.0004480672 11.1 0 0 +26176500 15.0004480672 11.0375 0 0 +26177400 15.0004480672 10.9125 0 0 +26178300 15.0004480672 10.7875 0 0 +26179200 15.0004480672 10.6625 0 0 +26180100 15.0004480672 10.6 0 0 +26181000 15.0004480672 10.6 0 0 +26181900 15.0004480672 10.6 0 0 +26182800 15.0004480672 10.6 0 0 +26183700 15.0004480672 10.45 0 0 +26184600 15.0004480672 10.15 0 0 +26185500 15.0004480672 9.85 0 0 +26186400 15.0004480672 9.55 0 0 +26187300 15.0004480672 9.4 0 0 +26188200 15.0004480672 9.4 0 0 +26189100 15.0004480672 9.4 0 0 +26190000 15.0004480672 9.4 0 0 +26190900 15.0004480672 9.3375 0 0 +26191800 15.0004480672 9.2125 0 0 +26192700 15.0004480672 9.0875 0 0 +26193600 15.0004480672 8.9625 0 0 +26194500 15.0004480672 8.7625 0 0 +26195400 15.0004480672 8.4875 0 0 +26196300 15.0004480672 8.2125 0 0 +26197200 15.0004480672 7.9375 0 0 +26198100 15.0004480672 8 0 0 +26199000 15.0004480672 8.4 0 0 +26199900 15.0004480672 8.8 0 0 +26200800 15.0004480672 9.2 0 0 +26201700 15.0004480672 9.3375 0 0 +26202600 15.0004480672 9.2125 0 0 +26203500 15.0004480672 9.0875 0 0 +26204400 15.0004480672 8.9625 0 0 +26205300 15.0004480672 23.1768693146 106.7665745358 0 +26206200 15.0076079717 16.3499315825 148.6036264833 0.0555555556 +26207100 15.0076079717 17.1457304066 193.879750288 0.0555555556 +26208000 15.0076079717 18.0365603049 238.5624048084 0.0555555556 +26208900 15.0076079717 17.8460232525 214.8637010428 0.0555555556 +26209800 15.0076079717 18.4087054644 247.3341124587 0.0555555556 +26210700 15.0076079717 18.9526908236 278.0426773951 0.0555555556 +26211600 15.0076079717 19.4728151597 306.8590157081 0.0555555556 +26212500 15.0076079717 24.6597017782 628.3011204344 0.0555555556 +26213400 15.0076079717 25.4986311032 672.2077833929 0.0555555556 +26214300 15.0076079717 26.2713224394 712.1187166141 0.0555555556 +26215200 15.0076079717 26.9743190555 748.0087533424 0.0555555556 +26216100 15.0076079717 20.0559331222 338.3631930134 0.0555555556 +26217000 15.0076079717 20.2680902992 351.4289146241 0.0555555556 +26217900 15.0076079717 20.449610926 362.5843386926 0.0555555556 +26218800 15.0076079717 20.599617627 371.7877926345 0.0555555556 +26219700 15.0076079717 22.5090101764 486.6659031155 0.0555555556 +26220600 15.0076079717 22.6220162452 493.2963564337 0.0555555556 +26221500 15.0076079717 22.6908974033 497.3347311323 0.0555555556 +26222400 15.0076079717 22.715331064 498.7666745712 0.0555555556 +26223300 15.0076079717 19.8714457469 325.7760568036 0.0555555556 +26224200 15.0076079717 19.8762338531 323.2709619523 0.0555555556 +26225100 15.0076079717 19.8535950788 319.0510293292 0.0555555556 +26226000 15.0076079717 19.8038418074 313.1328287787 0.0555555556 +26226900 15.0004480672 35.8493558784 112.4979713514 0 +26227800 15.0076079717 16.6738841449 109.1045429673 0.0555555556 +26228700 15.0004480672 34.3655589055 105.1229916138 0 +26229600 15.0076079717 16.5293666682 100.5703669052 0.0555555556 +26230500 15.0076079717 17.2618417972 153.9189841605 0.0555555556 +26231400 15.0076079717 17.0900553359 144.8354735276 0.0555555556 +26232300 15.0004480672 37.4947356719 134.9367963407 0 +26233200 15.0076079717 16.7117327406 124.2653402552 0.0555555556 +26234100 15.0004480672 28.183795106 82.5612553195 0 +26235000 15.0076079717 15.953217654 73.7271555434 0.0555555556 +26235900 15.0004480672 24.8563280235 64.4347337908 0 +26236800 15.0004480672 23.0574273536 54.7237816384 0 +26237700 15.0004480672 13.375 0 0 +26238600 15.0004480672 13.525 0 0 +26239500 15.0004480672 13.675 0 0 +26240400 15.0004480672 13.825 0 0 +26241300 15.0004480672 13.9625 0 0 +26242200 15.0004480672 14.0875 0 0 +26243100 15.0004480672 14.2125 0 0 +26244000 15.0004480672 14.3375 0 0 +26244900 15.0004480672 14.475 0 0 +26245800 15.0004480672 14.625 0 0 +26246700 15.0004480672 14.775 0 0 +26247600 15.0004480672 14.925 0 0 +26248500 15.0004480672 14.925 0 0 +26249400 15.0004480672 14.775 0 0 +26250300 15.0004480672 14.625 0 0 +26251200 15.0004480672 14.475 0 0 +26252100 15.0004480672 14.2625 0 0 +26253000 15.0004480672 13.9875 0 0 +26253900 15.0004480672 13.7125 0 0 +26254800 15.0004480672 13.4375 0 0 +26255700 15.0004480672 13.275 0 0 +26256600 15.0004480672 13.225 0 0 +26257500 15.0004480672 13.175 0 0 +26258400 15.0004480672 13.125 0 0 +26259300 15.0004480672 13.0875 0 0 +26260200 15.0004480672 13.0625 0 0 +26261100 15.0004480672 13.0375 0 0 +26262000 15.0004480672 13.0125 0 0 +26262900 15.0004480672 12.975 0 0 +26263800 15.0004480672 12.925 0 0 +26264700 15.0004480672 12.875 0 0 +26265600 15.0004480672 12.825 0 0 +26266500 15.0004480672 12.7875 0 0 +26267400 15.0004480672 12.7625 0 0 +26268300 15.0004480672 12.7375 0 0 +26269200 15.0004480672 12.7125 0 0 +26270100 15.0004480672 12.675 0 0 +26271000 15.0004480672 12.625 0 0 +26271900 15.0004480672 12.575 0 0 +26272800 15.0004480672 12.525 0 0 +26273700 15.0004480672 12.4875 0 0 +26274600 15.0004480672 12.4625 0 0 +26275500 15.0004480672 12.4375 0 0 +26276400 15.0004480672 12.4125 0 0 +26277300 15.0004480672 12.375 0 0 +26278200 15.0004480672 12.325 0 0 +26279100 15.0004480672 12.275 0 0 +26280000 15.0004480672 12.225 0 0 +26280900 15.0004480672 11.925 0 0 +26281800 15.0004480672 11.375 0 0 +26282700 15.0004480672 10.825 0 0 +26283600 15.0004480672 10.275 0 0 +26284500 15.0004480672 10 0 0 +26285400 15.0004480672 10 0 0 +26286300 15.0004480672 10 0 0 +26287200 15.0004480672 10 0 0 +26288100 15.0004480672 10 0 0 +26289000 15.0004480672 10 0 0 +26289900 15.0004480672 10 0 0 +26290800 15.0004480672 10 0 0 +26291700 15.0076079717 16.2023586344 156.9168801429 0.0555555556 +26292600 15.0076079717 17.0722435524 212.9345580018 0.0555555556 +26293500 15.0076079717 18.1408398355 272.9585633359 0.0555555556 +26294400 15.0076079717 19.328768946 329.8250070196 0.0555555556 +26295300 15.0076079717 20.9375683189 424.6532331774 0.0555555556 +26296200 15.0076079717 22.0441883007 482.9172227211 0.0555555556 +26297100 15.0076079717 23.0988850535 536.4560895323 0.0555555556 +26298000 15.0076079717 24.0949638303 585.4852757056 0.0555555556 +26298900 15.0076079717 25.6785245786 677.5203298894 0.0555555556 +26299800 15.0076079717 26.5758341421 722.6666812156 0.0555555556 +26300700 15.0076079717 27.400047719 763.5063831242 0.0555555556 +26301600 15.0076079717 28.1482537477 800.0886632667 0.0555555556 +26302500 15.0076079717 29.1316010115 856.6723973091 0.0555555556 +26303400 15.0076079717 29.7364259948 886.1050033864 0.0555555556 +26304300 15.0076079717 30.2559255454 911.1059090935 0.0555555556 +26305200 15.0076079717 30.6882034194 931.6490388347 0.0555555556 +26306100 15.0076079717 30.8115744066 938.0024277449 0.0555555556 +26307000 15.0076079717 31.0628856191 949.5609025124 0.0555555556 +26307900 15.0076079717 31.2240921141 956.5908640974 0.0555555556 +26308800 15.0076079717 31.2946387009 959.07944266 0.0555555556 +26309700 15.0076079717 31.7940031483 986.1231793548 0.0555555556 +26310600 15.0076079717 31.69063617 979.3724270311 0.0555555556 +26311500 15.0076079717 31.4945338429 967.9871872568 0.0555555556 +26312400 15.0076079717 31.2065806854 951.9863850603 0.0555555556 +26313300 15.0076079717 30.5642391852 914.0474603502 0.0555555556 +26314200 15.0076079717 30.0847987293 889.4675092709 0.0555555556 +26315100 15.0076079717 29.5197990139 860.4525898466 0.0555555556 +26316000 15.0076079717 28.8714126557 827.0244055529 0.0555555556 +26316900 15.0076079717 27.4615093797 747.3793533774 0.0555555556 +26317800 15.0076079717 26.6825755516 707.1400812592 0.0555555556 +26318700 15.0076079717 25.8326860486 662.6993192919 0.0555555556 +26319600 15.0076079717 24.9154147975 614.0117111621 0.0555555556 +26320500 15.0076079717 23.1557747051 510.1293686045 0.0555555556 +26321400 15.0076079717 22.2063041065 457.30199911 0.0555555556 +26322300 15.0076079717 21.2138219971 400.5137921782 0.0555555556 +26323200 15.0076079717 20.191023278 339.9379263982 0.0555555556 +26324100 15.0004480672 20.25 0 0 +26325000 15.0004480672 19.55 0 0 +26325900 15.0004480672 18.85 0 0 +26326800 15.0004480672 18.15 0 0 +26327700 15.0004480672 17.5875 0 0 +26328600 15.0004480672 17.1625 0 0 +26329500 15.0004480672 16.7375 0 0 +26330400 15.0004480672 16.3125 0 0 +26331300 15.0004480672 16.0375 0 0 +26332200 15.0004480672 15.9125 0 0 +26333100 15.0004480672 15.7875 0 0 +26334000 15.0004480672 15.6625 0 0 +26334900 15.0004480672 15.525 0 0 +26335800 15.0004480672 15.375 0 0 +26336700 15.0004480672 15.225 0 0 +26337600 15.0004480672 15.075 0 0 +26338500 15.0004480672 15 0 0 +26339400 15.0004480672 15 0 0 +26340300 15.0004480672 15 0 0 +26341200 15.0004480672 15 0 0 +26342100 15.0004480672 14.725 0 0 +26343000 15.0004480672 14.175 0 0 +26343900 15.0004480672 13.625 0 0 +26344800 15.0004480672 13.075 0 0 +26345700 15.0004480672 12.8625 0 0 +26346600 15.0004480672 12.9875 0 0 +26347500 15.0004480672 13.1125 0 0 +26348400 15.0004480672 13.2375 0 0 +26349300 15.0004480672 13.1625 0 0 +26350200 15.0004480672 12.8875 0 0 +26351100 15.0004480672 12.6125 0 0 +26352000 15.0004480672 12.3375 0 0 +26352900 15.0004480672 12.2 0 0 +26353800 15.0004480672 12.2 0 0 +26354700 15.0004480672 12.2 0 0 +26355600 15.0004480672 12.2 0 0 +26356500 15.0004480672 12.0625 0 0 +26357400 15.0004480672 11.7875 0 0 +26358300 15.0004480672 11.5125 0 0 +26359200 15.0004480672 11.2375 0 0 +26360100 15.0004480672 11.0375 0 0 +26361000 15.0004480672 10.9125 0 0 +26361900 15.0004480672 10.7875 0 0 +26362800 15.0004480672 10.6625 0 0 +26363700 15.0004480672 10.525 0 0 +26364600 15.0004480672 10.375 0 0 +26365500 15.0004480672 10.225 0 0 +26366400 15.0004480672 10.075 0 0 +26367300 15.0004480672 10.075 0 0 +26368200 15.0004480672 10.225 0 0 +26369100 15.0004480672 10.375 0 0 +26370000 15.0004480672 10.525 0 0 +26370900 15.0004480672 10.525 0 0 +26371800 15.0004480672 10.375 0 0 +26372700 15.0004480672 10.225 0 0 +26373600 15.0004480672 10.075 0 0 +26374500 15.0004480672 10.075 0 0 +26375400 15.0004480672 10.225 0 0 +26376300 15.0004480672 10.375 0 0 +26377200 15.0004480672 10.525 0 0 +26378100 15.0076079717 16.1502246742 146.4869333701 0.0555555556 +26379000 15.0004480672 37.6490950931 199.7479593509 0 +26379900 15.0076079717 17.9826678665 257.9508839479 0.0555555556 +26380800 15.0076079717 19.1186130456 313.9204680975 0.0555555556 +26381700 15.0076079717 20.3831219161 387.2012327209 0.0555555556 +26382600 15.0076079717 21.3994380244 442.7521213769 0.0555555556 +26383500 15.0076079717 22.3716827124 494.1606876156 0.0555555556 +26384400 15.0076079717 23.2922105332 541.5079677063 0.0555555556 +26385300 15.0076079717 25.739563349 687.4672567672 0.0555555556 +26386200 15.0076079717 26.6528432213 733.6150462957 0.0555555556 +26387100 15.0076079717 27.4914198442 775.3459194229 0.0555555556 +26388000 15.0076079717 28.2524263546 812.7154423386 0.0555555556 +26388900 15.0076079717 29.2226509925 866.5149075469 0.0555555556 +26389800 15.0076079717 29.8250238763 896.1836513784 0.0555555556 +26390700 15.0076079717 30.3409410178 921.3744534525 0.0555555556 +26391600 15.0076079717 30.7685553489 942.0667723504 0.0555555556 +26392500 15.0076079717 31.2955894694 971.5103052491 0.0555555556 +26393400 15.0076079717 31.5549679053 983.3630219591 0.0555555556 +26394300 15.0076079717 31.7211749807 990.5707332982 0.0555555556 +26395200 15.0076079717 31.7936596607 993.1220134251 0.0555555556 +26396100 15.0076079717 31.6868659451 985.9089723568 0.0555555556 +26397000 15.0076079717 31.5723085424 979.1736667322 0.0555555556 +26397900 15.0076079717 31.364946146 967.8134233194 0.0555555556 +26398800 15.0076079717 31.065644608 951.8454292589 0.0555555556 +26399700 15.0076079717 30.6067911563 925.0256955437 0.0555555556 +26400600 15.0076079717 30.1196140254 900.2612498441 0.0555555556 +26401500 15.0076079717 29.5456684637 871.0156778891 0.0555555556 +26402400 15.0076079717 28.8870577371 837.3030268992 0.0555555556 +26403300 15.0076079717 26.9631530322 729.2115627305 0.0555555556 +26404200 15.0076079717 26.2100421966 689.2863412102 0.0555555556 +26405100 15.0076079717 25.3875110281 645.2177195765 0.0555555556 +26406000 15.0076079717 24.4991961972 596.973572011 0.0555555556 +26406900 15.0076079717 24.0169707797 572.105150142 0.0555555556 +26407800 15.0076079717 22.9680997641 514.6239743033 0.0555555556 +26408700 15.0076079717 21.8644025893 452.2268276345 0.0555555556 +26409600 15.0076079717 20.7188389773 384.9435755352 0.0555555556 +26410500 15.0004480672 19.2 0 0 +26411400 15.0004480672 18.8 0 0 +26412300 15.0004480672 18.4 0 0 +26413200 15.0004480672 18 0 0 +26414100 15.0004480672 17.5875 0 0 +26415000 15.0004480672 17.1625 0 0 +26415900 15.0004480672 16.7375 0 0 +26416800 15.0004480672 16.3125 0 0 +26417700 15.0004480672 15.8875 0 0 +26418600 15.0004480672 15.4625 0 0 +26419500 15.0004480672 15.0375 0 0 +26420400 15.0004480672 14.6125 0 0 +26421300 15.0004480672 14.4 0 0 +26422200 15.0004480672 14.4 0 0 +26423100 15.0004480672 14.4 0 0 +26424000 15.0004480672 14.4 0 0 +26424900 15.0004480672 14.4 0 0 +26425800 15.0004480672 14.4 0 0 +26426700 15.0004480672 14.4 0 0 +26427600 15.0004480672 14.4 0 0 +26428500 15.0004480672 14.2625 0 0 +26429400 15.0004480672 13.9875 0 0 +26430300 15.0004480672 13.7125 0 0 +26431200 15.0004480672 13.4375 0 0 +26432100 15.0004480672 13.375 0 0 +26433000 15.0004480672 13.525 0 0 +26433900 15.0004480672 13.675 0 0 +26434800 15.0004480672 13.825 0 0 +26435700 15.0004480672 13.9 0 0 +26436600 15.0004480672 13.9 0 0 +26437500 15.0004480672 13.9 0 0 +26438400 15.0004480672 13.9 0 0 +26439300 15.0004480672 13.9625 0 0 +26440200 15.0004480672 14.0875 0 0 +26441100 15.0004480672 14.2125 0 0 +26442000 15.0004480672 14.3375 0 0 +26442900 15.0004480672 14.4 0 0 +26443800 15.0004480672 14.4 0 0 +26444700 15.0004480672 14.4 0 0 +26445600 15.0004480672 14.4 0 0 +26446500 15.0004480672 14.3375 0 0 +26447400 15.0004480672 14.2125 0 0 +26448300 15.0004480672 14.0875 0 0 +26449200 15.0004480672 13.9625 0 0 +26450100 15.0004480672 13.825 0 0 +26451000 15.0004480672 13.675 0 0 +26451900 15.0004480672 13.525 0 0 +26452800 15.0004480672 13.375 0 0 +26453700 15.0004480672 13.3 0 0 +26454600 15.0004480672 13.3 0 0 +26455500 15.0004480672 13.3 0 0 +26456400 15.0004480672 13.3 0 0 +26457300 15.0004480672 13.3 0 0 +26458200 15.0004480672 13.3 0 0 +26459100 15.0004480672 13.3 0 0 +26460000 15.0004480672 13.3 0 0 +26460900 15.0004480672 13.2375 0 0 +26461800 15.0004480672 13.1125 0 0 +26462700 15.0004480672 12.9875 0 0 +26463600 15.0004480672 12.8625 0 0 +26464500 15.0076079717 16.2161980582 134.5081540224 0.0555555556 +26465400 15.0004480672 37.8489462817 185.3059768937 0 +26466300 15.0076079717 17.9032106828 241.9444959332 0.0555555556 +26467200 15.0076079717 18.9642597159 297.5918332203 0.0555555556 +26468100 15.0076079717 19.3582002465 314.3811622173 0.0555555556 +26469000 15.0076079717 20.1806386668 362.7965323197 0.0555555556 +26469900 15.0076079717 20.9726460501 408.2755151378 0.0555555556 +26470800 15.0076079717 21.7262907995 450.6844226414 0.0555555556 +26471700 15.0004480672 23.6416720629 58.1515988806 0 +26472600 15.0004480672 24.5450063273 62.5925580518 0 +26473500 15.0076079717 15.852792512 66.6723651864 0.0555555556 +26474400 15.0004480672 26.1553081538 70.3735499238 0 +26475300 15.0076079717 24.3592894265 596.3611659389 0.0555555556 +26476200 15.0076079717 24.7686375142 618.945591273 0.0555555556 +26477100 15.0076079717 25.1186851887 638.1834657249 0.0555555556 +26478000 15.0076079717 25.4078347586 654.0260430892 0.0555555556 +26478900 15.0076079717 20.0424040263 337.6728090377 0.0555555556 +26479800 15.0076079717 20.1286706374 342.3846894605 0.0555555556 +26480700 15.0076079717 20.1850567853 345.254941966 0.0555555556 +26481600 15.0076079717 20.2113462406 346.2727580123 0.0555555556 +26482500 15.0004480672 29.1524888271 85.3259951345 0 +26483400 15.0076079717 16.1508620548 84.658853593 0.0555555556 +26484300 15.0004480672 28.6071741129 83.53528409 0 +26485200 15.0076079717 16.0929167394 81.9600979229 0.0555555556 +26486100 15.0076079717 18.9605132108 272.8528981408 0.0555555556 +26487000 15.0076079717 18.8302849761 264.4529397187 0.0555555556 +26487900 15.0076079717 18.6775967816 254.5906264385 0.0555555556 +26488800 15.0076079717 18.5031717491 243.3047281102 0.0555555556 +26489700 15.0076079717 22.1234445086 468.8594112257 0.0555555556 +26490600 15.0076079717 21.6437682458 440.8233839844 0.0555555556 +26491500 15.0076079717 21.1223756563 410.1218891388 0.0555555556 +26492400 15.0076079717 20.5623077289 376.837602539 0.0555555556 +26493300 15.0004480672 23.3741704963 54.3096448879 0 +26494200 15.0004480672 22.0722619395 48.322453395 0 +26495100 15.0004480672 20.7087997238 42.0246405394 0 +26496000 15.0004480672 19.2870284775 35.4431745226 0 +26496900 15.0004480672 12.525 0 0 +26497800 15.0004480672 11.975 0 0 +26498700 15.0004480672 11.425 0 0 +26499600 15.0004480672 10.875 0 0 +26500500 15.0004480672 10.6 0 0 +26501400 15.0004480672 10.6 0 0 +26502300 15.0004480672 10.6 0 0 +26503200 15.0004480672 10.6 0 0 +26504100 15.0004480672 10.6625 0 0 +26505000 15.0004480672 10.7875 0 0 +26505900 15.0004480672 10.9125 0 0 +26506800 15.0004480672 11.0375 0 0 +26507700 15.0004480672 11.0375 0 0 +26508600 15.0004480672 10.9125 0 0 +26509500 15.0004480672 10.7875 0 0 +26510400 15.0004480672 10.6625 0 0 +26511300 15.0004480672 10.6625 0 0 +26512200 15.0004480672 10.7875 0 0 +26513100 15.0004480672 10.9125 0 0 +26514000 15.0004480672 11.0375 0 0 +26514900 15.0004480672 11.0375 0 0 +26515800 15.0004480672 10.9125 0 0 +26516700 15.0004480672 10.7875 0 0 +26517600 15.0004480672 10.6625 0 0 +26518500 15.0004480672 10.6625 0 0 +26519400 15.0004480672 10.7875 0 0 +26520300 15.0004480672 10.9125 0 0 +26521200 15.0004480672 11.0375 0 0 +26522100 15.0004480672 11.1 0 0 +26523000 15.0004480672 11.1 0 0 +26523900 15.0004480672 11.1 0 0 +26524800 15.0004480672 11.1 0 0 +26525700 15.0004480672 11.0375 0 0 +26526600 15.0004480672 10.9125 0 0 +26527500 15.0004480672 10.7875 0 0 +26528400 15.0004480672 10.6625 0 0 +26529300 15.0004480672 10.6625 0 0 +26530200 15.0004480672 10.7875 0 0 +26531100 15.0004480672 10.9125 0 0 +26532000 15.0004480672 11.0375 0 0 +26532900 15.0004480672 11.0375 0 0 +26533800 15.0004480672 10.9125 0 0 +26534700 15.0004480672 10.7875 0 0 +26535600 15.0004480672 10.6625 0 0 +26536500 15.0004480672 10.6 0 0 +26537400 15.0004480672 10.6 0 0 +26538300 15.0004480672 10.6 0 0 +26539200 15.0004480672 10.6 0 0 +26540100 15.0004480672 10.45 0 0 +26541000 15.0004480672 10.15 0 0 +26541900 15.0004480672 9.85 0 0 +26542800 15.0004480672 9.55 0 0 +26543700 15.0004480672 9.3375 0 0 +26544600 15.0004480672 9.2125 0 0 +26545500 15.0004480672 9.0875 0 0 +26546400 15.0004480672 8.9625 0 0 +26547300 15.0004480672 9.175 0 0 +26548200 15.0004480672 9.725 0 0 +26549100 15.0004480672 10.275 0 0 +26550000 15.0004480672 10.825 0 0 +26550900 15.0004480672 13.5531485617 13.0769126142 0 +26551800 15.0004480672 15.0136477506 20.3843753418 0 +26552700 15.0004480672 16.4271773807 27.4981001161 0 +26553600 15.0004480672 17.7897080505 34.3876248752 0 +26554500 15.0004480672 23.7136498369 68.4864958555 0 +26555400 15.0076079717 15.8736837666 79.0936735574 0.0555555556 +26556300 15.0004480672 27.1492749908 89.1844490985 0 +26557200 15.0076079717 16.153001222 98.7156122289 0.0555555556 +26558100 15.0076079717 19.5760258017 321.9845705544 0.0555555556 +26559000 15.0076079717 19.988905473 346.8424884172 0.0555555556 +26559900 15.0076079717 20.3693118381 369.5882752657 0.0555555556 +26560800 15.0076079717 20.7151522689 390.1526279019 0.0555555556 +26561700 15.0076079717 20.3372216054 368.4989499764 0.0555555556 +26562600 15.0076079717 20.5861775925 383.0391844888 0.0555555556 +26563500 15.0076079717 20.8005881966 395.448851222 0.0555555556 +26564400 15.0076079717 20.9794797202 405.6843175503 0.0555555556 +26565300 15.0076079717 19.8677035948 338.4416623183 0.0555555556 +26566200 15.0076079717 19.9551846235 343.2022371781 0.0555555556 +26567100 15.0076079717 20.0131478756 346.1036592697 0.0555555556 +26568000 15.0076079717 20.0413821111 347.1347556546 0.0555555556 +26568900 15.0076079717 20.5924357341 381.7681943122 0.0555555556 +26569800 15.0076079717 20.5544395837 378.778815507 0.0555555556 +26570700 15.0076079717 20.4836734581 373.7401011884 0.0555555556 +26571600 15.0076079717 20.380507643 366.6711920483 0.0555555556 +26572500 15.0076079717 23.1568367069 527.9898941456 0.0555555556 +26573400 15.0076079717 22.8895527177 512.0019152568 0.0555555556 +26574300 15.0076079717 22.5741077232 493.1953478554 0.0555555556 +26575200 15.0076079717 22.2120649772 471.6249577735 0.0555555556 +26576100 15.0076079717 18.5211138229 245.2294960453 0.0555555556 +26577000 15.0076079717 18.2909721702 230.2508729937 0.0555555556 +26577900 15.0076079717 18.040670278 213.906498686 0.0555555556 +26578800 15.0076079717 17.7715426912 196.2609282682 0.0555555556 +26579700 15.0004480672 34.2408901828 119.5076770373 0 +26580600 15.0076079717 16.4331556107 106.2050463509 0.0555555556 +26581500 15.0004480672 29.8450527375 92.2120884554 0 +26582400 15.0076079717 16.0258033991 77.588723345 0.0555555556 +26583300 15.0015020533 13.625 0 0 +26584200 15.0004480672 13.075 0 0 +26585100 15.0004480672 12.525 0 0 +26586000 15.0004480672 11.975 0 0 +26586900 15.0004480672 11.7625 0 0 +26587800 15.0004480672 11.8875 0 0 +26588700 15.0004480672 12.0125 0 0 +26589600 15.0004480672 12.1375 0 0 +26590500 15.0004480672 12.2 0 0 +26591400 15.0004480672 12.2 0 0 +26592300 15.0004480672 12.2 0 0 +26593200 15.0004480672 12.2 0 0 +26594100 15.0004480672 12.2 0 0 +26595000 15.0004480672 12.2 0 0 +26595900 15.0004480672 12.2 0 0 +26596800 15.0004480672 12.2 0 0 +26597700 15.0004480672 12.2 0 0 +26598600 15.0004480672 12.2 0 0 +26599500 15.0004480672 12.2 0 0 +26600400 15.0004480672 12.2 0 0 +26601300 15.0004480672 12.2 0 0 +26602200 15.0004480672 12.2 0 0 +26603100 15.0004480672 12.2 0 0 +26604000 15.0004480672 12.2 0 0 +26604900 15.0004480672 12.2 0 0 +26605800 15.0004480672 12.2 0 0 +26606700 15.0004480672 12.2 0 0 +26607600 15.0004480672 12.2 0 0 +26608500 15.0004480672 12.275 0 0 +26609400 15.0004480672 12.425 0 0 +26610300 15.0004480672 12.575 0 0 +26611200 15.0004480672 12.725 0 0 +26612100 15.0004480672 12.725 0 0 +26613000 15.0004480672 12.575 0 0 +26613900 15.0004480672 12.425 0 0 +26614800 15.0004480672 12.275 0 0 +26615700 15.0004480672 11.85 0 0 +26616600 15.0004480672 11.15 0 0 +26617500 15.0004480672 10.45 0 0 +26618400 15.0004480672 9.75 0 0 +26619300 15.0004480672 9.3375 0 0 +26620200 15.0004480672 9.2125 0 0 +26621100 15.0004480672 9.0875 0 0 +26622000 15.0004480672 8.9625 0 0 +26622900 15.0004480672 9.1125 0 0 +26623800 15.0004480672 9.5375 0 0 +26624700 15.0004480672 9.9625 0 0 +26625600 15.0004480672 10.3875 0 0 +26626500 15.0004480672 10.3125 0 0 +26627400 15.0004480672 9.7375 0 0 +26628300 15.0004480672 9.1625 0 0 +26629200 15.0004480672 8.5875 0 0 +26630100 15.0004480672 8.4375 0 0 +26631000 15.0004480672 8.7125 0 0 +26631900 15.0004480672 8.9875 0 0 +26632800 15.0004480672 9.2625 0 0 +26633700 15.0004480672 9.55 0 0 +26634600 15.0004480672 9.85 0 0 +26635500 15.0004480672 10.15 0 0 +26636400 15.0004480672 10.45 0 0 +26637300 15.0004480672 22.0840597954 88.1329093187 0 +26638200 15.0076079717 16.1136960921 123.7358173485 0.0555555556 +26639100 15.0004480672 35.4549815642 164.6355537407 0 +26640000 15.0076079717 17.5273894723 206.1493891076 0.0555555556 +26640900 15.0076079717 20.1962660855 382.6484625785 0.0555555556 +26641800 15.0076079717 21.2549237745 440.5200930402 0.0555555556 +26642700 15.0076079717 22.2693786719 494.1991775386 0.0555555556 +26643600 15.0076079717 23.2310311647 543.7010678412 0.0555555556 +26644500 15.0076079717 19.9423291544 336.0230882288 0.0555555556 +26645400 15.0076079717 20.3819627633 362.0732560002 0.0555555556 +26646300 15.0076079717 20.7869938404 385.8892455261 0.0555555556 +26647200 15.0076079717 21.1551971576 407.4055984579 0.0555555556 +26648100 15.0076079717 24.9348969251 631.7544711472 0.0555555556 +26649000 15.0076079717 25.3956916311 655.7191320824 0.0555555556 +26649900 15.0076079717 25.7927317231 676.1224880535 0.0555555556 +26650800 15.0076079717 26.1243702611 692.9195883769 0.0555555556 +26651700 15.0076079717 30.1002097833 916.387002047 0.0555555556 +26652600 15.0076079717 30.3396364031 928.0783783372 0.0555555556 +26653500 15.0076079717 30.4902030983 935.1988226499 0.0555555556 +26654400 15.0076079717 30.5513731256 937.735535834 0.0555555556 +26655300 15.0076079717 28.565230339 823.596006744 0.0555555556 +26656200 15.0076079717 28.4506251436 817.6217311552 0.0555555556 +26657100 15.0076079717 28.2573389665 807.5330586915 0.0555555556 +26658000 15.0076079717 27.9861606275 793.3507925799 0.0555555556 +26658900 15.0076079717 30.0258469102 904.1323883655 0.0555555556 +26659800 15.0076079717 29.5789780223 879.5460177396 0.0555555556 +26660700 15.0076079717 29.0461937315 850.4951739186 0.0555555556 +26661600 15.0076079717 28.429478225 816.9874096269 0.0555555556 +26662500 15.0076079717 27.717993071 776.2624701101 0.0555555556 +26663400 15.0076079717 26.914895153 734.5476104533 0.0555555556 +26664300 15.0076079717 26.0354456 688.3088982668 0.0555555556 +26665200 15.0076079717 25.0825608823 637.4285439787 0.0555555556 +26666100 15.0076079717 23.7688519606 562.2703221202 0.0555555556 +26667000 15.0076079717 22.6876378033 504.3865368286 0.0555555556 +26667900 15.0076079717 21.5499325815 441.4032745257 0.0555555556 +26668800 15.0076079717 20.3699744961 373.4201869645 0.0555555556 +26669700 15.0004480672 16.4875 0 0 +26670600 15.0004480672 16.0625 0 0 +26671500 15.0004480672 15.6375 0 0 +26672400 15.0004480672 15.2125 0 0 +26673300 15.0004480672 14.8625 0 0 +26674200 15.0004480672 14.5875 0 0 +26675100 15.0004480672 14.3125 0 0 +26676000 15.0004480672 14.0375 0 0 +26676900 15.0004480672 13.9 0 0 +26677800 15.0004480672 13.9 0 0 +26678700 15.0004480672 13.9 0 0 +26679600 15.0004480672 13.9 0 0 +26680500 15.0004480672 13.825 0 0 +26681400 15.0004480672 13.675 0 0 +26682300 15.0004480672 13.525 0 0 +26683200 15.0004480672 13.375 0 0 +26684100 15.0004480672 13.2375 0 0 +26685000 15.0004480672 13.1125 0 0 +26685900 15.0004480672 12.9875 0 0 +26686800 15.0004480672 12.8625 0 0 +26687700 15.0004480672 12.6625 0 0 +26688600 15.0004480672 12.3875 0 0 +26689500 15.0004480672 12.1125 0 0 +26690400 15.0004480672 11.8375 0 0 +26691300 15.0004480672 11.7 0 0 +26692200 15.0004480672 11.7 0 0 +26693100 15.0004480672 11.7 0 0 +26694000 15.0004480672 11.7 0 0 +26694900 15.0004480672 11.5625 0 0 +26695800 15.0004480672 11.2875 0 0 +26696700 15.0004480672 11.0125 0 0 +26697600 15.0004480672 10.7375 0 0 +26698500 15.0004480672 10.6625 0 0 +26699400 15.0004480672 10.7875 0 0 +26700300 15.0004480672 10.9125 0 0 +26701200 15.0004480672 11.0375 0 0 +26702100 15.0004480672 10.8875 0 0 +26703000 15.0004480672 10.4625 0 0 +26703900 15.0004480672 10.0375 0 0 +26704800 15.0004480672 9.6125 0 0 +26705700 15.0004480672 9.2625 0 0 +26706600 15.0004480672 8.9875 0 0 +26707500 15.0004480672 8.7125 0 0 +26708400 15.0004480672 8.4375 0 0 +26709300 15.0004480672 8.4375 0 0 +26710200 15.0004480672 8.7125 0 0 +26711100 15.0004480672 8.9875 0 0 +26712000 15.0004480672 9.2625 0 0 +26712900 15.0004480672 9.2 0 0 +26713800 15.0004480672 8.8 0 0 +26714700 15.0004480672 8.4 0 0 +26715600 15.0004480672 8 0 0 +26716500 15.0004480672 7.9375 0 0 +26717400 15.0004480672 8.2125 0 0 +26718300 15.0004480672 8.4875 0 0 +26719200 15.0004480672 8.7625 0 0 +26720100 15.0004480672 8.9 0 0 +26721000 15.0004480672 8.9 0 0 +26721900 15.0004480672 8.9 0 0 +26722800 15.0004480672 8.9 0 0 +26723700 15.0004480672 14.3184700583 32.9373292254 0 +26724600 15.0004480672 17.780359963 50.1700208609 0 +26725500 15.0004480672 21.4671139678 68.4050270058 0 +26726400 15.0076079717 15.8653745786 86.7486343216 0.0555555556 +26727300 15.0004480672 27.2722025597 94.4906952436 0 +26728200 15.0076079717 16.3082821447 109.6823359212 0.0555555556 +26729100 15.0004480672 33.4865903653 124.1375305219 0 +26730000 15.0076079717 16.8259164817 137.7878645947 0.0555555556 +26730900 15.0076079717 17.3826046354 173.6784479651 0.0555555556 +26731800 15.0076079717 17.5865250263 187.3796901407 0.0555555556 +26732700 15.0076079717 17.7741423394 199.9584528089 0.0555555556 +26733600 15.0076079717 17.9445476525 211.3634346668 0.0555555556 +26734500 15.0076079717 24.1643161962 586.7624447394 0.0555555556 +26735400 15.0076079717 24.5847479374 609.3536160647 0.0555555556 +26736300 15.0076079717 24.9459623607 628.5945406419 0.0555555556 +26737200 15.0076079717 25.2464080308 644.4401750573 0.0555555556 +26738100 15.0076079717 25.2718835471 646.7433353266 0.0555555556 +26739000 15.0076079717 25.432342975 655.5945601244 0.0555555556 +26739900 15.0076079717 25.5303295797 660.9937225066 0.0555555556 +26740800 15.0076079717 25.565416626 662.9259785056 0.0555555556 +26741700 15.0076079717 20.2728575266 354.9169990537 0.0555555556 +26742600 15.0076079717 20.237920474 352.1211115342 0.0555555556 +26743500 15.0076079717 20.1722270712 347.3999268374 0.0555555556 +26744400 15.0076079717 20.0761224405 340.7712271411 0.0555555556 +26745300 15.0076079717 21.3805085546 417.334792188 0.0555555556 +26746200 15.0076079717 21.1979833094 404.4166224562 0.0555555556 +26747100 15.0076079717 20.9781251185 389.2283644144 0.0555555556 +26748000 15.0076079717 20.7221466821 371.8200903417 0.0555555556 +26748900 15.0076079717 17.1011766479 141.8882056447 0.0555555556 +26749800 15.0004480672 38.1785473477 133.1538954408 0 +26750700 15.0076079717 16.7989029371 123.6348477009 0.0555555556 +26751600 15.0004480672 34.5015074066 113.3718244489 0 +26752500 15.0076079717 16.7289968997 122.1271323542 0.0555555556 +26753400 15.0004480672 32.9100659269 108.2743638954 0 +26754300 15.0076079717 16.2581095639 93.7020848086 0.0555555556 +26755200 15.0004480672 27.1940063043 78.4726958302 0 +26756100 15.0004480672 13.1625 0 0 +26757000 15.0004480672 12.8875 0 0 +26757900 15.0004480672 12.6125 0 0 +26758800 15.0004480672 12.3375 0 0 +26759700 15.0004480672 12.1375 0 0 +26760600 15.0004480672 12.0125 0 0 +26761500 15.0004480672 11.8875 0 0 +26762400 15.0004480672 11.7625 0 0 +26763300 15.0004480672 11.7 0 0 +26764200 15.0004480672 11.7 0 0 +26765100 15.0004480672 11.7 0 0 +26766000 15.0004480672 11.7 0 0 +26766900 15.0004480672 11.625 0 0 +26767800 15.0004480672 11.475 0 0 +26768700 15.0004480672 11.325 0 0 +26769600 15.0004480672 11.175 0 0 +26770500 15.0004480672 11.1 0 0 +26771400 15.0004480672 11.1 0 0 +26772300 15.0004480672 11.1 0 0 +26773200 15.0004480672 11.1 0 0 +26774100 15.0004480672 10.9625 0 0 +26775000 15.0004480672 10.6875 0 0 +26775900 15.0004480672 10.4125 0 0 +26776800 15.0004480672 10.1375 0 0 +26777700 15.0004480672 10.075 0 0 +26778600 15.0004480672 10.225 0 0 +26779500 15.0004480672 10.375 0 0 +26780400 15.0004480672 10.525 0 0 +26781300 15.0004480672 10.6625 0 0 +26782200 15.0004480672 10.7875 0 0 +26783100 15.0004480672 10.9125 0 0 +26784000 15.0004480672 11.0375 0 0 +26784900 15.0004480672 11.175 0 0 +26785800 15.0004480672 11.325 0 0 +26786700 15.0004480672 11.475 0 0 +26787600 15.0004480672 11.625 0 0 +26788500 15.0004480672 11.7 0 0 +26789400 15.0004480672 11.7 0 0 +26790300 15.0004480672 11.7 0 0 +26791200 15.0004480672 11.7 0 0 +26792100 15.0004480672 11.7 0 0 +26793000 15.0004480672 11.7 0 0 +26793900 15.0004480672 11.7 0 0 +26794800 15.0004480672 11.7 0 0 +26795700 15.0004480672 11.7 0 0 +26796600 15.0004480672 11.7 0 0 +26797500 15.0004480672 11.7 0 0 +26798400 15.0004480672 11.7 0 0 +26799300 15.0004480672 11.7 0 0 +26800200 15.0004480672 11.7 0 0 +26801100 15.0004480672 11.7 0 0 +26802000 15.0004480672 11.7 0 0 +26802900 15.0004480672 11.7 0 0 +26803800 15.0004480672 11.7 0 0 +26804700 15.0004480672 11.7 0 0 +26805600 15.0004480672 11.7 0 0 +26806500 15.0004480672 11.7 0 0 +26807400 15.0004480672 11.7 0 0 +26808300 15.0004480672 11.7 0 0 +26809200 15.0004480672 11.7 0 0 +26810100 15.0004480672 21.1236098715 68.612945369 0 +26811000 15.0076079717 15.9582399091 98.7395489153 0.0555555556 +26811900 15.0004480672 32.7922234786 133.4767442248 0 +26812800 15.0076079717 17.1456280602 169.3034850633 0.0555555556 +26813700 15.0004480672 24.0039660912 67.2392747143 0 +26814600 15.0076079717 15.8991935715 78.0971708542 0.0555555556 +26815500 15.0004480672 27.5250151688 88.4272217585 0 +26816400 15.0076079717 16.1851457088 98.1851925634 0.0555555556 +26817300 15.0076079717 24.3534885969 614.1492363392 0.0555555556 +26818200 15.0076079717 25.1956425295 658.8987447597 0.0555555556 +26819100 15.0076079717 25.9691039881 699.4491012253 0.0555555556 +26820000 15.0076079717 26.6708685247 735.8211087833 0.0555555556 +26820900 15.0076079717 27.1794422502 759.8963387507 0.0555555556 +26821800 15.0076079717 27.723050319 787.5480257669 0.0555555556 +26822700 15.0076079717 28.1887847278 811.042099759 0.0555555556 +26823600 15.0076079717 28.574938578 830.3554413012 0.0555555556 +26824500 15.0076079717 27.5746307408 776.5672022045 0.0555555556 +26825400 15.0076079717 27.7823397712 786.8868069923 0.0555555556 +26826300 15.0076079717 27.9138624836 793.1860384975 0.0555555556 +26827200 15.0076079717 27.9687142483 795.4517003057 0.0555555556 +26828100 15.0076079717 25.0489108909 633.8169841408 0.0555555556 +26829000 15.0076079717 24.9836969334 628.983805403 0.0555555556 +26829900 15.0076079717 24.8586130481 620.806772938 0.0555555556 +26830800 15.0076079717 24.6742998568 609.3086720423 0.0555555556 +26831700 15.0076079717 18.1569748233 216.1918414474 0.0555555556 +26832600 15.0076079717 18.0771546813 209.3908585459 0.0555555556 +26833500 15.0076079717 17.9797689865 201.4054268714 0.0555555556 +26834400 15.0076079717 17.8653560869 192.2683227474 0.0555555556 +26835300 15.0076079717 21.816303995 435.7608945847 0.0555555556 +26836200 15.0076079717 21.3573712539 409.1582853547 0.0555555556 +26837100 15.0076079717 20.8582707447 379.9882600001 0.0555555556 +26838000 15.0076079717 20.3218972105 348.3184747535 0.0555555556 +26838900 15.0076079717 19.1754195729 277.708769378 0.0555555556 +26839800 15.0076079717 18.6469559352 245.3848903054 0.0555555556 +26840700 15.0076079717 18.0983204536 211.2477348552 0.0555555556 +26841600 15.0076079717 17.5368529893 175.5853470326 0.0555555556 +26842500 15.0004480672 15.45 0 0 +26843400 15.0004480672 15.15 0 0 +26844300 15.0004480672 14.85 0 0 +26845200 15.0004480672 14.55 0 0 +26846100 15.0004480672 14.3375 0 0 +26847000 15.0004480672 14.2125 0 0 +26847900 15.0004480672 14.0875 0 0 +26848800 15.0004480672 13.9625 0 0 +26849700 15.0004480672 13.9 0 0 +26850600 15.0004480672 13.9 0 0 +26851500 15.0004480672 13.9 0 0 +26852400 15.0004480672 13.9 0 0 +26853300 15.0004480672 13.825 0 0 +26854200 15.0004480672 13.675 0 0 +26855100 15.0004480672 13.525 0 0 +26856000 15.0004480672 13.375 0 0 +26856900 15.0004480672 13.2375 0 0 +26857800 15.0004480672 13.1125 0 0 +26858700 15.0004480672 12.9875 0 0 +26859600 15.0004480672 12.8625 0 0 +26860500 15.0004480672 12.725 0 0 +26861400 15.0004480672 12.575 0 0 +26862300 15.0004480672 12.425 0 0 +26863200 15.0004480672 12.275 0 0 +26864100 15.0004480672 12.0625 0 0 +26865000 15.0004480672 11.7875 0 0 +26865900 15.0004480672 11.5125 0 0 +26866800 15.0004480672 11.2375 0 0 +26867700 15.0004480672 11.3125 0 0 +26868600 15.0004480672 11.7375 0 0 +26869500 15.0004480672 12.1625 0 0 +26870400 15.0004480672 12.5875 0 0 +26871300 15.0004480672 12.6625 0 0 +26872200 15.0004480672 12.3875 0 0 +26873100 15.0004480672 12.1125 0 0 +26874000 15.0004480672 11.8375 0 0 +26874900 15.0004480672 11.7 0 0 +26875800 15.0004480672 11.7 0 0 +26876700 15.0004480672 11.7 0 0 +26877600 15.0004480672 11.7 0 0 +26878500 15.0004480672 11.7 0 0 +26879400 15.0004480672 11.7 0 0 +26880300 15.0004480672 11.7 0 0 +26881200 15.0004480672 11.7 0 0 +26882100 15.0004480672 11.8375 0 0 +26883000 15.0004480672 12.1125 0 0 +26883900 15.0004480672 12.3875 0 0 +26884800 15.0004480672 12.6625 0 0 +26885700 15.0004480672 12.725 0 0 +26886600 15.0004480672 12.575 0 0 +26887500 15.0004480672 12.425 0 0 +26888400 15.0004480672 12.275 0 0 +26889300 15.0004480672 12.275 0 0 +26890200 15.0004480672 12.425 0 0 +26891100 15.0004480672 12.575 0 0 +26892000 15.0004480672 12.725 0 0 +26892900 15.0004480672 12.8 0 0 +26893800 15.0004480672 12.8 0 0 +26894700 15.0004480672 12.8 0 0 +26895600 15.0004480672 12.8 0 0 +26896500 15.0004480672 15.7585589088 15.9562210342 0 +26897400 15.0004480672 17.7991888014 26.7038248556 0 +26898300 15.0004480672 19.7633853788 37.1673411556 0 +26899200 15.0004480672 21.6464727384 47.3019635509 0 +26900100 15.0004480672 22.4969907299 50.64772957 0 +26901000 15.0004480672 24.3390262492 58.9448070092 0 +26901900 15.0076079717 15.9088943232 66.8388221515 0.0555555556 +26902800 15.0004480672 27.7737870054 74.2959716121 0 +26903700 15.0004480672 24.3358661246 53.1354273026 0 +26904600 15.0004480672 24.90997563 57.3776861208 0 +26905500 15.0076079717 15.8501455451 61.2757641871 0.0555555556 +26906400 15.0004480672 25.870156063 64.8129693327 0 +26907300 15.0076079717 15.9607744701 70.2780855663 0.0555555556 +26908200 15.0004480672 27.1938854004 73.1436566751 0 +26909100 15.0076079717 16.0364490675 75.5941967995 0.0555555556 +26910000 15.0004480672 27.9397066033 77.6192123506 0 +26910900 15.0076079717 16.1352984423 82.5383248162 0.0555555556 +26911800 15.0004480672 28.9528793191 83.7364496729 0 +26912700 15.0076079717 16.1627944 84.4699053058 0.0555555556 +26913600 15.0004480672 29.117682399 84.7355509454 0 +26914500 15.0076079717 16.0858712629 79.0660885948 0.0555555556 +26915400 15.0004480672 28.075753366 78.4381235274 0 +26916300 15.0076079717 16.0617992382 77.3750380903 0.0555555556 +26917200 15.0004480672 27.6505702132 75.8813845785 0 +26918100 15.0076079717 16.0243132029 75.4947867889 0.0555555556 +26919000 15.0004480672 26.7762108165 73.1126865614 0 +26919900 15.0076079717 15.9076006268 70.3162158675 0.0555555556 +26920800 15.0004480672 25.2209441804 67.1173496241 0 +26921700 15.0004480672 23.8424403072 59.774518328 0 +26922600 15.0004480672 23.2083723031 56.0477496486 0 +26923500 15.0004480672 22.5139659381 51.9856725118 0 +26924400 15.0004480672 21.7613105704 47.6056813555 0 +26925300 15.0076079717 16.0072102583 79.5873682758 0.0555555556 +26926200 15.0004480672 25.6338340094 70.3945520001 0 +26927100 15.0004480672 24.0034652977 60.7235994594 0 +26928000 15.0004480672 22.2790321944 50.6159231572 0 +26928900 15.0004480672 13.3 0 0 +26929800 15.0004480672 13.3 0 0 +26930700 15.0004480672 13.3 0 0 +26931600 15.0004480672 13.3 0 0 +26932500 15.0004480672 13.3 0 0 +26933400 15.0004480672 13.3 0 0 +26934300 15.0004480672 13.3 0 0 +26935200 15.0004480672 13.3 0 0 +26936100 15.0004480672 13.3 0 0 +26937000 15.0004480672 13.3 0 0 +26937900 15.0004480672 13.3 0 0 +26938800 15.0004480672 13.3 0 0 +26939700 15.0004480672 13.3 0 0 +26940600 15.0004480672 13.3 0 0 +26941500 15.0004480672 13.3 0 0 +26942400 15.0004480672 13.3 0 0 +26943300 15.0004480672 13.3 0 0 +26944200 15.0004480672 13.3 0 0 +26945100 15.0004480672 13.3 0 0 +26946000 15.0004480672 13.3 0 0 +26946900 15.0004480672 13.3 0 0 +26947800 15.0004480672 13.3 0 0 +26948700 15.0004480672 13.3 0 0 +26949600 15.0004480672 13.3 0 0 +26950500 15.0004480672 13.3 0 0 +26951400 15.0004480672 13.3 0 0 +26952300 15.0004480672 13.3 0 0 +26953200 15.0004480672 13.3 0 0 +26954100 15.0004480672 13.2375 0 0 +26955000 15.0004480672 13.1125 0 0 +26955900 15.0004480672 12.9875 0 0 +26956800 15.0004480672 12.8625 0 0 +26957700 15.0004480672 12.8625 0 0 +26958600 15.0004480672 12.9875 0 0 +26959500 15.0004480672 13.1125 0 0 +26960400 15.0004480672 13.2375 0 0 +26961300 15.0004480672 13.1625 0 0 +26962200 15.0004480672 12.8875 0 0 +26963100 15.0004480672 12.6125 0 0 +26964000 15.0004480672 12.3375 0 0 +26964900 15.0004480672 12.2 0 0 +26965800 15.0004480672 12.2 0 0 +26966700 15.0004480672 12.2 0 0 +26967600 15.0004480672 12.2 0 0 +26968500 15.0004480672 12.2 0 0 +26969400 15.0004480672 12.2 0 0 +26970300 15.0004480672 12.2 0 0 +26971200 15.0004480672 12.2 0 0 +26972100 15.0004480672 12.2 0 0 +26973000 15.0004480672 12.2 0 0 +26973900 15.0004480672 12.2 0 0 +26974800 15.0004480672 12.2 0 0 +26975700 15.0004480672 12.2 0 0 +26976600 15.0004480672 12.2 0 0 +26977500 15.0004480672 12.2 0 0 +26978400 15.0004480672 12.2 0 0 +26979300 15.0004480672 12.2 0 0 +26980200 15.0004480672 12.2 0 0 +26981100 15.0004480672 12.2 0 0 +26982000 15.0004480672 12.2 0 0 +26982900 15.0004480672 18.8767930505 46.8493235104 0 +26983800 15.0004480672 22.9956933997 69.1352364884 0 +26984700 15.0076079717 16.0661448786 94.7876637398 0.0555555556 +26985600 15.0004480672 33.0471426904 121.5126040145 0 +26986500 15.0076079717 16.189309585 94.6056663417 0.0555555556 +26987400 15.0004480672 32.0355843561 110.5859056186 0 +26988300 15.0076079717 16.6716852424 125.7921404047 0.0555555556 +26989200 15.0004480672 37.1687152301 140.14489802 0 +26990100 15.0004480672 22.8397321446 53.0849769421 0 +26991000 15.0004480672 23.8449098721 57.3626155477 0 +26991900 15.0004480672 24.7875574227 61.2934891897 0 +26992800 15.0076079717 15.8729383759 64.8607652637 0.0555555556 +26993700 15.0004480672 35.226775184 122.1004685887 0 +26994600 15.0076079717 16.7873946145 127.1171034009 0.0555555556 +26995500 15.0004480672 36.9926379752 131.4079469401 0 +26996400 15.0076079717 16.922272699 134.9546251556 0.0555555556 +26997300 15.0004480672 29.4280126794 82.5263067056 0 +26998200 15.0076079717 16.2164092037 83.7341891601 0.0555555556 +26999100 15.0004480672 30.0496879423 84.4747917559 0 +27000000 15.0076079717 16.2540011664 84.7449431188 0.0555555556 +27000900 15.0076079717 22.5505103806 480.5765191445 0.0555555556 +27001800 15.0076079717 22.4864614776 476.8349462988 0.0555555556 +27002700 15.0076079717 22.3778457429 470.4847319974 0.0555555556 +27003600 15.0076079717 22.2251496348 461.5460381777 0.0555555556 +27004500 15.0076079717 23.6411583236 544.4203622699 0.0555555556 +27005400 15.0076079717 23.3560761293 527.6941452925 0.0555555556 +27006300 15.0076079717 23.0197546456 507.9910675465 0.0555555556 +27007200 15.0076079717 22.6337706138 485.3601147299 0.0555555556 +27008100 15.0076079717 17.3344875013 157.8726360769 0.0555555556 +27009000 15.0076079717 17.1838933219 147.9695049466 0.0555555556 +27009900 15.0076079717 17.0205948092 137.1745547347 0.0555555556 +27010800 15.0004480672 36.9566934416 125.5340110755 0 +27011700 15.0076079717 17.7695126353 186.1303167651 0.0555555556 +27012600 15.0076079717 17.4262774172 164.0596239235 0.0555555556 +27013500 15.0076079717 17.0692404411 140.8042659103 0.0555555556 +27014400 15.0004480672 35.3612619253 116.5559208964 0 +27015300 15.0004480672 15.525 0 0 +27016200 15.0004480672 15.375 0 0 +27017100 15.0004480672 15.225 0 0 +27018000 15.0004480672 15.075 0 0 +27018900 15.0004480672 15 0 0 +27019800 15.0004480672 15 0 0 +27020700 15.0004480672 15 0 0 +27021600 15.0004480672 15 0 0 +27022500 15.0004480672 14.925 0 0 +27023400 15.0004480672 14.775 0 0 +27024300 15.0004480672 14.625 0 0 +27025200 15.0004480672 14.475 0 0 +27026100 15.0004480672 14.4 0 0 +27027000 15.0004480672 14.4 0 0 +27027900 15.0004480672 14.4 0 0 +27028800 15.0004480672 14.4 0 0 +27029700 15.0004480672 14.4 0 0 +27030600 15.0004480672 14.4 0 0 +27031500 15.0004480672 14.4 0 0 +27032400 15.0004480672 14.4 0 0 +27033300 15.0004480672 14.4 0 0 +27034200 15.0004480672 14.4 0 0 +27035100 15.0004480672 14.4 0 0 +27036000 15.0004480672 14.4 0 0 +27036900 15.0004480672 14.4 0 0 +27037800 15.0004480672 14.4 0 0 +27038700 15.0004480672 14.4 0 0 +27039600 15.0004480672 14.4 0 0 +27040500 15.0004480672 14.3375 0 0 +27041400 15.0004480672 14.2125 0 0 +27042300 15.0004480672 14.0875 0 0 +27043200 15.0004480672 13.9625 0 0 +27044100 15.0004480672 13.825 0 0 +27045000 15.0004480672 13.675 0 0 +27045900 15.0004480672 13.525 0 0 +27046800 15.0004480672 13.375 0 0 +27047700 15.0004480672 13.2375 0 0 +27048600 15.0004480672 13.1125 0 0 +27049500 15.0004480672 12.9875 0 0 +27050400 15.0004480672 12.8625 0 0 +27051300 15.0004480672 12.8 0 0 +27052200 15.0004480672 12.8 0 0 +27053100 15.0004480672 12.8 0 0 +27054000 15.0004480672 12.8 0 0 +27054900 15.0004480672 12.8 0 0 +27055800 15.0004480672 12.8 0 0 +27056700 15.0004480672 12.8 0 0 +27057600 15.0004480672 12.8 0 0 +27058500 15.0004480672 12.8 0 0 +27059400 15.0004480672 12.8 0 0 +27060300 15.0004480672 12.8 0 0 +27061200 15.0004480672 12.8 0 0 +27062100 15.0004480672 12.725 0 0 +27063000 15.0004480672 12.575 0 0 +27063900 15.0004480672 12.425 0 0 +27064800 15.0004480672 12.275 0 0 +27065700 15.0004480672 12.2 0 0 +27066600 15.0004480672 12.2 0 0 +27067500 15.0004480672 12.2 0 0 +27068400 15.0004480672 12.2 0 0 +27069300 15.0004480672 13.2714500162 5.4504039876 0 +27070200 15.0004480672 14.1646876963 9.5428842951 0 +27071100 15.0004480672 15.0343214233 13.5274610583 0 +27072000 15.0004480672 15.8776768663 17.3870717078 0 +27072900 15.0004480672 17.906388098 28.3709113856 0 +27073800 15.0004480672 18.7489889942 33.1574291184 0 +27074700 15.0004480672 19.5459107885 37.7118430403 0 +27075600 15.0004480672 20.2945637372 42.0146504517 0 +27076500 15.0076079717 16.3447796733 106.0669789641 0.0555555556 +27077400 15.0004480672 32.375112138 114.6944145737 0 +27078300 15.0076079717 16.5804557354 122.6231292698 0.0555555556 +27079200 15.0004480672 34.7684195229 129.8191710788 0 +27080100 15.0076079717 16.3808361829 107.8383976314 0.0555555556 +27081000 15.0004480672 32.4057553278 112.3034615595 0 +27081900 15.0076079717 16.5420220147 116.1233311903 0.0555555556 +27082800 15.0004480672 34.0675085721 119.2816492558 0 +27083700 15.0076079717 18.734558774 260.0488127754 0.0555555556 +27084600 15.0076079717 18.8138557366 263.8877167747 0.0555555556 +27085500 15.0076079717 18.8708034727 266.2453477128 0.0555555556 +27086400 15.0076079717 18.905244055 267.1121813844 0.0555555556 +27087300 15.0076079717 19.0954351911 276.7853262362 0.0555555556 +27088200 15.0076079717 19.1044861511 274.5853757666 0.0555555556 +27089100 15.0076079717 19.0899734451 270.845622597 0.0555555556 +27090000 15.0076079717 19.0521509345 265.5809913522 0.0555555556 +27090900 15.0076079717 22.90549712 495.4788327542 0.0555555556 +27091800 15.0076079717 22.6183524977 480.0767343754 0.0555555556 +27092700 15.0076079717 22.2848612381 461.9362679465 0.0555555556 +27093600 15.0076079717 21.9064629281 441.1064987155 0.0555555556 +27094500 15.0076079717 23.6426519913 540.9682469815 0.0555555556 +27095400 15.0076079717 23.0638690626 508.5705241859 0.0555555556 +27096300 15.0076079717 22.4319390818 472.8659934862 0.0555555556 +27097200 15.0076079717 21.7501434113 433.8692611671 0.0555555556 +27098100 15.0076079717 21.2066560688 403.1380892462 0.0555555556 +27099000 15.0076079717 20.4030478749 356.6794226553 0.0555555556 +27099900 15.0076079717 19.5660674435 306.9692569583 0.0555555556 +27100800 15.0076079717 18.7103412149 254.4695904977 0.0555555556 +27101700 15.0004480672 16.5625 0 0 +27102600 15.0004480672 16.2875 0 0 +27103500 15.0004480672 16.0125 0 0 +27104400 15.0004480672 15.7375 0 0 +27105300 15.0004480672 15.6 0 0 +27106200 15.0004480672 15.6 0 0 +27107100 15.0004480672 15.6 0 0 +27108000 15.0004480672 15.6 0 0 +27108900 15.0004480672 15.525 0 0 +27109800 15.0004480672 15.375 0 0 +27110700 15.0004480672 15.225 0 0 +27111600 15.0004480672 15.075 0 0 +27112500 15.0004480672 15 0 0 +27113400 15.0004480672 15 0 0 +27114300 15.0004480672 15 0 0 +27115200 15.0004480672 15 0 0 +27116100 15.0004480672 14.925 0 0 +27117000 15.0004480672 14.775 0 0 +27117900 15.0004480672 14.625 0 0 +27118800 15.0004480672 14.475 0 0 +27119700 15.0004480672 14.3375 0 0 +27120600 15.0004480672 14.2125 0 0 +27121500 15.0004480672 14.0875 0 0 +27122400 15.0004480672 13.9625 0 0 +27123300 15.0004480672 13.9625 0 0 +27124200 15.0004480672 14.0875 0 0 +27125100 15.0004480672 14.2125 0 0 +27126000 15.0004480672 14.3375 0 0 +27126900 15.0004480672 14.4 0 0 +27127800 15.0004480672 14.4 0 0 +27128700 15.0004480672 14.4 0 0 +27129600 15.0004480672 14.4 0 0 +27130500 15.0004480672 14.4 0 0 +27131400 15.0004480672 14.4 0 0 +27132300 15.0004480672 14.4 0 0 +27133200 15.0004480672 14.4 0 0 +27134100 15.0004480672 14.3375 0 0 +27135000 15.0004480672 14.2125 0 0 +27135900 15.0004480672 14.0875 0 0 +27136800 15.0004480672 13.9625 0 0 +27137700 15.0004480672 13.9 0 0 +27138600 15.0004480672 13.9 0 0 +27139500 15.0004480672 13.9 0 0 +27140400 15.0004480672 13.9 0 0 +27141300 15.0004480672 13.9 0 0 +27142200 15.0004480672 13.9 0 0 +27143100 15.0004480672 13.9 0 0 +27144000 15.0004480672 13.9 0 0 +27144900 15.0004480672 13.825 0 0 +27145800 15.0004480672 13.675 0 0 +27146700 15.0004480672 13.525 0 0 +27147600 15.0004480672 13.375 0 0 +27148500 15.0004480672 13.3 0 0 +27149400 15.0004480672 13.3 0 0 +27150300 15.0004480672 13.3 0 0 +27151200 15.0004480672 13.3 0 0 +27152100 15.0004480672 13.3 0 0 +27153000 15.0004480672 13.3 0 0 +27153900 15.0004480672 13.3 0 0 +27154800 15.0004480672 13.3 0 0 +27155700 15.0004480672 15.9269014432 14.9183038987 0 +27156600 15.0004480672 17.9482337425 26.2087211475 0 +27157500 15.0004480672 19.9365039472 37.4199598297 0 +27158400 15.0004480672 21.8820397239 48.4103957096 0 +27159300 15.0076079717 16.0979611697 85.4545134013 0.0555555556 +27160200 15.0004480672 30.8431117717 100.2398948422 0 +27161100 15.0076079717 16.5419929011 114.3144650095 0.0555555556 +27162000 15.0004480672 35.6288514178 127.6080990727 0 +27162900 15.0076079717 16.1981970775 89.3559683847 0.0555555556 +27163800 15.0004480672 30.7632750337 96.6933628884 0 +27164700 15.0076079717 16.4181706316 103.4371432372 0.0555555556 +27165600 15.0004480672 33.0911455194 109.5584315282 0 +27166500 15.0076079717 16.1617366864 84.39559151 0.0555555556 +27167400 15.0004480672 29.6413156158 87.9175669124 0 +27168300 15.0076079717 16.2547725946 90.931328008 0.0555555556 +27169200 15.0004480672 30.5430151184 93.4239694094 0 +27170100 15.0076079717 17.3346909705 164.50519355 0.0555555556 +27171000 15.0076079717 17.3936023285 166.95801375 0.0555555556 +27171900 15.0076079717 17.4387773731 168.4676040596 0.0555555556 +27172800 15.0076079717 17.470120572 169.0275965901 0.0555555556 +27173700 15.0076079717 18.2269547957 219.8524309837 0.0555555556 +27174600 15.0076079717 18.2013163709 218.1028031477 0.0555555556 +27175500 15.0076079717 18.1576391532 215.121762648 0.0555555556 +27176400 15.0076079717 18.0961148326 210.9217429767 0.0555555556 +27177300 15.0076079717 18.212241587 219.4623197234 0.0555555556 +27178200 15.0076079717 18.0977890322 212.435595893 0.0555555556 +27179100 15.0076079717 17.9653824104 204.1791833317 0.0555555556 +27180000 15.0076079717 17.8155591293 194.7274221062 0.0555555556 +27180900 15.0004480672 38.085331908 136.4786458085 0 +27181800 15.0076079717 16.8439320689 127.8173646472 0.0555555556 +27182700 15.0004480672 35.5359358237 118.3743873837 0 +27183600 15.0076079717 16.5877434613 108.1901502965 0.0555555556 +27184500 15.0076079717 17.5159076035 169.7977944317 0.0555555556 +27185400 15.0076079717 17.1908296385 149.3472221033 0.0555555556 +27186300 15.0004480672 36.9764016101 127.8119591221 0 +27187200 15.0076079717 16.5054838159 105.3690812457 0.0555555556 +27188100 15.0004480672 23.1283763238 48.0037496055 0 +27189000 15.0004480672 20.5365684611 34.7216126092 0 +27189900 15.0004480672 18.1483173134 22.3570545722 0 +27190800 15.0004480672 15.8262165257 10.149866187 0 +27191700 15.0004480672 14.4 0 0 +27192600 15.0004480672 14.4 0 0 +27193500 15.0004480672 14.4 0 0 +27194400 15.0004480672 14.4 0 0 +27195300 15.0004480672 14.3375 0 0 +27196200 15.0004480672 14.2125 0 0 +27197100 15.0004480672 14.0875 0 0 +27198000 15.0004480672 13.9625 0 0 +27198900 15.0004480672 13.825 0 0 +27199800 15.0004480672 13.675 0 0 +27200700 15.0004480672 13.525 0 0 +27201600 15.0004480672 13.375 0 0 +27202500 15.0004480672 13.3 0 0 +27203400 15.0004480672 13.3 0 0 +27204300 15.0004480672 13.3 0 0 +27205200 15.0004480672 13.3 0 0 +27206100 15.0004480672 13.1375 0 0 +27207000 15.0004480672 12.8125 0 0 +27207900 15.0004480672 12.4875 0 0 +27208800 15.0004480672 12.1625 0 0 +27209700 15.0004480672 12.125 0 0 +27210600 15.0004480672 12.375 0 0 +27211500 15.0004480672 12.625 0 0 +27212400 15.0004480672 12.875 0 0 +27213300 15.0004480672 12.875 0 0 +27214200 15.0004480672 12.625 0 0 +27215100 15.0004480672 12.375 0 0 +27216000 15.0004480672 12.125 0 0 +27216900 15.0004480672 12 0 0 +27217800 15.0004480672 12 0 0 +27218700 15.0004480672 12 0 0 +27219600 15.0004480672 12 0 0 +27220500 15.0004480672 12.125 0 0 +27221400 15.0004480672 12.375 0 0 +27222300 15.0004480672 12.625 0 0 +27223200 15.0004480672 12.875 0 0 +27224100 15.0004480672 12.875 0 0 +27225000 15.0004480672 12.625 0 0 +27225900 15.0004480672 12.375 0 0 +27226800 15.0004480672 12.125 0 0 +27227700 15.0004480672 12.1625 0 0 +27228600 15.0004480672 12.4875 0 0 +27229500 15.0004480672 12.8125 0 0 +27230400 15.0004480672 13.1375 0 0 +27231300 15.0004480672 13.375 0 0 +27232200 15.0004480672 13.525 0 0 +27233100 15.0004480672 13.675 0 0 +27234000 15.0004480672 13.825 0 0 +27234900 15.0004480672 13.9 0 0 +27235800 15.0004480672 13.9 0 0 +27236700 15.0004480672 13.9 0 0 +27237600 15.0004480672 13.9 0 0 +27238500 15.0004480672 13.9 0 0 +27239400 15.0004480672 13.9 0 0 +27240300 15.0004480672 13.9 0 0 +27241200 15.0004480672 13.9 0 0 +27242100 15.0076079717 15.8231351377 91.0494553303 0.0555555556 +27243000 15.0004480672 31.0119856175 123.9219559649 0 +27243900 15.0076079717 17.0245701886 166.3124047879 0.0555555556 +27244800 15.0076079717 17.8558766435 211.8421909225 0.0555555556 +27245700 15.0076079717 20.145621685 362.8750251471 0.0555555556 +27246600 15.0076079717 21.1798923188 421.8245258969 0.0555555556 +27247500 15.0076079717 22.1649767158 475.9635913206 0.0555555556 +27248400 15.0076079717 23.0915037202 525.3505707212 0.0555555556 +27249300 15.0076079717 23.4078277156 542.1345979632 0.0555555556 +27250200 15.0076079717 24.1825861877 583.3437785537 0.0555555556 +27251100 15.0076079717 24.8939353018 620.6270002966 0.0555555556 +27252000 15.0076079717 25.5392650847 654.0274857869 0.0555555556 +27252900 15.0076079717 26.5862278109 715.2460521294 0.0555555556 +27253800 15.0076079717 27.0909372003 742.2301615268 0.0555555556 +27254700 15.0076079717 27.5205690031 765.1644017974 0.0555555556 +27255600 15.0076079717 27.8735694517 784.0343858734 0.0555555556 +27256500 15.0076079717 28.5193389568 824.592123514 0.0555555556 +27257400 15.0076079717 28.7565126972 835.7364518746 0.0555555556 +27258300 15.0076079717 28.9116359588 842.5972870582 0.0555555556 +27259200 15.0076079717 28.984226737 845.1643983136 0.0555555556 +27260100 15.0076079717 26.6448861776 713.9915217158 0.0555555556 +27261000 15.0076079717 26.5680434316 708.695942658 0.0555555556 +27261900 15.0076079717 26.4216916722 699.6372531213 0.0555555556 +27262800 15.0076079717 26.2065001834 686.834243956 0.0555555556 +27263700 15.0076079717 28.7143677231 832.2399406594 0.0555555556 +27264600 15.0076079717 28.2557358828 808.0949792909 0.0555555556 +27265500 15.0076079717 27.7160268169 779.540919049 0.0555555556 +27266400 15.0076079717 27.097129767 746.5940096782 0.0555555556 +27267300 15.0076079717 17.0714850665 136.5645738788 0.0555555556 +27268200 15.0004480672 37.9464398253 127.8498555067 0 +27269100 15.0076079717 16.7699262431 118.3476053244 0.0555555556 +27270000 15.0004480672 34.256816651 108.098513426 0 +27270900 15.0076079717 16.5536531824 106.2024764423 0.0555555556 +27271800 15.0004480672 31.3074377163 93.5122669254 0 +27272700 15.0076079717 16.1364395928 80.1591860785 0.0555555556 +27273600 15.0004480672 26.1790767843 66.2004138439 0 +27274500 15.0004480672 19.1816216948 26.8871282084 0 +27275400 15.0004480672 17.6702341759 19.0915583444 0 +27276300 15.0004480672 16.1048559255 11.0777408555 0 +27277200 15.0004480672 14.5076793978 2.97687704 0 +27278100 15.0004480672 13.9 0 0 +27279000 15.0004480672 13.9 0 0 +27279900 15.0004480672 13.9 0 0 +27280800 15.0004480672 13.9 0 0 +27281700 15.0004480672 13.9 0 0 +27282600 15.0004480672 13.9 0 0 +27283500 15.0004480672 13.9 0 0 +27284400 15.0004480672 13.9 0 0 +27285300 15.0004480672 13.9 0 0 +27286200 15.0004480672 13.9 0 0 +27287100 15.0004480672 13.9 0 0 +27288000 15.0004480672 13.9 0 0 +27288900 15.0004480672 13.9625 0 0 +27289800 15.0004480672 14.0875 0 0 +27290700 15.0004480672 14.2125 0 0 +27291600 15.0004480672 14.3375 0 0 +27292500 15.0004480672 14.3375 0 0 +27293400 15.0004480672 14.2125 0 0 +27294300 15.0004480672 14.0875 0 0 +27295200 15.0004480672 13.9625 0 0 +27296100 15.0004480672 13.9 0 0 +27297000 15.0004480672 13.9 0 0 +27297900 15.0004480672 13.9 0 0 +27298800 15.0004480672 13.9 0 0 +27299700 15.0004480672 13.9 0 0 +27300600 15.0004480672 13.9 0 0 +27301500 15.0004480672 13.9 0 0 +27302400 15.0004480672 13.9 0 0 +27303300 15.0004480672 13.9 0 0 +27304200 15.0004480672 13.9 0 0 +27305100 15.0004480672 13.9 0 0 +27306000 15.0004480672 13.9 0 0 +27306900 15.0004480672 13.825 0 0 +27307800 15.0004480672 13.675 0 0 +27308700 15.0004480672 13.525 0 0 +27309600 15.0004480672 13.375 0 0 +27310500 15.0004480672 13.3 0 0 +27311400 15.0004480672 13.3 0 0 +27312300 15.0004480672 13.3 0 0 +27313200 15.0004480672 13.3 0 0 +27314100 15.0004480672 13.2375 0 0 +27315000 15.0004480672 13.1125 0 0 +27315900 15.0004480672 12.9875 0 0 +27316800 15.0004480672 12.8625 0 0 +27317700 15.0004480672 12.725 0 0 +27318600 15.0004480672 12.575 0 0 +27319500 15.0004480672 12.425 0 0 +27320400 15.0004480672 12.275 0 0 +27321300 15.0004480672 12.1375 0 0 +27322200 15.0004480672 12.0125 0 0 +27323100 15.0004480672 11.8875 0 0 +27324000 15.0004480672 11.7625 0 0 +27324900 15.0004480672 11.625 0 0 +27325800 15.0004480672 11.475 0 0 +27326700 15.0004480672 11.325 0 0 +27327600 15.0004480672 11.175 0 0 +27328500 15.0004480672 20.3039031999 70.225633476 0 +27329400 15.0076079717 15.9186383708 99.2347775313 0.0555555556 +27330300 15.0004480672 32.98987038 135.669198972 0 +27331200 15.0076079717 17.2553738773 175.2890015745 0.0555555556 +27332100 15.0004480672 23.2971176968 58.3305892897 0 +27333000 15.0076079717 15.8591308939 68.6330100761 0.0555555556 +27333900 15.0004480672 27.4756816875 78.4376517738 0 +27334800 15.0076079717 16.1932136412 87.702529402 0.0555555556 +27335700 15.0076079717 22.7209390204 501.5777346572 0.0555555556 +27336600 15.0076079717 23.4583828952 541.1826998364 0.0555555556 +27337500 15.0076079717 24.1374502575 577.1173078525 0.0555555556 +27338400 15.0076079717 24.7553307027 609.384845972 0.0555555556 +27339300 15.0076079717 25.9222448009 673.7523566498 0.0555555556 +27340200 15.0076079717 26.4341489806 699.7549296207 0.0555555556 +27341100 15.0076079717 26.8748930877 721.8711906503 0.0555555556 +27342000 15.0076079717 27.2429429679 740.0817430491 0.0555555556 +27342900 15.0076079717 26.4480335479 697.1905444416 0.0555555556 +27343800 15.0076079717 26.64022695 707.0071808892 0.0555555556 +27344700 15.0076079717 26.7626748262 713.067141758 0.0555555556 +27345600 15.0076079717 26.8149342905 715.3584838167 0.0555555556 +27346500 15.0076079717 26.9025708582 720.3141798651 0.0555555556 +27347400 15.0076079717 26.7942578571 715.0239619652 0.0555555556 +27348300 15.0076079717 26.615433918 705.9464534358 0.0555555556 +27349200 15.0076079717 26.3667602741 693.0987961915 0.0555555556 +27350100 15.0076079717 29.7506402502 884.3819242487 0.0555555556 +27351000 15.0076079717 29.2664736804 859.7284640628 0.0555555556 +27351900 15.0076079717 28.6959882739 830.5132607999 0.0555555556 +27352800 15.0076079717 28.040830638 796.721137643 0.0555555556 +27353700 15.0076079717 27.4122436056 759.3847289399 0.0555555556 +27354600 15.0076079717 26.6395495904 717.3181625403 0.0555555556 +27355500 15.0076079717 25.7872879142 670.4747552399 0.0555555556 +27356400 15.0076079717 24.8575448771 618.664208592 0.0555555556 +27357300 15.0076079717 22.0505405025 446.0460064227 0.0555555556 +27358200 15.0076079717 21.1567026948 394.3758006342 0.0555555556 +27359100 15.0076079717 20.2222469405 338.7759963878 0.0555555556 +27360000 15.0076079717 19.265116807 279.8266980743 0.0555555556 +27360900 15.0076079717 17.163768154 144.4137640204 0.0555555556 +27361800 15.0004480672 33.2802019586 108.3933333196 0 +27362700 15.0076079717 15.975885155 80.1185582053 0.0555555556 +27363600 15.0004480672 20.9797921102 46.4939136115 0 +27364500 15.0004480672 15.525 0 0 +27365400 15.0004480672 15.375 0 0 +27366300 15.0004480672 15.225 0 0 +27367200 15.0004480672 15.075 0 0 +27368100 15.0004480672 14.925 0 0 +27369000 15.0004480672 14.775 0 0 +27369900 15.0004480672 14.625 0 0 +27370800 15.0004480672 14.475 0 0 +27371700 15.0004480672 14.4 0 0 +27372600 15.0004480672 14.4 0 0 +27373500 15.0004480672 14.4 0 0 +27374400 15.0004480672 14.4 0 0 +27375300 15.0004480672 14.2625 0 0 +27376200 15.0004480672 13.9875 0 0 +27377100 15.0004480672 13.7125 0 0 +27378000 15.0004480672 13.4375 0 0 +27378900 15.0004480672 13.3 0 0 +27379800 15.0004480672 13.3 0 0 +27380700 15.0004480672 13.3 0 0 +27381600 15.0004480672 13.3 0 0 +27382500 15.0004480672 13.2375 0 0 +27383400 15.0004480672 13.1125 0 0 +27384300 15.0004480672 12.9875 0 0 +27385200 15.0004480672 12.8625 0 0 +27386100 15.0004480672 12.6625 0 0 +27387000 15.0004480672 12.3875 0 0 +27387900 15.0004480672 12.1125 0 0 +27388800 15.0004480672 11.8375 0 0 +27389700 15.0004480672 11.7 0 0 +27390600 15.0004480672 11.7 0 0 +27391500 15.0004480672 11.7 0 0 +27392400 15.0004480672 11.7 0 0 +27393300 15.0004480672 11.7 0 0 +27394200 15.0004480672 11.7 0 0 +27395100 15.0004480672 11.7 0 0 +27396000 15.0004480672 11.7 0 0 +27396900 15.0004480672 11.5625 0 0 +27397800 15.0004480672 11.2875 0 0 +27398700 15.0004480672 11.0125 0 0 +27399600 15.0004480672 10.7375 0 0 +27400500 15.0004480672 10.6625 0 0 +27401400 15.0004480672 10.7875 0 0 +27402300 15.0004480672 10.9125 0 0 +27403200 15.0004480672 11.0375 0 0 +27404100 15.0004480672 10.8875 0 0 +27405000 15.0004480672 10.4625 0 0 +27405900 15.0004480672 10.0375 0 0 +27406800 15.0004480672 9.6125 0 0 +27407700 15.0004480672 9.55 0 0 +27408600 15.0004480672 9.85 0 0 +27409500 15.0004480672 10.15 0 0 +27410400 15.0004480672 10.45 0 0 +27411300 15.0004480672 10.525 0 0 +27412200 15.0004480672 10.375 0 0 +27413100 15.0004480672 10.225 0 0 +27414000 15.0004480672 10.075 0 0 +27414900 15.0004480672 22.3529931639 102.0492822811 0 +27415800 15.0076079717 16.1924955079 135.9482006955 0.0555555556 +27416700 15.0004480672 37.6671493651 181.2769154003 0 +27417600 15.0076079717 17.9227848952 230.9372908012 0.0555555556 +27418500 15.0076079717 19.2720972256 313.8781915597 0.0555555556 +27419400 15.0076079717 20.2283930234 368.1947707055 0.0555555556 +27420300 15.0076079717 21.1466124348 418.5744180185 0.0555555556 +27421200 15.0076079717 22.0160365099 464.8855825702 0.0555555556 +27422100 15.0076079717 20.3112004966 357.3122084223 0.0555555556 +27423000 15.0076079717 20.8524353232 387.0621720809 0.0555555556 +27423900 15.0076079717 21.3533417748 414.1998466141 0.0555555556 +27424800 15.0076079717 21.8114864377 438.6756461483 0.0555555556 +27425700 15.0076079717 20.7659912578 378.7960863032 0.0555555556 +27426600 15.0076079717 21.0299479886 394.7975957284 0.0555555556 +27427500 15.0076079717 21.2561009054 408.4696688794 0.0555555556 +27428400 15.0076079717 21.4434248709 419.7698619014 0.0555555556 +27429300 15.0076079717 23.9905236117 564.4557389599 0.0555555556 +27430200 15.0076079717 24.1380819855 572.7138714338 0.0555555556 +27431100 15.0076079717 24.2295483982 577.8267844091 0.0555555556 +27432000 15.0076079717 24.2645422042 579.7817208816 0.0555555556 +27432900 15.0076079717 25.2358470565 633.5144498749 0.0555555556 +27433800 15.0076079717 25.1708913698 628.7966997993 0.0555555556 +27434700 15.0076079717 25.0438586181 620.6763073166 0.0555555556 +27435600 15.0076079717 24.8553488363 609.1708841956 0.0555555556 +27436500 15.0076079717 26.2151562533 685.6032446955 0.0555555556 +27437400 15.0076079717 25.8541642743 665.1468111696 0.0555555556 +27438300 15.0076079717 25.4255157289 640.9551818524 0.0555555556 +27439200 15.0076079717 24.9309237312 613.0518753489 0.0555555556 +27440100 15.0076079717 21.6363538984 420.3910237952 0.0555555556 +27441000 15.0076079717 21.1827851578 393.7194356974 0.0555555556 +27441900 15.0076079717 20.688827666 364.4339777363 0.0555555556 +27442800 15.0076079717 20.1572925122 332.5991379794 0.0555555556 +27443700 15.0076079717 18.5459696626 229.6448554494 0.0555555556 +27444600 15.0076079717 18.0871860323 201.3038058806 0.0555555556 +27445500 15.0076079717 17.6112301316 171.3998232712 0.0555555556 +27446400 15.0076079717 17.1253594827 140.2603808212 0.0555555556 +27447300 15.0004480672 27.439081663 65.0530477106 0 +27448200 15.0004480672 23.9252311393 46.9913033208 0 +27449100 15.0004480672 20.8810418728 31.2414323702 0 +27450000 15.0004480672 17.802675122 13.5366112914 0 +27450900 15.0004480672 16.0375 0 0 +27451800 15.0004480672 15.9125 0 0 +27452700 15.0004480672 15.7875 0 0 +27453600 15.0004480672 15.6625 0 0 +27454500 15.0004480672 15.525 0 0 +27455400 15.0004480672 15.375 0 0 +27456300 15.0004480672 15.225 0 0 +27457200 15.0004480672 15.075 0 0 +27458100 15.0004480672 15 0 0 +27459000 15.0004480672 15 0 0 +27459900 15.0004480672 15 0 0 +27460800 15.0004480672 15 0 0 +27461700 15.0004480672 14.925 0 0 +27462600 15.0004480672 14.775 0 0 +27463500 15.0004480672 14.625 0 0 +27464400 15.0004480672 14.475 0 0 +27465300 15.0004480672 14.3375 0 0 +27466200 15.0004480672 14.2125 0 0 +27467100 15.0004480672 14.0875 0 0 +27468000 15.0004480672 13.9625 0 0 +27468900 15.0004480672 13.9625 0 0 +27469800 15.0004480672 14.0875 0 0 +27470700 15.0004480672 14.2125 0 0 +27471600 15.0004480672 14.3375 0 0 +27472500 15.0004480672 14.3375 0 0 +27473400 15.0004480672 14.2125 0 0 +27474300 15.0004480672 14.0875 0 0 +27475200 15.0004480672 13.9625 0 0 +27476100 15.0004480672 13.7625 0 0 +27477000 15.0004480672 13.4875 0 0 +27477900 15.0004480672 13.2125 0 0 +27478800 15.0004480672 12.9375 0 0 +27479700 15.0004480672 12.725 0 0 +27480600 15.0004480672 12.575 0 0 +27481500 15.0004480672 12.425 0 0 +27482400 15.0004480672 12.275 0 0 +27483300 15.0004480672 12.2 0 0 +27484200 15.0004480672 12.2 0 0 +27485100 15.0004480672 12.2 0 0 +27486000 15.0004480672 12.2 0 0 +27486900 15.0004480672 12.1375 0 0 +27487800 15.0004480672 12.0125 0 0 +27488700 15.0004480672 11.8875 0 0 +27489600 15.0004480672 11.7625 0 0 +27490500 15.0004480672 11.7 0 0 +27491400 15.0004480672 11.7 0 0 +27492300 15.0004480672 11.7 0 0 +27493200 15.0004480672 11.7 0 0 +27494100 15.0004480672 11.7 0 0 +27495000 15.0004480672 11.7 0 0 +27495900 15.0004480672 11.7 0 0 +27496800 15.0004480672 11.7 0 0 +27497700 15.0004480672 11.7 0 0 +27498600 15.0004480672 11.7 0 0 +27499500 15.0004480672 11.7 0 0 +27500400 15.0004480672 11.7 0 0 +27501300 15.0004480672 15.0460632493 20.8142574329 0 +27502200 15.0004480672 18.0741634513 35.9641842741 0 +27503100 15.0004480672 21.2770170337 52.2129992351 0 +27504000 15.0004480672 24.645878437 68.9917559121 0 +27504900 15.0076079717 16.6480570654 126.1272322316 0.0555555556 +27505800 15.0076079717 17.033225653 149.7304161769 0.0555555556 +27506700 15.0076079717 17.4062632377 172.1864356463 0.0555555556 +27507600 15.0076079717 17.7631086634 193.3326709548 0.0555555556 +27508500 15.0076079717 17.1579995109 154.3700329108 0.0555555556 +27509400 15.0076079717 17.3654283805 167.6260812006 0.0555555556 +27510300 15.0076079717 17.5572017546 179.8016834396 0.0555555556 +27511200 15.0076079717 17.7324280252 190.8482829172 0.0555555556 +27512100 15.0076079717 19.6750614648 313.764657705 0.0555555556 +27513000 15.0076079717 19.9023064403 327.2096339008 0.0555555556 +27513900 15.0076079717 20.098738546 338.7075269705 0.0555555556 +27514800 15.0076079717 20.2635144712 348.2193721828 0.0555555556 +27515700 15.0076079717 20.5039496275 364.1041104946 0.0555555556 +27516600 15.0076079717 20.5935738129 369.6854411192 0.0555555556 +27517500 15.0076079717 20.6492924145 373.1531296356 0.0555555556 +27518400 15.0076079717 20.6708594811 374.4949330326 0.0555555556 +27519300 15.0076079717 20.734052228 375.699390483 0.0555555556 +27520200 15.0076079717 20.6980196312 372.7746631231 0.0555555556 +27521100 15.0076079717 20.6274208082 367.7262186018 0.0555555556 +27522000 15.0076079717 20.522619539 360.5712803191 0.0555555556 +27522900 15.0076079717 24.3509452618 584.5440380036 0.0555555556 +27523800 15.0076079717 24.0276595917 566.4869588859 0.0555555556 +27524700 15.0076079717 23.6472668444 545.1546640376 0.0555555556 +27525600 15.0076079717 23.2113609165 520.5857175097 0.0555555556 +27526500 15.0076079717 18.9406145986 260.1849597593 0.0555555556 +27527400 15.0076079717 18.6716362255 243.3178717938 0.0555555556 +27528300 15.0076079717 18.3788425553 224.8579044565 0.0555555556 +27529200 15.0076079717 18.0639015915 204.8678759217 0.0555555556 +27530100 15.0076079717 19.8733854879 321.474393846 0.0555555556 +27531000 15.0076079717 19.2113490077 282.3422273227 0.0555555556 +27531900 15.0076079717 18.5240758885 240.6695133571 0.0555555556 +27532800 15.0076079717 17.8255044406 197.0115489342 0.0555555556 +27533700 15.0004480672 31.2250394424 98.6209350421 0 +27534600 15.0076079717 15.9187259651 72.8765671356 0.0555555556 +27535500 15.0004480672 22.4950229589 52.6120158746 0 +27536400 15.0004480672 18.2550222996 24.1514909396 0 +27537300 15.0004480672 15.525 0 0 +27538200 15.0004480672 15.375 0 0 +27539100 15.0004480672 15.225 0 0 +27540000 15.0004480672 15.075 0 0 +27540900 15.0004480672 15 0 0 +27541800 15.0004480672 15 0 0 +27542700 15.0004480672 15 0 0 +27543600 15.0004480672 15 0 0 +27544500 15.0004480672 14.8625 0 0 +27545400 15.0004480672 14.5875 0 0 +27546300 15.0004480672 14.3125 0 0 +27547200 15.0004480672 14.0375 0 0 +27548100 15.0004480672 13.825 0 0 +27549000 15.0004480672 13.675 0 0 +27549900 15.0004480672 13.525 0 0 +27550800 15.0004480672 13.375 0 0 +27551700 15.0004480672 13.2375 0 0 +27552600 15.0004480672 13.1125 0 0 +27553500 15.0004480672 12.9875 0 0 +27554400 15.0004480672 12.8625 0 0 +27555300 15.0004480672 12.725 0 0 +27556200 15.0004480672 12.575 0 0 +27557100 15.0004480672 12.425 0 0 +27558000 15.0004480672 12.275 0 0 +27558900 15.0004480672 12.2 0 0 +27559800 15.0004480672 12.2 0 0 +27560700 15.0004480672 12.2 0 0 +27561600 15.0004480672 12.2 0 0 +27562500 15.0004480672 12.275 0 0 +27563400 15.0004480672 12.425 0 0 +27564300 15.0004480672 12.575 0 0 +27565200 15.0004480672 12.725 0 0 +27566100 15.0004480672 12.5875 0 0 +27567000 15.0004480672 12.1625 0 0 +27567900 15.0004480672 11.7375 0 0 +27568800 15.0004480672 11.3125 0 0 +27569700 15.0004480672 11.0875 0 0 +27570600 15.0004480672 11.0625 0 0 +27571500 15.0004480672 11.0375 0 0 +27572400 15.0004480672 11.0125 0 0 +27573300 15.0004480672 11 0 0 +27574200 15.0004480672 11 0 0 +27575100 15.0004480672 11 0 0 +27576000 15.0004480672 11 0 0 +27576900 15.0004480672 11 0 0 +27577800 15.0004480672 11 0 0 +27578700 15.0004480672 11 0 0 +27579600 15.0004480672 11 0 0 +27580500 15.0004480672 11 0 0 +27581400 15.0004480672 11 0 0 +27582300 15.0004480672 11 0 0 +27583200 15.0004480672 11 0 0 +27584100 15.0004480672 11.125 0 0 +27585000 15.0004480672 11.375 0 0 +27585900 15.0004480672 11.625 0 0 +27586800 15.0004480672 11.875 0 0 +27587700 15.0004480672 14.3303337135 14.8211121806 0 +27588600 15.0004480672 16.5350703006 26.9003488558 0 +27589500 15.0004480672 18.8421996172 39.6292273495 0 +27590400 15.0004480672 21.2559658415 52.6796387711 0 +27591300 15.0004480672 23.125255396 62.6235509585 0 +27592200 15.0076079717 15.8519932604 74.2249170673 0.0555555556 +27593100 15.0004480672 27.305499013 85.2683495955 0 +27594000 15.0076079717 16.1894082791 95.7065588696 0.0555555556 +27594900 15.0076079717 17.0652977972 154.2811675727 0.0555555556 +27595800 15.0076079717 17.264762041 167.6617536827 0.0555555556 +27596700 15.0076079717 17.4484621082 179.9531200354 0.0555555556 +27597600 15.0076079717 17.6154975653 191.1063109191 0.0555555556 +27598500 15.0076079717 21.3748171037 423.4175738747 0.0555555556 +27599400 15.0076079717 21.6909608755 441.3940637161 0.0555555556 +27600300 15.0076079717 21.9633356374 456.749004069 0.0555555556 +27601200 15.0076079717 22.1907863486 469.4423608228 0.0555555556 +27602100 15.0076079717 22.2281372293 475.5853511911 0.0555555556 +27603000 15.0076079717 22.3504809582 482.8519361491 0.0555555556 +27603900 15.0076079717 22.4267573686 487.3783672048 0.0555555556 +27604800 15.0076079717 22.4566393821 489.1508210456 0.0555555556 +27605700 15.0076079717 25.1574851874 637.1997456394 0.0555555556 +27606600 15.0076079717 25.0933060815 632.5009129536 0.0555555556 +27607500 15.0076079717 24.9662896228 624.351735966 0.0555555556 +27608400 15.0076079717 24.7770244323 612.7690137076 0.0555555556 +27609300 15.0076079717 22.4626106973 479.1714622978 0.0555555556 +27610200 15.0076079717 22.2247085709 464.0375747892 0.0555555556 +27611100 15.0076079717 21.9406114111 446.1699682468 0.0555555556 +27612000 15.0076079717 21.6116789724 425.6116603261 0.0555555556 +27612900 15.0076079717 17.7117617517 183.4393408442 0.0555555556 +27613800 15.0076079717 17.5337113626 171.4560084397 0.0555555556 +27614700 15.0076079717 17.3396910167 158.3703292761 0.0555555556 +27615600 15.0076079717 17.1306673421 144.2357519726 0.0555555556 +27616500 15.0076079717 17.9658303516 198.3937338747 0.0555555556 +27617400 15.0076079717 17.5737282053 173.5367241572 0.0555555556 +27618300 15.0076079717 17.1667548992 147.3236917518 0.0555555556 +27619200 15.0004480672 35.9048290267 120.0587262289 0 +27620100 15.0004480672 24.3301777557 52.9157795885 0 +27621000 15.0004480672 21.2151018822 37.9678743016 0 +27621900 15.0004480672 18.4975100492 24.9823955775 0 +27622800 15.0004480672 15.5819611476 8.4497722435 0 +27623700 15.0004480672 14.3375 0 0 +27624600 15.0004480672 14.2125 0 0 +27625500 15.0004480672 14.0875 0 0 +27626400 15.0004480672 13.9625 0 0 +27627300 15.0004480672 13.9 0 0 +27628200 15.0004480672 13.9 0 0 +27629100 15.0004480672 13.9 0 0 +27630000 15.0004480672 13.9 0 0 +27630900 15.0004480672 13.7625 0 0 +27631800 15.0004480672 13.4875 0 0 +27632700 15.0004480672 13.2125 0 0 +27633600 15.0004480672 12.9375 0 0 +27634500 15.0004480672 12.725 0 0 +27635400 15.0004480672 12.575 0 0 +27636300 15.0004480672 12.425 0 0 +27637200 15.0004480672 12.275 0 0 +27638100 15.0004480672 12.1375 0 0 +27639000 15.0004480672 12.0125 0 0 +27639900 15.0004480672 11.8875 0 0 +27640800 15.0004480672 11.7625 0 0 +27641700 15.0004480672 11.7625 0 0 +27642600 15.0004480672 11.8875 0 0 +27643500 15.0004480672 12.0125 0 0 +27644400 15.0004480672 12.1375 0 0 +27645300 15.0004480672 12.2 0 0 +27646200 15.0004480672 12.2 0 0 +27647100 15.0004480672 12.2 0 0 +27648000 15.0004480672 12.2 0 0 +27648900 15.0004480672 12.0625 0 0 +27649800 15.0004480672 11.7875 0 0 +27650700 15.0004480672 11.5125 0 0 +27651600 15.0004480672 11.2375 0 0 +27652500 15.0004480672 11.0375 0 0 +27653400 15.0004480672 10.9125 0 0 +27654300 15.0004480672 10.7875 0 0 +27655200 15.0004480672 10.6625 0 0 +27656100 15.0004480672 10.65 0 0 +27657000 15.0004480672 10.75 0 0 +27657900 15.0004480672 10.85 0 0 +27658800 15.0004480672 10.95 0 0 +27659700 15.0004480672 11 0 0 +27660600 15.0004480672 11 0 0 +27661500 15.0004480672 11 0 0 +27662400 15.0004480672 11 0 0 +27663300 15.0004480672 10.75 0 0 +27664200 15.0004480672 10.25 0 0 +27665100 15.0004480672 9.75 0 0 +27666000 15.0004480672 9.25 0 0 +27666900 15.0004480672 9.125 0 0 +27667800 15.0004480672 9.375 0 0 +27668700 15.0004480672 9.625 0 0 +27669600 15.0004480672 9.875 0 0 +27670500 15.0004480672 10 0 0 +27671400 15.0004480672 10 0 0 +27672300 15.0004480672 10 0 0 +27673200 15.0004480672 10 0 0 +27674100 15.0004480672 15.8801564164 43.9545071737 0 +27675000 15.0004480672 20.1730172213 63.9994412561 0 +27675900 15.0076079717 15.8622355247 89.058691171 0.0555555556 +27676800 15.0004480672 31.3222637603 117.3908927357 0 +27677700 15.0076079717 19.5955887027 336.1497603986 0.0555555556 +27678600 15.0076079717 20.6101049798 395.2791606405 0.0555555556 +27679500 15.0076079717 21.5779907655 449.630084702 0.0555555556 +27680400 15.0076079717 22.4873805013 499.1095252945 0.0555555556 +27681300 15.0076079717 24.0585827816 592.8971854577 0.0555555556 +27682200 15.0076079717 24.9298036955 638.0611779986 0.0555555556 +27683100 15.0076079717 25.7274196344 678.6705442307 0.0555555556 +27684000 15.0076079717 26.4496905981 714.8739495994 0.0555555556 +27684900 15.0076079717 26.779743431 736.0180990266 0.0555555556 +27685800 15.0076079717 27.3421963664 764.5143542932 0.0555555556 +27686700 15.0076079717 27.8257754723 788.7414237054 0.0555555556 +27687600 15.0076079717 28.229052624 808.7003223816 0.0555555556 +27688500 15.0076079717 26.0290173808 686.0428705325 0.0555555556 +27689400 15.0076079717 26.2145969314 696.0629119771 0.0555555556 +27690300 15.0076079717 26.3306126615 702.3179369704 0.0555555556 +27691200 15.0076079717 26.3766278499 704.7969733151 0.0555555556 +27692100 15.0076079717 27.3004536418 754.7007423264 0.0555555556 +27693000 15.0076079717 27.2207198432 749.3495248535 0.0555555556 +27693900 15.0076079717 27.0660456201 740.0256826856 0.0555555556 +27694800 15.0076079717 26.8370627388 726.7419233864 0.0555555556 +27695700 15.0076079717 28.9298887739 846.8384629597 0.0555555556 +27696600 15.0076079717 28.4841471361 822.6426931293 0.0555555556 +27697500 15.0076079717 27.9542318255 793.9290401237 0.0555555556 +27698400 15.0076079717 27.3417187939 760.6837044132 0.0555555556 +27699300 15.0076079717 25.2875643011 636.258983029 0.0555555556 +27700200 15.0076079717 24.6155489793 598.7152423019 0.0555555556 +27701100 15.0076079717 23.8760915901 557.0262428113 0.0555555556 +27702000 15.0076079717 23.0719370864 511.0970076944 0.0555555556 +27702900 15.0076079717 21.8794818459 440.7920686271 0.0555555556 +27703800 15.0076079717 20.9758253476 387.950637451 0.0555555556 +27704700 15.0076079717 20.031947422 331.1795887129 0.0555555556 +27705600 15.0076079717 19.0685349197 271.2703983658 0.0555555556 +27706500 15.0004480672 38.5100053308 132.5452724157 0 +27707400 15.0076079717 16.3538630562 99.2306608837 0.0555555556 +27708300 15.0004480672 26.2746968379 74.1624110537 0 +27709200 15.0004480672 19.2857634542 26.7152721843 0 +27710100 15.0004480672 15.9625 0 0 +27711000 15.0004480672 15.6875 0 0 +27711900 15.0004480672 15.4125 0 0 +27712800 15.0004480672 15.1375 0 0 +27713700 15.0004480672 14.8625 0 0 +27714600 15.0004480672 14.5875 0 0 +27715500 15.0004480672 14.3125 0 0 +27716400 15.0004480672 14.0375 0 0 +27717300 15.0004480672 13.7625 0 0 +27718200 15.0004480672 13.4875 0 0 +27719100 15.0004480672 13.2125 0 0 +27720000 15.0004480672 12.9375 0 0 +27720900 15.0004480672 12.725 0 0 +27721800 15.0004480672 12.575 0 0 +27722700 15.0004480672 12.425 0 0 +27723600 15.0004480672 12.275 0 0 +27724500 15.0004480672 12.2 0 0 +27725400 15.0004480672 12.2 0 0 +27726300 15.0004480672 12.2 0 0 +27727200 15.0004480672 12.2 0 0 +27728100 15.0004480672 12.1375 0 0 +27729000 15.0004480672 12.0125 0 0 +27729900 15.0004480672 11.8875 0 0 +27730800 15.0004480672 11.7625 0 0 +27731700 15.0004480672 11.625 0 0 +27732600 15.0004480672 11.475 0 0 +27733500 15.0004480672 11.325 0 0 +27734400 15.0004480672 11.175 0 0 +27735300 15.0004480672 11.175 0 0 +27736200 15.0004480672 11.325 0 0 +27737100 15.0004480672 11.475 0 0 +27738000 15.0004480672 11.625 0 0 +27738900 15.0004480672 11.4875 0 0 +27739800 15.0004480672 11.0625 0 0 +27740700 15.0004480672 10.6375 0 0 +27741600 15.0004480672 10.2125 0 0 +27742500 15.0004480672 9.925 0 0 +27743400 15.0004480672 9.775 0 0 +27744300 15.0004480672 9.625 0 0 +27745200 15.0004480672 9.475 0 0 +27746100 15.0004480672 9.475 0 0 +27747000 15.0004480672 9.625 0 0 +27747900 15.0004480672 9.775 0 0 +27748800 15.0004480672 9.925 0 0 +27749700 15.0004480672 10.2125 0 0 +27750600 15.0004480672 10.6375 0 0 +27751500 15.0004480672 11.0625 0 0 +27752400 15.0004480672 11.4875 0 0 +27753300 15.0004480672 11.7 0 0 +27754200 15.0004480672 11.7 0 0 +27755100 15.0004480672 11.7 0 0 +27756000 15.0004480672 11.7 0 0 +27756900 15.0004480672 11.7 0 0 +27757800 15.0004480672 11.7 0 0 +27758700 15.0004480672 11.7 0 0 +27759600 15.0004480672 11.7 0 0 +27760500 15.0004480672 21.2732714002 79.8495529519 0 +27761400 15.0076079717 15.9831538469 107.8252650431 0.0555555556 +27762300 15.0004480672 33.8163485578 145.4421880581 0 +27763200 15.0076079717 17.4001338599 189.3684223138 0.0555555556 +27764100 15.0076079717 17.9124021743 218.1977185661 0.0555555556 +27765000 15.0076079717 18.600401858 260.1513294052 0.0555555556 +27765900 15.0076079717 19.2676001609 299.6811280878 0.0555555556 +27766800 15.0076079717 19.9034887557 336.4623031334 0.0555555556 +27767700 15.0076079717 23.2536800444 543.8902773137 0.0555555556 +27768600 15.0076079717 24.0523558514 587.1216740898 0.0555555556 +27769500 15.0076079717 24.783629021 626.1230554264 0.0555555556 +27770400 15.0076079717 25.4452705787 660.9872476724 0.0555555556 +27771300 15.0076079717 26.5218668419 723.4949087508 0.0555555556 +27772200 15.0076079717 27.0729173447 751.6312383321 0.0555555556 +27773100 15.0076079717 27.5460268966 775.5536612252 0.0555555556 +27774000 15.0076079717 27.9398197431 795.2672531383 0.0555555556 +27774900 15.0076079717 27.5397634702 773.5274666261 0.0555555556 +27775800 15.0076079717 27.7722096531 784.5594199999 0.0555555556 +27776700 15.0076079717 27.9259866719 791.4650997481 0.0555555556 +27777600 15.0076079717 28.0006443745 794.2369578196 0.0555555556 +27778500 15.0076079717 25.7387947778 669.0266021926 0.0555555556 +27779400 15.0076079717 25.6714959365 664.1790526773 0.0555555556 +27780300 15.0076079717 25.5377716543 655.6965808172 0.0555555556 +27781200 15.0076079717 25.3382148639 643.5949488549 0.0555555556 +27782100 15.0076079717 22.1087026595 455.4793264445 0.0555555556 +27783000 15.0076079717 21.8722477324 440.995123993 0.0555555556 +27783900 15.0076079717 21.5916995818 423.8808012853 0.0555555556 +27784800 15.0076079717 21.2683458345 404.1780490301 0.0555555556 +27785700 15.0076079717 17.9892154665 200.7537663341 0.0555555556 +27786600 15.0076079717 17.7885718622 187.5275252308 0.0555555556 +27787500 15.0076079717 17.5699315662 173.0695900902 0.0555555556 +27788400 15.0076079717 17.3344434154 157.4365194367 0.0555555556 +27789300 15.0076079717 18.8415861836 255.3260897525 0.0555555556 +27790200 15.0076079717 18.302827542 223.1074085242 0.0555555556 +27791100 15.0076079717 17.7450106348 189.0035280084 0.0555555556 +27792000 15.0076079717 17.1791752839 153.5149363881 0.0555555556 +27792900 15.0004480672 26.5238222665 71.0112390121 0 +27793800 15.0004480672 22.6620845472 51.6525014078 0 +27794700 15.0004480672 19.5343657227 36.0420362531 0 +27795600 15.0004480672 15.6649577517 10.2401609346 0 +27796500 15.0004480672 14.3375 0 0 +27797400 15.0004480672 14.2125 0 0 +27798300 15.0004480672 14.0875 0 0 +27799200 15.0004480672 13.9625 0 0 +27800100 15.0004480672 13.9 0 0 +27801000 15.0004480672 13.9 0 0 +27801900 15.0004480672 13.9 0 0 +27802800 15.0004480672 13.9 0 0 +27803700 15.0004480672 13.9 0 0 +27804600 15.0004480672 13.9 0 0 +27805500 15.0004480672 13.9 0 0 +27806400 15.0004480672 13.9 0 0 +27807300 15.0004480672 13.825 0 0 +27808200 15.0004480672 13.675 0 0 +27809100 15.0004480672 13.525 0 0 +27810000 15.0004480672 13.375 0 0 +27810900 15.0004480672 13.2375 0 0 +27811800 15.0004480672 13.1125 0 0 +27812700 15.0004480672 12.9875 0 0 +27813600 15.0004480672 12.8625 0 0 +27814500 15.0004480672 12.725 0 0 +27815400 15.0004480672 12.575 0 0 +27816300 15.0004480672 12.425 0 0 +27817200 15.0004480672 12.275 0 0 +27818100 15.0004480672 12.275 0 0 +27819000 15.0004480672 12.425 0 0 +27819900 15.0004480672 12.575 0 0 +27820800 15.0004480672 12.725 0 0 +27821700 15.0004480672 12.8 0 0 +27822600 15.0004480672 12.8 0 0 +27823500 15.0004480672 12.8 0 0 +27824400 15.0004480672 12.8 0 0 +27825300 15.0004480672 12.725 0 0 +27826200 15.0004480672 12.575 0 0 +27827100 15.0004480672 12.425 0 0 +27828000 15.0004480672 12.275 0 0 +27828900 15.0004480672 12.2 0 0 +27829800 15.0004480672 12.2 0 0 +27830700 15.0004480672 12.2 0 0 +27831600 15.0004480672 12.2 0 0 +27832500 15.0004480672 12.2 0 0 +27833400 15.0004480672 12.2 0 0 +27834300 15.0004480672 12.2 0 0 +27835200 15.0004480672 12.2 0 0 +27836100 15.0004480672 12.2 0 0 +27837000 15.0004480672 12.2 0 0 +27837900 15.0004480672 12.2 0 0 +27838800 15.0004480672 12.2 0 0 +27839700 15.0004480672 12.1375 0 0 +27840600 15.0004480672 12.0125 0 0 +27841500 15.0004480672 11.8875 0 0 +27842400 15.0004480672 11.7625 0 0 +27843300 15.0004480672 11.7625 0 0 +27844200 15.0004480672 11.8875 0 0 +27845100 15.0004480672 12.0125 0 0 +27846000 15.0004480672 12.1375 0 0 +27846900 15.0004480672 23.8143587854 101.3909874932 0 +27847800 15.0076079717 16.232731507 131.1896359215 0.0555555556 +27848700 15.0004480672 37.4029954803 172.8612760393 0 +27849600 15.0076079717 17.8482008198 222.362891919 0.0555555556 +27850500 15.0076079717 20.0971368288 369.5110078868 0.0555555556 +27851400 15.0076079717 21.2319246642 433.5809300247 0.0555555556 +27852300 15.0076079717 22.30473645 491.5900195912 0.0555555556 +27853200 15.0076079717 23.3040267298 543.6059390523 0.0555555556 +27854100 15.0076079717 24.6234820007 621.2143912094 0.0555555556 +27855000 15.0076079717 25.5390134598 668.2158763611 0.0555555556 +27855900 15.0076079717 26.3753903792 710.3243395503 0.0555555556 +27856800 15.0076079717 27.1315516035 747.7563747263 0.0555555556 +27857700 15.0076079717 28.1848468847 809.177462037 0.0555555556 +27858600 15.0076079717 28.7798676187 839.439353264 0.0555555556 +27859500 15.0076079717 29.288400571 865.1241126149 0.0555555556 +27860400 15.0076079717 29.7093014811 886.2667565579 0.0555555556 +27861300 15.0076079717 29.4954870144 879.2127493189 0.0555555556 +27862200 15.0076079717 29.7246210289 891.4648050633 0.0555555556 +27863100 15.0076079717 29.8651082476 899.1566433159 0.0555555556 +27864000 15.0076079717 29.9164979927 902.2845847425 0.0555555556 +27864900 15.0076079717 25.5043716676 655.8328699909 0.0555555556 +27865800 15.0076079717 25.4278643669 651.105211964 0.0555555556 +27866700 15.0076079717 25.2860827578 642.7916960957 0.0555555556 +27867600 15.0076079717 25.0796042861 630.9077455653 0.0555555556 +27868500 15.0076079717 29.3557718359 869.8221829712 0.0555555556 +27869400 15.0076079717 28.8915277783 845.6223908489 0.0555555556 +27870300 15.0076079717 28.3405448546 816.8368614333 0.0555555556 +27871200 15.0076079717 27.7041246784 783.4255973329 0.0555555556 +27872100 15.0076079717 26.6691096833 723.9669378183 0.0555555556 +27873000 15.0076079717 25.8896026559 682.6102000618 0.0555555556 +27873900 15.0076079717 25.031298188 636.454602468 0.0555555556 +27874800 15.0076079717 24.0960677008 585.2981246523 0.0555555556 +27875700 15.0076079717 21.5965097392 433.3069407852 0.0555555556 +27876600 15.0076079717 20.6777873149 380.9051524897 0.0555555556 +27877500 15.0076079717 19.7187167538 324.5399507026 0.0555555556 +27878400 15.0076079717 18.7412775337 265.0897546738 0.0555555556 +27879300 15.0004480672 34.6103236003 127.87852308 0 +27880200 15.0076079717 16.0747071651 96.0615422917 0.0555555556 +27881100 15.0004480672 23.0545746112 72.7027095343 0 +27882000 15.0004480672 15.6626072846 19.5051601947 0 +27882900 15.0004480672 13.2375 0 0 +27883800 15.0004480672 13.1125 0 0 +27884700 15.0004480672 12.9875 0 0 +27885600 15.0004480672 12.8625 0 0 +27886500 15.0004480672 12.725 0 0 +27887400 15.0004480672 12.575 0 0 +27888300 15.0004480672 12.425 0 0 +27889200 15.0004480672 12.275 0 0 +27890100 15.0004480672 12.2 0 0 +27891000 15.0004480672 12.2 0 0 +27891900 15.0004480672 12.2 0 0 +27892800 15.0004480672 12.2 0 0 +27893700 15.0004480672 12.1375 0 0 +27894600 15.0004480672 12.0125 0 0 +27895500 15.0004480672 11.8875 0 0 +27896400 15.0004480672 11.7625 0 0 +27897300 15.0004480672 11.625 0 0 +27898200 15.0004480672 11.475 0 0 +27899100 15.0004480672 11.325 0 0 +27900000 15.0004480672 11.175 0 0 +27900900 15.0004480672 10.9625 0 0 +27901800 15.0004480672 10.6875 0 0 +27902700 15.0004480672 10.4125 0 0 +27903600 15.0004480672 10.1375 0 0 +27904500 15.0004480672 10.075 0 0 +27905400 15.0004480672 10.225 0 0 +27906300 15.0004480672 10.375 0 0 +27907200 15.0004480672 10.525 0 0 +27908100 15.0004480672 10.525 0 0 +27909000 15.0004480672 10.375 0 0 +27909900 15.0004480672 10.225 0 0 +27910800 15.0004480672 10.075 0 0 +27911700 15.0004480672 9.925 0 0 +27912600 15.0004480672 9.775 0 0 +27913500 15.0004480672 9.625 0 0 +27914400 15.0004480672 9.475 0 0 +27915300 15.0004480672 9.75 0 0 +27916200 15.0004480672 10.45 0 0 +27917100 15.0004480672 11.15 0 0 +27918000 15.0004480672 11.85 0 0 +27918900 15.0004480672 12.2 0 0 +27919800 15.0004480672 12.2 0 0 +27920700 15.0004480672 12.2 0 0 +27921600 15.0004480672 12.2 0 0 +27922500 15.0004480672 12.2 0 0 +27923400 15.0004480672 12.2 0 0 +27924300 15.0004480672 12.2 0 0 +27925200 15.0004480672 12.2 0 0 +27926100 15.0004480672 12.2 0 0 +27927000 15.0004480672 12.2 0 0 +27927900 15.0004480672 12.2 0 0 +27928800 15.0004480672 12.2 0 0 +27929700 15.0004480672 12.0625 0 0 +27930600 15.0004480672 11.7875 0 0 +27931500 15.0004480672 11.5125 0 0 +27932400 15.0004480672 11.2375 0 0 +27933300 15.0004480672 22.946953401 103.2120851228 0 +27934200 15.0076079717 16.1837679744 132.5269410156 0.0555555556 +27935100 15.0004480672 37.0101377146 173.633409761 0 +27936000 15.0076079717 17.8457820654 223.3522552891 0.0555555556 +27936900 15.0076079717 19.977303554 361.7380593718 0.0555555556 +27937800 15.0076079717 21.0956620362 425.6484235316 0.0555555556 +27938700 15.0076079717 22.1537568163 483.5842785612 0.0555555556 +27939600 15.0076079717 23.1390689349 535.5452748158 0.0555555556 +27940500 15.0076079717 23.7054655336 567.4601188758 0.0555555556 +27941400 15.0076079717 24.5655846835 612.3208472491 0.0555555556 +27942300 15.0076079717 25.3533692425 652.6529986899 0.0555555556 +27943200 15.0076079717 26.0671119016 688.6086632605 0.0555555556 +27944100 15.0076079717 26.6170485534 721.0174970693 0.0555555556 +27945000 15.0076079717 27.1825157249 749.4325432863 0.0555555556 +27945900 15.0076079717 27.6695637954 773.6004395107 0.0555555556 +27946800 15.0076079717 28.0768773185 793.5322186294 0.0555555556 +27947700 15.0076079717 26.7850393661 722.9951745591 0.0555555556 +27948600 15.0076079717 26.9976677619 733.7173018538 0.0555555556 +27949500 15.0076079717 27.136189766 740.4762807836 0.0555555556 +27950400 15.0076079717 27.2001616476 743.2632845367 0.0555555556 +27951300 15.0076079717 28.7181662244 827.2311500981 0.0555555556 +27952200 15.0076079717 28.610601954 821.6463558134 0.0555555556 +27953100 15.0076079717 28.4205959305 811.7669497099 0.0555555556 +27954000 15.0076079717 28.1487505858 797.5998733087 0.0555555556 +27954900 15.0076079717 29.5845014872 877.4110056739 0.0555555556 +27955800 15.0076079717 29.1153646932 853.115892167 0.0555555556 +27956700 15.0076079717 28.5585458191 824.1921652083 0.0555555556 +27957600 15.0076079717 27.9152643651 790.592818475 0.0555555556 +27958500 15.0076079717 26.6375073165 715.0665371501 0.0555555556 +27959400 15.0076079717 25.8972266139 674.2572594156 0.0555555556 +27960300 15.0076079717 25.0783050319 628.669283306 0.0555555556 +27961200 15.0076079717 24.1824540094 578.0891467499 0.0555555556 +27962100 15.0076079717 23.7284376425 555.3254550345 0.0555555556 +27963000 15.0076079717 22.615787945 491.9300922229 0.0555555556 +27963900 15.0076079717 21.4363392433 422.4243510537 0.0555555556 +27964800 15.0076079717 20.2172081732 347.7337230421 0.0555555556 +27965700 15.0076079717 17.5206711558 170.7002951317 0.0555555556 +27966600 15.0004480672 36.8484229353 130.8222592035 0 +27967500 15.0076079717 16.2766823393 102.3532275766 0.0555555556 +27968400 15.0004480672 20.630412545 24.1328392166 0 +27969300 15.0004480672 17.6625 0 0 +27970200 15.0004480672 17.3875 0 0 +27971100 15.0004480672 17.1125 0 0 +27972000 15.0004480672 16.8375 0 0 +27972900 15.0004480672 16.7 0 0 +27973800 15.0004480672 16.7 0 0 +27974700 15.0004480672 16.7 0 0 +27975600 15.0004480672 16.7 0 0 +27976500 15.0004480672 16.625 0 0 +27977400 15.0004480672 16.475 0 0 +27978300 15.0004480672 16.325 0 0 +27979200 15.0004480672 16.175 0 0 +27980100 15.0004480672 16.0375 0 0 +27981000 15.0004480672 15.9125 0 0 +27981900 15.0004480672 15.7875 0 0 +27982800 15.0004480672 15.6625 0 0 +27983700 15.0004480672 15.45 0 0 +27984600 15.0004480672 15.15 0 0 +27985500 15.0004480672 14.85 0 0 +27986400 15.0004480672 14.55 0 0 +27987300 15.0004480672 14.3375 0 0 +27988200 15.0004480672 14.2125 0 0 +27989100 15.0004480672 14.0875 0 0 +27990000 15.0004480672 13.9625 0 0 +27990900 15.0004480672 13.825 0 0 +27991800 15.0004480672 13.675 0 0 +27992700 15.0004480672 13.525 0 0 +27993600 15.0004480672 13.375 0 0 +27994500 15.0004480672 13.2375 0 0 +27995400 15.0004480672 13.1125 0 0 +27996300 15.0004480672 12.9875 0 0 +27997200 15.0004480672 12.8625 0 0 +27998100 15.0004480672 12.8 0 0 +27999000 15.0004480672 12.8 0 0 +27999900 15.0004480672 12.8 0 0 +28000800 15.0004480672 12.8 0 0 +28001700 15.0004480672 12.8 0 0 +28002600 15.0004480672 12.8 0 0 +28003500 15.0004480672 12.8 0 0 +28004400 15.0004480672 12.8 0 0 +28005300 15.0004480672 12.725 0 0 +28006200 15.0004480672 12.575 0 0 +28007100 15.0004480672 12.425 0 0 +28008000 15.0004480672 12.275 0 0 +28008900 15.0004480672 12.2 0 0 +28009800 15.0004480672 12.2 0 0 +28010700 15.0004480672 12.2 0 0 +28011600 15.0004480672 12.2 0 0 +28012500 15.0004480672 12.1375 0 0 +28013400 15.0004480672 12.0125 0 0 +28014300 15.0004480672 11.8875 0 0 +28015200 15.0004480672 11.7625 0 0 +28016100 15.0004480672 11.625 0 0 +28017000 15.0004480672 11.475 0 0 +28017900 15.0004480672 11.325 0 0 +28018800 15.0004480672 11.175 0 0 +28019700 15.0004480672 19.6300565652 72.975332378 0 +28020600 15.0004480672 24.6575246913 97.8557633598 0 +28021500 15.0076079717 16.3589279565 130.5602564858 0.0555555556 +28022400 15.0076079717 17.0924619233 170.8760494858 0.0555555556 +28023300 15.0076079717 19.3920089912 323.5938474661 0.0555555556 +28024200 15.0076079717 20.4383177263 383.535601635 0.0555555556 +28025100 15.0076079717 21.437575268 438.5052811346 0.0555555556 +28026000 15.0076079717 22.3753863014 488.2823411871 0.0555555556 +28026900 15.0076079717 24.23166326 600.5878536168 0.0555555556 +28027800 15.0076079717 25.1150558511 647.4061066307 0.0555555556 +28028700 15.0076079717 25.9206391911 689.3673198344 0.0555555556 +28029600 15.0076079717 26.6472719091 726.6824002205 0.0555555556 +28030500 15.0076079717 27.276559256 763.2484709775 0.0555555556 +28031400 15.0076079717 27.8820050534 792.8138340737 0.0555555556 +28032300 15.0076079717 28.404483821 817.938712028 0.0555555556 +28033200 15.0076079717 28.8428192883 838.6518260997 0.0555555556 +28034100 15.0076079717 29.6909699685 887.5848029579 0.0555555556 +28035000 15.0076079717 29.9472092819 900.0214664222 0.0555555556 +28035900 15.0076079717 30.1137633551 907.8825248555 0.0555555556 +28036800 15.0076079717 30.1902048395 911.1673654666 0.0555555556 +28037700 15.0076079717 28.7658047926 832.3369466179 0.0555555556 +28038600 15.0076079717 28.6703813767 826.7820334016 0.0555555556 +28039500 15.0076079717 28.4918170734 816.8991405132 0.0555555556 +28040400 15.0076079717 28.2307006429 802.6941650148 0.0555555556 +28041300 15.0076079717 26.9799688394 729.5257601136 0.0555555556 +28042200 15.0076079717 26.5826993725 708.1035538608 0.0555555556 +28043100 15.0076079717 26.1113347749 682.6427759199 0.0555555556 +28044000 15.0076079717 25.5673483391 653.1377340381 0.0555555556 +28044900 15.0076079717 25.3778645633 642.609925986 0.0555555556 +28045800 15.0076079717 24.6523903979 604.4577899828 0.0555555556 +28046700 15.0076079717 23.8568775263 561.9846436661 0.0555555556 +28047600 15.0076079717 22.9937966097 515.0659662731 0.0555555556 +28048500 15.0076079717 22.735311304 506.0379298861 0.0555555556 +28049400 15.0076079717 21.6804619377 445.9905146326 0.0555555556 +28050300 15.0076079717 20.57144592 380.8066836563 0.0555555556 +28051200 15.0076079717 19.4351739465 311.537081638 0.0555555556 +28052100 15.0004480672 38.5521734515 150.4608626565 0 +28053000 15.0076079717 16.3576753204 114.3894150263 0.0555555556 +28053900 15.0004480672 26.1475612591 88.6167860428 0 +28054800 15.0004480672 16.999779582 17.3741302069 0 +28055700 15.0004480672 14.925 0 0 +28056600 15.0004480672 14.775 0 0 +28057500 15.0004480672 14.625 0 0 +28058400 15.0004480672 14.475 0 0 +28059300 15.0004480672 14.475 0 0 +28060200 15.0004480672 14.625 0 0 +28061100 15.0004480672 14.775 0 0 +28062000 15.0004480672 14.925 0 0 +28062900 15.0004480672 14.925 0 0 +28063800 15.0004480672 14.775 0 0 +28064700 15.0004480672 14.625 0 0 +28065600 15.0004480672 14.475 0 0 +28066500 15.0004480672 14.2625 0 0 +28067400 15.0004480672 13.9875 0 0 +28068300 15.0004480672 13.7125 0 0 +28069200 15.0004480672 13.4375 0 0 +28070100 15.0004480672 13.2375 0 0 +28071000 15.0004480672 13.1125 0 0 +28071900 15.0004480672 12.9875 0 0 +28072800 15.0004480672 12.8625 0 0 +28073700 15.0004480672 12.9375 0 0 +28074600 15.0004480672 13.2125 0 0 +28075500 15.0004480672 13.4875 0 0 +28076400 15.0004480672 13.7625 0 0 +28077300 15.0004480672 13.4875 0 0 +28078200 15.0004480672 12.6625 0 0 +28079100 15.0004480672 11.8375 0 0 +28080000 15.0004480672 11.0125 0 0 +28080900 15.0004480672 10.25 0 0 +28081800 15.0004480672 9.55 0 0 +28082700 15.0004480672 8.85 0 0 +28083600 15.0004480672 8.15 0 0 +28084500 15.0004480672 7.8 0 0 +28085400 15.0004480672 7.8 0 0 +28086300 15.0004480672 7.8 0 0 +28087200 15.0004480672 7.8 0 0 +28088100 15.0004480672 7.8625 0 0 +28089000 15.0004480672 7.9875 0 0 +28089900 15.0004480672 8.1125 0 0 +28090800 15.0004480672 8.2375 0 0 +28091700 15.0004480672 8.4375 0 0 +28092600 15.0004480672 8.7125 0 0 +28093500 15.0004480672 8.9875 0 0 +28094400 15.0004480672 9.2625 0 0 +28095300 15.0004480672 8.925 0 0 +28096200 15.0004480672 7.975 0 0 +28097100 15.0004480672 7.025 0 0 +28098000 15.0004480672 6.075 0 0 +28098900 15.0004480672 6.0125 0 0 +28099800 15.0004480672 6.8375 0 0 +28100700 15.0004480672 7.6625 0 0 +28101600 15.0004480672 8.4875 0 0 +28102500 15.0004480672 8.9 0 0 +28103400 15.0004480672 8.9 0 0 +28104300 15.0004480672 8.9 0 0 +28105200 15.0004480672 8.9 0 0 +28106100 15.0004480672 17.0386667533 71.0477994453 0 +28107000 15.0004480672 22.3896143831 101.6316347748 0 +28107900 15.0076079717 16.1639257228 134.5993385044 0.0555555556 +28108800 15.0004480672 36.4734061479 176.0122974422 0 +28109700 15.0076079717 18.8257853933 301.402003283 0.0555555556 +28110600 15.0076079717 19.8814539306 358.9969316999 0.0555555556 +28111500 15.0076079717 20.8963311409 412.136370539 0.0555555556 +28112400 15.0076079717 21.8549808466 460.4786686151 0.0555555556 +28113300 15.0076079717 20.66696828 383.029320073 0.0555555556 +28114200 15.0076079717 21.2921346783 416.8702349859 0.0555555556 +28115100 15.0076079717 21.8699753571 447.6312446381 0.0555555556 +28116000 15.0076079717 22.3979211193 475.3022135632 0.0555555556 +28116900 15.0076079717 27.3133969805 764.8064180534 0.0555555556 +28117800 15.0076079717 27.9163785679 795.2607965175 0.0555555556 +28118700 15.0076079717 28.4357329015 821.1707840902 0.0555555556 +28119600 15.0076079717 28.8701878951 842.5563798925 0.0555555556 +28120500 15.0076079717 30.2421426168 915.2655278141 0.0555555556 +28121400 15.0076079717 30.4948231441 927.9870274106 0.0555555556 +28122300 15.0076079717 30.6554252376 936.055759036 0.0555555556 +28123200 15.0076079717 30.7235448316 939.4742214955 0.0555555556 +28124100 15.0076079717 30.4851709999 925.4726250551 0.0555555556 +28125000 15.0076079717 30.3694414201 919.6604707172 0.0555555556 +28125900 15.0076079717 30.162523044 909.2515560916 0.0555555556 +28126800 15.0076079717 29.8649364595 894.2421285822 0.0555555556 +28127700 15.0076079717 28.9679514304 848.8717852159 0.0555555556 +28128600 15.0076079717 28.5130477584 824.703336107 0.0555555556 +28129500 15.0076079717 27.9723222492 795.922898788 0.0555555556 +28130400 15.0076079717 27.347111561 762.4984922872 0.0555555556 +28131300 15.0076079717 21.7392860165 429.3554642059 0.0555555556 +28132200 15.0076079717 21.2326003455 401.7564589858 0.0555555556 +28133100 15.0076079717 20.6812529166 371.298593027 0.0555555556 +28134000 15.0076079717 20.0880974625 338.0123548787 0.0555555556 +28134900 15.0076079717 21.3667562785 426.0434986204 0.0555555556 +28135800 15.0076079717 20.4976462906 372.270539583 0.0555555556 +28136700 15.0076079717 19.5921547607 314.9255230634 0.0555555556 +28137600 15.0076079717 18.6731260537 255.0529283299 0.0555555556 +28138500 15.0004480672 33.8853453323 114.077956569 0 +28139400 15.0076079717 16.0363298091 84.5943315541 0.0555555556 +28140300 15.0004480672 22.7817670605 62.3871821163 0 +28141200 15.0004480672 15.2904874841 9.6786324722 0 +28142100 15.0004480672 13.825 0 0 +28143000 15.0004480672 13.675 0 0 +28143900 15.0004480672 13.525 0 0 +28144800 15.0004480672 13.375 0 0 +28145700 15.0004480672 13.2375 0 0 +28146600 15.0004480672 13.1125 0 0 +28147500 15.0004480672 12.9875 0 0 +28148400 15.0004480672 12.8625 0 0 +28149300 15.0004480672 12.6625 0 0 +28150200 15.0004480672 12.3875 0 0 +28151100 15.0004480672 12.1125 0 0 +28152000 15.0004480672 11.8375 0 0 +28152900 15.0004480672 11.7 0 0 +28153800 15.0004480672 11.7 0 0 +28154700 15.0004480672 11.7 0 0 +28155600 15.0004480672 11.7 0 0 +28156500 15.0004480672 11.5625 0 0 +28157400 15.0004480672 11.2875 0 0 +28158300 15.0004480672 11.0125 0 0 +28159200 15.0004480672 10.7375 0 0 +28160100 15.0004480672 10.6625 0 0 +28161000 15.0004480672 10.7875 0 0 +28161900 15.0004480672 10.9125 0 0 +28162800 15.0004480672 11.0375 0 0 +28163700 15.0004480672 10.8875 0 0 +28164600 15.0004480672 10.4625 0 0 +28165500 15.0004480672 10.0375 0 0 +28166400 15.0004480672 9.6125 0 0 +28167300 15.0004480672 9.2625 0 0 +28168200 15.0004480672 8.9875 0 0 +28169100 15.0004480672 8.7125 0 0 +28170000 15.0004480672 8.4375 0 0 +28170900 15.0004480672 8.375 0 0 +28171800 15.0004480672 8.525 0 0 +28172700 15.0004480672 8.675 0 0 +28173600 15.0004480672 8.825 0 0 +28174500 15.0004480672 8.6875 0 0 +28175400 15.0004480672 8.2625 0 0 +28176300 15.0004480672 7.8375 0 0 +28177200 15.0004480672 7.4125 0 0 +28178100 15.0004480672 7.3375 0 0 +28179000 15.0004480672 7.6125 0 0 +28179900 15.0004480672 7.8875 0 0 +28180800 15.0004480672 8.1625 0 0 +28181700 15.0004480672 8.2375 0 0 +28182600 15.0004480672 8.1125 0 0 +28183500 15.0004480672 7.9875 0 0 +28184400 15.0004480672 7.8625 0 0 +28185300 15.0004480672 7.725 0 0 +28186200 15.0004480672 7.575 0 0 +28187100 15.0004480672 7.425 0 0 +28188000 15.0004480672 7.275 0 0 +28188900 15.0004480672 7.4125 0 0 +28189800 15.0004480672 7.8375 0 0 +28190700 15.0004480672 8.2625 0 0 +28191600 15.0004480672 8.6875 0 0 +28192500 15.0004480672 17.3902627855 72.8666017051 0 +28193400 15.0004480672 23.9165936888 110.2432391147 0 +28194300 15.0076079717 16.3460296177 143.6742470823 0.0555555556 +28195200 15.0076079717 17.1516403799 186.6961174035 0.0555555556 +28196100 15.0076079717 18.7519545971 288.406484041 0.0555555556 +28197000 15.0076079717 19.7386387899 344.9188180408 0.0555555556 +28197900 15.0076079717 20.6891136157 397.2786007443 0.0555555556 +28198800 15.0076079717 21.5869718081 445.0497617439 0.0555555556 +28199700 15.0076079717 22.814861784 518.8006723481 0.0555555556 +28200600 15.0076079717 23.620436276 562.1276654962 0.0555555556 +28201500 15.0076079717 24.3586710344 601.1650928426 0.0555555556 +28202400 15.0076079717 25.0275389188 636.0304025686 0.0555555556 +28203300 15.0076079717 24.8210982124 625.3210522184 0.0555555556 +28204200 15.0076079717 25.3083102568 651.4881431171 0.0555555556 +28205100 15.0076079717 25.726202152 673.7996863641 0.0555555556 +28206000 15.0076079717 26.073440212 692.2523637613 0.0555555556 +28206900 15.0076079717 25.8274404566 680.3892273629 0.0555555556 +28207800 15.0076079717 26.022552198 690.8871677723 0.0555555556 +28208700 15.0076079717 26.1471287645 697.5789695111 0.0555555556 +28209600 15.0076079717 26.2007384304 700.4561021313 0.0555555556 +28210500 15.0076079717 27.2752295677 760.042648853 0.0555555556 +28211400 15.0076079717 27.1909986407 754.9775919171 0.0555555556 +28212300 15.0076079717 27.0299837479 745.8540041808 0.0555555556 +28213200 15.0076079717 26.792743829 732.6794526924 0.0555555556 +28214100 15.0076079717 25.8581777074 677.5315828386 0.0555555556 +28215000 15.0076079717 25.5107597335 657.2802919423 0.0555555556 +28215900 15.0076079717 25.0938759641 633.1965083585 0.0555555556 +28216800 15.0076079717 24.6089793055 605.2826241429 0.0555555556 +28217700 15.0076079717 24.623154138 604.5296398201 0.0555555556 +28218600 15.0076079717 23.9671547051 567.9353786866 0.0555555556 +28219500 15.0076079717 23.2448309184 527.2235754969 0.0555555556 +28220400 15.0076079717 22.4588169142 482.2988584829 0.0555555556 +28221300 15.0076079717 22.3530474158 483.2953214588 0.0555555556 +28222200 15.0076079717 21.317347764 423.8098111436 0.0555555556 +28223100 15.0076079717 20.2346045691 359.7651872494 0.0555555556 +28224000 15.0076079717 19.1325295564 292.3700746845 0.0555555556 +28224900 15.0004480672 35.4473401911 133.2641755972 0 +28225800 15.0076079717 16.1197289055 100.6887736294 0.0555555556 +28226700 15.0004480672 23.3091518294 77.3103754612 0 +28227600 15.0004480672 14.2969598157 10.7899384928 0 +28228500 15.0004480672 12.8 0 0 +28229400 15.0004480672 12.8 0 0 +28230300 15.0004480672 12.8 0 0 +28231200 15.0004480672 12.8 0 0 +28232100 15.0004480672 12.725 0 0 +28233000 15.0004480672 12.575 0 0 +28233900 15.0004480672 12.425 0 0 +28234800 15.0004480672 12.275 0 0 +28235700 15.0004480672 12.1375 0 0 +28236600 15.0004480672 12.0125 0 0 +28237500 15.0004480672 11.8875 0 0 +28238400 15.0004480672 11.7625 0 0 +28239300 15.0004480672 11.625 0 0 +28240200 15.0004480672 11.475 0 0 +28241100 15.0004480672 11.325 0 0 +28242000 15.0004480672 11.175 0 0 +28242900 15.0004480672 11.0375 0 0 +28243800 15.0004480672 10.9125 0 0 +28244700 15.0004480672 10.7875 0 0 +28245600 15.0004480672 10.6625 0 0 +28246500 15.0004480672 10.525 0 0 +28247400 15.0004480672 10.375 0 0 +28248300 15.0004480672 10.225 0 0 +28249200 15.0004480672 10.075 0 0 +28250100 15.0004480672 9.925 0 0 +28251000 15.0004480672 9.775 0 0 +28251900 15.0004480672 9.625 0 0 +28252800 15.0004480672 9.475 0 0 +28253700 15.0004480672 9.3375 0 0 +28254600 15.0004480672 9.2125 0 0 +28255500 15.0004480672 9.0875 0 0 +28256400 15.0004480672 8.9625 0 0 +28257300 15.0004480672 8.9625 0 0 +28258200 15.0004480672 9.0875 0 0 +28259100 15.0004480672 9.2125 0 0 +28260000 15.0004480672 9.3375 0 0 +28260900 15.0004480672 9.2625 0 0 +28261800 15.0004480672 8.9875 0 0 +28262700 15.0004480672 8.7125 0 0 +28263600 15.0004480672 8.4375 0 0 +28264500 15.0004480672 8.1625 0 0 +28265400 15.0004480672 7.8875 0 0 +28266300 15.0004480672 7.6125 0 0 +28267200 15.0004480672 7.3375 0 0 +28268100 15.0004480672 7.1375 0 0 +28269000 15.0004480672 7.0125 0 0 +28269900 15.0004480672 6.8875 0 0 +28270800 15.0004480672 6.7625 0 0 +28271700 15.0004480672 6.7625 0 0 +28272600 15.0004480672 6.8875 0 0 +28273500 15.0004480672 7.0125 0 0 +28274400 15.0004480672 7.1375 0 0 +28275300 15.0004480672 7.4125 0 0 +28276200 15.0004480672 7.8375 0 0 +28277100 15.0004480672 8.2625 0 0 +28278000 15.0004480672 8.6875 0 0 +28278900 15.0004480672 16.6849878102 67.1694268712 0 +28279800 15.0004480672 23.6816644562 110.641471094 0 +28280700 15.0076079717 16.310276313 143.5774445719 0.0555555556 +28281600 15.0076079717 17.1037191932 186.6974780079 0.0555555556 +28282500 15.0076079717 19.747108492 361.9157418892 0.0555555556 +28283400 15.0076079717 20.927409205 429.1043351992 0.0555555556 +28284300 15.0076079717 22.0433640212 489.8176749594 0.0555555556 +28285200 15.0076079717 23.0785944911 543.8669542222 0.0555555556 +28286100 15.0076079717 23.9529276587 594.3930012301 0.0555555556 +28287000 15.0076079717 24.872081433 642.2610141951 0.0555555556 +28287900 15.0076079717 25.711934961 685.1310615175 0.0555555556 +28288800 15.0076079717 26.4714972174 723.2344322662 0.0555555556 +28289700 15.0076079717 24.466427343 606.8827228849 0.0555555556 +28290600 15.0076079717 24.9650771449 632.6991134084 0.0555555556 +28291500 15.0076079717 25.3960989946 654.7281766468 0.0555555556 +28292400 15.0076079717 25.7581587365 672.9635974166 0.0555555556 +28293300 15.0076079717 25.7357449379 673.4171612418 0.0555555556 +28294200 15.0076079717 25.9405312096 683.9750092782 0.0555555556 +28295100 15.0076079717 26.0753271439 690.7316390199 0.0555555556 +28296000 15.0076079717 26.1396991784 693.6781193658 0.0555555556 +28296900 15.0076079717 26.2626820623 697.4390777664 0.0555555556 +28297800 15.0076079717 26.1871025496 692.767035265 0.0555555556 +28298700 15.0076079717 26.0406548587 684.2945306966 0.0555555556 +28299600 15.0076079717 25.8238756545 672.0309153823 0.0555555556 +28300500 15.0076079717 27.4809250196 764.8969306778 0.0555555556 +28301400 15.0076079717 27.1000345877 742.7417535841 0.0555555556 +28302300 15.0076079717 26.6406085125 716.3395002513 0.0555555556 +28303200 15.0076079717 26.1039785663 685.6683688555 0.0555555556 +28304100 15.0076079717 23.578484109 536.8807496618 0.0555555556 +28305000 15.0076079717 22.9706403389 503.2328216777 0.0555555556 +28305900 15.0076079717 22.304763952 465.9260490031 0.0555555556 +28306800 15.0076079717 21.5838462712 424.9344250896 0.0555555556 +28307700 15.0076079717 22.5883494363 494.1785713621 0.0555555556 +28308600 15.0076079717 21.5241305597 434.6347054751 0.0555555556 +28309500 15.0076079717 20.4065721385 370.0087558463 0.0555555556 +28310400 15.0076079717 19.2649018525 301.5327916997 0.0555555556 +28311300 15.0004480672 36.8844897336 142.6798898268 0 +28312200 15.0076079717 16.2390764806 108.9812183708 0.0555555556 +28313100 15.0004480672 24.8728414389 85.3681971578 0 +28314000 15.0004480672 15.279304919 11.0265318644 0 +28314900 15.0004480672 13.825 0 0 +28315800 15.0004480672 13.675 0 0 +28316700 15.0004480672 13.525 0 0 +28317600 15.0004480672 13.375 0 0 +28318500 15.0004480672 13.2375 0 0 +28319400 15.0004480672 13.1125 0 0 +28320300 15.0004480672 12.9875 0 0 +28321200 15.0004480672 12.8625 0 0 +28322100 15.0004480672 12.8 0 0 +28323000 15.0004480672 12.8 0 0 +28323900 15.0004480672 12.8 0 0 +28324800 15.0004480672 12.8 0 0 +28325700 15.0004480672 12.725 0 0 +28326600 15.0004480672 12.575 0 0 +28327500 15.0004480672 12.425 0 0 +28328400 15.0004480672 12.275 0 0 +28329300 15.0004480672 12.2 0 0 +28330200 15.0004480672 12.2 0 0 +28331100 15.0004480672 12.2 0 0 +28332000 15.0004480672 12.2 0 0 +28332900 15.0004480672 12.1375 0 0 +28333800 15.0004480672 12.0125 0 0 +28334700 15.0004480672 11.8875 0 0 +28335600 15.0004480672 11.7625 0 0 +28336500 15.0004480672 11.5625 0 0 +28337400 15.0004480672 11.2875 0 0 +28338300 15.0004480672 11.0125 0 0 +28339200 15.0004480672 10.7375 0 0 +28340100 15.0004480672 10.6625 0 0 +28341000 15.0004480672 10.7875 0 0 +28341900 15.0004480672 10.9125 0 0 +28342800 15.0004480672 11.0375 0 0 +28343700 15.0004480672 11.175 0 0 +28344600 15.0004480672 11.325 0 0 +28345500 15.0004480672 11.475 0 0 +28346400 15.0004480672 11.625 0 0 +28347300 15.0004480672 11.7 0 0 +28348200 15.0004480672 11.7 0 0 +28349100 15.0004480672 11.7 0 0 +28350000 15.0004480672 11.7 0 0 +28350900 15.0004480672 11.7 0 0 +28351800 15.0004480672 11.7 0 0 +28352700 15.0004480672 11.7 0 0 +28353600 15.0004480672 11.7 0 0 +28354500 15.0004480672 11.7 0 0 +28355400 15.0004480672 11.7 0 0 +28356300 15.0004480672 11.7 0 0 +28357200 15.0004480672 11.7 0 0 +28358100 15.0004480672 11.7 0 0 +28359000 15.0004480672 11.7 0 0 +28359900 15.0004480672 11.7 0 0 +28360800 15.0004480672 11.7 0 0 +28361700 15.0004480672 11.7625 0 0 +28362600 15.0004480672 11.8875 0 0 +28363500 15.0004480672 12.0125 0 0 +28364400 15.0004480672 12.1375 0 0 +28365300 15.0004480672 12.2606863002 0.671552611 0 +28366200 15.0004480672 12.5909448913 3.1589243124 0 +28367100 15.0004480672 12.9270844677 5.6872864282 0 +28368000 15.0004480672 13.2477159449 8.139090898 0 +28368900 15.0004480672 23.2852522758 65.9165399908 0 +28369800 15.0076079717 15.8952130213 80.2847989502 0.0555555556 +28370700 15.0004480672 28.0502557769 94.0102770512 0 +28371600 15.0076079717 16.2864638995 107.0015265068 0.0555555556 +28372500 15.0004480672 32.4801735528 120.3145514677 0 +28373400 15.0076079717 16.6759790242 131.7427195144 0.0555555556 +28374300 15.0004480672 36.5632224227 142.2627149995 0 +28375200 15.0076079717 17.0140285248 151.8310929018 0.0555555556 +28376100 15.0076079717 21.0129740246 398.9365234309 0.0555555556 +28377000 15.0076079717 21.3454292743 417.1490796928 0.0555555556 +28377900 15.0076079717 21.6344036829 432.7539946945 0.0555555556 +28378800 15.0076079717 21.8787815807 445.7178226209 0.0555555556 +28379700 15.0076079717 23.6643213479 550.4220346963 0.0555555556 +28380600 15.0076079717 23.8340037991 559.4454385505 0.0555555556 +28381500 15.0076079717 23.9467074305 565.2462725331 0.0555555556 +28382400 15.0076079717 24.0020397009 567.8128401788 0.0555555556 +28383300 15.0076079717 18.140862941 217.2106764505 0.0555555556 +28384200 15.0076079717 18.1288347473 215.6313447599 0.0555555556 +28385100 15.0076079717 18.0972734711 212.7507751359 0.0555555556 +28386000 15.0076079717 18.0463681759 208.5803090069 0.0555555556 +28386900 15.0076079717 17.0054143033 141.13614022 0.0555555556 +28387800 15.0004480672 37.5980441752 136.4800220626 0 +28388700 15.0076079717 16.8179762041 130.975297486 0.0555555556 +28389600 15.0004480672 35.1915191537 124.6455385661 0 +28390500 15.0076079717 16.3815024178 101.8212588171 0.0555555556 +28391400 15.0004480672 30.7094324994 94.9806930145 0 +28392300 15.0076079717 16.2205933673 87.5045129459 0.0555555556 +28393200 15.0004480672 28.701994659 79.4247327621 0 +28394100 15.0076079717 19.2906155872 285.9274402705 0.0555555556 +28395000 15.0076079717 18.6605958683 248.9421581727 0.0555555556 +28395900 15.0076079717 18.0082945718 209.6403325259 0.0555555556 +28396800 15.0076079717 17.3505312466 168.8345113374 0.0555555556 +28397700 15.0004480672 26.6197520738 74.887439326 0 +28398600 15.0004480672 22.9057963056 55.6272697485 0 +28399500 15.0004480672 20.1548610862 41.3942024865 0 +28400400 15.0004480672 15.4689387254 4.7025921524 0 +28401300 15.0004480672 14.925 0 0 +28402200 15.0004480672 14.775 0 0 +28403100 15.0004480672 14.625 0 0 +28404000 15.0004480672 14.475 0 0 +28404900 15.0004480672 14.3375 0 0 +28405800 15.0004480672 14.2125 0 0 +28406700 15.0004480672 14.0875 0 0 +28407600 15.0004480672 13.9625 0 0 +28408500 15.0004480672 13.7625 0 0 +28409400 15.0004480672 13.4875 0 0 +28410300 15.0004480672 13.2125 0 0 +28411200 15.0004480672 12.9375 0 0 +28412100 15.0004480672 12.725 0 0 +28413000 15.0004480672 12.575 0 0 +28413900 15.0004480672 12.425 0 0 +28414800 15.0004480672 12.275 0 0 +28415700 15.0004480672 12.2 0 0 +28416600 15.0004480672 12.2 0 0 +28417500 15.0004480672 12.2 0 0 +28418400 15.0004480672 12.2 0 0 +28419300 15.0004480672 12.2 0 0 +28420200 15.0004480672 12.2 0 0 +28421100 15.0004480672 12.2 0 0 +28422000 15.0004480672 12.2 0 0 +28422900 15.0004480672 12.2 0 0 +28423800 15.0004480672 12.2 0 0 +28424700 15.0004480672 12.2 0 0 +28425600 15.0004480672 12.2 0 0 +28426500 15.0004480672 12.2 0 0 +28427400 15.0004480672 12.2 0 0 +28428300 15.0004480672 12.2 0 0 +28429200 15.0004480672 12.2 0 0 +28430100 15.0004480672 12.2 0 0 +28431000 15.0004480672 12.2 0 0 +28431900 15.0004480672 12.2 0 0 +28432800 15.0004480672 12.2 0 0 +28433700 15.0004480672 12.2 0 0 +28434600 15.0004480672 12.2 0 0 +28435500 15.0004480672 12.2 0 0 +28436400 15.0004480672 12.2 0 0 +28437300 15.0004480672 12.1375 0 0 +28438200 15.0004480672 12.0125 0 0 +28439100 15.0004480672 11.8875 0 0 +28440000 15.0004480672 11.7625 0 0 +28440900 15.0004480672 11.7625 0 0 +28441800 15.0004480672 11.8875 0 0 +28442700 15.0004480672 12.0125 0 0 +28443600 15.0004480672 12.1375 0 0 +28444500 15.0004480672 12.1375 0 0 +28445400 15.0004480672 12.0125 0 0 +28446300 15.0004480672 11.8875 0 0 +28447200 15.0004480672 11.7625 0 0 +28448100 15.0004480672 11.7 0 0 +28449000 15.0004480672 11.7 0 0 +28449900 15.0004480672 11.7 0 0 +28450800 15.0004480672 11.7 0 0 +28451700 15.0004480672 15.706345571 33.3808087166 0 +28452600 15.0004480672 22.5448727012 79.3596062153 0 +28453500 15.0076079717 16.056661213 104.2322130871 0.0555555556 +28454400 15.0004480672 34.3632882242 137.4838803079 0 +28455300 15.0076079717 19.0543796591 299.1090953427 0.0555555556 +28456200 15.0076079717 20.0709865396 359.3928450092 0.0555555556 +28457100 15.0076079717 21.047916943 415.0565137799 0.0555555556 +28458000 15.0076079717 21.9652331878 465.5025070693 0.0555555556 +28458900 15.0076079717 22.7127218899 510.2615320574 0.0555555556 +28459800 15.0076079717 23.5386243705 554.3253492894 0.0555555556 +28460700 15.0076079717 24.296536685 594.0169921325 0.0555555556 +28461600 15.0076079717 24.984452865 629.4631903539 0.0555555556 +28462500 15.0076079717 24.9117627027 625.2079943113 0.0555555556 +28463400 15.0076079717 25.4211858816 651.9437129893 0.0555555556 +28464300 15.0076079717 25.8602909112 674.7604034669 0.0555555556 +28465200 15.0076079717 26.2277993241 693.6620628532 0.0555555556 +28466100 15.0076079717 25.532474634 656.3236345126 0.0555555556 +28467000 15.0076079717 25.7266795104 666.8638404012 0.0555555556 +28467900 15.0076079717 25.8521720537 673.6633712018 0.0555555556 +28468800 15.0076079717 25.9085230602 676.7137747827 0.0555555556 +28469700 15.0076079717 21.7913090737 443.2449207938 0.0555555556 +28470600 15.0076079717 21.7490132722 440.144246501 0.0555555556 +28471500 15.0076079717 21.663074352 434.4407904374 0.0555555556 +28472400 15.0076079717 21.5338855926 426.1503018836 0.0555555556 +28473300 15.0076079717 20.8813585061 385.9568873851 0.0555555556 +28474200 15.0076079717 20.6746372749 373.4738774799 0.0555555556 +28475100 15.0076079717 20.4300510808 358.6630277356 0.0555555556 +28476000 15.0076079717 20.1486664016 341.5636703867 0.0555555556 +28476900 15.0076079717 18.7866494937 256.9231675243 0.0555555556 +28477800 15.0076079717 18.5036448713 239.6423766535 0.0555555556 +28478700 15.0076079717 18.1956169538 220.6789485788 0.0555555556 +28479600 15.0076079717 17.864258349 200.0969965167 0.0555555556 +28480500 15.0004480672 36.2964895468 131.1743741285 0 +28481400 15.0076079717 16.5543508538 113.9252900007 0.0555555556 +28482300 15.0004480672 30.4722423002 95.7681069285 0 +28483200 15.0076079717 16.0138247784 76.8541736542 0.0555555556 +28484100 15.0004480672 18.5218934469 26.145205516 0 +28485000 15.0004480672 16.9314051587 17.5383800639 0 +28485900 15.0004480672 15.3962090615 9.2388328975 0 +28486800 15.0004480672 13.9930150577 0.647180103 0 +28487700 15.0004480672 13.825 0 0 +28488600 15.0004480672 13.675 0 0 +28489500 15.0004480672 13.525 0 0 +28490400 15.0004480672 13.375 0 0 +28491300 15.0004480672 13.3 0 0 +28492200 15.0004480672 13.3 0 0 +28493100 15.0004480672 13.3 0 0 +28494000 15.0004480672 13.3 0 0 +28494900 15.0004480672 13.3 0 0 +28495800 15.0004480672 13.3 0 0 +28496700 15.0004480672 13.3 0 0 +28497600 15.0004480672 13.3 0 0 +28498500 15.0004480672 13.2375 0 0 +28499400 15.0004480672 13.1125 0 0 +28500300 15.0004480672 12.9875 0 0 +28501200 15.0004480672 12.8625 0 0 +28502100 15.0004480672 12.8 0 0 +28503000 15.0004480672 12.8 0 0 +28503900 15.0004480672 12.8 0 0 +28504800 15.0004480672 12.8 0 0 +28505700 15.0004480672 12.8625 0 0 +28506600 15.0004480672 12.9875 0 0 +28507500 15.0004480672 13.1125 0 0 +28508400 15.0004480672 13.2375 0 0 +28509300 15.0004480672 13.3 0 0 +28510200 15.0004480672 13.3 0 0 +28511100 15.0004480672 13.3 0 0 +28512000 15.0004480672 13.3 0 0 +28512900 15.0004480672 13.3 0 0 +28513800 15.0004480672 13.3 0 0 +28514700 15.0004480672 13.3 0 0 +28515600 15.0004480672 13.3 0 0 +28516500 15.0004480672 13.1625 0 0 +28517400 15.0004480672 12.8875 0 0 +28518300 15.0004480672 12.6125 0 0 +28519200 15.0004480672 12.3375 0 0 +28520100 15.0004480672 12.2 0 0 +28521000 15.0004480672 12.2 0 0 +28521900 15.0004480672 12.2 0 0 +28522800 15.0004480672 12.2 0 0 +28523700 15.0004480672 12.275 0 0 +28524600 15.0004480672 12.425 0 0 +28525500 15.0004480672 12.575 0 0 +28526400 15.0004480672 12.725 0 0 +28527300 15.0004480672 12.9375 0 0 +28528200 15.0004480672 13.2125 0 0 +28529100 15.0004480672 13.4875 0 0 +28530000 15.0004480672 13.7625 0 0 +28530900 15.0004480672 14.0375 0 0 +28531800 15.0004480672 14.3125 0 0 +28532700 15.0004480672 14.5875 0 0 +28533600 15.0004480672 14.8625 0 0 +28534500 15.0004480672 14.725 0 0 +28535400 15.0004480672 14.175 0 0 +28536300 15.0004480672 13.625 0 0 +28537200 15.0004480672 13.075 0 0 +28538100 15.0004480672 15.5516190317 23.3465051193 0 +28539000 15.0004480672 22.5506730329 72.869317038 0 +28539900 15.0076079717 16.0328565263 98.384246389 0.0555555556 +28540800 15.0004480672 33.6690865866 131.5500665314 0 +28541700 15.0076079717 16.3079004654 106.7193385523 0.0555555556 +28542600 15.0004480672 34.7705613326 130.9689736472 0 +28543500 15.0076079717 17.0664206169 154.2315854137 0.0555555556 +28544400 15.0076079717 17.4285325254 176.1310552832 0.0555555556 +28545300 15.0076079717 22.8742052817 523.0588653377 0.0555555556 +28546200 15.0076079717 23.7067787308 569.1802613468 0.0555555556 +28547100 15.0076079717 24.4695046137 610.7808294467 0.0555555556 +28548000 15.0076079717 25.1601433505 647.9738986263 0.0555555556 +28548900 15.0076079717 26.2142095224 705.6058811636 0.0555555556 +28549800 15.0076079717 26.7722564999 734.8154744419 0.0555555556 +28550700 15.0076079717 27.251075864 759.7017327408 0.0555555556 +28551600 15.0076079717 27.6495765563 780.2978294385 0.0555555556 +28552500 15.0076079717 28.8530832819 851.2089343542 0.0555555556 +28553400 15.0076079717 29.1367025844 864.1092626631 0.0555555556 +28554300 15.0076079717 29.3323069109 872.4567476761 0.0555555556 +28555200 15.0076079717 29.4394794589 876.252610493 0.0555555556 +28556100 15.0076079717 26.0717129558 684.6168450664 0.0555555556 +28557000 15.0076079717 25.9993644162 680.1971700149 0.0555555556 +28557900 15.0076079717 25.8568623455 671.992105173 0.0555555556 +28558800 15.0076079717 25.6447121581 660.0101347819 0.0555555556 +28559700 15.0076079717 26.2125411326 691.6346426982 0.0555555556 +28560600 15.0076079717 25.8398047048 671.0989562592 0.0555555556 +28561500 15.0076079717 25.3952733463 646.5991357807 0.0555555556 +28562400 15.0076079717 24.8802973472 618.1280420969 0.0555555556 +28563300 15.0076079717 24.7514898462 611.5068101792 0.0555555556 +28564200 15.0076079717 24.0620101386 574.0700528576 0.0555555556 +28565100 15.0076079717 23.3041290828 532.3663865807 0.0555555556 +28566000 15.0076079717 22.4804730548 486.2979029246 0.0555555556 +28566900 15.0076079717 21.7488885024 444.4062854949 0.0555555556 +28567800 15.0076079717 20.7739556819 389.6906543259 0.0555555556 +28568700 15.0076079717 19.7530467101 330.4922051053 0.0555555556 +28569600 15.0076079717 18.7152495379 268.1270702624 0.0555555556 +28570500 15.0004480672 33.3559258026 124.6927336153 0 +28571400 15.0076079717 16.0182897385 95.5523192435 0.0555555556 +28572300 15.0004480672 22.9406919912 75.4021840048 0 +28573200 15.0004480672 14.1978577367 7.2180028334 0 +28574100 15.0004480672 13.2375 0 0 +28575000 15.0004480672 13.1125 0 0 +28575900 15.0004480672 12.9875 0 0 +28576800 15.0004480672 12.8625 0 0 +28577700 15.0004480672 12.725 0 0 +28578600 15.0004480672 12.575 0 0 +28579500 15.0004480672 12.425 0 0 +28580400 15.0004480672 12.275 0 0 +28581300 15.0004480672 12.275 0 0 +28582200 15.0004480672 12.425 0 0 +28583100 15.0004480672 12.575 0 0 +28584000 15.0004480672 12.725 0 0 +28584900 15.0004480672 12.725 0 0 +28585800 15.0004480672 12.575 0 0 +28586700 15.0004480672 12.425 0 0 +28587600 15.0004480672 12.275 0 0 +28588500 15.0004480672 12.275 0 0 +28589400 15.0004480672 12.425 0 0 +28590300 15.0004480672 12.575 0 0 +28591200 15.0004480672 12.725 0 0 +28592100 15.0004480672 12.725 0 0 +28593000 15.0004480672 12.575 0 0 +28593900 15.0004480672 12.425 0 0 +28594800 15.0004480672 12.275 0 0 +28595700 15.0004480672 12.1375 0 0 +28596600 15.0004480672 12.0125 0 0 +28597500 15.0004480672 11.8875 0 0 +28598400 15.0004480672 11.7625 0 0 +28599300 15.0004480672 11.7 0 0 +28600200 15.0004480672 11.7 0 0 +28601100 15.0004480672 11.7 0 0 +28602000 15.0004480672 11.7 0 0 +28602900 15.0004480672 11.625 0 0 +28603800 15.0004480672 11.475 0 0 +28604700 15.0004480672 11.325 0 0 +28605600 15.0004480672 11.175 0 0 +28606500 15.0004480672 11.0375 0 0 +28607400 15.0004480672 10.9125 0 0 +28608300 15.0004480672 10.7875 0 0 +28609200 15.0004480672 10.6625 0 0 +28610100 15.0004480672 10.6 0 0 +28611000 15.0004480672 10.6 0 0 +28611900 15.0004480672 10.6 0 0 +28612800 15.0004480672 10.6 0 0 +28613700 15.0004480672 10.525 0 0 +28614600 15.0004480672 10.375 0 0 +28615500 15.0004480672 10.225 0 0 +28616400 15.0004480672 10.075 0 0 +28617300 15.0004480672 10.075 0 0 +28618200 15.0004480672 10.225 0 0 +28619100 15.0004480672 10.375 0 0 +28620000 15.0004480672 10.525 0 0 +28620900 15.0004480672 10.6 0 0 +28621800 15.0004480672 10.6 0 0 +28622700 15.0004480672 10.6 0 0 +28623600 15.0004480672 10.6 0 0 +28624500 15.0004480672 13.6520779701 25.8500696627 0 +28625400 15.0004480672 23.1089655075 95.7992836145 0 +28626300 15.0076079717 16.1508500994 122.6941335274 0.0555555556 +28627200 15.0004480672 36.0047387381 160.1013116137 0 +28628100 15.0076079717 18.4071692148 262.7647140439 0.0555555556 +28629000 15.0076079717 19.3489340769 318.7398896672 0.0555555556 +28629900 15.0076079717 20.2635399021 371.0677408643 0.0555555556 +28630800 15.0076079717 21.1291860132 418.9259838153 0.0555555556 +28631700 15.0076079717 22.6763625897 513.8154088999 0.0555555556 +28632600 15.0076079717 23.4973652414 558.6275221238 0.0555555556 +28633500 15.0076079717 24.2483437608 598.9195046636 0.0555555556 +28634400 15.0076079717 24.9275565001 634.8506518683 0.0555555556 +28635300 15.0076079717 24.2284246978 595.8141728445 0.0555555556 +28636200 15.0076079717 24.7229710766 622.0083162682 0.0555555556 +28637100 15.0076079717 25.1498538558 644.3931979843 0.0555555556 +28638000 15.0076079717 25.5077982757 662.9694661204 0.0555555556 +28638900 15.0076079717 28.1894795616 818.8917755616 0.0555555556 +28639800 15.0076079717 28.4440047917 831.7073741344 0.0555555556 +28640700 15.0076079717 28.6132191896 840.0367544395 0.0555555556 +28641600 15.0076079717 28.6966861182 843.878481332 0.0555555556 +28642500 15.0076079717 25.3768747994 654.1069792209 0.0555555556 +28643400 15.0076079717 25.3215238573 649.8959854992 0.0555555556 +28644300 15.0076079717 25.1990139516 642.0102109114 0.0555555556 +28645200 15.0076079717 25.0098390072 630.4596786258 0.0555555556 +28646100 15.0076079717 29.3135505449 872.4960332385 0.0555555556 +28647000 15.0076079717 28.8439606811 848.5842460818 0.0555555556 +28647900 15.0076079717 28.2850199537 819.9371699647 0.0555555556 +28648800 15.0076079717 27.6375586458 786.4818779432 0.0555555556 +28649700 15.0076079717 27.0097369458 750.3925891634 0.0555555556 +28650600 15.0076079717 26.2065702879 708.0903555409 0.0555555556 +28651500 15.0076079717 25.3162955117 660.4890635725 0.0555555556 +28652400 15.0076079717 24.339328677 607.260996901 0.0555555556 +28653300 15.0076079717 23.1534149186 539.9407707394 0.0555555556 +28654200 15.0076079717 22.0177008392 475.6607706266 0.0555555556 +28655100 15.0076079717 20.8162286888 405.308947434 0.0555555556 +28656000 15.0076079717 19.5840373401 330.4071625628 0.0555555556 +28656900 15.0004480672 37.2605247478 151.8951537186 0 +28657800 15.0076079717 16.2728558665 117.9358373879 0.0555555556 +28658700 15.0004480672 25.2070122789 94.790955677 0 +28659600 15.0004480672 14.3126521623 8.2282221809 0 +28660500 15.0004480672 13.2375 0 0 +28661400 15.0004480672 13.1125 0 0 +28662300 15.0004480672 12.9875 0 0 +28663200 15.0004480672 12.8625 0 0 +28664100 15.0004480672 12.725 0 0 +28665000 15.0004480672 12.575 0 0 +28665900 15.0004480672 12.425 0 0 +28666800 15.0004480672 12.275 0 0 +28667700 15.0004480672 12.1375 0 0 +28668600 15.0004480672 12.0125 0 0 +28669500 15.0004480672 11.8875 0 0 +28670400 15.0004480672 11.7625 0 0 +28671300 15.0004480672 11.625 0 0 +28672200 15.0004480672 11.475 0 0 +28673100 15.0004480672 11.325 0 0 +28674000 15.0004480672 11.175 0 0 +28674900 15.0004480672 11.0375 0 0 +28675800 15.0004480672 10.9125 0 0 +28676700 15.0004480672 10.7875 0 0 +28677600 15.0004480672 10.6625 0 0 +28678500 15.0004480672 10.6625 0 0 +28679400 15.0004480672 10.7875 0 0 +28680300 15.0004480672 10.9125 0 0 +28681200 15.0004480672 11.0375 0 0 +28682100 15.0004480672 11.1 0 0 +28683000 15.0004480672 11.1 0 0 +28683900 15.0004480672 11.1 0 0 +28684800 15.0004480672 11.1 0 0 +28685700 15.0004480672 11.0375 0 0 +28686600 15.0004480672 10.9125 0 0 +28687500 15.0004480672 10.7875 0 0 +28688400 15.0004480672 10.6625 0 0 +28689300 15.0004480672 10.6 0 0 +28690200 15.0004480672 10.6 0 0 +28691100 15.0004480672 10.6 0 0 +28692000 15.0004480672 10.6 0 0 +28692900 15.0004480672 10.525 0 0 +28693800 15.0004480672 10.375 0 0 +28694700 15.0004480672 10.225 0 0 +28695600 15.0004480672 10.075 0 0 +28696500 15.0004480672 9.8625 0 0 +28697400 15.0004480672 9.5875 0 0 +28698300 15.0004480672 9.3125 0 0 +28699200 15.0004480672 9.0375 0 0 +28700100 15.0004480672 8.9625 0 0 +28701000 15.0004480672 9.0875 0 0 +28701900 15.0004480672 9.2125 0 0 +28702800 15.0004480672 9.3375 0 0 +28703700 15.0004480672 9.3375 0 0 +28704600 15.0004480672 9.2125 0 0 +28705500 15.0004480672 9.0875 0 0 +28706400 15.0004480672 8.9625 0 0 +28707300 15.0004480672 8.625 0 0 +28708200 15.0004480672 8.075 0 0 +28709100 15.0004480672 7.525 0 0 +28710000 15.0004480672 6.975 0 0 +28710900 15.0004480672 9.1790420701 18.5985175265 0 +28711800 15.0004480672 19.2565304663 90.2114949157 0 +28712700 15.0004480672 24.8999023106 114.8595775619 0 +28713600 15.0076079717 16.51651913 149.6845731956 0.0555555556 +28714500 15.0076079717 19.1436091096 325.1831608495 0.0555555556 +28715400 15.0076079717 20.2516989308 391.2879529839 0.0555555556 +28716300 15.0076079717 21.309065052 451.7084174147 0.0555555556 +28717200 15.0076079717 22.2913380079 505.6801847676 0.0555555556 +28718100 15.0076079717 22.7908044371 534.27603891 0.0555555556 +28719000 15.0076079717 23.6676854436 580.6302028113 0.0555555556 +28719900 15.0076079717 24.470503668 622.2119579279 0.0555555556 +28720800 15.0076079717 25.1979034294 659.2243195879 0.0555555556 +28721700 15.0076079717 24.2017790323 602.5019486556 0.0555555556 +28722600 15.0076079717 24.6931611571 629.1100992107 0.0555555556 +28723500 15.0076079717 25.1158128651 651.8533829775 0.0555555556 +28724400 15.0076079717 25.4684816275 670.7366525037 0.0555555556 +28725300 15.0076079717 24.2810123332 602.5071497901 0.0555555556 +28726200 15.0076079717 24.4777931315 612.6010480145 0.0555555556 +28727100 15.0076079717 24.6107371912 619.1947819508 0.0555555556 +28728000 15.0076079717 24.6794301087 622.2801327869 0.0555555556 +28728900 15.0076079717 24.6139303564 619.1036452067 0.0555555556 +28729800 15.0076079717 24.5541798908 615.166471281 0.0555555556 +28730700 15.0076079717 24.4306352259 607.7244398251 0.0555555556 +28731600 15.0076079717 24.2437662713 596.787392927 0.0555555556 +28732500 15.0076079717 21.1578735565 416.7759765784 0.0555555556 +28733400 15.0076079717 20.9531759334 403.4658825751 0.0555555556 +28734300 15.0076079717 20.7062333484 387.6248646422 0.0555555556 +28735200 15.0076079717 20.4181683997 369.2861869264 0.0555555556 +28736100 15.0076079717 23.6956881291 563.9054351695 0.0555555556 +28737000 15.0076079717 23.0558425746 528.7121400353 0.0555555556 +28737900 15.0076079717 22.3528842892 489.5532465264 0.0555555556 +28738800 15.0076079717 21.5896195783 446.3692135767 0.0555555556 +28739700 15.0076079717 19.0195022264 284.8650648181 0.0555555556 +28740600 15.0076079717 18.4085366343 247.3687650968 0.0555555556 +28741500 15.0076079717 17.7754868965 207.5947304812 0.0555555556 +28742400 15.0076079717 17.1381310057 166.4453762165 0.0555555556 +28743300 15.0004480672 23.6317503856 70.5297142929 0 +28744200 15.0004480672 19.6851325069 52.3907020203 0 +28745100 15.0004480672 16.6131709753 38.8214667435 0 +28746000 15.0004480672 11.5747007958 2.8787785647 0 +28746900 15.0004480672 10.9625 0 0 +28747800 15.0004480672 10.6875 0 0 +28748700 15.0004480672 10.4125 0 0 +28749600 15.0004480672 10.1375 0 0 +28750500 15.0004480672 9.925 0 0 +28751400 15.0004480672 9.775 0 0 +28752300 15.0004480672 9.625 0 0 +28753200 15.0004480672 9.475 0 0 +28754100 15.0004480672 9.2625 0 0 +28755000 15.0004480672 8.9875 0 0 +28755900 15.0004480672 8.7125 0 0 +28756800 15.0004480672 8.4375 0 0 +28757700 15.0004480672 8.1625 0 0 +28758600 15.0004480672 7.8875 0 0 +28759500 15.0004480672 7.6125 0 0 +28760400 15.0004480672 7.3375 0 0 +28761300 15.0004480672 7.1375 0 0 +28762200 15.0004480672 7.0125 0 0 +28763100 15.0004480672 6.8875 0 0 +28764000 15.0004480672 6.7625 0 0 +28764900 15.0004480672 6.7 0 0 +28765800 15.0004480672 6.7 0 0 +28766700 15.0004480672 6.7 0 0 +28767600 15.0004480672 6.7 0 0 +28768500 15.0004480672 6.5625 0 0 +28769400 15.0004480672 6.2875 0 0 +28770300 15.0004480672 6.0125 0 0 +28771200 15.0004480672 5.7375 0 0 +28772100 15.0004480672 5.525 0 0 +28773000 15.0004480672 5.375 0 0 +28773900 15.0004480672 5.225 0 0 +28774800 15.0004480672 5.075 0 0 +28775700 15.0004480672 5 0 0 +28776600 15.0004480672 5 0 0 +28777500 15.0004480672 5 0 0 +28778400 15.0004480672 5 0 0 +28779300 15.0004480672 4.925 0 0 +28780200 15.0004480672 4.775 0 0 +28781100 15.0004480672 4.625 0 0 +28782000 15.0004480672 4.475 0 0 +28782900 15.0004480672 4.3375 0 0 +28783800 15.0004480672 4.2125 0 0 +28784700 15.0004480672 4.0875 0 0 +28785600 15.0004480672 3.9625 0 0 +28786500 15.0004480672 3.825 0 0 +28787400 15.0004480672 3.675 0 0 +28788300 15.0004480672 3.525 0 0 +28789200 15.0004480672 3.375 0 0 +28790100 15.0004480672 3.375 0 0 +28791000 15.0004480672 3.525 0 0 +28791900 15.0004480672 3.675 0 0 +28792800 15.0004480672 3.825 0 0 +28793700 15.0004480672 3.9 0 0 +28794600 15.0004480672 3.9 0 0 +28795500 15.0004480672 3.9 0 0 +28796400 15.0004480672 3.9 0 0 +28797300 15.0004480672 5.418807363 12.1686520343 0 +28798200 15.0004480672 14.8090769419 82.058142869 0 +28799100 15.0004480672 19.7500080172 105.3596631504 0 +28800000 15.0076079717 16.0048697021 138.0845051146 0.0555555556 +28800900 15.0076079717 18.6345611196 313.3114518085 0.0555555556 +28801800 15.0076079717 19.7928352985 378.5086376293 0.0555555556 +28802700 15.0076079717 20.9058232001 438.4164008306 0.0555555556 +28803600 15.0076079717 21.9472963171 492.1148676532 0.0555555556 +28804500 15.0076079717 23.4202471101 579.7854521692 0.0555555556 +28805400 15.0076079717 24.3526479025 629.2321938956 0.0555555556 +28806300 15.0076079717 25.2029758505 673.4096944463 0.0555555556 +28807200 15.0076079717 25.9706894699 712.6046906422 0.0555555556 +28808100 15.0076079717 24.4250791056 622.5911948235 0.0555555556 +28809000 15.0076079717 24.9579927944 650.0798094658 0.0555555556 +28809900 15.0076079717 25.4195552077 673.5745496735 0.0555555556 +28810800 15.0076079717 25.8085511673 693.0879326515 0.0555555556 +28811700 15.0076079717 27.6039959718 796.5510923535 0.0555555556 +28812600 15.0076079717 27.8474525773 809.2826801545 0.0555555556 +28813500 15.0076079717 28.0073462228 817.6266391795 0.0555555556 +28814400 15.0076079717 28.0832527603 821.5829794439 0.0555555556 +28815300 15.0076079717 24.5911272463 624.1668768262 0.0555555556 +28816200 15.0076079717 24.5424339536 620.2577065643 0.0555555556 +28817100 15.0076079717 24.4293210652 612.7950408829 0.0555555556 +28818000 15.0076079717 24.2522555885 601.7889052624 0.0555555556 +28818900 15.0076079717 27.4340315493 780.2476749852 0.0555555556 +28819800 15.0076079717 27.0202256898 758.0578849346 0.0555555556 +28820700 15.0076079717 26.5250933311 731.4734464196 0.0555555556 +28821600 15.0076079717 25.9497115951 700.4523254209 0.0555555556 +28822500 15.0076079717 25.1527989314 657.1362056266 0.0555555556 +28823400 15.0076079717 24.4374861525 617.1401122426 0.0555555556 +28824300 15.0076079717 23.6472304727 572.4816921611 0.0555555556 +28825200 15.0076079717 22.7844632252 523.029666619 0.0555555556 +28826100 15.0076079717 18.5632318305 257.1834361345 0.0555555556 +28827000 15.0076079717 17.9973846539 222.8997637518 0.0555555556 +28827900 15.0076079717 17.4119402129 186.6749181475 0.0555555556 +28828800 15.0004480672 36.06502652 149.2671779306 0 +28829700 15.0004480672 21.1384021389 60.232924362 0 +28830600 15.0004480672 17.8872622112 43.9238985236 0 +28831500 15.0004480672 15.2901667531 31.0297088967 0 +28832400 15.0004480672 11.3354040341 1.9769109797 0 +28833300 15.0004480672 11.0375 0 0 +28834200 15.0004480672 10.9125 0 0 +28835100 15.0004480672 10.7875 0 0 +28836000 15.0004480672 10.6625 0 0 +28836900 15.0004480672 10.525 0 0 +28837800 15.0004480672 10.375 0 0 +28838700 15.0004480672 10.225 0 0 +28839600 15.0004480672 10.075 0 0 +28840500 15.0004480672 10 0 0 +28841400 15.0004480672 10 0 0 +28842300 15.0004480672 10 0 0 +28843200 15.0004480672 10 0 0 +28844100 15.0004480672 10 0 0 +28845000 15.0004480672 10 0 0 +28845900 15.0004480672 10 0 0 +28846800 15.0004480672 10 0 0 +28847700 15.0004480672 9.95 0 0 +28848600 15.0004480672 9.85 0 0 +28849500 15.0004480672 9.75 0 0 +28850400 15.0004480672 9.65 0 0 +28851300 15.0004480672 9.55 0 0 +28852200 15.0004480672 9.45 0 0 +28853100 15.0004480672 9.35 0 0 +28854000 15.0004480672 9.25 0 0 +28854900 15.0004480672 9.15 0 0 +28855800 15.0004480672 9.05 0 0 +28856700 15.0004480672 8.95 0 0 +28857600 15.0004480672 8.85 0 0 +28858500 15.0004480672 8.75 0 0 +28859400 15.0004480672 8.65 0 0 +28860300 15.0004480672 8.55 0 0 +28861200 15.0004480672 8.45 0 0 +28862100 15.0004480672 8.35 0 0 +28863000 15.0004480672 8.25 0 0 +28863900 15.0004480672 8.15 0 0 +28864800 15.0004480672 8.05 0 0 +28865700 15.0004480672 7.95 0 0 +28866600 15.0004480672 7.85 0 0 +28867500 15.0004480672 7.75 0 0 +28868400 15.0004480672 7.65 0 0 +28869300 15.0004480672 7.55 0 0 +28870200 15.0004480672 7.45 0 0 +28871100 15.0004480672 7.35 0 0 +28872000 15.0004480672 7.25 0 0 +28872900 15.0004480672 7.2 0 0 +28873800 15.0004480672 7.2 0 0 +28874700 15.0004480672 7.2 0 0 +28875600 15.0004480672 7.2 0 0 +28876500 15.0004480672 7.4125 0 0 +28877400 15.0004480672 7.8375 0 0 +28878300 15.0004480672 8.2625 0 0 +28879200 15.0004480672 8.6875 0 0 +28880100 15.0004480672 8.825 0 0 +28881000 15.0004480672 8.675 0 0 +28881900 15.0004480672 8.525 0 0 +28882800 15.0004480672 8.375 0 0 +28883700 15.0004480672 10.0371424116 13.4177787934 0 +28884600 15.0004480672 23.3705149389 114.5060419681 0 +28885500 15.0076079717 16.2925337945 145.8968052434 0.0555555556 +28886400 15.0076079717 17.1022918301 189.8920888587 0.0555555556 +28887300 15.0076079717 19.247872138 328.9959014984 0.0555555556 +28888200 15.0076079717 20.4300755588 397.5930511447 0.0555555556 +28889100 15.0076079717 21.5620288957 460.4116617108 0.0555555556 +28890000 15.0076079717 22.6150548553 516.4253587616 0.0555555556 +28890900 15.0076079717 23.4442969862 563.4026685198 0.0555555556 +28891800 15.0076079717 24.3816355878 612.1947016533 0.0555555556 +28892700 15.0076079717 25.2385697802 655.8062341144 0.0555555556 +28893600 15.0076079717 26.0144339298 694.513775215 0.0555555556 +28894500 15.0076079717 27.5150208855 781.4528914738 0.0555555556 +28895400 15.0076079717 28.1592113749 813.4762120526 0.0555555556 +28896300 15.0076079717 28.7151514096 840.7393602428 0.0555555556 +28897200 15.0076079717 29.1821796897 863.3212321858 0.0555555556 +28898100 15.0076079717 30.2349610812 922.9694678839 0.0555555556 +28899000 15.0076079717 30.5237107144 936.9171225958 0.0555555556 +28899900 15.0076079717 30.718036706 946.0873371518 0.0555555556 +28900800 15.0076079717 30.8176104064 950.4924108863 0.0555555556 +28901700 15.0076079717 31.0520244686 959.4253995557 0.0555555556 +28902600 15.0076079717 30.9598414927 954.3859981422 0.0555555556 +28903500 15.0076079717 30.7729360431 944.6482769417 0.0555555556 +28904400 15.0076079717 30.4916088292 930.1943605106 0.0555555556 +28905300 15.0076079717 29.9673446157 899.3844400863 0.0555555556 +28906200 15.0076079717 29.4974025913 876.0720711597 0.0555555556 +28907100 15.0076079717 28.9358821704 848.0104118242 0.0555555556 +28908000 15.0076079717 28.283033787 815.0816341715 0.0555555556 +28908900 15.0076079717 27.2525203157 753.1153077727 0.0555555556 +28909800 15.0076079717 26.4910658725 713.0770211018 0.0555555556 +28910700 15.0076079717 25.6394468911 667.6309917478 0.0555555556 +28911600 15.0076079717 24.6960568664 616.2993518745 0.0555555556 +28912500 15.0076079717 23.2925050385 531.5866042851 0.0555555556 +28913400 15.0076079717 22.23755729 475.7507037311 0.0555555556 +28914300 15.0076079717 21.0880211173 411.8952457954 0.0555555556 +28915200 15.0076079717 19.8758598187 341.1544807715 0.0555555556 +28916100 15.0076079717 17.7768386936 207.8385332196 0.0555555556 +28917000 15.0004480672 37.5761299687 161.9543131434 0 +28917900 15.0076079717 16.286631102 129.8162694247 0.0555555556 +28918800 15.0004480672 14.8997771465 6.7632262512 0 +28919700 15.0004480672 13.825 0 0 +28920600 15.0004480672 13.675 0 0 +28921500 15.0004480672 13.525 0 0 +28922400 15.0004480672 13.375 0 0 +28923300 15.0004480672 13.1625 0 0 +28924200 15.0004480672 12.8875 0 0 +28925100 15.0004480672 12.6125 0 0 +28926000 15.0004480672 12.3375 0 0 +28926900 15.0004480672 12.2 0 0 +28927800 15.0004480672 12.2 0 0 +28928700 15.0004480672 12.2 0 0 +28929600 15.0004480672 12.2 0 0 +28930500 15.0004480672 11.925 0 0 +28931400 15.0004480672 11.375 0 0 +28932300 15.0004480672 10.825 0 0 +28933200 15.0004480672 10.275 0 0 +28934100 15.0004480672 10 0 0 +28935000 15.0004480672 10 0 0 +28935900 15.0004480672 10 0 0 +28936800 15.0004480672 10 0 0 +28937700 15.0004480672 10 0 0 +28938600 15.0004480672 10 0 0 +28939500 15.0004480672 10 0 0 +28940400 15.0004480672 10 0 0 +28941300 15.0004480672 9.925 0 0 +28942200 15.0004480672 9.775 0 0 +28943100 15.0004480672 9.625 0 0 +28944000 15.0004480672 9.475 0 0 +28944900 15.0004480672 9.3375 0 0 +28945800 15.0004480672 9.2125 0 0 +28946700 15.0004480672 9.0875 0 0 +28947600 15.0004480672 8.9625 0 0 +28948500 15.0004480672 8.7625 0 0 +28949400 15.0004480672 8.4875 0 0 +28950300 15.0004480672 8.2125 0 0 +28951200 15.0004480672 7.9375 0 0 +28952100 15.0004480672 7.725 0 0 +28953000 15.0004480672 7.575 0 0 +28953900 15.0004480672 7.425 0 0 +28954800 15.0004480672 7.275 0 0 +28955700 15.0004480672 7.2 0 0 +28956600 15.0004480672 7.2 0 0 +28957500 15.0004480672 7.2 0 0 +28958400 15.0004480672 7.2 0 0 +28959300 15.0004480672 7.1375 0 0 +28960200 15.0004480672 7.0125 0 0 +28961100 15.0004480672 6.8875 0 0 +28962000 15.0004480672 6.7625 0 0 +28962900 15.0004480672 6.7 0 0 +28963800 15.0004480672 6.7 0 0 +28964700 15.0004480672 6.7 0 0 +28965600 15.0004480672 6.7 0 0 +28966500 15.0004480672 6.9 0 0 +28967400 15.0004480672 7.3 0 0 +28968300 15.0004480672 7.7 0 0 +28969200 15.0004480672 8.1 0 0 +28970100 15.0004480672 8.8014426646 2.2194121578 0 +28971000 15.0004480672 13.2210951648 29.1426871986 0 +28971900 15.0004480672 16.9300314795 46.4431587475 0 +28972800 15.0004480672 21.0582054707 66.1110603262 0 +28973700 15.0076079717 17.2467905247 185.5906103279 0.0555555556 +28974600 15.0076079717 17.9578444047 229.6449542016 0.0555555556 +28975500 15.0076079717 18.662138748 271.8903459507 0.0555555556 +28976400 15.0076079717 19.3386080695 311.3104232201 0.0555555556 +28977300 15.0076079717 20.6116991109 390.1356160173 0.0555555556 +28978200 15.0076079717 21.2857654149 427.5507496622 0.0555555556 +28979100 15.0076079717 21.9067803888 461.439520156 0.0555555556 +28980000 15.0076079717 22.4721955808 491.8467740766 0.0555555556 +28980900 15.0076079717 22.848723496 515.0699098945 0.0555555556 +28981800 15.0076079717 23.2914238956 538.9066198702 0.0555555556 +28982700 15.0076079717 23.67448116 559.3331768746 0.0555555556 +28983600 15.0076079717 23.9966799867 576.3453947284 0.0555555556 +28984500 15.0076079717 26.5479062518 720.1218245451 0.0555555556 +28985400 15.0076079717 26.7865254327 731.9420304749 0.0555555556 +28986300 15.0076079717 26.948628187 739.7548106715 0.0555555556 +28987200 15.0076079717 27.0338114555 743.5608145486 0.0555555556 +28988100 15.0076079717 28.6029633687 835.0838109397 0.0555555556 +28989000 15.0076079717 28.5230161045 830.4562343825 0.0555555556 +28989900 15.0076079717 28.3576872862 821.420142068 0.0555555556 +28990800 15.0076079717 28.1073917556 807.9710140369 0.0555555556 +28991700 15.0076079717 21.3468633158 416.7512496743 0.0555555556 +28992600 15.0076079717 21.1184662564 403.6323111328 0.0555555556 +28993500 15.0076079717 20.8468207818 387.9688467717 0.0555555556 +28994400 15.0076079717 20.5330155563 369.7860921518 0.0555555556 +28995300 15.0076079717 17.2625427794 162.5846689898 0.0555555556 +28996200 15.0076079717 17.0940298636 151.6094449766 0.0555555556 +28997100 15.0004480672 37.2068753114 139.5223805038 0 +28998000 15.0076079717 16.7079163234 126.3589288537 0.0555555556 +28998900 15.0076079717 17.313292333 167.9870357873 0.0555555556 +28999800 15.0004480672 37.7466091972 145.3609713342 0 +29000700 15.0076079717 16.585122502 121.5176247984 0.0555555556 +29001600 15.0004480672 29.4638924578 96.9091707018 0 +29002500 15.0004480672 22.9122446213 57.5560386597 0 +29003400 15.0004480672 19.3011177541 36.8709374762 0 +29004300 15.0004480672 15.5661435231 15.9666945953 0 +29005200 15.0004480672 12.8583787582 0.3645797593 0 +29006100 15.0004480672 12.8 0 0 +29007000 15.0004480672 12.8 0 0 +29007900 15.0004480672 12.8 0 0 +29008800 15.0004480672 12.8 0 0 +29009700 15.0004480672 12.725 0 0 +29010600 15.0004480672 12.575 0 0 +29011500 15.0004480672 12.425 0 0 +29012400 15.0004480672 12.275 0 0 +29013300 15.0004480672 12.2 0 0 +29014200 15.0004480672 12.2 0 0 +29015100 15.0004480672 12.2 0 0 +29016000 15.0004480672 12.2 0 0 +29016900 15.0004480672 12.2 0 0 +29017800 15.0004480672 12.2 0 0 +29018700 15.0004480672 12.2 0 0 +29019600 15.0004480672 12.2 0 0 +29020500 15.0004480672 12.2 0 0 +29021400 15.0004480672 12.2 0 0 +29022300 15.0004480672 12.2 0 0 +29023200 15.0004480672 12.2 0 0 +29024100 15.0004480672 12.2 0 0 +29025000 15.0004480672 12.2 0 0 +29025900 15.0004480672 12.2 0 0 +29026800 15.0004480672 12.2 0 0 +29027700 15.0004480672 12.1375 0 0 +29028600 15.0004480672 12.0125 0 0 +29029500 15.0004480672 11.8875 0 0 +29030400 15.0004480672 11.7625 0 0 +29031300 15.0004480672 11.7 0 0 +29032200 15.0004480672 11.7 0 0 +29033100 15.0004480672 11.7 0 0 +29034000 15.0004480672 11.7 0 0 +29034900 15.0004480672 11.7 0 0 +29035800 15.0004480672 11.7 0 0 +29036700 15.0004480672 11.7 0 0 +29037600 15.0004480672 11.7 0 0 +29038500 15.0004480672 11.7 0 0 +29039400 15.0004480672 11.7 0 0 +29040300 15.0004480672 11.7 0 0 +29041200 15.0004480672 11.7 0 0 +29042100 15.0004480672 11.7 0 0 +29043000 15.0004480672 11.7 0 0 +29043900 15.0004480672 11.7 0 0 +29044800 15.0004480672 11.7 0 0 +29045700 15.0004480672 11.7 0 0 +29046600 15.0004480672 11.7 0 0 +29047500 15.0004480672 11.7 0 0 +29048400 15.0004480672 11.7 0 0 +29049300 15.0004480672 11.7 0 0 +29050200 15.0004480672 11.7 0 0 +29051100 15.0004480672 11.7 0 0 +29052000 15.0004480672 11.7 0 0 +29052900 15.0004480672 11.7 0 0 +29053800 15.0004480672 11.7 0 0 +29054700 15.0004480672 11.7 0 0 +29055600 15.0004480672 11.7 0 0 +29056500 15.0004480672 11.9402030844 1.9177848284 0 +29057400 15.0004480672 16.3886698431 32.9748039279 0 +29058300 15.0004480672 19.7805127398 50.548504544 0 +29059200 15.0004480672 23.7133743745 71.1502148467 0 +29060100 15.0076079717 17.0058821261 158.7503700891 0.0555555556 +29061000 15.0076079717 17.6340597151 197.7033945871 0.0555555556 +29061900 15.0076079717 18.2587371063 235.3330994134 0.0555555556 +29062800 15.0076079717 18.8616937586 270.713476705 0.0555555556 +29063700 15.0004480672 37.7722986333 144.983326 0 +29064600 15.0076079717 17.2301368719 159.9244557667 0.0555555556 +29065500 15.0076079717 17.4779114153 173.6198787904 0.0555555556 +29066400 15.0076079717 17.7061715425 186.0333928294 0.0555555556 +29067300 15.0076079717 18.3665480459 234.3879183236 0.0555555556 +29068200 15.0076079717 18.5518197026 246.1510249568 0.0555555556 +29069100 15.0076079717 18.7120511292 256.2990591246 0.0555555556 +29070000 15.0076079717 18.8465309986 264.7994808155 0.0555555556 +29070900 15.0004480672 34.8190777009 126.0883623513 0 +29071800 15.0076079717 16.7357948759 128.4965032854 0.0555555556 +29072700 15.0004480672 36.0001276096 130.1008239753 0 +29073600 15.0076079717 16.812925461 130.8944544732 0.0555555556 +29074500 15.0004480672 36.6218936819 130.9566935291 0 +29075400 15.0076079717 16.8301649356 130.1217070715 0.0555555556 +29076300 15.0004480672 36.5323691654 128.4757807652 0 +29077200 15.0076079717 16.7951735264 126.0259627194 0.0555555556 +29078100 15.0004480672 35.2103806543 118.685674203 0 +29079000 15.0076079717 16.6411516241 114.7971739656 0.0555555556 +29079900 15.0004480672 33.8519908559 110.1718227496 0 +29080800 15.0076079717 16.4992611894 104.8294270189 0.0555555556 +29081700 15.0004480672 30.7835902274 92.065566845 0 +29082600 15.0076079717 16.1965752089 85.8172541738 0.0555555556 +29083500 15.0004480672 28.0770293417 78.9728887687 0 +29084400 15.0076079717 15.9507599186 71.5617792531 0.0555555556 +29085300 15.0004480672 23.4701351868 54.5054988025 0 +29086200 15.0004480672 22.0781282652 47.2680764009 0 +29087100 15.0004480672 20.605580062 39.6324074338 0 +29088000 15.0004480672 19.0558846959 31.6311890079 0 +29088900 15.0004480672 17.3693248604 22.520572171 0 +29089800 15.0004480672 15.876912391 14.1806157713 0 +29090700 15.0004480672 14.3219876539 5.5906388182 0 +29091600 15.0004480672 13.3155293325 0.0846234382 0 +29092500 15.0004480672 13.375 0 0 +29093400 15.0004480672 13.525 0 0 +29094300 15.0004480672 13.675 0 0 +29095200 15.0004480672 13.825 0 0 +29096100 15.0004480672 13.9 0 0 +29097000 15.0004480672 13.9 0 0 +29097900 15.0004480672 13.9 0 0 +29098800 15.0004480672 13.9 0 0 +29099700 15.0004480672 13.825 0 0 +29100600 15.0004480672 13.675 0 0 +29101500 15.0004480672 13.525 0 0 +29102400 15.0004480672 13.375 0 0 +29103300 15.0004480672 13.3 0 0 +29104200 15.0004480672 13.3 0 0 +29105100 15.0004480672 13.3 0 0 +29106000 15.0004480672 13.3 0 0 +29106900 15.0004480672 13.3 0 0 +29107800 15.0004480672 13.3 0 0 +29108700 15.0004480672 13.3 0 0 +29109600 15.0004480672 13.3 0 0 +29110500 15.0004480672 13.3 0 0 +29111400 15.0004480672 13.3 0 0 +29112300 15.0004480672 13.3 0 0 +29113200 15.0004480672 13.3 0 0 +29114100 15.0004480672 13.375 0 0 +29115000 15.0004480672 13.525 0 0 +29115900 15.0004480672 13.675 0 0 +29116800 15.0004480672 13.825 0 0 +29117700 15.0004480672 13.9 0 0 +29118600 15.0004480672 13.9 0 0 +29119500 15.0004480672 13.9 0 0 +29120400 15.0004480672 13.9 0 0 +29121300 15.0004480672 13.9 0 0 +29122200 15.0004480672 13.9 0 0 +29123100 15.0004480672 13.9 0 0 +29124000 15.0004480672 13.9 0 0 +29124900 15.0004480672 13.9 0 0 +29125800 15.0004480672 13.9 0 0 +29126700 15.0004480672 13.9 0 0 +29127600 15.0004480672 13.9 0 0 +29128500 15.0004480672 13.825 0 0 +29129400 15.0004480672 13.675 0 0 +29130300 15.0004480672 13.525 0 0 +29131200 15.0004480672 13.375 0 0 +29132100 15.0004480672 13.2375 0 0 +29133000 15.0004480672 13.1125 0 0 +29133900 15.0004480672 12.9875 0 0 +29134800 15.0004480672 12.8625 0 0 +29135700 15.0004480672 12.8 0 0 +29136600 15.0004480672 12.8 0 0 +29137500 15.0004480672 12.8 0 0 +29138400 15.0004480672 12.8 0 0 +29139300 15.0004480672 12.8 0 0 +29140200 15.0004480672 12.8 0 0 +29141100 15.0004480672 12.8 0 0 +29142000 15.0004480672 12.8 0 0 +29142900 15.0004480672 12.870188907 1.1760713429 0 +29143800 15.0004480672 17.0703709563 31.6827033129 0 +29144700 15.0004480672 20.3794688358 49.6738879257 0 +29145600 15.0004480672 24.1783232645 70.4688976248 0 +29146500 15.0076079717 16.9740696604 153.8132402435 0.0555555556 +29147400 15.0076079717 17.5935720321 191.7783541689 0.0555555556 +29148300 15.0076079717 18.2116016327 228.4820259813 0.0555555556 +29149200 15.0076079717 18.8085475423 262.9218317429 0.0555555556 +29150100 15.0076079717 21.6590655316 443.7965318807 0.0555555556 +29151000 15.0076079717 22.4300536961 486.7612384134 0.0555555556 +29151900 15.0076079717 23.13927987 525.6152364447 0.0555555556 +29152800 15.0076079717 23.7841450873 560.4357040714 0.0555555556 +29153700 15.0076079717 17.9865627948 205.0294651968 0.0555555556 +29154600 15.0076079717 18.1556680074 215.3367743861 0.0555555556 +29155500 15.0076079717 18.3020089443 224.2241676677 0.0555555556 +29156400 15.0076079717 18.4249347295 231.6680767435 0.0555555556 +29157300 15.0076079717 18.3289480199 227.8744131357 0.0555555556 +29158200 15.0076079717 18.4106943723 232.2196047073 0.0555555556 +29159100 15.0076079717 18.4692732102 235.1242912406 0.0555555556 +29160000 15.0076079717 18.504484771 236.5792742492 0.0555555556 +29160900 15.0076079717 19.9702426743 322.202288444 0.0555555556 +29161800 15.0076079717 19.9369266178 320.2617143993 0.0555555556 +29162700 15.0076079717 19.8704137763 316.3843353677 0.0555555556 +29163600 15.0076079717 19.7709728001 310.5793034585 0.0555555556 +29164500 15.0076079717 19.5926926547 304.0940477281 0.0555555556 +29165400 15.0076079717 19.4312578982 294.3572382964 0.0555555556 +29166300 15.0076079717 19.239027662 282.7293092167 0.0555555556 +29167200 15.0076079717 19.0168341204 269.2394838017 0.0555555556 +29168100 15.0004480672 29.0099551244 87.1182236005 0 +29169000 15.0076079717 16.0772892476 81.2056348588 0.0555555556 +29169900 15.0004480672 26.9581745196 74.7269286233 0 +29170800 15.0076079717 15.8851772862 67.7098477085 0.0555555556 +29171700 15.0076079717 17.7983285789 193.5798340137 0.0555555556 +29172600 15.0076079717 17.3898121603 167.4980529848 0.0555555556 +29173500 15.0004480672 38.0775381431 139.9800016929 0 +29174400 15.0076079717 16.5401627498 111.6159028753 0.0555555556 +29175300 15.0004480672 18.8144081636 24.4622675042 0 +29176200 15.0004480672 17.1903324492 15.3675359455 0 +29177100 15.0004480672 15.4963107646 5.9989205865 0 +29178000 15.0004480672 14.4145152289 0.0790970124 0 +29178900 15.0004480672 14.4 0 0 +29179800 15.0004480672 14.4 0 0 +29180700 15.0004480672 14.4 0 0 +29181600 15.0004480672 14.4 0 0 +29182500 15.0004480672 14.4 0 0 +29183400 15.0004480672 14.4 0 0 +29184300 15.0004480672 14.4 0 0 +29185200 15.0004480672 14.4 0 0 +29186100 15.0004480672 14.475 0 0 +29187000 15.0004480672 14.625 0 0 +29187900 15.0004480672 14.775 0 0 +29188800 15.0004480672 14.925 0 0 +29189700 15.0004480672 14.8625 0 0 +29190600 15.0004480672 14.5875 0 0 +29191500 15.0004480672 14.3125 0 0 +29192400 15.0004480672 14.0375 0 0 +29193300 15.0004480672 13.9625 0 0 +29194200 15.0004480672 14.0875 0 0 +29195100 15.0004480672 14.2125 0 0 +29196000 15.0004480672 14.3375 0 0 +29196900 15.0004480672 14.3375 0 0 +29197800 15.0004480672 14.2125 0 0 +29198700 15.0004480672 14.0875 0 0 +29199600 15.0004480672 13.9625 0 0 +29200500 15.0004480672 13.9 0 0 +29201400 15.0004480672 13.9 0 0 +29202300 15.0004480672 13.9 0 0 +29203200 15.0004480672 13.9 0 0 +29204100 15.0004480672 13.7625 0 0 +29205000 15.0004480672 13.4875 0 0 +29205900 15.0004480672 13.2125 0 0 +29206800 15.0004480672 12.9375 0 0 +29207700 15.0004480672 12.8 0 0 +29208600 15.0004480672 12.8 0 0 +29209500 15.0004480672 12.8 0 0 +29210400 15.0004480672 12.8 0 0 +29211300 15.0004480672 12.8 0 0 +29212200 15.0004480672 12.8 0 0 +29213100 15.0004480672 12.8 0 0 +29214000 15.0004480672 12.8 0 0 +29214900 15.0004480672 12.8625 0 0 +29215800 15.0004480672 12.9875 0 0 +29216700 15.0004480672 13.1125 0 0 +29217600 15.0004480672 13.2375 0 0 +29218500 15.0004480672 13.3 0 0 +29219400 15.0004480672 13.3 0 0 +29220300 15.0004480672 13.3 0 0 +29221200 15.0004480672 13.3 0 0 +29222100 15.0004480672 13.3 0 0 +29223000 15.0004480672 13.3 0 0 +29223900 15.0004480672 13.3 0 0 +29224800 15.0004480672 13.3 0 0 +29225700 15.0004480672 13.3 0 0 +29226600 15.0004480672 13.3 0 0 +29227500 15.0004480672 13.3 0 0 +29228400 15.0004480672 13.3 0 0 +29229300 15.0004480672 13.3038168107 0.020797874 0 +29230200 15.0004480672 14.2509048691 5.2003739212 0 +29231100 15.0004480672 15.8814625504 14.205901201 0 +29232000 15.0004480672 17.4456096381 22.9493772026 0 +29232900 15.0004480672 24.399700979 62.2983208838 0 +29233800 15.0076079717 16.0274168592 78.4701568043 0.0555555556 +29234700 15.0004480672 30.3325282321 94.0001241719 0 +29235600 15.0076079717 16.5136632894 108.746229859 0.0555555556 +29236500 15.0076079717 17.4163717049 165.6967274948 0.0555555556 +29237400 15.0076079717 17.6954439786 183.1508960831 0.0555555556 +29238300 15.0076079717 17.9539201681 199.1775613717 0.0555555556 +29239200 15.0076079717 18.1902453753 213.7284332189 0.0555555556 +29240100 15.0076079717 17.4162567389 164.7900456519 0.0555555556 +29241000 15.0076079717 17.5711855544 173.2246171831 0.0555555556 +29241900 15.0076079717 17.7084399322 180.5126211937 0.0555555556 +29242800 15.0076079717 17.8275058556 186.6296706051 0.0555555556 +29243700 15.0076079717 17.6843077489 172.7064621152 0.0555555556 +29244600 15.0076079717 17.7157996073 176.0295634018 0.0555555556 +29245500 15.0076079717 17.7292942582 178.260228911 0.0555555556 +29246400 15.0076079717 17.7246337553 179.3918773517 0.0555555556 +29247300 15.0076079717 18.1494811086 211.6703184886 0.0555555556 +29248200 15.0076079717 18.1409362927 210.3951343698 0.0555555556 +29249100 15.0076079717 18.1116924872 207.8142620247 0.0555555556 +29250000 15.0076079717 18.0619255723 203.9363332651 0.0555555556 +29250900 15.0076079717 18.1177385905 207.3346058329 0.0555555556 +29251800 15.0076079717 18.0335413319 200.6244427677 0.0555555556 +29252700 15.0076079717 17.9291036524 192.6144492474 0.0555555556 +29253600 15.0076079717 17.8049891926 183.3310246511 0.0555555556 +29254500 15.0076079717 19.1359270613 275.1642144711 0.0555555556 +29255400 15.0076079717 18.850356912 256.4735892961 0.0555555556 +29256300 15.0076079717 18.5376537365 235.9335367869 0.0555555556 +29257200 15.0076079717 18.1994888658 213.6212643382 0.0555555556 +29258100 15.0004480672 33.6209393307 100.128066863 0 +29259000 15.0076079717 16.3150519345 86.5884591832 0.0555555556 +29259900 15.0004480672 28.1784291676 72.3334859852 0 +29260800 15.0076079717 15.8362331276 57.5824378378 0.0555555556 +29261700 15.0004480672 21.4420988892 36.5289535607 0 +29262600 15.0004480672 19.1504403218 24.0453234796 0 +29263500 15.0004480672 16.9139503461 11.9416448183 0 +29264400 15.0004480672 15.041303929 0.3048384394 0 +29265300 15.0004480672 14.925 0 0 +29266200 15.0004480672 14.775 0 0 +29267100 15.0004480672 14.625 0 0 +29268000 15.0004480672 14.475 0 0 +29268900 15.0004480672 14.4 0 0 +29269800 15.0004480672 14.4 0 0 +29270700 15.0004480672 14.4 0 0 +29271600 15.0004480672 14.4 0 0 +29272500 15.0004480672 14.3375 0 0 +29273400 15.0004480672 14.2125 0 0 +29274300 15.0004480672 14.0875 0 0 +29275200 15.0004480672 13.9625 0 0 +29276100 15.0004480672 13.9 0 0 +29277000 15.0004480672 13.9 0 0 +29277900 15.0004480672 13.9 0 0 +29278800 15.0004480672 13.9 0 0 +29279700 15.0004480672 13.825 0 0 +29280600 15.0004480672 13.675 0 0 +29281500 15.0004480672 13.525 0 0 +29282400 15.0004480672 13.375 0 0 +29283300 15.0004480672 13.3 0 0 +29284200 15.0004480672 13.3 0 0 +29285100 15.0004480672 13.3 0 0 +29286000 15.0004480672 13.3 0 0 +29286900 15.0004480672 13.3 0 0 +29287800 15.0004480672 13.3 0 0 +29288700 15.0004480672 13.3 0 0 +29289600 15.0004480672 13.3 0 0 +29290500 15.0004480672 13.3 0 0 +29291400 15.0004480672 13.3 0 0 +29292300 15.0004480672 13.3 0 0 +29293200 15.0004480672 13.3 0 0 +29294100 15.0004480672 13.3 0 0 +29295000 15.0004480672 13.3 0 0 +29295900 15.0004480672 13.3 0 0 +29296800 15.0004480672 13.3 0 0 +29297700 15.0004480672 13.2375 0 0 +29298600 15.0004480672 13.1125 0 0 +29299500 15.0004480672 12.9875 0 0 +29300400 15.0004480672 12.8625 0 0 +29301300 15.0004480672 12.8 0 0 +29302200 15.0004480672 12.8 0 0 +29303100 15.0004480672 12.8 0 0 +29304000 15.0004480672 12.8 0 0 +29304900 15.0004480672 12.8 0 0 +29305800 15.0004480672 12.8 0 0 +29306700 15.0004480672 12.8 0 0 +29307600 15.0004480672 12.8 0 0 +29308500 15.0004480672 12.8 0 0 +29309400 15.0004480672 12.8 0 0 +29310300 15.0004480672 12.8 0 0 +29311200 15.0004480672 12.8 0 0 +29312100 15.0004480672 12.8 0 0 +29313000 15.0004480672 12.8 0 0 +29313900 15.0004480672 12.8 0 0 +29314800 15.0004480672 12.8 0 0 +29315700 15.0004480672 12.8000577849 0.0003148666 0 +29316600 15.0004480672 13.6859879539 4.8441463892 0 +29317500 15.0004480672 15.3832555348 14.2158649542 0 +29318400 15.0004480672 17.0108198463 23.3161239889 0 +29319300 15.0004480672 24.001369006 63.9036430089 0 +29320200 15.0076079717 15.9987975372 80.7127310177 0.0555555556 +29321100 15.0004480672 29.9804140706 97.0968192977 0 +29322000 15.0076079717 16.5046809961 112.6744301893 0.0555555556 +29322900 15.0004480672 36.3909813839 136.6635480644 0 +29323800 15.0076079717 17.0615769818 151.2335997043 0.0555555556 +29324700 15.0076079717 17.2767347049 164.6570620727 0.0555555556 +29325600 15.0076079717 17.4743333742 176.8830387566 0.0555555556 +29326500 15.0004480672 30.3410251158 98.9416958755 0 +29327400 15.0076079717 16.3556872209 104.0677493488 0.0555555556 +29328300 15.0004480672 31.8852213285 108.508906663 0 +29329200 15.0076079717 16.4721063906 112.2461501006 0.0555555556 +29330100 15.0076079717 18.6005793781 249.4669240189 0.0555555556 +29331000 15.0076079717 18.677386063 254.3644500066 0.0555555556 +29331900 15.0076079717 18.7292242423 257.6674718416 0.0555555556 +29332800 15.0076079717 18.7558728552 259.3647324521 0.0555555556 +29333700 15.0076079717 18.3473495528 230.5815758398 0.0555555556 +29334600 15.0076079717 18.3376555196 229.2269999451 0.0555555556 +29335500 15.0076079717 18.3053657025 226.4463113375 0.0555555556 +29336400 15.0076079717 18.2506684285 222.248762183 0.0555555556 +29337300 15.0076079717 18.3869607211 235.380038439 0.0555555556 +29338200 15.0076079717 18.2707406459 227.7541173992 0.0555555556 +29339100 15.0076079717 18.1321357739 218.6478149514 0.0555555556 +29340000 15.0076079717 17.9717613176 208.0942138134 0.0555555556 +29340900 15.0076079717 17.5983949336 182.3129784421 0.0555555556 +29341800 15.0076079717 17.4199403685 169.9250416201 0.0555555556 +29342700 15.0076079717 17.2235646559 156.3119601435 0.0555555556 +29343600 15.0076079717 17.0103714812 141.5263413377 0.0555555556 +29344500 15.0004480672 36.5965555889 128.96488881 0 +29345400 15.0076079717 16.5568297434 111.556602654 0.0555555556 +29346300 15.0004480672 30.308212339 93.2219961003 0 +29347200 15.0076079717 15.9816421597 74.2072119742 0.0555555556 +29348100 15.0004480672 20.0269076244 34.3598114786 0 +29349000 15.0004480672 17.79436825 21.9051371731 0 +29349900 15.0004480672 15.5135134489 9.3366608376 0 +29350800 15.0004480672 13.9235250388 0.153636423 0 +29351700 15.0004480672 13.9 0 0 +29352600 15.0004480672 13.9 0 0 +29353500 15.0004480672 13.9 0 0 +29354400 15.0004480672 13.9 0 0 +29355300 15.0004480672 13.825 0 0 +29356200 15.0004480672 13.675 0 0 +29357100 15.0004480672 13.525 0 0 +29358000 15.0004480672 13.375 0 0 +29358900 15.0004480672 13.3 0 0 +29359800 15.0004480672 13.3 0 0 +29360700 15.0004480672 13.3 0 0 +29361600 15.0004480672 13.3 0 0 +29362500 15.0004480672 13.2375 0 0 +29363400 15.0004480672 13.1125 0 0 +29364300 15.0004480672 12.9875 0 0 +29365200 15.0004480672 12.8625 0 0 +29366100 15.0004480672 12.725 0 0 +29367000 15.0004480672 12.575 0 0 +29367900 15.0004480672 12.425 0 0 +29368800 15.0004480672 12.275 0 0 +29369700 15.0004480672 12.2 0 0 +29370600 15.0004480672 12.2 0 0 +29371500 15.0004480672 12.2 0 0 +29372400 15.0004480672 12.2 0 0 +29373300 15.0004480672 12.2 0 0 +29374200 15.0004480672 12.2 0 0 +29375100 15.0004480672 12.2 0 0 +29376000 15.0004480672 12.2 0 0 +29376900 15.0004480672 12.2 0 0 +29377800 15.0004480672 12.2 0 0 +29378700 15.0004480672 12.2 0 0 +29379600 15.0004480672 12.2 0 0 +29380500 15.0004480672 12.3375 0 0 +29381400 15.0004480672 12.6125 0 0 +29382300 15.0004480672 12.8875 0 0 +29383200 15.0004480672 13.1625 0 0 +29384100 15.0004480672 13.5875 0 0 +29385000 15.0004480672 14.1625 0 0 +29385900 15.0004480672 14.7375 0 0 +29386800 15.0004480672 15.3125 0 0 +29387700 15.0004480672 15.6 0 0 +29388600 15.0004480672 15.6 0 0 +29389500 15.0004480672 15.6 0 0 +29390400 15.0004480672 15.6 0 0 +29391300 15.0004480672 15.525 0 0 +29392200 15.0004480672 15.375 0 0 +29393100 15.0004480672 15.225 0 0 +29394000 15.0004480672 15.075 0 0 +29394900 15.0004480672 14.925 0 0 +29395800 15.0004480672 14.775 0 0 +29396700 15.0004480672 14.625 0 0 +29397600 15.0004480672 14.475 0 0 +29398500 15.0004480672 14.475 0 0 +29399400 15.0004480672 14.625 0 0 +29400300 15.0004480672 14.775 0 0 +29401200 15.0004480672 14.925 0 0 +29402100 15.0004480672 14.925 0 0 +29403000 15.0004480672 15.4577177835 3.7298566681 0 +29403900 15.0004480672 16.7811046118 11.845917128 0 +29404800 15.0004480672 18.0482328195 19.7379347028 0 +29405700 15.0004480672 20.2934858031 32.4141313118 0 +29406600 15.0004480672 21.9589491964 41.0895430769 0 +29407500 15.0004480672 23.5402496782 49.3715504255 0 +29408400 15.0076079717 15.8157901724 57.2246885306 0.0555555556 +29409300 15.0004480672 27.9413448963 73.5774289489 0 +29410200 15.0076079717 16.1836161019 81.4304629554 0.0555555556 +29411100 15.0004480672 30.7426831992 88.6871860013 0 +29412000 15.0076079717 16.4044875109 95.3165236846 0.0555555556 +29412900 15.0004480672 33.6126529049 107.1237923944 0 +29413800 15.0076079717 16.576627631 112.7208037322 0.0555555556 +29414700 15.0004480672 33.8835921194 117.5732530238 0 +29415600 15.0076079717 16.5943229739 121.6603613365 0.0555555556 +29416500 15.0076079717 18.7109882676 251.2382841386 0.0555555556 +29417400 15.0076079717 18.7815901256 256.1530996557 0.0555555556 +29418300 15.0076079717 18.8256103963 259.4798073041 0.0555555556 +29419200 15.0076079717 18.8428180642 261.2097121407 0.0555555556 +29420100 15.0076079717 19.1027124958 295.9108681612 0.0555555556 +29421000 15.0076079717 19.1208385853 294.2007562001 0.0555555556 +29421900 15.0076079717 19.1114110242 290.6381116049 0.0555555556 +29422800 15.0076079717 19.0746562922 285.2371293386 0.0555555556 +29423700 15.0076079717 23.9547449013 554.0171865064 0.0555555556 +29424600 15.0076079717 23.6634491672 537.6836822559 0.0555555556 +29425500 15.0076079717 23.3125567849 518.0348898979 0.0555555556 +29426400 15.0076079717 22.9031600354 495.0645399564 0.0555555556 +29427300 15.0076079717 19.4568685737 287.5295175044 0.0555555556 +29428200 15.0076079717 19.0866833142 268.5620348152 0.0555555556 +29429100 15.0076079717 18.6846773937 247.5485310298 0.0555555556 +29430000 15.0076079717 18.2529463888 224.5202766014 0.0555555556 +29430900 15.0076079717 17.3230570589 169.4179760307 0.0555555556 +29431800 15.0004480672 37.6794552785 146.5104485075 0 +29432700 15.0076079717 16.5683557826 122.3691819608 0.0555555556 +29433600 15.0004480672 29.0564939222 97.4477119743 0 +29434500 15.0076079717 15.904189985 80.6503933493 0.0555555556 +29435400 15.0004480672 20.8222435037 53.8805666289 0 +29436300 15.0004480672 15.9113476358 28.441839596 0 +29437200 15.0004480672 11.3254870285 0.6615492897 0 +29438100 15.0004480672 11 0 0 +29439000 15.0004480672 10.8 0 0 +29439900 15.0004480672 10.6 0 0 +29440800 15.0004480672 10.4 0 0 +29441700 15.0004480672 10.3375 0 0 +29442600 15.0004480672 10.4125 0 0 +29443500 15.0004480672 10.4875 0 0 +29444400 15.0004480672 10.5625 0 0 +29445300 15.0004480672 10.525 0 0 +29446200 15.0004480672 10.375 0 0 +29447100 15.0004480672 10.225 0 0 +29448000 15.0004480672 10.075 0 0 +29448900 15.0004480672 10 0 0 +29449800 15.0004480672 10 0 0 +29450700 15.0004480672 10 0 0 +29451600 15.0004480672 10 0 0 +29452500 15.0004480672 10.075 0 0 +29453400 15.0004480672 10.225 0 0 +29454300 15.0004480672 10.375 0 0 +29455200 15.0004480672 10.525 0 0 +29456100 15.0004480672 10.3875 0 0 +29457000 15.0004480672 9.9625 0 0 +29457900 15.0004480672 9.5375 0 0 +29458800 15.0004480672 9.1125 0 0 +29459700 15.0004480672 9.1125 0 0 +29460600 15.0004480672 9.5375 0 0 +29461500 15.0004480672 9.9625 0 0 +29462400 15.0004480672 10.3875 0 0 +29463300 15.0004480672 10.6625 0 0 +29464200 15.0004480672 10.7875 0 0 +29465100 15.0004480672 10.9125 0 0 +29466000 15.0004480672 11.0375 0 0 +29466900 15.0004480672 10.9625 0 0 +29467800 15.0004480672 10.6875 0 0 +29468700 15.0004480672 10.4125 0 0 +29469600 15.0004480672 10.1375 0 0 +29470500 15.0004480672 10.075 0 0 +29471400 15.0004480672 10.225 0 0 +29472300 15.0004480672 10.375 0 0 +29473200 15.0004480672 10.525 0 0 +29474100 15.0004480672 10.6 0 0 +29475000 15.0004480672 10.6 0 0 +29475900 15.0004480672 10.6 0 0 +29476800 15.0004480672 10.6 0 0 +29477700 15.0004480672 10.6 0 0 +29478600 15.0004480672 10.6 0 0 +29479500 15.0004480672 10.6 0 0 +29480400 15.0004480672 10.6 0 0 +29481300 15.0004480672 10.6 0 0 +29482200 15.0004480672 10.6 0 0 +29483100 15.0004480672 10.6 0 0 +29484000 15.0004480672 10.6 0 0 +29484900 15.0004480672 10.45 0 0 +29485800 15.0004480672 10.15 0 0 +29486700 15.0004480672 9.85 0 0 +29487600 15.0004480672 9.55 0 0 +29488500 15.0004480672 9.3375 0 0 +29489400 15.0004480672 10.3991792587 7.2781557545 0 +29490300 15.0004480672 12.5282394094 19.6875731009 0 +29491200 15.0004480672 14.6117033906 31.8451912346 0 +29492100 15.0004480672 18.981248733 57.2668842806 0 +29493000 15.0004480672 21.7547098565 72.8535217911 0 +29493900 15.0004480672 24.4510475955 88.0324297742 0 +29494800 15.0076079717 16.0256215638 102.4932310743 0.0555555556 +29495700 15.0076079717 17.4425513403 193.7249499051 0.0555555556 +29496600 15.0076079717 17.8209974634 214.6011763101 0.0555555556 +29497500 15.0076079717 18.1741592853 233.7306318757 0.0555555556 +29498400 15.0076079717 18.5000483672 251.068977501 0.0555555556 +29499300 15.0076079717 18.695458317 265.8769214249 0.0555555556 +29500200 15.0076079717 18.9521246157 279.703300563 0.0555555556 +29501100 15.0076079717 19.1789184527 291.6556468376 0.0555555556 +29502000 15.0076079717 19.3749956686 301.7025005466 0.0555555556 +29502900 15.0076079717 17.7908050473 212.0962531765 0.0555555556 +29503800 15.0076079717 17.8203311388 216.403810437 0.0555555556 +29504700 15.0076079717 17.8301866725 219.3362251615 0.0555555556 +29505600 15.0076079717 17.8201928999 220.8809402999 0.0555555556 +29506500 15.0076079717 21.5112876337 445.7791058201 0.0555555556 +29507400 15.0076079717 21.4588612897 443.3366366284 0.0555555556 +29508300 15.0076079717 21.3613170477 438.1631538205 0.0555555556 +29509200 15.0076079717 21.218992534 430.2724361675 0.0555555556 +29510100 15.0076079717 20.8134490842 400.8662874105 0.0555555556 +29511000 15.0076079717 20.6370830276 388.2600967942 0.0555555556 +29511900 15.0076079717 20.4194037903 373.1414833126 0.0555555556 +29512800 15.0076079717 20.1614444057 355.5439699793 0.0555555556 +29513700 15.0076079717 20.8301722657 391.5492418889 0.0555555556 +29514600 15.0076079717 20.3888331761 365.8954102241 0.0555555556 +29515500 15.0076079717 19.9041634079 337.4465969103 0.0555555556 +29516400 15.0076079717 19.3787963646 306.2369417771 0.0555555556 +29517300 15.0076079717 18.3642671282 240.0236840059 0.0555555556 +29518200 15.0076079717 17.8195317651 208.2474048129 0.0555555556 +29519100 15.0076079717 17.256097047 174.4904635611 0.0555555556 +29520000 15.0004480672 34.6543679154 139.6776349652 0 +29520900 15.0076079717 16.2075758682 111.843218642 0.0555555556 +29521800 15.0004480672 23.3710019075 83.3830568979 0 +29522700 15.0004480672 18.6329210886 61.4189031244 0 +29523600 15.0004480672 10.4058233394 2.2061633325 0 +29524500 15.0004480672 10 0 0 +29525400 15.0004480672 10 0 0 +29526300 15.0004480672 10 0 0 +29527200 15.0004480672 10 0 0 +29528100 15.0004480672 10.075 0 0 +29529000 15.0004480672 10.225 0 0 +29529900 15.0004480672 10.375 0 0 +29530800 15.0004480672 10.525 0 0 +29531700 15.0004480672 10.525 0 0 +29532600 15.0004480672 10.375 0 0 +29533500 15.0004480672 10.225 0 0 +29534400 15.0004480672 10.075 0 0 +29535300 15.0004480672 10 0 0 +29536200 15.0004480672 10 0 0 +29537100 15.0004480672 10 0 0 +29538000 15.0004480672 10 0 0 +29538900 15.0004480672 9.925 0 0 +29539800 15.0004480672 9.775 0 0 +29540700 15.0004480672 9.625 0 0 +29541600 15.0004480672 9.475 0 0 +29542500 15.0004480672 9.4 0 0 +29543400 15.0004480672 9.4 0 0 +29544300 15.0004480672 9.4 0 0 +29545200 15.0004480672 9.4 0 0 +29546100 15.0004480672 9.3375 0 0 +29547000 15.0004480672 9.2125 0 0 +29547900 15.0004480672 9.0875 0 0 +29548800 15.0004480672 8.9625 0 0 +29549700 15.0004480672 8.825 0 0 +29550600 15.0004480672 8.675 0 0 +29551500 15.0004480672 8.525 0 0 +29552400 15.0004480672 8.375 0 0 +29553300 15.0004480672 8.3 0 0 +29554200 15.0004480672 8.3 0 0 +29555100 15.0004480672 8.3 0 0 +29556000 15.0004480672 8.3 0 0 +29556900 15.0004480672 8.1625 0 0 +29557800 15.0004480672 7.8875 0 0 +29558700 15.0004480672 7.6125 0 0 +29559600 15.0004480672 7.3375 0 0 +29560500 15.0004480672 7.275 0 0 +29561400 15.0004480672 7.425 0 0 +29562300 15.0004480672 7.575 0 0 +29563200 15.0004480672 7.725 0 0 +29564100 15.0004480672 7.725 0 0 +29565000 15.0004480672 7.575 0 0 +29565900 15.0004480672 7.425 0 0 +29566800 15.0004480672 7.275 0 0 +29567700 15.0004480672 6.925 0 0 +29568600 15.0004480672 6.375 0 0 +29569500 15.0004480672 5.825 0 0 +29570400 15.0004480672 5.275 0 0 +29571300 15.0004480672 5.075 0 0 +29572200 15.0004480672 5.225 0 0 +29573100 15.0004480672 5.375 0 0 +29574000 15.0004480672 5.525 0 0 +29574900 15.0004480672 5.7375 0 0 +29575800 15.0004480672 13.0566104844 54.7020661334 0 +29576700 15.0004480672 19.0717174966 87.4402004115 0 +29577600 15.0004480672 24.9410232856 115.3432656861 0 +29578500 15.0076079717 18.3556139011 283.3605137971 0.0555555556 +29579400 15.0076079717 19.4969038139 349.2942871221 0.0555555556 +29580300 15.0076079717 20.6155579712 411.1824162065 0.0555555556 +29581200 15.0076079717 21.6653920239 466.7029257351 0.0555555556 +29582100 15.0076079717 21.9796062627 482.9972270203 0.0555555556 +29583000 15.0076079717 22.8560162828 530.5206180987 0.0555555556 +29583900 15.0076079717 23.6609990203 573.2669804293 0.0555555556 +29584800 15.0076079717 24.3925480554 611.4128036042 0.0555555556 +29585700 15.0076079717 26.8798015101 756.5596507823 0.0555555556 +29586600 15.0076079717 27.5328616921 789.8865186458 0.0555555556 +29587500 15.0076079717 28.0974214552 818.3627346909 0.0555555556 +29588400 15.0076079717 28.5730106807 842.0878136969 0.0555555556 +29589300 15.0076079717 28.3320622456 825.0432368272 0.0555555556 +29590200 15.0076079717 28.6287896294 839.0798015548 0.0555555556 +29591100 15.0076079717 28.8381606723 848.6285723082 0.0555555556 +29592000 15.0076079717 28.9598391709 853.702930799 0.0555555556 +29592900 15.0076079717 28.7210011679 838.0965187035 0.0555555556 +29593800 15.0076079717 28.656298329 834.3027104207 0.0555555556 +29594700 15.0076079717 28.5053679348 826.1147936159 0.0555555556 +29595600 15.0076079717 28.2685081459 813.5219301732 0.0555555556 +29596500 15.0076079717 29.1829283863 865.5672996131 0.0555555556 +29597400 15.0076079717 28.7513696131 843.2323884236 0.0555555556 +29598300 15.0076079717 28.2295101729 816.1612628474 0.0555555556 +29599200 15.0076079717 27.617588275 784.2434901588 0.0555555556 +29600100 15.0076079717 26.5035000853 717.5186157276 0.0555555556 +29601000 15.0076079717 25.7505819632 678.3438371835 0.0555555556 +29601900 15.0076079717 24.9102028341 633.8869133734 0.0555555556 +29602800 15.0076079717 23.9815613614 583.7465930657 0.0555555556 +29603700 15.0076079717 22.3993359144 487.5040445874 0.0555555556 +29604600 15.0076079717 21.4004683727 432.7708885185 0.0555555556 +29605500 15.0076079717 20.326572564 371.4611076708 0.0555555556 +29606400 15.0076079717 19.2133256864 305.136400129 0.0555555556 +29607300 15.0004480672 36.7095132566 147.2327457213 0 +29608200 15.0076079717 16.216970009 112.5666784675 0.0555555556 +29609100 15.0004480672 23.998320711 87.2264439772 0 +29610000 15.0004480672 12.6696398066 2.7267067509 0 +29610900 15.0004480672 12 0 0 +29611800 15.0004480672 11.6 0 0 +29612700 15.0004480672 11.2 0 0 +29613600 15.0004480672 10.8 0 0 +29614500 15.0004480672 10.525 0 0 +29615400 15.0004480672 10.375 0 0 +29616300 15.0004480672 10.225 0 0 +29617200 15.0004480672 10.075 0 0 +29618100 15.0004480672 10 0 0 +29619000 15.0004480672 10 0 0 +29619900 15.0004480672 10 0 0 +29620800 15.0004480672 10 0 0 +29621700 15.0004480672 9.8625 0 0 +29622600 15.0004480672 9.5875 0 0 +29623500 15.0004480672 9.3125 0 0 +29624400 15.0004480672 9.0375 0 0 +29625300 15.0004480672 8.825 0 0 +29626200 15.0004480672 8.675 0 0 +29627100 15.0004480672 8.525 0 0 +29628000 15.0004480672 8.375 0 0 +29628900 15.0004480672 8.4375 0 0 +29629800 15.0004480672 8.7125 0 0 +29630700 15.0004480672 8.9875 0 0 +29631600 15.0004480672 9.2625 0 0 +29632500 15.0004480672 9.3375 0 0 +29633400 15.0004480672 9.2125 0 0 +29634300 15.0004480672 9.0875 0 0 +29635200 15.0004480672 8.9625 0 0 +29636100 15.0004480672 8.7625 0 0 +29637000 15.0004480672 8.4875 0 0 +29637900 15.0004480672 8.2125 0 0 +29638800 15.0004480672 7.9375 0 0 +29639700 15.0004480672 7.9375 0 0 +29640600 15.0004480672 8.2125 0 0 +29641500 15.0004480672 8.4875 0 0 +29642400 15.0004480672 8.7625 0 0 +29643300 15.0004480672 8.625 0 0 +29644200 15.0004480672 8.075 0 0 +29645100 15.0004480672 7.525 0 0 +29646000 15.0004480672 6.975 0 0 +29646900 15.0004480672 6.5625 0 0 +29647800 15.0004480672 6.2875 0 0 +29648700 15.0004480672 6.0125 0 0 +29649600 15.0004480672 5.7375 0 0 +29650500 15.0004480672 5.6625 0 0 +29651400 15.0004480672 5.7875 0 0 +29652300 15.0004480672 5.9125 0 0 +29653200 15.0004480672 6.0375 0 0 +29654100 15.0004480672 6.1 0 0 +29655000 15.0004480672 6.1 0 0 +29655900 15.0004480672 6.1 0 0 +29656800 15.0004480672 6.1 0 0 +29657700 15.0004480672 6.175 0 0 +29658600 15.0004480672 6.325 0 0 +29659500 15.0004480672 6.475 0 0 +29660400 15.0004480672 6.625 0 0 +29661300 15.0004480672 6.8375 0 0 +29662200 15.0004480672 17.7631255903 85.3407283369 0 +29663100 15.0076079717 15.9880095561 136.965323341 0.0555555556 +29664000 15.0004480672 34.1012022677 173.1555427914 0 +29664900 15.0076079717 18.5814152758 293.7293572692 0.0555555556 +29665800 15.0076079717 19.7592646308 362.7893133058 0.0555555556 +29666700 15.0076079717 20.9159319322 427.794603939 0.0555555556 +29667600 15.0076079717 22.0006573862 486.1328882872 0.0555555556 +29668500 15.0076079717 22.1875328894 490.7485512739 0.0555555556 +29669400 15.0076079717 23.0692541344 537.2605948134 0.0555555556 +29670300 15.0076079717 23.87559372 578.7647514825 0.0555555556 +29671200 15.0076079717 24.6059185054 615.558068304 0.0555555556 +29672100 15.0076079717 27.9162268083 812.2747547762 0.0555555556 +29673000 15.0076079717 28.5982180117 846.3378982192 0.0555555556 +29673900 15.0076079717 29.1864620175 875.3573118765 0.0555555556 +29674800 15.0076079717 29.6811597888 899.4881764068 0.0555555556 +29675700 15.0076079717 30.2513577845 931.921261861 0.0555555556 +29676600 15.0076079717 30.5772119745 947.0689662845 0.0555555556 +29677500 15.0076079717 30.8071505127 957.4058328374 0.0555555556 +29678400 15.0076079717 30.940970942 962.9588008861 0.0555555556 +29679300 15.0076079717 31.0012092946 965.2185958058 0.0555555556 +29680200 15.0076079717 30.9424079625 961.2244120858 0.0555555556 +29681100 15.0076079717 30.7872861979 952.4426383662 0.0555555556 +29682000 15.0076079717 30.5360235208 938.8511656662 0.0555555556 +29682900 15.0076079717 29.4894017255 876.0645300135 0.0555555556 +29683800 15.0076079717 29.058810368 854.0132301284 0.0555555556 +29684700 15.0076079717 28.5372830055 827.2342962706 0.0555555556 +29685600 15.0076079717 27.9248419489 795.6012559535 0.0555555556 +29686500 15.0076079717 27.389202554 764.3226059387 0.0555555556 +29687400 15.0076079717 26.5987281249 724.342223628 0.0555555556 +29688300 15.0076079717 25.7141724646 678.7302294111 0.0555555556 +29689200 15.0076079717 24.7332157669 626.9653501241 0.0555555556 +29690100 15.0076079717 23.3149260931 542.4080745402 0.0555555556 +29691000 15.0076079717 22.2423858815 485.4466566095 0.0555555556 +29691900 15.0076079717 21.0701789232 420.1991564407 0.0555555556 +29692800 15.0076079717 19.8344986437 348.104004085 0.0555555556 +29693700 15.0076079717 17.6512931241 205.7153519529 0.0555555556 +29694600 15.0004480672 36.4099562393 161.276148933 0 +29695500 15.0076079717 16.237010968 130.04743672 0.0555555556 +29696400 15.0015020533 13.7084161517 3.3395029374 0 +29697300 15.0004480672 13.1625 0 0 +29698200 15.0004480672 12.8875 0 0 +29699100 15.0004480672 12.6125 0 0 +29700000 15.0004480672 12.3375 0 0 +29700900 15.0004480672 12 0 0 +29701800 15.0004480672 11.6 0 0 +29702700 15.0004480672 11.2 0 0 +29703600 15.0004480672 10.8 0 0 +29704500 15.0004480672 10.6 0 0 +29705400 15.0004480672 10.6 0 0 +29706300 15.0004480672 10.6 0 0 +29707200 15.0004480672 10.6 0 0 +29708100 15.0004480672 10.6 0 0 +29709000 15.0004480672 10.6 0 0 +29709900 15.0004480672 10.6 0 0 +29710800 15.0004480672 10.6 0 0 +29711700 15.0004480672 10.6 0 0 +29712600 15.0004480672 10.6 0 0 +29713500 15.0004480672 10.6 0 0 +29714400 15.0004480672 10.6 0 0 +29715300 15.0004480672 10.6 0 0 +29716200 15.0004480672 10.6 0 0 +29717100 15.0004480672 10.6 0 0 +29718000 15.0004480672 10.6 0 0 +29718900 15.0004480672 10.7375 0 0 +29719800 15.0004480672 11.0125 0 0 +29720700 15.0004480672 11.2875 0 0 +29721600 15.0004480672 11.5625 0 0 +29722500 15.0004480672 11.7 0 0 +29723400 15.0004480672 11.7 0 0 +29724300 15.0004480672 11.7 0 0 +29725200 15.0004480672 11.7 0 0 +29726100 15.0004480672 11.7 0 0 +29727000 15.0004480672 11.7 0 0 +29727900 15.0004480672 11.7 0 0 +29728800 15.0004480672 11.7 0 0 +29729700 15.0004480672 11.7 0 0 +29730600 15.0004480672 11.7 0 0 +29731500 15.0004480672 11.7 0 0 +29732400 15.0004480672 11.7 0 0 +29733300 15.0004480672 11.625 0 0 +29734200 15.0004480672 11.475 0 0 +29735100 15.0004480672 11.325 0 0 +29736000 15.0004480672 11.175 0 0 +29736900 15.0004480672 10.8875 0 0 +29737800 15.0004480672 10.4625 0 0 +29738700 15.0004480672 10.0375 0 0 +29739600 15.0004480672 9.6125 0 0 +29740500 15.0004480672 9.3375 0 0 +29741400 15.0004480672 9.2125 0 0 +29742300 15.0004480672 9.0875 0 0 +29743200 15.0004480672 8.9625 0 0 +29744100 15.0004480672 8.9625 0 0 +29745000 15.0004480672 9.0875 0 0 +29745900 15.0004480672 9.2125 0 0 +29746800 15.0004480672 9.3375 0 0 +29747700 15.0004480672 9.4 0 0 +29748600 15.0004480672 14.8411611341 42.0761554444 0 +29749500 15.0004480672 21.2905378151 81.7055069846 0 +29750400 15.0076079717 15.980855068 107.6876150938 0.0555555556 +29751300 15.0076079717 18.481403253 277.6778278863 0.0555555556 +29752200 15.0076079717 19.607248238 343.4686862496 0.0555555556 +29753100 15.0076079717 20.7164702 405.5676808007 0.0555555556 +29754000 15.0076079717 21.7577336422 461.2806798339 0.0555555556 +29754900 15.0076079717 23.5425781878 568.5692879491 0.0555555556 +29755800 15.0076079717 24.5360006587 620.7122494744 0.0555555556 +29756700 15.0076079717 25.4391761318 666.9083630268 0.0555555556 +29757600 15.0076079717 26.253198645 707.6189495113 0.0555555556 +29758500 15.0076079717 27.4298847934 776.2589975284 0.0555555556 +29759400 15.0076079717 28.1077925706 809.8567168839 0.0555555556 +29760300 15.0076079717 28.6949834246 838.5326922668 0.0555555556 +29761200 15.0076079717 29.1914006262 862.4218135904 0.0555555556 +29762100 15.0076079717 29.8215672729 898.4653578076 0.0555555556 +29763000 15.0076079717 30.1330131993 913.5465862544 0.0555555556 +29763900 15.0076079717 30.3508173096 923.8839962981 0.0555555556 +29764800 15.0076079717 30.4747297804 929.500787033 0.0555555556 +29765700 15.0076079717 30.5109543996 931.0227649085 0.0555555556 +29766600 15.0076079717 30.4447447119 927.2174818586 0.0555555556 +29767500 15.0076079717 30.284490289 918.6902118387 0.0555555556 +29768400 15.0076079717 30.0304056465 905.4226972716 0.0555555556 +29769300 15.0076079717 29.487755958 873.3059540963 0.0555555556 +29770200 15.0076079717 29.0462220208 851.1062458778 0.0555555556 +29771100 15.0076079717 28.5135479823 824.1353639839 0.0555555556 +29772000 15.0076079717 27.8898746084 792.2766881783 0.0555555556 +29772900 15.0076079717 26.7765341968 725.4836872454 0.0555555556 +29773800 15.0076079717 26.0358752022 686.3406792044 0.0555555556 +29774700 15.0076079717 25.2062846508 641.8449045888 0.0555555556 +29775600 15.0076079717 24.2866469298 591.5734124217 0.0555555556 +29776500 15.0076079717 22.7427580277 498.5612254291 0.0555555556 +29777400 15.0076079717 21.6983885084 443.2880861694 0.0555555556 +29778300 15.0076079717 20.5745919553 381.1606871959 0.0555555556 +29779200 15.0076079717 19.4072800355 313.7340928966 0.0555555556 +29780100 15.0004480672 35.8215504566 135.6665879382 0 +29781000 15.0076079717 16.1730016285 102.3737695384 0.0555555556 +29781900 15.0004480672 23.8249187902 77.2193982057 0 +29782800 15.0004480672 13.7480671635 3.0315561649 0 +29783700 15.0004480672 13.2375 0 0 +29784600 15.0004480672 13.1125 0 0 +29785500 15.0004480672 12.9875 0 0 +29786400 15.0004480672 12.8625 0 0 +29787300 15.0004480672 12.6625 0 0 +29788200 15.0004480672 12.3875 0 0 +29789100 15.0004480672 12.1125 0 0 +29790000 15.0004480672 11.8375 0 0 +29790900 15.0004480672 11.7 0 0 +29791800 15.0004480672 11.7 0 0 +29792700 15.0004480672 11.7 0 0 +29793600 15.0004480672 11.7 0 0 +29794500 15.0004480672 11.4875 0 0 +29795400 15.0004480672 11.0625 0 0 +29796300 15.0004480672 10.6375 0 0 +29797200 15.0004480672 10.2125 0 0 +29798100 15.0004480672 9.925 0 0 +29799000 15.0004480672 9.775 0 0 +29799900 15.0004480672 9.625 0 0 +29800800 15.0004480672 9.475 0 0 +29801700 15.0004480672 9.475 0 0 +29802600 15.0004480672 9.625 0 0 +29803500 15.0004480672 9.775 0 0 +29804400 15.0004480672 9.925 0 0 +29805300 15.0004480672 9.8625 0 0 +29806200 15.0004480672 9.5875 0 0 +29807100 15.0004480672 9.3125 0 0 +29808000 15.0004480672 9.0375 0 0 +29808900 15.0004480672 8.6875 0 0 +29809800 15.0004480672 8.2625 0 0 +29810700 15.0004480672 7.8375 0 0 +29811600 15.0004480672 7.4125 0 0 +29812500 15.0004480672 7.2 0 0 +29813400 15.0004480672 7.2 0 0 +29814300 15.0004480672 7.2 0 0 +29815200 15.0004480672 7.2 0 0 +29816100 15.0004480672 7.2 0 0 +29817000 15.0004480672 7.2 0 0 +29817900 15.0004480672 7.2 0 0 +29818800 15.0004480672 7.2 0 0 +29819700 15.0004480672 7.2 0 0 +29820600 15.0004480672 7.2 0 0 +29821500 15.0004480672 7.2 0 0 +29822400 15.0004480672 7.2 0 0 +29823300 15.0004480672 7 0 0 +29824200 15.0004480672 6.6 0 0 +29825100 15.0004480672 6.2 0 0 +29826000 15.0004480672 5.8 0 0 +29826900 15.0004480672 5.6 0 0 +29827800 15.0004480672 5.6 0 0 +29828700 15.0004480672 5.6 0 0 +29829600 15.0004480672 5.6 0 0 +29830500 15.0004480672 5.6625 0 0 +29831400 15.0004480672 5.7875 0 0 +29832300 15.0004480672 5.9125 0 0 +29833200 15.0004480672 6.0375 0 0 +29834100 15.0004480672 6.2375 0 0 +29835000 15.0004480672 8.2579530244 12.3848695587 0 +29835900 15.0004480672 12.2818029182 34.5151993639 0 +29836800 15.0004480672 15.8157870078 51.6387786164 0 +29837700 15.0076079717 16.9152697356 179.2559046743 0.0555555556 +29838600 15.0076079717 17.6980475312 226.4735086632 0.0555555556 +29839500 15.0076079717 18.4932919435 272.8490943964 0.0555555556 +29840400 15.0076079717 19.2640711078 316.2793670936 0.0555555556 +29841300 15.0076079717 19.8131748311 347.6779871969 0.0555555556 +29842200 15.0076079717 20.4596321683 384.0937853154 0.0555555556 +29843100 15.0076079717 21.0553529901 417.0361653263 0.0555555556 +29844000 15.0076079717 21.5977381473 446.5736771372 0.0555555556 +29844900 15.0076079717 23.2206737624 554.0757497007 0.0555555556 +29845800 15.0076079717 23.7323360984 582.0579804949 0.0555555556 +29846700 15.0076079717 24.1777403178 606.1760083262 0.0555555556 +29847600 15.0076079717 24.5555882958 626.4315166265 0.0555555556 +29848500 15.0076079717 25.4981893971 676.0397699577 0.0555555556 +29849400 15.0076079717 25.7474614053 688.9225537516 0.0555555556 +29850300 15.0076079717 25.9229158948 697.808403883 0.0555555556 +29851200 15.0076079717 26.0241017179 702.6958950624 0.0555555556 +29852100 15.0076079717 27.504527296 790.3688641259 0.0555555556 +29853000 15.0076079717 27.4519850124 786.9228855026 0.0555555556 +29853900 15.0076079717 27.3164730006 779.0477308764 0.0555555556 +29854800 15.0076079717 27.0983590953 766.7426449022 0.0555555556 +29855700 15.0076079717 24.8407757424 628.1889144541 0.0555555556 +29856600 15.0076079717 24.5295551852 610.3071741971 0.0555555556 +29857500 15.0076079717 24.1504069687 588.6698816511 0.0555555556 +29858400 15.0076079717 23.7043653396 563.2587299691 0.0555555556 +29859300 15.0076079717 24.1094007365 584.0711879409 0.0555555556 +29860200 15.0076079717 23.4643969293 549.7525023024 0.0555555556 +29861100 15.0076079717 22.7493618032 511.1282553958 0.0555555556 +29862000 15.0076079717 21.9658131475 468.0223895942 0.0555555556 +29862900 15.0076079717 20.3602030696 368.8703657752 0.0555555556 +29863800 15.0076079717 19.5616260138 323.5202326439 0.0555555556 +29864700 15.0076079717 18.7225209835 274.2538380308 0.0555555556 +29865600 15.0076079717 17.8721368643 222.5013388307 0.0555555556 +29866500 15.0004480672 23.7503071291 74.7618380615 0 +29867400 15.0004480672 19.5061952378 53.412659531 0 +29868300 15.0004480672 15.8291276202 35.2191544355 0 +29869200 15.0004480672 10.8331572814 1.3455920164 0 +29870100 15.0004480672 10.525 0 0 +29871000 15.0004480672 10.375 0 0 +29871900 15.0004480672 10.225 0 0 +29872800 15.0004480672 10.075 0 0 +29873700 15.0004480672 10 0 0 +29874600 15.0004480672 10 0 0 +29875500 15.0004480672 10 0 0 +29876400 15.0004480672 10 0 0 +29877300 15.0004480672 10 0 0 +29878200 15.0004480672 10 0 0 +29879100 15.0004480672 10 0 0 +29880000 15.0004480672 10 0 0 +29880900 15.0004480672 9.725 0 0 +29881800 15.0004480672 9.175 0 0 +29882700 15.0004480672 8.625 0 0 +29883600 15.0004480672 8.075 0 0 +29884500 15.0004480672 7.8 0 0 +29885400 15.0004480672 7.8 0 0 +29886300 15.0004480672 7.8 0 0 +29887200 15.0004480672 7.8 0 0 +29888100 15.0004480672 7.6625 0 0 +29889000 15.0004480672 7.3875 0 0 +29889900 15.0004480672 7.1125 0 0 +29890800 15.0004480672 6.8375 0 0 +29891700 15.0004480672 6.8375 0 0 +29892600 15.0004480672 7.1125 0 0 +29893500 15.0004480672 7.3875 0 0 +29894400 15.0004480672 7.6625 0 0 +29895300 15.0004480672 7.8 0 0 +29896200 15.0004480672 7.8 0 0 +29897100 15.0004480672 7.8 0 0 +29898000 15.0004480672 7.8 0 0 +29898900 15.0004480672 7.725 0 0 +29899800 15.0004480672 7.575 0 0 +29900700 15.0004480672 7.425 0 0 +29901600 15.0004480672 7.275 0 0 +29902500 15.0004480672 7.2 0 0 +29903400 15.0004480672 7.2 0 0 +29904300 15.0004480672 7.2 0 0 +29905200 15.0004480672 7.2 0 0 +29906100 15.0004480672 7.2 0 0 +29907000 15.0004480672 7.2 0 0 +29907900 15.0004480672 7.2 0 0 +29908800 15.0004480672 7.2 0 0 +29909700 15.0004480672 7.2 0 0 +29910600 15.0004480672 7.2 0 0 +29911500 15.0004480672 7.2 0 0 +29912400 15.0004480672 7.2 0 0 +29913300 15.0004480672 7.1375 0 0 +29914200 15.0004480672 7.0125 0 0 +29915100 15.0004480672 6.8875 0 0 +29916000 15.0004480672 6.7625 0 0 +29916900 15.0004480672 6.7 0 0 +29917800 15.0004480672 6.7 0 0 +29918700 15.0004480672 6.7 0 0 +29919600 15.0004480672 6.7 0 0 +29920500 15.0004480672 6.7625 0 0 +29921400 15.0004480672 7.735764811 5.3384064435 0 +29922300 15.0004480672 10.8656112215 22.4870873647 0 +29923200 15.0004480672 13.8570659466 38.2734819729 0 +29924100 15.0076079717 16.1159094093 121.5215879967 0.0555555556 +29925000 15.0004480672 34.1544128968 156.183892869 0 +29925900 15.0076079717 17.2596530947 190.5130913765 0.0555555556 +29926800 15.0076079717 17.8225857892 223.2998145658 0.0555555556 +29927700 15.0076079717 20.4383193639 386.423885347 0.0555555556 +29928600 15.0076079717 21.1587692318 427.3935149676 0.0555555556 +29929500 15.0076079717 21.8227382139 464.4913412942 0.0555555556 +29930400 15.0076079717 22.427339879 497.7844817315 0.0555555556 +29931300 15.0076079717 22.2764631165 494.1327740784 0.0555555556 +29932200 15.0076079717 22.7259426344 519.6276266191 0.0555555556 +29933100 15.0076079717 23.1163088251 541.6366178262 0.0555555556 +29934000 15.0076079717 23.4462755537 560.1512591194 0.0555555556 +29934900 15.0076079717 25.082884723 653.3165032782 0.0555555556 +29935800 15.0076079717 25.3168604353 666.0365474254 0.0555555556 +29936700 15.0076079717 25.4792991808 674.8475902391 0.0555555556 +29937600 15.0076079717 25.5697390087 679.7463707329 0.0555555556 +29938500 15.0076079717 24.0569475699 595.6828072378 0.0555555556 +29939400 15.0076079717 24.0198208257 593.03451657 0.0555555556 +29940300 15.0076079717 23.9196930812 586.8518399983 0.0555555556 +29941200 15.0076079717 23.7569265605 577.1423614468 0.0555555556 +29942100 15.0076079717 25.7108192772 684.7866012921 0.0555555556 +29943000 15.0076079717 25.3514548439 665.5456449315 0.0555555556 +29943900 15.0076079717 24.9182806802 642.2302065083 0.0555555556 +29944800 15.0076079717 24.412315063 614.8148590899 0.0555555556 +29945700 15.0004480672 26.9100362016 101.8369236919 0 +29946600 15.0076079717 15.9157892213 95.0139128128 0.0555555556 +29947500 15.0004480672 24.574891443 87.5132642132 0 +29948400 15.0004480672 23.2299342882 79.3670968217 0 +29949300 15.0076079717 17.0306978359 164.8198302652 0.0555555556 +29950200 15.0004480672 34.3900326868 142.7829040461 0 +29951100 15.0076079717 16.3273849084 119.4909897619 0.0555555556 +29952000 15.0004480672 26.4284541266 95.4927764128 0 +29952900 15.0004480672 19.9198623507 57.0448089197 0 +29953800 15.0004480672 16.5413782679 38.8499736805 0 +29954700 15.0004480672 13.3698605661 21.9191166653 0 +29955600 15.0004480672 10.1012794528 0.757506288 0 +29956500 15.0004480672 9.925 0 0 +29957400 15.0004480672 9.775 0 0 +29958300 15.0004480672 9.625 0 0 +29959200 15.0004480672 9.475 0 0 +29960100 15.0004480672 9.3375 0 0 +29961000 15.0004480672 9.2125 0 0 +29961900 15.0004480672 9.0875 0 0 +29962800 15.0004480672 8.9625 0 0 +29963700 15.0004480672 9.0375 0 0 +29964600 15.0004480672 9.3125 0 0 +29965500 15.0004480672 9.5875 0 0 +29966400 15.0004480672 9.8625 0 0 +29967300 15.0004480672 9.925 0 0 +29968200 15.0004480672 9.775 0 0 +29969100 15.0004480672 9.625 0 0 +29970000 15.0004480672 9.475 0 0 +29970900 15.0004480672 9.6125 0 0 +29971800 15.0004480672 10.0375 0 0 +29972700 15.0004480672 10.4625 0 0 +29973600 15.0004480672 10.8875 0 0 +29974500 15.0004480672 11.3 0 0 +29975400 15.0004480672 11.7 0 0 +29976300 15.0004480672 12.1 0 0 +29977200 15.0004480672 12.5 0 0 +29978100 15.0004480672 12.575 0 0 +29979000 15.0004480672 12.325 0 0 +29979900 15.0004480672 12.075 0 0 +29980800 15.0004480672 11.825 0 0 +29981700 15.0004480672 11.7 0 0 +29982600 15.0004480672 11.7 0 0 +29983500 15.0004480672 11.7 0 0 +29984400 15.0004480672 11.7 0 0 +29985300 15.0004480672 11.625 0 0 +29986200 15.0004480672 11.475 0 0 +29987100 15.0004480672 11.325 0 0 +29988000 15.0004480672 11.175 0 0 +29988900 15.0004480672 11.1 0 0 +29989800 15.0004480672 11.1 0 0 +29990700 15.0004480672 11.1 0 0 +29991600 15.0004480672 11.1 0 0 +29992500 15.0004480672 11.0375 0 0 +29993400 15.0004480672 10.9125 0 0 +29994300 15.0004480672 10.7875 0 0 +29995200 15.0004480672 10.6625 0 0 +29996100 15.0004480672 10.6 0 0 +29997000 15.0004480672 10.6 0 0 +29997900 15.0004480672 10.6 0 0 +29998800 15.0004480672 10.6 0 0 +29999700 15.0004480672 10.6625 0 0 +30000600 15.0004480672 10.7875 0 0 +30001500 15.0004480672 10.9125 0 0 +30002400 15.0004480672 11.0375 0 0 +30003300 15.0004480672 11.1 0 0 +30004200 15.0004480672 11.1 0 0 +30005100 15.0004480672 11.1 0 0 +30006000 15.0004480672 11.1 0 0 +30006900 15.0004480672 11.1 0 0 +30007800 15.0004480672 11.371289528 1.4797828047 0 +30008700 15.0004480672 12.7865460569 9.2495040012 0 +30009600 15.0004480672 14.2767943725 17.5216799933 0 +30010500 15.0004480672 15.7472652328 25.7753208729 0 +30011400 15.0004480672 17.1170266766 33.5452210258 0 +30012300 15.0004480672 18.4135784523 40.9722949681 0 +30013200 15.0004480672 19.6334990587 48.024738829 0 +30014100 15.0004480672 22.5310554954 64.58125205 0 +30015000 15.0004480672 23.9146067025 71.9218626997 0 +30015900 15.0076079717 15.8504415166 78.7192127093 0.0555555556 +30016800 15.0004480672 26.3770778605 84.9441947823 0 +30017700 15.0076079717 16.1430317671 97.6661432307 0.0555555556 +30018600 15.0004480672 29.5953724206 103.0609482666 0 +30019500 15.0076079717 16.3065843929 107.7607165848 0.0555555556 +30020400 15.0004480672 31.2414754014 111.7453230559 0 +30021300 15.0076079717 18.5195729857 254.578147005 0.0555555556 +30022200 15.0076079717 18.6030397044 260.10403167 0.0555555556 +30023100 15.0076079717 18.6612990063 263.9591614003 0.0555555556 +30024000 15.0076079717 18.694101689 266.1291089479 0.0555555556 +30024900 15.0076079717 19.1089008331 287.9324055157 0.0555555556 +30025800 15.0076079717 19.1219933993 286.624588876 0.0555555556 +30026700 15.0076079717 19.1065767839 283.5018022567 0.0555555556 +30027600 15.0076079717 19.0628562147 278.5745430851 0.0555555556 +30028500 15.0076079717 19.813416055 329.6692061924 0.0555555556 +30029400 15.0076079717 19.6763037947 319.3670006812 0.0555555556 +30030300 15.0076079717 19.5069647988 306.9570607132 0.0555555556 +30031200 15.0076079717 19.3062251723 292.4819009947 0.0555555556 +30032100 15.0076079717 17.2325096692 153.5460373404 0.0555555556 +30033000 15.0076079717 17.067649383 143.2633852881 0.0555555556 +30033900 15.0004480672 37.273348168 131.9388242455 0 +30034800 15.0076079717 16.6933598455 119.6180140257 0.0555555556 +30035700 15.0076079717 18.8076983223 254.4059079972 0.0555555556 +30036600 15.0076079717 18.2392980897 221.2176476405 0.0555555556 +30037500 15.0076079717 17.6497416908 185.8716089848 0.0555555556 +30038400 15.0076079717 17.0576150804 149.3354430559 0.0555555556 +30039300 15.0004480672 36.0000022837 136.0385374238 0 +30040200 15.0076079717 16.1917180578 103.3689493827 0.0555555556 +30041100 15.0004480672 24.1506886446 79.0917484724 0 +30042000 15.0004480672 13.8772913683 4.0290918566 0 +30042900 15.0004480672 13.2375 0 0 +30043800 15.0004480672 13.1125 0 0 +30044700 15.0004480672 12.9875 0 0 +30045600 15.0004480672 12.8625 0 0 +30046500 15.0004480672 12.725 0 0 +30047400 15.0004480672 12.575 0 0 +30048300 15.0004480672 12.425 0 0 +30049200 15.0004480672 12.275 0 0 +30050100 15.0004480672 12.0625 0 0 +30051000 15.0004480672 11.7875 0 0 +30051900 15.0004480672 11.5125 0 0 +30052800 15.0004480672 11.2375 0 0 +30053700 15.0004480672 11.1 0 0 +30054600 15.0004480672 11.1 0 0 +30055500 15.0004480672 11.1 0 0 +30056400 15.0004480672 11.1 0 0 +30057300 15.0004480672 10.8875 0 0 +30058200 15.0004480672 10.4625 0 0 +30059100 15.0004480672 10.0375 0 0 +30060000 15.0004480672 9.6125 0 0 +30060900 15.0004480672 9.475 0 0 +30061800 15.0004480672 9.625 0 0 +30062700 15.0004480672 9.775 0 0 +30063600 15.0004480672 9.925 0 0 +30064500 15.0004480672 9.7875 0 0 +30065400 15.0004480672 9.3625 0 0 +30066300 15.0004480672 8.9375 0 0 +30067200 15.0004480672 8.5125 0 0 +30068100 15.0004480672 8.3 0 0 +30069000 15.0004480672 8.3 0 0 +30069900 15.0004480672 8.3 0 0 +30070800 15.0004480672 8.3 0 0 +30071700 15.0004480672 8.1625 0 0 +30072600 15.0004480672 7.8875 0 0 +30073500 15.0004480672 7.6125 0 0 +30074400 15.0004480672 7.3375 0 0 +30075300 15.0004480672 7.1375 0 0 +30076200 15.0004480672 7.0125 0 0 +30077100 15.0004480672 6.8875 0 0 +30078000 15.0004480672 6.7625 0 0 +30078900 15.0004480672 6.5625 0 0 +30079800 15.0004480672 6.2875 0 0 +30080700 15.0004480672 6.0125 0 0 +30081600 15.0004480672 5.7375 0 0 +30082500 15.0004480672 5.8 0 0 +30083400 15.0004480672 6.2 0 0 +30084300 15.0004480672 6.6 0 0 +30085200 15.0004480672 7 0 0 +30086100 15.0004480672 7.1375 0 0 +30087000 15.0004480672 7.0125 0 0 +30087900 15.0004480672 6.8875 0 0 +30088800 15.0004480672 6.7625 0 0 +30089700 15.0004480672 6.7 0 0 +30090600 15.0004480672 6.7 0 0 +30091500 15.0004480672 6.7 0 0 +30092400 15.0004480672 6.7 0 0 +30093300 15.0004480672 6.7625 0 0 +30094200 15.0004480672 11.1227614656 32.9884996457 0 +30095100 15.0004480672 22.9760816717 114.7318828296 0 +30096000 15.0076079717 16.2716836328 146.5317992201 0.0555555556 +30096900 15.0076079717 18.39817952 286.6998531256 0.0555555556 +30097800 15.0076079717 19.5649922669 356.5697530228 0.0555555556 +30098700 15.0076079717 20.7252054094 423.2175829655 0.0555555556 +30099600 15.0076079717 21.8130355714 482.9591982196 0.0555555556 +30100500 15.0076079717 22.4827215209 517.6959369246 0.0555555556 +30101400 15.0076079717 23.4482187474 567.2811007631 0.0555555556 +30102300 15.0076079717 24.3295209511 611.2427334658 0.0555555556 +30103200 15.0076079717 25.1272466295 650.0090323505 0.0555555556 +30104100 15.0076079717 23.2586543871 539.6961841976 0.0555555556 +30105000 15.0076079717 23.7684693502 566.5397608134 0.0555555556 +30105900 15.0076079717 24.2125496203 589.6526371743 0.0555555556 +30106800 15.0076079717 24.5898851757 609.0701954777 0.0555555556 +30107700 15.0076079717 28.9677234174 863.3183501918 0.0555555556 +30108600 15.0076079717 29.2590420857 878.7266492792 0.0555555556 +30109500 15.0076079717 29.4589947815 889.4609705399 0.0555555556 +30110400 15.0076079717 29.5673019467 895.5436983013 0.0555555556 +30111300 15.0076079717 27.1762412501 762.2386685171 0.0555555556 +30112200 15.0076079717 27.1328850223 759.3314611442 0.0555555556 +30113100 15.0076079717 27.0091833415 752.2028257455 0.0555555556 +30114000 15.0076079717 26.8054481203 740.8489770599 0.0555555556 +30114900 15.0076079717 27.3328946741 769.728841204 0.0555555556 +30115800 15.0076079717 26.9496998988 749.2571803083 0.0555555556 +30116700 15.0076079717 26.4840596263 724.3462944322 0.0555555556 +30117600 15.0076079717 25.9366777951 694.9353659647 0.0555555556 +30118500 15.0076079717 25.3889116084 661.9591769579 0.0555555556 +30119400 15.0076079717 24.6762922475 624.3007192827 0.0555555556 +30120300 15.0076079717 23.8835672133 581.7595229685 0.0555555556 +30121200 15.0076079717 23.0115704829 534.0865487882 0.0555555556 +30122100 15.0076079717 19.0079160098 283.4210214861 0.0555555556 +30123000 15.0076079717 18.4002933677 246.8397590003 0.0555555556 +30123900 15.0076079717 17.7679075314 207.7751402118 0.0555555556 +30124800 15.0076079717 17.1315935808 167.3004836917 0.0555555556 +30125700 15.0004480672 24.6029263443 75.5954157633 0 +30126600 15.0004480672 20.4754364646 54.3517979212 0 +30127500 15.0004480672 16.9527283903 36.412534609 0 +30128400 15.0004480672 11.9392514654 1.8541081371 0 +30129300 15.0004480672 11.7 0 0 +30130200 15.0004480672 11.7 0 0 +30131100 15.0004480672 11.7 0 0 +30132000 15.0004480672 11.7 0 0 +30132900 15.0004480672 11.625 0 0 +30133800 15.0004480672 11.475 0 0 +30134700 15.0004480672 11.325 0 0 +30135600 15.0004480672 11.175 0 0 +30136500 15.0004480672 10.9625 0 0 +30137400 15.0004480672 10.6875 0 0 +30138300 15.0004480672 10.4125 0 0 +30139200 15.0004480672 10.1375 0 0 +30140100 15.0004480672 9.8625 0 0 +30141000 15.0004480672 9.5875 0 0 +30141900 15.0004480672 9.3125 0 0 +30142800 15.0004480672 9.0375 0 0 +30143700 15.0004480672 9.0375 0 0 +30144600 15.0004480672 9.3125 0 0 +30145500 15.0004480672 9.5875 0 0 +30146400 15.0004480672 9.8625 0 0 +30147300 15.0004480672 10 0 0 +30148200 15.0004480672 10 0 0 +30149100 15.0004480672 10 0 0 +30150000 15.0004480672 10 0 0 +30150900 15.0004480672 10 0 0 +30151800 15.0004480672 10 0 0 +30152700 15.0004480672 10 0 0 +30153600 15.0004480672 10 0 0 +30154500 15.0004480672 9.8625 0 0 +30155400 15.0004480672 9.5875 0 0 +30156300 15.0004480672 9.3125 0 0 +30157200 15.0004480672 9.0375 0 0 +30158100 15.0004480672 8.9625 0 0 +30159000 15.0004480672 9.0875 0 0 +30159900 15.0004480672 9.2125 0 0 +30160800 15.0004480672 9.3375 0 0 +30161700 15.0004480672 9.2625 0 0 +30162600 15.0004480672 8.9875 0 0 +30163500 15.0004480672 8.7125 0 0 +30164400 15.0004480672 8.4375 0 0 +30165300 15.0004480672 8.2375 0 0 +30166200 15.0004480672 8.1125 0 0 +30167100 15.0004480672 7.9875 0 0 +30168000 15.0004480672 7.8625 0 0 +30168900 15.0004480672 7.8625 0 0 +30169800 15.0004480672 7.9875 0 0 +30170700 15.0004480672 8.1125 0 0 +30171600 15.0004480672 8.2375 0 0 +30172500 15.0004480672 8.3 0 0 +30173400 15.0004480672 8.3 0 0 +30174300 15.0004480672 8.3 0 0 +30175200 15.0004480672 8.3 0 0 +30176100 15.0004480672 8.2375 0 0 +30177000 15.0004480672 8.1125 0 0 +30177900 15.0004480672 7.9875 0 0 +30178800 15.0004480672 7.8625 0 0 +30179700 15.0004480672 7.8625 0 0 +30180600 15.0004480672 10.6462931546 20.5241070249 0 +30181500 15.0004480672 20.0661771369 84.6517033713 0 +30182400 15.0076079717 15.8826764451 109.4603487873 0.0555555556 +30183300 15.001502053 14.7088606145 35.5482176924 0 +30184200 15.001502053 16.8211954912 46.4346090868 0 +30185100 15.0005534249 18.8939620906 57.1031603989 0 +30186000 15.0004480672 20.8850472636 67.3213035584 0 +30186900 15.0076079717 19.5263233909 332.4144886669 0.0555555556 +30187800 15.0076079717 20.1795959402 370.3869803448 0.0555555556 +30188700 15.0076079717 20.7869628446 405.1496188313 0.0555555556 +30189600 15.0076079717 21.3448663891 436.6448294612 0.0555555556 +30190500 15.0076079717 22.2047432831 478.0415193892 0.0555555556 +30191400 15.0076079717 22.6639262651 502.7030031794 0.0555555556 +30192300 15.0076079717 23.0647873182 523.9927159675 0.0555555556 +30193200 15.0076079717 23.4061894931 541.9225942947 0.0555555556 +30194100 15.0076079717 21.9362157377 458.8678382436 0.0555555556 +30195000 15.0076079717 22.0945269704 468.5011616175 0.0555555556 +30195900 15.0076079717 22.2022357976 475.2603639717 0.0555555556 +30196800 15.0076079717 22.258925612 479.1361080537 0.0555555556 +30197700 15.0076079717 23.135875355 523.573410734 0.0555555556 +30198600 15.0076079717 23.1106979725 521.5598951199 0.0555555556 +30199500 15.0076079717 23.0290703046 516.49063117 0.0555555556 +30200400 15.0076079717 22.8912842497 508.3686065092 0.0555555556 +30201300 15.0076079717 27.0315204206 752.0130243566 0.0555555556 +30202200 15.0076079717 26.6585677815 732.0229646656 0.0555555556 +30203100 15.0076079717 26.2048487124 707.6757572102 0.0555555556 +30204000 15.0076079717 25.6710986316 678.9156388279 0.0555555556 +30204900 15.0076079717 25.7483342665 680.2858432389 0.0555555556 +30205800 15.0076079717 25.0410865284 642.9119072496 0.0555555556 +30206700 15.0076079717 24.2507613465 600.521446703 0.0555555556 +30207600 15.0076079717 23.3772831086 552.7915064104 0.0555555556 +30208500 15.0076079717 21.6933469619 449.7040219963 0.0555555556 +30209400 15.0076079717 20.7622384302 397.9655154641 0.0555555556 +30210300 15.0076079717 19.7692065576 340.7244541599 0.0555555556 +30211200 15.0076079717 18.7469083639 279.4615755728 0.0555555556 +30212100 15.0004480672 29.4037675865 106.2937238739 0 +30213000 15.0004480672 23.8057869257 78.4852147068 0 +30213900 15.0004480672 19.2168838404 56.333793157 0 +30214800 15.0004480672 11.598443315 3.3123664743 0 +30215700 15.0004480672 11.1 0 0 +30216600 15.0004480672 11.1 0 0 +30217500 15.0004480672 11.1 0 0 +30218400 15.0004480672 11.1 0 0 +30219300 15.0004480672 11.1 0 0 +30220200 15.0004480672 11.1 0 0 +30221100 15.0004480672 11.1 0 0 +30222000 15.0004480672 11.1 0 0 +30222900 15.0004480672 11.1 0 0 +30223800 15.0004480672 11.1 0 0 +30224700 15.0004480672 11.1 0 0 +30225600 15.0004480672 11.1 0 0 +30226500 15.0004480672 11.0375 0 0 +30227400 15.0004480672 10.9125 0 0 +30228300 15.0004480672 10.7875 0 0 +30229200 15.0004480672 10.6625 0 0 +30230100 15.0004480672 10.6 0 0 +30231000 15.0004480672 10.6 0 0 +30231900 15.0004480672 10.6 0 0 +30232800 15.0004480672 10.6 0 0 +30233700 15.0004480672 10.6 0 0 +30234600 15.0004480672 10.6 0 0 +30235500 15.0004480672 10.6 0 0 +30236400 15.0004480672 10.6 0 0 +30237300 15.0004480672 10.6 0 0 +30238200 15.0004480672 10.6 0 0 +30239100 15.0004480672 10.6 0 0 +30240000 15.0004480672 10.6 0 0 +30240900 15.0004480672 10.6 0 0 +30241800 15.0004480672 10.6 0 0 +30242700 15.0004480672 10.6 0 0 +30243600 15.0004480672 10.6 0 0 +30244500 15.0004480672 10.6625 0 0 +30245400 15.0004480672 10.7875 0 0 +30246300 15.0004480672 10.9125 0 0 +30247200 15.0004480672 11.0375 0 0 +30248100 15.0004480672 11.1 0 0 +30249000 15.0004480672 11.1 0 0 +30249900 15.0004480672 11.1 0 0 +30250800 15.0004480672 11.1 0 0 +30251700 15.0004480672 11.1 0 0 +30252600 15.0004480672 11.1 0 0 +30253500 15.0004480672 11.1 0 0 +30254400 15.0004480672 11.1 0 0 +30255300 15.0004480672 11.1 0 0 +30256200 15.0004480672 11.1 0 0 +30257100 15.0004480672 11.1 0 0 +30258000 15.0004480672 11.1 0 0 +30258900 15.0004480672 11.0375 0 0 +30259800 15.0004480672 10.9125 0 0 +30260700 15.0004480672 10.7875 0 0 +30261600 15.0004480672 10.6625 0 0 +30262500 15.0004480672 10.6 0 0 +30263400 15.0004480672 10.6 0 0 +30264300 15.0004480672 10.6 0 0 +30265200 15.0004480672 10.6 0 0 +30266100 15.0004480672 10.6 0 0 +30267000 15.0004480672 11.085528258 3.0858884921 0 +30267900 15.0004480672 14.3141404186 22.0676551124 0 +30268800 15.0004480672 17.411182482 39.0529354228 0 +30269700 15.0004480672 15.5027827061 27.2187619989 0 +30270600 15.0004480672 17.0143557132 35.8137619616 0 +30271500 15.0004480672 18.444552468 44.0342223611 0 +30272400 15.0004480672 19.7898479057 51.8449419239 0 +30273300 15.0076079717 16.6350553001 136.8886362961 0.0555555556 +30274200 15.0004480672 36.6583985282 152.9377469166 0 +30275100 15.0076079717 17.1107048727 167.7958830886 0.0555555556 +30276000 15.0076079717 17.3220410179 181.4001086571 0.0555555556 +30276900 15.0076079717 17.3333501872 177.5379660142 0.0555555556 +30277800 15.0076079717 17.5004502745 187.5275943033 0.0555555556 +30278700 15.0076079717 17.6478690515 196.2285198115 0.0555555556 +30279600 15.0076079717 17.7749982511 203.6121496071 0.0555555556 +30280500 15.0076079717 19.9044261463 335.8087860383 0.0555555556 +30281400 15.0076079717 20.0264862433 343.1828336832 0.0555555556 +30282300 15.0076079717 20.1126736859 348.3826696035 0.0555555556 +30283200 15.0076079717 20.1626459066 351.3949956362 0.0555555556 +30284100 15.0004480672 33.980585224 131.4108044248 0 +30285000 15.0076079717 16.6257836289 130.881469433 0.0555555556 +30285900 15.0004480672 33.9326460091 129.5117448952 0 +30286800 15.0076079717 16.5947464529 127.3074961822 0.0555555556 +30287700 15.0004480672 32.9500989101 122.0898829493 0 +30288600 15.0076079717 16.4717076795 118.316075695 0.0555555556 +30289500 15.0004480672 31.6260905645 113.7606149114 0 +30290400 15.0076079717 16.3311649937 108.443007781 0.0555555556 +30291300 15.0004480672 26.2311160961 80.9582092353 0 +30292200 15.0076079717 15.8488452154 75.6047327084 0.0555555556 +30293100 15.0004480672 24.106549246 69.7100536793 0 +30294000 15.0004480672 22.9020429231 63.2994140686 0 +30294900 15.0004480672 22.3640392964 60.9334457763 0 +30295800 15.0004480672 20.8599379863 52.9839212146 0 +30296700 15.0004480672 19.262699334 44.572582244 0 +30297600 15.0004480672 17.575658693 35.7354475095 0 +30298500 15.0004480672 14.966963848 22.1561769906 0 +30299400 15.0004480672 13.2598092936 14.1550395297 0 +30300300 15.0004480672 11.4902509656 5.8969447207 0 +30301200 15.0004480672 10.1683810481 0.1682889578 0 +30302100 15.0004480672 10 0 0 +30303000 15.0004480672 10 0 0 +30303900 15.0004480672 10 0 0 +30304800 15.0004480672 10 0 0 +30305700 15.0004480672 10.075 0 0 +30306600 15.0004480672 10.225 0 0 +30307500 15.0004480672 10.375 0 0 +30308400 15.0004480672 10.525 0 0 +30309300 15.0004480672 10.6 0 0 +30310200 15.0004480672 10.6 0 0 +30311100 15.0004480672 10.6 0 0 +30312000 15.0004480672 10.6 0 0 +30312900 15.0004480672 10.6 0 0 +30313800 15.0004480672 10.6 0 0 +30314700 15.0004480672 10.6 0 0 +30315600 15.0004480672 10.6 0 0 +30316500 15.0004480672 10.6 0 0 +30317400 15.0004480672 10.6 0 0 +30318300 15.0004480672 10.6 0 0 +30319200 15.0004480672 10.6 0 0 +30320100 15.0004480672 10.6 0 0 +30321000 15.0004480672 10.6 0 0 +30321900 15.0004480672 10.6 0 0 +30322800 15.0004480672 10.6 0 0 +30323700 15.0004480672 10.525 0 0 +30324600 15.0004480672 10.375 0 0 +30325500 15.0004480672 10.225 0 0 +30326400 15.0004480672 10.075 0 0 +30327300 15.0004480672 10.075 0 0 +30328200 15.0004480672 10.225 0 0 +30329100 15.0004480672 10.375 0 0 +30330000 15.0004480672 10.525 0 0 +30330900 15.0004480672 10.525 0 0 +30331800 15.0004480672 10.375 0 0 +30332700 15.0004480672 10.225 0 0 +30333600 15.0004480672 10.075 0 0 +30334500 15.0004480672 10 0 0 +30335400 15.0004480672 10 0 0 +30336300 15.0004480672 10 0 0 +30337200 15.0004480672 10 0 0 +30338100 15.0004480672 10.075 0 0 +30339000 15.0004480672 10.225 0 0 +30339900 15.0004480672 10.375 0 0 +30340800 15.0004480672 10.525 0 0 +30341700 15.0004480672 10.6 0 0 +30342600 15.0004480672 10.6 0 0 +30343500 15.0004480672 10.6 0 0 +30344400 15.0004480672 10.6 0 0 +30345300 15.0004480672 10.525 0 0 +30346200 15.0004480672 10.375 0 0 +30347100 15.0004480672 10.225 0 0 +30348000 15.0004480672 10.075 0 0 +30348900 15.0004480672 10.075 0 0 +30349800 15.0004480672 10.225 0 0 +30350700 15.0004480672 10.375 0 0 +30351600 15.0004480672 10.525 0 0 +30352500 15.0004480672 10.525 0 0 +30353400 15.0004480672 10.658322382 1.7254358617 0 +30354300 15.0004480672 12.8780917427 15.3720002646 0 +30355200 15.0004480672 15.1888228563 28.9035502975 0 +30356100 15.0004480672 17.8183284722 43.3701697975 0 +30357000 15.0004480672 20.5180038482 56.9647967348 0 +30357900 15.0004480672 23.170990521 70.3360602943 0 +30358800 15.0076079717 15.8987259738 83.1639776894 0.0555555556 +30359700 15.0076079717 18.2638698224 237.8741592959 0.0555555556 +30360600 15.0076079717 18.7236750531 265.6908009563 0.0555555556 +30361500 15.0076079717 19.1510638026 291.2119325244 0.0555555556 +30362400 15.0076079717 19.5431894594 314.3799350131 0.0555555556 +30363300 15.0076079717 24.9037153092 635.3092014892 0.0555555556 +30364200 15.0076079717 25.5040319437 666.7551691077 0.0555555556 +30365100 15.0076079717 26.0269417154 693.8313925872 0.0555555556 +30366000 15.0076079717 26.4716085844 716.6048965198 0.0555555556 +30366900 15.0076079717 26.6031972505 720.3330650928 0.0555555556 +30367800 15.0076079717 26.9040323673 734.367059599 0.0555555556 +30368700 15.0076079717 27.1260639885 744.2671675215 0.0555555556 +30369600 15.0076079717 27.2688945662 750.0432661588 0.0555555556 +30370500 15.0076079717 27.9537001104 789.9422367392 0.0555555556 +30371400 15.0076079717 27.9040753669 787.3721881925 0.0555555556 +30372300 15.0076079717 27.7715097268 780.4992270206 0.0555555556 +30373200 15.0076079717 27.5562705476 769.3165241122 0.0555555556 +30374100 15.0076079717 24.0531856871 567.6464906913 0.0555555556 +30375000 15.0076079717 23.7731089687 551.7312769218 0.0555555556 +30375900 15.0076079717 23.4312954745 532.358148878 0.0555555556 +30376800 15.0076079717 23.02876755 509.5216850007 0.0555555556 +30377700 15.0076079717 25.5830455406 657.7777977043 0.0555555556 +30378600 15.0076079717 24.906883044 621.1624041049 0.0555555556 +30379500 15.0076079717 24.1507938362 579.7088218925 0.0555555556 +30380400 15.0076079717 23.3152951288 533.1509539942 0.0555555556 +30381300 15.0076079717 21.5646500519 425.4467038469 0.0555555556 +30382200 15.0076079717 20.6658698554 375.7157769665 0.0555555556 +30383100 15.0076079717 19.7126257386 321.0825399633 0.0555555556 +30384000 15.0076079717 18.7353795171 262.947953665 0.0555555556 +30384900 15.0004480672 31.3138819167 100.8559808773 0 +30385800 15.0076079717 15.9024448716 74.5481412356 0.0555555556 +30386700 15.0004480672 21.6801899643 53.6400634091 0 +30387600 15.0004480672 14.4745324326 3.9592990967 0 +30388500 15.0004480672 13.9625 0 0 +30389400 15.0004480672 14.0875 0 0 +30390300 15.0004480672 14.2125 0 0 +30391200 15.0004480672 14.3375 0 0 +30392100 15.0004480672 14.3375 0 0 +30393000 15.0004480672 14.2125 0 0 +30393900 15.0004480672 14.0875 0 0 +30394800 15.0004480672 13.9625 0 0 +30395700 15.0004480672 13.825 0 0 +30396600 15.0004480672 13.675 0 0 +30397500 15.0004480672 13.525 0 0 +30398400 15.0004480672 13.375 0 0 +30399300 15.0004480672 13.2375 0 0 +30400200 15.0004480672 13.1125 0 0 +30401100 15.0004480672 12.9875 0 0 +30402000 15.0004480672 12.8625 0 0 +30402900 15.0004480672 12.8 0 0 +30403800 15.0004480672 12.8 0 0 +30404700 15.0004480672 12.8 0 0 +30405600 15.0004480672 12.8 0 0 +30406500 15.0004480672 12.725 0 0 +30407400 15.0004480672 12.575 0 0 +30408300 15.0004480672 12.425 0 0 +30409200 15.0004480672 12.275 0 0 +30410100 15.0004480672 12.2 0 0 +30411000 15.0004480672 12.2 0 0 +30411900 15.0004480672 12.2 0 0 +30412800 15.0004480672 12.2 0 0 +30413700 15.0004480672 12.1375 0 0 +30414600 15.0004480672 12.0125 0 0 +30415500 15.0004480672 11.8875 0 0 +30416400 15.0004480672 11.7625 0 0 +30417300 15.0004480672 11.7 0 0 +30418200 15.0004480672 11.7 0 0 +30419100 15.0004480672 11.7 0 0 +30420000 15.0004480672 11.7 0 0 +30420900 15.0004480672 11.7 0 0 +30421800 15.0004480672 11.7 0 0 +30422700 15.0004480672 11.7 0 0 +30423600 15.0004480672 11.7 0 0 +30424500 15.0004480672 11.7 0 0 +30425400 15.0004480672 11.7 0 0 +30426300 15.0004480672 11.7 0 0 +30427200 15.0004480672 11.7 0 0 +30428100 15.0004480672 11.7 0 0 +30429000 15.0004480672 11.7 0 0 +30429900 15.0004480672 11.7 0 0 +30430800 15.0004480672 11.7 0 0 +30431700 15.0004480672 11.5625 0 0 +30432600 15.0004480672 11.2875 0 0 +30433500 15.0004480672 11.0125 0 0 +30434400 15.0004480672 10.7375 0 0 +30435300 15.0004480672 10.3875 0 0 +30436200 15.0004480672 9.9625 0 0 +30437100 15.0004480672 9.5375 0 0 +30438000 15.0004480672 9.1125 0 0 +30438900 15.0004480672 8.7625 0 0 +30439800 15.0004480672 10.1691458247 13.0358935335 0 +30440700 15.0004480672 20.6941479129 90.201304405 0 +30441600 15.0076079717 15.9151943415 115.2795309348 0.0555555556 +30442500 15.0076079717 18.1358339589 264.180427021 0.0555555556 +30443400 15.0076079717 19.2866440556 330.6290627018 0.0555555556 +30444300 15.0076079717 20.448249632 395.1020579073 0.0555555556 +30445200 15.0076079717 21.5468455744 453.2458678721 0.0555555556 +30446100 15.0076079717 23.1693441198 549.1295774356 0.0555555556 +30447000 15.0076079717 24.1954068309 602.8386902862 0.0555555556 +30447900 15.0076079717 25.1294255807 650.3521759404 0.0555555556 +30448800 15.0076079717 25.9726281345 692.1773382062 0.0555555556 +30449700 15.0076079717 27.3391078872 772.5560926756 0.0555555556 +30450600 15.0076079717 28.0366157444 807.7324941161 0.0555555556 +30451500 15.0076079717 28.641867861 837.856806015 0.0555555556 +30452400 15.0076079717 29.1551018725 863.0950704809 0.0555555556 +30453300 15.0076079717 29.8027382612 900.077165827 0.0555555556 +30454200 15.0076079717 30.1496285044 916.4462579556 0.0555555556 +30455100 15.0076079717 30.4019486198 928.0175517345 0.0555555556 +30456000 15.0076079717 30.5594910269 934.8223775882 0.0555555556 +30456900 15.0076079717 29.9058042234 895.3775232123 0.0555555556 +30457800 15.0076079717 29.8636868556 892.7724728831 0.0555555556 +30458700 15.0076079717 29.7300864116 885.566146296 0.0555555556 +30459600 15.0076079717 29.5051766192 873.7424446833 0.0555555556 +30460500 15.0076079717 29.745043397 887.6592449758 0.0555555556 +30461400 15.0076079717 29.3311736506 866.2888194979 0.0555555556 +30462300 15.0076079717 28.8245304589 840.0821892198 0.0555555556 +30463200 15.0076079717 28.2251075862 808.9179953537 0.0555555556 +30464100 15.0076079717 27.1823884013 747.2553768856 0.0555555556 +30465000 15.0076079717 26.4107860138 708.3880174069 0.0555555556 +30465900 15.0076079717 25.5473889771 664.0487108802 0.0555555556 +30466800 15.0076079717 24.5906261936 613.7950097845 0.0555555556 +30467700 15.0076079717 23.0885401883 523.1768549766 0.0555555556 +30468600 15.0076079717 22.0763094033 467.5617427172 0.0555555556 +30469500 15.0076079717 20.9763249938 404.6590595064 0.0555555556 +30470400 15.0076079717 19.8210133831 335.757525664 0.0555555556 +30471300 15.0076079717 17.5300595566 183.1435306779 0.0555555556 +30472200 15.0004480672 35.7984028026 141.8293741866 0 +30473100 15.0076079717 16.1871616542 112.3438059876 0.0555555556 +30474000 15.0004480672 15.2860289053 9.859710042 0 +30474900 15.0004480672 13.7625 0 0 +30475800 15.0004480672 13.4875 0 0 +30476700 15.0004480672 13.2125 0 0 +30477600 15.0004480672 12.9375 0 0 +30478500 15.0004480672 12.5875 0 0 +30479400 15.0004480672 12.1625 0 0 +30480300 15.0004480672 11.7375 0 0 +30481200 15.0004480672 11.3125 0 0 +30482100 15.0004480672 11.0375 0 0 +30483000 15.0004480672 10.9125 0 0 +30483900 15.0004480672 10.7875 0 0 +30484800 15.0004480672 10.6625 0 0 +30485700 15.0004480672 10.6 0 0 +30486600 15.0004480672 10.6 0 0 +30487500 15.0004480672 10.6 0 0 +30488400 15.0004480672 10.6 0 0 +30489300 15.0004480672 10.525 0 0 +30490200 15.0004480672 10.375 0 0 +30491100 15.0004480672 10.225 0 0 +30492000 15.0004480672 10.075 0 0 +30492900 15.0004480672 9.925 0 0 +30493800 15.0004480672 9.775 0 0 +30494700 15.0004480672 9.625 0 0 +30495600 15.0004480672 9.475 0 0 +30496500 15.0004480672 9.475 0 0 +30497400 15.0004480672 9.625 0 0 +30498300 15.0004480672 9.775 0 0 +30499200 15.0004480672 9.925 0 0 +30500100 15.0004480672 9.8625 0 0 +30501000 15.0004480672 9.5875 0 0 +30501900 15.0004480672 9.3125 0 0 +30502800 15.0004480672 9.0375 0 0 +30503700 15.0004480672 8.9 0 0 +30504600 15.0004480672 8.9 0 0 +30505500 15.0004480672 8.9 0 0 +30506400 15.0004480672 8.9 0 0 +30507300 15.0004480672 8.9 0 0 +30508200 15.0004480672 8.9 0 0 +30509100 15.0004480672 8.9 0 0 +30510000 15.0004480672 8.9 0 0 +30510900 15.0004480672 8.825 0 0 +30511800 15.0004480672 8.675 0 0 +30512700 15.0004480672 8.525 0 0 +30513600 15.0004480672 8.375 0 0 +30514500 15.0004480672 8.025 0 0 +30515400 15.0004480672 7.475 0 0 +30516300 15.0004480672 6.925 0 0 +30517200 15.0004480672 6.375 0 0 +30518100 15.0004480672 6.175 0 0 +30519000 15.0004480672 6.325 0 0 +30519900 15.0004480672 6.475 0 0 +30520800 15.0004480672 6.625 0 0 +30521700 15.0004480672 6.8375 0 0 +30522600 15.0004480672 7.1125 0 0 +30523500 15.0004480672 7.3875 0 0 +30524400 15.0004480672 7.6625 0 0 +30525300 15.0004480672 7.725 0 0 +30526200 15.0004480672 8.5253782906 7.2174779944 0 +30527100 15.0004480672 15.9040815652 59.2148902496 0 +30528000 15.0004480672 20.0717325808 80.5080215362 0 +30528900 15.0004480672 17.532631095 58.1900120727 0 +30529800 15.0004480672 21.0627644492 76.7796865827 0 +30530700 15.0004480672 24.5312501424 95.1538612124 0 +30531600 15.0076079717 16.1058773368 112.8153335442 0.0555555556 +30532500 15.0004480672 30.0580145115 125.316946825 0 +30533400 15.0076079717 16.5591787066 140.3535276653 0.0555555556 +30534300 15.0004480672 35.610170742 154.2807141938 0 +30535200 15.0076079717 17.0272493876 167.0396215951 0.0555555556 +30536100 15.0004480672 33.5537046539 139.0851365486 0 +30537000 15.0076079717 16.73871273 147.0903717134 0.0555555556 +30537900 15.0004480672 36.4201509842 154.0933756876 0 +30538800 15.0076079717 16.9674728349 160.0641605331 0.0555555556 +30539700 15.0004480672 32.0364778905 121.9248468796 0 +30540600 15.0076079717 16.5267019895 124.7584568709 0.0555555556 +30541500 15.0004480672 33.653455967 126.7826371297 0 +30542400 15.0076079717 16.6400583493 127.9887198054 0.0555555556 +30543300 15.0076079717 18.9960226795 277.454931459 0.0555555556 +30544200 15.0076079717 19.0028626393 276.510123953 0.0555555556 +30545100 15.0076079717 18.9820889728 273.8055202812 0.0555555556 +30546000 15.0076079717 18.9338791632 269.3501417289 0.0555555556 +30546900 15.0076079717 19.9189562154 327.2371584595 0.0555555556 +30547800 15.0076079717 19.7600327916 317.516153612 0.0555555556 +30548700 15.0076079717 19.5674001021 305.7045959554 0.0555555556 +30549600 15.0076079717 19.3418629584 291.8325260802 0.0555555556 +30550500 15.0076079717 17.4845035578 174.050982078 0.0555555556 +30551400 15.0076079717 17.3102074013 162.676865259 0.0555555556 +30552300 15.0076079717 17.1182495574 150.1044737257 0.0555555556 +30553200 15.0004480672 37.4085410418 136.3805493881 0 +30554100 15.0076079717 17.3020798656 160.2213714419 0.0555555556 +30555000 15.0004480672 37.8679798473 139.3290303445 0 +30555900 15.0076079717 16.5943491917 117.206498906 0.0555555556 +30556800 15.0004480672 29.7345400041 94.3006382126 0 +30557700 15.0004480672 19.7440954411 36.5622634322 0 +30558600 15.0004480672 17.4217121359 24.58597923 0 +30559500 15.0004480672 15.1396152554 12.9034594908 0 +30560400 15.0004480672 12.9942128735 0.8644312182 0 +30561300 15.0004480672 12.725 0 0 +30562200 15.0004480672 12.575 0 0 +30563100 15.0004480672 12.425 0 0 +30564000 15.0004480672 12.275 0 0 +30564900 15.0004480672 12.0625 0 0 +30565800 15.0004480672 11.7875 0 0 +30566700 15.0004480672 11.5125 0 0 +30567600 15.0004480672 11.2375 0 0 +30568500 15.0004480672 10.9625 0 0 +30569400 15.0004480672 10.6875 0 0 +30570300 15.0004480672 10.4125 0 0 +30571200 15.0004480672 10.1375 0 0 +30572100 15.0004480672 10 0 0 +30573000 15.0004480672 10 0 0 +30573900 15.0004480672 10 0 0 +30574800 15.0004480672 10 0 0 +30575700 15.0004480672 10 0 0 +30576600 15.0004480672 10 0 0 +30577500 15.0004480672 10 0 0 +30578400 15.0004480672 10 0 0 +30579300 15.0004480672 9.925 0 0 +30580200 15.0004480672 9.775 0 0 +30581100 15.0004480672 9.625 0 0 +30582000 15.0004480672 9.475 0 0 +30582900 15.0004480672 9.4 0 0 +30583800 15.0004480672 9.4 0 0 +30584700 15.0004480672 9.4 0 0 +30585600 15.0004480672 9.4 0 0 +30586500 15.0004480672 9.4 0 0 +30587400 15.0004480672 9.4 0 0 +30588300 15.0004480672 9.4 0 0 +30589200 15.0004480672 9.4 0 0 +30590100 15.0004480672 9.4 0 0 +30591000 15.0004480672 9.4 0 0 +30591900 15.0004480672 9.4 0 0 +30592800 15.0004480672 9.4 0 0 +30593700 15.0004480672 9.475 0 0 +30594600 15.0004480672 9.625 0 0 +30595500 15.0004480672 9.775 0 0 +30596400 15.0004480672 9.925 0 0 +30597300 15.0004480672 9.925 0 0 +30598200 15.0004480672 9.775 0 0 +30599100 15.0004480672 9.625 0 0 +30600000 15.0004480672 9.475 0 0 +30600900 15.0004480672 9.4 0 0 +30601800 15.0004480672 9.4 0 0 +30602700 15.0004480672 9.4 0 0 +30603600 15.0004480672 9.4 0 0 +30604500 15.0004480672 9.3375 0 0 +30605400 15.0004480672 9.2125 0 0 +30606300 15.0004480672 9.0875 0 0 +30607200 15.0004480672 8.9625 0 0 +30608100 15.0004480672 8.7625 0 0 +30609000 15.0004480672 8.4875 0 0 +30609900 15.0004480672 8.2125 0 0 +30610800 15.0004480672 7.9375 0 0 +30611700 15.0004480672 7.8625 0 0 +30612600 15.0004480672 8.4281644142 3.2280064752 0 +30613500 15.0004480672 12.9930488325 32.4007920394 0 +30614400 15.0004480672 16.3516166527 49.0287962198 0 +30615300 15.0076079717 16.8221821672 168.3157459829 0.0555555556 +30616200 15.0076079717 17.5929773547 215.7332937788 0.0555555556 +30617100 15.0076079717 18.3986426686 263.735045878 0.0555555556 +30618000 15.0076079717 19.1885150883 309.1635271033 0.0555555556 +30618900 15.0076079717 20.3661733051 381.2388638402 0.0555555556 +30619800 15.0076079717 21.1257572031 423.4852453676 0.0555555556 +30620700 15.0076079717 21.826907166 461.6496870218 0.0555555556 +30621600 15.0076079717 22.4667624594 495.8430317263 0.0555555556 +30622500 15.0076079717 23.8172008537 576.0200106989 0.0555555556 +30623400 15.0076079717 24.3889794911 605.3049448767 0.0555555556 +30624300 15.0076079717 24.8898310184 630.5746499569 0.0555555556 +30625200 15.0076079717 25.3188740179 651.888331511 0.0555555556 +30626100 15.0076079717 23.4138249964 537.6823823643 0.0555555556 +30627000 15.0076079717 23.6575882754 549.0485537721 0.0555555556 +30627900 15.0076079717 23.8410971223 557.1637260089 0.0555555556 +30628800 15.0076079717 23.9639165624 562.0270834245 0.0555555556 +30629700 15.0076079717 26.3255137388 703.9445335936 0.0555555556 +30630600 15.0076079717 26.287604701 701.9301281757 0.0555555556 +30631500 15.0076079717 26.1747164538 695.9261648037 0.0555555556 +30632400 15.0076079717 25.9871339504 685.9316428638 0.0555555556 +30633300 15.0076079717 26.5364808623 713.6443171884 0.0555555556 +30634200 15.0076079717 26.1953429677 695.2212807067 0.0555555556 +30635100 15.0076079717 25.7771978421 672.6522165332 0.0555555556 +30636000 15.0076079717 25.282776326 645.8884320413 0.0555555556 +30636900 15.0076079717 23.9303823366 563.8587225811 0.0555555556 +30637800 15.0076079717 23.3360495808 531.618484852 0.0555555556 +30638700 15.0076079717 22.6740550493 495.2530974537 0.0555555556 +30639600 15.0076079717 21.9458908698 454.6108887673 0.0555555556 +30640500 15.0076079717 18.1794566308 219.9269587023 0.0555555556 +30641400 15.0076079717 17.7149303849 191.6363934912 0.0555555556 +30642300 15.0076079717 17.2316318497 161.5746345306 0.0555555556 +30643200 15.0004480672 35.4911489627 130.408283981 0 +30644100 15.0076079717 16.3459619534 106.2670961203 0.0555555556 +30645000 15.0004480672 25.4195975922 78.7203765101 0 +30645900 15.0004480672 20.7654493486 56.8759495455 0 +30646800 15.0004480672 13.1008555489 5.8005418834 0 +30647700 15.0004480672 12.2 0 0 +30648600 15.0004480672 12.2 0 0 +30649500 15.0004480672 12.2 0 0 +30650400 15.0004480672 12.2 0 0 +30651300 15.0004480672 12.1375 0 0 +30652200 15.0004480672 12.0125 0 0 +30653100 15.0004480672 11.8875 0 0 +30654000 15.0004480672 11.7625 0 0 +30654900 15.0004480672 11.625 0 0 +30655800 15.0004480672 11.475 0 0 +30656700 15.0004480672 11.325 0 0 +30657600 15.0004480672 11.175 0 0 +30658500 15.0004480672 11.1 0 0 +30659400 15.0004480672 11.1 0 0 +30660300 15.0004480672 11.1 0 0 +30661200 15.0004480672 11.1 0 0 +30662100 15.0004480672 11.0375 0 0 +30663000 15.0004480672 10.9125 0 0 +30663900 15.0004480672 10.7875 0 0 +30664800 15.0004480672 10.6625 0 0 +30665700 15.0004480672 10.6 0 0 +30666600 15.0004480672 10.6 0 0 +30667500 15.0004480672 10.6 0 0 +30668400 15.0004480672 10.6 0 0 +30669300 15.0004480672 10.525 0 0 +30670200 15.0004480672 10.375 0 0 +30671100 15.0004480672 10.225 0 0 +30672000 15.0004480672 10.075 0 0 +30672900 15.0004480672 10 0 0 +30673800 15.0004480672 10 0 0 +30674700 15.0004480672 10 0 0 +30675600 15.0004480672 10 0 0 +30676500 15.0004480672 10 0 0 +30677400 15.0004480672 10 0 0 +30678300 15.0004480672 10 0 0 +30679200 15.0004480672 10 0 0 +30680100 15.0004480672 9.925 0 0 +30681000 15.0004480672 9.775 0 0 +30681900 15.0004480672 9.625 0 0 +30682800 15.0004480672 9.475 0 0 +30683700 15.0004480672 9.3375 0 0 +30684600 15.0004480672 9.2125 0 0 +30685500 15.0004480672 9.0875 0 0 +30686400 15.0004480672 8.9625 0 0 +30687300 15.0004480672 8.9 0 0 +30688200 15.0004480672 8.9 0 0 +30689100 15.0004480672 8.9 0 0 +30690000 15.0004480672 8.9 0 0 +30690900 15.0004480672 8.9 0 0 +30691800 15.0004480672 8.9 0 0 +30692700 15.0004480672 8.9 0 0 +30693600 15.0004480672 8.9 0 0 +30694500 15.0004480672 8.9 0 0 +30695400 15.0004480672 8.9 0 0 +30696300 15.0004480672 8.9 0 0 +30697200 15.0004480672 8.9 0 0 +30698100 15.0004480672 8.9 0 0 +30699000 15.0004480672 10.5568779658 13.0984031673 0 +30699900 15.0076079717 15.9216570106 127.5272499139 0.0555555556 +30700800 15.0004480672 32.2916983009 157.8657595042 0 +30701700 15.0076079717 18.5878791965 293.3040553367 0.0555555556 +30702600 15.0076079717 19.7910144574 365.3040838825 0.0555555556 +30703500 15.0076079717 20.9975011974 434.5059499856 0.0555555556 +30704400 15.0076079717 22.1176556071 495.5611448891 0.0555555556 +30705300 15.0076079717 23.6429823168 587.0756321508 0.0555555556 +30706200 15.0076079717 24.6981182595 643.6029743075 0.0555555556 +30707100 15.0076079717 25.6509154777 693.2453433378 0.0555555556 +30708000 15.0076079717 26.5044992276 736.6770662813 0.0555555556 +30708900 15.0076079717 27.5521681268 798.4326979062 0.0555555556 +30709800 15.0076079717 28.2747080816 834.5732084109 0.0555555556 +30710700 15.0076079717 28.9020402353 865.5187208926 0.0555555556 +30711600 15.0076079717 29.4348090111 891.4703138376 0.0555555556 +30712500 15.0076079717 29.7881341377 911.0308160004 0.0555555556 +30713400 15.0076079717 30.146461839 927.8319265994 0.0555555556 +30714300 15.0076079717 30.4095616985 939.8316509397 0.0555555556 +30715200 15.0076079717 30.5772756182 947.0672399597 0.0555555556 +30716100 15.0076079717 27.9628629785 792.2289880544 0.0555555556 +30717000 15.0076079717 27.9357778204 790.2644511605 0.0555555556 +30717900 15.0076079717 27.826327014 784.1508620691 0.0555555556 +30718800 15.0076079717 27.6346997005 773.876680066 0.0555555556 +30719700 15.0076079717 29.2747238252 870.6193536872 0.0555555556 +30720600 15.0076079717 28.8764173996 850.2169808576 0.0555555556 +30721500 15.0076079717 28.3872204294 825.1020322297 0.0555555556 +30722400 15.0076079717 27.8071079881 795.1554619728 0.0555555556 +30723300 15.0076079717 27.2466741276 761.6759737623 0.0555555556 +30724200 15.0076079717 26.5040453777 723.4771484421 0.0555555556 +30725100 15.0076079717 25.6680122958 679.7607423333 0.0555555556 +30726000 15.0076079717 24.7363134494 630.0405650206 0.0555555556 +30726900 15.0076079717 22.7029916657 505.2259975254 0.0555555556 +30727800 15.0076079717 21.7360527737 452.4206741462 0.0555555556 +30728700 15.0076079717 20.6845862394 392.646155032 0.0555555556 +30729600 15.0076079717 19.5772167956 326.9682552843 0.0555555556 +30730500 15.0076079717 17.8856953914 218.2831106196 0.0555555556 +30731400 15.0004480672 38.0465296949 171.1896628612 0 +30732300 15.0076079717 16.3238692727 138.1906667037 0.0555555556 +30733200 15.0015020533 14.0741589552 17.1095414144 0 +30734100 15.0004480672 11.625 0 0 +30735000 15.0004480672 11.475 0 0 +30735900 15.0004480672 11.325 0 0 +30736800 15.0004480672 11.175 0 0 +30737700 15.0004480672 10.9625 0 0 +30738600 15.0004480672 10.6875 0 0 +30739500 15.0004480672 10.4125 0 0 +30740400 15.0004480672 10.1375 0 0 +30741300 15.0004480672 9.925 0 0 +30742200 15.0004480672 9.775 0 0 +30743100 15.0004480672 9.625 0 0 +30744000 15.0004480672 9.475 0 0 +30744900 15.0004480672 9.2 0 0 +30745800 15.0004480672 8.8 0 0 +30746700 15.0004480672 8.4 0 0 +30747600 15.0004480672 8 0 0 +30748500 15.0004480672 7.8625 0 0 +30749400 15.0004480672 7.9875 0 0 +30750300 15.0004480672 8.1125 0 0 +30751200 15.0004480672 8.2375 0 0 +30752100 15.0004480672 8.1 0 0 +30753000 15.0004480672 7.7 0 0 +30753900 15.0004480672 7.3 0 0 +30754800 15.0004480672 6.9 0 0 +30755700 15.0004480672 6.7 0 0 +30756600 15.0004480672 6.7 0 0 +30757500 15.0004480672 6.7 0 0 +30758400 15.0004480672 6.7 0 0 +30759300 15.0004480672 6.7 0 0 +30760200 15.0004480672 6.7 0 0 +30761100 15.0004480672 6.7 0 0 +30762000 15.0004480672 6.7 0 0 +30762900 15.0004480672 6.5625 0 0 +30763800 15.0004480672 6.2875 0 0 +30764700 15.0004480672 6.0125 0 0 +30765600 15.0004480672 5.7375 0 0 +30766500 15.0004480672 5.45 0 0 +30767400 15.0004480672 5.15 0 0 +30768300 15.0004480672 4.85 0 0 +30769200 15.0004480672 4.55 0 0 +30770100 15.0004480672 4.2625 0 0 +30771000 15.0004480672 3.9875 0 0 +30771900 15.0004480672 3.7125 0 0 +30772800 15.0004480672 3.4375 0 0 +30773700 15.0004480672 3.5125 0 0 +30774600 15.0004480672 3.9375 0 0 +30775500 15.0004480672 4.3625 0 0 +30776400 15.0004480672 4.7875 0 0 +30777300 15.0004480672 4.8625 0 0 +30778200 15.0004480672 4.5875 0 0 +30779100 15.0004480672 4.3125 0 0 +30780000 15.0004480672 4.0375 0 0 +30780900 15.0004480672 3.9 0 0 +30781800 15.0004480672 3.9 0 0 +30782700 15.0004480672 3.9 0 0 +30783600 15.0004480672 3.9 0 0 +30784500 15.0004480672 4.0375 0 0 +30785400 15.0004480672 5.8531853437 12.235712112 0 +30786300 15.0004480672 22.3912489172 135.3948515247 0 +30787200 15.0076079717 16.2669347146 166.6283573646 0.0555555556 +30788100 15.0076079717 18.3260793075 296.7519095034 0.0555555556 +30789000 15.0076079717 19.5769172378 369.4152866186 0.0555555556 +30789900 15.0076079717 20.8306779202 439.2171072164 0.0555555556 +30790800 15.0076079717 21.993834147 500.5499038516 0.0555555556 +30791700 15.0076079717 23.5143312822 589.4127157357 0.0555555556 +30792600 15.0076079717 24.6107458007 646.2272604224 0.0555555556 +30793500 15.0076079717 25.6034899046 696.0665171671 0.0555555556 +30794400 15.0076079717 26.4959640852 739.6302549658 0.0555555556 +30795300 15.0076079717 27.6173230362 804.5203362653 0.0555555556 +30796200 15.0076079717 28.3569405687 840.9526587526 0.0555555556 +30797100 15.0076079717 29.0005978914 872.152513928 0.0555555556 +30798000 15.0076079717 29.5490379636 898.3296783028 0.0555555556 +30798900 15.0076079717 30.1850511245 935.4543169247 0.0555555556 +30799800 15.0076079717 30.5191453976 952.7052984493 0.0555555556 +30800700 15.0076079717 30.7560412803 965.0659728026 0.0555555556 +30801600 15.0076079717 30.8956157223 972.5773424546 0.0555555556 +30802500 15.0076079717 30.9865265674 977.5796671945 0.0555555556 +30803400 15.0076079717 30.9674522717 975.4352345581 0.0555555556 +30804300 15.0076079717 30.8505861821 968.4417898532 0.0555555556 +30805200 15.0076079717 30.6360232078 956.57857875 0.0555555556 +30806100 15.0076079717 30.2093489328 930.779047378 0.0555555556 +30807000 15.0076079717 29.7927786469 909.5906648634 0.0555555556 +30807900 15.0076079717 29.2802226848 883.4546324401 0.0555555556 +30808800 15.0076079717 28.6714093165 852.2317607527 0.0555555556 +30809700 15.0076079717 26.8599723942 748.292034505 0.0555555556 +30810600 15.0076079717 26.113346135 708.8685634525 0.0555555556 +30811500 15.0076079717 25.275935653 664.0232286608 0.0555555556 +30812400 15.0076079717 24.3471544618 613.3973836226 0.0555555556 +30813300 15.0076079717 23.83101387 580.9334477087 0.0555555556 +30814200 15.0076079717 22.8083731072 524.2714507063 0.0555555556 +30815100 15.0076079717 21.673867222 458.7984154742 0.0555555556 +30816000 15.0076079717 20.4549071535 385.333757944 0.0555555556 +30816900 15.0076079717 18.4908300751 257.6544085588 0.0555555556 +30817800 15.0076079717 17.4763302338 203.9850566796 0.0555555556 +30818700 15.0004480672 35.4336777706 166.4176391334 0 +30819600 15.0004480672 16.2932657989 23.0187294955 0 +30820500 15.0004480672 13.2375 0 0 +30821400 15.0004480672 13.1125 0 0 +30822300 15.0004480672 12.9875 0 0 +30823200 15.0004480672 12.8625 0 0 +30824100 15.0004480672 12.6625 0 0 +30825000 15.0004480672 12.3875 0 0 +30825900 15.0004480672 12.1125 0 0 +30826800 15.0004480672 11.8375 0 0 +30827700 15.0004480672 11.625 0 0 +30828600 15.0004480672 11.475 0 0 +30829500 15.0004480672 11.325 0 0 +30830400 15.0004480672 11.175 0 0 +30831300 15.0004480672 11.1 0 0 +30832200 15.0004480672 11.1 0 0 +30833100 15.0004480672 11.1 0 0 +30834000 15.0004480672 11.1 0 0 +30834900 15.0004480672 11.1 0 0 +30835800 15.0004480672 11.1 0 0 +30836700 15.0004480672 11.1 0 0 +30837600 15.0004480672 11.1 0 0 +30838500 15.0004480672 11.175 0 0 +30839400 15.0004480672 11.325 0 0 +30840300 15.0004480672 11.475 0 0 +30841200 15.0004480672 11.625 0 0 +30842100 15.0004480672 11.5625 0 0 +30843000 15.0004480672 11.2875 0 0 +30843900 15.0004480672 11.0125 0 0 +30844800 15.0004480672 10.7375 0 0 +30845700 15.0004480672 10.6 0 0 +30846600 15.0004480672 10.6 0 0 +30847500 15.0004480672 10.6 0 0 +30848400 15.0004480672 10.6 0 0 +30849300 15.0004480672 10.3875 0 0 +30850200 15.0004480672 9.9625 0 0 +30851100 15.0004480672 9.5375 0 0 +30852000 15.0004480672 9.1125 0 0 +30852900 15.0004480672 9.1125 0 0 +30853800 15.0004480672 9.5375 0 0 +30854700 15.0004480672 9.9625 0 0 +30855600 15.0004480672 10.3875 0 0 +30856500 15.0004480672 10.525 0 0 +30857400 15.0004480672 10.375 0 0 +30858300 15.0004480672 10.225 0 0 +30859200 15.0004480672 10.075 0 0 +30860100 15.0004480672 9.8625 0 0 +30861000 15.0004480672 9.5875 0 0 +30861900 15.0004480672 9.3125 0 0 +30862800 15.0004480672 9.0375 0 0 +30863700 15.0004480672 8.825 0 0 +30864600 15.0004480672 8.675 0 0 +30865500 15.0004480672 8.525 0 0 +30866400 15.0004480672 8.375 0 0 +30867300 15.0004480672 8.4375 0 0 +30868200 15.0004480672 8.7125 0 0 +30869100 15.0004480672 8.9875 0 0 +30870000 15.0004480672 9.2625 0 0 +30870900 15.0004480672 9.4 0 0 +30871800 15.0004480672 9.8325377518 3.3476013972 0 +30872700 15.0004480672 15.866540503 45.5403807688 0 +30873600 15.0004480672 19.4453862719 63.1034128995 0 +30874500 15.0076079717 17.5153158648 212.9251956224 0.0555555556 +30875400 15.0076079717 18.4649916292 270.781914178 0.0555555556 +30876300 15.0076079717 19.4551276077 329.047377725 0.0555555556 +30877200 15.0076079717 20.4141401441 383.241968427 0.0555555556 +30878100 15.0076079717 22.3360439571 501.5540677704 0.0555555556 +30879000 15.0076079717 23.3068186841 554.1921541412 0.0555555556 +30879900 15.0076079717 24.1944316333 601.1056118927 0.0555555556 +30880800 15.0076079717 24.9982825763 642.6696987506 0.0555555556 +30881700 15.0076079717 24.681366419 624.8017546545 0.0555555556 +30882600 15.0076079717 25.3135846901 657.016464823 0.0555555556 +30883500 15.0076079717 25.868836209 684.8579561656 0.0555555556 +30884400 15.0076079717 26.3462464097 708.3954467768 0.0555555556 +30885300 15.0076079717 26.913571346 741.906002566 0.0555555556 +30886200 15.0076079717 27.2073349962 757.4293102888 0.0555555556 +30887100 15.0076079717 27.4197078348 768.6182703484 0.0555555556 +30888000 15.0076079717 27.550230408 775.4814163296 0.0555555556 +30888900 15.0076079717 29.5766078492 887.7595239006 0.0555555556 +30889800 15.0076079717 29.5606119603 885.836181829 0.0555555556 +30890700 15.0076079717 29.4529629003 879.2381322033 0.0555555556 +30891600 15.0076079717 29.2538537426 867.9540366555 0.0555555556 +30892500 15.0076079717 28.1658621055 808.6329381153 0.0555555556 +30893400 15.0076079717 27.7789871506 788.397652134 0.0555555556 +30894300 15.0076079717 27.3057164173 763.5088689855 0.0555555556 +30895200 15.0076079717 26.7467304198 733.909048585 0.0555555556 +30896100 15.0076079717 26.3942489576 708.6110254234 0.0555555556 +30897000 15.0076079717 25.6750215282 671.2807070346 0.0555555556 +30897900 15.0076079717 24.8700128839 628.8312054402 0.0555555556 +30898800 15.0076079717 23.9789168528 580.937076137 0.0555555556 +30899700 15.0076079717 22.3153149492 479.9707207219 0.0555555556 +30900600 15.0076079717 21.3550848963 427.5269718187 0.0555555556 +30901500 15.0076079717 20.3249994598 369.1822757791 0.0555555556 +30902400 15.0076079717 19.2526833222 306.0411967265 0.0555555556 +30903300 15.0004480672 35.9190721932 140.3837936009 0 +30904200 15.0076079717 16.1877386857 106.1604521217 0.0555555556 +30905100 15.0004480672 23.7789375231 80.3459679009 0 +30906000 15.0004480672 13.7917685417 11.5606669987 0 +30906900 15.0004480672 12.1375 0 0 +30907800 15.0004480672 12.0125 0 0 +30908700 15.0004480672 11.8875 0 0 +30909600 15.0004480672 11.7625 0 0 +30910500 15.0004480672 11.7 0 0 +30911400 15.0004480672 11.7 0 0 +30912300 15.0004480672 11.7 0 0 +30913200 15.0004480672 11.7 0 0 +30914100 15.0004480672 11.7 0 0 +30915000 15.0004480672 11.7 0 0 +30915900 15.0004480672 11.7 0 0 +30916800 15.0004480672 11.7 0 0 +30917700 15.0004480672 11.7 0 0 +30918600 15.0004480672 11.7 0 0 +30919500 15.0004480672 11.7 0 0 +30920400 15.0004480672 11.7 0 0 +30921300 15.0004480672 11.625 0 0 +30922200 15.0004480672 11.475 0 0 +30923100 15.0004480672 11.325 0 0 +30924000 15.0004480672 11.175 0 0 +30924900 15.0004480672 11.1 0 0 +30925800 15.0004480672 11.1 0 0 +30926700 15.0004480672 11.1 0 0 +30927600 15.0004480672 11.1 0 0 +30928500 15.0004480672 11.0375 0 0 +30929400 15.0004480672 10.9125 0 0 +30930300 15.0004480672 10.7875 0 0 +30931200 15.0004480672 10.6625 0 0 +30932100 15.0004480672 10.6 0 0 +30933000 15.0004480672 10.6 0 0 +30933900 15.0004480672 10.6 0 0 +30934800 15.0004480672 10.6 0 0 +30935700 15.0004480672 10.6 0 0 +30936600 15.0004480672 10.6 0 0 +30937500 15.0004480672 10.6 0 0 +30938400 15.0004480672 10.6 0 0 +30939300 15.0004480672 10.525 0 0 +30940200 15.0004480672 10.375 0 0 +30941100 15.0004480672 10.225 0 0 +30942000 15.0004480672 10.075 0 0 +30942900 15.0004480672 10.075 0 0 +30943800 15.0004480672 10.225 0 0 +30944700 15.0004480672 10.375 0 0 +30945600 15.0004480672 10.525 0 0 +30946500 15.0004480672 10.525 0 0 +30947400 15.0004480672 10.375 0 0 +30948300 15.0004480672 10.225 0 0 +30949200 15.0004480672 10.075 0 0 +30950100 15.0004480672 9.925 0 0 +30951000 15.0004480672 9.775 0 0 +30951900 15.0004480672 9.625 0 0 +30952800 15.0004480672 9.475 0 0 +30953700 15.0004480672 9.3375 0 0 +30954600 15.0004480672 9.2125 0 0 +30955500 15.0004480672 9.0875 0 0 +30956400 15.0004480672 8.9625 0 0 +30957300 15.0004480672 8.9 0 0 +30958200 15.0004480672 9.9787633956 8.6160171798 0 +30959100 15.0076079717 15.8929587972 126.7742040429 0.0555555556 +30960000 15.0004480672 31.8861180546 156.6030356922 0 +30960900 15.0076079717 18.5370838702 290.4096145087 0.0555555556 +30961800 15.0076079717 19.7537057705 362.5943852386 0.0555555556 +30962700 15.0076079717 20.9827220612 432.5801922285 0.0555555556 +30963600 15.0076079717 22.1267463546 494.4114922894 0.0555555556 +30964500 15.0076079717 23.6556373935 585.7086478104 0.0555555556 +30965400 15.0076079717 24.7242113954 643.0371475009 0.0555555556 +30966300 15.0076079717 25.6893674367 693.3651729306 0.0555555556 +30967200 15.0076079717 26.5543152057 737.3877204783 0.0555555556 +30968100 15.0076079717 27.6739818471 803.1532073861 0.0555555556 +30969000 15.0076079717 28.4204784242 839.994894739 0.0555555556 +30969900 15.0076079717 29.0708736587 871.5828557167 0.0555555556 +30970800 15.0076079717 29.6259082856 898.1291630934 0.0555555556 +30971700 15.0076079717 30.2827074831 935.743411329 0.0555555556 +30972600 15.0076079717 30.6475396927 953.3445573731 0.0555555556 +30973500 15.0076079717 30.9150135318 966.0404092031 0.0555555556 +30974400 15.0076079717 31.0849982744 973.8727322773 0.0555555556 +30975300 15.0076079717 31.2077674546 980.9248358762 0.0555555556 +30976200 15.0076079717 31.1704055946 979.0716653698 0.0555555556 +30977100 15.0076079717 31.0349241334 972.3447003475 0.0555555556 +30978000 15.0076079717 30.8014196868 960.7244907323 0.0555555556 +30978900 15.0076079717 30.358537166 934.4794066475 0.0555555556 +30979800 15.0076079717 29.9466043394 913.5130790002 0.0555555556 +30980700 15.0076079717 29.4384405441 887.5894634289 0.0555555556 +30981600 15.0076079717 28.8338102123 856.5736911714 0.0555555556 +30982500 15.0076079717 27.878517641 800.2256285609 0.0555555556 +30983400 15.0076079717 27.0960596403 761.249976174 0.0555555556 +30984300 15.0076079717 26.2161870642 716.5611440511 0.0555555556 +30985200 15.0076079717 25.236130259 665.6386460654 0.0555555556 +30986100 15.0076079717 23.9105515887 586.6767345675 0.0555555556 +30987000 15.0076079717 22.8519903576 529.8563974111 0.0555555556 +30987900 15.0076079717 21.6825294719 464.3310524078 0.0555555556 +30988800 15.0076079717 20.4275271825 390.7918154216 0.0555555556 +30989700 15.0076079717 18.3947807325 259.5550972965 0.0555555556 +30990600 15.0076079717 17.3774660781 204.8920231988 0.0555555556 +30991500 15.0004480672 33.9956535675 166.2712785227 0 +30992400 15.0004480672 15.6081791223 30.2548344734 0 +30993300 15.0004480672 11.5625 0 0 +30994200 15.0004480672 11.2875 0 0 +30995100 15.0004480672 11.0125 0 0 +30996000 15.0004480672 10.7375 0 0 +30996900 15.0004480672 10.45 0 0 +30997800 15.0004480672 10.15 0 0 +30998700 15.0004480672 9.85 0 0 +30999600 15.0004480672 9.55 0 0 +31000500 15.0004480672 9.3375 0 0 +31001400 15.0004480672 9.2125 0 0 +31002300 15.0004480672 9.0875 0 0 +31003200 15.0004480672 8.9625 0 0 +31004100 15.0004480672 8.6875 0 0 +31005000 15.0004480672 8.2625 0 0 +31005900 15.0004480672 7.8375 0 0 +31006800 15.0004480672 7.4125 0 0 +31007700 15.0004480672 7.2 0 0 +31008600 15.0004480672 7.2 0 0 +31009500 15.0004480672 7.2 0 0 +31010400 15.0004480672 7.2 0 0 +31011300 15.0004480672 7.275 0 0 +31012200 15.0004480672 7.425 0 0 +31013100 15.0004480672 7.575 0 0 +31014000 15.0004480672 7.725 0 0 +31014900 15.0004480672 7.6625 0 0 +31015800 15.0004480672 7.3875 0 0 +31016700 15.0004480672 7.1125 0 0 +31017600 15.0004480672 6.8375 0 0 +31018500 15.0004480672 6.625 0 0 +31019400 15.0004480672 6.475 0 0 +31020300 15.0004480672 6.325 0 0 +31021200 15.0004480672 6.175 0 0 +31022100 15.0004480672 5.9625 0 0 +31023000 15.0004480672 5.6875 0 0 +31023900 15.0004480672 5.4125 0 0 +31024800 15.0004480672 5.1375 0 0 +31025700 15.0004480672 4.7875 0 0 +31026600 15.0004480672 4.3625 0 0 +31027500 15.0004480672 3.9375 0 0 +31028400 15.0004480672 3.5125 0 0 +31029300 15.0004480672 3.3 0 0 +31030200 15.0004480672 3.3 0 0 +31031100 15.0004480672 3.3 0 0 +31032000 15.0004480672 3.3 0 0 +31032900 15.0004480672 3.2375 0 0 +31033800 15.0004480672 3.1125 0 0 +31034700 15.0004480672 2.9875 0 0 +31035600 15.0004480672 2.8625 0 0 +31036500 15.0004480672 2.8625 0 0 +31037400 15.0004480672 2.9875 0 0 +31038300 15.0004480672 3.1125 0 0 +31039200 15.0004480672 3.2375 0 0 +31040100 15.0004480672 3.3 0 0 +31041000 15.0004480672 3.3 0 0 +31041900 15.0004480672 3.3 0 0 +31042800 15.0004480672 3.3 0 0 +31043700 15.0004480672 3.4375 0 0 +31044600 15.0004480672 3.9020675668 1.45317707 0 +31045500 15.0004480672 8.2207963993 28.8645836844 0 +31046400 15.0004480672 11.4948667418 44.1702964889 0 +31047300 15.0076079717 16.6945769699 183.3996170806 0.0555555556 +31048200 15.0076079717 17.5573390294 235.3800023925 0.0555555556 +31049100 15.0076079717 18.4631884577 288.5226232351 0.0555555556 +31050000 15.0076079717 19.3520428909 338.7423065669 0.0555555556 +31050900 15.0076079717 21.4094318671 465.0104988194 0.0555555556 +31051800 15.0076079717 22.3677507899 515.6392857743 0.0555555556 +31052700 15.0076079717 23.250325129 561.0035875841 0.0555555556 +31053600 15.0076079717 24.0554185504 601.3804697985 0.0555555556 +31054500 15.0076079717 25.5453787307 688.5164227425 0.0555555556 +31055400 15.0076079717 26.2329306135 722.923844583 0.0555555556 +31056300 15.0076079717 26.8361301353 752.6076371907 0.0555555556 +31057200 15.0076079717 27.3545588188 777.6847544965 0.0555555556 +31058100 15.0076079717 28.186963819 825.935247456 0.0555555556 +31059000 15.0076079717 28.5133336513 842.7346676108 0.0555555556 +31059900 15.0076079717 28.7506820453 854.9100524359 0.0555555556 +31060800 15.0076079717 28.898648102 862.4830814421 0.0555555556 +31061700 15.0076079717 29.0381838453 870.0826232654 0.0555555556 +31062600 15.0076079717 29.0308629804 868.4682342146 0.0555555556 +31063500 15.0076079717 28.9333399997 862.2341881163 0.0555555556 +31064400 15.0076079717 28.7458141546 851.3711292717 0.0555555556 +31065300 15.0076079717 28.2246426767 819.4912054319 0.0555555556 +31066200 15.0076079717 27.8640489978 799.8161783333 0.0555555556 +31067100 15.0076079717 27.4164718842 775.5308379322 0.0555555556 +31068000 15.0076079717 26.8824029543 746.5627369576 0.0555555556 +31068900 15.0076079717 25.6832069752 674.1927137694 0.0555555556 +31069800 15.0076079717 25.0064402558 638.1580109469 0.0555555556 +31070700 15.0076079717 24.2488022059 597.2821710809 0.0555555556 +31071600 15.0076079717 23.4107522569 551.313011598 0.0555555556 +31072500 15.0076079717 21.622679873 442.1213167907 0.0555555556 +31073400 15.0076079717 20.7172224981 392.7974129226 0.0555555556 +31074300 15.0076079717 19.7532034884 338.4526236433 0.0555555556 +31075200 15.0076079717 18.7554857934 280.1033975125 0.0555555556 +31076100 15.0004480672 29.9518699517 112.265395804 0 +31077000 15.0004480672 24.3543088115 83.5417275202 0 +31077900 15.0004480672 19.6876065732 60.7492792802 0 +31078800 15.0004480672 12.2499242724 11.8696318895 0 +31079700 15.0004480672 10.6 0 0 +31080600 15.0004480672 10.6 0 0 +31081500 15.0004480672 10.6 0 0 +31082400 15.0004480672 10.6 0 0 +31083300 15.0004480672 10.45 0 0 +31084200 15.0004480672 10.15 0 0 +31085100 15.0004480672 9.85 0 0 +31086000 15.0004480672 9.55 0 0 +31086900 15.0004480672 9.2 0 0 +31087800 15.0004480672 8.8 0 0 +31088700 15.0004480672 8.4 0 0 +31089600 15.0004480672 8 0 0 +31090500 15.0004480672 7.8 0 0 +31091400 15.0004480672 7.8 0 0 +31092300 15.0004480672 7.8 0 0 +31093200 15.0004480672 7.8 0 0 +31094100 15.0004480672 7.725 0 0 +31095000 15.0004480672 7.575 0 0 +31095900 15.0004480672 7.425 0 0 +31096800 15.0004480672 7.275 0 0 +31097700 15.0004480672 7.1375 0 0 +31098600 15.0004480672 7.0125 0 0 +31099500 15.0004480672 6.8875 0 0 +31100400 15.0004480672 6.7625 0 0 +31101300 15.0004480672 6.5625 0 0 +31102200 15.0004480672 6.2875 0 0 +31103100 15.0004480672 6.0125 0 0 +31104000 15.0004480672 5.7375 0 0 +31104900 15.0004480672 5.7375 0 0 +31105800 15.0004480672 6.0125 0 0 +31106700 15.0004480672 6.2875 0 0 +31107600 15.0004480672 6.5625 0 0 +31108500 15.0004480672 6.4875 0 0 +31109400 15.0004480672 6.0625 0 0 +31110300 15.0004480672 5.6375 0 0 +31111200 15.0004480672 5.2125 0 0 +31112100 15.0004480672 5 0 0 +31113000 15.0004480672 5 0 0 +31113900 15.0004480672 5 0 0 +31114800 15.0004480672 5 0 0 +31115700 15.0004480672 4.725 0 0 +31116600 15.0004480672 4.175 0 0 +31117500 15.0004480672 3.625 0 0 +31118400 15.0004480672 3.075 0 0 +31119300 15.0004480672 3.15 0 0 +31120200 15.0004480672 3.85 0 0 +31121100 15.0004480672 4.55 0 0 +31122000 15.0004480672 5.25 0 0 +31122900 15.0004480672 5.25 0 0 +31123800 15.0004480672 4.55 0 0 +31124700 15.0004480672 3.85 0 0 +31125600 15.0004480672 3.15 0 0 +31126500 15.0004480672 2.8625 0 0 +31127400 15.0004480672 2.9875 0 0 +31128300 15.0004480672 3.1125 0 0 +31129200 15.0004480672 3.2375 0 0 +31130100 15.0004480672 3.5875 0 0 +31131000 15.0004480672 4.5827863761 3.333577791 0 +31131900 15.0004480672 14.6852197323 72.8473310314 0 +31132800 15.0004480672 20.3455380501 97.848865884 0 +31133700 15.0076079717 17.0852371564 205.8735103654 0.0555555556 +31134600 15.0076079717 18.0217849084 262.5717651493 0.0555555556 +31135500 15.0076079717 18.9967872501 320.1627615889 0.0555555556 +31136400 15.0076079717 19.9446559709 373.9124774993 0.0555555556 +31137300 15.0076079717 21.6585957024 479.5575540236 0.0555555556 +31138200 15.0076079717 22.6393462999 532.2177075321 0.0555555556 +31139100 15.0076079717 23.5421753591 579.447901585 0.0555555556 +31140000 15.0076079717 24.3651681832 621.5231002174 0.0555555556 +31140900 15.0076079717 22.7724709048 520.1372343091 0.0555555556 +31141800 15.0076079717 23.2970938665 547.6862270624 0.0555555556 +31142700 15.0076079717 23.7571102257 571.554036365 0.0555555556 +31143600 15.0076079717 24.1515683058 591.7922761721 0.0555555556 +31144500 15.0076079717 26.3626787015 723.862793716 0.0555555556 +31145400 15.0076079717 26.6688818376 739.2152891685 0.0555555556 +31146300 15.0076079717 26.8956862906 750.3855746915 0.0555555556 +31147200 15.0076079717 27.0426503762 757.385404494 0.0555555556 +31148100 15.0076079717 28.4236226426 843.3782544934 0.0555555556 +31149000 15.0076079717 28.4055787033 841.9009513327 0.0555555556 +31149900 15.0076079717 28.2991591519 835.7874997193 0.0555555556 +31150800 15.0076079717 28.1046057346 825.0334430426 0.0555555556 +31151700 15.0076079717 29.1587332969 876.1602590815 0.0555555556 +31152600 15.0076079717 28.7619496663 856.2214767016 0.0555555556 +31153500 15.0076079717 28.2738169274 831.5366015519 0.0555555556 +31154400 15.0076079717 27.6944506233 802.0013299706 0.0555555556 +31155300 15.0076079717 26.1480089133 709.1657798718 0.0555555556 +31156200 15.0076079717 25.4587750245 673.2430998393 0.0555555556 +31157100 15.0076079717 24.6840466092 632.2746035038 0.0555555556 +31158000 15.0076079717 23.8229949383 585.9048274723 0.0555555556 +31158900 15.0076079717 23.1543739118 546.6469085787 0.0555555556 +31159800 15.0076079717 22.1689471768 491.6981498641 0.0555555556 +31160700 15.0076079717 21.0909195737 429.3464327794 0.0555555556 +31161600 15.0076079717 19.944514746 360.3227916442 0.0555555556 +31162500 15.0076079717 17.7214592425 213.3016006565 0.0555555556 +31163400 15.0004480672 36.5532369956 165.742793362 0 +31164300 15.0076079717 16.2141823214 131.4547735453 0.0555555556 +31165200 15.0004480672 15.3831320928 32.8340523278 0 +31166100 15.0004480672 10.825 0 0 +31167000 15.0004480672 10.275 0 0 +31167900 15.0004480672 9.725 0 0 +31168800 15.0004480672 9.175 0 0 +31169700 15.0004480672 8.7625 0 0 +31170600 15.0004480672 8.4875 0 0 +31171500 15.0004480672 8.2125 0 0 +31172400 15.0004480672 7.9375 0 0 +31173300 15.0004480672 7.8625 0 0 +31174200 15.0004480672 7.9875 0 0 +31175100 15.0004480672 8.1125 0 0 +31176000 15.0004480672 8.2375 0 0 +31176900 15.0004480672 8.2375 0 0 +31177800 15.0004480672 8.1125 0 0 +31178700 15.0004480672 7.9875 0 0 +31179600 15.0004480672 7.8625 0 0 +31180500 15.0004480672 7.8 0 0 +31181400 15.0004480672 7.8 0 0 +31182300 15.0004480672 7.8 0 0 +31183200 15.0004480672 7.8 0 0 +31184100 15.0004480672 7.6625 0 0 +31185000 15.0004480672 7.3875 0 0 +31185900 15.0004480672 7.1125 0 0 +31186800 15.0004480672 6.8375 0 0 +31187700 15.0004480672 6.7 0 0 +31188600 15.0004480672 6.7 0 0 +31189500 15.0004480672 6.7 0 0 +31190400 15.0004480672 6.7 0 0 +31191300 15.0004480672 6.5625 0 0 +31192200 15.0004480672 6.2875 0 0 +31193100 15.0004480672 6.0125 0 0 +31194000 15.0004480672 5.7375 0 0 +31194900 15.0004480672 5.7375 0 0 +31195800 15.0004480672 6.0125 0 0 +31196700 15.0004480672 6.2875 0 0 +31197600 15.0004480672 6.5625 0 0 +31198500 15.0004480672 6.5625 0 0 +31199400 15.0004480672 6.2875 0 0 +31200300 15.0004480672 6.0125 0 0 +31201200 15.0004480672 5.7375 0 0 +31202100 15.0004480672 5.6 0 0 +31203000 15.0004480672 5.6 0 0 +31203900 15.0004480672 5.6 0 0 +31204800 15.0004480672 5.6 0 0 +31205700 15.0004480672 5.45 0 0 +31206600 15.0004480672 5.15 0 0 +31207500 15.0004480672 4.85 0 0 +31208400 15.0004480672 4.55 0 0 +31209300 15.0004480672 4.3375 0 0 +31210200 15.0004480672 4.2125 0 0 +31211100 15.0004480672 4.0875 0 0 +31212000 15.0004480672 3.9625 0 0 +31212900 15.0004480672 4.1125 0 0 +31213800 15.0004480672 4.5375 0 0 +31214700 15.0004480672 4.9625 0 0 +31215600 15.0004480672 5.3875 0 0 +31216500 15.0004480672 5.6 0 0 +31217400 15.0004480672 5.6459427699 0.3297398464 0 +31218300 15.0004480672 7.6974841495 12.9455524136 0 +31219200 15.0004480672 10.0963231336 25.9116097735 0 +31220100 15.0076079717 16.0917968327 131.4623605463 0.0555555556 +31221000 15.0004480672 35.0371808598 171.2964003919 0 +31221900 15.0076079717 17.5044066056 212.5255510069 0.0555555556 +31222800 15.0076079717 18.2240919007 252.2557178315 0.0555555556 +31223700 15.0076079717 20.2571020337 376.8634656436 0.0555555556 +31224600 15.0076079717 21.0946552653 420.4264110012 0.0555555556 +31225500 15.0076079717 21.87378433 459.8647981353 0.0555555556 +31226400 15.0076079717 22.5912013259 495.2776388011 0.0555555556 +31227300 15.0076079717 24.5541577501 611.3655809711 0.0555555556 +31228200 15.0076079717 25.1750078712 643.4013870865 0.0555555556 +31229100 15.0076079717 25.7203869128 671.1453509668 0.0555555556 +31230000 15.0076079717 26.1894341567 694.6709184163 0.0555555556 +31230900 15.0076079717 26.9343865727 737.6077926679 0.0555555556 +31231800 15.0076079717 27.2579020314 753.4337454312 0.0555555556 +31232700 15.0076079717 27.5005512812 764.9852056646 0.0555555556 +31233600 15.0076079717 27.6618729495 772.2732459677 0.0555555556 +31234500 15.0076079717 27.994066655 791.5535715531 0.0555555556 +31235400 15.0076079717 27.9583441696 790.3054446443 0.0555555556 +31236300 15.0076079717 27.839396611 784.7211741285 0.0555555556 +31237200 15.0076079717 27.6374513597 774.7963890313 0.0555555556 +31238100 15.0076079717 27.2423460492 752.1105910426 0.0555555556 +31239000 15.0076079717 26.8915455606 733.7626218389 0.0555555556 +31239900 15.0076079717 26.4602561066 711.0863749299 0.0555555556 +31240800 15.0076079717 25.9492208556 684.0372554642 0.0555555556 +31241700 15.0076079717 24.6534769614 606.5368508603 0.0555555556 +31242600 15.0076079717 24.0306676865 573.2481312173 0.0555555556 +31243500 15.0076079717 23.336092425 535.6289808129 0.0555555556 +31244400 15.0076079717 22.5711443322 493.527333985 0.0555555556 +31245300 15.0076079717 20.6980484574 377.4335616357 0.0555555556 +31246200 15.0076079717 19.9472763875 334.0513133831 0.0555555556 +31247100 15.0076079717 19.1527840216 286.8321557066 0.0555555556 +31248000 15.0076079717 18.3352703667 236.6592588968 0.0555555556 +31248900 15.0004480672 28.1854439548 83.3711645433 0 +31249800 15.0004480672 23.7890181594 60.5148155022 0 +31250700 15.0004480672 19.8437252869 40.6698209055 0 +31251600 15.0004480672 14.7483954516 9.8160622153 0 +31252500 15.0004480672 13.2375 0 0 +31253400 15.0004480672 13.1125 0 0 +31254300 15.0004480672 12.9875 0 0 +31255200 15.0004480672 12.8625 0 0 +31256100 15.0004480672 12.8625 0 0 +31257000 15.0004480672 12.9875 0 0 +31257900 15.0004480672 13.1125 0 0 +31258800 15.0004480672 13.2375 0 0 +31259700 15.0004480672 13.025 0 0 +31260600 15.0004480672 12.475 0 0 +31261500 15.0004480672 11.925 0 0 +31262400 15.0004480672 11.375 0 0 +31263300 15.0004480672 11.175 0 0 +31264200 15.0004480672 11.325 0 0 +31265100 15.0004480672 11.475 0 0 +31266000 15.0004480672 11.625 0 0 +31266900 15.0004480672 11.625 0 0 +31267800 15.0004480672 11.475 0 0 +31268700 15.0004480672 11.325 0 0 +31269600 15.0004480672 11.175 0 0 +31270500 15.0004480672 11.175 0 0 +31271400 15.0004480672 11.325 0 0 +31272300 15.0004480672 11.475 0 0 +31273200 15.0004480672 11.625 0 0 +31274100 15.0004480672 11.35 0 0 +31275000 15.0004480672 10.65 0 0 +31275900 15.0004480672 9.95 0 0 +31276800 15.0004480672 9.25 0 0 +31277700 15.0004480672 8.9625 0 0 +31278600 15.0004480672 9.0875 0 0 +31279500 15.0004480672 9.2125 0 0 +31280400 15.0004480672 9.3375 0 0 +31281300 15.0004480672 9.3375 0 0 +31282200 15.0004480672 9.2125 0 0 +31283100 15.0004480672 9.0875 0 0 +31284000 15.0004480672 8.9625 0 0 +31284900 15.0004480672 8.9625 0 0 +31285800 15.0004480672 9.0875 0 0 +31286700 15.0004480672 9.2125 0 0 +31287600 15.0004480672 9.3375 0 0 +31288500 15.0004480672 9.2625 0 0 +31289400 15.0004480672 8.9875 0 0 +31290300 15.0004480672 8.7125 0 0 +31291200 15.0004480672 8.4375 0 0 +31292100 15.0004480672 8.375 0 0 +31293000 15.0004480672 8.525 0 0 +31293900 15.0004480672 8.675 0 0 +31294800 15.0004480672 8.825 0 0 +31295700 15.0004480672 8.9625 0 0 +31296600 15.0004480672 9.0875 0 0 +31297500 15.0004480672 9.2125 0 0 +31298400 15.0004480672 9.3375 0 0 +31299300 15.0004480672 9.125 0 0 +31300200 15.0004480672 8.575 0 0 +31301100 15.0004480672 8.025 0 0 +31302000 15.0004480672 7.475 0 0 +31302900 15.0004480672 7.3375 0 0 +31303800 15.0004480672 7.881263517 2.1599108126 0 +31304700 15.0004480672 18.5992251185 80.6129607659 0 +31305600 15.0004480672 23.7592270008 103.7330609607 0 +31306500 15.0076079717 17.8180785355 244.772339249 0.0555555556 +31307400 15.0076079717 18.9094265273 309.4775996752 0.0555555556 +31308300 15.0076079717 20.0210926524 374.2673526443 0.0555555556 +31309200 15.0076079717 21.0827804397 433.3468654382 0.0555555556 +31310100 15.0076079717 22.3028786059 505.1478545475 0.0555555556 +31311000 15.0076079717 23.3001026229 558.2582431453 0.0555555556 +31311900 15.0076079717 24.2112015358 605.4059836794 0.0555555556 +31312800 15.0076079717 25.0363811835 647.0493136116 0.0555555556 +31313700 15.0076079717 25.8094784607 692.3227293789 0.0555555556 +31314600 15.0076079717 26.5065286527 726.8359503581 0.0555555556 +31315500 15.0076079717 27.1188762832 756.6276579872 0.0555555556 +31316400 15.0076079717 27.6462776382 781.8323817601 0.0555555556 +31317300 15.0076079717 27.3279078151 764.3911826122 0.0555555556 +31318200 15.0076079717 27.6511022539 780.638933227 0.0555555556 +31319100 15.0076079717 27.891059774 792.5293147861 0.0555555556 +31320000 15.0076079717 28.0473513458 800.0781554693 0.0555555556 +31320900 15.0076079717 29.3416116045 876.8363017155 0.0555555556 +31321800 15.0076079717 29.3300988707 875.6334584064 0.0555555556 +31322700 15.0076079717 29.2277160853 869.7529061846 0.0555555556 +31323600 15.0076079717 29.0346638032 859.1871156884 0.0555555556 +31324500 15.0076079717 27.7875253575 783.7242129901 0.0555555556 +31325400 15.0076079717 27.4378760309 765.1590400316 0.0555555556 +31326300 15.0076079717 27.0049185552 742.1664322738 0.0555555556 +31327200 15.0076079717 26.4892636211 714.6886844073 0.0555555556 +31328100 15.0076079717 26.3851406846 704.4826687826 0.0555555556 +31329000 15.0076079717 25.7153496802 668.9982150439 0.0555555556 +31329900 15.0076079717 24.9612319238 628.5496360113 0.0555555556 +31330800 15.0076079717 24.1222087326 582.8073482306 0.0555555556 +31331700 15.0076079717 23.0879704836 520.5479239058 0.0555555556 +31332600 15.0076079717 22.1261125177 467.8843143505 0.0555555556 +31333500 15.0076079717 21.0808109679 408.5061107931 0.0555555556 +31334400 15.0076079717 19.9740423712 343.0603392836 0.0555555556 +31335300 15.0076079717 17.7362780847 195.5598037762 0.0555555556 +31336200 15.0004480672 37.7951541263 150.9708644815 0 +31337100 15.0076079717 16.3170114734 118.1655725156 0.0555555556 +31338000 15.0004480672 19.1766356454 39.9990643163 0 +31338900 15.0004480672 13.625 0 0 +31339800 15.0004480672 13.075 0 0 +31340700 15.0004480672 12.525 0 0 +31341600 15.0004480672 11.975 0 0 +31342500 15.0004480672 11.5625 0 0 +31343400 15.0004480672 11.2875 0 0 +31344300 15.0004480672 11.0125 0 0 +31345200 15.0004480672 10.7375 0 0 +31346100 15.0004480672 10.525 0 0 +31347000 15.0004480672 10.375 0 0 +31347900 15.0004480672 10.225 0 0 +31348800 15.0004480672 10.075 0 0 +31349700 15.0004480672 10 0 0 +31350600 15.0004480672 10 0 0 +31351500 15.0004480672 10 0 0 +31352400 15.0004480672 10 0 0 +31353300 15.0004480672 10 0 0 +31354200 15.0004480672 10 0 0 +31355100 15.0004480672 10 0 0 +31356000 15.0004480672 10 0 0 +31356900 15.0004480672 10 0 0 +31357800 15.0004480672 10 0 0 +31358700 15.0004480672 10 0 0 +31359600 15.0004480672 10 0 0 +31360500 15.0004480672 9.8625 0 0 +31361400 15.0004480672 9.5875 0 0 +31362300 15.0004480672 9.3125 0 0 +31363200 15.0004480672 9.0375 0 0 +31364100 15.0004480672 8.9 0 0 +31365000 15.0004480672 8.9 0 0 +31365900 15.0004480672 8.9 0 0 +31366800 15.0004480672 8.9 0 0 +31367700 15.0004480672 8.7625 0 0 +31368600 15.0004480672 8.4875 0 0 +31369500 15.0004480672 8.2125 0 0 +31370400 15.0004480672 7.9375 0 0 +31371300 15.0004480672 7.8 0 0 +31372200 15.0004480672 7.8 0 0 +31373100 15.0004480672 7.8 0 0 +31374000 15.0004480672 7.8 0 0 +31374900 15.0004480672 7.8625 0 0 +31375800 15.0004480672 7.9875 0 0 +31376700 15.0004480672 8.1125 0 0 +31377600 15.0004480672 8.2375 0 0 +31378500 15.0004480672 8.025 0 0 +31379400 15.0004480672 7.475 0 0 +31380300 15.0004480672 6.925 0 0 +31381200 15.0004480672 6.375 0 0 +31382100 15.0004480672 6.175 0 0 +31383000 15.0004480672 6.325 0 0 +31383900 15.0004480672 6.475 0 0 +31384800 15.0004480672 6.625 0 0 +31385700 15.0004480672 6.9 0 0 +31386600 15.0004480672 7.3 0 0 +31387500 15.0004480672 7.7 0 0 +31388400 15.0004480672 8.1 0 0 +31389300 15.0004480672 8.375 0 0 +31390200 15.0004480672 8.7176342306 1.5521682899 0 +31391100 15.0004480672 16.9203006266 60.7210993682 0 +31392000 15.0004480672 21.534400669 82.598367161 0 +31392900 15.0004480672 21.222565605 70.586857887 0 +31393800 15.0076079717 15.9088464227 94.9631443881 0.0555555556 +31394700 15.0004480672 30.12367347 119.3416552547 0 +31395600 15.0076079717 16.678947832 142.9231884828 0.0555555556 +31396500 15.0004480672 34.9370684774 143.697659531 0 +31397400 15.0076079717 17.0449188579 161.9131392119 0.0555555556 +31398300 15.0076079717 17.3423336563 178.797723233 0.0555555556 +31399200 15.0076079717 17.6194069745 194.2820938718 0.0555555556 +31400100 15.0076079717 18.5093327035 255.0446285596 0.0555555556 +31401000 15.0076079717 18.7673206588 270.4541826351 0.0555555556 +31401900 15.0076079717 18.9970992531 283.9948633728 0.0555555556 +31402800 15.0076079717 19.1977419536 295.6204872549 0.0555555556 +31403700 15.0076079717 27.358073048 757.6900180643 0.0555555556 +31404600 15.0076079717 27.6916540519 773.6947878151 0.0555555556 +31405500 15.0076079717 27.9429623792 785.4379914028 0.0555555556 +31406400 15.0076079717 28.1116000574 792.9387711479 0.0555555556 +31407300 15.0076079717 17.3189454941 169.1874697221 0.0555555556 +31408200 15.0076079717 17.2938953836 168.9421087976 0.0555555556 +31409100 15.0076079717 17.253415971 167.6160152739 0.0555555556 +31410000 15.0076079717 17.1975880898 165.2148676872 0.0555555556 +31410900 15.0076079717 17.1132648826 160.4684840838 0.0555555556 +31411800 15.0076079717 17.0376449999 155.9883832613 0.0555555556 +31412700 15.0004480672 37.6040036368 150.4858481719 0 +31413600 15.0076079717 16.8430374509 143.9844415154 0.0555555556 +31414500 15.0004480672 34.6284233173 132.2746567583 0 +31415400 15.0076079717 16.5722015446 124.1242780782 0.0555555556 +31416300 15.0004480672 32.2146176828 115.0989148463 0 +31417200 15.0076079717 16.3270501225 105.2372150535 0.0555555556 +31418100 15.0076079717 18.4713201174 246.5243909286 0.0555555556 +31419000 15.0076079717 18.0131287901 216.4472963416 0.0555555556 +31419900 15.0076079717 17.5315563201 184.4851639018 0.0555555556 +31420800 15.0076079717 17.0345386797 151.0429096806 0.0555555556 +31421700 15.0004480672 33.9719984682 122.5502887548 0 +31422600 15.0076079717 16.0848855475 89.3258963161 0.0555555556 +31423500 15.0004480672 22.669333797 60.2045340237 0 +31424400 15.0004480672 15.9149332316 18.648026803 0 +31425300 15.0004480672 13.375 0 0 +31426200 15.0004480672 13.525 0 0 +31427100 15.0004480672 13.675 0 0 +31428000 15.0004480672 13.825 0 0 +31428900 15.0004480672 13.9 0 0 +31429800 15.0004480672 13.9 0 0 +31430700 15.0004480672 13.9 0 0 +31431600 15.0004480672 13.9 0 0 +31432500 15.0004480672 13.9 0 0 +31433400 15.0004480672 13.9 0 0 +31434300 15.0004480672 13.9 0 0 +31435200 15.0004480672 13.9 0 0 +31436100 15.0004480672 13.625 0 0 +31437000 15.0004480672 13.075 0 0 +31437900 15.0004480672 12.525 0 0 +31438800 15.0004480672 11.975 0 0 +31439700 15.0004480672 11.5625 0 0 +31440600 15.0004480672 11.2875 0 0 +31441500 15.0004480672 11.0125 0 0 +31442400 15.0004480672 10.7375 0 0 +31443300 15.0004480672 10.6 0 0 +31444200 15.0004480672 10.6 0 0 +31445100 15.0004480672 10.6 0 0 +31446000 15.0004480672 10.6 0 0 +31446900 15.0004480672 10.6 0 0 +31447800 15.0004480672 10.6 0 0 +31448700 15.0004480672 10.6 0 0 +31449600 15.0004480672 10.6 0 0 +31450500 15.0004480672 10.6 0 0 +31451400 15.0004480672 10.6 0 0 +31452300 15.0004480672 10.6 0 0 +31453200 15.0004480672 10.6 0 0 +31454100 15.0004480672 10.45 0 0 +31455000 15.0004480672 10.15 0 0 +31455900 15.0004480672 9.85 0 0 +31456800 15.0004480672 9.55 0 0 +31457700 15.0004480672 9.475 0 0 +31458600 15.0004480672 9.625 0 0 +31459500 15.0004480672 9.775 0 0 +31460400 15.0004480672 9.925 0 0 +31461300 15.0004480672 10 0 0 +31462200 15.0004480672 10 0 0 +31463100 15.0004480672 10 0 0 +31464000 15.0004480672 10 0 0 +31464900 15.0004480672 9.8625 0 0 +31465800 15.0004480672 9.5875 0 0 +31466700 15.0004480672 9.3125 0 0 +31467600 15.0004480672 9.0375 0 0 +31468500 15.0004480672 8.9625 0 0 +31469400 15.0004480672 9.0875 0 0 +31470300 15.0004480672 9.2125 0 0 +31471200 15.0004480672 9.3375 0 0 +31472100 15.0004480672 9.2625 0 0 +31473000 15.0004480672 8.9875 0 0 +31473900 15.0004480672 8.7125 0 0 +31474800 15.0004480672 8.4375 0 0 +31475700 15.0004480672 8.5125 0 0 +31476600 15.0004480672 9.0490910584 0.9017303542 0 +31477500 15.0004480672 16.1016048233 49.5769656846 0 +31478400 15.0004480672 20.2533669144 67.6614994561 0 +31479300 15.0076079717 16.5815011299 143.6022200395 0.0555555556 +31480200 15.0076079717 17.2904857385 188.0647712556 0.0555555556 +31481100 15.0076079717 18.0311789378 234.1810241896 0.0555555556 +31482000 15.0076079717 18.7691997497 278.7426523492 0.0555555556 +31482900 15.0004480672 33.1489511158 130.3194597596 0 +31483800 15.0076079717 16.8519070491 146.8016537547 0.0555555556 +31484700 15.0076079717 17.1200353805 161.9966698629 0.0555555556 +31485600 15.0076079717 17.3686499971 175.8576811411 0.0555555556 +31486500 15.0076079717 18.8253466722 273.5520948252 0.0555555556 +31487400 15.0076079717 19.095758646 289.8798377638 0.0555555556 +31488300 15.0076079717 19.3339505018 304.1917684636 0.0555555556 +31489200 15.0076079717 19.5388954666 316.4578525726 0.0555555556 +31490100 15.0076079717 23.1926531151 538.4316052446 0.0555555556 +31491000 15.0076079717 23.4305095231 551.3524874007 0.0555555556 +31491900 15.0076079717 23.6090808758 560.8902953126 0.0555555556 +31492800 15.0076079717 23.7277987539 567.0326060598 0.0555555556 +31493700 15.0076079717 19.6494720137 329.0900591887 0.0555555556 +31494600 15.0076079717 19.6550068554 328.6826966157 0.0555555556 +31495500 15.0076079717 19.6278017696 326.2035194037 0.0555555556 +31496400 15.0076079717 19.5680190069 321.6605779074 0.0555555556 +31497300 15.0076079717 21.5788064673 427.3909118794 0.0555555556 +31498200 15.0076079717 21.3798952729 416.2760092961 0.0555555556 +31499100 15.0076079717 21.1349372561 402.5359257557 0.0555555556 +31500000 15.0076079717 20.8448035083 386.1824118994 0.0555555556 +31500900 15.0076079717 20.1835843485 352.1093452825 0.0555555556 +31501800 15.0076079717 19.8284368059 331.0858949049 0.0555555556 +31502700 15.0076079717 19.4347804079 307.6059712763 0.0555555556 +31503600 15.0076079717 19.0046223172 281.7085294966 0.0555555556 +31504500 15.0076079717 17.5333033597 186.1617530418 0.0555555556 +31505400 15.0076079717 17.1942670491 163.652533973 0.0555555556 +31506300 15.0004480672 36.4113406388 139.6856150609 0 +31507200 15.0076079717 16.4713814721 114.6046548436 0.0555555556 +31508100 15.0004480672 21.6485978844 50.8830309515 0 +31509000 15.0004480672 18.7240312305 36.4102943273 0 +31509900 15.0004480672 15.9077069402 22.7551505086 0 +31510800 15.0004480672 12.8814397809 6.961389132 0 +31511700 15.0004480672 11.8375 0 0 +31512600 15.0004480672 12.1125 0 0 +31513500 15.0004480672 12.3875 0 0 +31514400 15.0004480672 12.6625 0 0 +31515300 15.0004480672 12.8 0 0 +31516200 15.0004480672 12.8 0 0 +31517100 15.0004480672 12.8 0 0 +31518000 15.0004480672 12.8 0 0 +31518900 15.0004480672 12.8625 0 0 +31519800 15.0004480672 12.9875 0 0 +31520700 15.0004480672 13.1125 0 0 +31521600 15.0004480672 13.2375 0 0 +31522500 15.0004480672 13.1625 0 0 +31523400 15.0004480672 12.8875 0 0 +31524300 15.0004480672 12.6125 0 0 +31525200 15.0004480672 12.3375 0 0 +31526100 15.0004480672 12 0 0 +31527000 15.0004480672 11.6 0 0 +31527900 15.0004480672 11.2 0 0 +31528800 15.0004480672 10.8 0 0 +31529700 15.0004480672 10.6 0 0 +31530600 15.0004480672 10.6 0 0 +31531500 15.0004480672 10.6 0 0 +31532400 15.0004480672 10.6 0 0 +31533300 15.0004480672 10.6625 0 0 +31534200 15.0004480672 10.7875 0 0 +31535100 15.0004480672 10.9125 0 0 +31536000 15.0004480672 11.0375 0 0 diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAEHeatLoss.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAEHeatLoss.txt new file mode 100644 index 0000000000..cd4d310e59 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAEHeatLoss.txt @@ -0,0 +1,15 @@ +last-generated=2019-10-21 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +heaLos.QLos_flow[3]=[-3.407102966308594e+01, -6.250619888305664e+01, -7.947357177734375e+01, -7.788803863525391e+01, -5.775586318969727e+01, -2.617463493347168e+01, 5.375430583953857e+00, 2.541423606872559e+01, 2.684456634521484e+01, 9.660771369934082e+00, -1.905119323730469e+01, -4.782243347167969e+01, -6.518382263183594e+01, -6.40487060546875e+01, -4.44215698242187e+01, -1.339799785614014e+01, 1.754398536682129e+01, 3.692668533325195e+01, 3.765547561645508e+01, 1.972747611999512e+01, -9.768424034118652e+00, -3.936023330688477e+01, -5.757558822631836e+01, -5.732446670532227e+01, -3.860785293579102e+01, -8.517757415771484e+00, 2.147149276733398e+01, 3.988595962524414e+01, 3.9634838104248e+01, 2.071911239624033e+01, -9.768424034118652e+00, -4.035187149047852e+01, -5.955495071411133e+01, -6.028374099731445e+01, -4.253536224365234e+01, -1.339799785614014e+01, 1.56577787399292e+01, 3.316171646118164e+01, 3.20265998840332e+01, 1.225691223144531e+01, -1.905119323730469e+01, -5.041857528686523e+01, -7.036585998535156e+01, -7.179618835449219e+01, -5.470391464233398e+01, -2.617463493347168e+01, 2.323483943939209e+00, 1.93223876953125e+01, 1.773685646057129e+01, -2.426853179931641e+00, -3.407102966308594e+01, -6.57152099609375e+01, -8.587891387939453e+01, -8.746444702148438e+01, -7.046554565429688e+01, -4.196742630004861e+01, -1.34381437301634e+01, 3.654128313064509e+00, 2.223799705505438e+00, -1.772348403930664e+01, -4.909086608886719e+01, -8.039897155761719e+01, -1.001686630249023e+02, -1.013037796020508e+02, -8.379983520507812e+01, -5.474406051635742e+01, -2.560669898986816e+01, -7.858320713043213e+00, -8.587109565734863e+00, -2.779018783569336e+01, -5.837363815307617e+01, -8.886117553710938e+01, -1.077768936157227e+02, -1.080280227661133e+02, -8.961355590820312e+01, -5.962430191040039e+01, -2.953420639038086e+01, -1.081759452819824e+01, -1.056647109985352e+01, -2.878182601928711e+01, -5.837363815307617e+01, -8.786953735351562e+01, -1.057975311279297e+02, -1.050687484741211e+02, -8.568604278564453e+01, -5.474406051635742e+01, -2.372049140930176e+01, -4.093351364135742e+00, -2.9582359790802e+00, -2.031962585449219e+01, -4.909086608886719e+01, -7.780283355712891e+01, -9.498662567138672e+01, -9.355629730224609e+01, -7.351749420166016e+01, -4.196742630004883e+01, -1.038619709014893e+01, 9.745976448059082e+00, 1.133150863647461e+01, -5.635859966278076e+00, -3.407102966308594e+01] +heaLos.QLos_flow[1]=[0e+00, -2.843517112731934e+01, -4.540253829956055e+01, -4.38170051574707e+01, -2.368483352661133e+01, 7.896395683288574e+00, 3.944646072387695e+01, 0e+00, 0e+00, 4.37318000793457e+01, 1.501983642578125e+01, -1.375140476226807e+01, -3.111279296875e+01, -2.99776782989502e+01, -1.035053825378413e+01, 2.067303085327148e+01, 5.161501312255859e+01, 0e+00, 0e+00, 5.379850387573242e+01, 2.43026065826416e+01, -5.289204120635986e+00, -2.350455856323242e+01, -2.32534351348877e+01, -4.536824703216553e+00, 2.555327224731445e+01, 5.554252243041992e+01, 0e+00, 0e+00, 5.479014205932626e+01, 2.43026065826416e+01, -6.28084135055542e+00, -2.548392105102539e+01, -2.621270942687988e+01, -8.46433162689209e+00, 2.067303085327148e+01, 4.972880935668945e+01, 0e+00, 0e+00, 4.632794189453125e+01, 1.501983642578125e+01, -1.63475456237793e+01, -3.629483032226562e+01, -3.772515869140625e+01, -2.063288688659668e+01, 7.896395683288574e+00, 3.639451217651367e+01, 0e+00, 0e+00, 3.16441764831543e+01, 0e+00, -3.16441764831543e+01, -5.180788803100586e+01, -5.339341735839844e+01, -3.639451217651367e+01, -7.896395683288358e+00, 2.063288688659685e+01, 0e+00, 0e+00, 1.63475456237793e+01, -1.501983642578125e+01, -4.632794189453125e+01, -6.609763336181641e+01, -6.723274993896484e+01, -4.972880935668945e+01, -2.067303085327148e+01, 8.46433162689209e+00, 0e+00, 0e+00, 6.28084135055542e+00, -2.43026065826416e+01, -5.479014205932617e+01, -7.370586395263672e+01, -7.395699310302734e+01, -5.554252243041992e+01, -2.555327224731445e+01, 4.536824703216553e+00, 0e+00, 0e+00, 5.289204120635986e+00, -2.43026065826416e+01, -5.379850387573242e+01, -7.172650146484375e+01, -7.099771881103516e+01, -5.161501312255859e+01, -2.067303085327148e+01, 1.035053825378418e+01, 0e+00, 0e+00, 1.375140476226807e+01, -1.501983642578125e+01, -4.37318000793457e+01, -6.091559600830078e+01, -5.948526763916016e+01, -3.944646072387695e+01, -7.896395683288574e+00, 2.368483352661133e+01, 0e+00, 0e+00, 2.843517112731934e+01, 1.936713864367917e-13] +heaLos.QLos_flow[2]=[-1.703551483154297e+01, -4.547068405151367e+01, -6.243805313110352e+01, -6.085251998901367e+01, -4.07203483581543e+01, -9.139119148254395e+00, 2.241094589233398e+01, 4.164099121093746e+01, 4.30440673828125e+01, 2.669628715515137e+01, -2.01567816734314e+00, -3.078691864013672e+01, -4.814830780029297e+01, -4.70131950378418e+01, -2.73860530853271e+01, 3.637516736984253e+00, 3.457949829101562e+01, 5.293410110473633e+01, 5.364900588989258e+01, 3.676298904418945e+01, 7.267091274261475e+00, -2.23247184753418e+01, -4.054007339477539e+01, -4.02889518737793e+01, -2.157234001159668e+01, 8.517757415771484e+00, 3.850700759887695e+01, 5.583699417114258e+01, 5.559065628051759e+01, 3.77546272277833e+01, 7.267091274261475e+00, -2.331635665893555e+01, -4.251943588256836e+01, -4.324822616577148e+01, -2.549984741210938e+01, 3.637516736984253e+00, 3.269329452514648e+01, 4.924086380004883e+01, 4.812737655639648e+01, 2.929242706298828e+01, -2.01567816734314e+00, -3.338306045532227e+01, -5.333034515380859e+01, -5.476067352294922e+01, -3.766839981079102e+01, -9.139119148254395e+00, 1.935899925231934e+01, 3.566520690917969e+01, 3.410988235473633e+01, 1.460866165161133e+01, -1.703551483154297e+01, -4.867969131469727e+01, -6.884339904785156e+01, -7.042893218994141e+01, -5.343002700805664e+01, -2.493190956115701e+01, 3.597371339798146e+00, 2.029545974731442e+01, 1.88923816680907e+01, -6.879696846008301e-01, -3.205535125732422e+01, -6.336345672607422e+01, -8.313314819335938e+01, -8.426826477050781e+01, -6.676432037353516e+01, -3.770854568481445e+01, -8.571183204650879e+00, 9.002348899841309e+00, 8.287445068359375e+00, -1.075467300415039e+01, -4.133811950683594e+01, -7.182566070556641e+01, -9.074137878417969e+01, -9.099250793457031e+01, -7.257804107666016e+01, -4.258878707885742e+01, -1.249869060516357e+01, 6.0994553565979e+00, 6.345794200897217e+00, -1.174631118774414e+01, -4.133811950683594e+01, -7.083402252197266e+01, -8.876201629638672e+01, -8.803323364257812e+01, -6.865052795410156e+01, -3.770854568481445e+01, -6.684976577758789e+00, 1.269558715820312e+01, 1.380907535552979e+01, -3.284110546112061e+00, -3.205535125732422e+01, -6.076731491088867e+01, -7.795111083984375e+01, -7.652078247070312e+01, -5.648197555541992e+01, -2.493190956115723e+01, 6.649318218231201e+00, 2.62712459564209e+01, 2.782656860351562e+01, 1.139965534210205e+01, -1.703551483154297e+01] +time=[0e+00, 1e+02] +TEnv.y=[2.831499938964844e+02, 2.836209411621094e+02, 2.840899963378906e+02, 2.845553588867188e+02, 2.850151672363281e+02, 2.854676208496094e+02, 2.859109191894531e+02, 2.863433532714844e+02, 2.867631530761719e+02, 2.87168701171875e+02, 2.875583801269531e+02, 2.879306945800781e+02, 2.882840881347656e+02, 2.886172790527344e+02, 2.889288635253906e+02, 2.892176208496094e+02, 2.894824523925781e+02, 2.897222900390625e+02, 2.899361877441406e+02, 2.901233215332031e+02, 2.902829284667969e+02, 2.904143676757812e+02, 2.905171508789062e+02, 2.905908508300781e+02, 2.906351928710938e+02, 2.906499938964844e+02, 2.906351928710938e+02, 2.905908508300781e+02, 2.905171508789062e+02, 2.904143676757812e+02, 2.902829284667969e+02, 2.901233215332031e+02, 2.899361877441406e+02, 2.897222900390625e+02, 2.894824523925781e+02, 2.892176208496094e+02, 2.889288635253906e+02, 2.886172790527344e+02, 2.882840881347656e+02, 2.879306945800781e+02, 2.875583801269531e+02, 2.87168701171875e+02, 2.867631530761719e+02, 2.863433532714844e+02, 2.859109191894531e+02, 2.854676208496094e+02, 2.850151672363281e+02, 2.845553588867188e+02, 2.840899963378906e+02, 2.836209411621094e+02, 2.831499938964844e+02, 2.826790771484375e+02, 2.822099914550781e+02, 2.8174462890625e+02, 2.812848205566406e+02, 2.808323669433594e+02, 2.803890686035156e+02, 2.799566650390625e+02, 2.795368347167969e+02, 2.791312866210938e+02, 2.787416076660156e+02, 2.783693237304688e+02, 2.780158996582031e+02, 2.776827392578125e+02, 2.773711547851562e+02, 2.770823669433594e+02, 2.768175354003906e+02, 2.765776977539062e+02, 2.763638000488281e+02, 2.761766662597656e+02, 2.7601708984375e+02, 2.758856201171875e+02, 2.757828369140625e+02, 2.757091369628906e+02, 2.75664794921875e+02, 2.756499938964844e+02, 2.75664794921875e+02, 2.757091369628906e+02, 2.757828369140625e+02, 2.758856201171875e+02, 2.7601708984375e+02, 2.761766662597656e+02, 2.763638000488281e+02, 2.765776977539062e+02, 2.768175354003906e+02, 2.770823669433594e+02, 2.773711547851562e+02, 2.776827392578125e+02, 2.780158996582031e+02, 2.783693237304688e+02, 2.787416076660156e+02, 2.791312866210938e+02, 2.795368347167969e+02, 2.799566650390625e+02, 2.803890686035156e+02, 2.808323669433594e+02, 2.812848205566406e+02, 2.8174462890625e+02, 2.822099914550781e+02, 2.826790771484375e+02, 2.831499938964844e+02] +T2.y=[2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964843e+02, 2.793332214355468e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02] +T3.y=[2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964843e+02, 2.843332214355468e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02] +T1.y=[2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964843e+02, 2.743332214355468e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAESolarGain.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAESolarGain.txt new file mode 100644 index 0000000000..95a8ea7499 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_ASHRAESolarGain.txt @@ -0,0 +1,14 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solGai.TFlu[1]=[3.631499938964844e+02, 3.694166564941406e+02, 3.755845031738281e+02, 3.815562133789062e+02, 3.872376708984375e+02, 3.925392761230469e+02, 3.973773498535156e+02, 4.016756591796875e+02, 4.053663940429688e+02, 4.08391357421875e+02, 4.107028198242188e+02, 4.122643737792969e+02, 4.130513305664062e+02, 4.130513305664062e+02, 4.122643737792969e+02, 4.107028198242188e+02, 4.08391357421875e+02, 4.053663940429688e+02, 4.016756591796875e+02, 3.973773498535156e+02, 3.925392761230469e+02, 3.872376708984375e+02, 3.815562133789062e+02, 3.755845031738281e+02, 3.694166564941406e+02, 3.631499938964844e+02, 3.568833312988281e+02, 3.507155151367188e+02, 3.447437744140625e+02, 3.390623168945312e+02, 3.337607421875e+02, 3.289226379394531e+02, 3.246243286132812e+02, 3.2093359375e+02, 3.179086608886719e+02, 3.1559716796875e+02, 3.1403564453125e+02, 3.132486572265625e+02, 3.132486572265625e+02, 3.1403564453125e+02, 3.1559716796875e+02, 3.179086608886719e+02, 3.2093359375e+02, 3.246243286132812e+02, 3.289226379394531e+02, 3.337607421875e+02, 3.390623168945312e+02, 3.447437744140625e+02, 3.507155151367188e+02, 3.568833312988281e+02, 3.631499938964844e+02, 3.694166564941406e+02, 3.755845031738281e+02, 3.815562133789062e+02, 3.872376708984375e+02, 3.925392761230469e+02, 3.973773498535157e+02, 4.016756591796874e+02, 4.053663940429688e+02, 4.08391357421875e+02, 4.107028198242188e+02, 4.122643737792969e+02, 4.130513305664062e+02, 4.130513305664062e+02, 4.122643737792969e+02, 4.107028198242188e+02, 4.08391357421875e+02, 4.053663940429688e+02, 4.016756591796874e+02, 3.973773498535157e+02, 3.925392761230469e+02, 3.872376708984375e+02, 3.815562133789062e+02, 3.755845031738281e+02, 3.694166564941406e+02, 3.631499938964844e+02, 3.568833312988281e+02, 3.507155151367188e+02, 3.447437744140625e+02, 3.390623168945312e+02, 3.337607421875e+02, 3.289226379394531e+02, 3.246243286132812e+02, 3.2093359375e+02, 3.179086608886719e+02, 3.1559716796875e+02, 3.1403564453125e+02, 3.132486572265625e+02, 3.132486572265625e+02, 3.1403564453125e+02, 3.1559716796875e+02, 3.179086608886719e+02, 3.2093359375e+02, 3.246243286132812e+02, 3.289226379394531e+02, 3.337607421875e+02, 3.390623168945312e+02, 3.447437744140625e+02, 3.507155151367188e+02, 3.568833312988281e+02, 3.631499938964844e+02] +solGai.TFlu[2]=[3.731499938964844e+02, 3.794166564941406e+02, 3.855845031738281e+02, 3.915562133789062e+02, 3.972376708984375e+02, 4.025392761230469e+02, 4.073773498535156e+02, 4.116756591796875e+02, 4.153663940429688e+02, 4.18391357421875e+02, 4.207028198242188e+02, 4.222643737792969e+02, 4.230513305664062e+02, 4.230513305664062e+02, 4.222643737792969e+02, 4.207028198242188e+02, 4.18391357421875e+02, 4.153663940429688e+02, 4.116756591796875e+02, 4.073773498535156e+02, 4.025392761230469e+02, 3.972376708984375e+02, 3.915562133789062e+02, 3.855845031738281e+02, 3.794166564941406e+02, 3.731499938964844e+02, 3.668833312988281e+02, 3.607155151367188e+02, 3.547437744140625e+02, 3.490623168945312e+02, 3.437607421875e+02, 3.389226379394531e+02, 3.346243286132812e+02, 3.3093359375e+02, 3.279086608886719e+02, 3.2559716796875e+02, 3.2403564453125e+02, 3.232486572265625e+02, 3.232486572265625e+02, 3.2403564453125e+02, 3.2559716796875e+02, 3.279086608886719e+02, 3.3093359375e+02, 3.346243286132812e+02, 3.389226379394531e+02, 3.437607421875e+02, 3.490623168945312e+02, 3.547437744140625e+02, 3.607155151367188e+02, 3.668833312988281e+02, 3.731499938964844e+02, 3.794166564941406e+02, 3.855845031738281e+02, 3.915562133789062e+02, 3.972376708984375e+02, 4.025392761230469e+02, 4.073773498535157e+02, 4.116756591796874e+02, 4.153663940429688e+02, 4.18391357421875e+02, 4.207028198242188e+02, 4.222643737792969e+02, 4.230513305664062e+02, 4.230513305664062e+02, 4.222643737792969e+02, 4.207028198242188e+02, 4.18391357421875e+02, 4.153663940429688e+02, 4.116756591796874e+02, 4.073773498535157e+02, 4.025392761230469e+02, 3.972376708984375e+02, 3.915562133789062e+02, 3.855845031738281e+02, 3.794166564941406e+02, 3.731499938964844e+02, 3.668833312988281e+02, 3.607155151367188e+02, 3.547437744140625e+02, 3.490623168945312e+02, 3.437607421875e+02, 3.389226379394531e+02, 3.346243286132812e+02, 3.3093359375e+02, 3.279086608886719e+02, 3.2559716796875e+02, 3.2403564453125e+02, 3.232486572265625e+02, 3.232486572265625e+02, 3.2403564453125e+02, 3.2559716796875e+02, 3.279086608886719e+02, 3.3093359375e+02, 3.346243286132812e+02, 3.389226379394531e+02, 3.437607421875e+02, 3.490623168945312e+02, 3.547437744140625e+02, 3.607155151367188e+02, 3.668833312988281e+02, 3.731499938964844e+02] +solGai.TFlu[3]=[3.831499938964844e+02, 3.894166564941406e+02, 3.955845031738281e+02, 4.015562133789062e+02, 4.072376708984375e+02, 4.125392761230469e+02, 4.173773498535156e+02, 4.216756591796875e+02, 4.253663940429688e+02, 4.28391357421875e+02, 4.307028198242188e+02, 4.322643737792969e+02, 4.330513305664062e+02, 4.330513305664062e+02, 4.322643737792969e+02, 4.307028198242188e+02, 4.28391357421875e+02, 4.253663940429688e+02, 4.216756591796875e+02, 4.173773498535156e+02, 4.125392761230469e+02, 4.072376708984375e+02, 4.015562133789062e+02, 3.955845031738281e+02, 3.894166564941406e+02, 3.831499938964844e+02, 3.768833312988281e+02, 3.707155151367188e+02, 3.647437744140625e+02, 3.590623168945312e+02, 3.537607421875e+02, 3.489226379394531e+02, 3.446243286132812e+02, 3.4093359375e+02, 3.379086608886719e+02, 3.3559716796875e+02, 3.3403564453125e+02, 3.332486572265625e+02, 3.332486572265625e+02, 3.3403564453125e+02, 3.3559716796875e+02, 3.379086608886719e+02, 3.4093359375e+02, 3.446243286132812e+02, 3.489226379394531e+02, 3.537607421875e+02, 3.590623168945312e+02, 3.647437744140625e+02, 3.707155151367188e+02, 3.768833312988281e+02, 3.831499938964844e+02, 3.894166564941406e+02, 3.955845031738281e+02, 4.015562133789062e+02, 4.072376708984375e+02, 4.125392761230469e+02, 4.173773498535157e+02, 4.216756591796874e+02, 4.253663940429688e+02, 4.28391357421875e+02, 4.307028198242188e+02, 4.322643737792969e+02, 4.330513305664062e+02, 4.330513305664062e+02, 4.322643737792969e+02, 4.307028198242188e+02, 4.28391357421875e+02, 4.253663940429688e+02, 4.216756591796874e+02, 4.173773498535157e+02, 4.125392761230469e+02, 4.072376708984375e+02, 4.015562133789062e+02, 3.955845031738281e+02, 3.894166564941406e+02, 3.831499938964844e+02, 3.768833312988281e+02, 3.707155151367188e+02, 3.647437744140625e+02, 3.590623168945312e+02, 3.537607421875e+02, 3.489226379394531e+02, 3.446243286132812e+02, 3.4093359375e+02, 3.379086608886719e+02, 3.3559716796875e+02, 3.3403564453125e+02, 3.332486572265625e+02, 3.332486572265625e+02, 3.3403564453125e+02, 3.3559716796875e+02, 3.379086608886719e+02, 3.4093359375e+02, 3.446243286132812e+02, 3.489226379394531e+02, 3.537607421875e+02, 3.590623168945312e+02, 3.647437744140625e+02, 3.707155151367188e+02, 3.768833312988281e+02, 3.831499938964844e+02] +solGai.QSol_flow[1]=[8.052787017822266e+01, 8.941728210449219e+01, 9.835104370117188e+01, 1.070973968505859e+02, 1.154447174072266e+02, 1.232094497680664e+02, 1.302427673339844e+02, 1.204037551879878e+02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.409785614013672e+02, 1.606880798339844e+02, 1.616407318115234e+02, 1.624716339111328e+02, 1.629972686767578e+02, 1.630117034912109e+02, 1.623152923583984e+02, 1.607432861328125e+02, 1.581897277832031e+02, 1.546234741210938e+02, 1.50094497680664e+02, 1.447306976318359e+02, 1.387269592285156e+02, 1.323285675048828e+02, 1.258113708496094e+02, 1.19460693359375e+02, 1.135510482788086e+02, 1.083269348144531e+02, 1.039837493896484e+02, 1.006584167480469e+02, 9.842659759521484e+01, 9.731170654296875e+01, 9.730677795410156e+01, 9.840355682373047e+01, 1.00616081237793e+02, 1.039852676391602e+02, 1.085605926513672e+02, 1.143687438964844e+02, 1.213853378295898e+02, 1.295208892822266e+02, 1.38622314453125e+02, 1.484847412109375e+02, 1.588674163818359e+02, 1.695182342529297e+02, 1.801803131103516e+02, 1.905926208496094e+02, 2.005065612792969e+02, 2.096929779052735e+02, 2.179480438232422e+02, 1.986471252441423e+02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.908065948486344e+02, 2.087736816406251e+02, 2.006137084960938e+02, 1.917711791992188e+02, 1.822767791748047e+02, 1.721655426025391e+02, 1.614902038574219e+02, 1.503337249755859e+02, 1.388186492919922e+02, 1.271111679077148e+02, 1.154192657470703e+02, 1.039853439331055e+02, 9.307474517822266e+01, 8.296188354492188e+01, 7.391552734375e+01, 6.618474578857422e+01, 6.000739288330078e+01, 5.560799789428711e+01, 5.30887565612793e+01, 5.251070404052734e+01, 5.389783477783203e+01, 5.723886489868164e+01, 6.249088668823242e+01, 6.958019256591797e+01, 7.839644622802734e+01, 8.878174591064453e+01, 1.005205917358398e+02, 1.133359222412109e+02, 1.268920593261719e+02, 1.4080224609375e+02, 1.546385345458984e+02, 1.679425506591797e+02, 1.802370300292969e+02] +solGai.QSol_flow[2]=[8.052787017822266e+01, 8.941728210449219e+01, 9.835104370117188e+01, 1.070973968505859e+02, 1.154447174072266e+02, 2.097702598571777e+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, 2.752014541625977e+01, 1.624716339111328e+02, 1.629972686767578e+02, 1.630117034912109e+02, 1.623152923583984e+02, 1.607432861328125e+02, 1.581897277832031e+02, 1.546234741210938e+02, 1.50094497680664e+02, 1.447306976318359e+02, 1.387269592285156e+02, 1.323285675048828e+02, 1.258113708496094e+02, 1.19460693359375e+02, 1.135510482788086e+02, 1.083269348144531e+02, 1.039837493896484e+02, 1.006584167480469e+02, 9.842659759521484e+01, 9.731170654296875e+01, 9.730677795410156e+01, 9.840355682373047e+01, 1.00616081237793e+02, 1.039852676391602e+02, 1.085605926513672e+02, 1.143687438964844e+02, 1.213853378295898e+02, 1.295208892822266e+02, 1.38622314453125e+02, 1.484847412109375e+02, 1.588674163818359e+02, 1.695182342529297e+02, 1.801803131103516e+02, 1.905926208496094e+02, 2.005065612792969e+02, 3.570127868652193e+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, 3.415548706054544e+01, 1.917711791992188e+02, 1.822767791748047e+02, 1.721655426025391e+02, 1.614902038574219e+02, 1.503337249755859e+02, 1.388186492919922e+02, 1.271111679077148e+02, 1.154192657470703e+02, 1.039853439331055e+02, 9.307474517822266e+01, 8.296188354492188e+01, 7.391552734375e+01, 6.618474578857422e+01, 6.000739288330078e+01, 5.560799789428711e+01, 5.30887565612793e+01, 5.251070404052734e+01, 5.389783477783203e+01, 5.723886489868164e+01, 6.249088668823242e+01, 6.958019256591797e+01, 7.839644622802734e+01, 8.878174591064453e+01, 1.005205917358398e+02, 1.133359222412109e+02, 1.268920593261719e+02, 1.4080224609375e+02, 1.546385345458984e+02, 1.679425506591797e+02, 1.802370300292969e+02] +solGai.QSol_flow[3]=[8.052787017822266e+01, 8.941728210449219e+01, 9.835104370117188e+01, 1.006352081298828e+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, 0e+00, 1.53162109375e+02, 1.630117034912109e+02, 1.623152923583984e+02, 1.607432861328125e+02, 1.581897277832031e+02, 1.546234741210938e+02, 1.50094497680664e+02, 1.447306976318359e+02, 1.387269592285156e+02, 1.323285675048828e+02, 1.258113708496094e+02, 1.19460693359375e+02, 1.135510482788086e+02, 1.083269348144531e+02, 1.039837493896484e+02, 1.006584167480469e+02, 9.842659759521484e+01, 9.731170654296875e+01, 9.730677795410156e+01, 9.840355682373047e+01, 1.00616081237793e+02, 1.039852676391602e+02, 1.085605926513672e+02, 1.143687438964844e+02, 1.213853378295898e+02, 1.295208892822266e+02, 1.38622314453125e+02, 1.484847412109375e+02, 1.588674163818359e+02, 1.695182342529297e+02, 1.801803131103516e+02, 1.790923919677734e+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, 0e+00, 1.712783203125e+02, 1.721655426025391e+02, 1.614902038574219e+02, 1.503337249755859e+02, 1.388186492919922e+02, 1.271111679077148e+02, 1.154192657470703e+02, 1.039853439331055e+02, 9.307474517822266e+01, 8.296188354492188e+01, 7.391552734375e+01, 6.618474578857422e+01, 6.000739288330078e+01, 5.560799789428711e+01, 5.30887565612793e+01, 5.251070404052734e+01, 5.389783477783203e+01, 5.723886489868164e+01, 6.249088668823242e+01, 6.958019256591797e+01, 7.839644622802734e+01, 8.878174591064453e+01, 1.005205917358398e+02, 1.133359222412109e+02, 1.268920593261719e+02, 1.4080224609375e+02, 1.546385345458984e+02, 1.679425506591797e+02, 1.802370300292969e+02] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975HeatLoss.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975HeatLoss.txt new file mode 100644 index 0000000000..85891c41e9 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975HeatLoss.txt @@ -0,0 +1,15 @@ +last-generated=2024-01-17 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 1e+02] +heaLos.QLos_flow[1]=[0e+00, -3.207753753662109e+01, -5.054759979248047e+01, -4.673106384277344e+01, -2.069475555419922e+01, 1.878219604492188e+01, 5.786321640014648e+01, 0e+00, 0e+00, 6.794223022460938e+01, 3.566294860839844e+01, 3.022008895874023e+00, -1.62574577331543e+01, -1.35438928604126e+01, 1.111515235900885e+01, 4.901711654663086e+01, 8.642694854736328e+01, 0e+00, 0e+00, 9.153392028808594e+01, 5.757120895385742e+01, 2.313457870483398e+01, 1.901549458503723e+00, 2.499759674072266e+00, 2.491872215270996e+01, 6.051515960693359e+01, 9.560897827148438e+01, 0e+00, 0e+00, 9.385140991210949e+01, 5.757120895385742e+01, 2.078205680847168e+01, -2.816153764724731e+00, -4.554344177246094e+00, 1.559795188903809e+01, 4.901711654663086e+01, 8.201078796386719e+01, 0e+00, 0e+00, 7.403778839111328e+01, 3.566294860839844e+01, -3.165260553359985e+00, -2.86646900177002e+01, -3.209485626220703e+01, -1.339566802978516e+01, 1.878219604492188e+01, 5.067194366455078e+01, 0e+00, 0e+00, 3.945697784423828e+01, 0e+00, -3.97819938659668e+01, -6.599603271484375e+01, -6.982746887207031e+01, -5.120924377441406e+01, -1.885552406311011e+01, 1.335861587524433e+01, 0e+00, 0e+00, 3.163187265396118e+00, -3.592825317382812e+01, -7.519052124023438e+01, -1.006339569091797e+02, -1.033957443237305e+02, -8.342755889892578e+01, -4.951971817016602e+01, -1.564849090576172e+01, 0e+00, 0e+00, -2.087186813354492e+01, -5.826578521728516e+01, -9.571149444580078e+01, -1.191740646362305e+02, -1.197871780395508e+02, -9.754010772705078e+01, -6.128306579589844e+01, -2.504796028137207e+01, -0e+00, -0e+00, -2.324592971801758e+01, -5.826578521728516e+01, -9.330240631103516e+01, -1.143441162109375e+02, -1.125669174194336e+02, -8.800189208984375e+01, -4.951971817016602e+01, -1.114079284667969e+01, 0e+00, 0e+00, -3.023900985717773e+00, -3.592825317382812e+01, -6.891172027587891e+01, -8.804510498046875e+01, -8.4575927734375e+01, -5.856489944458008e+01, -1.885552406311035e+01, 2.06064567565918e+01, 0e+00, 0e+00, 3.186588859558105e+01, 2.307809162955393e-13] +heaLos.QLos_flow[2]=[-2.034236526489258e+01, -5.255428695678711e+01, -7.110132598876953e+01, -6.726890563964844e+01, -4.112392044067383e+01, -1.481070518493652e+00, 3.776553344726562e+01, 6.19275169372558e+01, 6.522618103027344e+01, 4.788747787475586e+01, 1.547103691101074e+01, -1.730764961242676e+01, -3.666804122924805e+01, -3.394310760498047e+01, -9.180440902709899e+00, 2.888183403015137e+01, 6.645116424560547e+01, 8.841091918945312e+01, 9.008229064941406e+01, 7.158000183105469e+01, 3.747228240966797e+01, 2.889685392379761e+00, -1.843282127380371e+01, -1.783209609985352e+01, 4.681366443634033e+00, 4.042876052856445e+01, 7.567253112792969e+01, 9.519377899169922e+01, 9.461857604980472e+01, 7.390742492675793e+01, 3.747228240966797e+01, 5.272296667098999e-01, -2.317035293579102e+01, -2.491584396362305e+01, -4.678747177124023e+00, 2.888183403015137e+01, 6.201610565185547e+01, 7.976675415039062e+01, 7.715738677978516e+01, 5.400903701782227e+01, 1.547103691101074e+01, -2.352092552185059e+01, -4.912718200683594e+01, -5.257167434692383e+01, -3.379425811767578e+01, -1.481070518493652e+00, 3.054369163513184e+01, 4.785188293457031e+01, 4.418138122558594e+01, 1.928114128112793e+01, -2.034236526489258e+01, -6.029088592529297e+01, -8.661392211914062e+01, -9.046124267578125e+01, -7.176571655273438e+01, -3.927698898315405e+01, -6.927523612975881e+00, 1.145263099670405e+01, 8.115698814392086e+00, -1.716587829589844e+01, -5.642107391357422e+01, -9.584650421142578e+01, -1.213949890136719e+02, -1.241681442260742e+02, -1.041176071166992e+02, -7.006916809082031e+01, -3.605652236938477e+01, -1.547266483306885e+01, -1.718230056762695e+01, -4.130177307128906e+01, -7.885159301757812e+01, -1.164522476196289e+02, -1.400113067626953e+02, -1.406269378662109e+02, -1.182883911132812e+02, -8.188140106201172e+01, -4.549533462524414e+01, -2.241851234436035e+01, -2.182869529724121e+01, -4.368576812744141e+01, -7.885159301757812e+01, -1.140332183837891e+02, -1.351615295410156e+02, -1.333770294189453e+02, -1.087108306884766e+02, -7.006916809082031e+01, -3.152993011474609e+01, -6.650335788726807e+00, -3.993666172027588e+00, -2.337897300720215e+01, -5.642107391357422e+01, -8.954169464111328e+01, -1.087542266845703e+02, -1.052707214355469e+02, -7.915194702148438e+01, -3.92769889831543e+01, 3.508898615837097e-01, 2.563837623596191e+01, 2.932349395751953e+01, 1.165790462493896e+01, -2.034236526489258e+01] +heaLos.QLos_flow[3]=[-4.077005386352539e+01, -7.311635589599609e+01, -9.174037170410156e+01, -8.789207458496094e+01, -6.163840484619141e+01, -2.182966041564941e+01, 1.758252716064453e+01, 4.305502700805665e+01, 4.643208694458008e+01, 2.774739837646484e+01, -4.806197166442871e+00, -3.772263336181641e+01, -5.716394805908203e+01, -5.442764282226562e+01, -2.956135559082025e+01, 8.661228179931641e+00, 4.639005279541016e+01, 7.016812133789062e+01, 7.187924957275391e+01, 5.154076385498047e+01, 1.728803634643555e+01, -1.744053077697754e+01, -3.885251617431641e+01, -3.824927520751953e+01, -1.564131259918213e+01, 2.025704193115234e+01, 5.56507568359375e+01, 7.711235809326172e+01, 7.652346801757808e+01, 5.387812042236339e+01, 1.728803634643555e+01, -1.981291961669922e+01, -4.36098747253418e+01, -4.536266708374023e+01, -2.504076957702637e+01, 8.661228179931641e+00, 4.193610000610352e+01, 6.131835174560547e+01, 5.864693069458008e+01, 3.389496612548828e+01, -4.806197166442871e+00, -4.39619140625e+01, -6.967499542236328e+01, -7.313381958007812e+01, -5.427817535400391e+01, -2.182966041564941e+01, 1.033011436462402e+01, 2.864498901367188e+01, 2.488731575012207e+01, -9.800206422805786e-01, -4.077005386352539e+01, -8.088510131835938e+01, -1.073171310424805e+02, -1.111803359985352e+02, -9.240751647949219e+01, -5.97837753295896e+01, -2.729898643493633e+01, -8.618166923523015e+00, -1.203423786163321e+01, -3.758026885986328e+01, -7.699921417236328e+01, -1.165878067016602e+02, -1.422413482666016e+02, -1.450258636474609e+02, -1.248929748535156e+02, -9.070394134521484e+01, -5.654987716674805e+01, -3.618173217773438e+01, -3.79318733215332e+01, -6.181700134277344e+01, -9.952272033691406e+01, -1.372783203125e+02, -1.609338684082031e+02, -1.615520172119141e+02, -1.391219940185547e+02, -1.02565055847168e+02, -6.602803039550781e+01, -4.32921257019043e+01, -4.268833923339844e+01, -6.421092987060547e+01, -9.952272033691406e+01, -1.348493499755859e+02, -1.560642700195312e+02, -1.542724609375e+02, -1.295050964355469e+02, -9.070394134521484e+01, -5.200439071655273e+01, -2.715034103393555e+01, -2.443070220947266e+01, -4.381936645507812e+01, -7.699921417236328e+01, -1.102569961547852e+02, -1.295486602783203e+02, -1.260508346557617e+02, -9.982431793212891e+01, -5.978377532958984e+01, -1.99900016784668e+01, 5.904120445251465e+00, 9.676692962646484e+00, -8.635401725769043e+00, -4.077005386352539e+01] +TEnv.y=[2.831499938964844e+02, 2.840918579101562e+02, 2.850299987792969e+02, 2.859607238769531e+02, 2.868803405761719e+02, 2.877852478027344e+02, 2.88671875e+02, 2.895366821289062e+02, 2.903763122558594e+02, 2.911874084472656e+02, 2.919667663574219e+02, 2.927113647460938e+02, 2.93418212890625e+02, 2.940845336914062e+02, 2.947077026367188e+02, 2.952852478027344e+02, 2.958149108886719e+02, 2.962945861816406e+02, 2.96722412109375e+02, 2.970966491699219e+02, 2.974158325195312e+02, 2.976787414550781e+02, 2.978843078613281e+02, 2.980317077636719e+02, 2.981203918457031e+02, 2.981499938964844e+02, 2.981203918457031e+02, 2.980317077636719e+02, 2.978843078613281e+02, 2.976787414550781e+02, 2.974158325195312e+02, 2.970966491699219e+02, 2.96722412109375e+02, 2.962945861816406e+02, 2.958149108886719e+02, 2.952852478027344e+02, 2.947077026367188e+02, 2.940845336914062e+02, 2.93418212890625e+02, 2.927113647460938e+02, 2.919667663574219e+02, 2.911874084472656e+02, 2.903763122558594e+02, 2.895366821289062e+02, 2.88671875e+02, 2.877852478027344e+02, 2.868803405761719e+02, 2.859607238769531e+02, 2.850299987792969e+02, 2.840918579101562e+02, 2.831499938964844e+02, 2.822081298828125e+02, 2.812699890136719e+02, 2.803392944335938e+02, 2.794196472167969e+02, 2.785147399902344e+02, 2.776281433105469e+02, 2.767633056640625e+02, 2.759237060546875e+02, 2.751126098632812e+02, 2.743332214355469e+02, 2.735886535644531e+02, 2.728818054199219e+02, 2.722154846191406e+02, 2.715923156738281e+02, 2.710147399902344e+02, 2.704850769042969e+02, 2.700054016113281e+02, 2.695776062011719e+02, 2.692033386230469e+02, 2.688841552734375e+02, 2.686212463378906e+02, 2.684156799316406e+02, 2.682682800292969e+02, 2.681795959472656e+02, 2.681499938964844e+02, 2.681795959472656e+02, 2.682682800292969e+02, 2.684156799316406e+02, 2.686212463378906e+02, 2.688841552734375e+02, 2.692033386230469e+02, 2.695776062011719e+02, 2.700054016113281e+02, 2.704850769042969e+02, 2.710147399902344e+02, 2.715923156738281e+02, 2.722154846191406e+02, 2.728818054199219e+02, 2.735886535644531e+02, 2.743332214355469e+02, 2.751126098632812e+02, 2.759237060546875e+02, 2.767633056640625e+02, 2.776281433105469e+02, 2.785147399902344e+02, 2.794196472167969e+02, 2.803392944335938e+02, 2.812699890136719e+02, 2.822081298828125e+02, 2.831499938964844e+02] +T1.y=[2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964843e+02, 2.743332214355468e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02, 2.919667663574219e+02, 2.974158325195312e+02, 2.974158325195312e+02, 2.919667663574219e+02, 2.831499938964844e+02, 2.743332214355469e+02, 2.688841552734375e+02, 2.688841552734375e+02, 2.743332214355469e+02, 2.831499938964844e+02] +T2.y=[2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964843e+02, 2.793332214355468e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02, 2.969667663574219e+02, 3.024158325195312e+02, 3.024158325195312e+02, 2.969667663574219e+02, 2.881499938964844e+02, 2.793332214355469e+02, 2.738841552734375e+02, 2.738841552734375e+02, 2.793332214355469e+02, 2.881499938964844e+02] +T3.y=[2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964843e+02, 2.843332214355468e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02, 3.019667663574219e+02, 3.074158325195312e+02, 3.074158325195312e+02, 3.019667663574219e+02, 2.931499938964844e+02, 2.843332214355469e+02, 2.788841552734375e+02, 2.788841552734375e+02, 2.843332214355469e+02, 2.931499938964844e+02] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975SolarGain.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975SolarGain.txt new file mode 100644 index 0000000000..53a1b80f0c --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_BaseClasses_Examples_EN12975SolarGain.txt @@ -0,0 +1,14 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solGai.TFlu[1]=[3.631499938964844e+02, 3.694166564941406e+02, 3.755845031738281e+02, 3.815562133789062e+02, 3.872376708984375e+02, 3.925392761230469e+02, 3.973773498535156e+02, 4.016756591796875e+02, 4.053663940429688e+02, 4.08391357421875e+02, 4.107028198242188e+02, 4.122643737792969e+02, 4.130513305664062e+02, 4.130513305664062e+02, 4.122643737792969e+02, 4.107028198242188e+02, 4.08391357421875e+02, 4.053663940429688e+02, 4.016756591796875e+02, 3.973773498535156e+02, 3.925392761230469e+02, 3.872376708984375e+02, 3.815562133789062e+02, 3.755845031738281e+02, 3.694166564941406e+02, 3.631499938964844e+02, 3.568833312988281e+02, 3.507155151367188e+02, 3.447437744140625e+02, 3.390623168945312e+02, 3.337607421875e+02, 3.289226379394531e+02, 3.246243286132812e+02, 3.2093359375e+02, 3.179086608886719e+02, 3.1559716796875e+02, 3.1403564453125e+02, 3.132486572265625e+02, 3.132486572265625e+02, 3.1403564453125e+02, 3.1559716796875e+02, 3.179086608886719e+02, 3.2093359375e+02, 3.246243286132812e+02, 3.289226379394531e+02, 3.337607421875e+02, 3.390623168945312e+02, 3.447437744140625e+02, 3.507155151367188e+02, 3.568833312988281e+02, 3.631499938964844e+02, 3.694166564941406e+02, 3.755845031738281e+02, 3.815562133789062e+02, 3.872376708984375e+02, 3.925392761230469e+02, 3.973773498535157e+02, 4.016756591796874e+02, 4.053663940429688e+02, 4.08391357421875e+02, 4.107028198242188e+02, 4.122643737792969e+02, 4.130513305664062e+02, 4.130513305664062e+02, 4.122643737792969e+02, 4.107028198242188e+02, 4.08391357421875e+02, 4.053663940429688e+02, 4.016756591796874e+02, 3.973773498535157e+02, 3.925392761230469e+02, 3.872376708984375e+02, 3.815562133789062e+02, 3.755845031738281e+02, 3.694166564941406e+02, 3.631499938964844e+02, 3.568833312988281e+02, 3.507155151367188e+02, 3.447437744140625e+02, 3.390623168945312e+02, 3.337607421875e+02, 3.289226379394531e+02, 3.246243286132812e+02, 3.2093359375e+02, 3.179086608886719e+02, 3.1559716796875e+02, 3.1403564453125e+02, 3.132486572265625e+02, 3.132486572265625e+02, 3.1403564453125e+02, 3.1559716796875e+02, 3.179086608886719e+02, 3.2093359375e+02, 3.246243286132812e+02, 3.289226379394531e+02, 3.337607421875e+02, 3.390623168945312e+02, 3.447437744140625e+02, 3.507155151367188e+02, 3.568833312988281e+02, 3.631499938964844e+02] +solGai.TFlu[2]=[3.731499938964844e+02, 3.794166564941406e+02, 3.855845031738281e+02, 3.915562133789062e+02, 3.972376708984375e+02, 4.025392761230469e+02, 4.073773498535156e+02, 4.116756591796875e+02, 4.153663940429688e+02, 4.18391357421875e+02, 4.207028198242188e+02, 4.222643737792969e+02, 4.230513305664062e+02, 4.230513305664062e+02, 4.222643737792969e+02, 4.207028198242188e+02, 4.18391357421875e+02, 4.153663940429688e+02, 4.116756591796875e+02, 4.073773498535156e+02, 4.025392761230469e+02, 3.972376708984375e+02, 3.915562133789062e+02, 3.855845031738281e+02, 3.794166564941406e+02, 3.731499938964844e+02, 3.668833312988281e+02, 3.607155151367188e+02, 3.547437744140625e+02, 3.490623168945312e+02, 3.437607421875e+02, 3.389226379394531e+02, 3.346243286132812e+02, 3.3093359375e+02, 3.279086608886719e+02, 3.2559716796875e+02, 3.2403564453125e+02, 3.232486572265625e+02, 3.232486572265625e+02, 3.2403564453125e+02, 3.2559716796875e+02, 3.279086608886719e+02, 3.3093359375e+02, 3.346243286132812e+02, 3.389226379394531e+02, 3.437607421875e+02, 3.490623168945312e+02, 3.547437744140625e+02, 3.607155151367188e+02, 3.668833312988281e+02, 3.731499938964844e+02, 3.794166564941406e+02, 3.855845031738281e+02, 3.915562133789062e+02, 3.972376708984375e+02, 4.025392761230469e+02, 4.073773498535157e+02, 4.116756591796874e+02, 4.153663940429688e+02, 4.18391357421875e+02, 4.207028198242188e+02, 4.222643737792969e+02, 4.230513305664062e+02, 4.230513305664062e+02, 4.222643737792969e+02, 4.207028198242188e+02, 4.18391357421875e+02, 4.153663940429688e+02, 4.116756591796874e+02, 4.073773498535157e+02, 4.025392761230469e+02, 3.972376708984375e+02, 3.915562133789062e+02, 3.855845031738281e+02, 3.794166564941406e+02, 3.731499938964844e+02, 3.668833312988281e+02, 3.607155151367188e+02, 3.547437744140625e+02, 3.490623168945312e+02, 3.437607421875e+02, 3.389226379394531e+02, 3.346243286132812e+02, 3.3093359375e+02, 3.279086608886719e+02, 3.2559716796875e+02, 3.2403564453125e+02, 3.232486572265625e+02, 3.232486572265625e+02, 3.2403564453125e+02, 3.2559716796875e+02, 3.279086608886719e+02, 3.3093359375e+02, 3.346243286132812e+02, 3.389226379394531e+02, 3.437607421875e+02, 3.490623168945312e+02, 3.547437744140625e+02, 3.607155151367188e+02, 3.668833312988281e+02, 3.731499938964844e+02] +solGai.TFlu[3]=[3.831499938964844e+02, 3.894166564941406e+02, 3.955845031738281e+02, 4.015562133789062e+02, 4.072376708984375e+02, 4.125392761230469e+02, 4.173773498535156e+02, 4.216756591796875e+02, 4.253663940429688e+02, 4.28391357421875e+02, 4.307028198242188e+02, 4.322643737792969e+02, 4.330513305664062e+02, 4.330513305664062e+02, 4.322643737792969e+02, 4.307028198242188e+02, 4.28391357421875e+02, 4.253663940429688e+02, 4.216756591796875e+02, 4.173773498535156e+02, 4.125392761230469e+02, 4.072376708984375e+02, 4.015562133789062e+02, 3.955845031738281e+02, 3.894166564941406e+02, 3.831499938964844e+02, 3.768833312988281e+02, 3.707155151367188e+02, 3.647437744140625e+02, 3.590623168945312e+02, 3.537607421875e+02, 3.489226379394531e+02, 3.446243286132812e+02, 3.4093359375e+02, 3.379086608886719e+02, 3.3559716796875e+02, 3.3403564453125e+02, 3.332486572265625e+02, 3.332486572265625e+02, 3.3403564453125e+02, 3.3559716796875e+02, 3.379086608886719e+02, 3.4093359375e+02, 3.446243286132812e+02, 3.489226379394531e+02, 3.537607421875e+02, 3.590623168945312e+02, 3.647437744140625e+02, 3.707155151367188e+02, 3.768833312988281e+02, 3.831499938964844e+02, 3.894166564941406e+02, 3.955845031738281e+02, 4.015562133789062e+02, 4.072376708984375e+02, 4.125392761230469e+02, 4.173773498535157e+02, 4.216756591796874e+02, 4.253663940429688e+02, 4.28391357421875e+02, 4.307028198242188e+02, 4.322643737792969e+02, 4.330513305664062e+02, 4.330513305664062e+02, 4.322643737792969e+02, 4.307028198242188e+02, 4.28391357421875e+02, 4.253663940429688e+02, 4.216756591796874e+02, 4.173773498535157e+02, 4.125392761230469e+02, 4.072376708984375e+02, 4.015562133789062e+02, 3.955845031738281e+02, 3.894166564941406e+02, 3.831499938964844e+02, 3.768833312988281e+02, 3.707155151367188e+02, 3.647437744140625e+02, 3.590623168945312e+02, 3.537607421875e+02, 3.489226379394531e+02, 3.446243286132812e+02, 3.4093359375e+02, 3.379086608886719e+02, 3.3559716796875e+02, 3.3403564453125e+02, 3.332486572265625e+02, 3.332486572265625e+02, 3.3403564453125e+02, 3.3559716796875e+02, 3.379086608886719e+02, 3.4093359375e+02, 3.446243286132812e+02, 3.489226379394531e+02, 3.537607421875e+02, 3.590623168945312e+02, 3.647437744140625e+02, 3.707155151367188e+02, 3.768833312988281e+02, 3.831499938964844e+02] +solGai.QSol_flow[1]=[4.119595336914062e+01, 4.743772125244141e+01, 5.443510818481445e+01, 6.214479827880859e+01, 7.050019073486328e+01, 7.941282653808594e+01, 8.877433776855469e+01, 8.6889122009277e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.613986206054688e+02, 1.849727172851562e+02, 1.857552795410156e+02, 1.852356567382812e+02, 1.834413452148438e+02, 1.804295043945312e+02, 1.762865142822266e+02, 1.711271057128906e+02, 1.650927581787109e+02, 1.583493957519531e+02, 1.510847015380859e+02, 1.435046997070312e+02, 1.358300018310547e+02, 1.282915649414062e+02, 1.211261825561523e+02, 1.145716705322266e+02, 1.088621444702148e+02, 1.042231597900391e+02, 1.008659286499023e+02, 9.89832763671875e+01, 9.874512481689453e+01, 1.002943878173828e+02, 1.037431869506836e+02, 1.091696624755859e+02, 1.166153259277344e+02, 1.260831298828125e+02, 1.375361633300781e+02, 1.508972015380859e+02, 1.660489807128906e+02, 1.828352203369141e+02, 2.010625610351562e+02, 2.205032043457031e+02, 2.408982391357422e+02, 2.619656372070312e+02, 2.834023742675781e+02, 3.048851928710938e+02, 3.260790710449219e+02, 3.466435546875002e+02, 3.662387084960939e+02, 3.393458557128934e+02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.791875305175813e+02, 4.168742065429689e+02, 4.015472106933595e+02, 3.839372863769531e+02, 3.643302307128906e+02, 3.430539245605469e+02, 3.204734191894531e+02, 2.969851379394531e+02, 2.730105285644531e+02, 2.489890289306641e+02, 2.253704833984375e+02, 2.026071472167969e+02, 1.811455535888672e+02, 1.614181976318359e+02, 1.438352966308594e+02, 1.287767944335938e+02, 1.165882110595703e+02, 1.075753402709961e+02, 1.019813232421875e+02, 9.999467468261719e+01, 1.017455596923828e+02, 1.073020172119141e+02, 1.166671142578125e+02, 1.297772827148438e+02, 1.465017700195312e+02, 1.666433563232422e+02, 1.899403686523438e+02, 2.160698089599609e+02, 2.446519317626953e+02, 2.752558898925781e+02, 3.074065551757812e+02, 3.405923461914062e+02, 3.742739868164062e+02] +solGai.QSol_flow[2]=[4.119595336914062e+01, 4.743772125244141e+01, 5.443510818481445e+01, 6.214479827880859e+01, 7.050019073486328e+01, 1.352043151855469e+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, 3.162576675415039e+01, 1.852356567382812e+02, 1.834413452148438e+02, 1.804295043945312e+02, 1.762865142822266e+02, 1.711271057128906e+02, 1.650927581787109e+02, 1.583493957519531e+02, 1.510847015380859e+02, 1.435046997070312e+02, 1.358300018310547e+02, 1.282915649414062e+02, 1.211261825561523e+02, 1.145716705322266e+02, 1.088621444702148e+02, 1.042231597900391e+02, 1.008659286499023e+02, 9.89832763671875e+01, 9.874512481689453e+01, 1.002943878173828e+02, 1.037431869506836e+02, 1.091696624755859e+02, 1.166153259277344e+02, 1.260831298828125e+02, 1.375361633300781e+02, 1.508972015380859e+02, 1.660489807128906e+02, 1.828352203369141e+02, 2.010625610351562e+02, 2.205032043457031e+02, 2.408982391357422e+02, 2.619656372070312e+02, 2.834023742675781e+02, 3.048851928710938e+02, 3.260790710449219e+02, 5.901780319213618e+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, 6.83654251098604e+01, 3.839372863769531e+02, 3.643302307128906e+02, 3.430539245605469e+02, 3.204734191894531e+02, 2.969851379394531e+02, 2.730105285644531e+02, 2.489890289306641e+02, 2.253704833984375e+02, 2.026071472167969e+02, 1.811455535888672e+02, 1.614181976318359e+02, 1.438352966308594e+02, 1.287767944335938e+02, 1.165882110595703e+02, 1.075753402709961e+02, 1.019813232421875e+02, 9.999467468261719e+01, 1.017455596923828e+02, 1.073020172119141e+02, 1.166671142578125e+02, 1.297772827148438e+02, 1.465017700195312e+02, 1.666433563232422e+02, 1.899403686523438e+02, 2.160698089599609e+02, 2.446519317626953e+02, 2.752558898925781e+02, 3.074065551757812e+02, 3.405923461914062e+02, 3.742739868164062e+02] +solGai.QSol_flow[3]=[4.119595336914062e+01, 4.743772125244141e+01, 5.443510818481445e+01, 5.839502334594727e+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, 1.723726196289062e+02, 1.804295043945312e+02, 1.762865142822266e+02, 1.711271057128906e+02, 1.650927581787109e+02, 1.583493957519531e+02, 1.510847015380859e+02, 1.435046997070312e+02, 1.358300018310547e+02, 1.282915649414062e+02, 1.211261825561523e+02, 1.145716705322266e+02, 1.088621444702148e+02, 1.042231597900391e+02, 1.008659286499023e+02, 9.89832763671875e+01, 9.874512481689453e+01, 1.002943878173828e+02, 1.037431869506836e+02, 1.091696624755859e+02, 1.166153259277344e+02, 1.260831298828125e+02, 1.375361633300781e+02, 1.508972015380859e+02, 1.660489807128906e+02, 1.828352203369141e+02, 2.010625610351562e+02, 2.205032043457031e+02, 2.408982391357422e+02, 2.619656372070312e+02, 2.834023742675781e+02, 2.864886169433594e+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, 0e+00, 3.423467712402344e+02, 3.430539245605469e+02, 3.204734191894531e+02, 2.969851379394531e+02, 2.730105285644531e+02, 2.489890289306641e+02, 2.253704833984375e+02, 2.026071472167969e+02, 1.811455535888672e+02, 1.614181976318359e+02, 1.438352966308594e+02, 1.287767944335938e+02, 1.165882110595703e+02, 1.075753402709961e+02, 1.019813232421875e+02, 9.999467468261719e+01, 1.017455596923828e+02, 1.073020172119141e+02, 1.166671142578125e+02, 1.297772827148438e+02, 1.465017700195312e+02, 1.666433563232422e+02, 1.899403686523438e+02, 2.160698089599609e+02, 2.446519317626953e+02, 2.752558898925781e+02, 3.074065551757812e+02, 3.405923461914062e+02, 3.742739868164062e+02] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_BaseClasses_Examples_GCritCalc.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_BaseClasses_Examples_GCritCalc.txt new file mode 100644 index 0000000000..86d0f3b742 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_BaseClasses_Examples_GCritCalc.txt @@ -0,0 +1,11 @@ +last-generated=2024-01-17 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 1e+02] +criSol.G_TC=[1.250498352050781e+02, 9.222457885742188e+01, 7.342155456542969e+01, 7.730110168457031e+01, 1.038479232788086e+02, 1.4437109375e+02, 1.848180084228516e+02, 2.111363830566406e+02, 2.146361694335938e+02, 1.953035888671875e+02, 1.618010559082031e+02, 1.281534881591797e+02, 1.083863525390625e+02, 1.111638107299805e+02, 1.364748840332032e+02, 1.756335601806641e+02, 2.145925903320312e+02, 2.393055725097656e+02, 2.410888061523438e+02, 2.199352569580078e+02, 1.845145568847656e+02, 1.488591918945312e+02, 1.270025329589844e+02, 1.276169967651367e+02, 1.507001495361328e+02, 1.875747528076172e+02, 2.242025909423828e+02, 2.465464477539062e+02, 2.459319915771484e+02, 2.223616333007814e+02, 1.845145568847656e+02, 1.464328002929688e+02, 1.221593399047852e+02, 1.20376106262207e+02, 1.410901489257812e+02, 1.756335601806641e+02, 2.099773406982422e+02, 2.3009326171875e+02, 2.273158111572266e+02, 2.016559448242188e+02, 1.618010559082031e+02, 1.218011322021484e+02, 9.570671081542969e+01, 9.220691680908203e+01, 1.113155670166016e+02, 1.4437109375e+02, 1.773503723144531e+02, 1.962305603027344e+02, 1.923510131835938e+02, 1.657270355224609e+02, 1.250498352050781e+02, 8.437263488769531e+01, 5.774865341186523e+01, 5.386910247802734e+01, 7.274929809570312e+01, 1.05728569030762e+02, 1.387841033935549e+02, 1.578927459716796e+02, 1.543929595947266e+02, 1.282985382080078e+02, 8.829860687255859e+01, 4.844372940063477e+01, 2.278385353088379e+01, 2.000640106201172e+01, 4.012233352661133e+01, 7.446611022949219e+01, 1.09009521484375e+02, 1.297235565185547e+02, 1.279403305053711e+02, 1.03666862487793e+02, 6.558510589599609e+01, 2.773802757263184e+01, 4.167675495147705e+00, 3.55321478843689e+00, 2.589707183837891e+01, 6.252491760253906e+01, 9.939952087402344e+01, 1.224826736450195e+02, 1.230971374511719e+02, 1.01240478515625e+02, 6.558510589599609e+01, 3.01644115447998e+01, 9.010868072509766e+00, 1.079410171508789e+01, 3.550707626342773e+01, 7.446611022949219e+01, 1.136247787475586e+02, 1.389358673095703e+02, 1.417133178710938e+02, 1.21946174621582e+02, 8.829860687255859e+01, 5.479608535766602e+01, 3.546349716186523e+01, 3.896329116821289e+01, 6.528165435791016e+01, 1.057285690307617e+02, 1.462517395019531e+02, 1.727985687255859e+02, 1.766781158447266e+02, 1.578750915527344e+02, 1.250498352050781e+02] +criSol.TEnv=[1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949815e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988036e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949911e-01, 4.122147560119612e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 9.999999999999956e+00, 4.122147560119594e+00, 4.894348382949993e-01, 4.894348382949718e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01, 1.587785243988037e+01, 1.951056480407715e+01, 1.951056480407715e+01, 1.587785243988037e+01, 1e+01, 4.122147560119629e+00, 4.894348382949829e-01, 4.894348382949829e-01, 4.122147560119629e+00, 1e+01] +criSol.TIn=[3e+01, 3.062790489196777e+01, 3.125333213806152e+01, 3.187381362915039e+01, 3.248690032958984e+01, 3.309017181396484e+01, 3.368124389648438e+01, 3.425779342651367e+01, 3.481753540039062e+01, 3.535826873779297e+01, 3.587785339355469e+01, 3.637424087524414e+01, 3.68454704284668e+01, 3.728968811035156e+01, 3.770513153076172e+01, 3.809017181396484e+01, 3.844327926635742e+01, 3.876306533813477e+01, 3.904827117919922e+01, 3.929776382446289e+01, 3.951056671142578e+01, 3.968583297729492e+01, 3.982287216186523e+01, 3.992114639282227e+01, 3.998026657104492e+01, 4e+01, 3.998026657104492e+01, 3.992114639282227e+01, 3.982287216186523e+01, 3.968583297729492e+01, 3.951056671142578e+01, 3.929776382446289e+01, 3.904827117919922e+01, 3.876306533813477e+01, 3.844327926635742e+01, 3.809017181396484e+01, 3.770513153076172e+01, 3.728968811035156e+01, 3.68454704284668e+01, 3.637424087524414e+01, 3.587785339355469e+01, 3.535826873779297e+01, 3.481753540039062e+01, 3.425779342651367e+01, 3.368124389648438e+01, 3.309017181396484e+01, 3.248690032958984e+01, 3.187381362915039e+01, 3.125333213806152e+01, 3.062790489196777e+01, 3e+01, 2.937209510803223e+01, 2.874666786193848e+01, 2.812618637084961e+01, 2.751310157775879e+01, 2.690983009338379e+01, 2.631875419616699e+01, 2.574220657348633e+01, 2.518246269226075e+01, 2.464173126220703e+01, 2.412214660644531e+01, 2.362576103210449e+01, 2.31545295715332e+01, 2.271031379699707e+01, 2.229486846923828e+01, 2.190983009338379e+01, 2.155672073364258e+01, 2.12369327545166e+01, 2.095172882080078e+01, 2.070223426818848e+01, 2.048943519592285e+01, 2.031416893005371e+01, 2.017712783813477e+01, 2.007885360717773e+01, 2.001973342895508e+01, 2e+01, 2.001973342895508e+01, 2.007885360717773e+01, 2.017712783813477e+01, 2.031416893005371e+01, 2.048943519592285e+01, 2.070223426818848e+01, 2.095172882080078e+01, 2.12369327545166e+01, 2.155672073364258e+01, 2.190983009338379e+01, 2.229486846923828e+01, 2.271031379699707e+01, 2.31545295715332e+01, 2.362576103210449e+01, 2.412214660644531e+01, 2.464173126220703e+01, 2.518246269226074e+01, 2.574220657348633e+01, 2.631875419616699e+01, 2.690983009338379e+01, 2.751310157775879e+01, 2.812618637084961e+01, 2.874666786193848e+01, 2.937209510803223e+01, 3e+01] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_Examples_SolarPumpController.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_Examples_SolarPumpController.txt new file mode 100644 index 0000000000..6875218f93 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Controls_Examples_SolarPumpController.txt @@ -0,0 +1,11 @@ +last-generated=2024-01-17 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "1", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +pumCon.on=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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.criSol.G_TC=[1.596955413818359e+02, 2.099989624023438e+02, 2.458382415771484e+02, 2.569082336425781e+02, 2.400258636474609e+02, 2.000455017089844e+02, 1.484629821777344e+02, 1.001102447509765e+02, 6.889054870605469e+01, 6.389212799072266e+01, 8.685865783691406e+01, 1.311714019775391e+02, 1.841079559326172e+02, 2.305172424316406e+02, 2.573624877929688e+02, 2.571440734863281e+02, 2.30123046875e+02, 1.84356964111328e+02, 1.340779418945312e+02, 9.393737030029297e+01, 7.548054504394531e+01, 8.400632476806641e+01, 1.173949356079102e+02, 1.665130462646484e+02, 2.174241027832031e+02, 2.555447998046875e+02, 2.692247924804688e+02, 2.540199737548828e+02, 2.143979644775389e+02, 1.618120880126953e+02, 1.120798110961914e+02, 7.969197082519531e+01, 7.282553863525391e+01, 9.237796783447266e+01, 1.316738128662111e+02, 1.799263916015623e+02, 2.234769744873047e+02, 2.498202362060547e+02, 2.512584533691406e+02, 2.256055450439453e+02, 1.796364440917969e+02, 1.263046264648438e+02, 8.073680877685547e+01, 5.559268951416016e+01, 5.780270385742188e+01, 8.652096557617188e+01, 1.332720794677734e+02, 1.844671783447266e+02, 2.252244110107422e+02, 2.436229095458984e+02, 2.341708221435547e+02, 1.993843994140625e+02, 1.490644378662109e+02, 9.7478271484375e+01, 5.925727462768555e+01, 4.52372512817383e+01, 5.930820846557642e+01, 9.719312286376915e+01, 1.477721862792969e+02, 1.956559448242188e+02, 2.253429565429688e+02, 2.285492706298828e+02, 2.045381011962891e+02, 1.603116760253906e+02, 1.073999328613281e+02, 6.052162170410156e+01, 3.30916748046875e+01, 3.327596282958984e+01, 6.246588516235389e+01, 1.122992172241206e+02, 1.681678161621089e+02, 2.13579345703125e+02, 2.366316223144531e+02, 2.318406066894531e+02, 2.008679656982422e+02, 1.529117126464844e+02, 1.018076782226562e+02, 6.212126922607422e+01, 4.536837387084961e+01, 5.646940612792969e+01, 9.219441223144531e+01, 1.422562103271484e+02, 1.925086364746094e+02, 2.287309417724609e+02, 2.41072021484375e+02, 2.268209075927734e+02, 1.898249816894531e+02, 1.405256195068359e+02, 9.276297760009766e+01, 6.027718734741211e+01, 5.324773406982422e+01, 7.447600555419922e+01, 1.186967926025391e+02, 1.726239929199219e+02, 2.206402435302734e+02, 2.492812194824219e+02, 2.5065625e+02, 2.248726043701172e+02, 1.798532104492188e+02, 1.289346313476562e+02, 8.710094451904297e+01] +pumCon.weaBus.HDirNor=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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.030108451843293e+00, 1.366366100311279e+01, 3.260489273071289e+01, 6.053377532958984e+01, 1.15081169128418e+02, 2.200358276367188e+02, 3.424297790527349e+02, 4.470376281738277e+02, 5.10201171875e+02, 5.613570556640625e+02, 6.040535888671875e+02, 6.369169921875e+02, 6.592717895507812e+02, 6.754335327148438e+02, 6.845838012695312e+02, 6.844866333007812e+02, 6.724340209960938e+02, 6.403701782226562e+02, 5.976909790039062e+02, 5.596824951171875e+02, 5.415181274414062e+02, 5.3673291015625e+02, 5.33663818359375e+02, 5.32132080078125e+02, 5.31958740234375e+02, 5.330270385742188e+02, 5.352105102539062e+02, 5.38277587890625e+02, 5.419959106445312e+02, 5.529671630859374e+02, 5.810459594726562e+02, 6.13927734375e+02, 6.3841357421875e+02, 6.401067504882812e+02, 6.101478881835938e+02, 5.569702758789062e+02, 4.902813110351562e+02, 4.125409545898438e+02, 2.849056701660156e+02, 1.409077911376953e+02, 3.057071495056095e+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] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Concentrating.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Concentrating.txt new file mode 100644 index 0000000000..a82b56c816 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Concentrating.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-16 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "0, 1", + "number of continuous time states": "11", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[3].T=[2.931499938964844e+02, 2.925053100585938e+02, 2.919264831542969e+02, 2.916846008300781e+02, 2.918219299316406e+02, 2.919918212890625e+02, 2.920943603515625e+02, 2.921526489257812e+02, 2.921841430664062e+02, 2.921957092285156e+02, 2.921872863769531e+02, 2.921573181152344e+02, 2.921050415039062e+02, 2.920277709960938e+02, 2.919167175292969e+02, 2.917522277832031e+02, 2.914929504394531e+02, 2.909440612792969e+02, 2.877387084960938e+02, 2.838971252441406e+02, 2.830011901855469e+02, 2.829347229003906e+02, 2.82941650390625e+02, 2.82950927734375e+02, 2.829591369628906e+02, 2.829658813476562e+02, 2.829726257324219e+02, 2.829830017089844e+02, 2.829938354492188e+02, 2.830002746582031e+02, 2.829978942871094e+02, 2.829976806640625e+02, 2.83033203125e+02, 2.83241455078125e+02, 2.838457641601562e+02, 2.852826232910156e+02, 2.898650817871094e+02, 2.951064147949219e+02, 2.973288879394531e+02, 2.982362060546875e+02, 2.989080200195312e+02, 2.995284118652344e+02, 3.001405639648438e+02, 3.007474060058594e+02, 3.013376770019531e+02, 3.018703308105469e+02, 3.023285217285156e+02, 3.028397521972656e+02, 3.036877746582031e+02, 3.052620849609375e+02, 3.082039794921875e+02, 3.098872375488281e+02, 2.968387451171875e+02, 2.898428344726562e+02, 2.882430419921875e+02, 2.876975708007812e+02, 2.873871459960938e+02, 2.872056274414062e+02, 2.871921081542969e+02, 2.872928161621094e+02, 2.874368286132812e+02, 2.875415649414062e+02, 2.8753515625e+02, 2.874349060058594e+02, 2.873142395019531e+02, 2.872679748535156e+02, 2.8727197265625e+02, 2.8825732421875e+02, 2.908695678710938e+02, 2.927717590332031e+02, 2.927796630859375e+02, 2.924284057617188e+02, 2.923911437988281e+02, 2.924326171875e+02, 2.924674377441406e+02, 2.924855651855469e+02, 2.92485595703125e+02, 2.924700622558594e+02, 2.924408874511719e+02, 2.923971252441406e+02, 2.923357543945312e+02, 2.922512512207031e+02, 2.921278686523438e+02, 2.919248352050781e+02, 2.911526489257812e+02, 2.866643676757812e+02, 2.836628112792969e+02, 2.831532592773438e+02, 2.831102905273438e+02, 2.8311279296875e+02, 2.831231689453125e+02, 2.831315307617188e+02, 2.831305541992188e+02, 2.831203002929688e+02, 2.831064758300781e+02, 2.830902099609375e+02, 2.830719909667969e+02, 2.830510559082031e+02, 2.830237426757812e+02, 2.829824829101562e+02, 2.828992004394531e+02] +solCol.vol[6].T=[2.931499938964844e+02, 2.925161743164062e+02, 2.921881713867188e+02, 2.922858276367188e+02, 2.924247131347656e+02, 2.925054016113281e+02, 2.925518188476562e+02, 2.925790710449219e+02, 2.925932006835938e+02, 2.925965576171875e+02, 2.92587646484375e+02, 2.925656433105469e+02, 2.925296630859375e+02, 2.924768371582031e+02, 2.923988952636719e+02, 2.922769165039062e+02, 2.920650634765625e+02, 2.915290222167969e+02, 2.904356384277344e+02, 2.873548278808594e+02, 2.8389697265625e+02, 2.82847900390625e+02, 2.827415466308594e+02, 2.827529296875e+02, 2.827694702148438e+02, 2.827836608886719e+02, 2.827966613769531e+02, 2.828149719238281e+02, 2.828361206054688e+02, 2.82851806640625e+02, 2.828534240722656e+02, 2.828521423339844e+02, 2.828916320800781e+02, 2.831254272460938e+02, 2.837994689941406e+02, 2.878814086914062e+02, 2.933829956054688e+02, 2.952745971679688e+02, 2.958508911132812e+02, 2.962515869140625e+02, 2.966159973144531e+02, 2.969673156738281e+02, 2.973217468261719e+02, 2.97675048828125e+02, 2.980198059082031e+02, 2.983241577148438e+02, 2.985929870605469e+02, 2.989390563964844e+02, 2.995892944335938e+02, 3.008829650878906e+02, 3.036207275390625e+02, 3.104706726074219e+02, 3.12599609375e+02, 3.022213134765625e+02, 2.947784729003906e+02, 2.925148315429688e+02, 2.916830444335938e+02, 2.912344360351562e+02, 2.911040649414062e+02, 2.912364501953125e+02, 2.914938049316406e+02, 2.917209777832031e+02, 2.91771240234375e+02, 2.916266479492188e+02, 2.913950805664062e+02, 2.912315063476562e+02, 2.9114501953125e+02, 2.9197021484375e+02, 2.937412719726562e+02, 2.932937622070312e+02, 2.927534790039062e+02, 2.926880493164062e+02, 2.927148742675781e+02, 2.927413940429688e+02, 2.927588195800781e+02, 2.927662048339844e+02, 2.927629089355469e+02, 2.927510375976562e+02, 2.927310180664062e+02, 2.927014770507812e+02, 2.926596374511719e+02, 2.926002197265625e+02, 2.925067443847656e+02, 2.923316955566406e+02, 2.918361511230469e+02, 2.905979919433594e+02, 2.867038879394531e+02, 2.837999877929688e+02, 2.831389770507812e+02, 2.830773620605469e+02, 2.830907897949219e+02, 2.831088256835938e+02, 2.831130065917969e+02, 2.830980529785156e+02, 2.830732727050781e+02, 2.830433654785156e+02, 2.830098571777344e+02, 2.829725036621094e+02, 2.829272155761719e+02, 2.828660278320312e+02, 2.827679443359375e+02] +solCol.vol[9].T=[2.931499938964844e+02, 2.928354797363281e+02, 2.928954162597656e+02, 2.929483947753906e+02, 2.929755859375e+02, 2.929912719726562e+02, 2.930008544921875e+02, 2.930065002441406e+02, 2.930091857910156e+02, 2.930091857910156e+02, 2.930057983398438e+02, 2.929989013671875e+02, 2.929880676269531e+02, 2.929720458984375e+02, 2.929472045898438e+02, 2.929047546386719e+02, 2.928148803710938e+02, 2.923232727050781e+02, 2.911820068359375e+02, 2.896803588867188e+02, 2.864442749023438e+02, 2.835274658203125e+02, 2.826546325683594e+02, 2.825638427734375e+02, 2.825811462402344e+02, 2.826029052734375e+02, 2.8262255859375e+02, 2.826473083496094e+02, 2.826771240234375e+02, 2.827025451660156e+02, 2.827117614746094e+02, 2.827135314941406e+02, 2.827542114257812e+02, 2.829930725097656e+02, 2.886207275390626e+02, 2.930016784667969e+02, 2.936398315429688e+02, 2.937763061523438e+02, 2.938775939941406e+02, 2.939718627929688e+02, 2.94060302734375e+02, 2.941487121582031e+02, 2.942388305664062e+02, 2.943289794921875e+02, 2.944171142578125e+02, 2.94491943359375e+02, 2.945648193359375e+02, 2.946766967773438e+02, 2.949134521484375e+02, 2.954347534179688e+02, 2.971367492675781e+02, 3.053325805664062e+02, 3.137549438476562e+02, 3.144501953125e+02, 3.049889526367188e+02, 2.984522705078125e+02, 2.961947326660156e+02, 2.952956848144531e+02, 2.949524230957031e+02, 2.950273132324219e+02, 2.953446960449219e+02, 2.956814270019531e+02, 2.958209533691406e+02, 2.956886901855469e+02, 2.953865356445312e+02, 2.951050415039062e+02, 2.948880920410156e+02, 2.947875671386719e+02, 2.934562377929688e+02, 2.930491943359375e+02, 2.930265197753906e+02, 2.930336608886719e+02, 2.930419311523438e+02, 2.930479431152344e+02, 2.930516052246094e+02, 2.930526428222656e+02, 2.930509948730469e+02, 2.930472412109375e+02, 2.93041259765625e+02, 2.93032470703125e+02, 2.93019775390625e+02, 2.930007019042969e+02, 2.929665222167969e+02, 2.928811340332031e+02, 2.923421630859375e+02, 2.915233459472656e+02, 2.89789794921875e+02, 2.860786437988281e+02, 2.836650390625e+02, 2.831027526855469e+02, 2.830589599609375e+02, 2.830810852050781e+02, 2.830933532714844e+02, 2.830798645019531e+02, 2.830482482910156e+02, 2.830072937011719e+02, 2.829608764648438e+02, 2.82909912109375e+02, 2.828510437011719e+02, 2.827772216796875e+02, 2.826723022460938e+02] +solCol.m_flow=[0e+00, -6.346957385540009e-02, -8.896103501319885e-02, -1.07328400015831e-01, -1.213120967149734e-01, -1.318807005882263e-01, -1.394714266061783e-01, -1.443015187978745e-01, -1.464783847332001e-01, -1.460438817739487e-01, -1.429899781942368e-01, -1.372557431459427e-01, -1.287041306495667e-01, -1.170621886849403e-01, -1.017688736319542e-01, -8.150675892829895e-02, -5.190815031528473e-02, 3.674087300896655e-02, 7.311921566724777e-02, 9.567417204380035e-02, 1.12411767244339e-01, 1.251863241195679e-01, 1.347280442714691e-01, 1.413812190294266e-01, 1.453187614679337e-01, 1.466231197118759e-01, 1.453187614679337e-01, 1.413812190294266e-01, 1.347280442714691e-01, 1.251863241195679e-01, 1.12411767244339e-01, 9.567417204380035e-02, 7.311921566724777e-02, 3.674087300896645e-02, -5.190815031528488e-02, -8.150675892829885e-02, -1.017688736319542e-01, -1.170621886849403e-01, -1.287041306495667e-01, -1.372557431459427e-01, -1.429899781942368e-01, -1.460438817739487e-01, -1.464783847332001e-01, -1.443015187978745e-01, -1.394714266061783e-01, -1.318807005882263e-01, -1.213120967149734e-01, -1.07328400015831e-01, -8.896103501319885e-02, -6.346957385540009e-02, 0e+00, 6.346957385540009e-02, 8.896103501319885e-02, 1.07328400015831e-01, 1.213120967149734e-01, 1.318807005882264e-01, 1.394714266061783e-01, 1.443015187978744e-01, 1.464783847332001e-01, 1.460438817739487e-01, 1.429899781942368e-01, 1.372557431459427e-01, 1.287041306495667e-01, 1.170621886849403e-01, 1.017688736319542e-01, 8.150675892829895e-02, 5.190815031528473e-02, -3.674087300896645e-02, -7.311921566724799e-02, -9.567417204380019e-02, -1.124117672443389e-01, -1.251863241195679e-01, -1.347280442714691e-01, -1.413812190294266e-01, -1.453187614679337e-01, -1.466231197118759e-01, -1.453187614679337e-01, -1.413812190294266e-01, -1.347280442714691e-01, -1.251863241195679e-01, -1.12411767244339e-01, -9.567417204380035e-02, -7.311921566724777e-02, -3.674087300896645e-02, 5.190815031528473e-02, 8.150675892829895e-02, 1.017688736319542e-01, 1.170621886849403e-01, 1.287041306495667e-01, 1.372557431459427e-01, 1.429899781942368e-01, 1.460438817739487e-01, 1.464783847332001e-01, 1.443015187978745e-01, 1.394714266061783e-01, 1.318807005882263e-01, 1.213120967149734e-01, 1.07328400015831e-01, 8.896103501319885e-02, 6.346957385540009e-02, 0e+00] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlate.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlate.txt new file mode 100644 index 0000000000..9ec1f263cb --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlate.txt @@ -0,0 +1,13 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1", + "number of continuous time states": "11", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[3].T=[2.931499938964844e+02, 2.891102600097656e+02, 2.884538879394531e+02, 2.893965148925781e+02, 2.898733825683594e+02, 2.901473083496094e+02, 2.903169555664062e+02, 2.904189758300781e+02, 2.90469970703125e+02, 2.904755249023438e+02, 2.904246215820312e+02, 2.903148803710938e+02, 2.90143310546875e+02, 2.898971252441406e+02, 2.895363464355469e+02, 2.889744567871094e+02, 2.880029296875e+02, 2.85595458984375e+02, 2.82505126953125e+02, 2.824441223144531e+02, 2.824905700683594e+02, 2.825167846679688e+02, 2.825434265136719e+02, 2.82568359375e+02, 2.825906982421875e+02, 2.826091003417969e+02, 2.826310729980469e+02, 2.826646423339844e+02, 2.826968078613281e+02, 2.827118835449219e+02, 2.826817932128906e+02, 2.825971069335938e+02, 2.825627746582031e+02, 2.829825439453125e+02, 2.844946594238281e+02, 2.911341857910156e+02, 2.961236267089844e+02, 2.980927734375e+02, 2.997640686035156e+02, 3.013136901855469e+02, 3.027696838378906e+02, 3.041744384765625e+02, 3.055735168457031e+02, 3.069718322753906e+02, 3.08351318359375e+02, 3.097089233398438e+02, 3.111600952148438e+02, 3.128454284667969e+02, 3.155790405273438e+02, 3.201928100585938e+02, 3.293605651855469e+02, 3.157010498046875e+02, 2.982619934082031e+02, 2.953868713378906e+02, 2.939735107421875e+02, 2.931030883789062e+02, 2.925270080566406e+02, 2.921731872558594e+02, 2.920763244628906e+02, 2.92122802734375e+02, 2.922814025878906e+02, 2.923504028320312e+02, 2.92259521484375e+02, 2.920617370605469e+02, 2.919351806640625e+02, 2.920453796386719e+02, 2.921475219726562e+02, 2.961021118164062e+02, 2.985812988281249e+02, 2.915610351562501e+02, 2.908588256835938e+02, 2.909638977050781e+02, 2.911001586914062e+02, 2.912062377929688e+02, 2.912738647460938e+02, 2.91296875e+02, 2.912719116210938e+02, 2.912109069824219e+02, 2.911139831542969e+02, 2.90974853515625e+02, 2.907818603515625e+02, 2.905129699707031e+02, 2.900893859863281e+02, 2.89295166015625e+02, 2.8630517578125e+02, 2.83263916015625e+02, 2.830968322753906e+02, 2.830425415039062e+02, 2.830259704589844e+02, 2.830465393066406e+02, 2.830789184570312e+02, 2.830994262695312e+02, 2.830874328613281e+02, 2.830526428222656e+02, 2.8300927734375e+02, 2.82959228515625e+02, 2.829035339355469e+02, 2.828379211425781e+02, 2.827482299804688e+02, 2.826001892089844e+02, 2.822166137695312e+02] +solCol.vol[6].T=[2.931499938964844e+02, 2.897311706542969e+02, 2.903849792480469e+02, 2.909283142089844e+02, 2.911973571777344e+02, 2.913576049804688e+02, 2.914574584960938e+02, 2.915169067382812e+02, 2.915452575683594e+02, 2.915449829101562e+02, 2.91508544921875e+02, 2.914347839355469e+02, 2.913201293945312e+02, 2.911532287597656e+02, 2.909002380371094e+02, 2.9048388671875e+02, 2.896756896972656e+02, 2.869833679199219e+02, 2.829461059570312e+02, 2.81835205078125e+02, 2.819037780761719e+02, 2.81947998046875e+02, 2.819937744140625e+02, 2.820388488769531e+02, 2.8208056640625e+02, 2.821161193847656e+02, 2.821557922363281e+02, 2.8221875e+02, 2.82282958984375e+02, 2.823199157714844e+02, 2.822840881347656e+02, 2.821480712890625e+02, 2.820704345703125e+02, 2.826031799316406e+02, 2.851360473632813e+02, 2.933263854980469e+02, 2.952304992675781e+02, 2.963140869140625e+02, 2.972796936035156e+02, 2.981864624023438e+02, 2.990414123535156e+02, 2.998778991699219e+02, 3.007182006835938e+02, 3.015671997070312e+02, 3.024135437011719e+02, 3.032658386230469e+02, 3.042142333984375e+02, 3.053825073242188e+02, 3.073820495605469e+02, 3.110476684570312e+02, 3.201705627441406e+02, 3.383590393066406e+02, 3.146564025878906e+02, 3.066028747558594e+02, 3.037857971191406e+02, 3.021131591796875e+02, 3.010140075683594e+02, 3.003167419433594e+02, 3.000948181152344e+02, 3.00156494140625e+02, 3.004318542480469e+02, 3.005538635253906e+02, 3.003719177246094e+02, 2.999410095214844e+02, 2.995554809570312e+02, 2.994645080566406e+02, 2.992153015136719e+02, 3.013680114746094e+02, 2.955263671874999e+02, 2.917853698730469e+02, 2.91761962890625e+02, 2.918392639160156e+02, 2.91925537109375e+02, 2.91989013671875e+02, 2.920280456542969e+02, 2.920388488769531e+02, 2.920203552246094e+02, 2.919797058105469e+02, 2.919155883789062e+02, 2.918226318359375e+02, 2.916912536621094e+02, 2.915000610351562e+02, 2.911743469238281e+02, 2.904586791992188e+02, 2.879645385742188e+02, 2.840906982421875e+02, 2.830860595703125e+02, 2.829608764648438e+02, 2.829165344238281e+02, 2.829468383789062e+02, 2.830073547363281e+02, 2.8305078125e+02, 2.8303662109375e+02, 2.829736022949219e+02, 2.828935852050781e+02, 2.828014831542969e+02, 2.827001342773438e+02, 2.825853271484375e+02, 2.824374694824219e+02, 2.822184448242188e+02, 2.817975463867188e+02] +solCol.vol[9].T=[2.931499938964844e+02, 2.921191101074219e+02, 2.924468994140625e+02, 2.925726928710938e+02, 2.926403503417969e+02, 2.926815490722656e+02, 2.92707275390625e+02, 2.92722412109375e+02, 2.927291870117188e+02, 2.9272802734375e+02, 2.927167663574219e+02, 2.92695068359375e+02, 2.926614379882812e+02, 2.926115417480469e+02, 2.925328063964844e+02, 2.923936462402344e+02, 2.920696105957031e+02, 2.89150146484375e+02, 2.8396923828125e+02, 2.814844665527344e+02, 2.813827209472656e+02, 2.814390258789062e+02, 2.814967346191406e+02, 2.815573425292969e+02, 2.81615478515625e+02, 2.816666259765625e+02, 2.817212829589844e+02, 2.818092346191406e+02, 2.81904052734375e+02, 2.819665222167969e+02, 2.819393920898438e+02, 2.817789611816406e+02, 2.81671630859375e+02, 2.822438354492188e+02, 2.914655456542969e+02, 2.934288940429688e+02, 2.937640380859375e+02, 2.940338134765625e+02, 2.942780456542969e+02, 2.945103149414062e+02, 2.947303161621094e+02, 2.949488525390625e+02, 2.951703491210938e+02, 2.953967590332031e+02, 2.956251220703125e+02, 2.958613586425781e+02, 2.961360778808594e+02, 2.964979553222656e+02, 2.971544189453125e+02, 2.985132446289062e+02, 3.044495544433594e+02, 3.367417907714844e+02, 3.328886413574219e+02, 3.172143859863281e+02, 3.127191162109375e+02, 3.102877197265625e+02, 3.087097778320312e+02, 3.076889038085938e+02, 3.073167419433594e+02, 3.073674011230469e+02, 3.077192993164062e+02, 3.07880859375e+02, 3.076147155761719e+02, 3.069457092285156e+02, 3.062326049804688e+02, 3.057802734375e+02, 3.050215759277344e+02, 2.996897277832031e+02, 2.931396789550781e+02, 2.927597351074219e+02, 2.92783203125e+02, 2.928065490722656e+02, 2.92829833984375e+02, 2.928464050292969e+02, 2.928561706542969e+02, 2.928580932617188e+02, 2.928523254394531e+02, 2.928404541015625e+02, 2.928218383789062e+02, 2.927945251464844e+02, 2.927550964355469e+02, 2.926944274902344e+02, 2.925800476074219e+02, 2.922460632324219e+02, 2.890786743164062e+02, 2.855088806152344e+02, 2.831971740722656e+02, 2.829047241210938e+02, 2.828234252929688e+02, 2.828526611328125e+02, 2.829358520507812e+02, 2.830028076171875e+02, 2.829939270019531e+02, 2.829096984863281e+02, 2.827987670898438e+02, 2.826711730957031e+02, 2.825320739746094e+02, 2.823791809082031e+02, 2.821920776367188e+02, 2.819363403320312e+02, 2.815202941894531e+02] +solCol.m_flow=[0e+00, -8.657512813806534e-02, -1.21346540749073e-01, -1.464003771543503e-01, -1.654747277498245e-01, -1.798907369375229e-01, -1.902447938919067e-01, -1.968332380056381e-01, -1.99802577495575e-01, -1.99209913611412e-01, -1.950442492961884e-01, -1.872225105762482e-01, -1.755577623844147e-01, -1.596776694059372e-01, -1.388169527053832e-01, -1.111785918474197e-01, -7.080487161874771e-02, 5.011607334017767e-02, 9.973763674497604e-02, 1.305035352706909e-01, 1.53334304690361e-01, 1.707593202590942e-01, 1.837746351957321e-01, 1.928498297929764e-01, 1.982208043336868e-01, 2.000000029802322e-01, 1.982208043336868e-01, 1.928498297929764e-01, 1.837746351957321e-01, 1.707593202590942e-01, 1.53334304690361e-01, 1.305035352706909e-01, 9.973763674497604e-02, 5.011607334017754e-02, -7.080487161874792e-02, -1.111785918474196e-01, -1.388169527053833e-01, -1.596776694059372e-01, -1.755577623844147e-01, -1.872225105762482e-01, -1.950442492961884e-01, -1.99209913611412e-01, -1.99802577495575e-01, -1.968332380056381e-01, -1.902447938919067e-01, -1.798907369375229e-01, -1.654747277498245e-01, -1.464003771543503e-01, -1.21346540749073e-01, -8.657512813806534e-02, 0e+00, 8.657512813806534e-02, 1.21346540749073e-01, 1.464003771543503e-01, 1.654747277498245e-01, 1.79890736937523e-01, 1.902447938919068e-01, 1.968332380056381e-01, 1.99802577495575e-01, 1.99209913611412e-01, 1.950442492961884e-01, 1.872225105762482e-01, 1.755577623844147e-01, 1.596776694059372e-01, 1.388169527053833e-01, 1.111785918474197e-01, 7.080487161874771e-02, -5.011607334017754e-02, -9.973763674497634e-02, -1.305035352706907e-01, -1.533343046903609e-01, -1.707593202590942e-01, -1.837746351957321e-01, -1.928498297929764e-01, -1.982208043336868e-01, -2.000000029802322e-01, -1.982208043336868e-01, -1.928498297929764e-01, -1.837746351957321e-01, -1.707593202590942e-01, -1.53334304690361e-01, -1.305035352706909e-01, -9.973763674497604e-02, -5.011607334017754e-02, 7.080487161874771e-02, 1.111785918474197e-01, 1.388169527053833e-01, 1.596776694059372e-01, 1.755577623844147e-01, 1.872225105762482e-01, 1.950442492961884e-01, 1.99209913611412e-01, 1.99802577495575e-01, 1.968332380056381e-01, 1.902447938919067e-01, 1.798907369375229e-01, 1.654747277498245e-01, 1.464003771543503e-01, 1.21346540749073e-01, 8.657512813806534e-02, 0e+00] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateShaCoeTrue.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateShaCoeTrue.txt new file mode 100644 index 0000000000..837b7363bd --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateShaCoeTrue.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-16 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "1", + "number of continuous time states": "11", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[3].T=[2.931499938964844e+02, 2.829190673828125e+02, 2.829169921875e+02, 2.829169921875e+02, 2.829169921875e+02, 2.829169921875e+02, 2.829169921875e+02, 2.829169921875e+02, 2.829169921875e+02, 2.82915771484375e+02, 2.829081726074219e+02, 2.828962097167969e+02, 2.82883056640625e+02, 2.828716430664062e+02, 2.828604431152344e+02, 2.828485717773438e+02, 2.828360900878906e+02, 2.828224487304688e+02, 2.827946166992188e+02, 2.8275439453125e+02, 2.827135620117188e+02, 2.826838073730469e+02, 2.826697082519531e+02, 2.826665344238281e+02, 2.826715393066406e+02, 2.826820983886719e+02, 2.827038879394531e+02, 2.82742431640625e+02, 2.827852783203125e+02, 2.82830322265625e+02, 2.828556213378906e+02, 2.828858032226562e+02, 2.830331420898438e+02, 2.835578308105469e+02, 2.843702392578125e+02, 2.852636413574219e+02, 2.860782470703125e+02, 2.868698425292969e+02, 2.876397094726562e+02, 2.883733520507812e+02, 2.889691772460938e+02, 2.893927917480469e+02, 2.897167358398438e+02, 2.899216003417969e+02, 2.899913330078125e+02, 2.899319458007812e+02, 2.897849731445312e+02, 2.895523681640625e+02, 2.893864440917969e+02, 2.892232055664062e+02, 2.890447692871094e+02, 2.888531494140625e+02, 2.886507568359375e+02, 2.8843994140625e+02, 2.882211608886719e+02, 2.879925231933594e+02, 2.87751953125e+02, 2.875019836425781e+02, 2.872354125976562e+02, 2.869378356933594e+02, 2.866788330078125e+02, 2.863751831054688e+02, 2.860542907714844e+02, 2.85716796875e+02, 2.854138793945312e+02, 2.851099243164062e+02, 2.846488952636719e+02, 2.841090393066406e+02, 2.836094665527344e+02, 2.833414001464844e+02, 2.832745971679688e+02, 2.8324169921875e+02, 2.832382507324219e+02, 2.832412414550781e+02, 2.832446594238281e+02, 2.832426147460938e+02, 2.832335510253906e+02, 2.83222900390625e+02, 2.832121276855469e+02, 2.832025451660156e+02, 2.831968994140625e+02, 2.831978759765625e+02, 2.832011413574219e+02, 2.832018737792969e+02, 2.831920776367188e+02, 2.831585083007812e+02, 2.831136779785156e+02, 2.830740356445312e+02, 2.830559692382812e+02, 2.83067138671875e+02, 2.830907287597656e+02, 2.831065979003906e+02, 2.830954284667969e+02, 2.830660705566406e+02, 2.830321044921875e+02, 2.829975891113281e+02, 2.82966552734375e+02, 2.829400024414062e+02, 2.829163818359375e+02, 2.828956909179688e+02, 2.828778686523438e+02] +solCol.vol[6].T=[2.931499938964844e+02, 2.827965698242188e+02, 2.827033996582031e+02, 2.82703369140625e+02, 2.82703369140625e+02, 2.82703369140625e+02, 2.82703369140625e+02, 2.82703369140625e+02, 2.82703369140625e+02, 2.827016906738281e+02, 2.826885070800781e+02, 2.826662292480469e+02, 2.826410522460938e+02, 2.826187133789062e+02, 2.825973815917969e+02, 2.825747680664062e+02, 2.825509643554688e+02, 2.825254211425781e+02, 2.824759826660156e+02, 2.82400634765625e+02, 2.823215942382812e+02, 2.822614135742188e+02, 2.822314758300781e+02, 2.822232666015625e+02, 2.822313842773438e+02, 2.822506103515625e+02, 2.822887573242188e+02, 2.823599243164062e+02, 2.824420471191406e+02, 2.825282592773438e+02, 2.825820007324219e+02, 2.826336975097656e+02, 2.8287353515625e+02, 2.837955017089844e+02, 2.853109436035156e+02, 2.870122680664062e+02, 2.885971069335938e+02, 2.901133422851562e+02, 2.91595947265625e+02, 2.930107421875e+02, 2.942012023925781e+02, 2.950331726074219e+02, 2.956769104003906e+02, 2.960958862304688e+02, 2.962590637207031e+02, 2.961698608398438e+02, 2.959032287597656e+02, 2.954584655761719e+02, 2.951377563476562e+02, 2.948266296386719e+02, 2.944876708984375e+02, 2.941229858398438e+02, 2.937371520996094e+02, 2.933346862792969e+02, 2.929171447753906e+02, 2.92481201171875e+02, 2.920225830078125e+02, 2.91544921875e+02, 2.910394592285156e+02, 2.904740600585938e+02, 2.899768371582031e+02, 2.893971252441406e+02, 2.887857666015625e+02, 2.881376647949219e+02, 2.875521240234375e+02, 2.869769592285156e+02, 2.861307373046875e+02, 2.851026000976562e+02, 2.841271362304688e+02, 2.835408630371094e+02, 2.834011535644531e+02, 2.833292846679688e+02, 2.833192138671875e+02, 2.833240661621094e+02, 2.833309326171875e+02, 2.833285827636719e+02, 2.83312255859375e+02, 2.832920532226562e+02, 2.832713317871094e+02, 2.832525939941406e+02, 2.832405090332031e+02, 2.832412414550781e+02, 2.832473754882812e+02, 2.832496643066406e+02, 2.832344970703125e+02, 2.831746826171875e+02, 2.830899963378906e+02, 2.830116577148438e+02, 2.829712829589844e+02, 2.829872741699219e+02, 2.830313415527344e+02, 2.830649108886719e+02, 2.830502014160156e+02, 2.829957580566406e+02, 2.829313354492188e+02, 2.828650207519531e+02, 2.828044738769531e+02, 2.827528686523438e+02, 2.827070007324219e+02, 2.826667175292969e+02, 2.826319274902344e+02] +solCol.vol[9].T=[2.931499938964844e+02, 2.833214416503906e+02, 2.825078430175781e+02, 2.825075378417969e+02, 2.825075378417969e+02, 2.825075378417969e+02, 2.825075378417969e+02, 2.825075378417969e+02, 2.825075378417969e+02, 2.825057067871094e+02, 2.824887390136719e+02, 2.824577941894531e+02, 2.824217224121094e+02, 2.823889770507812e+02, 2.823583984375e+02, 2.823260803222656e+02, 2.822920227050781e+02, 2.822556762695312e+02, 2.821896667480469e+02, 2.820842590332031e+02, 2.819700927734375e+02, 2.818795776367188e+02, 2.818321838378906e+02, 2.818172912597656e+02, 2.818266906738281e+02, 2.818529052734375e+02, 2.819034118652344e+02, 2.820015258789062e+02, 2.821190795898438e+02, 2.822420043945312e+02, 2.823268432617188e+02, 2.823958129882812e+02, 2.826941223144531e+02, 2.839038391113281e+02, 2.860125427246094e+02, 2.884410095214844e+02, 2.907528991699219e+02, 2.9293359375e+02, 2.950750122070312e+02, 2.971212158203125e+02, 2.988910827636719e+02, 3.001241149902344e+02, 3.010809326171875e+02, 3.01719482421875e+02, 3.019949645996094e+02, 3.019028015136719e+02, 3.015424194335938e+02, 3.009094848632812e+02, 3.004422607421875e+02, 2.999956359863281e+02, 2.995125122070312e+02, 2.989916687011719e+02, 2.984396362304688e+02, 2.978630676269531e+02, 2.972648620605469e+02, 2.966408081054688e+02, 2.959846496582031e+02, 2.952998962402344e+02, 2.945791320800781e+02, 2.937742309570312e+02, 2.930555114746094e+02, 2.922264404296875e+02, 2.913523864746094e+02, 2.904229736328125e+02, 2.895706481933594e+02, 2.887468566894531e+02, 2.875825805664062e+02, 2.861184997558594e+02, 2.846963195800781e+02, 2.837630004882812e+02, 2.835296325683594e+02, 2.834149780273438e+02, 2.833938293457031e+02, 2.833993225097656e+02, 2.834093933105469e+02, 2.83407958984375e+02, 2.833861999511719e+02, 2.833575134277344e+02, 2.833276672363281e+02, 2.833003234863281e+02, 2.832814331054688e+02, 2.832807006835938e+02, 2.832891235351562e+02, 2.832934265136719e+02, 2.832756042480469e+02, 2.83196533203125e+02, 2.830770568847656e+02, 2.829619445800781e+02, 2.828965148925781e+02, 2.829113464355469e+02, 2.829722290039062e+02, 2.8302392578125e+02, 2.8301171875e+02, 2.829371643066406e+02, 2.828455810546875e+02, 2.827501220703125e+02, 2.826618041992188e+02, 2.825863647460938e+02, 2.825195007324219e+02, 2.824607238769531e+02, 2.824098510742188e+02] +shaCoe.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, 2.149382047355175e-02, 5.720663070678711e-02, 9.291943907737732e-02, 1.286322474479675e-01, 1.643450558185577e-01, 2.000578641891479e-01, 2.357706725597382e-01, 2.714834809303284e-01, 3.071962893009186e-01, 3.429090976715088e-01, 3.78621906042099e-01, 4.143347144126892e-01, 4.500475227832794e-01, 4.857603311538696e-01, 5.214731693267822e-01, 5.571859478950504e-01, 5.92898786067963e-01, 6.286115646362301e-01, 6.643244028091431e-01, 7.000371813774109e-01, 7.357500195503235e-01, 7.714627981185913e-01, 8.071756362915039e-01, 8.428884148597717e-01, 8.786012530326843e-01, 9.143140316009521e-01, 9.500268697738647e-01, 9.857396483421326e-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] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateTotalArea.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateTotalArea.txt new file mode 100644 index 0000000000..be63ae4c3f --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateTotalArea.txt @@ -0,0 +1,19 @@ +last-generated=2021-09-17 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "1", + "number of continuous time states": "40", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[3].T=[2.931499938964844e+02, 2.8454736328125e+02, 2.827239990234375e+02, 2.826392211914062e+02, 2.826366271972656e+02, 2.826365661621094e+02, 2.826365661621094e+02, 2.826365661621094e+02, 2.826365661621094e+02, 2.8263525390625e+02, 2.826228637695312e+02, 2.825991516113281e+02, 2.825706787109375e+02, 2.825442810058594e+02, 2.825196838378906e+02, 2.824939575195312e+02, 2.824668884277344e+02, 2.824380187988281e+02, 2.823876647949219e+02, 2.823062438964844e+02, 2.82215576171875e+02, 2.821413879394531e+02, 2.821002807617188e+02, 2.820859985351562e+02, 2.820917053222656e+02, 2.821114196777344e+02, 2.821498718261719e+02, 2.822247314453125e+02, 2.823171081542969e+02, 2.823984680175781e+02, 2.82440185546875e+02, 2.824825134277344e+02, 2.826216735839844e+02, 2.83189208984375e+02, 2.843714294433594e+02, 2.859120788574219e+02, 2.875111694335938e+02, 2.890916442871094e+02, 2.906833801269531e+02, 2.922496948242188e+02, 2.93749755859375e+02, 2.95163330078125e+02, 2.964698791503906e+02, 2.976087646484375e+02, 2.985136108398438e+02, 2.991293640136719e+02, 2.994717102050781e+02, 2.995347900390625e+02, 2.996781616210938e+02, 2.998967590332031e+02, 3.001021118164062e+02, 3.002734985351562e+02, 3.004116821289062e+02, 3.005181884765625e+02, 3.005914306640625e+02, 3.0062255859375e+02, 3.005990600585938e+02, 3.005463562011719e+02, 3.006229858398438e+02, 3.007391967773438e+02, 3.008255920410156e+02, 3.005256958007812e+02, 2.996531677246094e+02, 2.982382202148438e+02, 2.965338134765625e+02, 2.946693725585938e+02, 2.920402221679688e+02, 2.887164611816406e+02, 2.856423645019531e+02, 2.838442077636719e+02, 2.834773864746094e+02, 2.83370361328125e+02, 2.833464050292969e+02, 2.833488159179688e+02, 2.833565673828125e+02, 2.833563232421875e+02, 2.833404541015625e+02, 2.833179931640625e+02, 2.832942199707031e+02, 2.832721557617188e+02, 2.832564086914062e+02, 2.832544555664062e+02, 2.832605590820312e+02, 2.832643432617188e+02, 2.832518005371094e+02, 2.831932983398438e+02, 2.831006774902344e+02, 2.830082397460938e+02, 2.829521484375e+02, 2.829579772949219e+02, 2.830033569335938e+02, 2.830454711914062e+02, 2.830406494140625e+02, 2.829855041503906e+02, 2.829136047363281e+02, 2.828375854492188e+02, 2.827664489746094e+02, 2.827051696777344e+02, 2.82651123046875e+02, 2.826035461425781e+02, 2.825622863769531e+02] +solCol.vol[6].T=[2.931499938964844e+02, 2.885192260742188e+02, 2.83408447265625e+02, 2.823173522949219e+02, 2.822226867675781e+02, 2.82217529296875e+02, 2.8221728515625e+02, 2.8221728515625e+02, 2.8221728515625e+02, 2.822158813476562e+02, 2.821998901367188e+02, 2.821630554199219e+02, 2.821139831542969e+02, 2.820647583007812e+02, 2.820193176269531e+02, 2.819731750488281e+02, 2.819247436523438e+02, 2.818734436035156e+02, 2.8179541015625e+02, 2.816643981933594e+02, 2.815045166015625e+02, 2.813598022460938e+02, 2.812665100097656e+02, 2.812251892089844e+02, 2.812240295410156e+02, 2.812518005371094e+02, 2.813096618652344e+02, 2.814255065917969e+02, 2.815838623046875e+02, 2.81738525390625e+02, 2.818372497558594e+02, 2.819109191894531e+02, 2.821041259765625e+02, 2.828753662109375e+02, 2.846809387207031e+02, 2.872754211425781e+02, 2.901529235839844e+02, 2.930254516601562e+02, 2.95914306640625e+02, 2.987740173339844e+02, 3.015390319824219e+02, 3.041556701660156e+02, 3.065933227539062e+02, 3.087604370117188e+02, 3.105412292480469e+02, 3.118265075683594e+02, 3.126046752929688e+02, 3.128616027832031e+02, 3.130904541015625e+02, 3.134479064941406e+02, 3.138279724121094e+02, 3.141582946777344e+02, 3.144285278320312e+02, 3.146403198242188e+02, 3.147929077148438e+02, 3.148741760253906e+02, 3.1486328125e+02, 3.147788391113281e+02, 3.148459777832031e+02, 3.150394287109375e+02, 3.152256774902344e+02, 3.149004821777344e+02, 3.136462707519531e+02, 3.113827209472656e+02, 3.08451171875e+02, 3.051625366210938e+02, 3.008511657714844e+02, 2.951747131347656e+02, 2.894296874999999e+02, 2.853925476074219e+02, 2.839813232421875e+02, 2.836163024902344e+02, 2.835215759277344e+02, 2.835101318359375e+02, 2.835210571289062e+02, 2.835254211425781e+02, 2.835051879882812e+02, 2.834681091308594e+02, 2.834257202148438e+02, 2.833846130371094e+02, 2.8335205078125e+02, 2.833407287597656e+02, 2.833474426269531e+02, 2.833558349609375e+02, 2.833432922363281e+02, 2.832633666992188e+02, 2.831137390136719e+02, 2.829450988769531e+02, 2.82821533203125e+02, 2.827970581054688e+02, 2.828577880859375e+02, 2.829369506835938e+02, 2.829559020996094e+02, 2.828827209472656e+02, 2.827620544433594e+02, 2.826263122558594e+02, 2.82494140625e+02, 2.823773498535156e+02, 2.822749633789062e+02, 2.821847534179688e+02, 2.821061706542969e+02] +solCol.vol[9].T=[2.931499938964844e+02, 2.899133911132812e+02, 2.85535888671875e+02, 2.826214904785156e+02, 2.819584655761719e+02, 2.818811950683594e+02, 2.81875244140625e+02, 2.818749084472656e+02, 2.818748779296875e+02, 2.818735046386719e+02, 2.818568420410156e+02, 2.81814697265625e+02, 2.817529602050781e+02, 2.81686279296875e+02, 2.816227416992188e+02, 2.815597534179688e+02, 2.814944152832031e+02, 2.814254150390625e+02, 2.813283386230469e+02, 2.811694946289062e+02, 2.809638061523438e+02, 2.807618408203125e+02, 2.806151733398438e+02, 2.8053759765625e+02, 2.805192565917969e+02, 2.805450134277344e+02, 2.806119995117188e+02, 2.807483520507812e+02, 2.809468078613281e+02, 2.811576232910156e+02, 2.813128051757812e+02, 2.814254760742188e+02, 2.816478881835938e+02, 2.824909057617188e+02, 2.845615539550781e+02, 2.877763671875e+02, 2.915727844238281e+02, 2.954901733398438e+02, 2.994339294433594e+02, 3.033529968261719e+02, 3.071682434082031e+02, 3.108031311035156e+02, 3.142065124511719e+02, 3.17274169921875e+02, 3.198594970703125e+02, 3.218117980957031e+02, 3.230802917480469e+02, 3.236373596191406e+02, 3.239888610839844e+02, 3.244320678710938e+02, 3.249369506835938e+02, 3.254057312011719e+02, 3.257990417480469e+02, 3.261122741699219e+02, 3.263447265625e+02, 3.264841003417969e+02, 3.265054626464844e+02, 3.264203796386719e+02, 3.264624633789062e+02, 3.266732177734375e+02, 3.26927490234375e+02, 3.266632385253906e+02, 3.253050842285156e+02, 3.226158447265625e+02, 3.188947448730469e+02, 3.145566101074219e+02, 3.090403137207031e+02, 3.018206787109375e+02, 2.940561828613281e+02, 2.879259643554688e+02, 2.849766540527344e+02, 2.83977294921875e+02, 2.837079467773438e+02, 2.836505126953125e+02, 2.8365380859375e+02, 2.836611328125e+02, 2.83642578125e+02, 2.835991516113281e+02, 2.835438537597656e+02, 2.834874267578125e+02, 2.834397583007812e+02, 2.834163208007812e+02, 2.834180297851562e+02, 2.834280395507812e+02, 2.834183349609375e+02, 2.833340148925781e+02, 2.831577453613281e+02, 2.82937255859375e+02, 2.827530212402344e+02, 2.826820068359375e+02, 2.82729736328125e+02, 2.828274230957031e+02, 2.828741149902344e+02, 2.828099670410156e+02, 2.826663818359375e+02, 2.8248828125e+02, 2.823069458007812e+02, 2.821416320800781e+02, 2.819957580566406e+02, 2.81867431640625e+02, 2.817552490234375e+02] +solCol1.vol[9].T=[2.931499938964844e+02, 2.838938903808594e+02, 2.826271667480469e+02, 2.826260986328125e+02, 2.826260986328125e+02, 2.826260986328125e+02, 2.826260986328125e+02, 2.826260986328125e+02, 2.826260986328125e+02, 2.826247253417969e+02, 2.82611328125e+02, 2.825863647460938e+02, 2.825570373535156e+02, 2.825302124023438e+02, 2.825052490234375e+02, 2.824789123535156e+02, 2.824512023925781e+02, 2.824216613769531e+02, 2.823689270019531e+02, 2.822837524414062e+02, 2.821906127929688e+02, 2.82115966796875e+02, 2.820762329101562e+02, 2.820633850097656e+02, 2.820704650878906e+02, 2.820914916992188e+02, 2.821317749023438e+02, 2.822107238769531e+02, 2.823061218261719e+02, 2.823884582519531e+02, 2.824282531738281e+02, 2.824712524414062e+02, 2.826187744140625e+02, 2.832254333496094e+02, 2.844732055664062e+02, 2.860679626464844e+02, 2.877030639648438e+02, 2.893142700195312e+02, 2.90939453125e+02, 2.925361328125e+02, 2.940625610351562e+02, 2.954993591308594e+02, 2.968258666992188e+02, 2.97977294921875e+02, 2.988856811523438e+02, 2.994952087402344e+02, 2.998267517089844e+02, 2.998715515136719e+02, 3.000244750976562e+02, 3.002528991699219e+02, 3.004613342285156e+02, 3.006339721679688e+02, 3.007728576660156e+02, 3.008794860839844e+02, 3.009521179199219e+02, 3.00981201171875e+02, 3.009537353515625e+02, 3.008970031738281e+02, 3.009847717285156e+02, 3.0110595703125e+02, 3.011937866210938e+02, 3.008621826171875e+02, 2.999342956542969e+02, 2.984543151855469e+02, 2.966972961425781e+02, 2.9478662109375e+02, 2.920533447265625e+02, 2.886140441894531e+02, 2.854924926757812e+02, 2.837374267578125e+02, 2.834642639160156e+02, 2.833681030273438e+02, 2.833490295410156e+02, 2.833530883789062e+02, 2.83361328125e+02, 2.833605651855469e+02, 2.8334326171875e+02, 2.833199768066406e+02, 2.832956237792969e+02, 2.832732238769531e+02, 2.832575073242188e+02, 2.832564697265625e+02, 2.832632446289062e+02, 2.832669372558594e+02, 2.832532348632812e+02, 2.831903991699219e+02, 2.830936279296875e+02, 2.829992980957031e+02, 2.829443664550781e+02, 2.829544677734375e+02, 2.830033874511719e+02, 2.830462036132812e+02, 2.830382385253906e+02, 2.829785461425781e+02, 2.829041442871094e+02, 2.828262939453125e+02, 2.827540283203125e+02, 2.826921691894531e+02, 2.826374816894531e+02, 2.825893249511719e+02, 2.825476379394531e+02] +solCol1.vol[18].T=[2.931499938964844e+02, 2.896304321289062e+02, 2.827652893066406e+02, 2.822021484375e+02, 2.822002258300781e+02, 2.822002258300781e+02, 2.822002258300781e+02, 2.822002258300781e+02, 2.822002258300781e+02, 2.821988220214844e+02, 2.821823425292969e+02, 2.821436767578125e+02, 2.820927429199219e+02, 2.820422668457031e+02, 2.819962768554688e+02, 2.819493713378906e+02, 2.818999328613281e+02, 2.818475952148438e+02, 2.817680358886719e+02, 2.816320495605469e+02, 2.814666137695312e+02, 2.813187255859375e+02, 2.812256774902344e+02, 2.811866149902344e+02, 2.811877746582031e+02, 2.812178039550781e+02, 2.812777709960938e+02, 2.8139794921875e+02, 2.815625305175781e+02, 2.817212219238281e+02, 2.818203735351562e+02, 2.818912353515625e+02, 2.820889282226562e+02, 2.828837585449219e+02, 2.847696533203125e+02, 2.874655456542969e+02, 2.904255981445312e+02, 2.9335009765625e+02, 2.962926940917969e+02, 2.992047729492188e+02, 3.0201806640625e+02, 3.04675537109375e+02, 3.07150390625e+02, 3.093466796875e+02, 3.111441040039062e+02, 3.12430419921875e+02, 3.131960144042969e+02, 3.134304504394531e+02, 3.136454772949219e+02, 3.1401708984375e+02, 3.144098205566406e+02, 3.147442016601562e+02, 3.150162658691406e+02, 3.152289428710938e+02, 3.153814697265625e+02, 3.154611511230469e+02, 3.15446044921875e+02, 3.153543701171875e+02, 3.154222412109375e+02, 3.156323852539062e+02, 3.158248901367188e+02, 3.154863586425781e+02, 3.141712036132812e+02, 3.11811767578125e+02, 3.087793273925781e+02, 3.05407958984375e+02, 3.010050048828125e+02, 2.951380310058594e+02, 2.892361450195312e+02, 2.85157958984375e+02, 2.838655090332031e+02, 2.835987243652344e+02, 2.835201416015625e+02, 2.835151672363281e+02, 2.835282592773438e+02, 2.835330200195312e+02, 2.835114440917969e+02, 2.834723205566406e+02, 2.834286804199219e+02, 2.8338671875e+02, 2.83353759765625e+02, 2.833429565429688e+02, 2.8335107421875e+02, 2.833602294921875e+02, 2.8334716796875e+02, 2.832638854980469e+02, 2.831069946289062e+02, 2.829325866699219e+02, 2.828072204589844e+02, 2.827862243652344e+02, 2.828538513183594e+02, 2.829375610351562e+02, 2.829559936523438e+02, 2.828763427734375e+02, 2.827495727539062e+02, 2.826100158691406e+02, 2.824751892089844e+02, 2.823568725585938e+02, 2.822534790039062e+02, 2.821622619628906e+02, 2.820827941894531e+02] +solCol1.vol[27].T=[2.931499938964844e+02, 2.900621337890625e+02, 2.861652221679688e+02, 2.821167907714844e+02, 2.81855712890625e+02, 2.818540344238281e+02, 2.818540344238281e+02, 2.818540344238281e+02, 2.818540344238281e+02, 2.818526306152344e+02, 2.818359069824219e+02, 2.817926330566406e+02, 2.817286071777344e+02, 2.816598510742188e+02, 2.815950927734375e+02, 2.815313720703125e+02, 2.814649963378906e+02, 2.813947448730469e+02, 2.812963562011719e+02, 2.811345825195312e+02, 2.809223022460938e+02, 2.807142944335938e+02, 2.805648803710938e+02, 2.804884948730469e+02, 2.80472900390625e+02, 2.805014953613281e+02, 2.805711669921875e+02, 2.807105712890625e+02, 2.809153137207031e+02, 2.81133056640625e+02, 2.812920227050781e+02, 2.814036865234375e+02, 2.816246643066406e+02, 2.824779357910156e+02, 2.845960083007812e+02, 2.879205932617188e+02, 2.918341064453125e+02, 2.958416748046875e+02, 2.9984814453125e+02, 3.038334045410156e+02, 3.077111511230469e+02, 3.114026489257812e+02, 3.148545227050781e+02, 3.179654541015625e+02, 3.205823059082031e+02, 3.225498352050781e+02, 3.238144836425781e+02, 3.243537292480469e+02, 3.246747131347656e+02, 3.251154479980469e+02, 3.256377258300781e+02, 3.261182556152344e+02, 3.265157470703125e+02, 3.268309326171875e+02, 3.270641479492188e+02, 3.272030029296875e+02, 3.272215881347656e+02, 3.271303100585938e+02, 3.271642761230469e+02, 3.273838195800781e+02, 3.276543273925781e+02, 3.273954162597656e+02, 3.260025634765625e+02, 3.232259216308594e+02, 3.193838806152344e+02, 3.149295654296875e+02, 3.093140563964844e+02, 3.019467163085938e+02, 2.939518432617187e+02, 2.876685180664063e+02, 2.84720703125e+02, 2.83880126953125e+02, 2.836912841796875e+02, 2.836511535644531e+02, 2.836607360839844e+02, 2.836701354980469e+02, 2.836515197753906e+02, 2.836060485839844e+02, 2.835485534667969e+02, 2.8349072265625e+02, 2.834421997070312e+02, 2.834184875488281e+02, 2.834212341308594e+02, 2.834328002929688e+02, 2.834236145019531e+02, 2.833379516601562e+02, 2.831559448242188e+02, 2.829268798828125e+02, 2.827368774414062e+02, 2.826653747558594e+02, 2.827189331054688e+02, 2.828244018554688e+02, 2.82875e+02, 2.828081359863281e+02, 2.8265625e+02, 2.824716796875e+02, 2.822861022949219e+02, 2.821178894042969e+02, 2.819704284667969e+02, 2.818407897949219e+02, 2.817274475097656e+02] +solCol.m_flow=[3.885820135474205e-02, 3.885820135474205e-02] +solCol.m_flow_nominal=[3.885820135474205e-02, 3.885820135474205e-02] +solCol1.m_flow=[3.885820135474205e-02, 3.885820135474205e-02] +solCol1.m_flow_nominal=[3.885820135474205e-02, 3.885820135474205e-02] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateWithTank.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateWithTank.txt new file mode 100644 index 0000000000..10944bb9a5 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_FlatPlateWithTank.txt @@ -0,0 +1,13 @@ +last-generated=2022-11-08 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "27", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[9].T=[2.931499938964844e+02, 2.900629272460938e+02, 2.877203979492188e+02, 2.859428100585938e+02, 2.845939331054688e+02, 2.835704040527344e+02, 2.827937316894531e+02, 2.822043762207031e+02, 2.817571411132812e+02, 2.814163513183594e+02, 2.8114208984375e+02, 2.809026794433594e+02, 2.806832885742188e+02, 2.804817199707031e+02, 2.802967529296875e+02, 2.801225891113281e+02, 2.79954833984375e+02, 2.797897644042969e+02, 2.796004638671875e+02, 2.793493041992188e+02, 2.79038330078125e+02, 2.787031860351562e+02, 2.783942565917969e+02, 2.781409301757812e+02, 2.779561157226562e+02, 2.778418273925781e+02, 2.778038330078125e+02, 2.778733520507812e+02, 2.780486755371094e+02, 2.782908935546875e+02, 2.785687866210938e+02, 2.78858642578125e+02, 2.792615051269531e+02, 2.805138854980469e+02, 2.835814208984375e+02, 2.882759399414062e+02, 2.940949401855469e+02, 3.004354248046875e+02, 3.060648803710938e+02, 3.110046081542969e+02, 3.154242553710938e+02, 3.194291076660156e+02, 3.230775146484375e+02, 3.263189392089844e+02, 3.290465698242188e+02, 3.311254577636719e+02, 3.325139465332031e+02, 3.331651000976562e+02, 3.337565002441406e+02, 3.345018920898438e+02, 3.353103637695312e+02, 3.361017456054688e+02, 3.368486022949219e+02, 3.375422058105469e+02, 3.381776428222656e+02, 3.387407836914062e+02, 3.3920849609375e+02, 3.396051025390625e+02, 3.402178344726562e+02, 3.410386962890625e+02, 3.419458312988281e+02, 3.422506408691406e+02, 3.413891906738281e+02, 3.391668090820312e+02, 3.3592578125e+02, 3.319978942871094e+02, 3.265749816894531e+02, 3.191446533203125e+02, 3.125486755371093e+02, 3.063607177734376e+02, 3.011817321777344e+02, 2.971195983886719e+02, 2.9400732421875e+02, 2.916497192382812e+02, 2.898714599609375e+02, 2.885225830078125e+02, 2.874781188964844e+02, 2.866558227539062e+02, 2.860004272460938e+02, 2.85473876953125e+02, 2.85052978515625e+02, 2.847308044433594e+02, 2.844947509765625e+02, 2.843211975097656e+02, 2.841745910644531e+02, 2.839880065917969e+02, 2.837235107421875e+02, 2.833993835449219e+02, 2.830771179199219e+02, 2.82839111328125e+02, 2.827196044921875e+02, 2.826866760253906e+02, 2.826582946777344e+02, 2.825627746582031e+02, 2.82395263671875e+02, 2.82167724609375e+02, 2.819009704589844e+02, 2.816179504394531e+02, 2.813319702148438e+02, 2.810522766113281e+02, 2.807857055664062e+02] +tan.vol[1].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.931500244140625e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931500549316406e+02, 2.931500549316406e+02, 2.931500549316406e+02, 2.931500549316406e+02, 2.931500854492188e+02, 2.931500854492188e+02, 2.931500854492188e+02, 2.931500854492188e+02, 2.931500854492188e+02, 2.931501159667969e+02, 2.931501159667969e+02, 2.931501159667969e+02, 2.931501159667969e+02, 2.931501159667969e+02, 2.93150146484375e+02, 2.93150146484375e+02, 2.931501159667969e+02, 2.931500244140625e+02, 2.931499328613281e+02, 2.931620483398438e+02, 2.93262939453125e+02, 2.934447326660156e+02, 2.936917724609375e+02, 2.939987182617188e+02, 2.943608093261719e+02, 2.947727355957031e+02, 2.952274780273438e+02, 2.957154541015625e+02, 2.962251892089844e+02, 2.967441101074219e+02, 2.972650146484375e+02, 2.977891540527344e+02, 2.983185424804688e+02, 2.988533935546875e+02, 2.993930969238281e+02, 2.999367370605469e+02, 3.004832763671875e+02, 3.010315551757812e+02, 3.015801086425781e+02, 3.021272277832031e+02, 3.026738891601562e+02, 3.032244567871094e+02, 3.037817077636719e+02, 3.043416442871094e+02, 3.048887023925781e+02, 3.054004516601562e+02, 3.058567199707031e+02, 3.062453002929688e+02, 3.065537414550781e+02, 3.067567138671875e+02, 3.068155822753906e+02, 3.068081970214844e+02, 3.068006591796875e+02, 3.067930297851562e+02, 3.067853698730469e+02, 3.067776489257812e+02, 3.067698974609375e+02, 3.067620544433594e+02, 3.067542114257812e+02, 3.067462768554688e+02, 3.067383117675781e+02, 3.067303161621094e+02, 3.067222290039062e+02, 3.06714111328125e+02, 3.067059631347656e+02, 3.0669775390625e+02, 3.066895141601562e+02, 3.066812133789062e+02, 3.066728515625e+02, 3.066644592285156e+02, 3.06656005859375e+02, 3.066475219726562e+02, 3.066390075683594e+02, 3.066304321289062e+02, 3.066217956542969e+02, 3.066131286621094e+02, 3.066044311523438e+02, 3.065956726074219e+02, 3.065868530273438e+02, 3.065780334472656e+02, 3.065691528320312e+02, 3.065602111816406e+02, 3.065512390136719e+02] +TIn.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, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.839380187988281e+02, 2.884224243164062e+02, 2.937932739257812e+02, 2.977874145507812e+02, 3.010062561035156e+02, 3.036961059570312e+02, 3.060345764160156e+02, 3.081170043945312e+02, 3.099974060058594e+02, 3.116703186035156e+02, 3.131018676757812e+02, 3.142438049316406e+02, 3.150852966308594e+02, 3.156084594726562e+02, 3.161047058105469e+02, 3.166689147949219e+02, 3.172629089355469e+02, 3.178521118164062e+02, 3.184245910644531e+02, 3.189764404296875e+02, 3.195054321289062e+02, 3.2000537109375e+02, 3.204661865234375e+02, 3.20896728515625e+02, 3.214170227050781e+02, 3.220265502929688e+02, 3.226753845214844e+02, 3.230802001953125e+02, 3.229997253417969e+02, 3.22328857421875e+02, 3.211746215820312e+02, 3.196449279785156e+02, 3.173287963867188e+02, 3.138272705078125e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02, 3.109995727539062e+02] +pumCon.on=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Tubular.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Tubular.txt new file mode 100644 index 0000000000..e430a2fdc4 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Examples_Tubular.txt @@ -0,0 +1,13 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "0, 1", + "number of continuous time states": "11", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[3].T=[2.931499938964844e+02, 2.920088806152344e+02, 2.92182861328125e+02, 2.924005126953125e+02, 2.925002746582031e+02, 2.925581359863281e+02, 2.9259375e+02, 2.926148071289062e+02, 2.926249084472656e+02, 2.926251220703125e+02, 2.926129760742188e+02, 2.925880432128906e+02, 2.925487976074219e+02, 2.924910583496094e+02, 2.924026184082031e+02, 2.922551879882812e+02, 2.919652099609375e+02, 2.907052612304688e+02, 2.8315966796875e+02, 2.830168762207031e+02, 2.830265808105469e+02, 2.830322875976562e+02, 2.830377807617188e+02, 2.830426635742188e+02, 2.830469360351562e+02, 2.830503540039062e+02, 2.830544738769531e+02, 2.830606079101562e+02, 2.830662841796875e+02, 2.830684814453125e+02, 2.830641479492188e+02, 2.831161193847656e+02, 2.834823913574219e+02, 2.8521435546875e+02, 2.929432067871094e+02, 3.014486083984375e+02, 3.008585510253906e+02, 3.007143249511719e+02, 3.009627075195312e+02, 3.01292724609375e+02, 3.015572204589844e+02, 3.019124450683594e+02, 3.023508911132812e+02, 3.028241577148438e+02, 3.033485717773438e+02, 3.039853820800781e+02, 3.048351745605469e+02, 3.059741821289062e+02, 3.0802294921875e+02, 3.118640441894531e+02, 3.222732849121094e+02, 3.012987060546875e+02, 2.908944396972656e+02, 2.894187316894531e+02, 2.886600646972656e+02, 2.882054748535156e+02, 2.879208984375e+02, 2.877617492675781e+02, 2.877290344238281e+02, 2.877780151367188e+02, 2.879083557128906e+02, 2.880123596191406e+02, 2.880680541992188e+02, 2.881121826171875e+02, 2.882509460449219e+02, 2.885856018066406e+02, 2.889941711425781e+02, 2.94483642578125e+02, 2.985304565429686e+02, 2.928427429199219e+02, 2.926859130859375e+02, 2.927153930664062e+02, 2.927463073730469e+02, 2.927687377929688e+02, 2.927824401855469e+02, 2.927865295410156e+02, 2.927805480957031e+02, 2.927669677734375e+02, 2.927451782226562e+02, 2.927132263183594e+02, 2.926674499511719e+02, 2.925998229980469e+02, 2.924830627441406e+02, 2.922239990234375e+02, 2.877989196777344e+02, 2.831725769042969e+02, 2.831389465332031e+02, 2.831294250488281e+02, 2.83126953125e+02, 2.831311340332031e+02, 2.831371459960938e+02, 2.831407470703125e+02, 2.8313818359375e+02, 2.831316528320312e+02, 2.831235046386719e+02, 2.831140747070312e+02, 2.831033935546875e+02, 2.830904541015625e+02, 2.83072021484375e+02, 2.830390625e+02, 2.829216613769531e+02] +solCol.vol[6].T=[2.931499938964844e+02, 2.923529357910156e+02, 2.926210632324219e+02, 2.927261962890625e+02, 2.927793579101562e+02, 2.9281103515625e+02, 2.928306579589844e+02, 2.928421936035156e+02, 2.928475646972656e+02, 2.928471374511719e+02, 2.928394165039062e+02, 2.928241271972656e+02, 2.9280029296875e+02, 2.927649536132812e+02, 2.92709716796875e+02, 2.926142272949219e+02, 2.924083557128906e+02, 2.914356994628906e+02, 2.847609558105469e+02, 2.828863220214844e+02, 2.829043884277344e+02, 2.829158935546875e+02, 2.829266967773438e+02, 2.829364624023438e+02, 2.829450073242188e+02, 2.829519348144531e+02, 2.82959716796875e+02, 2.829717102050781e+02, 2.829832458496094e+02, 2.829886169433594e+02, 2.829809265136719e+02, 2.830578002929688e+02, 2.836240234375e+02, 2.861157836914062e+02, 2.940184631347657e+02, 2.9813134765625e+02, 2.975642700195312e+02, 2.975279235839844e+02, 2.97678955078125e+02, 2.978633728027344e+02, 2.980133972167969e+02, 2.982225952148438e+02, 2.984781188964844e+02, 2.987532653808594e+02, 2.990621643066406e+02, 2.994431457519531e+02, 2.999588928222656e+02, 3.006700439453125e+02, 3.019818115234375e+02, 3.046037902832031e+02, 3.136876831054688e+02, 3.289588012695312e+02, 2.995312805175781e+02, 2.958051147460938e+02, 2.941827392578125e+02, 2.932346801757812e+02, 2.926460571289062e+02, 2.923088989257812e+02, 2.922259216308594e+02, 2.923109436035156e+02, 2.925604858398438e+02, 2.927671203613281e+02, 2.928795166015625e+02, 2.929510498046875e+02, 2.931801147460938e+02, 2.937446899414062e+02, 2.943931579589844e+02, 2.99556396484375e+02, 2.949174194335937e+02, 2.928854064941406e+02, 2.928835754394531e+02, 2.929010009765625e+02, 2.929185791015625e+02, 2.929310913085938e+02, 2.929385681152344e+02, 2.929403991699219e+02, 2.929364929199219e+02, 2.929281921386719e+02, 2.929150085449219e+02, 2.928955993652344e+02, 2.928675842285156e+02, 2.928250732421875e+02, 2.927476806640625e+02, 2.9255029296875e+02, 2.912494506835938e+02, 2.836165161132812e+02, 2.831319885253906e+02, 2.831109008789062e+02, 2.831042785644531e+02, 2.83111572265625e+02, 2.831235046386719e+02, 2.8313134765625e+02, 2.831275024414062e+02, 2.831148986816406e+02, 2.830990905761719e+02, 2.830807189941406e+02, 2.830600891113281e+02, 2.8303564453125e+02, 2.83001953125e+02, 2.829462585449219e+02, 2.828022155761719e+02] +solCol.vol[9].T=[2.931499938964844e+02, 2.929591674804688e+02, 2.930217895507812e+02, 2.93044921875e+02, 2.930574340820312e+02, 2.930650329589844e+02, 2.930697631835938e+02, 2.930725402832031e+02, 2.930737609863281e+02, 2.930735168457031e+02, 2.930713806152344e+02, 2.930672912597656e+02, 2.930609436035156e+02, 2.930514526367188e+02, 2.930362854003906e+02, 2.930088195800781e+02, 2.929409484863281e+02, 2.920398254394531e+02, 2.878099670410156e+02, 2.828258666992188e+02, 2.82783203125e+02, 2.828008422851562e+02, 2.828168334960938e+02, 2.828313903808594e+02, 2.828442077636719e+02, 2.828547058105469e+02, 2.828658447265625e+02, 2.828833312988281e+02, 2.829007873535156e+02, 2.829100646972656e+02, 2.829009704589844e+02, 2.829870910644531e+02, 2.836661682128906e+02, 2.865374145507812e+02, 2.94290283203125e+02, 2.943890380859375e+02, 2.94260498046875e+02, 2.942592163085938e+02, 2.942986755371094e+02, 2.9434326171875e+02, 2.943810424804688e+02, 2.944348754882812e+02, 2.945e+02, 2.94570068359375e+02, 2.946497802734375e+02, 2.947497253417969e+02, 2.948870849609375e+02, 2.950824584960938e+02, 2.95453857421875e+02, 2.962640991210938e+02, 3.017011413574219e+02, 3.364602966308594e+02, 3.112506103515625e+02, 3.0236865234375e+02, 2.997322082519531e+02, 2.982437438964844e+02, 2.973292846679688e+02, 2.967965698242188e+02, 2.966446838378906e+02, 2.967525939941406e+02, 2.971092834472656e+02, 2.974153747558594e+02, 2.975869750976562e+02, 2.976769409179688e+02, 2.9795751953125e+02, 2.986647033691406e+02, 2.994804077148438e+02, 2.98376953125e+02, 2.933226623535156e+02, 2.930783996582031e+02, 2.930830993652344e+02, 2.930876159667969e+02, 2.930919494628906e+02, 2.930950012207031e+02, 2.930967712402344e+02, 2.930971069335938e+02, 2.930960083007812e+02, 2.930937805175781e+02, 2.930903015136719e+02, 2.930851440429688e+02, 2.930776062011719e+02, 2.930658264160156e+02, 2.930428466796875e+02, 2.92968017578125e+02, 2.918729858398438e+02, 2.855220642089844e+02, 2.831377563476562e+02, 2.830947875976562e+02, 2.830823059082031e+02, 2.830914306640625e+02, 2.831090698242188e+02, 2.831216430664062e+02, 2.831177368164062e+02, 2.830996704101562e+02, 2.830766296386719e+02, 2.830498352050781e+02, 2.830198364257812e+02, 2.829849853515625e+02, 2.829384765625e+02, 2.828659362792969e+02, 2.827080078125e+02] +solCol.m_flow=[0e+00, -9.511709213256836e-02, -1.333192437887192e-01, -1.608450263738632e-01, -1.818013489246368e-01, -1.976397335529327e-01, -2.090153694152832e-01, -2.162538766860962e-01, -2.195161730051041e-01, -2.188650369644165e-01, -2.142883688211441e-01, -2.056948840618134e-01, -1.92879244685173e-01, -1.754323393106461e-01, -1.525133848190307e-01, -1.221480742096901e-01, -7.779085636138916e-02, 5.273890495300311e-02, 1.095782816410065e-01, 1.433797180652618e-01, 1.684630960226059e-01, 1.876073479652405e-01, 2.01906830072403e-01, 2.118774354457855e-01, 2.177783399820328e-01, 2.197330743074417e-01, 2.177783399820328e-01, 2.118774354457855e-01, 2.019068300724029e-01, 1.876073479652405e-01, 1.684630960226059e-01, 1.433797180652618e-01, 1.095782816410065e-01, 5.273890495300293e-02, -7.779085636138938e-02, -1.221480742096899e-01, -1.525133848190308e-01, -1.754323393106461e-01, -1.92879244685173e-01, -2.056948840618134e-01, -2.142883688211441e-01, -2.188650369644165e-01, -2.195161730051041e-01, -2.162538766860962e-01, -2.090153694152832e-01, -1.976397335529327e-01, -1.818013489246368e-01, -1.608450263738632e-01, -1.333192437887192e-01, -9.511709213256836e-02, 0e+00, 9.511709213256836e-02, 1.333192437887192e-01, 1.608450263738632e-01, 1.818013489246368e-01, 1.976397335529329e-01, 2.090153694152833e-01, 2.162538766860961e-01, 2.195161730051041e-01, 2.188650369644165e-01, 2.142883688211441e-01, 2.056948840618134e-01, 1.92879244685173e-01, 1.754323393106461e-01, 1.525133848190308e-01, 1.221480742096901e-01, 7.779085636138916e-02, -5.273890495300293e-02, -1.095782816410068e-01, -1.433797180652616e-01, -1.684630960226057e-01, -1.876073479652405e-01, -2.01906830072403e-01, -2.118774354457855e-01, -2.177783399820328e-01, -2.197330743074417e-01, -2.177783399820328e-01, -2.118774354457855e-01, -2.01906830072403e-01, -1.876073479652405e-01, -1.684630960226059e-01, -1.433797180652618e-01, -1.095782816410065e-01, -5.273890495300293e-02, 7.779085636138916e-02, 1.221480742096901e-01, 1.525133848190308e-01, 1.754323393106461e-01, 1.92879244685173e-01, 2.056948840618134e-01, 2.142883688211441e-01, 2.188650369644165e-01, 2.195161730051041e-01, 2.162538766860962e-01, 2.090153694152832e-01, 1.976397335529327e-01, 1.818013489246368e-01, 1.608450263738632e-01, 1.333192437887192e-01, 9.511709213256836e-02, 0e+00] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975NPanels.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975NPanels.txt new file mode 100644 index 0000000000..cc58283089 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975NPanels.txt @@ -0,0 +1,17 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "60", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[30].T=[2.931499938964844e+02, 3.0251220703125e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025128479003906e+02, 3.025105895996094e+02, 3.025066528320312e+02, 3.025022277832031e+02, 3.024982299804688e+02, 3.024944763183594e+02, 3.02490478515625e+02, 3.024862976074219e+02, 3.02481689453125e+02, 3.024732055664062e+02, 3.024598693847656e+02, 3.024458618164062e+02, 3.0243505859375e+02, 3.024297180175781e+02, 3.024281921386719e+02, 3.024295654296875e+02, 3.024329833984375e+02, 3.024395446777344e+02, 3.024521179199219e+02, 3.024674072265625e+02, 3.024868469238281e+02, 3.025126342773438e+02, 3.025498962402344e+02, 3.026391296386719e+02, 3.028994445800781e+02, 3.033290405273438e+02, 3.038344116210938e+02, 3.042882690429688e+02, 3.047104797363281e+02, 3.051236572265625e+02, 3.055094909667969e+02, 3.058533020019531e+02, 3.061604919433594e+02, 3.064244384765625e+02, 3.066259765625e+02, 3.067463989257812e+02, 3.06738525390625e+02, 3.066142578125e+02, 3.064541320800781e+02, 3.06369140625e+02, 3.063771057128906e+02, 3.063852844238281e+02, 3.063870544433594e+02, 3.063817138671875e+02, 3.06368408203125e+02, 3.063463134765625e+02, 3.063135070800781e+02, 3.062678527832031e+02, 3.062264404296875e+02, 3.062638244628906e+02, 3.06322998046875e+02, 3.063414611816406e+02, 3.062369384765625e+02, 3.059556884765625e+02, 3.055438537597656e+02, 3.050752563476562e+02, 3.045976867675781e+02, 3.039964904785156e+02, 3.033583374023438e+02, 3.028717651367188e+02, 3.026631469726562e+02, 3.026365661621094e+02, 3.026235961914062e+02, 3.02621826171875e+02, 3.026226501464844e+02, 3.026238098144531e+02, 3.026234436035156e+02, 3.026206665039062e+02, 3.026171264648438e+02, 3.026134643554688e+02, 3.026101684570312e+02, 3.026079711914062e+02, 3.026080627441406e+02, 3.026091613769531e+02, 3.026095886230469e+02, 3.026070251464844e+02, 3.025966186523438e+02, 3.025816955566406e+02, 3.025677795410156e+02, 3.025604553222656e+02, 3.025631408691406e+02, 3.025709228515625e+02, 3.025769653320312e+02, 3.025746154785156e+02, 3.025650024414062e+02, 3.025536193847656e+02, 3.025419616699219e+02, 3.0253125e+02, 3.025220336914062e+02, 3.02513916015625e+02, 3.025067749023438e+02, 3.025006103515625e+02] +solCol1.vol[30].T=[2.931499938964844e+02, 3.0251220703125e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025131530761719e+02, 3.025128479003906e+02, 3.025105895996094e+02, 3.025066528320312e+02, 3.025022277832031e+02, 3.024982299804688e+02, 3.024944763183594e+02, 3.02490478515625e+02, 3.024862976074219e+02, 3.02481689453125e+02, 3.024732055664062e+02, 3.024598693847656e+02, 3.024458618164062e+02, 3.0243505859375e+02, 3.024297180175781e+02, 3.024281921386719e+02, 3.024295654296875e+02, 3.024329833984375e+02, 3.024395446777344e+02, 3.024521179199219e+02, 3.024674072265625e+02, 3.024868469238281e+02, 3.025126342773438e+02, 3.025498962402344e+02, 3.026391296386719e+02, 3.028994445800781e+02, 3.033290405273438e+02, 3.038344116210938e+02, 3.042882690429688e+02, 3.047104797363281e+02, 3.051236572265625e+02, 3.055094909667969e+02, 3.058533020019531e+02, 3.061604919433594e+02, 3.064244384765625e+02, 3.066259765625e+02, 3.067463989257812e+02, 3.06738525390625e+02, 3.066142578125e+02, 3.064541320800781e+02, 3.06369140625e+02, 3.063771057128906e+02, 3.063852844238281e+02, 3.063870544433594e+02, 3.063817138671875e+02, 3.06368408203125e+02, 3.063463134765625e+02, 3.063135070800781e+02, 3.062678527832031e+02, 3.062264404296875e+02, 3.062638244628906e+02, 3.06322998046875e+02, 3.063414611816406e+02, 3.062369384765625e+02, 3.059556884765625e+02, 3.055438537597656e+02, 3.050752563476562e+02, 3.045976867675781e+02, 3.039964904785156e+02, 3.033583374023438e+02, 3.028717651367188e+02, 3.026631469726562e+02, 3.026365661621094e+02, 3.026235961914062e+02, 3.02621826171875e+02, 3.026226501464844e+02, 3.026238098144531e+02, 3.026234436035156e+02, 3.026206665039062e+02, 3.026171264648438e+02, 3.026134643554688e+02, 3.026101684570312e+02, 3.026079711914062e+02, 3.026080627441406e+02, 3.026091613769531e+02, 3.026095886230469e+02, 3.026070251464844e+02, 3.025966186523438e+02, 3.025816955566406e+02, 3.025677795410156e+02, 3.025604553222656e+02, 3.025631408691406e+02, 3.025709228515625e+02, 3.025769653320312e+02, 3.025746154785156e+02, 3.025650024414062e+02, 3.025536193847656e+02, 3.025419616699219e+02, 3.0253125e+02, 3.025220336914062e+02, 3.02513916015625e+02, 3.025067749023438e+02, 3.025006103515625e+02] +solCol.solGai.QSol_flow[30]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.542231231927907e-02, 1.809130758047104e-01, 5.869793295860291e-01, 1.413020372390747e+00, 3.437551975250244e+00, 8.126140594482422e+00, 1.478004360198978e+01, 2.190846824645993e+01, 2.791201972961426e+01, 3.382021713256836e+01, 3.963687515258789e+01, 4.502175903320312e+01, 4.97648811340332e+01, 5.403868103027344e+01, 5.762250900268555e+01, 6.023355865478516e+01, 6.154208755493164e+01, 6.077288055419922e+01, 5.861251068115234e+01, 5.631954574584961e+01, 5.552330017089844e+01, 5.564657592773438e+01, 5.56817741394043e+01, 5.562056350708008e+01, 5.545060348510742e+01, 5.516199493408203e+01, 5.473817825317383e+01, 5.415058135986327e+01, 5.337772369384765e+01, 5.297975158691406e+01, 5.370461654663086e+01, 5.438265991210938e+01, 5.400918960571289e+01, 5.142648696899414e+01, 4.633139419555664e+01, 3.976626205444336e+01, 3.272301483154297e+01, 2.550659561157227e+01, 1.620410537719727e+01, 7.334147930145264e+00, 1.452803611755342e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +solCol1.solGai.QSol_flow[30]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.542231380939519e-01, 1.809130787849426e+00, 5.86979341506958e+00, 1.413020420074463e+01, 3.437552261352539e+01, 8.126140594482422e+01, 1.478004302978519e+02, 2.190846862792966e+02, 2.791202087402344e+02, 3.382021789550781e+02, 3.963687438964844e+02, 4.502175903320312e+02, 4.976488037109375e+02, 5.403868408203125e+02, 5.7622509765625e+02, 6.023355712890625e+02, 6.154208984375e+02, 6.077288208007812e+02, 5.861251220703125e+02, 5.631954345703125e+02, 5.552330322265625e+02, 5.564657592773438e+02, 5.568177490234375e+02, 5.562056274414062e+02, 5.545060424804688e+02, 5.516199340820312e+02, 5.473817749023438e+02, 5.415057983398436e+02, 5.337772216796874e+02, 5.297974853515625e+02, 5.37046142578125e+02, 5.438265991210938e+02, 5.400918579101562e+02, 5.14264892578125e+02, 4.6331396484375e+02, 3.9766259765625e+02, 3.272301635742188e+02, 2.550659637451172e+02, 1.620410614013672e+02, 7.334148406982422e+01, 1.452803611755342e+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] +solCol.heaLos.QLos_flow[30]=[-5.224682807922363e+00, -9.081544876098633e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.081930160522461e+00, -9.091261863708496e+00, -9.132574081420898e+00, -9.19254207611084e+00, -9.255580902099609e+00, -9.309403419494629e+00, -9.364101409912109e+00, -9.421960830688477e+00, -9.482728004455566e+00, -9.55283260345459e+00, -9.701337814331055e+00, -9.900716781616211e+00, -1.009407520294189e+01, -1.022504234313965e+01, -1.028377437591553e+01, -1.029182243347168e+01, -1.026222133636475e+01, -1.020799827575684e+01, -1.008697509765625e+01, -9.892511367797852e+00, -9.688817977905273e+00, -9.542008399963379e+00, -9.556733131408691e+00, -9.750170707702637e+00, -9.991451263427734e+00, -1.017952919006348e+01, -1.020082855224609e+01, -1.01052827835083e+01, -9.946209907531738e+00, -9.833132743835449e+00, -9.847710609436035e+00, -9.876552581787109e+00, -9.900118827819824e+00, -9.932307243347168e+00, -9.979992866516113e+00, -1.001531791687012e+01, -1.00188684463501e+01, -9.966532707214355e+00, -9.858823776245117e+00, -9.732876777648926e+00, -9.638057708740234e+00, -9.581734657287598e+00, -9.525513648986816e+00, -9.466652870178223e+00, -9.404840469360352e+00, -9.339746475219727e+00, -9.271024703979492e+00, -9.201913833618164e+00, -9.135486602783203e+00, -9.072853088378906e+00, -9.038697242736816e+00, -8.951846122741699e+00, -8.671379089355469e+00, -8.267792701721191e+00, -7.838391780853271e+00, -7.500551223754883e+00, -7.232332229614258e+00, -7.032968997955322e+00, -6.850488662719727e+00, -6.725410938262939e+00, -6.817823410034181e+00, -7.098318576812741e+00, -7.39857244491577e+00, -7.52336311340332e+00, -7.531960487365723e+00, -7.515042781829834e+00, -7.500679492950439e+00, -7.51711368560791e+00, -7.56316614151001e+00, -7.615018844604492e+00, -7.666476249694824e+00, -7.711245059967041e+00, -7.733150482177734e+00, -7.724853992462158e+00, -7.709278583526611e+00, -7.709719181060791e+00, -7.772940635681152e+00, -7.949434757232666e+00, -8.167470932006836e+00, -8.348215103149414e+00, -8.411830902099609e+00, -8.341110229492188e+00, -8.225802421569824e+00, -8.163339614868164e+00, -8.240751266479492e+00, -8.387570381164551e+00, -8.553326606750488e+00, -8.718644142150879e+00, -8.864373207092285e+00, -8.990204811096191e+00, -9.101913452148438e+00, -9.199643135070801e+00, -9.283568382263184e+00] +solCol1.heaLos.QLos_flow[30]=[-5.224682998657227e+01, -9.081545257568359e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.081929779052734e+01, -9.091262054443359e+01, -9.132574462890625e+01, -9.192542266845703e+01, -9.255580902099609e+01, -9.309403228759766e+01, -9.364101409912109e+01, -9.42196044921875e+01, -9.482727813720703e+01, -9.552832794189453e+01, -9.701337432861328e+01, -9.900716400146484e+01, -1.009407501220703e+02, -1.022504272460938e+02, -1.028377456665039e+02, -1.029182281494141e+02, -1.026222152709961e+02, -1.020799789428711e+02, -1.008697509765625e+02, -9.892511749267578e+01, -9.688818359374999e+01, -9.542008972167969e+01, -9.556732940673828e+01, -9.750170135498047e+01, -9.991451263427734e+01, -1.017952880859375e+02, -1.020082931518555e+02, -1.010528335571289e+02, -9.946209716796875e+01, -9.833132171630859e+01, -9.847711181640625e+01, -9.876552581787109e+01, -9.900119018554688e+01, -9.932306671142578e+01, -9.97999267578125e+01, -1.001531753540039e+02, -1.001886825561523e+02, -9.966532897949219e+01, -9.858823394775391e+01, -9.732877349853516e+01, -9.638057708740234e+01, -9.581734466552734e+01, -9.525513458251953e+01, -9.466652679443359e+01, -9.404840087890625e+01, -9.33974609375e+01, -9.271025085449219e+01, -9.201914215087891e+01, -9.135486602783203e+01, -9.072853088378906e+01, -9.038697052001953e+01, -8.951845550537109e+01, -8.671378326416016e+01, -8.267793273925781e+01, -7.838391876220703e+01, -7.500550842285156e+01, -7.232331848144531e+01, -7.032968902587891e+01, -6.85048828125e+01, -6.725411224365234e+01, -6.817823028564455e+01, -7.09831848144531e+01, -7.398572540283202e+01, -7.523362731933594e+01, -7.531960296630859e+01, -7.515042877197266e+01, -7.500679779052734e+01, -7.5171142578125e+01, -7.563166046142578e+01, -7.615018463134766e+01, -7.666476440429688e+01, -7.711244964599609e+01, -7.733150482177734e+01, -7.724854278564453e+01, -7.709278869628906e+01, -7.709719085693359e+01, -7.772940826416016e+01, -7.949434661865234e+01, -8.167471313476562e+01, -8.348214721679688e+01, -8.411830902099609e+01, -8.341110229492188e+01, -8.225802612304688e+01, -8.163339233398438e+01, -8.240751647949219e+01, -8.387570190429688e+01, -8.553326416015625e+01, -8.718644714355469e+01, -8.864373016357422e+01, -8.990204620361328e+01, -9.101913452148438e+01, -9.199642944335938e+01, -9.283568572998047e+01] +difHeaGai.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, 3.469446951953541e-18, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.776356839400213e-15, -3.552713678800426e-15, 0e+00, 0e+00, 0e+00, 7.105427357601002e-15, 0e+00, 7.105427357601002e-15, 0e+00, -7.105427357601002e-15, 0e+00, 7.105427357601002e-15, 0e+00, 0e+00, -7.105427357601002e-15, 7.105427357601002e-15, 7.105427357601002e-15, 7.105427357601002e-15, 7.105427357601002e-15, 0e+00, 7.105427357601002e-15, 0e+00, 0e+00, 7.105427357600702e-15, 7.105427357601002e-15, 7.105427357601002e-15, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.552713678800501e-15, 3.552713678800501e-15, 8.881784197001252e-16, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +difHeaLos.y=[8.881784197001252e-16, 0e+00, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, -2.309263891220326e-14, 1.77635683940025e-15, 1.77635683940026e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, -2.309263891220301e-14, 3.552713678800501e-15, 0e+00, 1.776356839400475e-15, 2.664535259100376e-14, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 3.552713678800501e-15, 3.552713678800501e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 3.552713678800501e-15, 1.776356839400288e-15, 3.552713678800501e-15, 1.77635683940025e-15, 3.552713678800501e-15, 0e+00, 1.77635683940025e-15, 1.77635683940025e-15, 3.552713678800463e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 3.552713678800501e-15, 1.77635683940025e-15, 2.486899575160351e-14, 2.486899575160351e-14, 1.77635683940025e-15, 1.77635683940025e-15, 2.486899575160351e-14, -1.953992523340276e-14, 3.552713678800501e-15, 0e+00, 0e+00, 1.77635683940025e-15, 1.77635683940025e-15, 3.552713678800501e-15, 0e+00, 2.664535259100376e-14, -2.309263891220221e-14, 1.77635683940025e-15, 1.77635683940025e-15, 2.664535259100376e-14, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 2.664535259100376e-15, 8.881784197001252e-16, 8.881784197001252e-16, 1.77635683940025e-15, 1.77635683940025e-15, 8.881784197001252e-16, 1.776356839399241e-15, 8.881784197001627e-16, 1.776356839400213e-15, -2.220446049250313e-14, 1.77635683940025e-15, 1.77635683940025e-15, 2.486899575160351e-14, -2.131628207280301e-14, 1.77635683940025e-15, 1.77635683940025e-15, 8.881784197001252e-16, 1.77635683940025e-15, 8.881784197001252e-16, 1.77635683940025e-15, 2.664535259100376e-15, 2.575717417130363e-14, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 0e+00, 0e+00, 1.77635683940025e-15, 1.77635683940025e-15, -2.309263891220326e-14, 1.77635683940025e-15, 2.486899575160351e-14, 1.77635683940025e-15, 2.486899575160351e-14, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15, 1.77635683940025e-15] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Array.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Array.txt new file mode 100644 index 0000000000..1e0eadf5b3 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Array.txt @@ -0,0 +1,19 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "9", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.sta_b.T=[2.931499938964844e+02, 2.940811462402344e+02, 2.969840698242188e+02, 2.990849609375e+02, 3.001095275878906e+02, 3.005245056152344e+02, 3.0067529296875e+02, 3.00726318359375e+02, 3.007427368164062e+02, 3.007475891113281e+02, 3.007457885742188e+02, 3.007377014160156e+02, 3.007249450683594e+02, 3.007103576660156e+02, 3.006958312988281e+02, 3.006811218261719e+02, 3.006659851074219e+02, 3.006499633789062e+02, 3.006285095214844e+02, 3.005942687988281e+02, 3.005497741699219e+02, 3.005043334960938e+02, 3.004686889648438e+02, 3.004468688964844e+02, 3.004383239746094e+02, 3.004406127929688e+02, 3.004529113769531e+02, 3.004808654785156e+02, 3.005235595703125e+02, 3.005802612304688e+02, 3.006551818847656e+02, 3.007567749023438e+02, 3.009436645507812e+02, 3.014395446777344e+02, 3.024393920898438e+02, 3.039037780761719e+02, 3.055673828125e+02, 3.072205200195312e+02, 3.088328247070312e+02, 3.103772277832031e+02, 3.118144226074219e+02, 3.131199645996094e+02, 3.14283203125e+02, 3.152660217285156e+02, 3.160128173828125e+02, 3.164232177734375e+02, 3.16419189453125e+02, 3.160892944335938e+02, 3.156914978027344e+02, 3.154618225097656e+02, 3.153762512207031e+02, 3.153529357910156e+02, 3.153408508300781e+02, 3.153151550292969e+02, 3.152643737792969e+02, 3.151808166503906e+02, 3.150570983886719e+02, 3.149056396484375e+02, 3.148573608398438e+02, 3.149478454589844e+02, 3.150673522949219e+02, 3.150025329589844e+02, 3.145177307128906e+02, 3.135266723632812e+02, 3.1212939453125e+02, 3.10499267578125e+02, 3.08606689453125e+02, 3.06434814453125e+02, 3.043178100585938e+02, 3.027159118652344e+02, 3.018401184082031e+02, 3.014297485351562e+02, 3.012579956054688e+02, 3.011940612792969e+02, 3.011741027832031e+02, 3.011684265136719e+02, 3.011626892089844e+02, 3.011534729003906e+02, 3.011417236328125e+02, 3.01129150390625e+02, 3.011179504394531e+02, 3.011115112304688e+02, 3.011103515625e+02, 3.011115112304688e+02, 3.011092834472656e+02, 3.010927429199219e+02, 3.010569152832031e+02, 3.010102233886719e+02, 3.0096826171875e+02, 3.00947509765625e+02, 3.009515686035156e+02, 3.009684753417969e+02, 3.009785766601562e+02, 3.009679260253906e+02, 3.009403686523438e+02, 3.009031066894531e+02, 3.0086279296875e+02, 3.008243103027344e+02, 3.007894592285156e+02, 3.007584228515625e+02, 3.007311401367188e+02] +solCol1.sta_b.T=[2.931499938964844e+02, 2.940811462402344e+02, 2.969840698242188e+02, 2.990849609375e+02, 3.001095275878906e+02, 3.005245056152344e+02, 3.0067529296875e+02, 3.00726318359375e+02, 3.007427368164062e+02, 3.007475891113281e+02, 3.007457885742188e+02, 3.007377014160156e+02, 3.007249450683594e+02, 3.007103576660156e+02, 3.006958312988281e+02, 3.006811218261719e+02, 3.006659851074219e+02, 3.006499633789062e+02, 3.006285095214844e+02, 3.005942687988281e+02, 3.005497741699219e+02, 3.005043334960938e+02, 3.004686889648438e+02, 3.004468688964844e+02, 3.004383239746094e+02, 3.004406127929688e+02, 3.004529113769531e+02, 3.004808654785156e+02, 3.005235595703125e+02, 3.005802612304688e+02, 3.006551818847656e+02, 3.007567749023438e+02, 3.009436645507812e+02, 3.014395446777344e+02, 3.024393920898438e+02, 3.039037780761719e+02, 3.055673828125e+02, 3.072205200195312e+02, 3.088328247070312e+02, 3.103772277832031e+02, 3.118144226074219e+02, 3.131199645996094e+02, 3.14283203125e+02, 3.152660217285156e+02, 3.160128173828125e+02, 3.164232177734375e+02, 3.16419189453125e+02, 3.160892944335938e+02, 3.156914978027344e+02, 3.154618225097656e+02, 3.153762512207031e+02, 3.153529357910156e+02, 3.153408508300781e+02, 3.153151550292969e+02, 3.152643737792969e+02, 3.151808166503906e+02, 3.150570983886719e+02, 3.149056396484375e+02, 3.148573608398438e+02, 3.149478454589844e+02, 3.150673522949219e+02, 3.150025329589844e+02, 3.145177307128906e+02, 3.135266723632812e+02, 3.1212939453125e+02, 3.10499267578125e+02, 3.08606689453125e+02, 3.06434814453125e+02, 3.043178100585938e+02, 3.027159118652344e+02, 3.018401184082031e+02, 3.014297485351562e+02, 3.012579956054688e+02, 3.011940612792969e+02, 3.011741027832031e+02, 3.011684265136719e+02, 3.011626892089844e+02, 3.011534729003906e+02, 3.011417236328125e+02, 3.01129150390625e+02, 3.011179504394531e+02, 3.011115112304688e+02, 3.011103515625e+02, 3.011115112304688e+02, 3.011092834472656e+02, 3.010927429199219e+02, 3.010569152832031e+02, 3.010102233886719e+02, 3.0096826171875e+02, 3.00947509765625e+02, 3.009515686035156e+02, 3.009684753417969e+02, 3.009785766601562e+02, 3.009679260253906e+02, 3.009403686523438e+02, 3.009031066894531e+02, 3.0086279296875e+02, 3.008243103027344e+02, 3.007894592285156e+02, 3.007584228515625e+02, 3.007311401367188e+02] +solCol2.sta_b.T=[2.931499938964844e+02, 2.940811462402344e+02, 2.969840698242188e+02, 2.990849609375e+02, 3.001095275878906e+02, 3.005245056152344e+02, 3.0067529296875e+02, 3.00726318359375e+02, 3.007427368164062e+02, 3.007475891113281e+02, 3.007457885742188e+02, 3.007377014160156e+02, 3.007249450683594e+02, 3.007103576660156e+02, 3.006958312988281e+02, 3.006811218261719e+02, 3.006659851074219e+02, 3.006499633789062e+02, 3.006285095214844e+02, 3.005942687988281e+02, 3.005497741699219e+02, 3.005043334960938e+02, 3.004686889648438e+02, 3.004468688964844e+02, 3.004383239746094e+02, 3.004406127929688e+02, 3.004529113769531e+02, 3.004808654785156e+02, 3.005235595703125e+02, 3.005802612304688e+02, 3.006551818847656e+02, 3.007567749023438e+02, 3.009436645507812e+02, 3.014395446777344e+02, 3.024393920898438e+02, 3.039037780761719e+02, 3.055673828125e+02, 3.072205200195312e+02, 3.088328247070312e+02, 3.103772277832031e+02, 3.118144226074219e+02, 3.131199645996094e+02, 3.14283203125e+02, 3.152660217285156e+02, 3.160128173828125e+02, 3.164232177734375e+02, 3.16419189453125e+02, 3.160892944335938e+02, 3.156914978027344e+02, 3.154618225097656e+02, 3.153762512207031e+02, 3.153529357910156e+02, 3.153408508300781e+02, 3.153151550292969e+02, 3.152643737792969e+02, 3.151808166503906e+02, 3.150570983886719e+02, 3.149056396484375e+02, 3.148573608398438e+02, 3.149478454589844e+02, 3.150673522949219e+02, 3.150025329589844e+02, 3.145177307128906e+02, 3.135266723632812e+02, 3.1212939453125e+02, 3.10499267578125e+02, 3.08606689453125e+02, 3.06434814453125e+02, 3.043178100585938e+02, 3.027159118652344e+02, 3.018401184082031e+02, 3.014297485351562e+02, 3.012579956054688e+02, 3.011940612792969e+02, 3.011741027832031e+02, 3.011684265136719e+02, 3.011626892089844e+02, 3.011534729003906e+02, 3.011417236328125e+02, 3.01129150390625e+02, 3.011179504394531e+02, 3.011115112304688e+02, 3.011103515625e+02, 3.011115112304688e+02, 3.011092834472656e+02, 3.010927429199219e+02, 3.010569152832031e+02, 3.010102233886719e+02, 3.0096826171875e+02, 3.00947509765625e+02, 3.009515686035156e+02, 3.009684753417969e+02, 3.009785766601562e+02, 3.009679260253906e+02, 3.009403686523438e+02, 3.009031066894531e+02, 3.0086279296875e+02, 3.008243103027344e+02, 3.007894592285156e+02, 3.007584228515625e+02, 3.007311401367188e+02] +dT.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, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +solCol.m_flow=[1.036781966686249e-01, 1.036781966686249e-01] +solCol1.m_flow=[5.183909833431244e-02, 5.183909833431244e-02] +solCol2.m_flow=[5.183909833431244e-02, 5.183909833431244e-02] +solCol.dp=[5e+01, 5e+01] +solCol1.dp=[5e+01, 5e+01] +solCol2.dp=[5e+01, 5e+01] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Series.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Series.txt new file mode 100644 index 0000000000..a2d7e2c981 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_EN12975_Series.txt @@ -0,0 +1,12 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "12", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.sta_b.T=[2.931499938964844e+02, 2.971120300292969e+02, 3.015703735351562e+02, 3.018912658691406e+02, 3.018992919921875e+02, 3.018994140625e+02, 3.018994750976562e+02, 3.018994750976562e+02, 3.018994445800781e+02, 3.018991088867188e+02, 3.018961486816406e+02, 3.018894653320312e+02, 3.018809814453125e+02, 3.01872802734375e+02, 3.018653564453125e+02, 3.018576965332031e+02, 3.018495788574219e+02, 3.018409118652344e+02, 3.018272399902344e+02, 3.018040161132812e+02, 3.017767333984375e+02, 3.017532043457031e+02, 3.017390747070312e+02, 3.017335510253906e+02, 3.017343444824219e+02, 3.017396850585938e+02, 3.017501220703125e+02, 3.017709655761719e+02, 3.017992248535156e+02, 3.018343200683594e+02, 3.018806457519531e+02, 3.019449157714844e+02, 3.020794982910156e+02, 3.024720764160156e+02, 3.032048950195312e+02, 3.041517639160156e+02, 3.050831298828125e+02, 3.059270935058594e+02, 3.067466735839844e+02, 3.075231628417969e+02, 3.082274169921875e+02, 3.088543090820312e+02, 3.094033813476562e+02, 3.098422546386719e+02, 3.101348571777344e+02, 3.102098388671875e+02, 3.100392150878906e+02, 3.097424011230469e+02, 3.095220031738281e+02, 3.094829406738281e+02, 3.094977416992188e+02, 3.095054931640625e+02, 3.094998779296875e+02, 3.094791564941406e+02, 3.094418334960938e+02, 3.093847961425781e+02, 3.093039855957031e+02, 3.092151794433594e+02, 3.092368469238281e+02, 3.093424072265625e+02, 3.094102478027344e+02, 3.092913208007812e+02, 3.088578186035156e+02, 3.081340026855469e+02, 3.07249267578125e+02, 3.063175659179688e+02, 3.052279968261719e+02, 3.0398583984375e+02, 3.029211120605469e+02, 3.023182373046875e+02, 3.021634216308594e+02, 3.021244506835938e+02, 3.02114013671875e+02, 3.021138000488281e+02, 3.021160278320312e+02, 3.021165161132812e+02, 3.021125183105469e+02, 3.021059265136719e+02, 3.020988159179688e+02, 3.020920715332031e+02, 3.020869750976562e+02, 3.020855407714844e+02, 3.02087158203125e+02, 3.020885314941406e+02, 3.020857849121094e+02, 3.0207080078125e+02, 3.020441589355469e+02, 3.02015869140625e+02, 3.019967651367188e+02, 3.019953308105469e+02, 3.020075988769531e+02, 3.020209350585938e+02, 3.020223388671875e+02, 3.020077209472656e+02, 3.019866333007812e+02, 3.019638366699219e+02, 3.019420166015625e+02, 3.019230346679688e+02, 3.019064636230469e+02, 3.018917541503906e+02, 3.018789978027344e+02] +solCol2.sta_b.T=[2.931499938964844e+02, 2.971120300292969e+02, 3.015703735351562e+02, 3.018912658691406e+02, 3.018992919921875e+02, 3.018994140625e+02, 3.018994750976562e+02, 3.018994750976562e+02, 3.018994445800781e+02, 3.018991088867188e+02, 3.018961486816406e+02, 3.018894653320312e+02, 3.018809814453125e+02, 3.01872802734375e+02, 3.018653564453125e+02, 3.018576965332031e+02, 3.018495788574219e+02, 3.018409118652344e+02, 3.018272399902344e+02, 3.018040161132812e+02, 3.017767333984375e+02, 3.017532043457031e+02, 3.017390747070312e+02, 3.017335510253906e+02, 3.017343444824219e+02, 3.017396850585938e+02, 3.017501220703125e+02, 3.017709655761719e+02, 3.017992248535156e+02, 3.018343200683594e+02, 3.018806457519531e+02, 3.019449157714844e+02, 3.020794982910156e+02, 3.024720764160156e+02, 3.032048950195312e+02, 3.041517639160156e+02, 3.050831298828125e+02, 3.059270935058594e+02, 3.067466735839844e+02, 3.075231628417969e+02, 3.082274169921875e+02, 3.088543090820312e+02, 3.094033813476562e+02, 3.098422546386719e+02, 3.101348571777344e+02, 3.102098388671875e+02, 3.100392150878906e+02, 3.097424011230469e+02, 3.095220031738281e+02, 3.094829406738281e+02, 3.094977416992188e+02, 3.095054931640625e+02, 3.094998779296875e+02, 3.094791564941406e+02, 3.094418334960938e+02, 3.093847961425781e+02, 3.093039855957031e+02, 3.092151794433594e+02, 3.092368469238281e+02, 3.093424072265625e+02, 3.094102478027344e+02, 3.092913208007812e+02, 3.088578186035156e+02, 3.081340026855469e+02, 3.07249267578125e+02, 3.063175659179688e+02, 3.052279968261719e+02, 3.0398583984375e+02, 3.029211120605469e+02, 3.023182373046875e+02, 3.021634216308594e+02, 3.021244506835938e+02, 3.02114013671875e+02, 3.021138000488281e+02, 3.021160278320312e+02, 3.021165161132812e+02, 3.021125183105469e+02, 3.021059265136719e+02, 3.020988159179688e+02, 3.020920715332031e+02, 3.020869750976562e+02, 3.020855407714844e+02, 3.02087158203125e+02, 3.020885314941406e+02, 3.020857849121094e+02, 3.0207080078125e+02, 3.020441589355469e+02, 3.02015869140625e+02, 3.019967651367188e+02, 3.019953308105469e+02, 3.020075988769531e+02, 3.020209350585938e+02, 3.020223388671875e+02, 3.020077209472656e+02, 3.019866333007812e+02, 3.019638366699219e+02, 3.019420166015625e+02, 3.019230346679688e+02, 3.019064636230469e+02, 3.018917541503906e+02, 3.018789978027344e+02] +dT.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, 0e+00, 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/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_ExtremeAmbientConditions.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_ExtremeAmbientConditions.txt new file mode 100644 index 0000000000..72271ecc44 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_ExtremeAmbientConditions.txt @@ -0,0 +1,23 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "6", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solAsh.vol[1].T=[3.131499938964844e+02, 3.127541809082031e+02, 3.117356567382812e+02, 3.102879028320312e+02, 3.085442810058594e+02, 3.065967407226562e+02, 3.045086364746094e+02, 3.023236389160156e+02, 3.000718383789062e+02, 2.977739868164062e+02, 2.954443969726562e+02, 2.930929565429688e+02, 2.907264099121094e+02, 2.883494567871094e+02, 2.859653625488281e+02, 2.835763244628906e+02, 2.811838684082031e+02, 2.787890930175781e+02, 2.763926696777344e+02, 2.741862487792969e+02, 2.735993347167969e+02, 2.73443115234375e+02, 2.73369873046875e+02, 2.733267211914062e+02, 2.732980346679688e+02, 2.732775268554688e+02, 2.732621154785156e+02, 2.732500610351562e+02, 2.732403564453125e+02, 2.732323913574219e+02, 2.732257385253906e+02, 2.732200927734375e+02, 2.732152099609375e+02, 2.732109985351562e+02, 2.73207275390625e+02, 2.732039794921875e+02, 2.732010498046875e+02, 2.731984252929688e+02, 2.731960754394531e+02, 2.731939392089844e+02, 2.731919860839844e+02, 2.73190185546875e+02, 2.732850036621094e+02, 2.736438598632812e+02, 2.737784118652344e+02, 2.738847045898438e+02, 2.739783630371094e+02, 2.740654907226562e+02, 2.741495056152344e+02, 2.7423291015625e+02, 2.743181457519531e+02, 2.744080200195312e+02, 2.745068664550781e+02, 2.746231994628906e+02, 2.747811889648438e+02, 2.751458740234375e+02, 2.765504455566406e+02, 2.789793395996094e+02, 2.821102600097656e+02, 2.857210998535156e+02, 2.896587524414062e+02, 2.93817626953125e+02, 2.98125e+02, 3.025306701660156e+02, 3.070000610351562e+02, 3.115094299316406e+02, 3.160422668457031e+02, 3.205873107910156e+02, 3.251366882324219e+02, 3.296850585937499e+02, 3.342286987304687e+02, 3.387650451660156e+02, 3.432923583984375e+02, 3.478094482421875e+02, 3.523154296875e+02, 3.568097229003906e+02, 3.612919616699219e+02, 3.657618713378906e+02, 3.702192687988281e+02, 3.716143493652344e+02, 3.716585693359375e+02, 3.716963195800781e+02, 3.717293701171875e+02, 3.717588806152344e+02, 3.717855834960938e+02, 3.718099670410156e+02, 3.718324279785156e+02, 3.718532409667969e+02, 3.718726806640625e+02, 3.718908386230469e+02, 3.719079284667969e+02, 3.71924072265625e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02] +solAsh.vol[2].T=[3.131499938964844e+02, 3.127541809082031e+02, 3.117356567382812e+02, 3.102879028320312e+02, 3.085442810058594e+02, 3.065967407226562e+02, 3.045086364746094e+02, 3.023236389160156e+02, 3.000718383789062e+02, 2.977739868164062e+02, 2.954443969726562e+02, 2.930929565429688e+02, 2.907264099121094e+02, 2.883494567871094e+02, 2.859653625488281e+02, 2.835763244628906e+02, 2.811838684082031e+02, 2.787890930175781e+02, 2.763926696777344e+02, 2.741862487792969e+02, 2.735993347167969e+02, 2.73443115234375e+02, 2.73369873046875e+02, 2.733267211914062e+02, 2.732980346679688e+02, 2.732775268554688e+02, 2.732621154785156e+02, 2.732500610351562e+02, 2.732403564453125e+02, 2.732323913574219e+02, 2.732257385253906e+02, 2.732200927734375e+02, 2.732152099609375e+02, 2.732109985351562e+02, 2.73207275390625e+02, 2.732039794921875e+02, 2.732010498046875e+02, 2.731984252929688e+02, 2.731960754394531e+02, 2.731939392089844e+02, 2.731919860839844e+02, 2.73190185546875e+02, 2.732850036621094e+02, 2.736438598632812e+02, 2.737784118652344e+02, 2.738847045898438e+02, 2.739783630371094e+02, 2.740654907226562e+02, 2.741495056152344e+02, 2.7423291015625e+02, 2.743181457519531e+02, 2.744080200195312e+02, 2.745068664550781e+02, 2.746231994628906e+02, 2.747811889648438e+02, 2.751458740234375e+02, 2.765504455566406e+02, 2.789793395996094e+02, 2.821102600097656e+02, 2.857210998535156e+02, 2.896587524414062e+02, 2.93817626953125e+02, 2.98125e+02, 3.025306701660156e+02, 3.070000610351562e+02, 3.115094299316406e+02, 3.160422668457031e+02, 3.205873107910156e+02, 3.251366882324219e+02, 3.296850585937499e+02, 3.342286987304687e+02, 3.387650451660156e+02, 3.432923583984375e+02, 3.478094482421875e+02, 3.523154296875e+02, 3.568097229003906e+02, 3.612919616699219e+02, 3.657618713378906e+02, 3.702192687988281e+02, 3.716143493652344e+02, 3.716585693359375e+02, 3.716963195800781e+02, 3.717293701171875e+02, 3.717588806152344e+02, 3.717855834960938e+02, 3.718099670410156e+02, 3.718324279785156e+02, 3.718532409667969e+02, 3.718726806640625e+02, 3.718908386230469e+02, 3.719079284667969e+02, 3.71924072265625e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02] +solAsh.vol[3].T=[3.131499938964844e+02, 3.127541809082031e+02, 3.117356567382812e+02, 3.102879028320312e+02, 3.085442810058594e+02, 3.065967407226562e+02, 3.045086364746094e+02, 3.023236389160156e+02, 3.000718383789062e+02, 2.977739868164062e+02, 2.954443969726562e+02, 2.930929565429688e+02, 2.907264099121094e+02, 2.883494567871094e+02, 2.859653625488281e+02, 2.835763244628906e+02, 2.811838684082031e+02, 2.787890930175781e+02, 2.763926696777344e+02, 2.741862487792969e+02, 2.735993347167969e+02, 2.73443115234375e+02, 2.73369873046875e+02, 2.733267211914062e+02, 2.732980346679688e+02, 2.732775268554688e+02, 2.732621154785156e+02, 2.732500610351562e+02, 2.732403564453125e+02, 2.732323913574219e+02, 2.732257385253906e+02, 2.732200927734375e+02, 2.732152099609375e+02, 2.732109985351562e+02, 2.73207275390625e+02, 2.732039794921875e+02, 2.732010498046875e+02, 2.731984252929688e+02, 2.731960754394531e+02, 2.731939392089844e+02, 2.731919860839844e+02, 2.73190185546875e+02, 2.732850036621094e+02, 2.736438598632812e+02, 2.737784118652344e+02, 2.738847045898438e+02, 2.739783630371094e+02, 2.740654907226562e+02, 2.741495056152344e+02, 2.7423291015625e+02, 2.743181457519531e+02, 2.744080200195312e+02, 2.745068664550781e+02, 2.746231994628906e+02, 2.747811889648438e+02, 2.751458740234375e+02, 2.765504455566406e+02, 2.789793395996094e+02, 2.821102600097656e+02, 2.857210998535156e+02, 2.896587524414062e+02, 2.93817626953125e+02, 2.98125e+02, 3.025306701660156e+02, 3.070000610351562e+02, 3.115094299316406e+02, 3.160422668457031e+02, 3.205873107910156e+02, 3.251366882324219e+02, 3.296850585937499e+02, 3.342286987304687e+02, 3.387650451660156e+02, 3.432923583984375e+02, 3.478094482421875e+02, 3.523154296875e+02, 3.568097229003906e+02, 3.612919616699219e+02, 3.657618713378906e+02, 3.702192687988281e+02, 3.716143493652344e+02, 3.716585693359375e+02, 3.716963195800781e+02, 3.717293701171875e+02, 3.717588806152344e+02, 3.717855834960938e+02, 3.718099670410156e+02, 3.718324279785156e+02, 3.718532409667969e+02, 3.718726806640625e+02, 3.718908386230469e+02, 3.719079284667969e+02, 3.71924072265625e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02, 3.719345092773438e+02] +solEn.vol[1].T=[3.131499938964844e+02, 3.130892944335938e+02, 3.129111633300781e+02, 3.126212158203125e+02, 3.122249755859375e+02, 3.117276000976562e+02, 3.11134033203125e+02, 3.104490051269531e+02, 3.096770629882812e+02, 3.088224487304688e+02, 3.078893127441406e+02, 3.068815002441406e+02, 3.058027954101562e+02, 3.046567077636719e+02, 3.034465942382812e+02, 3.021756896972656e+02, 3.008470458984375e+02, 2.994635620117188e+02, 2.980279846191406e+02, 2.965429992675781e+02, 2.950110473632812e+02, 2.934345092773438e+02, 2.91815673828125e+02, 2.901566772460938e+02, 2.884595947265625e+02, 2.86726318359375e+02, 2.849586791992188e+02, 2.831585083007812e+02, 2.81327392578125e+02, 2.794669494628906e+02, 2.775786437988281e+02, 2.756639709472656e+02, 2.740606079101562e+02, 2.73642822265625e+02, 2.735050048828125e+02, 2.734348754882812e+02, 2.733913269042969e+02, 2.733611450195312e+02, 2.733387451171875e+02, 2.733212890625e+02, 2.733072204589844e+02, 2.732955932617188e+02, 2.732988891601562e+02, 2.734612426757812e+02, 2.736780700683594e+02, 2.738225708007812e+02, 2.739250183105469e+02, 2.740129699707031e+02, 2.740949096679688e+02, 2.741742553710938e+02, 2.742532958984375e+02, 2.74333984375e+02, 2.744186706542969e+02, 2.74510498046875e+02, 2.746147155761719e+02, 2.747417907714844e+02, 2.749173889160156e+02, 2.752149353027344e+02, 2.757184143066406e+02, 2.764269409179688e+02, 2.7732958984375e+02, 2.784158325195312e+02, 2.796758117675781e+02, 2.811001281738281e+02, 2.826797790527344e+02, 2.844063110351562e+02, 2.862716064453125e+02, 2.882680358886719e+02, 2.903882446289062e+02, 2.926252746582031e+02, 2.949725646972656e+02, 2.974237976074219e+02, 2.999729614257812e+02, 3.026143798828125e+02, 3.053426513671875e+02, 3.08152587890625e+02, 3.110392761230469e+02, 3.139980773925781e+02, 3.170245056152344e+02, 3.201143798828125e+02, 3.232636108398438e+02, 3.264684448242188e+02, 3.297251892089844e+02, 3.330303955078125e+02, 3.363807678222656e+02, 3.397731628417969e+02, 3.432046508789062e+02, 3.466723327636719e+02, 3.50173583984375e+02, 3.53705810546875e+02, 3.572666320800781e+02, 3.608536987304688e+02, 3.644520568847656e+02, 3.678971557617188e+02, 3.71147705078125e+02, 3.71885498046875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02] +solEn.vol[2].T=[3.131499938964844e+02, 3.130892944335938e+02, 3.129111633300781e+02, 3.126212158203125e+02, 3.122249755859375e+02, 3.117276000976562e+02, 3.11134033203125e+02, 3.104490051269531e+02, 3.096770629882812e+02, 3.088224487304688e+02, 3.078893127441406e+02, 3.068815002441406e+02, 3.058027954101562e+02, 3.046567077636719e+02, 3.034465942382812e+02, 3.021756896972656e+02, 3.008470458984375e+02, 2.994635620117188e+02, 2.980279846191406e+02, 2.965429992675781e+02, 2.950110473632812e+02, 2.934345092773438e+02, 2.91815673828125e+02, 2.901566772460938e+02, 2.884595947265625e+02, 2.86726318359375e+02, 2.849586791992188e+02, 2.831585083007812e+02, 2.81327392578125e+02, 2.794669494628906e+02, 2.775786437988281e+02, 2.756639709472656e+02, 2.740606079101562e+02, 2.73642822265625e+02, 2.735050048828125e+02, 2.734348754882812e+02, 2.733913269042969e+02, 2.733611450195312e+02, 2.733387451171875e+02, 2.733212890625e+02, 2.733072204589844e+02, 2.732955932617188e+02, 2.732988891601562e+02, 2.734612426757812e+02, 2.736780700683594e+02, 2.738225708007812e+02, 2.739250183105469e+02, 2.740129699707031e+02, 2.740949096679688e+02, 2.741742553710938e+02, 2.742532958984375e+02, 2.74333984375e+02, 2.744186706542969e+02, 2.74510498046875e+02, 2.746147155761719e+02, 2.747417907714844e+02, 2.749173889160156e+02, 2.752149353027344e+02, 2.757184143066406e+02, 2.764269409179688e+02, 2.7732958984375e+02, 2.784158325195312e+02, 2.796758117675781e+02, 2.811001281738281e+02, 2.826797790527344e+02, 2.844063110351562e+02, 2.862716064453125e+02, 2.882680358886719e+02, 2.903882446289062e+02, 2.926252746582031e+02, 2.949725646972656e+02, 2.974237976074219e+02, 2.999729614257812e+02, 3.026143798828125e+02, 3.053426513671875e+02, 3.08152587890625e+02, 3.110392761230469e+02, 3.139980773925781e+02, 3.170245056152344e+02, 3.201143798828125e+02, 3.232636108398438e+02, 3.264684448242188e+02, 3.297251892089844e+02, 3.330303955078125e+02, 3.363807678222656e+02, 3.397731628417969e+02, 3.432046508789062e+02, 3.466723327636719e+02, 3.50173583984375e+02, 3.53705810546875e+02, 3.572666320800781e+02, 3.608536987304688e+02, 3.644520568847656e+02, 3.678971557617188e+02, 3.71147705078125e+02, 3.71885498046875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02] +solEn.vol[3].T=[3.131499938964844e+02, 3.130892944335938e+02, 3.129111633300781e+02, 3.126212158203125e+02, 3.122249755859375e+02, 3.117276000976562e+02, 3.11134033203125e+02, 3.104490051269531e+02, 3.096770629882812e+02, 3.088224487304688e+02, 3.078893127441406e+02, 3.068815002441406e+02, 3.058027954101562e+02, 3.046567077636719e+02, 3.034465942382812e+02, 3.021756896972656e+02, 3.008470458984375e+02, 2.994635620117188e+02, 2.980279846191406e+02, 2.965429992675781e+02, 2.950110473632812e+02, 2.934345092773438e+02, 2.91815673828125e+02, 2.901566772460938e+02, 2.884595947265625e+02, 2.86726318359375e+02, 2.849586791992188e+02, 2.831585083007812e+02, 2.81327392578125e+02, 2.794669494628906e+02, 2.775786437988281e+02, 2.756639709472656e+02, 2.740606079101562e+02, 2.73642822265625e+02, 2.735050048828125e+02, 2.734348754882812e+02, 2.733913269042969e+02, 2.733611450195312e+02, 2.733387451171875e+02, 2.733212890625e+02, 2.733072204589844e+02, 2.732955932617188e+02, 2.732988891601562e+02, 2.734612426757812e+02, 2.736780700683594e+02, 2.738225708007812e+02, 2.739250183105469e+02, 2.740129699707031e+02, 2.740949096679688e+02, 2.741742553710938e+02, 2.742532958984375e+02, 2.74333984375e+02, 2.744186706542969e+02, 2.74510498046875e+02, 2.746147155761719e+02, 2.747417907714844e+02, 2.749173889160156e+02, 2.752149353027344e+02, 2.757184143066406e+02, 2.764269409179688e+02, 2.7732958984375e+02, 2.784158325195312e+02, 2.796758117675781e+02, 2.811001281738281e+02, 2.826797790527344e+02, 2.844063110351562e+02, 2.862716064453125e+02, 2.882680358886719e+02, 2.903882446289062e+02, 2.926252746582031e+02, 2.949725646972656e+02, 2.974237976074219e+02, 2.999729614257812e+02, 3.026143798828125e+02, 3.053426513671875e+02, 3.08152587890625e+02, 3.110392761230469e+02, 3.139980773925781e+02, 3.170245056152344e+02, 3.201143798828125e+02, 3.232636108398438e+02, 3.264684448242188e+02, 3.297251892089844e+02, 3.330303955078125e+02, 3.363807678222656e+02, 3.397731628417969e+02, 3.432046508789062e+02, 3.466723327636719e+02, 3.50173583984375e+02, 3.53705810546875e+02, 3.572666320800781e+02, 3.608536987304688e+02, 3.644520568847656e+02, 3.678971557617188e+02, 3.71147705078125e+02, 3.71885498046875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02, 3.718856201171875e+02] +weaBus.TDryBul=[3.131499938964844e+02, 3.1075e+02, 3.083500061035156e+02, 3.059500122070312e+02, 3.035499877929688e+02, 3.011499938964844e+02, 2.9875e+02, 2.963500061035156e+02, 2.939500122070312e+02, 2.915499877929688e+02, 2.891499938964844e+02, 2.8675e+02, 2.843500061035156e+02, 2.819500122070312e+02, 2.795499877929688e+02, 2.771499938964844e+02, 2.7475e+02, 2.723500061035156e+02, 2.699500122070312e+02, 2.675499877929688e+02, 2.651499938964844e+02, 2.6275e+02, 2.603500061035156e+02, 2.579500122070312e+02, 2.555500030517578e+02, 2.531499938964844e+02, 2.5075e+02, 2.483500061035156e+02, 2.459499969482422e+02, 2.435500030517578e+02, 2.411499938964844e+02, 2.3875e+02, 2.363500061035156e+02, 2.339499969482422e+02, 2.315500030517578e+02, 2.291499938964844e+02, 2.2675e+02, 2.243500061035156e+02, 2.219499969482422e+02, 2.195500030517578e+02, 2.171499938964844e+02, 2.1475e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02, 2.131499938964844e+02] +solAsh.QLos[1].Q_flow=[0e+00, -5.913707256317139e+00, -9.989969253540039e+00, -1.279973602294922e+01, -1.473649501800537e+01, -1.607155609130859e+01, -1.699184226989746e+01, -1.762621116638184e+01, -1.80634937286377e+01, -1.836492156982422e+01, -1.857270050048828e+01, -1.871592712402344e+01, -1.881465148925781e+01, -1.888267707824707e+01, -1.892957496643066e+01, -1.89619140625e+01, -1.898421096801758e+01, -1.899958038330078e+01, -1.901017761230469e+01, -1.045531749725342e+01, -1.960241794586182e+00, -7.877286076545715e-01, -4.299089014530182e-01, -2.72928386926651e-01, -1.895100027322769e-01, -1.396605670452118e-01, -1.073747575283051e-01, -8.521123230457306e-02, -6.931962072849268e-02, -5.752368271350861e-02, -4.852516204118729e-02, -4.149958118796349e-02, -3.589978814125061e-02, -3.136567398905754e-02, -2.764305472373961e-02, -2.454852685332299e-02, -2.194786816835403e-02, -1.9740991294384e-02, -1.785200089216232e-02, -1.622248999774456e-02, -1.480690203607082e-02, -1.356928236782551e-02, -4.918273091316223e-01, -1.790476608276367e+01, -3.262500381469727e+01, -4.707741928100586e+01, -6.142292022705078e+01, -7.569609069824219e+01, -8.990871429443359e+01, -1.040644683837891e+02, -1.181622085571289e+02, -1.321951599121094e+02, -1.461448211669922e+02, -1.599548950195312e+02, -1.733712615966797e+02, -1.829291229248047e+02, -1.870735626220704e+02, -1.942404022216796e+02, -2.034787292480469e+02, -2.141331634521484e+02, -2.257518463134766e+02, -2.380233154296875e+02, -2.507328643798828e+02, -2.637325134277344e+02, -2.769202880859375e+02, -2.902258605957031e+02, -3.036007995605469e+02, -3.170116577148438e+02, -3.304353637695314e+02, -3.438560791015624e+02, -3.572628479003905e+02, -3.706481323242188e+02, -3.840067443847656e+02, -3.973351135253906e+02, -4.106307678222656e+02, -4.238919677734375e+02, -4.371175842285156e+02, -4.503067626953125e+02, -4.634590148925781e+02, -4.67575439453125e+02, -4.677059936523438e+02, -4.678172912597656e+02, -4.679148559570312e+02, -4.680019226074219e+02, -4.680806884765625e+02, -4.681526489257812e+02, -4.682189331054688e+02, -4.682803955078125e+02, -4.683377075195312e+02, -4.683913269042969e+02, -4.684417419433594e+02, -4.684893188476562e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02] +solAsh.QLos[2].Q_flow=[0e+00, -5.913707256317139e+00, -9.989969253540039e+00, -1.279973602294922e+01, -1.473649501800537e+01, -1.607155609130859e+01, -1.699184226989746e+01, -1.762621116638184e+01, -1.80634937286377e+01, -1.836492156982422e+01, -1.857270050048828e+01, -1.871592712402344e+01, -1.881465148925781e+01, -1.888267707824707e+01, -1.892957496643066e+01, -1.89619140625e+01, -1.898421096801758e+01, -1.899958038330078e+01, -1.901017761230469e+01, -1.045531749725342e+01, -1.960241794586182e+00, -7.877286076545715e-01, -4.299089014530182e-01, -2.72928386926651e-01, -1.895100027322769e-01, -1.396605670452118e-01, -1.073747575283051e-01, -8.521123230457306e-02, -6.931962072849268e-02, -5.752368271350861e-02, -4.852516204118729e-02, -4.149958118796349e-02, -3.589978814125061e-02, -3.136567398905754e-02, -2.764305472373961e-02, -2.454852685332299e-02, -2.194786816835403e-02, -1.9740991294384e-02, -1.785200089216232e-02, -1.622248999774456e-02, -1.480690203607082e-02, -1.356928236782551e-02, -4.918273091316223e-01, -1.790476608276367e+01, -3.262500381469727e+01, -4.707741928100586e+01, -6.142292022705078e+01, -7.569609069824219e+01, -8.990871429443359e+01, -1.040644683837891e+02, -1.181622085571289e+02, -1.321951599121094e+02, -1.461448211669922e+02, -1.599548950195312e+02, -1.733712615966797e+02, -1.829291229248047e+02, -1.870735626220704e+02, -1.942404022216796e+02, -2.034787292480469e+02, -2.141331634521484e+02, -2.257518463134766e+02, -2.380233154296875e+02, -2.507328643798828e+02, -2.637325134277344e+02, -2.769202880859375e+02, -2.902258605957031e+02, -3.036007995605469e+02, -3.170116577148438e+02, -3.304353637695314e+02, -3.438560791015624e+02, -3.572628479003905e+02, -3.706481323242188e+02, -3.840067443847656e+02, -3.973351135253906e+02, -4.106307678222656e+02, -4.238919677734375e+02, -4.371175842285156e+02, -4.503067626953125e+02, -4.634590148925781e+02, -4.67575439453125e+02, -4.677059936523438e+02, -4.678172912597656e+02, -4.679148559570312e+02, -4.680019226074219e+02, -4.680806884765625e+02, -4.681526489257812e+02, -4.682189331054688e+02, -4.682803955078125e+02, -4.683377075195312e+02, -4.683913269042969e+02, -4.684417419433594e+02, -4.684893188476562e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02] +solAsh.QLos[3].Q_flow=[0e+00, -5.913707256317139e+00, -9.989969253540039e+00, -1.279973602294922e+01, -1.473649501800537e+01, -1.607155609130859e+01, -1.699184226989746e+01, -1.762621116638184e+01, -1.80634937286377e+01, -1.836492156982422e+01, -1.857270050048828e+01, -1.871592712402344e+01, -1.881465148925781e+01, -1.888267707824707e+01, -1.892957496643066e+01, -1.89619140625e+01, -1.898421096801758e+01, -1.899958038330078e+01, -1.901017761230469e+01, -1.045531749725342e+01, -1.960241794586182e+00, -7.877286076545715e-01, -4.299089014530182e-01, -2.72928386926651e-01, -1.895100027322769e-01, -1.396605670452118e-01, -1.073747575283051e-01, -8.521123230457306e-02, -6.931962072849268e-02, -5.752368271350861e-02, -4.852516204118729e-02, -4.149958118796349e-02, -3.589978814125061e-02, -3.136567398905754e-02, -2.764305472373961e-02, -2.454852685332299e-02, -2.194786816835403e-02, -1.9740991294384e-02, -1.785200089216232e-02, -1.622248999774456e-02, -1.480690203607082e-02, -1.356928236782551e-02, -4.918273091316223e-01, -1.790476608276367e+01, -3.262500381469727e+01, -4.707741928100586e+01, -6.142292022705078e+01, -7.569609069824219e+01, -8.990871429443359e+01, -1.040644683837891e+02, -1.181622085571289e+02, -1.321951599121094e+02, -1.461448211669922e+02, -1.599548950195312e+02, -1.733712615966797e+02, -1.829291229248047e+02, -1.870735626220704e+02, -1.942404022216796e+02, -2.034787292480469e+02, -2.141331634521484e+02, -2.257518463134766e+02, -2.380233154296875e+02, -2.507328643798828e+02, -2.637325134277344e+02, -2.769202880859375e+02, -2.902258605957031e+02, -3.036007995605469e+02, -3.170116577148438e+02, -3.304353637695314e+02, -3.438560791015624e+02, -3.572628479003905e+02, -3.706481323242188e+02, -3.840067443847656e+02, -3.973351135253906e+02, -4.106307678222656e+02, -4.238919677734375e+02, -4.371175842285156e+02, -4.503067626953125e+02, -4.634590148925781e+02, -4.67575439453125e+02, -4.677059936523438e+02, -4.678172912597656e+02, -4.679148559570312e+02, -4.680019226074219e+02, -4.680806884765625e+02, -4.681526489257812e+02, -4.682189331054688e+02, -4.682803955078125e+02, -4.683377075195312e+02, -4.683913269042969e+02, -4.684417419433594e+02, -4.684893188476562e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02, -4.685202026367188e+02] +solEn.QLos[1].Q_flow=[0e+00, -9.506786346435547e+00, -1.855349922180176e+01, -2.716072463989258e+01, -3.534829711914062e+01, -4.313530349731445e+01, -5.054010391235352e+01, -5.758034133911134e+01, -6.427296447753906e+01, -7.063422393798828e+01, -7.667970275878906e+01, -8.242434692382812e+01, -8.788246917724609e+01, -9.306774139404297e+01, -9.799328613281251e+01, -1.026716079711914e+02, -1.071146850585938e+02, -1.113339614868164e+02, -1.153403396606445e+02, -1.191442565917969e+02, -1.227556381225586e+02, -1.261839904785156e+02, -1.294383392333984e+02, -1.325273284912109e+02, -1.354591369628906e+02, -1.382416229248047e+02, -1.408822326660156e+02, -1.433880462646484e+02, -1.457658386230469e+02, -1.480220336914062e+02, -1.501627502441406e+02, -1.521938018798828e+02, -6.480045318603516e+01, -1.634634399414062e+01, -7.296131610870342e+00, -4.225533485412606e+00, -2.807279109954834e+00, -2.026996612548828e+00, -1.547092437744141e+00, -1.228310704231262e+00, -1.004287242889404e+00, -8.399747014045715e-01, -9.209268093109131e-01, -7.391120910644531e+00, -2.995399856567383e+01, -5.412877655029297e+01, -7.492546844482422e+01, -9.456120300292969e+01, -1.138067016601562e+02, -1.328341674804688e+02, -1.516865997314453e+02, -1.703610076904297e+02, -1.888155822753906e+02, -2.069461212158203e+02, -2.245078125e+02, -2.408534545898439e+02, -2.539085693359376e+02, -2.585533447265625e+02, -2.607044982910156e+02, -2.637333068847656e+02, -2.6759423828125e+02, -2.722443237304688e+02, -2.776431579589844e+02, -2.837525634765625e+02, -2.905364685058594e+02, -2.979608764648438e+02, -3.059934997558594e+02, -3.146038208007812e+02, -3.237629699707032e+02, -3.334435119628906e+02, -3.43619415283203e+02, -3.542659912109375e+02, -3.653597412109375e+02, -3.768783874511719e+02, -3.888006896972656e+02, -4.011064758300781e+02, -4.137764892578125e+02, -4.267924499511719e+02, -4.401369323730469e+02, -4.537932739257812e+02, -4.677456359863281e+02, -4.819789733886719e+02, -4.964787902832031e+02, -5.112313842773438e+02, -5.262236328125e+02, -5.414429931640625e+02, -5.568775634765625e+02, -5.725159301757812e+02, -5.883472290039062e+02, -6.043610229492188e+02, -6.205474243164062e+02, -6.368970336914062e+02, -6.533421630859375e+02, -6.691283569335938e+02, -6.840601196289062e+02, -6.874544067382812e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02] +solEn.QLos[2].Q_flow=[0e+00, -9.506786346435547e+00, -1.855349922180176e+01, -2.716072463989258e+01, -3.534829711914062e+01, -4.313530349731445e+01, -5.054010391235352e+01, -5.758034133911134e+01, -6.427296447753906e+01, -7.063422393798828e+01, -7.667970275878906e+01, -8.242434692382812e+01, -8.788246917724609e+01, -9.306774139404297e+01, -9.799328613281251e+01, -1.026716079711914e+02, -1.071146850585938e+02, -1.113339614868164e+02, -1.153403396606445e+02, -1.191442565917969e+02, -1.227556381225586e+02, -1.261839904785156e+02, -1.294383392333984e+02, -1.325273284912109e+02, -1.354591369628906e+02, -1.382416229248047e+02, -1.408822326660156e+02, -1.433880462646484e+02, -1.457658386230469e+02, -1.480220336914062e+02, -1.501627502441406e+02, -1.521938018798828e+02, -6.480045318603516e+01, -1.634634399414062e+01, -7.296131610870342e+00, -4.225533485412606e+00, -2.807279109954834e+00, -2.026996612548828e+00, -1.547092437744141e+00, -1.228310704231262e+00, -1.004287242889404e+00, -8.399747014045715e-01, -9.209268093109131e-01, -7.391120910644531e+00, -2.995399856567383e+01, -5.412877655029297e+01, -7.492546844482422e+01, -9.456120300292969e+01, -1.138067016601562e+02, -1.328341674804688e+02, -1.516865997314453e+02, -1.703610076904297e+02, -1.888155822753906e+02, -2.069461212158203e+02, -2.245078125e+02, -2.408534545898439e+02, -2.539085693359376e+02, -2.585533447265625e+02, -2.607044982910156e+02, -2.637333068847656e+02, -2.6759423828125e+02, -2.722443237304688e+02, -2.776431579589844e+02, -2.837525634765625e+02, -2.905364685058594e+02, -2.979608764648438e+02, -3.059934997558594e+02, -3.146038208007812e+02, -3.237629699707032e+02, -3.334435119628906e+02, -3.43619415283203e+02, -3.542659912109375e+02, -3.653597412109375e+02, -3.768783874511719e+02, -3.888006896972656e+02, -4.011064758300781e+02, -4.137764892578125e+02, -4.267924499511719e+02, -4.401369323730469e+02, -4.537932739257812e+02, -4.677456359863281e+02, -4.819789733886719e+02, -4.964787902832031e+02, -5.112313842773438e+02, -5.262236328125e+02, -5.414429931640625e+02, -5.568775634765625e+02, -5.725159301757812e+02, -5.883472290039062e+02, -6.043610229492188e+02, -6.205474243164062e+02, -6.368970336914062e+02, -6.533421630859375e+02, -6.691283569335938e+02, -6.840601196289062e+02, -6.874544067382812e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02] +solEn.QLos[3].Q_flow=[0e+00, -9.506786346435547e+00, -1.855349922180176e+01, -2.716072463989258e+01, -3.534829711914062e+01, -4.313530349731445e+01, -5.054010391235352e+01, -5.758034133911134e+01, -6.427296447753906e+01, -7.063422393798828e+01, -7.667970275878906e+01, -8.242434692382812e+01, -8.788246917724609e+01, -9.306774139404297e+01, -9.799328613281251e+01, -1.026716079711914e+02, -1.071146850585938e+02, -1.113339614868164e+02, -1.153403396606445e+02, -1.191442565917969e+02, -1.227556381225586e+02, -1.261839904785156e+02, -1.294383392333984e+02, -1.325273284912109e+02, -1.354591369628906e+02, -1.382416229248047e+02, -1.408822326660156e+02, -1.433880462646484e+02, -1.457658386230469e+02, -1.480220336914062e+02, -1.501627502441406e+02, -1.521938018798828e+02, -6.480045318603516e+01, -1.634634399414062e+01, -7.296131610870342e+00, -4.225533485412606e+00, -2.807279109954834e+00, -2.026996612548828e+00, -1.547092437744141e+00, -1.228310704231262e+00, -1.004287242889404e+00, -8.399747014045715e-01, -9.209268093109131e-01, -7.391120910644531e+00, -2.995399856567383e+01, -5.412877655029297e+01, -7.492546844482422e+01, -9.456120300292969e+01, -1.138067016601562e+02, -1.328341674804688e+02, -1.516865997314453e+02, -1.703610076904297e+02, -1.888155822753906e+02, -2.069461212158203e+02, -2.245078125e+02, -2.408534545898439e+02, -2.539085693359376e+02, -2.585533447265625e+02, -2.607044982910156e+02, -2.637333068847656e+02, -2.6759423828125e+02, -2.722443237304688e+02, -2.776431579589844e+02, -2.837525634765625e+02, -2.905364685058594e+02, -2.979608764648438e+02, -3.059934997558594e+02, -3.146038208007812e+02, -3.237629699707032e+02, -3.334435119628906e+02, -3.43619415283203e+02, -3.542659912109375e+02, -3.653597412109375e+02, -3.768783874511719e+02, -3.888006896972656e+02, -4.011064758300781e+02, -4.137764892578125e+02, -4.267924499511719e+02, -4.401369323730469e+02, -4.537932739257812e+02, -4.677456359863281e+02, -4.819789733886719e+02, -4.964787902832031e+02, -5.112313842773438e+02, -5.262236328125e+02, -5.414429931640625e+02, -5.568775634765625e+02, -5.725159301757812e+02, -5.883472290039062e+02, -6.043610229492188e+02, -6.205474243164062e+02, -6.368970336914062e+02, -6.533421630859375e+02, -6.691283569335938e+02, -6.840601196289062e+02, -6.874544067382812e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02, -6.87454833984375e+02] +weaBus.HDifHor=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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.666666507720947e+00, 2.666666603088379e+01, 4.666666793823242e+01, 6.666666412353516e+01, 8.666666412353516e+01, 1.066666641235352e+02, 1.266666641235352e+02, 1.466666717529297e+02, 1.666666717529297e+02, 1.866666717529297e+02, 2.066666717529297e+02, 2.266666717529297e+02, 2.466666717529297e+02, 2.666666564941408e+02, 2.866666564941408e+02, 3.066666564941405e+02, 3.266666564941406e+02, 3.466666564941406e+02, 3.666666564941406e+02, 3.866666564941406e+02, 4.066666564941406e+02, 4.266666564941406e+02, 4.466666564941406e+02, 4.666666564941406e+02, 4.866666564941406e+02, 5.066666564941406e+02, 5.266666870117189e+02, 5.466666870117186e+02, 5.666666870117186e+02, 5.866666870117188e+02, 6.066666870117188e+02, 6.266666870117188e+02, 6.466666870117188e+02, 6.666666870117188e+02, 6.866666870117188e+02, 7.066666870117188e+02, 7.266666870117188e+02, 7.466666870117188e+02, 7.666666870117188e+02, 7.866666870117188e+02, 8.066666870117188e+02, 8.266666870117188e+02, 8.466666870117188e+02, 8.666666870117188e+02, 8.866666870117188e+02, 9.066666870117188e+02, 9.266666870117188e+02, 9.466666870117188e+02, 9.666666870117188e+02, 9.866666870117188e+02, 1e+03, 1e+03, 1e+03, 1e+03, 1e+03, 1e+03, 1e+03, 1e+03, 1e+03] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlate.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlate.txt new file mode 100644 index 0000000000..8b287c8ef5 --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlate.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-16 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "30", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[30].T=[2.931499938964844e+02, 2.913126220703125e+02, 2.811867370605469e+02, 2.804069213867188e+02, 2.803539123535156e+02, 2.803501892089844e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803406982421875e+02, 2.802659606933594e+02, 2.801324768066406e+02, 2.799768981933594e+02, 2.798346862792969e+02, 2.797002868652344e+02, 2.79559326171875e+02, 2.794109497070312e+02, 2.792516174316406e+02, 2.789590454101562e+02, 2.7850390625e+02, 2.78010986328125e+02, 2.776209411621094e+02, 2.774125366210938e+02, 2.773458557128906e+02, 2.773853454589844e+02, 2.774981994628906e+02, 2.777235717773438e+02, 2.781476135253906e+02, 2.786529846191406e+02, 2.791968994140625e+02, 2.798997497558594e+02, 2.810935668945312e+02, 2.844930114746094e+02, 2.952228088378906e+02, 3.121031494140626e+02, 2.918047180175781e+02, 2.929761962890625e+02, 2.941130676269531e+02, 2.952063903808594e+02, 2.962296142578125e+02, 2.971459045410156e+02, 2.979778137207031e+02, 2.986951293945312e+02, 2.992529602050781e+02, 2.996019287109375e+02, 2.996966552734375e+02, 2.995998840332031e+02, 2.993625793457031e+02, 2.993229064941406e+02, 2.993503112792969e+02, 2.993580017089844e+02, 2.993466491699219e+02, 2.993164367675781e+02, 2.992674865722656e+02, 2.991965637207031e+02, 2.990965881347656e+02, 2.989606323242188e+02, 2.98851806640625e+02, 2.988568725585938e+02, 2.988367614746094e+02, 2.987422790527344e+02, 2.982815551757812e+02, 2.974312133789062e+02, 2.963106689453125e+02, 2.951142272949219e+02, 2.938250122070312e+02, 2.919544982910156e+02, 2.899794006347656e+02, 2.915780029296875e+02, 2.864007568359376e+02, 2.848660888671875e+02, 2.843272399902344e+02, 2.842198181152344e+02, 2.842383422851562e+02, 2.842792663574219e+02, 2.842711486816406e+02, 2.8417822265625e+02, 2.840545959472656e+02, 2.8392529296875e+02, 2.838063659667969e+02, 2.837257995605469e+02, 2.837214965820312e+02, 2.837562255859375e+02, 2.837730102539062e+02, 2.836900024414062e+02, 2.833460388183594e+02, 2.828320007324219e+02, 2.823370361328125e+02, 2.820579528808594e+02, 2.821190185546875e+02, 2.823760070800781e+02, 2.825929565429688e+02, 2.825348815917969e+02, 2.822196044921875e+02, 2.818235473632812e+02, 2.814093322753906e+02, 2.810259704589844e+02, 2.806960144042969e+02, 2.804044189453125e+02, 2.801480712890625e+02, 2.799262390136719e+02] +datRea.y[2]=[2e+01, 2e+01, 1.061250019073486e+01, 9.637499809265137e+00, 8.662500381469727e+00, 7.6875e+00, 7.199999809265137e+00, 7.199999809265137e+00, 7.199999809265137e+00, 7.199999809265137e+00, 7.137499809265137e+00, 7.012499809265137e+00, 6.887499809265137e+00, 6.762499809265137e+00, 6.625e+00, 6.474999904632568e+00, 6.324999809265137e+00, 6.175000190734863e+00, 5.887499809265137e+00, 5.462500095367432e+00, 5.037499904632568e+00, 4.612500190734863e+00, 4.400000095367432e+00, 4.400000095367432e+00, 4.400000095367432e+00, 4.400000095367432e+00, 4.400000095367432e+00, 4.612500190734863e+00, 5.037499904632568e+00, 5.462500095367432e+00, 5.887499809265137e+00, 5.962500095367432e+00, 5.704982757568359e+00, 9.634866714477539e+00, 1.070054626464844e+01, 1.750944328308105e+01, 1.865920448303223e+01, 1.981840324401855e+01, 2.092864227294922e+01, 2.251643371582031e+01, 2.356616973876953e+01, 2.452656745910645e+01, 2.539754295349121e+01, 2.590470504760742e+01, 2.660170364379883e+01, 2.721241188049316e+01, 2.773642921447754e+01, 2.625631904602051e+01, 2.657241439819336e+01, 2.680980682373047e+01, 2.680980682373047e+01, 2.696795845031738e+01, 2.667050743103027e+01, 2.666967391967773e+01, 2.659131240844727e+01, 2.64356517791748e+01, 2.68209171295166e+01, 2.649514198303223e+01, 2.609020805358887e+01, 2.560698699951172e+01, 2.720772933959961e+01, 2.651424980163574e+01, 2.573006248474121e+01, 2.485544013977051e+01, 2.315225791931152e+01, 2.213870620727539e+01, 2.105399894714355e+01, 1.992047309875488e+01, 1.355000019073486e+01, 1.285000038146973e+01, 1.214999961853027e+01, 1.144999980926514e+01, 1.110000038146973e+01, 1.110000038146973e+01, 1.110000038146973e+01, 1.110000038146973e+01, 1.110000038146973e+01, 1.103750038146973e+01, 1.091250038146973e+01, 1.078750038146973e+01, 1.066250038146973e+01, 1.060000038146973e+01, 1.060000038146973e+01, 1.060000038146973e+01, 1.060000038146973e+01, 1.038749980926514e+01, 9.962499618530273e+00, 9.537500381469727e+00, 9.112500190734863e+00, 8.962499618530273e+00, 9.087499618530273e+00, 9.212499618530273e+00, 9.337499618530273e+00, 9.199999809265137e+00, 8.800000190734863e+00, 8.399999618530273e+00, 8e+00, 7.662499904632568e+00, 7.387499809265137e+00, 7.112500190734863e+00, 7.112500190734863e+00] diff --git a/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlateNPanels.txt b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlateNPanels.txt new file mode 100644 index 0000000000..e9cd7286ee --- /dev/null +++ b/IBPSA/Resources/ReferenceResults/Dymola/IBPSA_Fluid_SolarCollectors_Validation_FlatPlateNPanels.txt @@ -0,0 +1,17 @@ +last-generated=2024-04-26 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "60", + "numerical Jacobians": "0" +} +time=[0e+00, 8.64e+04] +solCol.vol[30].T=[2.931499938964844e+02, 2.913126220703125e+02, 2.811865234375e+02, 2.804070434570312e+02, 2.803539123535156e+02, 2.803502502441406e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803406372070312e+02, 2.802658996582031e+02, 2.801323547363281e+02, 2.799767456054688e+02, 2.798346862792969e+02, 2.797003173828125e+02, 2.79559326171875e+02, 2.794109497070312e+02, 2.792517395019531e+02, 2.789589538574219e+02, 2.785036926269531e+02, 2.780109252929688e+02, 2.77620849609375e+02, 2.774126586914062e+02, 2.773460083007812e+02, 2.773854064941406e+02, 2.77498291015625e+02, 2.777235717773438e+02, 2.781479187011719e+02, 2.78654052734375e+02, 2.791511840820312e+02, 2.797625732421875e+02, 2.810185546875e+02, 2.845751953125e+02, 2.953932189941406e+02, 3.121513366699219e+02, 2.918161010742188e+02, 2.929840087890625e+02, 2.941157836914062e+02, 2.952147521972656e+02, 2.962360229492188e+02, 2.9714990234375e+02, 2.979850769042969e+02, 2.987021484375e+02, 2.99259033203125e+02, 2.996098022460938e+02, 2.997052001953125e+02, 2.996083374023438e+02, 2.993711242675781e+02, 2.993321533203125e+02, 2.99359619140625e+02, 2.993671569824219e+02, 2.99355712890625e+02, 2.993255004882812e+02, 2.99276611328125e+02, 2.9920556640625e+02, 2.991051330566406e+02, 2.989693908691406e+02, 2.988611145019531e+02, 2.988657531738281e+02, 2.988419799804688e+02, 2.987506103515625e+02, 2.982897644042969e+02, 2.974364929199219e+02, 2.96318603515625e+02, 2.951232604980469e+02, 2.93829345703125e+02, 2.919615478515625e+02, 2.899842834472656e+02, 2.915831298828125e+02, 2.864023437500001e+02, 2.848663635253906e+02, 2.843272399902344e+02, 2.842197570800781e+02, 2.842383728027344e+02, 2.842797241210938e+02, 2.842712097167969e+02, 2.8417822265625e+02, 2.840545043945312e+02, 2.839250793457031e+02, 2.838062744140625e+02, 2.837256774902344e+02, 2.837216491699219e+02, 2.837564392089844e+02, 2.837732543945312e+02, 2.836900329589844e+02, 2.833460388183594e+02, 2.828319396972656e+02, 2.823367919921875e+02, 2.820578002929688e+02, 2.821192932128906e+02, 2.823762512207031e+02, 2.825935363769531e+02, 2.825347595214844e+02, 2.822196044921875e+02, 2.818234252929688e+02, 2.814090881347656e+02, 2.8102587890625e+02, 2.806960144042969e+02, 2.804044494628906e+02, 2.801480712890625e+02, 2.799262390136719e+02] +solCol1.vol[30].T=[2.931499938964844e+02, 2.913126220703125e+02, 2.811865234375e+02, 2.804070434570312e+02, 2.803539123535156e+02, 2.803502502441406e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803500061035156e+02, 2.803406372070312e+02, 2.802658996582031e+02, 2.801323547363281e+02, 2.799767456054688e+02, 2.798346862792969e+02, 2.797003173828125e+02, 2.79559326171875e+02, 2.794109497070312e+02, 2.792517395019531e+02, 2.789589538574219e+02, 2.785036926269531e+02, 2.780109252929688e+02, 2.77620849609375e+02, 2.774126586914062e+02, 2.773460083007812e+02, 2.773854064941406e+02, 2.77498291015625e+02, 2.777235717773438e+02, 2.781479187011719e+02, 2.78654052734375e+02, 2.791511840820312e+02, 2.797625732421875e+02, 2.810185546875e+02, 2.845751953125e+02, 2.953932189941406e+02, 3.121513366699219e+02, 2.918161010742188e+02, 2.929840087890625e+02, 2.941157836914062e+02, 2.952147521972656e+02, 2.962360229492188e+02, 2.9714990234375e+02, 2.979850769042969e+02, 2.987021484375e+02, 2.99259033203125e+02, 2.996098022460938e+02, 2.997052001953125e+02, 2.996083374023438e+02, 2.993711242675781e+02, 2.993321533203125e+02, 2.99359619140625e+02, 2.993671569824219e+02, 2.99355712890625e+02, 2.993255004882812e+02, 2.99276611328125e+02, 2.9920556640625e+02, 2.991051330566406e+02, 2.989693908691406e+02, 2.988611145019531e+02, 2.988657531738281e+02, 2.988419799804688e+02, 2.987506103515625e+02, 2.982897644042969e+02, 2.974364929199219e+02, 2.96318603515625e+02, 2.951232604980469e+02, 2.93829345703125e+02, 2.919615478515625e+02, 2.899842834472656e+02, 2.915831298828125e+02, 2.864023437500001e+02, 2.848663635253906e+02, 2.843272399902344e+02, 2.842197570800781e+02, 2.842383728027344e+02, 2.842797241210938e+02, 2.842712097167969e+02, 2.8417822265625e+02, 2.840545043945312e+02, 2.839250793457031e+02, 2.838062744140625e+02, 2.837256774902344e+02, 2.837216491699219e+02, 2.837564392089844e+02, 2.837732543945312e+02, 2.836900329589844e+02, 2.833460388183594e+02, 2.828319396972656e+02, 2.823367919921875e+02, 2.820578002929688e+02, 2.821192932128906e+02, 2.823762512207031e+02, 2.825935363769531e+02, 2.825347595214844e+02, 2.822196044921875e+02, 2.818234252929688e+02, 2.814090881347656e+02, 2.8102587890625e+02, 2.806960144042969e+02, 2.804044494628906e+02, 2.801480712890625e+02, 2.799262390136719e+02] +solCol.solGai.QSol_flow[30]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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.399955246597594e-03, 7.968548685312271e-02, 5.068360567092896e-01, 1.78700852394104e+00, 5.227246761322021e+00, 1.364153671264648e+01, 2.428896141052251e+01, 3.504484176635738e+01, 4.39370002746582e+01, 5.264337921142578e+01, 6.126976776123047e+01, 6.930246734619141e+01, 7.648715209960938e+01, 8.307225799560547e+01, 8.8747802734375e+01, 9.314620971679688e+01, 9.587863922119141e+01, 9.654798889160156e+01, 9.566949462890625e+01, 9.367566680908203e+01, 9.329189300537109e+01, 9.342411804199219e+01, 9.339611053466797e+01, 9.321498107910156e+01, 9.288246154785156e+01, 9.239939880371094e+01, 9.173670959472656e+01, 9.084215545654295e+01, 8.967404174804686e+01, 8.874989318847656e+01, 8.871989440917969e+01, 8.835607147216797e+01, 8.717499542236328e+01, 8.288761901855469e+01, 7.551084136962891e+01, 6.623442840576172e+01, 5.647971343994141e+01, 4.599764251708984e+01, 3.098247718811035e+01, 1.526257038116455e+01, 3.418659687042161e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +solCol1.solGai.QSol_flow[30]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 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.399955246597594e-02, 7.968548536300659e-01, 5.068360328674316e+00, 1.787008476257324e+01, 5.227246856689453e+01, 1.364153747558594e+02, 2.428896179199223e+02, 3.504484252929683e+02, 4.393700256347656e+02, 5.264337768554688e+02, 6.126976928710938e+02, 6.930247192382812e+02, 7.648715209960938e+02, 8.307225952148438e+02, 8.8747802734375e+02, 9.314620971679688e+02, 9.587864379882812e+02, 9.654798583984375e+02, 9.566949462890625e+02, 9.367566528320312e+02, 9.329189453125e+02, 9.342412109375e+02, 9.339611206054688e+02, 9.321498413085938e+02, 9.288245849609375e+02, 9.239939575195312e+02, 9.173671264648438e+02, 9.084215698242186e+02, 8.967404174804686e+02, 8.874989013671875e+02, 8.871989135742188e+02, 8.835606689453125e+02, 8.7175e+02, 8.28876220703125e+02, 7.551083984375e+02, 6.623442993164062e+02, 5.64797119140625e+02, 4.599764404296875e+02, 3.098247680664062e+02, 1.526257019042969e+02, 3.418659591674729e+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] +solCol.heaLos.QLos_flow[30]=[-7.703680038452148e+00, -6.597862720489502e+00, -5.034670829772949e-01, -3.432554379105568e-02, -2.355200471356511e-03, -1.462908403482288e-04, -5.539417998079443e-06, -1.057025187378708e-07, -5.156655658034026e-10, -8.134486153721809e-03, -2.461093477904797e-02, -3.387812897562981e-02, -3.460749611258507e-02, -2.981175296008587e-02, -3.076976351439953e-02, -3.245068714022636e-02, -3.404858708381653e-02, -4.293550550937662e-02, -8.771506696939468e-02, -1.114678457379341e-01, -1.04216143488884e-01, -6.613441556692123e-02, -2.932141907513142e-02, -1.810445101000369e-03, 1.828069239854813e-02, 3.112150169909e-02, 7.524019479751587e-02, 1.099088340997696e-01, 1.105143576860427e-01, 3.642496466636658e-02, -3.374204933643341e-01, -1.352107524871826e+00, -3.789544105529785e+00, -1.041685962677002e+01, -2.027512359619145e+01, -7.593427181243896e+00, -7.792123317718506e+00, -8.054878234863281e+00, -8.48880672454834e+00, -8.913154602050781e+00, -9.29049015045166e+00, -9.655019760131836e+00, -9.997023582458496e+00, -1.026217746734619e+01, -1.040597343444824e+01, -1.03921070098877e+01, -1.025212287902832e+01, -1.002268505096436e+01, -9.912557601928711e+00, -9.842416763305664e+00, -9.760299682617188e+00, -9.666749000549316e+00, -9.561897277832031e+00, -9.445810317993164e+00, -9.316370010375977e+00, -9.175120353698729e+00, -9.024252891540526e+00, -8.892867088317871e+00, -8.823446273803711e+00, -8.647098541259766e+00, -8.172622680664062e+00, -7.370116710662842e+00, -6.399650096893311e+00, -5.481649398803711e+00, -4.652570247650146e+00, -3.869991779327393e+00, -2.840996503829956e+00, -1.852184295654297e+00, -3.242405652999867e+00, -6.5985739231111e-01, -1.899744570255295e-01, -5.55138848721981e-02, -4.450137726962566e-03, 9.545950219035149e-03, 6.328993942588568e-03, -1.277115009725094e-02, -2.569254115223885e-02, -2.905427105724812e-02, -2.846867218613625e-02, -2.427433989942074e-02, -9.071527980268002e-03, 5.517383106052876e-03, 7.960320450365543e-03, -2.534624421969056e-03, -4.623325541615486e-02, -1.0294359177351e-01, -1.204777210950851e-01, -9.430958330631256e-02, -2.353139221668243e-02, 4.415195062756538e-02, 6.22423067688942e-02, 2.61854026466608e-02, -5.27128092944622e-02, -8.280737698078156e-02, -9.274666756391525e-02, -9.120587259531021e-02, -7.919763773679733e-02, -6.94025456905365e-02, -6.137973442673683e-02, -5.357711389660835e-02, -4.588298127055168e-02] +solCol1.heaLos.QLos_flow[30]=[-7.703679656982422e+01, -6.597862243652344e+01, -5.034670829772949e+00, -3.432554304599762e-01, -2.355200424790382e-02, -1.462908345274627e-03, -5.539418270927854e-05, -1.057025201589563e-06, -5.156655991100934e-09, -8.13448578119278e-02, -2.4610935151577e-01, -3.387812972068787e-01, -3.460749685764313e-01, -2.981175184249878e-01, -3.076976239681244e-01, -3.245068490505219e-01, -3.404858708381653e-01, -4.293550550937661e-01, -8.771507143974304e-01, -1.114678502082825e+00, -1.042161464691162e+00, -6.613441109657288e-01, -2.932142019271851e-01, -1.810445077717304e-02, 1.828069388866425e-01, 3.112150132656097e-01, 7.524019479751587e-01, 1.099088311195374e+00, 1.105143547058105e+00, 3.642496466636658e-01, -3.374205112457275e+00, -1.352107524871826e+01, -3.789544296264648e+01, -1.041686019897461e+02, -2.027512359619145e+02, -7.593427276611327e+01, -7.792123413085938e+01, -8.054878234863281e+01, -8.48880615234375e+01, -8.913153839111328e+01, -9.290489959716797e+01, -9.655019378662109e+01, -9.997023010253906e+01, -1.026217803955078e+02, -1.040597381591797e+02, -1.039210662841797e+02, -1.025212249755859e+02, -1.002268447875977e+02, -9.912557220458984e+01, -9.842416381835938e+01, -9.760299682617188e+01, -9.666748809814453e+01, -9.561896514892578e+01, -9.445809936523438e+01, -9.316370391845703e+01, -9.175120544433592e+01, -9.024253082275389e+01, -8.892867279052736e+01, -8.823446655273438e+01, -8.647098541259766e+01, -8.172623443603516e+01, -7.3701171875e+01, -6.399650192260742e+01, -5.481649398803711e+01, -4.652570343017578e+01, -3.869991683959961e+01, -2.840996551513672e+01, -1.852184295654297e+01, -3.242405700683583e+01, -6.59857368469252e+00, -1.89974451065065e+00, -5.551388263702393e-01, -4.450137913227081e-02, 9.545950591564178e-02, 6.328994035720825e-02, -1.277115046977997e-01, -2.569254040718079e-01, -2.905427217483521e-01, -2.846867144107819e-01, -2.427434027194977e-01, -9.071528166532516e-02, 5.51738329231739e-02, 7.960320264101028e-02, -2.534624561667442e-02, -4.623325765132904e-01, -1.029435873031616e+00, -1.204777240753174e+00, -9.430958032608032e-01, -2.353139221668243e-01, 4.415195286273956e-01, 6.224230527877808e-01, 2.618540227413177e-01, -5.271281003952026e-01, -8.280737996101379e-01, -9.274666905403137e-01, -9.120587110519409e-01, -7.919763922691345e-01, -6.94025456905365e-01, -6.137973666191101e-01, -5.357711315155029e-01, -4.58829790353775e-01] +difHeaGai.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, -2.168404344971082e-19, -2.775557561562891e-17, -1.110223024625157e-16, -4.440892098500626e-16, -8.881784197001252e-16, -3.552713678800501e-15, -1.495907249683347e-28, -1.498835719919922e-28, -7.105427357601002e-15, -7.105427357601002e-15, -1.4210854715202e-14, -1.4210854715202e-14, -2.842170943040401e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -1.4210854715202e-14, -2.842170943040401e-14, -1.4210854715202e-14, -1.4210854715202e-14, -2.842170943040401e-14, -1.4210854715202e-14, -1.4210854715202e-14, -2.842170943040341e-14, -2.842170943040401e-14, -2.842170943040341e-14, -1.4210854715202e-14, -1.4210854715202e-14, -2.842170943040401e-14, -1.4210854715202e-14, 0e+00, -2.842170943040401e-14, -2.131628207280301e-14, -7.105427357601002e-15, -3.552713678800501e-15, -5.329070518200751e-15, -1.332267629550132e-15, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +difHeaLos.y=[-8.881784197001252e-16, -8.881784197001252e-16, -1.110223024625157e-16, 0e+00, 0e+00, 0e+00, 0e+00, 1.323506986421361e-23, -1.033975765691285e-25, -2.771107995847011e-12, -2.736907922518128e-13, -3.421568584016654e-14, 0e+00, 1.71054143072169e-13, 3.652137948408579e-32, 0e+00, 0e+00, -6.842443278643495e-14, -2.052663594653836e-13, -3.420874694626264e-14, -1.387778780781446e-17, -3.420874694626264e-14, -4.789571517171964e-13, 2.168404344971009e-19, -3.421221639321459e-14, 3.420874694626264e-14, 0e+00, 0e+00, 1.387778780781399e-17, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, -1.030286966852131e-13, -7.257520328033309e-28, 0e+00, 0e+00, 0e+00, -1.77635683940025e-15, 0e+00, 0e+00, -1.77635683940025e-15, 0e+00, 0e+00, 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.776356839400176e-15, -3.375077994860476e-14, 0e+00, 0e+00, -8.881784197001252e-16, 0e+00, -8.881784197001252e-16, -8.881784197001252e-16, -3.463895836830488e-14, 3.419486915845482e-14, 0e+00, 0e+00, 3.419486915845482e-14, 6.841749389252815e-14, -6.938893903907228e-18, 0e+00, 0e+00, 0e+00, 1.734723475976807e-18, -3.469446951953614e-18, -3.469446951953614e-18, 3.469446951953614e-18, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.736838533579089e-13, -1.387778780781446e-17, 0e+00, 0e+00, -3.421568584016654e-14, -6.938893903907228e-18, 3.469446951953614e-18, 0e+00, 0e+00, 3.420874694626264e-14, 3.422262473407045e-14, -1.368488655728584e-13, 1.387778780781446e-17, 0e+00, -3.421568584016654e-14, 0e+00] diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mos new file mode 100644 index 0000000000..5151b0000a --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAEHeatLoss.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.BaseClasses.Examples.ASHRAEHeatLoss", tolerance=1e-6, stopTime=100, method="dassl", resultFile="ASHRAEHeatLoss"); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"heaLos.QLos_flow[1]", "heaLos.QLos_flow[2]", "heaLos.QLos_flow[3]"}, + range = {0.0, 100.0, -80.0, 10.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "ASHRAEHeatLoss.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"TEnv.y", "T1.y", "T2.y", "T3.y"}, + range = {0.0, 100.0, 275.0, 310.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}, {255,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mos new file mode 100644 index 0000000000..82656b1f48 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/ASHRAESolarGain.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.BaseClasses.Examples.ASHRAESolarGain", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="ASHRAESolarGain"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solGai.TFlu[1]", "solGai.TFlu[2]", "solGai.TFlu[3]"}, + range = {0.0, 88000.0, 310.0, 440.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "ASHRAESolarGain.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solGai.QSol_flow[1]", "solGai.QSol_flow[2]", "solGai.QSol_flow[3]"}, + range = {0.0, 88000.0, -20.0, 240.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mos new file mode 100644 index 0000000000..ecbeb8fb1b --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975HeatLoss.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.BaseClasses.Examples.EN12975HeatLoss", tolerance=1e-6, stopTime=100, method="dassl", resultFile="EN12975HeatLoss"); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"heaLos.QLos_flow[1]", "heaLos.QLos_flow[2]", "heaLos.QLos_flow[3]"}, + range = {0.0, 100.0, -160.0, 20.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "EN12975HeatLoss.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"TEnv.y", "T1.y", "T2.y", "T3.y"}, + range = {0.0, 100.0, 275.0, 310.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}, {255,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mos new file mode 100644 index 0000000000..0e7f86db10 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/BaseClasses/Examples/EN12975SolarGain.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.BaseClasses.Examples.EN12975SolarGain", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="EN12975SolarGain"); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"solGai.TFlu[1]", "solGai.TFlu[2]", "solGai.TFlu[3]"}, + range = {0.0, 88000.0, 310.0, 440.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "EN12975SolarGain.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 11, + position = {0, 0, 1000, 500}, + y = {"solGai.QSol_flow[1]", "solGai.QSol_flow[2]", "solGai.QSol_flow[3]"}, + range = {0.0, 88000.0, -50.0, 500.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mos new file mode 100644 index 0000000000..674747d7b3 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/BaseClasses/Examples/GCritCalc.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Controls.BaseClasses.Examples.GCritCalc", tolerance=1e-6, stopTime=100, method="dassl", resultFile="GCritCalc"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"criSol.G_TC"}, + range = {0.0, 100.0, -50.0, 300.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "GCritCalc.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"criSol.TEnv", "criSol.TIn"}, + range = {0.0, 88000.0, -100.0, 700.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mos new file mode 100644 index 0000000000..8a6b39abc1 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Controls/Examples/SolarPumpController.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Controls.Examples.SolarPumpController", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "SolarPumpController"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"pumCon.on"}, + range = {0.0, 88000.0, -0.1, 1.2000000000000002}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "SolarPumpController.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"pumCon.criSol.G_TC", "pumCon.weaBus.HDirNor"}, + range = {0.0, 88000.0, -100.0, 700.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlate.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlate.mos new file mode 100644 index 0000000000..3f5db9d8c2 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlate.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Examples.FlatPlate", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "FlatPlate"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.vol[3].T", "solCol.vol[6].T", "solCol.vol[9].T"}, + range = {0.0, 88000.0, 8.0, 28.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "FlatPlate.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.m_flow"}, + range = {0.0, 88000.0, 0.092, 0.11599999999999999}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mos new file mode 100644 index 0000000000..8016d81522 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateShaCoeTrue.mos @@ -0,0 +1,31 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Examples.FlatPlateShaCoeTrue", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "FlatPlateShaCoeTrue"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.vol[3].T", "solCol.vol[6].T", "solCol.vol[9].T"}, + range = {0,86400,0, 20}, + autoscale = true, + autoerase = true, + autoreplot = true, + grid = true, + color = true, + subPlot = 1, + filename = "FlatPlateShaCoeTrue.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"shaCoe.y"}, + range = {0.0, 86400.0, 0, 1}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mos new file mode 100644 index 0000000000..86cae8ad6f --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateTotalArea.mos @@ -0,0 +1,34 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Examples.FlatPlateTotalArea", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "FlatPlateTotalArea"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.vol[3].T", "solCol.vol[6].T", "solCol.vol[9].T", "solCol1.vol[9].T","solCol1.vol[18].T", "solCol1.vol[27].T"}, + range = {0.0, 88000.0, 9.0, 21.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "FlatPlateTotalArea.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}, {255,0,255}, {0,0,0}, {0,0,255}}, + markers = {MarkerStyle.None, MarkerStyle.None, MarkerStyle.None, MarkerStyle.None, +MarkerStyle.None, MarkerStyle.Cross}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.m_flow", "solCol.m_flow_nominal", "solCol1.m_flow", "solCol1.m_flow_nominal"}, + range = {0.0, 88000.0, 0.31, 0.4}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0},{255,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mos new file mode 100644 index 0000000000..d368ee7549 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/FlatPlateWithTank.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Examples.FlatPlateWithTank", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "FlatPlateWithTank"); +createPlot(id = 1, + position = {0, 0, 1000, 600}, + y = {"solCol.vol[9].T", "tan.vol[1].T", "TIn.T"}, + range = {0.0, 90000.0, 0.0, 40.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "FlatPlateWithTank.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 1, + position = {0, 0, 1000, 600}, + y = {"pumCon.on"}, + range = {0.0, 88000.0, -0.1, 1.2000000000000002}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/Tubular.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/Tubular.mos new file mode 100644 index 0000000000..d720aa1a23 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Examples/Tubular.mos @@ -0,0 +1,32 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Examples.Tubular", tolerance=1e-6, stopTime = 86400, method = "dassl", resultFile = "Tubular"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.vol[3].T", "solCol.vol[6].T", "solCol.vol[9].T"}, + range = {0.0, 88000.0, 8.0, 28.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "Tubular.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}, {0,128,0}}); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.m_flow"}, + range = {0.0, 88000.0, 0.092, 0.11599999999999999}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + subPlot = 2, + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975NPanels.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975NPanels.mos new file mode 100644 index 0000000000..7812a6212e --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975NPanels.mos @@ -0,0 +1,5 @@ +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.EN12975NPanels", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="EN12975NPanels"); +createPlot(id=1, position={210, 54, 1727, 864}, y={"solCol.vol[30].T", "solCol1.vol[30].T"}, range={0.0, 90000.0, 0.0, 100.0}, grid=true, colors={{0,0,255}, {255,0,0}}); +createPlot(id=1, position={210, 54, 1727, 213}, y={"solCol.solGai.QSol_flow[30]", "solCol1.solGai.QSol_flow[30]"}, range={0.0, 90000.0, -1000.0, 1000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={210, 54, 1727, 212}, y={"solCol.heaLos.QLos_flow[30]", "solCol1.heaLos.QLos_flow[30]"}, range={0.0, 90000.0, -200.0, 200.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={210, 54, 1727, 212}, y={"difHeaGai.y", "difHeaLos.y"}, range={0.0, 90000.0, -2.0000000000000003E-13, 2.0000000000000003E-13}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Array.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Array.mos new file mode 100644 index 0000000000..c463b86f72 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Array.mos @@ -0,0 +1,6 @@ +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.EN12975_Array", stopTime=86400, method="Cvode", tolerance=1e-06, resultFile="EN12975_Array"); +createPlot(id=1, position = {39, -2, 802, 524}, y={"solCol.sta_b.T","solCol1.sta_b.T","solCol2.sta_b.T"}, range={0.0, 86400.0, 15.0, 45.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=1, position = {39, -2, 802, 524}, y={"dT.y"}, range={0.0, 86400.0, -0.025, 0.005}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position = {39, -2, 802, 524}, y={"solCol.m_flow","solCol1.m_flow","solCol2.m_flow"}, range={0.0, 86400.0, 0.0, 0.15}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=1, position = {39, -2, 802, 524}, y={"solCol.dp","solCol1.dp","solCol2.dp"}, range={0.0, 86400.0, 0.0, 50.0}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}, {0,140,72}}); + diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Series.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Series.mos new file mode 100644 index 0000000000..97308fca8e --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/EN12975_Series.mos @@ -0,0 +1,3 @@ +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.EN12975_Series", stopTime=86400, method="Cvode", tolerance=1e-06, resultFile="EN12975_Series"); +createPlot(id=1, position={15, 10, 1358, 844}, y={"solCol.sta_b.T", "solCol2.sta_b.T"}, range={0.0, 1.0, 15.0, 40.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={15, 10, 1358, 419}, y={"dT.y"}, range={0.0, 1.0, -0.025, 0.005}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mos new file mode 100644 index 0000000000..56a61912fc --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/ExtremeAmbientConditions.mos @@ -0,0 +1,11 @@ +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.ExtremeAmbientConditions", stopTime=86400, numberOfIntervals=50000, method="dassl", tolerance=1e-06, resultFile="ExtremeAmbientConditions"); +createPlot(id=1, position={81, 14, 592, 445}, +y={"solAsh.vol[1].T", "solAsh.vol[2].T", "solAsh.vol[3].T", "solEn.vol[1].T", "solEn.vol[2].T", "solEn.vol[3].T", "weaBus.TDryBul"}, +range={0.0, 90000.0, -100.0, 150.0}, grid=true, filename="ExtremeAmbientConditions.mat", colors={{28,108,200}, {238,46,47}, {0,140,72}, {180,56,148}, {0,0,0}, {162,29,33}, +{244,125,35}}); +createPlot(id=1, position={81, 14, 592, 219}, +y={"solAsh.QLos[1].Q_flow", "solAsh.QLos[2].Q_flow", "solAsh.QLos[3].Q_flow", "solEn.QLos[1].Q_flow", "solEn.QLos[2].Q_flow", "solEn.QLos[3].Q_flow"}, +range={0.0, 90000.0, -600.0, 200.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {180,56,148}, {0,0,0}, {162,29,33}}); +createPlot(id=2, position={82, 498, 592, 228}, +y={"weaBus.HDifHor"}, +range={0.0, 90000.0, -200.0, 1200.0}, grid=true, filename="ExtremeAmbientConditions.mat", colors={{28,108,200}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlate.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlate.mos new file mode 100644 index 0000000000..d5e12df244 --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlate.mos @@ -0,0 +1,17 @@ +removePlots(); +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.FlatPlate", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="ValidationFlatPlate"); +createPlot(id = 1, + position = {0, 0, 1000, 500}, + y = {"solCol.vol[30].T", "datRea.y[2]"}, + range = {0.0, 88000.0, 3.0, 29.0}, + autoscale = true, + autoerase = true, + autoreplot = true, + description = false, + grid = true, + color = true, + online = false, + filename = "ValidationFlatPlate.mat", + leftTitleType = 1, + bottomTitleType = 1, + colors = {{0,0,255}, {255,0,0}}); diff --git a/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mos b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mos new file mode 100644 index 0000000000..f354789c6f --- /dev/null +++ b/IBPSA/Resources/Scripts/Dymola/Fluid/SolarCollectors/Validation/FlatPlateNPanels.mos @@ -0,0 +1,5 @@ +simulateModel("IBPSA.Fluid.SolarCollectors.Validation.FlatPlateNPanels", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="ValidationFlatPlateNPanels"); +createPlot(id=1, position={210, 54, 1727, 864}, y={"solCol.vol[30].T", "solCol1.vol[30].T"}, range={0.0, 90000.0, 0.0, 100.0}, grid=true, colors={{0,0,255}, {255,0,0}}); +createPlot(id=1, position={210, 54, 1727, 213}, y={"solCol.solGai.QSol_flow[30]", "solCol1.solGai.QSol_flow[30]"}, range={0.0, 90000.0, -1000.0, 1000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={210, 54, 1727, 212}, y={"solCol.heaLos.QLos_flow[30]", "solCol1.heaLos.QLos_flow[30]"}, range={0.0, 90000.0, -200.0, 200.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={210, 54, 1727, 212}, y={"difHeaGai.y", "difHeaLos.y"}, range={0.0, 90000.0, -2.0000000000000003E-13, 2.0000000000000003E-13}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); From 773f322c755c03704330375b8e40ad1fa75267d2 Mon Sep 17 00:00:00 2001 From: jelgerjansen Date: Thu, 16 May 2024 11:40:15 +0200 Subject: [PATCH 2/3] Replace non-existing IBPSA models by a similar model in the MSL --- .../BaseClasses/PartialSolarCollector.mo | 6 ++++-- .../SolarCollectors/Controls/CollectorPump.mo | 14 +++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo index d02e6f69e1..dd577ab769 100644 --- a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo @@ -125,9 +125,11 @@ partial model PartialSolarCollector "Partial model for solar collectors" rotation=180, origin={0,-20}))); - HeatTransfer.Sources.PrescribedHeatFlow QGai[nSeg] "Rate of solar heat gain" + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow + QGai[nSeg] "Rate of solar heat gain" annotation (Placement(transformation(extent={{50,40},{70,60}}))); - HeatTransfer.Sources.PrescribedHeatFlow QLos[nSeg] "Rate of heat loss" + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow + QLos[nSeg] "Rate of heat loss" annotation (Placement(transformation(extent={{50,10},{70,30}}))); replaceable parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per constrainedby IBPSA.Fluid.SolarCollectors.Data.BaseClasses.Generic diff --git a/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo index 7dd62d0cd2..6598a0a637 100644 --- a/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo +++ b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo @@ -25,7 +25,7 @@ model CollectorPump "Fluid temperature entering the collector" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - IBPSA.Controls.OBC.CDL.Interfaces.BooleanOutput on + Modelica.Blocks.Interfaces.BooleanOutput on "Ouputs true if collector pump should be on" annotation (Placement(transformation(extent={{100,-20},{140,20}}))); @@ -47,19 +47,19 @@ model CollectorPump final azi=azi) "Direct solar irradiation on a tilted surface" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); - IBPSA.Controls.OBC.CDL.Reals.Add HTotTil( + Modelica.Blocks.Math.Add HTotTil( u1(final unit="W/m2"), u2(final unit="W/m2"), y(final unit="W/m2")) "Total irradiation on tilted surface" annotation (Placement(transformation(extent={{-20,40},{0,60}}))); - IBPSA.Controls.OBC.CDL.Reals.Hysteresis hys( + Modelica.Blocks.Logical.Hysteresis hys( final uLow=0, final uHigh=delQ_flow) annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - IBPSA.Controls.OBC.CDL.Reals.Subtract sub + Modelica.Blocks.Math.Add sub(k2=-1) "Difference between incident solar and required incident to compensate thermal losses" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); equation @@ -82,12 +82,12 @@ equation connect(HDirTil.H, HTotTil.u2) annotation (Line(points={{-39,30},{-30,30},{-30, 44},{-22,44}}, color={0,0,127})); connect(HTotTil.y, sub.u1) - annotation (Line(points={{2,50},{10,50},{10,6},{18,6}}, color={0,0,127})); + annotation (Line(points={{1,50},{10,50},{10,6},{18,6}}, color={0,0,127})); connect(criSol.G_TC, sub.u2) annotation (Line(points={{-38.4,-10},{10,-10},{10, -6},{18,-6}}, color={0,0,127})); connect(hys.u, sub.y) - annotation (Line(points={{58,0},{42,0}}, color={0,0,127})); - connect(on, hys.y) annotation (Line(points={{120,0},{82,0}}, + annotation (Line(points={{58,0},{41,0}}, color={0,0,127})); + connect(on, hys.y) annotation (Line(points={{120,0},{81,0}}, color={255,0,255})); annotation ( defaultComponentName = "pumCon", From 56857aa01760b7e1d3c944e22c24a8e6a564b4bf Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 17 May 2024 13:41:33 -0700 Subject: [PATCH 3/3] Corrected format --- .../BaseClasses/PartialSolarCollector.mo | 8 +++---- .../SolarCollectors/Controls/CollectorPump.mo | 23 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo index dd577ab769..edf7bc0d65 100644 --- a/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo +++ b/IBPSA/Fluid/SolarCollectors/BaseClasses/PartialSolarCollector.mo @@ -125,11 +125,11 @@ partial model PartialSolarCollector "Partial model for solar collectors" rotation=180, origin={0,-20}))); - Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow - QGai[nSeg] "Rate of solar heat gain" + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow QGai[nSeg] + "Rate of solar heat gain" annotation (Placement(transformation(extent={{50,40},{70,60}}))); - Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow - QLos[nSeg] "Rate of heat loss" + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow QLos[nSeg] + "Rate of heat loss" annotation (Placement(transformation(extent={{50,10},{70,30}}))); replaceable parameter IBPSA.Fluid.SolarCollectors.Data.GenericASHRAE93 per constrainedby IBPSA.Fluid.SolarCollectors.Data.BaseClasses.Generic diff --git a/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo index 6598a0a637..24e32ec74b 100644 --- a/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo +++ b/IBPSA/Fluid/SolarCollectors/Controls/CollectorPump.mo @@ -25,7 +25,7 @@ model CollectorPump "Fluid temperature entering the collector" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Blocks.Interfaces.BooleanOutput on + Modelica.Blocks.Interfaces.BooleanOutput on "Ouputs true if collector pump should be on" annotation (Placement(transformation(extent={{100,-20},{140,20}}))); @@ -47,19 +47,20 @@ model CollectorPump final azi=azi) "Direct solar irradiation on a tilted surface" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); - Modelica.Blocks.Math.Add HTotTil( + Modelica.Blocks.Math.Add HTotTil( u1(final unit="W/m2"), u2(final unit="W/m2"), y(final unit="W/m2")) "Total irradiation on tilted surface" annotation (Placement(transformation(extent={{-20,40},{0,60}}))); - Modelica.Blocks.Logical.Hysteresis hys( - final uLow=0, - final uHigh=delQ_flow) + Modelica.Blocks.Logical.Hysteresis hys( + final uLow=0, + final uHigh=delQ_flow) annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - Modelica.Blocks.Math.Add sub(k2=-1) + Modelica.Blocks.Math.Add sub( + final k2=-1) "Difference between incident solar and required incident to compensate thermal losses" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); equation @@ -96,16 +97,16 @@ Documentation(info=" Pump on/off controller for a solar thermal system.

-This controller outputs whether the pump should be commanded on or off +This controller outputs whether the pump should be commanded on or off based on the incident solar radiation, the collector inlet temperature, and the system parameters. -The pump is commanded on when the incident solar radiation is greater than -the critical radiation plus the offset delQ_flow, -and it is switched off if the incident solar radiation is +The pump is commanded on when the incident solar radiation is greater than +the critical radiation plus the offset delQ_flow, +and it is switched off if the incident solar radiation is below the critical radiation.

-The critical radiation is defined per Equation 6.8.2 in +The critical radiation is defined per Equation 6.8.2 in Duffie and Beckman (2006). It is