CT reconstructions, analytical outputs and 3D shape data for Únětice pottery from eastern Bohemia

Submitted by Richard Thér on
Subtitle
LOCH4
Resource Type
dataset
Creators and Contributors
Creator
Richard Thér ; University of Hradec Králové, Department of Archaeology richard.ther@uhk.cz
Publisher
ArchaeoVault
Description
Purpose and Context of Dataset Creation

This dataset was created as the source and documentation dataset for the study Pottery-forming practices in the Early Bronze Age Únětice culture of eastern Bohemia: CT-based analysis of technological variability at the microregional scale. The dataset documents ceramic vessels and vessel fragments from four Early Bronze Age Únětice culture sites in the Hradec Králové region of eastern Bohemia: Plotiště nad Labem A, Plotiště nad Labem B, Lochenice, and Horní Černůtky.

The purpose of the dataset is to provide primary and derived data supporting the analysis of pottery-forming practices, technological variability, and vessel-part-specific forming routines. The dataset was created to enable reproducibility of the CT-based structural evaluation, 3D pore-orientation analysis, 3D surface documentation, and profile-based morphometric analysis used in the associated study.

The dataset includes non-destructive CT reconstruction data, derived CT section images, segmented pore/fabric measurements, 3D geometry associated with segmented pore data, structured-light 3D surface scans, and outputs of vessel-profile morphometric analysis. It therefore documents both the internal structure and external shape of the analysed ceramic samples.

Methods

The dataset was created using a combination of non-destructive computed tomography, section-based structural evaluation, 3D segmentation of pore/fabric components, structured-light 3D scanning, and profile-based morphometric analysis.

CT imaging was used to document the internal structure of the ceramic samples. The reconstructed CT volumes were examined using radial sections and non-planar parallel sections following vessel-wall curvature. These sections were used to evaluate structural discontinuities, joint morphology, pore organisation, and fabric patterns relevant to the reconstruction of pottery-forming techniques.

Quantitative pore-orientation analysis was based on segmentation of 3D pore representations in selected vessel parts. For each analysed vessel part, a selected surface area of approximately 400–600 mm² was used for pore extraction and orientation analysis. Segmented objects were measured using variables such as volume, centroid coordinates, principal-axis direction, roundness, elongation, and bounding-box dimensions. Objects with elongation greater than 3 were used for the orientation statistics.

Orientation analysis was performed using an R-based workflow. The workflow processed CSV files containing segmented pore measurements, fitted parabolic approximations of vessel-wall curvature, projected pore principal axes into wall-related analytical planes, and calculated axial orientation statistics. The main outputs include mean axial direction, deviation from the expected horizontal or wall-parallel reference direction, circular standard deviation, Rayleigh test statistic, Rayleigh test p-value, and classification of orientation patterns in the parallel and radial planes.

The external shape of ceramic samples was documented using structured-light 3D scanning. Profile-based morphometric analysis was performed on vessel profiles converted into vector representations. The workflow extracted key landmarks, including maximum body diameter, rim diameter, and maximum neck constriction, and calculated vessel shape descriptors and volume estimates under the assumption of axial symmetry.

Series Information

The dataset is not a time series or monitoring series. It is a sample-based analytical dataset composed of repeated documentation and analytical outputs generated for individual ceramic samples and, where applicable, for individual vessel parts.

The repeating structure of the dataset follows the analytical division of each vessel or vessel fragment into morphological zones, especially lower body/base, mid-body, and neck. For each sample and vessel part, related files may include segmented pore measurements, orientation-analysis visualisations, and 3D geometry outputs. This structure reflects the analytical design of the associated study, in which vessel parts are treated as meaningful units because they may have been formed, transformed, or finished differently during manufacture.

The dataset is linked to the supplementary materials of the associated publication, especially the documentation of analysed archaeological samples from Plotiště nad Labem A, Plotiště nad Labem B, Lochenice, Horní Černůtky, the experimental reference dataset, and the database of analysed archaeological samples.

Dataset Contents and Structure

The dataset contains primary CT reconstruction data, derived section images, segmented pore measurements, 3D surface models, 3D geometry outputs related to segmented pores, and morphometric visualisations.

The main file types and their functions are as follows:

  • sample.raw: binary 3D CT reconstruction volume. This is the primary volumetric CT data file.
  • sample.raw.txt: metadata file required for correct interpretation of the raw CT volume. It contains information such as voxel dimensions, data type, data-type size, voxel size or spacing, and, where present, spatial orientation information.
  • sample.obj: 3D surface model of the ceramic sample generated by structured-light 3D scanning. It documents the external surface geometry of the sample.
  • sample_base.csv, sample_body.csv, sample_neck.csv: semicolon-separated CSV files containing measurements of segmented pores or fabric components from the lower body/base, mid-body, and neck zones of the sample.
  • sample_base.pdf, sample_body.pdf, sample_neck.pdf: graphical outputs generated by the R orientation-analysis workflow from the corresponding CSV files. They visualise pore-vector orientations and interpolated axial orientation fields.
  • sample_base.ply, sample_body.ply, sample_neck.ply: 3D geometry files associated with segmented pore/fabric data for individual vessel parts.
  • sample_par.jpg: example non-planar parallel CT section following the curvature of the vessel wall.
  • sample_rad.jpg: example radial CT section through the vessel wall.
  • sample_XY3D.png: profile-derived XY projection or 3D morphometric visualisation generated from the vessel-profile analysis workflow.

The CSV files contain 22 columns describing each segmented pore or pore-like object. These include voxel count, object volume, surface area, compactness/sphericity index, centroid coordinates, principal-axis vector components, roundness, elongation, Willmore energy, distances from reference planes, and bounding-box voxel indices.

The structure of the dataset is designed to preserve the relationship between primary data and derived outputs. The raw CT volume is the primary internal-structure record; section images are selected visual exports from the CT volume; CSV files contain quantitative segmented-pore measurements; PDF files visualise the R-based orientation analysis; PLY files store 3D geometry associated with the segmented pore/fabric data; OBJ files document the external surface geometry; and PNG files document outputs of profile-based morphometric analysis.

Technical Information

The CT data were acquired using an Explorer X test 150/100 system. The instrument is a customised, non-serial configuration developed to meet customer-specific requirements. The system includes an X-ray generator with a 0.05 mm focal spot. Scans were performed at 145 kV and 0.21 mA. Projections were recorded using a flat-panel detector with an active area of 301 × 250 mm, 3008 × 2496 pixels, and a pixel size of 0.10 mm. The achievable spatial resolution was as low as 25 µm for a field of view of approximately 60 × 70 mm. The maximum object size was approximately 23 × 19 cm, yielding a voxel size of approximately 80 µm. No beam filtration was applied.

The raw CT files are binary volumes and require the accompanying .raw.txt metadata files for correct interpretation. These metadata files should be consulted before opening the raw data, especially to determine data type, voxel matrix dimensions, voxel size, byte order, and any spatial orientation information.

The segmentation and orientation analysis of pore/fabric components were carried out in LametomArk and through a custom R-based workflow. The segmentation model classified CT volume voxels into background, ceramic matrix, and pore classes. For each segmented pore, object measurements including centroid coordinates and covariance-based principal-axis direction were calculated. Orientation statistics and plots were then generated in R.

The R workflow used parabolic approximations of vessel-wall curvature to express pore orientations relative to wall-related reference planes. Axial orientation statistics were calculated by doubling axial angles, computing circular statistics in directional space, and transforming the results back to axial orientation. The workflow used R packages including tidyverse for data handling and plotting, and base R/statistical functions for circular calculations.

The 3D surface models were produced by structured-light scanning using an Artec Space Spider device, with accuracy down to 0.05 mm and 3D resolution of 0.1 mm. The scans were processed in Artec Studio 18 software.

The OBJ and PLY files can be inspected in software such as MeshLab, CloudCompare, or Blender. The raw CT data can be opened in Fiji/ImageJ using the parameters from the corresponding .raw.txt metadata file. If exact spatial orientation metadata are required, conversion to a format such as NRRD/NHDR and inspection in software such as 3D Slicer is recommended.

Research Questions

The dataset was created to address the following research questions:

  1. Which pottery-forming techniques and forming methods were used in the Early Bronze Age Únětice ceramic assemblages from eastern Bohemia?
  2. Does the analysed pottery show technological variability at the microregional scale, and can this variability be related to chronological phase, site, vessel type, or vessel part?
  3. Do individual vessel parts, such as necks, mid-bodies, lower bodies, and bases, preserve different structural patterns that reflect different forming routines?
  4. Can CT-based section analysis and quantitative 3D pore-orientation analysis improve the reconstruction of hand-building practices in archaeological ceramics?
Appropriate Reuse

The dataset is appropriate for reuse in research on archaeological ceramic technology, pottery-forming practices, CT-based analysis of ceramic fabrics, 3D pore-orientation analysis, and morphometric analysis of vessel shape.

The data may be reused for:

  • verification and reproducibility of the analyses presented in the associated publication;
  • comparative studies of pottery-forming techniques in Early Bronze Age or other hand-built ceramic assemblages;
  • methodological development of CT-based ceramic analysis;
  • testing or refining workflows for segmentation and orientation analysis of pores or fabric components;
  • comparison of internal structural features with vessel morphology and vessel-part organisation;
  • teaching and demonstration of non-destructive imaging methods in archaeological ceramic studies;
  • visualisation of internal and external ceramic structure using CT volumes and 3D models;
  • integration with other archaeological, archaeometric, or experimental reference datasets, provided that differences in acquisition parameters, segmentation procedures, and sampling design are taken into account.
Dataset limitations and inappropriate reuse

The dataset has several limitations that should be considered in any reuse.

The analysed assemblage is selective and reflects the sampling strategy of the associated study. It was designed to capture morphological variability, principal vessel parts, and selected chronological and contextual contrasts in the Hradec Králové region. It should not be treated as a complete inventory of all Únětice pottery from the region.

Not all samples preserve all vessel parts. Some data are available only for specific zones, such as the lower body/base, mid-body, or neck. Comparisons between vessel parts must therefore take differences in preservation, sampling, and analytical coverage into account.

The JPEG section images are illustrative exports only. They do not constitute exhaustive documentation of all diagnostic structural features. Technological interpretation should not be based on a single section image alone, but should take into account the full CT volume, multiple section positions, and the derived quantitative outputs.

The CSV, PDF, and PLY files are derived analytical outputs based on segmentation of pore/fabric components. They depend on the segmentation workflow, filtering criteria, and analytical assumptions used in the study. They should not be interpreted independently of the CT volumes and methodological documentation.

The dataset is not appropriate for:

  • provenance analysis of ceramic raw materials;
  • chemical, mineralogical, or petrographic characterisation unless combined with additional analytical data;
  • direct dating of archaeological contexts;
  • population-level statistical generalisation beyond the sampled assemblage without additional data;
  • functional interpretation of vessels without considering archaeological context and morphology;
  • high-precision metrological use beyond the documented resolution, accuracy, and processing conditions;
  • reconstruction of complete vessel forms where only fragments or partial profiles are documented;
  • automated classification of pottery-forming techniques without expert evaluation of CT features and methodological constraints.

The dataset should also not be used as a standalone typological or chronological database of Únětice pottery. Its primary purpose is technological and morphometric documentation related to the CT-based analysis of pottery-forming practices.

Time Reference
Time Period
Date Collected
2023-01 to 2025-12
Date Created
2026
Publication year
2026
Subject
Assessment Type
Object Type
Object Specification
Feature Specification
Feature Type
Funding
Funder
Name of organisation
Grantová agentura ČR
Award title
Pottery as a Witness to Cultural Change? The Early Bronze Age Settlement Agglomeration in Plotiště n. Labem in the Light of Multidisciplinary Research
Local identifier
23-07619S
Instrument

Explorer X test 150/100 system

Instrument ID
Not specified in the available documentation.
Instrument type
Computed tomography / X-ray imaging system
Manufacturer
Testima
Model
Explorer X test 150/100
Instrument owner
Universtity of Hradec Králové

Artec Space Spider

Instrument ID
Not specified in the available documentation.
Instrument type
Structured-light 3D scanner
Manufacturer
Artec 3D
Model
Space Spider
Instrument owner
Universtity of Hradec Králové
Location
Location relation type
Refers to the location
Location name
Plotiště nad Labem
Location ID
AMČR achaeological site
C-202310217
Location relation type
Refers to the location
Location name
Lochenice
Location ID
AMČR achaeological site
C-202008729
Location relation type
Refers to the location
Location name
Horní Černůtky
Location ID
AMČR achaeological site
C-202501334
Dataset Language
English
Displaying dataset files 1 - 15 of 15
Name File size
LOCH4.obj
LOCH4.raw
LOCH4.raw.txt 575 bytes
LOCH4_XY3D.png 12.52 KB
LOCH4_base.csv 222.8 KB
LOCH4_base.pdf 55.21 KB
LOCH4_base.ply
LOCH4_body.csv 211.41 KB
LOCH4_body.pdf 47.46 KB
LOCH4_body.ply
LOCH4_neck.csv 200.37 KB
LOCH4_neck.pdf 44.52 KB
LOCH4_neck.ply
LOCH4_par.jpg 465.46 KB
LOCH4_rad.jpg 395.57 KB

Dataset Preview

Name
LOCH4_base.csv
Soubor
D:\AV_RAW\LOCH4\LOCH4_base.csv
VoxelCount;Objem;SurfaceArea;IsoperimetricQuotient3D;CentroidX;CentroidY;CentroidZ;PrincipalAxisX;PrincipalAxisY;PrincipalAxisZ;Roundness;Elongation;WillmoreEnergy;DistFromOffsetPlane;SignedDistFromOffsetPlane;SignedDistFromPlane;MinIndexX;MinIndexY;MinIndexZ;MaxIndexX;MaxIndexY;MaxIndexZ
27853;26868.46;31576.29;0.00259;88.98;139.62;290.71;0.55487;0.04335;0.83081;0.02677;6.11168;6031.71280;0.000;0.000;0.000;16.0;117.0;188.0;152.0;167.0;388.0
6536;6362.04;5697.53;0.02475;266.81;125.51;240.86;0.79944;-0.27861;0.53224;0.04873;4.53005;1004.66186;0.000;0.000;0.000;228.0;108.0;210.0;293.0;139.0;277.0
6331;6119.21;6694.49;0.01412;163.67;141.23;383.07;0.00834;-0.24589;0.96926;0.08162;3.50032;1246.29980;0.000;0.000;0.000;135.0;114.0;342.0;185.0;166.0;450.0
4936;4782.29;5240.38;0.01797;358.38;28.66;53.61;0.29897;0.25257;0.92023;0.02202;6.73909;980.61051;0.000;0.000;0.000;330.0;10.0;14.0;387.0;43.0;92.0
3561;3419.04;4366.53;0.01588;219.90;137.20;425.22;0.81772;-0.43092;0.38163;0.06863;3.81710;849.83262;0.000;0.000;0.000;182.0;117.0;407.0;250.0;156.0;445.0
3537;3398.92;3800.27;0.02381;33.55;105.13;343.67;0.33575;-0.30595;0.89088;0.03375;5.44347;780.29746;0.000;0.000;0.000;16.0;88.0;309.0;58.0;123.0;386.0
3472;3343.50;3921.55;0.02096;356.01;117.38;211.89;-0.96652;0.18365;0.17919;0.04347;4.79653;796.80048;0.000;0.000;0.000;331.0;106.0;190.0;389.0;128.0;239.0
3069;2922.71;3691.43;0.01921;175.61;130.87;409.75;-0.65229;0.39100;0.64933;0.05102;4.42735;809.20399;0.000;0.000;0.000;155.0;112.0;385.0;198.0;158.0;438.0
3028;2883.21;3879.55;0.01610;131.98;75.65;225.73;0.92710;0.19277;-0.32144;0.01417;8.40105;818.53138;0.000;0.000;0.000;96.0;67.0;187.0;162.0;88.0;255.0
2913;2851.08;2366.38;0.06938;247.99;80.16;28.82;-0.06226;0.29820;0.95247;0.13963;2.67617;324.77833;0.000;0.000;0.000;229.0;66.0;6.0;266.0;91.0;49.0
2719;2612.54;3020.21;0.02802;375.80;116.80;429.90;0.88601;-0.18691;0.42433;0.00810;11.10922;608.27013;0.000;0.000;0.000;339.0;108.0;397.0;405.0;124.0;456.0
2408;2344.25;2222.81;0.05659;276.66;128.69;450.89;0.46886;0.08165;0.87949;0.05682;4.19501;416.96738;0.000;0.000;0.000;263.0;121.0;427.0;302.0;140.0;474.0
2360;2279.58;2404.45;0.04228;311.82;83.74;52.34;-0.37700;0.46925;0.79855;0.02601;6.20018;435.96677;0.000;0.000;0.000;298.0;66.0;28.0;329.0;95.0;76.0
2346;2287.13;2106.49;0.06329;93.82;77.73;258.32;-0.08263;-0.02646;0.99623;0.00460;14.74638;310.94965;0.000;0.000;0.000;87.0;74.0;223.0;101.0;81.0;303.0
2303;2245.42;2212.61;0.05264;251.64;100.74;28.02;0.10433;0.25338;0.96172;0.01234;9.00239;382.02186;0.000;0.000;0.000;241.0;89.0;3.0;262.0;110.0;57.0
2253;2147.38;2813.19;0.02342;63.04;54.94;458.48;0.41865;-0.05179;0.90667;0.04340;4.80029;617.85783;0.000;0.000;0.000;45.0;47.0;430.0;89.0;63.0;480.0
2230;2182.92;1698.40;0.11000;71.99;93.94;80.27;-0.69740;-0.06382;0.71384;0.03832;5.10851;264.08408;0.000;0.000;0.000;53.0;86.0;63.0;92.0;100.0;101.0
2213;2141.50;2287.25;0.04335;238.20;154.01;373.26;0.37454;-0.09106;0.92273;0.02119;6.86891;442.58801;0.000;0.000;0.000;216.0;146.0;346.0;256.0;165.0;397.0
2178;2114.67;1945.27;0.06871;191.81;117.77;199.69;-0.45236;0.24889;0.85640;0.13235;2.74882;365.87806;0.000;0.000;0.000;177.0;109.0;174.0;205.0;133.0;226.0
2164;2122.96;1757.07;0.09397;346.89;79.92;153.79;0.52585;0.20129;0.82642;0.04976;4.48310;228.91383;0.000;0.000;0.000;333.0;70.0;133.0;361.0;89.0;171.0
2154;2020.25;3047.40;0.01631;330.90;139.27;286.04;-0.11183;-0.15098;0.98219;0.01758;7.54306;786.58542;0.000;0.000;0.000;311.0;125.0;242.0;345.0;151.0;316.0
2084;2024.83;1892.90;0.06837;233.15;82.21;59.72;-0.39470;0.17218;0.90254;0.04846;4.54251;330.74578;0.000;0.000;0.000;220.0;73.0;45.0;249.0;91.0;88.0
2075;1996.25;2355.04;0.03451;166.09;103.46;279.25;-0.46292;0.04794;0.88510;0.08469;3.43632;443.23862;0.000;0.000;0.000;152.0;91.0;259.0;182.0;112.0;299.0
2049;2000.96;1653.57;0.10015;338.70;116.20;266.66;0.73930;-0.31063;0.59745;0.02831;5.94291;301.52156;0.000;0.000;0.000;322.0;102.0;246.0;353.0;129.0;285.0
2043;1954.00;2359.87;0.03286;377.70;101.63;241.29;0.09542;0.27665;-0.95622;0.16106;2.49172;504.94398;0.000;0.000;0.000;358.0;91.0;222.0;389.0;120.0;268.0
2042;2000.79;1607.14;0.10907;328.08;60.72;398.68;-0.49811;-0.14396;0.85508;0.01925;7.20822;213.91528;0.000;0.000;0.000;313.0;55.0;380.0;342.0;67.0;423.0
1991;1949.17;1627.27;0.09972;55.29;94.45;248.98;-0.30824;-0.04152;0.95040;0.03400;5.42304;231.99198;0.000;0.000;0.000;45.0;87.0;228.0;66.0;104.0;271.0
1841;1800.96;1490.02;0.11089;214.11;109.99;506.21;0.90773;-0.05187;0.41633;0.03254;5.54348;214.16073;0.000;0.000;0.000;198.0;102.0;490.0;236.0;118.0;519.0
1816;1743.25;1956.64;0.04588;211.87;116.95;238.54;-0.79190;0.06335;0.60736;0.05161;4.40162;426.73542;0.000;0.000;0.000;191.0;110.0;220.0;226.0;126.0;256.0
1743;1692.71;1670.62;0.06950;351.23;70.46;443.24;-0.92570;0.00993;0.37814;0.02005;7.06151;282.85608;0.000;0.000;0.000;331.0;67.0;430.0;377.0;75.0;463.0
1726;1685.54;1460.26;0.10319;30.15;127.12;254.84;0.54969;0.05607;0.83348;0.06092;4.05141;217.00764;0.000;0.000;0.000;15.0;119.0;240.0;44.0;133.0;275.0
1720;1679.42;1405.47;0.11490;324.32;68.63;86.67;-0.52474;0.29247;0.79944;0.03417;5.40945;202.05149;0.000;0.000;0.000;310.0;60.0;68.0;337.0;80.0;104.0
1720;1646.54;2026.12;0.03686;300.33;114.61;394.94;0.56679;-0.11918;0.81520;0.01016;9.92224;399.47477;0.000;0.000;0.000;283.0;109.0;367.0;321.0;122.0;426.0
1712;1644.71;1875.43;0.04638;200.57;114.85;426.76;0.58096;0.13579;0.80252;0.05025;4.46087;369.98651;0.000;0.000;0.000;185.0;104.0;406.0;215.0;121.0;448.0
1661;1613.46;1497.76;0.08763;28.90;86.20;161.08;-0.02648;0.16155;0.98651;0.04578;4.67385;268.77070;0.000;0.000;0.000;15.0;80.0;144.0;41.0;93.0;179.0
1645;1597.46;1429.30;0.09884;284.18;115.23;502.16;-0.14071;0.40099;0.90521;0.36552;1.65404;257.27800;0.000;0.000;0.000;275.0;106.0;488.0;300.0;126.0;517.0
1626;1573.92;1782.45;0.04947;404.23;116.57;332.75;0.54268;-0.07770;0.83634;0.00826;11.00568;318.95308;0.000;0.000;0.000;391.0;109.0;310.0;424.0;121.0;363.0
1623;1561.58;1835.72;0.04458;268.86;120.46;380.36;0.06954;0.08962;0.99355;0.07997;3.53625;361.21871;0.000;0.000;0.000;254.0;104.0;356.0;279.0;128.0;402.0
1611;1588.08;998.89;0.28618;62.68;112.74;198.86;-0.14104;0.16643;0.97591;0.29293;1.84764;141.68283;0.000;0.000;0.000;53.0;104.0;189.0;70.0;120.0;211.0
1547;1488.42;1550.59;0.06721;190.56;86.50;116.96;0.20079;0.45177;0.86924;0.12492;2.82935;322.21492;0.000;0.000;0.000;184.0;75.0;103.0;201.0;98.0;144.0
1519;1462.33;1719.33;0.04759;403.94;83.50;278.99;-0.77388;0.61501;0.15120;0.03303;5.50221;325.33313;0.000;0.000;0.000;391.0;71.0;263.0;420.0;98.0;295.0
1514;1462.67;1491.88;0.07287;248.25;135.64;434.73;0.65876;-0.53881;0.52509;0.06824;3.82821;271.14413;0.000;0.000;0.000;239.0;122.0;418.0;263.0;147.0;457.0
1513;1480.13;1233.58;0.13199;67.52;92.21;254.94;-0.28496;0.29956;0.91053;0.03255;5.54312;192.61273;0.000;0.000;0.000;61.0;80.0;239.0;73.0;100.0;276.0
1504;1446.96;1489.06;0.07172;343.18;95.33;322.14;0.09287;-0.00641;0.99566;0.03815;5.11988;309.03076;0.000;0.000;0.000;330.0;90.0;302.0;357.0;101.0;346.0
1500;1433.46;1847.31;0.03686;384.97;118.40;270.65;0.71466;-0.40683;0.56899;0.01305;8.75438;393.57976;0.000;0.000;0.000;371.0;107.0;252.0;405.0;131.0;288.0
1492;1449.04;1462.77;0.07587;346.05;103.09;439.78;0.16430;-0.19632;0.96668;0.05296;4.34526;247.46425;0.000;0.000;0.000;333.0;96.0;423.0;357.0;111.0;454.0
1470;1417.08;1581.48;0.05742;288.57;113.61;425.27;0.04614;-0.21563;0.97538;0.04564;4.68081;320.34537;0.000;0.000;0.000;279.0;104.0;400.0;295.0;121.0;445.0
1461;1413.29;1492.33;0.06797;148.29;138.13;282.99;-0.34739;0.29383;0.89050;0.03581;5.28435;270.72583;0.000;0.000;0.000;134.0;127.0;263.0;159.0;144.0;300.0
1434;1372.79;1566.12;0.05549;87.59;88.82;104.16;-0.77168;0.56005;0.30144;0.12839;2.79083;317.81363;0.000;0.000;0.000;68.0;78.0;85.0;103.0;102.0;115.0
1428;1358.29;1735.83;0.03989;304.34;109.55;40.23;-0.06606;0.07148;0.99525;0.02556;6.25455;393.50177;0.000;0.000;0.000;290.0;102.0;12.0;318.0;116.0;63.0
1390;1314.25;1807.80;0.03306;118.12;78.57;376.10;-0.27198;-0.13545;0.95272;0.00884;10.63502;420.12079;0.000;0.000;0.000;102.0;71.0;352.0;131.0;84.0;400.0
1373;1321.71;1397.78;0.07235;81.39;127.17;338.38;0.18533;-0.08743;0.97878;0.02204;6.73621;269.52359;0.000;0.000;0.000;71.0;119.0;319.0;91.0;138.0;365.0
1368;1331.42;1214.16;0.11201;300.23;106.99;127.07;-0.60800;0.70064;0.37341;0.10858;3.03480;215.52703;0.000;0.000;0.000;293.0;97.0;113.0;312.0;119.0;139.0
1346;1303.92;1284.15;0.09080;245.77;111.20;185.26;-0.11189;-0.02477;0.99341;0.02739;6.04211;216.33348;0.000;0.000;0.000;235.0;106.0;164.0;255.0;118.0;209.0
1340;1298.92;1196.43;0.11142;145.28;92.96;115.04;0.21500;0.43680;0.87349;0.04961;4.48964;238.85565;0.000;0.000;0.000;134.0;82.0;88.0;155.0;103.0;133.0
1337;1258.00;1707.31;0.03596;70.53;112.14;365.61;0.42684;-0.75627;0.49585;0.10798;3.04322;437.72835;0.000;0.000;0.000;50.0;95.0;346.0;82.0;130.0;380.0
1320;1278.54;1293.73;0.08538;89.43;115.09;254.86;-0.55617;0.02951;0.83054;0.03425;5.40351;222.33961;0.000;0.000;0.000;73.0;109.0;233.0;104.0;122.0;274.0
1320;1273.79;1292.95;0.08490;379.58;89.38;370.78;-0.41982;0.41831;0.80546;0.06036;4.07024;264.06642;0.000;0.000;0.000;370.0;79.0;352.0;392.0;102.0;386.0
1257;1185.17;1670.39;0.03408;254.71;74.64;136.07;0.64965;0.02340;0.75987;0.03290;5.51295;410.63295;0.000;0.000;0.000;236.0;63.0;112.0;270.0;86.0;155.0
1247;1212.67;1168.52;0.10424;344.51;63.02;480.87;-0.32483;0.51205;-0.79517;0.08593;3.41127;205.73125;0.000;0.000;0.000;336.0;55.0;470.0;358.0;75.0;494.0
1238;1180.00;1389.52;0.05870;397.08;87.65;239.16;-0.64979;-0.09979;0.75353;0.06535;3.91188;308.91143;0.000;0.000;0.000;380.0;82.0;223.0;408.0;94.0;260.0
1219;1156.29;1683.35;0.03170;55.66;93.19;511.42;0.25967;-0.31570;0.91264;0.13600;2.71162;340.09597;0.000;0.000;0.000;44.0;77.0;492.0;62.0;104.0;525.0
1216;1178.50;1131.63;0.10839;236.58;110.54;51.90;0.48126;0.16397;0.86111;0.02795;5.98096;222.84016;0.000;0.000;0.000;224.0;104.0;33.0;247.0;116.0;67.0
1209;1154.92;1466.67;0.04781;347.08;124.08;321.57;-0.36140;0.02738;0.93201;0.01361;8.57070;307.78842;0.000;0.000;0.000;333.0;118.0;292.0;359.0;128.0;348.0
1187;1144.46;1239.00;0.07788;403.44;106.50;190.20;-0.20748;0.22448;0.95214;0.01420;8.39117;245.46168;0.000;0.000;0.000;397.0;97.0;163.0;411.0;113.0;211.0
1187;1147.29;1356.07;0.05970;227.89;114.55;292.01;-0.45398;-0.13568;0.88062;0.01553;8.02419;223.26342;0.000;0.000;0.000;214.0;111.0;276.0;244.0;117.0;309.0
1183;1161.00;809.22;0.28769;105.37;91.40;353.89;-0.29522;-0.23384;0.92637;0.15631;2.52930;104.71334;0.000;0.000;0.000;97.0;84.0;343.0;112.0;99.0;368.0
1169;1120.42;1292.02;0.06583;144.57;91.02;482.96;0.70466;0.03045;0.70889;0.04717;4.60417;228.11914;0.000;0.000;0.000;129.0;86.0;463.0;160.0;100.0;502.0
1155;1117.67;1105.68;0.10452;210.70;141.45;212.94;-0.00368;0.16825;0.98574;0.07808;3.57883;195.35762;0.000;0.000;0.000;196.0;134.0;200.0;220.0;147.0;229.0
1154;1105.96;1283.16;0.06548;272.55;147.61;280.44;-0.82507;-0.04630;0.56313;0.02274;6.63107;249.73218;0.000;0.000;0.000;257.0;142.0;264.0;288.0;154.0;295.0
1152;1123.21;994.70;0.14497;272.10;96.44;102.46;0.80809;-0.49978;0.31178;0.07758;3.59030;180.80481;0.000;0.000;0.000;261.0;88.0;93.0;283.0;107.0;112.0
1147;1118.75;936.76;0.17220;62.42;72.42;384.21;-0.80191;-0.07153;0.59315;0.09083;3.31808;147.29134;0.000;0.000;0.000;51.0;66.0;373.0;73.0;77.0;393.0
1138;1090.54;1478.71;0.04160;394.12;63.67;341.84;0.32136;-0.16637;0.93223;0.01369;8.54780;307.78314;0.000;0.000;0.000;382.0;57.0;326.0;410.0;71.0;364.0
1132;1062.21;1540.15;0.03493;237.78;117.59;383.52;-0.76535;-0.05841;0.64096;0.01281;8.83644;382.48110;0.000;0.000;0.000;213.0;111.0;366.0;257.0;121.0;403.0
1125;1079.33;1263.01;0.06540;227.15;79.36;150.66;0.29560;0.20369;0.93334;0.08711;3.38810;224.25530;0.000;0.000;0.000;211.0;72.0;126.0;236.0;94.0;169.0
1100;1063.79;1073.59;0.10343;195.63;74.16;500.67;0.30477;0.33029;0.89332;0.11954;2.89236;191.34047;0.000;0.000;0.000;187.0;68.0;486.0;206.0;85.0;517.0
1096;1070.75;1061.26;0.10848;76.70;154.27;195.47;0.94188;0.12057;0.31356;0.02555;6.25603;151.09002;0.000;0.000;0.000;62.0;151.0;184.0;88.0;158.0;207.0
1085;1057.21;926.56;0.15891;26.21;62.23;60.51;0.38476;0.28780;0.87700;0.07603;3.62667;134.64232;0.000;0.000;0.000;18.0;56.0;49.0;34.0;69.0;74.0
1085;1050.88;1087.94;0.09699;187.93;135.43;237.75;0.75983;-0.04029;0.64887;0.03270;5.53006;191.57059;0.000;0.000;0.000;176.0;133.0;221.0;200.0;139.0;252.0
1065;1007.63;1352.56;0.04641;367.16;66.75;340.25;-0.28400;0.37188;0.88377;0.06821;3.82888;340.95521;0.000;0.000;0.000;353.0;56.0;318.0;376.0;77.0;363.0
1056;991.00;1381.18;0.04216;271.07;92.52;473.04;0.95485;0.11447;0.27415;0.02085;6.92526;342.44339;0.000;0.000;0.000;248.0;83.0;458.0;294.0;98.0;486.0
1050;1008.79;1139.96;0.07769;269.42;128.00;289.06;0.65092;0.07257;0.75567;0.04140;4.91488;202.93372;0.000;0.000;0.000;247.0;121.0;276.0;280.0;133.0;305.0
1038;1001.75;1089.54;0.08775;304.86;63.06;481.95;-0.03576;-0.78976;0.61237;0.07604;3.62644;184.19060;0.000;0.000;0.000;299.0;52.0;469.0;309.0;77.0;496.0
1017;957.71;1463.24;0.03311;388.67;151.52;231.28;0.97884;-0.19157;0.07190;0.01123;9.43473;358.38558;0.000;0.000;0.000;370.0;147.0;216.0;408.0;156.0;245.0
1009;930.88;1592.66;0.02426;46.15;140.54;172.52;0.43303;-0.10176;0.89562;0.02035;7.01031;459.89621;0.000;0.000;0.000;32.0;130.0;148.0;58.0;152.0;194.0
1005;966.42;1006.52;0.10359;330.90;97.88;261.72;-0.91910;-0.30665;0.24744;0.13195;2.75288;190.55798;0.000;0.000;0.000;312.0;89.0;249.0;343.0;106.0;272.0
995;964.38;1048.18;0.09133;259.68;72.13;459.47;-0.29350;-0.15924;0.94260;0.11307;2.97392;241.67210;0.000;0.000;0.000;249.0;63.0;445.0;266.0;80.0;476.0
988;965.50;795.56;0.20938;103.22;88.75;56.59;0.35910;0.45999;0.81207;0.12967;2.77708;122.60700;0.000;0.000;0.000;97.0;80.0;47.0;111.0;99.0;67.0
984;952.92;905.78;0.13820;44.66;84.17;58.77;-0.15789;0.93962;0.30362;0.19422;2.26907;167.52857;0.000;0.000;0.000;39.0;73.0;50.0;51.0;97.0;67.0
965;935.33;887.18;0.14169;104.42;108.43;96.19;0.16715;-0.07210;0.98329;0.03649;5.23499;160.48673;0.000;0.000;0.000;97.0;103.0;75.0;110.0;113.0;111.0
963;921.83;1112.23;0.06985;305.97;116.20;338.93;-0.95072;0.23487;0.20242;0.03826;5.11261;241.58908;0.000;0.000;0.000;289.0;109.0;329.0;320.0;123.0;355.0
961;935.00;856.21;0.15752;40.01;103.13;280.95;-0.51978;-0.25671;0.81482;0.09664;3.21677;149.23294;0.000;0.000;0.000;32.0;97.0;266.0;47.0;108.0;292.0
954;866.58;1525.31;0.02393;37.75;131.96;98.48;0.65207;0.15493;0.74216;0.01555;8.01891;482.27328;0.000;0.000;0.000;13.0;120.0;67.0;56.0;144.0;119.0
944;915.42;849.02;0.15486;106.19;136.04;105.33;-0.21378;0.36129;0.90762;0.05589;4.22980;171.66337;0.000;0.000;0.000;101.0;129.0;92.0;113.0;147.0;122.0
939;883.17;1196.92;0.05145;27.96;26.88;21.73;-0.00853;0.51080;0.85966;0.01887;7.27946;310.44214;0.000;0.000;0.000;15.0;14.0;5.0;40.0;41.0;40.0
929;906.04;819.10;0.16894;103.21;67.30;65.06;-0.33445;0.43233;0.83740;0.03816;5.11879;115.43656;0.000;0.000;0.000;97.0;60.0;51.0;110.0;78.0;76.0
928;902.96;838.21;0.15658;26.71;117.03;282.10;-0.38100;-0.26872;0.88466;0.11812;2.90967;143.24282;0.000;0.000;0.000;18.0;110.0;268.0;33.0;124.0;296.0
912;874.13;993.88;0.08802;382.92;59.21;89.14;0.11705;0.25728;0.95922;0.03898;5.06519;177.58687;0.000;0.000;0.000;374.0;54.0;74.0;392.0;66.0;107.0
893;869.75;747.73;0.20465;131.29;95.85;169.59;0.35683;-0.20462;0.91148;0.09337;3.27261;130.38102;0.000;0.000;0.000;125.0;91.0;157.0;144.0;103.0;179.0
888;843.71;1074.35;0.06492;288.78;59.93;476.08;-0.07619;0.60998;-0.78875;0.06130;4.03899;232.24655;0.000;0.000;0.000;277.0;45.0;461.0;296.0;68.0;487.0
878;849.46;822.62;0.14660;101.08;75.75;132.65;0.97042;-0.17641;0.16485;0.03217;5.57506;128.11870;0.000;0.000;0.000;87.0;70.0;125.0;113.0;80.0;144.0
873;849.25;763.11;0.18355;411.01;72.97;83.92;-0.14079;0.56987;0.80958;0.04304;4.82027;126.35373;0.000;0.000;0.000;405.0;62.0;71.0;416.0;84.0;96.0
865;806.67;1224.40;0.04009;45.75;136.78;356.91;0.01116;-0.02745;0.99956;0.01882;7.28911;311.89909;0.000;0.000;0.000;35.0;133.0;335.0;54.0;142.0;382.0
863;844.58;658.68;0.28230;356.88;126.35;134.35;0.17954;0.03177;0.98324;0.09149;3.30616;94.83839;0.000;0.000;0.000;348.0;123.0;124.0;364.0;132.0;144.0
861;830.38;852.61;0.12582;188.45;85.82;459.87;-0.20230;-0.17639;0.96331;0.02364;6.50360;134.55546;0.000;0.000;0.000;181.0;80.0;441.0;197.0;92.0;477.0
857;819.29;914.98;0.09910;358.73;71.94;474.62;-0.42560;0.18122;-0.88658;0.29461;1.84238;215.88491;0.000;0.000;0.000;349.0;65.0;462.0;369.0;80.0;485.0
850;799.25;1062.18;0.06029;260.04;138.58;405.35;0.87946;-0.01059;-0.47586;0.04012;4.99246;279.60425;0.000;0.000;0.000;248.0;133.0;383.0;273.0;142.0;421.0
847;809.96;967.85;0.08184;214.45;76.89;106.27;0.18328;0.17192;0.96791;0.08273;3.47665;190.54921;0.000;0.000;0.000;206.0;70.0;87.0;221.0;87.0;123.0
841;796.58;1073.23;0.05805;335.47;99.61;39.61;0.24816;0.16235;0.95502;0.01541;8.05662;234.23654;0.000;0.000;0.000;328.0;91.0;10.0;347.0;108.0;56.0
836;813.42;712.68;0.20673;172.78;116.65;119.61;0.16192;0.24673;0.95546;0.14657;2.61203;120.52109;0.000;0.000;0.000;167.0;110.0;110.0;179.0;122.0;134.0
818;784.71;886.15;0.10008;114.94;93.59;119.33;-0.42954;-0.13735;0.89254;0.05823;4.14421;195.44550;0.000;0.000;0.000;105.0;88.0;106.0;124.0;99.0;130.0
818;783.67;888.92;0.09889;413.61;78.04;167.01;-0.47702;0.32072;0.81828;0.03237;5.55772;185.89198;0.000;0.000;0.000;402.0;73.0;153.0;422.0;90.0;186.0
815;796.96;640.80;0.27300;354.20;107.09;62.06;0.86459;0.10929;0.49046;0.05234;4.37121;103.97104;0.000;0.000;0.000;342.0;103.0;55.0;365.0;112.0;70.0
812;786.46;736.98;0.17475;263.84;104.31;63.63;0.12038;-0.28107;0.95211;0.07842;3.57098;118.03795;0.000;0.000;0.000;256.0;98.0;47.0;270.0;113.0;73.0
812;768.79;1020.98;0.06281;313.41;83.86;443.35;-0.57877;-0.05644;0.81354;0.04422;4.75551;232.20498;0.000;0.000;0.000;300.0;79.0;426.0;324.0;90.0;456.0
810;786.63;719.46;0.18792;49.97;73.15;106.39;0.31540;0.23555;0.91926;0.05595;4.22772;120.34320;0.000;0.000;0.000;44.0;66.0;94.0;57.0;79.0;119.0
805;777.25;765.27;0.15245;114.98;111.30;353.47;0.38668;-0.07012;0.91954;0.06282;3.98969;152.32173;0.000;0.000;0.000;106.0;108.0;340.0;125.0;117.0;368.0
803;770.33;816.50;0.12329;262.12;144.51;185.49;-0.31312;0.19963;0.92849;0.03454;5.38101;164.30575;0.000;0.000;0.000;255.0;136.0;162.0;271.0;149.0;201.0
797;763.29;867.51;0.10093;393.00;90.31;116.34;-0.36919;0.13876;0.91894;0.03590;5.27750;178.54016;0.000;0.000;0.000;383.0;87.0;103.0;404.0;96.0;132.0
795;739.96;1126.83;0.04328;46.80;74.70;482.70;0.54354;-0.54577;0.63774;0.02701;6.08465;317.43475;0.000;0.000;0.000;39.0;63.0;471.0;61.0;86.0;499.0
789;753.33;903.54;0.08701;290.45;96.65;496.10;0.09499;-0.46103;0.88229;0.01186;9.18158;183.43861;0.000;0.000;0.000;281.0;89.0;478.0;304.0;108.0;515.0
788;756.37;842.37;0.10825;82.40;76.83;414.36;-0.17703;0.09012;0.98007;0.08736;3.38327;157.12981;0.000;0.000;0.000;75.0;70.0;397.0;91.0;84.0;426.0
779;747.00;1026.01;0.05843;54.93;147.02;218.34;-0.04821;-0.38075;0.92342;0.02277;6.62705;216.05388;0.000;0.000;0.000;51.0;139.0;199.0;60.0;155.0;235.0
775;736.58;934.41;0.07521;383.49;77.16;33.95;0.95028;-0.31141;0.00069;0.05300;4.34367;218.85217;0.000;0.000;0.000;373.0;69.0;25.0;399.0;84.0;46.0
755;728.13;748.84;0.14279;171.30;95.18;326.52;0.67132;0.22650;0.70571;0.04872;4.53029;140.01329;0.000;0.000;0.000;163.0;90.0;316.0;184.0;101.0;338.0
753;724.92;805.23;0.11383;172.22;81.48;81.39;0.14399;-0.04383;0.98861;0.07512;3.64859;148.49215;0.000;0.000;0.000;165.0;75.0;71.0;181.0;85.0;94.0
751;730.29;683.17;0.18917;196.86;76.70;20.44;0.01595;0.34225;0.93947;0.04460;4.73504;100.54464;0.000;0.000;0.000;194.0;67.0;8.0;200.0;83.0;34.0
746;716.92;761.65;0.13156;321.24;128.48;489.87;0.57389;-0.30865;0.75854;0.00749;11.55773;115.60796;0.000;0.000;0.000;311.0;117.0;473.0;340.0;135.0;510.0
746;723.96;671.76;0.19554;371.65;50.09;514.95;0.77143;-0.62709;0.10795;0.07803;3.57996;99.33902;0.000;0.000;0.000;359.0;41.0;508.0;380.0;60.0;521.0
736;717.25;646.29;0.21553;203.26;112.41;74.91;0.30455;0.30888;0.90102;0.06038;4.06964;101.26404;0.000;0.000;0.000;197.0;106.0;64.0;210.0;117.0;87.0
734;716.67;621.49;0.24198;259.11;97.06;347.33;-0.04042;0.54165;0.83963;0.10917;3.02656;77.72548;0.000;0.000;0.000;255.0;88.0;339.0;264.0;105.0;359.0
721;672.71;1049.99;0.04421;176.32;129.12;351.69;0.41264;-0.22691;0.88218;0.01106;9.50660;278.23087;0.000;0.000;0.000;165.0;122.0;332.0;185.0;139.0;376.0
720;680.83;889.26;0.07455;235.07;102.38;166.03;-0.64849;0.22465;0.72731;0.02120;6.86761;213.59448;0.000;0.000;0.000;226.0;94.0;147.0;250.0;107.0;182.0
713;686.96;707.50;0.15070;50.37;111.18;131.77;0.11821;0.39488;0.91110;0.07813;3.57756;142.63116;0.000;0.000;0.000;45.0;103.0;120.0;58.0;118.0;147.0
697;670.46;707.94;0.14329;52.15;79.08;76.25;0.41556;0.23988;0.87736;0.05712;4.18401;146.60019;0.000;0.000;0.000;43.0;72.0;66.0;60.0;85.0;91.0
689;663.17;722.36;0.13196;130.33;119.70;258.60;0.33434;0.28441;0.89851;0.05133;4.41363;147.70902;0.000;0.000;0.000;120.0;112.0;249.0;137.0;125.0;273.0
683;651.04;833.47;0.08280;270.78;160.94;243.90;-0.21026;0.06935;0.97518;0.04040;4.97543;170.34083;0.000;0.000;0.000;264.0;155.0;223.0;279.0;168.0;261.0
678;635.37;890.25;0.06471;72.54;71.70;442.55;0.52351;-0.23712;0.81836;0.02665;6.12535;226.80202;0.000;0.000;0.000;62.0;68.0;423.0;82.0;82.0;454.0
675;648.21;669.50;0.15836;261.31;112.10;410.04;-0.02598;-0.10586;0.99404;0.08940;3.34445;161.73924;0.000;0.000;0.000;255.0;102.0;401.0;266.0;117.0;428.0
669;640.25;757.51;0.10666;365.45;95.99;450.56;-0.14984;-0.02512;0.98839;0.02945;5.82756;175.31834;0.000;0.000;0.000;357.0;91.0;439.0;372.0;100.0;468.0
669;641.58;669.38;0.15522;68.88;119.64;495.81;-0.69852;-0.28256;0.65744;0.07215;3.72294;151.16740;0.000;0.000;0.000;59.0;113.0;482.0;82.0;125.0;507.0
665;644.12;630.73;0.18701;67.49;77.43;411.05;-0.15186;-0.12877;0.97998;0.13637;2.70798;119.77085;0.000;0.000;0.000;63.0;71.0;399.0;74.0;86.0;421.0
664;638.04;718.14;0.12431;351.57;70.84;322.75;-0.45090;0.25412;0.85563;0.01423;8.38380;142.03881;0.000;0.000;0.000;342.0;65.0;310.0;359.0;77.0;341.0
662;641.58;639.77;0.17778;271.48;85.23;407.29;-0.49025;0.03814;0.87075;0.04809;4.56022;106.61658;0.000;0.000;0.000;264.0;79.0;396.0;278.0;91.0;418.0
655;641.25;499.37;0.37346;300.68;134.63;61.82;0.79381;-0.28531;0.53708;0.34489;1.70277;66.28813;0.000;0.000;0.000;295.0;130.0;56.0;307.0;140.0;68.0
654;625.12;745.40;0.10671;162.74;71.55;465.23;0.04805;0.57719;0.81519;0.08948;3.34303;154.45816;0.000;0.000;0.000;158.0;60.0;450.0;169.0;79.0;476.0
653;629.25;671.55;0.14786;185.31;96.34;432.80;-0.43202;-0.04964;0.90050;0.04408;4.76277;111.94059;0.000;0.000;0.000;175.0;93.0;419.0;194.0;102.0;447.0
649;621.08;747.77;0.10434;380.08;89.85;285.53;-0.03212;0.00872;0.99945;0.03828;5.11079;164.52203;0.000;0.000;0.000;371.0;86.0;271.0;385.0;94.0;300.0
639;601.54;756.55;0.09451;214.97;87.06;483.56;0.66905;-0.50229;0.54780;0.09904;3.17755;218.55075;0.000;0.000;0.000;207.0;74.0;472.0;229.0;94.0;499.0
630;606.46;631.49;0.16518;108.21;102.71;274.03;0.42446;-0.13114;0.89590;0.06149;4.03274;135.30767;0.000;0.000;0.000;97.0;98.0;259.0;115.0;108.0;287.0
620;596.50;607.01;0.17992;238.21;83.53;442.95;-0.38135;-0.23167;0.89493;0.09108;3.31355;129.88331;0.000;0.000;0.000;230.0;76.0;429.0;245.0;91.0;454.0
617;601.79;530.25;0.27472;191.32;170.53;205.63;-0.86529;-0.26041;0.42831;0.05765;4.16477;74.55588;0.000;0.000;0.000;182.0;166.0;198.0;200.0;174.0;212.0
615;597.75;505.28;0.31325;387.58;131.30;336.55;-0.44125;0.32757;0.83546;0.17952;2.36018;80.53942;0.000;0.000;0.000;382.0;126.0;327.0;393.0;137.0;343.0
614;589.75;674.14;0.12839;38.62;125.70;131.83;0.49916;0.03287;0.86588;0.05850;4.13449;145.12900;0.000;0.000;0.000;30.0;123.0;121.0;49.0;131.0;144.0
612;579.25;767.47;0.08395;187.57;111.62;173.90;-0.24690;0.17255;0.95355;0.01689;7.69554;183.69989;0.000;0.000;0.000;181.0;107.0;152.0;196.0;116.0;191.0
611;598.54;460.02;0.41622;111.37;42.74;495.77;-0.49042;0.18447;0.85174;0.10699;3.05722;58.41493;0.000;0.000;0.000;107.0;38.0;489.0;116.0;48.0;503.0
605;565.37;856.58;0.05752;322.12;129.66;204.05;0.70274;-0.09926;0.70449;0.01863;7.32574;223.21882;0.000;0.000;0.000;308.0;126.0;191.0;335.0;134.0;221.0
600;563.79;778.84;0.07609;118.48;148.03;139.13;0.99315;0.11358;0.02726;0.03019;5.75551;195.05648;0.000;0.000;0.000;107.0;144.0;128.0;132.0;151.0;149.0
600;566.46;714.81;0.09936;224.06;128.74;175.58;-0.21378;0.69500;0.68650;0.08347;3.46120;174.23854;0.000;0.000;0.000;215.0;117.0;163.0;230.0;138.0;192.0
594;550.38;869.94;0.05204;397.14;91.38;388.98;0.32707;-0.03839;-0.94422;0.04807;4.56091;250.32181;0.000;0.000;0.000;386.0;83.0;376.0;408.0;100.0;403.0
592;564.75;686.68;0.11141;316.15;85.41;91.88;-0.57723;0.25703;0.77507;0.01395;8.46645;140.65212;0.000;0.000;0.000;306.0;78.0;79.0;327.0;91.0;106.0
590;552.25;789.91;0.06998;414.93;63.76;318.56;-0.86219;0.09609;0.49739;0.03238;5.55747;206.79621;0.000;0.000;0.000;401.0;59.0;304.0;423.0;67.0;330.0
589;564.00;648.29;0.13204;116.08;113.19;144.50;-0.84174;0.28165;0.46059;0.08645;3.40114;151.14478;0.000;0.000;0.000;106.0;108.0;134.0;125.0;118.0;151.0
586;569.08;563.12;0.20512;376.84;21.08;24.88;-0.11620;0.42684;0.89683;0.05568;4.23809;94.96240;0.000;0.000;0.000;372.0;16.0;15.0;385.0;26.0;36.0
585;558.21;648.08;0.12947;405.66;107.69;260.45;0.71874;-0.29518;0.62950;0.20065;2.23245;158.88335;0.000;0.000;0.000;393.0;101.0;251.0;413.0;112.0;268.0
584;562.83;579.39;0.18421;170.94;112.70;239.54;-0.15273;0.03065;0.98779;0.03832;5.10824;118.54629;0.000;0.000;0.000;165.0;109.0;228.0;177.0;116.0;255.0
575;561.29;435.84;0.43036;56.05;121.35;228.83;0.33485;0.13713;0.93224;0.22550;2.10585;58.62431;0.000;0.000;0.000;50.0;117.0;222.0;61.0;125.0;236.0
575;544.08;679.93;0.10651;161.28;101.95;386.23;-0.62870;-0.03650;0.77679;0.02303;6.58982;147.79795;0.000;0.000;0.000;151.0;96.0;371.0;172.0;107.0;399.0
574;556.38;536.51;0.22670;163.30;71.57;46.43;0.55854;0.43979;0.70330;0.05510;4.26031;91.21414;0.000;0.000;0.000;156.0;64.0;37.0;172.0;77.0;56.0
566;544.79;556.89;0.19436;197.81;64.37;51.43;-0.63587;0.69673;0.33203;0.05771;4.16285;93.80962;0.000;0.000;0.000;191.0;58.0;44.0;206.0;75.0;60.0
566;540.71;708.92;0.09281;400.53;120.20;369.27;0.35730;0.01468;0.93387;0.03175;5.61226;156.38972;0.000;0.000;0.000;391.0;117.0;360.0;410.0;122.0;382.0
565;547.33;513.24;0.25061;176.70;106.35;34.77;0.15648;0.06350;0.98564;0.09282;3.28231;92.53443;0.000;0.000;0.000;173.0;102.0;22.0;180.0;111.0;46.0
565;534.42;676.53;0.10432;403.44;110.14;228.20;0.30481;0.11600;0.94532;0.02118;6.87163;163.40065;0.000;0.000;0.000;398.0;106.0;214.0;415.0;115.0;242.0
561;537.12;638.46;0.12537;138.86;99.43;187.32;-0.95316;0.27464;0.12674;0.10812;3.04120;132.56638;0.000;0.000;0.000;131.0;95.0;180.0;152.0;106.0;197.0
556;529.92;626.43;0.12920;347.04;98.35;138.08;0.26270;-0.38819;0.88334;0.03471;5.36784;141.65214;0.000;0.000;0.000;341.0;90.0;125.0;353.0;107.0;153.0
548;527.87;539.65;0.20053;185.75;94.93;157.25;0.50367;0.52481;0.68621;0.12385;2.84148;99.34772;0.000;0.000;0.000;180.0;86.0;150.0;194.0;102.0;168.0
548;515.13;689.99;0.09136;311.99;84.30;230.83;0.92409;-0.34426;0.16594;0.02038;7.00449;168.97148;0.000;0.000;0.000;300.0;77.0;224.0;325.0;96.0;239.0
544;519.46;594.23;0.14545;106.26;100.40;505.62;0.56014;-0.07319;0.82516;0.08473;3.43545;122.90793;0.000;0.000;0.000;99.0;96.0;495.0;115.0;107.0;516.0
543;525.37;531.29;0.20816;118.85;40.99;26.52;-0.65751;0.08881;0.74819;0.03584;5.28242;88.12411;0.000;0.000;0.000;111.0;36.0;19.0;127.0;45.0;37.0
543;519.46;614.01;0.13183;106.66;126.18;128.07;0.06498;-0.02132;0.99766;0.04153;4.90698;124.20581;0.000;0.000;0.000;104.0;119.0;116.0;110.0;132.0;142.0
541;520.87;531.42;0.20446;215.82;92.49;94.43;-0.26499;-0.95935;0.09711;0.27580;1.90416;107.37691;0.000;0.000;0.000;212.0;86.0;89.0;222.0;100.0;100.0
538;521.92;548.33;0.18686;368.46;124.63;231.30;-0.06198;-0.29501;0.95348;0.07932;3.55071;99.23553;0.000;0.000;0.000;365.0;119.0;221.0;373.0;132.0;241.0
538;513.04;600.88;0.13721;117.24;120.80;283.79;-0.08123;-0.21282;0.97371;0.04769;4.57917;127.17927;0.000;0.000;0.000;112.0;116.0;269.0;123.0;127.0;302.0
536;520.42;461.30;0.31204;385.61;69.79;305.85;-0.52304;0.46486;0.71438;0.11767;2.91521;91.44327;0.000;0.000;0.000;381.0;64.0;299.0;391.0;76.0;313.0
535;516.96;506.51;0.23259;83.16;113.77;235.16;0.53259;0.04076;0.84539;0.08709;3.38863;93.66450;0.000;0.000;0.000;76.0;110.0;227.0;90.0;117.0;246.0
532;509.79;608.39;0.13052;371.18;74.80;183.35;0.07653;0.35238;0.93272;0.02335;6.54456;118.07479;0.000;0.000;0.000;365.0;69.0;171.0;375.0;84.0;196.0
532;507.33;595.09;0.13813;353.01;41.51;512.83;-0.60828;0.18124;0.77275;0.10932;3.02443;131.19937;0.000;0.000;0.000;342.0;35.0;503.0;360.0;47.0;525.0
527;506.25;548.94;0.17523;75.14;53.46;38.95;-0.48031;0.45490;0.74992;0.03776;5.14624;112.23907;0.000;0.000;0.000;68.0;44.0;28.0;83.0;61.0;50.0
527;492.96;675.75;0.08907;140.88;105.61;439.99;-0.12339;-0.33890;0.93270;0.08777;3.37535;191.05618;0.000;0.000;0.000;133.0;98.0;426.0;148.0;111.0;457.0
525;509.33;492.26;0.24597;325.10;146.13;252.31;-0.49855;0.82963;0.25134;0.19099;2.28823;88.78237;0.000;0.000;0.000;321.0;141.0;245.0;332.0;152.0;261.0
520;481.04;777.39;0.05571;78.45;61.44;59.10;-0.41826;0.36487;0.83182;0.21271;2.16825;228.09659;0.000;0.000;0.000;68.0;55.0;48.0;87.0;72.0;70.0
518;483.71;720.48;0.07075;109.98;57.67;474.22;-0.03785;-0.03883;0.99853;0.02284;6.61632;208.24498;0.000;0.000;0.000;105.0;54.0;454.0;117.0;62.0;488.0
512;485.79;578.79;0.13766;64.85;103.25;128.74;-0.05142;-0.00200;0.99868;0.06248;4.00056;136.99179;0.000;0.000;0.000;58.0;99.0;114.0;71.0;109.0;144.0
512;488.29;554.58;0.15810;101.50;78.55;198.01;0.92672;-0.21039;0.31132;0.06831;3.82618;111.43471;0.000;0.000;0.000;90.0;74.0;190.0;108.0;82.0;207.0
511;491.08;522.93;0.19073;91.19;115.15;124.51;0.00624;-0.07609;0.99708;0.05173;4.39688;100.14475;0.000;0.000;0.000;86.0;110.0;113.0;94.0;119.0;137.0
502;469.67;655.82;0.08845;128.66;97.74;127.74;0.02903;0.25224;0.96723;0.03566;5.29554;177.83952;0.000;0.000;0.000;123.0;91.0;117.0;137.0;104.0;148.0
501;487.58;435.31;0.32595;263.48;58.64;120.28;0.54405;-0.38595;0.74501;0.10637;3.06609;69.47930;0.000;0.000;0.000;258.0;52.0;113.0;269.0;63.0;127.0
497;475.29;572.54;0.13613;76.84;55.23;9.93;-0.43000;0.81015;0.39845;0.05190;4.38932;110.90892;0.000;0.000;0.000;72.0;46.0;2.0;82.0;65.0;17.0
495;467.29;600.07;0.11429;24.37;104.41;97.19;0.40369;-0.47869;0.77967;0.16863;2.43519;140.53028;0.000;0.000;0.000;18.0;94.0;86.0;31.0;110.0;107.0
493;463.13;674.54;0.07904;129.60;58.16;473.66;0.28404;0.03529;0.95816;0.02570;6.23832;172.39651;0.000;0.000;0.000;122.0;56.0;458.0;138.0;61.0;488.0
492;466.79;624.60;0.10113;212.94;111.41;174.04;-0.53299;0.82781;0.17509;0.03812;5.12191;133.74579;0.000;0.000;0.000;207.0;103.0;164.0;223.0;121.0;182.0
492;472.54;508.20;0.19241;326.41;54.04;488.28;-0.34599;0.21091;0.91422;0.06379;3.95923;104.44013;0.000;0.000;0.000;321.0;50.0;478.0;335.0;58.0;498.0
491;471.42;510.30;0.18914;312.73;103.76;101.89;-0.22822;0.35818;0.90533;0.05089;4.43265;95.67124;0.000;0.000;0.000;307.0;98.0;88.0;317.0;109.0;113.0
491;472.08;532.38;0.16705;306.54;145.05;282.62;0.17618;-0.23937;0.95481;0.03759;5.15746;92.03016;0.000;0.000;0.000;303.0;138.0;274.0;311.0;150.0;292.0
490;477.63;402.66;0.39520;371.25;132.55;445.03;0.61044;-0.00519;0.79205;0.31503;1.78167;65.15470;0.000;0.000;0.000;365.0;128.0;439.0;376.0;137.0;451.0
489;467.21;522.77;0.17280;131.11;117.58;508.69;-0.59358;0.31326;-0.74130;0.13967;2.67577;99.28282;0.000;0.000;0.000;121.0;112.0;499.0;138.0;123.0;517.0
481;464.25;445.05;0.27653;188.10;129.95;176.25;-0.02526;0.03054;0.99921;0.09182;3.30021;75.35883;0.000;0.000;0.000;183.0;127.0;167.0;194.0;135.0;188.0
480;455.17;572.17;0.12509;266.66;101.32;166.84;-0.08253;-0.01870;0.99641;0.02905;5.86687;128.67832;0.000;0.000;0.000;262.0;98.0;153.0;273.0;105.0;182.0
479;456.96;548.86;0.14283;219.96;145.90;141.28;-0.34141;0.45689;0.82140;0.09627;3.22298;119.11917;0.000;0.000;0.000;215.0;141.0;130.0;227.0;152.0;151.0
479;462.50;464.95;0.24069;84.09;102.45;168.54;-0.57887;-0.19932;0.79068;0.09444;3.25396;74.65344;0.000;0.000;0.000;76.0;98.0;161.0;90.0;108.0;177.0
478;451.96;581.61;0.11742;298.30;103.60;458.55;-0.34940;0.80870;0.47321;0.04877;4.52824;132.30046;0.000;0.000;0.000;292.0;92.0;449.0;304.0;116.0;467.0
477;460.63;529.59;0.16155;302.47;125.19;269.52;-0.22915;0.20598;0.95135;0.07521;3.64641;94.47145;0.000;0.000;0.000;297.0;122.0;260.0;311.0;129.0;280.0
477;451.00;629.81;0.09208;87.05;92.72;417.26;0.96006;0.13695;-0.24397;0.03590;5.27798;125.66027;0.000;0.000;0.000;73.0;88.0;406.0;97.0;96.0;427.0
472;457.04;421.41;0.31569;273.32;151.74;392.13;-0.17763;0.23754;0.95500;0.15526;2.53784;75.30804;0.000;0.000;0.000;269.0;148.0;385.0;279.0;157.0;401.0
469;431.71;705.45;0.06004;363.84;98.33;269.71;-0.26527;0.02731;0.96379;0.00948;10.27001;206.79493;0.000;0.000;0.000;357.0;90.0;256.0;371.0;103.0;286.0
467;454.79;394.89;0.37988;34.42;76.42;75.50;-0.38025;0.16059;0.91083;0.18419;2.33005;62.70075;0.000;0.000;0.000;30.0;72.0;69.0;39.0;80.0;84.0
467;449.33;456.53;0.23998;115.94;137.06;187.02;-0.15655;0.16759;0.97335;0.11798;2.91130;101.16185;0.000;0.000;0.000;110.0;133.0;176.0;122.0;142.0;197.0
466;441.54;546.30;0.13524;64.38;108.32;288.42;0.17003;-0.11649;0.97853;0.01435;8.34872;116.58487;0.000;0.000;0.000;60.0;104.0;268.0;70.0;112.0;302.0
466;449.38;503.53;0.17890;276.96;46.94;484.93;0.15434;-0.50090;0.85163;0.05059;4.44591;100.75328;0.000;0.000;0.000;274.0;39.0;475.0;279.0;54.0;493.0
464;443.50;485.85;0.19398;117.75;85.42;83.38;-0.14877;0.38922;0.90905;0.04796;4.56635;102.54798;0.000;0.000;0.000;110.0;80.0;75.0;123.0;90.0;97.0
463;443.71;526.94;0.15218;384.21;47.32;473.84;-0.46080;0.17490;0.87010;0.03258;5.54044;101.93980;0.000;0.000;0.000;378.0;39.0;467.0;389.0;53.0;484.0
462;430.83;639.63;0.08022;311.88;78.97;512.91;-0.43949;-0.03432;0.89759;0.03143;5.64099;157.53996;0.000;0.000;0.000;304.0;74.0;499.0;320.0;84.0;524.0
460;431.67;623.52;0.08693;37.85;98.48;459.67;0.28695;0.54240;0.78959;0.09868;3.18343;145.77400;0.000;0.000;0.000;30.0;91.0;448.0;45.0;106.0;469.0
458;423.96;633.02;0.08014;281.99;77.30;454.36;-0.32364;0.04370;0.94517;0.03270;5.52962;176.07811;0.000;0.000;0.000;273.0;72.0;442.0;290.0;83.0;474.0
453;436.13;492.37;0.18022;406.34;75.51;369.57;-0.36377;0.10409;0.92565;0.05907;4.11458;99.36171;0.000;0.000;0.000;398.0;70.0;361.0;410.0;79.0;381.0
452;436.83;408.20;0.31730;189.33;51.12;15.03;0.73864;-0.32150;-0.59249;0.13072;2.76583;81.17427;0.000;0.000;0.000;184.0;48.0;4.0;198.0;55.0;21.0
451;436.33;413.35;0.30488;411.11;75.65;340.33;-0.60516;0.08033;0.79204;0.29919;1.82821;79.49761;0.000;0.000;0.000;405.0;72.0;333.0;416.0;80.0;346.0
451;433.83;536.39;0.13793;12.40;126.58;373.36;0.06688;-0.34920;0.93466;0.02901;5.87077;93.25906;0.000;0.000;0.000;11.0;121.0;362.0;15.0;135.0;384.0
450;426.08;529.92;0.13798;66.91;95.39;381.37;0.12198;0.30247;0.94532;0.10624;3.06807;132.84849;0.000;0.000;0.000;62.0;89.0;370.0;70.0;101.0;389.0
449;422.75;553.80;0.11900;100.04;91.47;131.07;0.69010;-0.03692;0.72277;0.13842;2.68780;142.31170;0.000;0.000;0.000;90.0;82.0;117.0;106.0;95.0;138.0
449;428.79;472.04;0.19770;32.01;86.23;429.12;0.07384;-0.07469;0.99447;0.08759;3.37892;108.48475;0.000;0.000;0.000;27.0;82.0;420.0;38.0;89.0;441.0
448;435.37;412.40;0.30565;146.16;94.72;45.59;-0.50825;-0.14804;0.84839;0.11340;2.96958;63.13154;0.000;0.000;0.000;139.0;92.0;39.0;152.0;98.0;54.0
448;435.29;411.28;0.30804;13.48;95.75;350.50;-0.16355;0.07698;0.98353;0.07171;3.73430;65.15352;0.000;0.000;0.000;9.0;93.0;341.0;18.0;98.0;359.0
448;431.21;513.10;0.15567;51.55;100.85;354.62;-0.13606;0.54898;0.82469;0.06269;3.99381;107.40246;0.000;0.000;0.000;49.0;94.0;345.0;54.0;108.0;364.0
448;434.83;369.55;0.42372;287.97;145.97;410.68;-0.40652;0.45830;0.79038;0.14729;2.60565;55.70269;0.000;0.000;0.000;283.0;140.0;404.0;292.0;150.0;417.0
445;417.33;594.33;0.09383;103.52;124.55;333.20;0.00106;-0.33330;0.94282;0.01491;8.18862;133.39243;0.000;0.000;0.000;97.0;116.0;318.0;108.0;130.0;349.0
445;424.67;480.49;0.18387;264.22;90.09;488.18;0.45498;-0.23961;0.85766;0.06840;3.82360;108.52055;0.000;0.000;0.000;255.0;87.0;479.0;270.0;95.0;499.0
444;425.54;543.90;0.12729;83.83;151.20;226.85;-0.06172;-0.33468;0.94031;0.04300;4.82251;108.49719;0.000;0.000;0.000;80.0;144.0;216.0;87.0;157.0;237.0
442;417.46;607.67;0.08784;326.38;105.44;166.42;0.06657;0.07178;0.99520;0.00991;10.04313;132.22015;0.000;0.000;0.000;320.0;101.0;151.0;332.0;108.0;182.0
442;417.08;560.96;0.11146;185.02;115.34;278.77;0.71373;-0.34783;0.60795;0.02117;6.87270;138.09706;0.000;0.000;0.000;173.0;112.0;268.0;196.0;121.0;288.0
437;402.58;686.83;0.05657;65.51;123.70;464.81;0.31336;-0.23408;0.92033;0.01208;9.10030;191.94289;0.000;0.000;0.000;57.0;120.0;450.0;74.0;127.0;478.0
432;414.25;464.72;0.19338;160.15;90.13;145.39;0.50491;-0.32432;0.79993;0.04611;4.65685;80.37139;0.000;0.000;0.000;153.0;85.0;137.0;167.0;95.0;154.0
429;412.38;435.07;0.23354;398.28;110.26;300.78;0.24263;0.04489;0.96908;0.05933;4.10532;101.46355;0.000;0.000;0.000;392.0;107.0;290.0;403.0;114.0;313.0
427;413.46;407.08;0.28659;88.47;83.01;183.41;0.94167;-0.06597;0.33000;0.20060;2.23273;71.51808;0.000;0.000;0.000;84.0;79.0;176.0;97.0;87.0;189.0
426;407.29;437.27;0.22439;221.44;119.97;339.98;-0.48874;0.80329;0.34037;0.09480;3.24783;88.35059;0.000;0.000;0.000;215.0;111.0;333.0;227.0;126.0;348.0
425;410.50;464.31;0.19040;45.25;86.36;512.62;-0.10611;0.40043;0.91016;0.03843;5.10122;84.95667;0.000;0.000;0.000;42.0;80.0;503.0;48.0;93.0;521.0
424;391.50;587.28;0.08558;64.08;69.96;87.25;0.47841;0.33398;0.81215;0.01234;9.00385;174.11374;0.000;0.000;0.000;54.0;62.0;72.0;73.0;75.0;100.0
424;401.50;511.11;0.13654;87.25;105.43;329.38;0.39525;-0.16893;0.90291;0.07143;3.74160;107.23578;0.000;0.000;0.000;80.0;98.0;320.0;92.0;111.0;338.0
423;400.63;499.30;0.14583;405.01;71.16;43.30;0.27583;-0.28551;0.91782;0.03826;5.11263;115.89468;0.000;0.000;0.000;401.0;64.0;27.0;409.0;77.0;51.0
423;398.46;554.18;0.10550;386.70;75.93;206.41;0.69271;-0.02968;0.72060;0.02584;6.22142;136.89675;0.000;0.000;0.000;378.0;73.0;197.0;395.0;80.0;221.0
422;388.71;658.88;0.05974;244.52;115.45;323.60;0.44850;-0.06581;0.89136;0.00512;13.97011;184.10542;0.000;0.000;0.000;235.0;112.0;305.0;254.0;118.0;342.0
421;401.71;443.64;0.20902;105.82;37.50;53.33;0.95432;0.27092;0.12597;0.15452;2.54393;97.84574;0.000;0.000;0.000;95.0;33.0;48.0;111.0;42.0;60.0
421;403.67;507.87;0.14068;155.33;54.20;479.69;0.03596;0.42747;-0.90331;0.03375;5.44355;104.77978;0.000;0.000;0.000;152.0;48.0;472.0;158.0;61.0;489.0
420;395.96;529.19;0.11965;384.89;137.00;284.94;-0.44154;0.31016;0.84193;0.08906;3.35079;136.11258;0.000;0.000;0.000;376.0;128.0;275.0;389.0;143.0;294.0
420;403.46;435.92;0.22224;98.81;122.75;442.44;-0.01868;-0.50840;0.86092;0.16035;2.49729;86.72418;0.000;0.000;0.000;95.0;116.0;434.0;104.0;128.0;450.0
419;407.67;340.92;0.47434;144.75;83.47;123.11;0.30890;0.43403;0.84629;0.23767;2.05124;46.16673;0.000;0.000;0.000;140.0;78.0;117.0;148.0;88.0;129.0
418;401.96;412.27;0.26078;47.19;97.44;204.05;-0.34304;0.87344;0.34558;0.12537;2.82421;74.51549;0.000;0.000;0.000;43.0;91.0;196.0;53.0;104.0;210.0
417;397.75;531.17;0.11939;381.74;65.41;458.72;0.67297;-0.54100;0.50441;0.02326;6.55653;107.02061;0.000;0.000;0.000;372.0;58.0;452.0;388.0;72.0;467.0
417;395.87;506.14;0.13670;331.37;125.45;464.15;0.35044;-0.15741;0.92326;0.10874;3.03256;130.65248;0.000;0.000;0.000;327.0;121.0;455.0;337.0;135.0;473.0
416;388.29;593.65;0.08150;311.31;120.82;457.77;-0.25249;0.52133;0.81515;0.04351;4.79412;162.10590;0.000;0.000;0.000;301.0;114.0;446.0;319.0;127.0;469.0
415;395.33;485.17;0.15477;85.65;131.69;178.10;0.59886;0.39942;0.69414;0.01717;7.63182;92.74355;0.000;0.000;0.000;79.0;125.0;167.0;96.0;138.0;190.0
412;395.79;459.50;0.18262;361.96;93.25;400.17;0.92148;-0.26718;-0.28195;0.06639;3.88095;89.03076;0.000;0.000;0.000;355.0;90.0;393.0;370.0;97.0;408.0
410;371.42;704.82;0.04456;13.89;96.09;419.87;0.18991;0.45832;0.86826;0.02977;5.79581;220.94783;0.000;0.000;0.000;9.0;86.0;410.0;20.0;104.0;436.0
410;392.29;435.42;0.21084;412.91;81.94;450.93;-0.42657;0.07175;0.90160;0.09024;3.32897;89.09049;0.000;0.000;0.000;407.0;79.0;441.0;420.0;86.0;458.0
409;390.87;440.67;0.20192;196.29;136.06;265.88;-0.05134;0.02760;0.99830;0.07609;3.62516;94.49885;0.000;0.000;0.000;190.0;133.0;257.0;204.0;138.0;274.0
408;390.88;466.22;0.17051;222.53;109.37;119.47;-0.20663;0.09310;0.97398;0.03730;5.17762;87.26925;0.000;0.000;0.000;218.0;105.0;109.0;227.0;114.0;130.0
407;390.42;423.97;0.22621;255.24;103.97;431.54;-0.55647;-0.16004;0.81531;0.08645;3.40111;78.99258;0.000;0.000;0.000;249.0;101.0;423.0;262.0;108.0;442.0
406;384.75;516.37;0.12160;190.52;100.79;273.52;0.52964;-0.63659;0.56056;0.03109;5.67099;106.48456;0.000;0.000;0.000;185.0;94.0;267.0;197.0;108.0;284.0
405;390.75;430.16;0.21695;201.64;90.85;408.94;-0.37878;0.30509;0.87375;0.06881;3.81232;68.70836;0.000;0.000;0.000;197.0;84.0;401.0;206.0;94.0;419.0
403;386.00;412.18;0.24064;324.27;48.19;27.28;0.31363;0.05930;0.94769;0.13333;2.73860;97.35958;0.000;0.000;0.000;318.0;44.0;20.0;331.0;52.0;36.0
403;366.37;652.64;0.05461;414.16;121.83;288.79;-0.25650;0.05924;0.96473;0.00645;12.45437;201.42279;0.000;0.000;0.000;407.0;120.0;274.0;421.0;125.0;309.0
402;383.75;454.69;0.17717;412.90;52.28;77.63;-0.00149;0.24283;-0.97007;0.06504;3.92119;96.69331;0.000;0.000;0.000;406.0;47.0;69.0;419.0;57.0;88.0
402;386.88;399.49;0.26551;39.70;106.76;104.89;-0.63485;0.52680;0.56520;0.19079;2.28943;80.52244;0.000;0.000;0.000;34.0;101.0;99.0;45.0;112.0;111.0
401;380.33;474.64;0.15300;267.32;133.90;363.79;0.79580;-0.47903;0.37046;0.05803;4.15110;103.15534;0.000;0.000;0.000;261.0;130.0;357.0;274.0;140.0;376.0
399;377.42;497.29;0.13100;359.30;72.82;23.64;-0.71605;0.68405;0.13909;0.04137;4.91635;116.19935;0.000;0.000;0.000;352.0;67.0;14.0;365.0;79.0;32.0
399;382.83;411.18;0.23843;217.29;122.36;436.36;-0.08805;0.45007;0.88864;0.17936;2.36123;82.92894;0.000;0.000;0.000;213.0;117.0;428.0;221.0;130.0;445.0
398;382.83;448.19;0.18412;204.96;109.87;351.38;-0.05444;0.07413;0.99576;0.05543;4.24743;89.79750;0.000;0.000;0.000;201.0;107.0;341.0;210.0;112.0;361.0
398;354.04;723.31;0.03746;46.95;57.92;496.22;-0.23159;-0.07509;0.96991;0.02344;6.53202;266.54408;0.000;0.000;0.000;37.0;51.0;480.0;58.0;61.0;512.0
398;373.42;565.12;0.08738;261.61;105.48;505.83;-0.83888;0.30744;0.44918;0.04540;4.69302;161.75605;0.000;0.000;0.000;254.0;101.0;496.0;271.0;110.0;515.0
396;370.42;508.09;0.11831;160.55;98.48;106.15;0.46071;0.51404;0.72354;0.02348;6.52584;127.09289;0.000;0.000;0.000;152.0;91.0;96.0;168.0;107.0;119.0
396;386.46;306.12;0.58883;379.31;59.02;240.12;-0.23889;-0.06365;0.96896;0.29323;1.84671;38.23470;0.000;0.000;0.000;375.0;56.0;235.0;384.0;62.0;245.0
396;381.96;393.98;0.26982;116.26;87.98;389.60;-0.04228;-0.28847;0.95656;0.05214;4.37949;57.94011;0.000;0.000;0.000;113.0;84.0;380.0;120.0;92.0;399.0
395;378.79;400.33;0.25293;292.06;69.85;432.27;0.23594;0.04684;0.97064;0.06299;3.98441;64.25143;0.000;0.000;0.000;288.0;67.0;423.0;297.0;73.0;441.0
394;381.75;357.20;0.36164;410.62;107.11;106.36;0.18597;-0.96254;0.19732;0.23760;2.05154;65.36803;0.000;0.000;0.000;408.0;101.0;102.0;415.0;114.0;111.0
393;374.13;452.63;0.17071;234.64;107.10;97.75;-0.05708;0.12533;0.99047;0.07434;3.66771;87.42776;0.000;0.000;0.000;230.0;104.0;89.0;244.0;110.0;109.0
392;366.96;527.34;0.10385;245.58;154.65;238.20;0.68676;0.01154;0.72679;0.03567;5.29467;126.18814;0.000;0.000;0.000;235.0;152.0;226.0;256.0;158.0;252.0
392;367.08;496.13;0.12480;194.33;107.51;395.84;-0.17542;-0.41612;0.89223;0.14237;2.65024;141.84300;0.000;0.000;0.000;190.0;102.0;385.0;202.0;113.0;404.0
391;366.42;550.86;0.09084;243.81;69.52;453.85;-0.26436;-0.42725;0.86462;0.03879;5.07725;129.55994;0.000;0.000;0.000;239.0;63.0;444.0;248.0;77.0;467.0
389;361.92;524.96;0.10240;366.12;91.36;166.63;-0.20471;0.96182;0.18164;0.03356;5.45888;127.42331;0.000;0.000;0.000;361.0;80.0;157.0;370.0;102.0;176.0
388;375.46;353.76;0.36013;90.40;79.72;381.58;-0.36536;-0.56208;0.74201;0.09256;3.28691;54.97670;0.000;0.000;0.000;86.0;74.0;375.0;95.0;86.0;389.0
387;364.58;479.29;0.13654;397.53;86.06;421.58;-0.44055;0.55393;0.70645;0.06796;3.83603;112.20295;0.000;0.000;0.000;391.0;76.0;413.0;404.0;93.0;431.0
385;360.79;496.51;0.12028;134.33;96.26;95.40;0.73942;0.25328;0.62378;0.07034;3.77037;129.59750;0.000;0.000;0.000;123.0;92.0;87.0;141.0;104.0;106.0
385;363.79;491.64;0.12596;107.05;125.66;436.79;0.47839;-0.39837;0.78259;0.02123;6.86244;110.06297;0.000;0.000;0.000;100.0;121.0;426.0;115.0;132.0;450.0
384;362.25;472.50;0.14069;153.25;108.22;332.02;-0.09271;-0.26587;0.95954;0.04414;4.75958;109.34331;0.000;0.000;0.000;148.0;103.0;321.0;157.0;114.0;348.0
383;365.75;429.19;0.19137;274.35;143.24;373.07;0.23480;-0.13329;0.96286;0.05755;4.16855;75.32091;0.000;0.000;0.000;270.0;140.0;361.0;279.0;147.0;384.0
383;361.00;503.44;0.11551;128.40;125.57;400.55;-0.19457;-0.04086;0.98004;0.03538;5.31611;117.92241;0.000;0.000;0.000;123.0;123.0;388.0;137.0;128.0;412.0
383;361.75;497.38;0.12028;390.33;97.11;485.19;0.76154;-0.39980;0.51011;0.03575;5.28915;115.97098;0.000;0.000;0.000;383.0;90.0;474.0;401.0;101.0;493.0
383;353.71;592.96;0.06787;68.17;69.73;511.40;-0.40419;0.43801;0.80298;0.03548;5.30921;167.42347;0.000;0.000;0.000;59.0;63.0;502.0;76.0;75.0;525.0
382;360.25;488.20;0.12615;213.55;91.00;136.46;0.93262;0.21214;0.29190;0.04087;4.94629;121.49376;0.000;0.000;0.000;202.0;86.0;131.0;224.0;96.0;144.0
381;361.79;413.83;0.20888;144.37;130.60;191.88;-0.45750;-0.22547;0.86015;0.10576;3.07503;99.37519;0.000;0.000;0.000;138.0;126.0;185.0;150.0;136.0;206.0
381;353.96;550.73;0.08483;382.82;101.54;500.75;0.09117;-0.53628;0.83910;0.01637;7.81698;139.00502;0.000;0.000;0.000;377.0;92.0;485.0;387.0;110.0;512.0
379;367.00;335.57;0.40311;76.25;96.09;228.55;-0.36656;0.73795;0.56662;0.15432;2.54563;53.36155;0.000;0.000;0.000;73.0;89.0;222.0;80.0;102.0;234.0
378;364.50;355.33;0.33493;93.68;77.29;44.06;-0.00992;-0.03677;0.99927;0.15393;2.54885;61.91973;0.000;0.000;0.000;91.0;73.0;35.0;97.0;82.0;50.0
378;358.21;481.22;0.13023;417.93;92.51;195.13;0.91919;-0.32475;0.22277;0.06201;4.01592;103.48562;0.000;0.000;0.000;410.0;89.0;185.0;425.0;97.0;204.0
378;361.21;465.40;0.14638;54.99;106.24;329.92;-0.29240;-0.22566;0.92929;0.15578;2.53365;95.86997;0.000;0.000;0.000;48.0;103.0;320.0;62.0;112.0;337.0
376;355.38;474.29;0.13388;301.46;151.62;368.89;-0.04317;-0.00745;0.99904;0.02420;6.42875;111.38313;0.000;0.000;0.000;297.0;148.0;356.0;306.0;155.0;382.0
375;358.96;427.85;0.18606;319.44;98.27;198.15;0.72806;-0.09426;0.67900;0.10795;3.04358;91.67380;0.000;0.000;0.000;312.0;95.0;190.0;326.0;102.0;205.0
374;350.92;542.96;0.08701;127.15;149.48;352.78;-0.18831;0.54779;0.81515;0.02970;5.80236;124.64425;0.000;0.000;0.000;121.0;142.0;342.0;131.0;158.0;365.0
373;349.92;520.83;0.09802;221.39;124.72;120.33;0.52857;0.01740;0.84871;0.01662;7.75733;117.37045;0.000;0.000;0.000;214.0;123.0;109.0;230.0;127.0;131.0
373;349.67;504.54;0.10766;148.33;80.45;444.89;-0.51807;0.41701;0.74680;0.10580;3.07441;112.50601;0.000;0.000;0.000;141.0;74.0;435.0;154.0;84.0;453.0
371;354.21;407.49;0.20971;232.39;98.80;412.25;-0.35012;-0.04787;0.93548;0.07913;3.55481;86.46364;0.000;0.000;0.000;225.0;95.0;402.0;239.0;102.0;421.0
370;352.33;412.47;0.20007;32.58;87.04;36.01;-0.66304;-0.15091;0.73321;0.08951;3.34236;79.87107;0.000;0.000;0.000;25.0;85.0;28.0;39.0;91.0;44.0
369;348.83;487.24;0.11897;383.89;79.73;232.73;0.47778;-0.77279;0.41776;0.03560;5.29964;130.15170;0.000;0.000;0.000;379.0;72.0;223.0;391.0;87.0;239.0
368;346.50;466.46;0.13378;345.19;98.22;227.16;0.52641;-0.28435;0.80127;0.01962;7.14009;110.27162;0.000;0.000;0.000;337.0;94.0;210.0;351.0;103.0;237.0
365;346.13;457.72;0.14129;242.11;116.64;357.48;0.45750;0.07251;0.88625;0.04476;4.72641;106.47376;0.000;0.000;0.000;235.0;114.0;348.0;251.0;119.0;366.0
365;349.96;384.19;0.24425;191.05;100.05;512.65;-0.49713;-0.06367;0.86534;0.06198;4.01665;65.22083;0.000;0.000;0.000;184.0;97.0;503.0;196.0;103.0;522.0
363;339.87;473.05;0.12341;281.02;84.10;45.24;-0.19852;0.49717;0.84464;0.02893;5.87981;113.60098;0.000;0.000;0.000;275.0;77.0;35.0;286.0;92.0;55.0
362;347.54;430.09;0.17171;179.19;159.32;299.96;-0.33787;0.06246;0.93912;0.03211;5.58057;75.77543;0.000;0.000;0.000;174.0;158.0;291.0;186.0;162.0;308.0
362;340.50;463.86;0.13138;93.71;109.78;368.48;0.60763;-0.44846;0.65549;0.07284;3.70517;113.53962;0.000;0.000;0.000;86.0;106.0;360.0;101.0;117.0;377.0
361;342.33;450.49;0.14497;331.43;94.71;376.32;-0.75790;0.45175;0.47066;0.04063;4.96113;94.15578;0.000;0.000;0.000;324.0;90.0;368.0;339.0;100.0;383.0
360;344.42;398.65;0.21177;138.03;54.82;67.73;-0.05289;0.26940;0.96158;0.06157;4.03023;74.87967;0.000;0.000;0.000;134.0;50.0;59.0;142.0;58.0;78.0
360;334.25;483.53;0.11177;350.90;100.25;389.60;-0.50034;0.80347;0.32263;0.11273;2.97843;128.89157;0.000;0.000;0.000;346.0;91.0;379.0;357.0;108.0;398.0
359;342.58;384.16;0.23413;204.01;94.87;325.77;0.41612;0.90125;0.12078;0.13500;2.72169;75.39896;0.000;0.000;0.000;199.0;87.0;323.0;213.0;101.0;331.0
358;346.83;322.73;0.40473;319.18;121.03;298.42;0.16543;0.07585;0.98330;0.34574;1.70068;52.67183;0.000;0.000;0.000;314.0;118.0;293.0;323.0;125.0;305.0
358;345.08;323.81;0.39668;33.54;78.99;321.99;-0.46357;0.41790;0.78132;0.27072;1.92195;57.22006;0.000;0.000;0.000;29.0;74.0;316.0;37.0;84.0;327.0
357;338.29;435.33;0.15688;154.39;94.32;20.00;0.53722;0.37612;0.75494;0.04598;4.66331;97.21668;0.000;0.000;0.000;146.0;91.0;11.0;160.0;101.0;30.0
357;340.67;447.79;0.14618;283.19;87.41;165.68;0.02354;0.73563;0.67698;0.04117;4.92825;97.50372;0.000;0.000;0.000;280.0;78.0;156.0;286.0;93.0;174.0
356;341.83;368.38;0.26436;248.69;142.53;240.88;-0.33546;0.28120;0.89911;0.03817;5.11877;63.98700;0.000;0.000;0.000;243.0;138.0;232.0;254.0;146.0;250.0
354;333.37;448.50;0.13933;156.41;97.79;172.36;-0.72297;0.18075;0.66681;0.02532;6.28480;104.74810;0.000;0.000;0.000;147.0;95.0;160.0;163.0;101.0;182.0
353;331.50;484.49;0.10929;399.27;83.85;71.60;0.01321;0.29351;0.95586;0.01095;9.55421;114.34975;0.000;0.000;0.000;393.0;79.0;61.0;403.0;90.0;87.0
353;324.79;554.89;0.06983;13.48;122.93;398.01;-0.03328;-0.43174;0.90139;0.01427;8.37137;161.54118;0.000;0.000;0.000;9.0;114.0;387.0;17.0;129.0;409.0
352;326.38;478.30;0.11010;173.21;133.18;142.41;0.01726;0.85199;0.52327;0.12509;2.82741;122.89296;0.000;0.000;0.000;169.0;123.0;135.0;178.0;140.0;152.0
352;332.96;405.51;0.18803;154.76;103.55;358.34;0.05461;-0.78072;0.62249;0.02858;5.91498;82.74702;0.000;0.000;0.000;151.0;94.0;347.0;158.0;110.0;366.0
351;338.04;354.48;0.29015;222.63;110.12;453.74;-0.43468;-0.54764;0.71494;0.26153;1.95543;64.88205;0.000;0.000;0.000;215.0;106.0;448.0;228.0;115.0;460.0
350;327.25;444.80;0.13763;55.16;77.82;263.35;0.36551;-0.00767;0.93078;0.04631;4.64675;105.59704;0.000;0.000;0.000;48.0;73.0;250.0;59.0;83.0;273.0
350;330.96;405.65;0.18559;234.58;135.44;393.85;-0.42805;-0.73434;0.52679;0.08474;3.43531;93.00386;0.000;0.000;0.000;228.0;126.0;387.0;242.0;141.0;403.0
349;326.29;479.59;0.10916;138.15;85.34;313.05;0.03573;0.33053;0.94312;0.02948;5.82391;116.27773;0.000;0.000;0.000;134.0;78.0;298.0;142.0;91.0;326.0
349;327.83;497.01;0.09901;374.80;43.15;475.78;-0.25026;0.33502;0.90837;0.01331;8.66815;123.43053;0.000;0.000;0.000;371.0;37.0;466.0;379.0;50.0;488.0
348;334.58;343.47;0.31246;105.13;115.59;34.14;0.27432;0.53787;0.79715;0.09377;3.26556;59.95966;0.000;0.000;0.000;101.0;110.0;28.0;108.0;121.0;42.0
347;327.75;429.88;0.15293;173.33;121.99;198.65;-0.19776;-0.06241;0.97826;0.04885;4.52458;105.50141;0.000;0.000;0.000;168.0;117.0;189.0;177.0;127.0;206.0
346;332.92;354.04;0.28246;362.40;111.23;118.85;-0.87366;0.37545;0.30944;0.21582;2.15256;66.81925;0.000;0.000;0.000;357.0;107.0;112.0;369.0;116.0;123.0
346;318.21;511.15;0.08575;364.03;115.50;399.46;-0.00591;-0.40898;0.91252;0.07526;3.64516;142.02742;0.000;0.000;0.000;357.0;110.0;388.0;369.0;122.0;410.0
343;323.58;485.42;0.10353;144.29;75.62;311.97;-0.25828;0.02153;0.96583;0.03343;5.46962;130.22552;0.000;0.000;0.000;139.0;70.0;302.0;149.0;82.0;322.0
343;324.33;368.29;0.23815;115.85;143.39;457.05;0.12526;-0.17112;0.97726;0.09743;3.20371;97.63750;0.000;0.000;0.000;112.0;140.0;443.0;120.0;148.0;465.0
342;326.75;370.76;0.23693;371.07;58.09;125.74;0.29022;0.38975;0.87400;0.09381;3.26503;73.05069;0.000;0.000;0.000;368.0;52.0;117.0;377.0;62.0;135.0
340;314.79;483.19;0.09934;264.46;76.73;76.25;-0.83824;0.43297;0.33150;0.03275;5.52543;122.57843;0.000;0.000;0.000;254.0;71.0;68.0;272.0;83.0;87.0
339;328.17;331.23;0.33515;128.18;98.33;39.93;-0.24416;0.34072;0.90791;0.14543;2.62225;55.51532;0.000;0.000;0.000;123.0;95.0;34.0;133.0;102.0;46.0
338;321.87;340.04;0.29801;31.20;125.92;153.99;0.29958;0.03600;0.95339;0.10095;3.14733;74.61617;0.000;0.000;0.000;28.0;123.0;142.0;35.0;130.0;164.0
338;313.58;494.96;0.09171;358.56;112.66;348.49;0.10314;0.11993;0.98741;0.01401;8.44891;135.17799;0.000;0.000;0.000;351.0;109.0;339.0;366.0;116.0;366.0
337;321.21;360.42;0.24922;155.55;110.69;460.22;0.74735;0.29681;0.59445;0.09530;3.23927;80.07969;0.000;0.000;0.000;149.0;105.0;455.0;162.0;114.0;467.0
335;314.42;451.73;0.12129;344.36;63.75;513.91;-0.60475;0.38434;0.69754;0.02049;6.98615;120.45475;0.000;0.000;0.000;337.0;59.0;505.0;352.0;73.0;521.0
334;317.79;369.19;0.22698;225.16;139.37;286.05;-0.03344;0.89601;0.44276;0.13156;2.75700;73.88229;0.000;0.000;0.000;219.0;131.0;281.0;228.0;146.0;293.0
334;307.17;483.73;0.09427;176.65;123.52;319.96;0.06873;0.06148;0.99574;0.05619;4.21847;130.25846;0.000;0.000;0.000;170.0;120.0;302.0;181.0;128.0;334.0
332;319.62;345.43;0.28033;67.45;112.12;49.82;0.25568;-0.03845;0.96600;0.04898;4.51830;57.24129;0.000;0.000;0.000;64.0;109.0;42.0;70.0;117.0;59.0
331;310.33;415.99;0.15130;388.18;107.51;157.46;0.07435;0.24286;0.96721;0.05161;4.40183;121.08253;0.000;0.000;0.000;383.0;103.0;147.0;393.0;111.0;171.0
330;314.75;353.43;0.25379;76.24;110.97;167.64;0.21966;-0.50127;0.83694;0.08767;3.37725;79.19746;0.000;0.000;0.000;73.0;106.0;159.0;80.0;116.0;176.0
328;312.58;357.73;0.24138;50.05;129.59;159.23;-0.04977;0.54077;0.83969;0.21830;2.14028;78.18190;0.000;0.000;0.000;43.0;124.0;153.0;54.0;134.0;167.0
328;307.12;391.46;0.17784;8.56;122.70;317.51;-0.03089;-0.25886;0.96542;0.07377;3.68174;114.77179;0.000;0.000;0.000;4.0;119.0;305.0;12.0;128.0;330.0
327;308.58;454.81;0.11447;20.86;92.22;20.17;0.11031;0.18971;0.97562;0.01025;9.87611;96.32359;0.000;0.000;0.000;16.0;89.0;6.0;25.0;96.0;32.0
327;310.75;374.19;0.20845;48.03;79.51;139.21;0.70989;0.14770;0.68865;0.03420;5.40724;85.61136;0.000;0.000;0.000;40.0;77.0;131.0;55.0;83.0;147.0
327;301.58;477.90;0.09424;45.22;90.75;293.59;-0.50197;-0.16286;0.84941;0.15001;2.58192;141.77704;0.000;0.000;0.000;38.0;87.0;287.0;52.0;96.0;305.0
325;303.87;478.89;0.09509;100.44;67.08;370.00;-0.21324;0.06479;0.97485;0.03406;5.41852;125.65621;0.000;0.000;0.000;96.0;63.0;358.0;106.0;71.0;385.0
325;301.46;477.89;0.09417;410.99;76.04;411.93;-0.38012;0.14300;0.91381;0.02146;6.82625;127.79576;0.000;0.000;0.000;406.0;72.0;401.0;419.0;80.0;427.0
322;301.04;426.54;0.13207;104.65;82.20;9.32;0.91836;-0.39560;0.01075;0.09679;3.21433;117.96548;0.000;0.000;0.000;94.0;77.0;3.0;112.0;86.0;17.0
322;305.96;363.33;0.22073;355.68;119.36;262.93;-0.60641;0.17694;0.77522;0.07062;3.76314;82.94924;0.000;0.000;0.000;348.0;116.0;254.0;361.0;124.0;269.0
321;303.46;389.62;0.17609;184.99;114.18;79.15;0.31024;0.27813;0.90906;0.05030;4.45896;93.70588;0.000;0.000;0.000;180.0;110.0;71.0;191.0;120.0;91.0
321;293.87;484.99;0.08562;328.16;94.69;509.00;-0.16771;-0.24147;0.95581;0.04492;4.71842;143.90157;0.000;0.000;0.000;324.0;88.0;497.0;332.0;103.0;520.0
319;302.21;391.75;0.17181;343.16;81.56;237.16;0.60178;-0.54766;0.58132;0.09570;3.23262;85.79050;0.000;0.000;0.000;338.0;77.0;231.0;348.0;87.0;245.0
319;298.63;426.63;0.12988;149.39;124.59;399.89;0.97540;0.08520;-0.20331;0.08306;3.46984;100.02685;0.000;0.000;0.000;143.0;121.0;392.0;157.0;129.0;407.0
319;295.08;434.69;0.11990;388.06;52.14;497.88;0.07464;-0.40151;0.91281;0.02677;6.11135;130.21468;0.000;0.000;0.000;384.0;43.0;487.0;392.0;57.0;511.0
318;301.04;376.56;0.19196;202.63;48.96;38.74;-0.20304;0.36890;0.90702;0.23270;2.07302;91.47320;0.000;0.000;0.000;199.0;44.0;30.0;207.0;53.0;46.0
318;299.79;394.88;0.16509;67.13;138.56;350.14;0.43562;-0.42131;0.79544;0.16854;2.43582;95.17161;0.000;0.000;0.000;60.0;136.0;344.0;75.0;144.0;358.0
317;295.04;445.53;0.11132;143.97;120.39;374.42;-0.37572;-0.04650;0.92557;0.01268;8.88103;118.96292;0.000;0.000;0.000;136.0;118.0;363.0;152.0;123.0;391.0
316;298.33;374.29;0.19197;82.37;113.38;87.08;-0.13535;0.03422;0.99021;0.16652;2.45054;81.35233;0.000;0.000;0.000;78.0;109.0;79.0;86.0;118.0;97.0
312;295.83;369.30;0.19651;159.24;135.98;444.90;-0.29665;0.16534;0.94057;0.07461;3.66107;91.44780;0.000;0.000;0.000;156.0;131.0;434.0;162.0;141.0;452.0
311;286.83;480.42;0.08392;367.59;67.10;273.32;-0.33198;0.04016;0.94243;0.03629;5.24903;154.59990;0.000;0.000;0.000;361.0;64.0;262.0;374.0;71.0;284.0
311;295.83;334.67;0.26406;83.16;115.86;318.44;-0.00612;0.50536;-0.86289;0.20364;2.21598;82.12750;0.000;0.000;0.000;80.0;110.0;313.0;87.0;124.0;326.0
309;295.33;321.62;0.29652;226.83;139.47;160.04;-0.22314;0.95167;0.21100;0.09781;3.19745;66.20120;0.000;0.000;0.000;223.0;132.0;155.0;229.0;146.0;164.0
306;279.75;467.48;0.08664;121.61;64.10;421.82;0.39323;0.31559;0.86358;0.03867;5.08523;151.42360;0.000;0.000;0.000;116.0;59.0;410.0;129.0;72.0;433.0
304;292.00;300.61;0.35499;148.86;133.80;166.80;0.35003;0.27587;0.89519;0.07954;3.54572;47.64934;0.000;0.000;0.000;145.0;130.0;158.0;153.0;138.0;173.0
303;286.00;370.86;0.18137;353.19;109.81;106.77;-0.14671;0.56269;0.81355;0.06735;3.85337;96.83293;0.000;0.000;0.000;348.0;103.0;99.0;358.0;115.0;115.0
302;284.46;375.12;0.17337;233.78;150.67;309.09;0.17627;-0.01112;0.98428;0.03930;5.04424;88.47944;0.000;0.000;0.000;229.0;148.0;298.0;240.0;154.0;320.0
302;289.87;304.69;0.33596;194.48;118.91;339.03;0.57354;-0.17476;0.80032;0.15487;2.54110;60.41757;0.000;0.000;0.000;190.0;116.0;334.0;199.0;122.0;347.0
301;283.54;434.43;0.11090;267.32;153.75;205.08;-0.87155;-0.08140;0.48351;0.02196;6.74779;99.71314;0.000;0.000;0.000;260.0;152.0;197.0;276.0;155.0;214.0
301;286.75;354.74;0.20833;85.10;90.15;289.21;0.19499;-0.20213;0.95975;0.04045;4.97194;68.17794;0.000;0.000;0.000;79.0;87.0;280.0;89.0;93.0;301.0
300;276.62;437.13;0.10361;80.92;130.38;480.14;0.90231;-0.42790;-0.05232;0.05777;4.16065;125.78581;0.000;0.000;0.000;69.0;124.0;471.0;88.0;135.0;486.0
299;270.92;473.49;0.07820;72.96;59.35;488.04;-0.41630;0.20025;0.88690;0.03360;5.45565;158.09685;0.000;0.000;0.000;65.0;55.0;478.0;81.0;63.0;503.0
298;283.54;314.44;0.29245;122.00;100.35;315.03;0.73130;0.23579;0.64000;0.17856;2.36651;62.77599;0.000;0.000;0.000;115.0;97.0;308.0;126.0;104.0;321.0
296;266.04;502.49;0.06309;187.95;43.04;35.60;-0.56327;0.20131;0.80137;0.02915;5.85728;150.37782;0.000;0.000;0.000;180.0;39.0;26.0;198.0;49.0;50.0
296;285.50;271.41;0.46109;236.95;96.96;381.32;0.41618;0.35500;0.83712;0.23671;2.05537;45.62393;0.000;0.000;0.000;234.0;93.0;376.0;241.0;102.0;386.0
296;274.13;413.23;0.12044;207.29;115.35;465.83;-0.20412;0.04411;0.97795;0.06104;4.04743;110.04230;0.000;0.000;0.000;203.0;112.0;454.0;212.0;119.0;478.0
293;280.21;308.41;0.30272;191.01;119.48;113.40;0.88275;0.26841;0.38563;0.12702;2.80583;61.46144;0.000;0.000;0.000;183.0;116.0;109.0;197.0;124.0;118.0
293;277.83;338.91;0.22427;72.75;132.69;297.46;-0.59249;-0.34287;0.72897;0.08764;3.37793;77.67874;0.000;0.000;0.000;68.0;129.0;289.0;79.0;136.0;303.0
293;275.58;361.89;0.18123;199.44;95.16;519.73;0.99441;0.05693;0.08895;0.05347;4.32467;85.59294;0.000;0.000;0.000;191.0;91.0;514.0;207.0;98.0;524.0
292;275.25;352.32;0.19593;44.36;91.60;125.12;-0.71031;-0.29747;0.63795;0.05028;4.45974;72.51140;0.000;0.000;0.000;36.0;87.0;118.0;50.0;95.0;134.0
292;268.62;430.64;0.10219;11.05;74.50;424.34;-0.12163;0.25896;0.95820;0.03898;5.06516;139.16071;0.000;0.000;0.000;9.0;69.0;412.0;14.0;83.0;434.0
292;275.12;387.48;0.14715;380.48;112.89;466.77;-0.29248;-0.00842;0.95623;0.02837;5.93691;92.22270;0.000;0.000;0.000;374.0;111.0;455.0;385.0;117.0;476.0
291;275.12;343.33;0.21152;91.99;125.51;158.35;0.25667;-0.45410;0.85318;0.07882;3.56195;81.26336;0.000;0.000;0.000;87.0;121.0;150.0;97.0;131.0;165.0
291;273.29;369.46;0.16750;158.14;128.46;411.67;-0.73316;0.05657;0.67770;0.04163;4.90094;86.67424;0.000;0.000;0.000;150.0;125.0;403.0;166.0;132.0;419.0
290;275.12;342.91;0.21231;64.80;78.95;210.19;0.48678;0.12377;0.86471;0.06323;3.97688;68.39877;0.000;0.000;0.000;59.0;76.0;204.0;70.0;82.0;220.0
290;279.88;277.23;0.41576;305.92;93.77;402.44;0.05704;-0.60975;0.79054;0.12312;2.84992;40.99277;0.000;0.000;0.000;303.0;89.0;396.0;308.0;98.0;408.0
289;267.87;412.57;0.11556;153.81;136.77;202.99;0.20195;0.37103;0.90640;0.11699;2.92360;119.43001;0.000;0.000;0.000;148.0;132.0;197.0;158.0;145.0;213.0
288;278.88;249.00;0.56976;187.30;96.98;287.61;-0.32468;0.00710;0.94580;0.43553;1.51528;36.38931;0.000;0.000;0.000;184.0;94.0;283.0;191.0;100.0;292.0
288;268.83;367.05;0.16528;189.27;148.60;340.39;-0.16990;-0.32001;0.93205;0.02872;5.90070;89.58526;0.000;0.000;0.000;185.0;143.0;331.0;194.0;152.0;356.0
287;274.79;300.99;0.31318;339.31;61.00;14.91;0.07334;-0.28775;0.95489;0.08379;3.45457;58.90496;0.000;0.000;0.000;336.0;56.0;6.0;342.0;64.0;21.0
286;271.04;342.34;0.20708;252.56;129.98;347.44;-0.28757;0.15467;0.94519;0.02980;5.79303;68.89318;0.000;0.000;0.000;247.0;127.0;338.0;257.0;133.0;356.0
285;260.00;443.06;0.08790;194.25;153.41;281.70;0.94703;-0.22611;0.22804;0.02667;6.12388;132.56661;0.000;0.000;0.000;183.0;148.0;276.0;210.0;158.0;289.0
284;265.46;359.00;0.17224;263.14;84.81;16.74;-0.60332;0.50585;0.61654;0.03043;5.73267;87.04747;0.000;0.000;0.000;254.0;79.0;10.0;269.0;92.0;25.0
284;262.25;439.61;0.09155;19.28;61.18;152.45;-0.46836;0.13083;0.87380;0.04934;4.50180;119.41956;0.000;0.000;0.000;13.0;56.0;142.0;29.0;66.0;163.0
283;269.33;318.70;0.25345;411.89;109.70;403.27;0.15868;-0.25128;0.95482;0.06901;3.80653;67.79812;0.000;0.000;0.000;409.0;106.0;392.0;416.0;113.0;411.0
283;262.54;390.56;0.13085;241.52;114.87;475.14;0.60498;-0.37141;0.70431;0.06435;3.94207;108.73073;0.000;0.000;0.000;236.0;110.0;468.0;249.0;120.0;485.0
282;265.75;371.99;0.15517;332.04;120.90;161.73;-0.35030;0.62315;0.69926;0.05317;4.33666;91.07368;0.000;0.000;0.000;326.0;114.0;153.0;336.0;126.0;169.0
282;262.54;355.94;0.17286;17.08;121.54;268.90;-0.43064;-0.07749;0.89919;0.05367;4.31634;101.71559;0.000;0.000;0.000;12.0;119.0;263.0;25.0;125.0;284.0
280;265.67;308.53;0.27178;207.11;74.42;40.89;0.27735;0.56796;0.77492;0.10001;3.16212;65.11555;0.000;0.000;0.000;203.0;69.0;32.0;212.0;79.0;46.0
279;269.42;249.28;0.52995;102.77;37.12;39.43;-0.14058;0.41722;0.89787;0.19708;2.25257;36.40580;0.000;0.000;0.000;100.0;33.0;34.0;106.0;41.0;44.0
279;256.12;409.53;0.10802;398.61;55.19;66.13;0.71569;0.17333;0.67657;0.02377;6.48558;121.63180;0.000;0.000;0.000;388.0;52.0;54.0;406.0;57.0;74.0
279;257.71;418.60;0.10240;302.59;136.70;175.51;0.16984;0.14234;0.97514;0.01344;8.62634;116.27023;0.000;0.000;0.000;297.0;133.0;163.0;309.0;139.0;188.0
278;262.83;324.85;0.22791;108.72;133.06;163.83;0.28134;-0.12482;0.95146;0.18214;2.34312;76.64508;0.000;0.000;0.000;104.0;130.0;157.0;114.0;136.0;172.0
277;254.13;407.53;0.10791;190.61;140.33;154.74;0.06615;0.03076;0.99734;0.03942;5.03693;104.27710;0.000;0.000;0.000;188.0;135.0;144.0;193.0;145.0;165.0
277;252.58;451.30;0.07850;124.25;79.58;304.83;-0.33301;0.15486;0.93012;0.00766;11.42686;122.19125;0.000;0.000;0.000;116.0;77.0;290.0;133.0;83.0;319.0
275;260.38;317.38;0.23984;169.68;120.85;95.09;-0.61293;-0.17304;0.77096;0.13924;2.67989;69.10373;0.000;0.000;0.000;166.0;116.0;90.0;175.0;126.0;101.0
275;257.46;365.81;0.15315;139.64;141.81;205.89;-0.37087;0.15277;0.91603;0.05045;4.45226;98.14022;0.000;0.000;0.000;134.0;137.0;198.0;145.0;144.0;217.0
275;262.33;292.82;0.31000;11.61;111.64;306.07;-0.02422;-0.01484;0.99960;0.14205;2.65329;59.85732;0.000;0.000;0.000;7.0;109.0;299.0;17.0;115.0;312.0
275;264.92;265.99;0.42176;291.73;57.57;496.81;-0.83726;-0.27617;0.47193;0.15300;2.55656;42.93884;0.000;0.000;0.000;286.0;55.0;492.0;297.0;61.0;501.0
274;257.33;349.95;0.17475;159.92;113.05;407.06;0.85995;0.27295;0.43125;0.05650;4.20717;79.81349;0.000;0.000;0.000;154.0;110.0;400.0;167.0;117.0;412.0
273;263.00;271.54;0.39072;115.60;62.88;43.27;-0.42489;0.28311;0.85983;0.11934;2.89476;41.47345;0.000;0.000;0.000;111.0;60.0;38.0;120.0;66.0;49.0
272;254.04;351.02;0.16876;288.68;92.61;37.03;0.30583;-0.95173;0.02584;0.05603;4.22463;80.57370;0.000;0.000;0.000;285.0;86.0;31.0;293.0;100.0;44.0
272;257.29;334.78;0.19954;236.78;121.39;217.71;0.27596;0.06537;0.95894;0.06661;3.87458;77.14666;0.000;0.000;0.000;233.0;119.0;207.0;241.0;124.0;226.0
271;252.75;361.42;0.15304;257.64;82.15;104.31;0.08978;-0.09277;0.99163;0.04634;4.64541;92.36138;0.000;0.000;0.000;252.0;78.0;91.0;262.0;86.0;112.0
270;256.92;297.52;0.28347;246.79;144.39;346.24;-0.18622;0.10928;0.97641;0.04423;4.75507;53.38995;0.000;0.000;0.000;243.0;141.0;337.0;250.0;147.0;354.0
269;251.33;327.61;0.20319;42.97;81.33;28.53;-0.33000;0.86594;0.37583;0.18181;2.34523;102.11086;0.000;0.000;0.000;39.0;76.0;20.0;47.0;88.0;34.0
269;257.17;293.78;0.29498;88.52;115.68;172.80;-0.51043;0.69797;0.50230;0.38096;1.62016;55.94157;0.000;0.000;0.000;85.0;111.0;168.0;93.0;120.0;177.0
269;252.83;343.36;0.17859;223.51;136.13;224.18;-0.37032;0.29676;0.88023;0.02645;6.14838;69.69913;0.000;0.000;0.000;218.0;131.0;214.0;229.0;141.0;234.0
269;258.46;271.28;0.37843;295.64;128.98;343.24;-0.23188;-0.04256;0.97181;0.12326;2.84830;43.92509;0.000;0.000;0.000;293.0;126.0;336.0;299.0;133.0;350.0
269;255.12;334.59;0.19652;384.46;82.03;397.32;0.27278;-0.21657;0.93739;0.05981;4.08913;83.40096;0.000;0.000;0.000;380.0;78.0;390.0;389.0;87.0;406.0
269;260.67;229.17;0.63846;405.09;55.77;458.43;0.32750;-0.46541;0.82227;0.43827;1.51053;32.63534;0.000;0.000;0.000;402.0;52.0;454.0;408.0;59.0;463.0
268;256.08;278.72;0.34253;149.23;74.18;20.29;-0.52180;-0.39528;0.75596;0.12982;2.77540;54.13908;0.000;0.000;0.000;145.0;69.0;14.0;154.0;78.0;25.0
268;257.83;247.85;0.49379;43.14;75.91;168.56;0.07082;-0.15151;0.98591;0.35085;1.68826;49.04628;0.000;0.000;0.000;41.0;72.0;163.0;47.0;80.0;175.0
268;238.67;469.58;0.06222;365.04;119.37;311.44;0.22081;0.01981;0.97512;0.01395;8.46573;170.53538;0.000;0.000;0.000;359.0;114.0;296.0;370.0;122.0;329.0
268;249.58;356.31;0.15574;143.73;81.87;494.69;-0.88245;-0.02736;0.46960;0.06195;4.01779;93.46430;0.000;0.000;0.000;135.0;77.0;487.0;151.0;86.0;501.0
267;249.67;379.56;0.12892;411.57;133.75;274.34;0.80266;-0.41929;0.42419;0.04517;4.70505;109.14279;0.000;0.000;0.000;404.0;129.0;268.0;418.0;137.0;283.0
267;253.21;333.89;0.19481;336.25;97.21;416.38;0.92829;-0.37175;0.00943;0.06283;3.98960;78.30533;0.000;0.000;0.000;329.0;94.0;411.0;344.0;100.0;422.0
266;251.54;334.40;0.19138;285.24;120.41;358.30;0.63578;-0.22067;0.73966;0.04871;4.53082;76.82094;0.000;0.000;0.000;278.0;117.0;352.0;291.0;124.0;366.0
266;243.54;399.83;0.10495;223.67;110.65;380.63;-0.45451;-0.12240;0.88229;0.09338;3.27249;133.68819;0.000;0.000;0.000;216.0;107.0;371.0;228.0;115.0;389.0
266;252.25;318.51;0.22272;146.76;92.52;426.56;0.49693;-0.33421;0.80085;0.09012;3.33107;75.44994;0.000;0.000;0.000;143.0;89.0;420.0;151.0;96.0;434.0
264;245.75;381.22;0.12328;388.76;89.50;86.42;-0.44520;0.11559;0.88794;0.01546;8.04139;102.50451;0.000;0.000;0.000;383.0;86.0;75.0;394.0;92.0;98.0
263;248.62;327.05;0.19985;71.97;135.03;216.02;0.01819;-0.02246;0.99958;0.05846;4.13575;79.21233;0.000;0.000;0.000;69.0;132.0;206.0;76.0;137.0;225.0
262;250.79;272.34;0.35217;241.48;102.72;182.82;0.22759;0.07813;0.97062;0.12902;2.78404;52.89939;0.000;0.000;0.000;238.0;100.0;177.0;245.0;107.0;190.0
261;245.83;299.42;0.25463;184.84;57.49;44.54;0.22047;-0.14263;0.96491;0.27587;1.90392;78.47392;0.000;0.000;0.000;182.0;54.0;37.0;194.0;62.0;52.0
261;245.71;313.02;0.22262;35.68;113.70;177.25;0.56197;0.03217;0.82653;0.07344;3.69016;75.62345;0.000;0.000;0.000;31.0;111.0;167.0;42.0;117.0;185.0
261;246.17;370.56;0.13469;302.28;88.39;310.01;0.02312;0.07551;0.99688;0.02609;6.19080;81.06968;0.000;0.000;0.000;297.0;84.0;301.0;305.0;92.0;319.0
258;246.79;270.42;0.34834;49.62;89.63;308.99;-0.42086;-0.22356;0.87915;0.19353;2.27316;51.29935;0.000;0.000;0.000;44.0;87.0;302.0;53.0;94.0;314.0
258;236.00;396.87;0.10077;359.15;122.59;380.17;-0.48573;0.47011;0.73693;0.01018;9.90886;124.39577;0.000;0.000;0.000;352.0;117.0;369.0;365.0;128.0;390.0
258;247.50;255.42;0.41576;192.88;78.36;430.99;0.07184;-0.79405;0.60359;0.27335;1.91268;45.95744;0.000;0.000;0.000;190.0;72.0;426.0;196.0;82.0;436.0
256;238.83;332.26;0.17587;334.66;79.57;84.17;0.00246;0.26042;0.96549;0.06607;3.89039;96.69203;0.000;0.000;0.000;332.0;76.0;74.0;339.0;84.0;93.0
256;238.33;324.82;0.18745;223.29;105.72;418.53;-0.26023;0.08267;0.96200;0.09284;3.28193;88.35426;0.000;0.000;0.000;218.0;102.0;412.0;230.0;108.0;430.0
254;233.29;385.07;0.10781;395.30;66.10;321.75;0.77637;-0.41700;0.47261;0.01604;7.89466;109.92618;0.000;0.000;0.000;386.0;61.0;315.0;403.0;71.0;332.0
253;232.71;355.14;0.13674;31.17;142.19;174.31;0.26770;0.64325;0.71733;0.05438;4.28824;111.23975;0.000;0.000;0.000;28.0;136.0;164.0;37.0;148.0;183.0
253;238.25;309.60;0.21634;298.16;78.56;235.87;-0.56214;0.51146;0.64992;0.03066;5.71058;69.76009;0.000;0.000;0.000;291.0;72.0;228.0;304.0;86.0;243.0
253;239.33;335.60;0.17139;68.85;80.05;467.73;0.10067;-0.07155;0.99234;0.03506;5.34039;78.45028;0.000;0.000;0.000;65.0;78.0;460.0;72.0;82.0;479.0
253;242.17;255.72;0.39663;102.47;56.36;503.84;-0.11944;-0.30191;0.94582;0.15955;2.50356;44.70078;0.000;0.000;0.000;99.0;54.0;497.0;106.0;60.0;509.0
252;234.04;351.52;0.14262;74.75;133.60;367.52;-0.32663;-0.57295;0.75169;0.12019;2.88446;102.26800;0.000;0.000;0.000;71.0;126.0;360.0;79.0;138.0;374.0
252;239.79;272.57;0.32115;174.12;92.67;415.27;0.62737;0.02888;0.77819;0.09998;3.16264;54.82617;0.000;0.000;0.000;167.0;91.0;410.0;179.0;95.0;423.0
251;236.92;320.23;0.19331;134.33;48.98;511.95;0.85232;-0.19410;0.48567;0.06569;3.90161;73.58002;0.000;0.000;0.000;128.0;45.0;506.0;141.0;54.0;518.0
250;238.92;262.83;0.35555;365.26;52.04;19.15;-0.72303;0.50557;0.47077;0.06576;3.89965;45.49534;0.000;0.000;0.000;359.0;48.0;14.0;371.0;56.0;23.0
250;231.17;362.13;0.12726;279.68;130.06;400.38;0.44699;0.03680;0.89378;0.03547;5.30933;97.64039;0.000;0.000;0.000;272.0;128.0;392.0;287.0;133.0;412.0
249;229.17;414.45;0.08344;250.49;85.67;157.65;0.06458;-0.06880;0.99554;0.02456;6.38036;111.02912;0.000;0.000;0.000;244.0;81.0;146.0;254.0;89.0;166.0
248;234.17;322.54;0.18481;252.47;134.14;155.69;-0.33418;0.00132;0.94251;0.02829;5.94529;65.95411;0.000;0.000;0.000;247.0;130.0;145.0;256.0;138.0;165.0
247;231.33;316.45;0.19099;9.81;80.02;188.97;-0.14721;0.35744;0.92226;0.05336;4.32924;85.28134;0.000;0.000;0.000;7.0;76.0;181.0;13.0;86.0;199.0
247;232.46;312.80;0.19968;127.99;133.56;376.19;0.03577;-0.49909;0.86581;0.04593;4.66608;71.90212;0.000;0.000;0.000;124.0;129.0;367.0;131.0;139.0;385.0
247;230.71;354.98;0.13457;394.12;78.43;384.20;0.09231;-0.15971;0.98284;0.03939;5.03870;95.67085;0.000;0.000;0.000;387.0;75.0;374.0;399.0;81.0;393.0
246;234.42;266.38;0.32881;62.95;47.25;28.46;-0.46247;0.77560;0.42961;0.08937;3.34505;53.46381;0.000;0.000;0.000;59.0;40.0;24.0;67.0;52.0;33.0
246;226.46;362.77;0.12149;207.59;108.35;380.59;-0.12936;0.06662;0.98936;0.02722;6.06131;106.67039;0.000;0.000;0.000;201.0;106.0;371.0;212.0;111.0;391.0
246;225.58;377.36;0.10710;15.10;85.12;431.85;0.37259;0.30173;0.87757;0.02903;5.86881;119.50341;0.000;0.000;0.000;12.0;78.0;424.0;19.0;92.0;440.0
246;232.75;301.50;0.22354;119.46;60.14;442.08;-0.50970;0.11830;0.85218;0.04472;4.72878;76.80925;0.000;0.000;0.000;114.0;58.0;436.0;124.0;62.0;451.0
246;229.29;317.47;0.18583;159.82;97.38;442.88;0.93534;-0.33383;0.11700;0.05313;4.33832;84.43207;0.000;0.000;0.000;155.0;94.0;437.0;172.0;101.0;448.0
246;228.25;332.45;0.16036;131.39;93.65;507.94;0.67466;-0.70615;0.21492;0.05152;4.40560;95.53792;0.000;0.000;0.000;125.0;86.0;504.0;139.0;102.0;512.0
245;232.21;295.91;0.23535;96.06;90.43;230.16;-0.38109;-0.09092;0.92006;0.14150;2.65841;70.53575;0.000;0.000;0.000;91.0;87.0;224.0;101.0;93.0;235.0
245;228.08;360.11;0.12599;20.20;132.68;397.70;0.30441;0.23095;0.92412;0.02607;6.19350;98.98226;0.000;0.000;0.000;16.0;129.0;386.0;25.0;137.0;407.0
244;227.83;343.80;0.14447;312.38;153.34;233.67;0.65315;-0.13653;0.74482;0.02018;7.03968;83.50394;0.000;0.000;0.000;305.0;151.0;227.0;320.0;157.0;243.0
244;227.83;327.81;0.16665;332.47;127.20;241.51;0.03751;0.17494;0.98386;0.02523;6.29576;87.26894;0.000;0.000;0.000;327.0;125.0;233.0;337.0;130.0;253.0
244;226.58;340.81;0.14668;344.89;125.60;298.21;-0.06356;-0.31855;0.94577;0.06127;4.03979;101.02374;0.000;0.000;0.000;339.0;121.0;288.0;348.0;130.0;305.0
243;228.83;287.48;0.24928;252.53;155.13;228.27;0.47688;0.03079;0.87843;0.08099;3.51389;65.15126;0.000;0.000;0.000;247.0;153.0;218.0;257.0;158.0;234.0
242;230.79;287.12;0.25450;295.40;96.73;200.66;0.00239;-0.06778;0.99770;0.05205;4.38305;56.58412;0.000;0.000;0.000;292.0;94.0;194.0;299.0;99.0;210.0
242;231.83;261.57;0.33964;282.82;98.86;408.31;-0.13798;-0.19661;0.97072;0.08185;3.49538;46.63107;0.000;0.000;0.000;280.0;96.0;400.0;286.0;101.0;415.0
241;231.58;243.80;0.41856;333.01;73.83;11.36;0.15897;0.11525;0.98053;0.18360;2.33382;44.87610;0.000;0.000;0.000;330.0;71.0;5.0;337.0;77.0;16.0
241;216.08;424.65;0.06896;79.68;74.98;79.37;-0.15580;0.18362;0.97057;0.01636;7.81740;134.29328;0.000;0.000;0.000;74.0;69.0;62.0;83.0;78.0;90.0
241;231.75;230.75;0.49437;342.37;135.76;114.70;0.41325;0.35359;0.83917;0.16053;2.49587;37.02084;0.000;0.000;0.000;339.0;132.0;109.0;346.0;139.0;120.0
241;223.12;367.15;0.11377;64.28;109.65;363.04;-0.32193;0.55169;0.76942;0.06123;4.04111;109.43767;0.000;0.000;0.000;60.0;102.0;357.0;67.0;115.0;371.0
241;229.00;272.82;0.29208;95.35;54.46;444.09;0.08171;0.13869;0.98696;0.07704;3.60290;57.35174;0.000;0.000;0.000;91.0;50.0;438.0;99.0;57.0;452.0
241;230.17;255.32;0.36000;346.70;100.70;498.31;0.47724;-0.16426;0.86328;0.10177;3.13458;52.04502;0.000;0.000;0.000;342.0;98.0;493.0;351.0;104.0;504.0
240;225.33;302.00;0.20849;174.79;107.97;330.89;0.22535;-0.08946;0.97016;0.06873;3.81436;82.32521;0.000;0.000;0.000;171.0;105.0;322.0;179.0;112.0;338.0
239;223.46;317.77;0.17599;417.64;31.00;42.72;-0.40288;0.31587;0.85902;0.03578;5.28690;77.98346;0.000;0.000;0.000;413.0;27.0;33.0;423.0;35.0;51.0
239;211.67;423.14;0.06688;328.21;118.17;122.05;0.14361;0.14216;0.97937;0.00833;10.95445;159.40732;0.000;0.000;0.000;324.0;114.0;106.0;335.0;121.0;136.0
239;223.25;319.32;0.17313;174.91;89.70;186.28;0.56252;0.00437;0.82677;0.03142;5.64150;81.35759;0.000;0.000;0.000;169.0;87.0;179.0;181.0;93.0;196.0
239;224.50;308.35;0.19443;77.56;110.40;282.45;-0.20315;-0.12015;0.97175;0.04791;4.56858;87.03520;0.000;0.000;0.000;73.0;108.0;274.0;82.0;113.0;290.0
239;226.54;277.91;0.27041;146.45;99.14;296.69;-0.04241;0.54152;0.83962;0.11278;2.97773;58.38052;0.000;0.000;0.000;142.0;94.0;290.0;150.0;103.0;304.0
238;226.58;255.99;0.34611;265.65;80.70;480.41;0.06209;0.27715;0.95882;0.09381;3.26500;51.02952;0.000;0.000;0.000;263.0;77.0;472.0;268.0;84.0;487.0
237;223.92;307.94;0.19418;290.29;104.59;47.11;-0.19101;0.17465;0.96593;0.05840;4.13801;75.22752;0.000;0.000;0.000;285.0;101.0;40.0;296.0;108.0;53.0
237;224.33;282.42;0.25268;74.46;121.55;110.77;-0.17609;-0.27605;0.94487;0.23885;2.04617;62.37078;0.000;0.000;0.000;70.0;119.0;104.0;78.0;126.0;117.0
237;226.71;241.20;0.41427;211.03;95.93;220.75;0.25084;-0.94614;0.20468;0.17891;2.36416;54.51716;0.000;0.000;0.000;208.0;91.0;217.0;213.0;101.0;225.0
236;218.12;338.36;0.13890;79.29;76.46;250.65;-0.59480;0.03136;0.80326;0.03088;5.69053;99.62999;0.000;0.000;0.000;73.0;73.0;244.0;86.0;79.0;261.0
236;213.17;355.68;0.11421;132.09;102.50;384.73;0.74128;-0.11941;0.66049;0.02929;5.84310;113.76265;0.000;0.000;0.000;124.0;99.0;372.0;139.0;106.0;391.0
235;221.25;297.73;0.20978;9.98;77.18;220.64;0.64807;0.38647;0.65623;0.09183;3.29996;66.54526;0.000;0.000;0.000;5.0;73.0;214.0;17.0;81.0;226.0
235;224.83;244.34;0.39193;20.49;64.09;449.93;-0.34500;-0.26357;0.90084;0.38962;1.60207;49.73495;0.000;0.000;0.000;17.0;61.0;446.0;26.0;67.0;456.0
235;222.71;276.99;0.26397;183.47;121.04;508.78;-0.15377;-0.24423;0.95745;0.09970;3.16707;66.02797;0.000;0.000;0.000;179.0;118.0;503.0;189.0;124.0;516.0
235;220.79;293.06;0.21905;67.86;50.41;516.85;0.16272;0.20013;0.96616;0.08881;3.35565;73.04161;0.000;0.000;0.000;65.0;47.0;508.0;72.0;55.0;525.0
234;216.17;335.89;0.13946;337.70;134.53;181.81;-0.52206;0.17805;0.83412;0.08136;3.50580;93.37898;0.000;0.000;0.000;332.0;132.0;173.0;344.0;138.0;189.0
234;216.62;311.87;0.17497;228.83;117.13;193.21;0.02764;0.17236;0.98465;0.06835;3.82502;89.05780;0.000;0.000;0.000;225.0;114.0;183.0;233.0;120.0;203.0
234;219.46;313.26;0.17719;377.30;85.62;405.56;-0.14599;0.33276;0.93164;0.04782;4.57276;80.37024;0.000;0.000;0.000;373.0;81.0;394.0;381.0;90.0;411.0
234;222.88;261.18;0.31531;68.76;118.15;410.88;-0.08704;0.97277;0.21482;0.24872;2.00514;63.71819;0.000;0.000;0.000;65.0;112.0;407.0;72.0;122.0;415.0
233;219.46;304.63;0.19268;170.10;106.35;61.55;0.48897;0.05688;0.87045;0.03456;5.37885;75.55443;0.000;0.000;0.000;163.0;105.0;54.0;175.0;108.0;69.0
233;221.75;266.97;0.29228;299.54;96.09;297.61;-0.42091;0.70054;0.57626;0.07848;3.56958;53.05527;0.000;0.000;0.000;295.0;90.0;292.0;303.0;101.0;303.0
233;223.75;234.19;0.44081;303.85;122.49;370.91;-0.35291;0.42798;0.83204;0.13802;2.69169;38.84827;0.000;0.000;0.000;301.0;120.0;366.0;309.0;126.0;376.0
233;219.42;281.75;0.24346;239.39;126.70;407.70;0.32633;-0.81952;0.47106;0.04631;4.64684;66.36638;0.000;0.000;0.000;237.0;120.0;402.0;243.0;134.0;414.0
233;215.21;356.89;0.11523;337.09;124.34;446.82;-0.04426;-0.08486;0.99541;0.01737;7.58753;103.13245;0.000;0.000;0.000;333.0;122.0;434.0;343.0;127.0;457.0
233;218.67;291.44;0.21845;62.42;56.37;483.88;-0.10949;0.03766;0.99327;0.09302;3.27878;79.94957;0.000;0.000;0.000;58.0;53.0;476.0;65.0;59.0;494.0
232;220.42;275.14;0.26380;308.75;114.77;227.83;-0.12173;0.01105;0.99250;0.05231;4.37238;59.11301;0.000;0.000;0.000;304.0;113.0;221.0;312.0;117.0;237.0
232;214.17;352.34;0.11860;194.57;128.43;366.71;0.07942;-0.19861;0.97686;0.01618;7.86162;90.23755;0.000;0.000;0.000;191.0;125.0;354.0;199.0;132.0;378.0
231;215.25;303.62;0.18721;128.29;120.90;94.39;0.08289;-0.07912;0.99341;0.06815;3.83066;70.85910;0.000;0.000;0.000;124.0;118.0;88.0;135.0;124.0;104.0
231;216.71;294.80;0.20730;57.10;102.97;162.79;0.52705;-0.08190;0.84588;0.10090;3.14819;76.92321;0.000;0.000;0.000;52.0;101.0;157.0;62.0;109.0;170.0
231;212.75;326.81;0.14666;413.04;81.61;254.84;0.88199;0.09308;0.46199;0.18720;2.31123;104.76355;0.000;0.000;0.000;409.0;78.0;245.0;421.0;85.0;260.0
230;208.79;372.06;0.09573;145.15;134.50;358.41;-0.98071;0.09109;0.17295;0.04618;4.65348;102.62681;0.000;0.000;0.000;138.0;132.0;352.0;153.0;137.0;364.0
228;216.46;251.13;0.33458;345.46;122.46;172.15;-0.23258;0.52312;0.81991;0.09961;3.16846;55.41871;0.000;0.000;0.000;343.0;117.0;165.0;350.0;126.0;178.0
228;212.38;315.90;0.16180;48.54;121.28;179.58;0.43466;0.69271;0.57553;0.12749;2.80062;83.30628;0.000;0.000;0.000;45.0;115.0;174.0;54.0;127.0;186.0
228;214.87;283.64;0.22884;149.84;133.97;221.69;-0.03986;0.07518;0.99637;0.06156;4.03052;66.87581;0.000;0.000;0.000;147.0;131.0;215.0;153.0;137.0;231.0
227;214.67;262.06;0.28960;221.09;105.50;274.15;0.15535;0.77505;0.61250;0.19100;2.28816;59.23309;0.000;0.000;0.000;217.0;100.0;267.0;224.0;110.0;279.0
226;210.17;308.36;0.17038;17.44;114.35;116.13;-0.13173;-0.55941;0.81836;0.04731;4.59760;88.78489;0.000;0.000;0.000;14.0;109.0;108.0;20.0;121.0;123.0
226;201.17;426.53;0.05898;338.01;127.69;494.36;0.59878;-0.47099;0.64779;0.01159;9.28742;152.53208;0.000;0.000;0.000;331.0;121.0;485.0;343.0;135.0;504.0
225;207.96;315.20;0.15619;113.72;76.72;160.13;0.37841;0.11917;0.91794;0.01865;7.32283;76.35750;0.000;0.000;0.000;109.0;74.0;144.0;120.0;79.0;171.0
225;212.75;264.16;0.27772;336.98;136.48;343.24;0.15564;-0.10121;0.98261;0.03718;5.18649;49.26631;0.000;0.000;0.000;334.0;134.0;335.0;339.0;139.0;354.0
225;212.62;285.51;0.21970;398.16;120.53;415.76;0.05463;0.07214;0.99590;0.05822;4.14439;73.28894;0.000;0.000;0.000;394.0;119.0;409.0;404.0;122.0;423.0
225;211.75;274.43;0.24535;92.16;109.90;451.04;0.69960;-0.30421;0.64654;0.05414;4.29759;69.69949;0.000;0.000;0.000;85.0;106.0;444.0;96.0;113.0;457.0
223;214.29;212.71;0.53966;32.88;88.98;100.68;0.09686;-0.22573;0.96936;0.23239;2.07438;36.59056;0.000;0.000;0.000;30.0;86.0;96.0;35.0;92.0;107.0
223;212.25;243.51;0.35286;23.22;50.37;459.55;0.24442;-0.22548;0.94309;0.12841;2.79066;49.47414;0.000;0.000;0.000;20.0;47.0;452.0;26.0;53.0;466.0
223;210.54;276.67;0.23673;362.49;49.84;501.31;-0.06688;-0.29185;0.95412;0.10088;3.14847;64.92730;0.000;0.000;0.000;359.0;46.0;495.0;365.0;57.0;507.0
222;205.00;298.85;0.17807;361.57;86.35;88.39;-0.25859;0.59250;0.76294;0.08895;3.35303;98.47549;0.000;0.000;0.000;358.0;80.0;82.0;365.0;92.0;98.0
222;211.21;239.15;0.36886;306.63;86.99;135.59;0.70669;0.27147;0.65337;0.17077;2.41987;56.09878;0.000;0.000;0.000;301.0;84.0;131.0;312.0;89.0;141.0
222;207.25;280.38;0.22040;71.27;129.58;318.75;0.00693;-0.10304;0.99465;0.12045;2.88133;73.32117;0.000;0.000;0.000;65.0;127.0;312.0;76.0;133.0;326.0
221;208.29;278.42;0.22735;294.90;151.35;318.21;-0.15593;-0.13791;0.97809;0.05094;4.43053;64.00272;0.000;0.000;0.000;292.0;148.0;310.0;300.0;155.0;326.0
221;207.75;294.16;0.19177;123.53;115.51;434.96;-0.16137;-0.30023;0.94012;0.07297;3.70189;81.92251;0.000;0.000;0.000;119.0;111.0;427.0;128.0;118.0;442.0
220;210.50;220.75;0.46584;285.86;48.51;38.40;-0.44474;0.49516;0.74634;0.14274;2.64688;40.09633;0.000;0.000;0.000;282.0;45.0;34.0;290.0;52.0;43.0
220;205.50;291.82;0.19219;418.01;99.02;89.91;-0.40712;0.41147;0.81545;0.04594;4.66565;72.01033;0.000;0.000;0.000;414.0;93.0;84.0;422.0;103.0;99.0
220;207.88;295.70;0.18902;384.18;59.49;475.40;-0.44426;0.60351;0.66212;0.03731;5.17709;63.38112;0.000;0.000;0.000;380.0;55.0;468.0;389.0;66.0;481.0
219;205.33;259.76;0.27206;36.51;107.02;34.87;0.69600;0.34649;0.62891;0.13506;2.72107;66.57473;0.000;0.000;0.000;30.0;104.0;27.0;41.0;112.0;39.0
219;202.75;308.87;0.15779;198.38;110.16;303.50;-0.83630;0.24157;0.49219;0.02496;6.32960;78.30476;0.000;0.000;0.000;192.0;107.0;295.0;206.0;114.0;311.0
219;199.38;323.90;0.13230;130.30;101.46;358.00;0.00131;0.99981;0.01920;0.22713;2.09827;102.67455;0.000;0.000;0.000;125.0;94.0;353.0;135.0;107.0;364.0
219;204.83;275.54;0.22683;168.65;98.46;403.64;-0.68125;0.43540;0.58850;0.13102;2.76265;74.47706;0.000;0.000;0.000;164.0;95.0;398.0;175.0;104.0;409.0
218;205.00;275.30;0.22779;176.81;63.07;21.28;-0.17438;0.48210;0.85859;0.05018;4.46417;61.18640;0.000;0.000;0.000;171.0;59.0;14.0;180.0;68.0;29.0
218;208.58;248.24;0.32165;376.07;111.28;143.76;-0.20575;0.26678;0.94154;0.06118;4.04303;44.90013;0.000;0.000;0.000;372.0;109.0;137.0;379.0;113.0;151.0
218;201.37;304.56;0.16234;371.67;85.04;423.17;0.44871;-0.30347;0.84057;0.03819;5.11694;80.96744;0.000;0.000;0.000;368.0;81.0;415.0;379.0;89.0;431.0
218;204.29;293.96;0.18582;208.15;129.88;423.20;0.24488;-0.18217;0.95228;0.17469;2.39261;81.49837;0.000;0.000;0.000;202.0;126.0;418.0;211.0;134.0;430.0
217;200.13;315.82;0.14380;396.43;134.43;314.42;0.23532;-0.17048;0.95685;0.01653;7.77740;81.89045;0.000;0.000;0.000;392.0;132.0;305.0;401.0;137.0;324.0
217;203.12;286.40;0.19864;132.15;85.96;423.55;-0.29711;-0.31732;0.90058;0.02459;6.37682;66.07151;0.000;0.000;0.000;128.0;81.0;414.0;136.0;89.0;434.0
216;203.96;289.53;0.19385;416.63;56.73;89.46;0.59360;-0.13326;0.79365;0.05129;4.41564;69.31841;0.000;0.000;0.000;411.0;54.0;84.0;421.0;59.0;97.0
216;206.04;227.51;0.40771;136.27;111.19;270.35;0.33825;-0.19309;0.92103;0.14428;2.63267;43.06514;0.000;0.000;0.000;133.0;108.0;264.0;140.0;114.0;276.0
216;205.17;233.09;0.37593;45.68;73.64;413.99;0.04042;0.26856;0.96241;0.12062;2.87932;45.99788;0.000;0.000;0.000;43.0;70.0;409.0;49.0;77.0;421.0
216;205.33;249.05;0.30868;120.67;94.69;454.95;-0.12669;-0.01804;0.99178;0.11638;2.93131;55.22115;0.000;0.000;0.000;117.0;92.0;448.0;123.0;99.0;461.0
215;203.08;254.84;0.28184;211.05;94.27;147.98;0.74160;0.29457;0.60271;0.11695;2.92420;56.87413;0.000;0.000;0.000;206.0;91.0;141.0;216.0;97.0;153.0
215;205.58;236.35;0.36205;357.37;80.78;379.47;0.22980;0.11469;0.96646;0.08857;3.36013;45.34894;0.000;0.000;0.000;355.0;77.0;374.0;360.0;84.0;386.0
214;202.08;275.23;0.22152;69.28;111.13;312.28;0.12779;0.01583;0.99168;0.03122;5.65983;59.21220;0.000;0.000;0.000;66.0;110.0;302.0;73.0;113.0;320.0
214;201.33;282.26;0.20386;365.59;103.98;418.04;-0.46207;-0.22222;0.85855;0.03607;5.26570;58.33941;0.000;0.000;0.000;360.0;101.0;410.0;370.0;107.0;425.0
213;192.04;330.05;0.11601;191.29;110.53;60.11;0.41349;0.18503;0.89151;0.02309;6.58147;114.49807;0.000;0.000;0.000;183.0;107.0;49.0;198.0;114.0;70.0
213;203.83;205.95;0.53792;29.57;119.61;229.10;0.42302;-0.66190;0.61882;0.36660;1.65160;41.20910;0.000;0.000;0.000;27.0;114.0;225.0;33.0;124.0;233.0
213;202.08;238.41;0.34084;225.66;136.46;353.96;-0.88771;0.11474;0.44588;0.13691;2.70262;50.38543;0.000;0.000;0.000;220.0;134.0;349.0;233.0;139.0;359.0
212;194.58;328.94;0.12031;158.94;36.81;27.24;0.44572;0.02923;0.89469;0.01661;7.75812;100.22772;0.000;0.000;0.000;152.0;35.0;17.0;165.0;39.0;37.0
212;198.38;267.10;0.23357;106.18;81.84;95.75;-0.38355;0.27508;0.88160;0.12637;2.81300;81.59275;0.000;0.000;0.000;101.0;79.0;88.0;112.0;85.0;102.0
212;186.42;399.21;0.06177;131.26;133.50;242.28;0.64835;0.04120;0.76023;0.01490;8.19198;141.38930;0.000;0.000;0.000;122.0;132.0;233.0;140.0;136.0;256.0
211;200.79;218.39;0.43777;36.22;56.52;76.65;0.49552;0.29306;0.81766;0.13524;2.71925;38.92782;0.000;0.000;0.000;32.0;53.0;72.0;40.0;60.0;82.0
211;201.25;218.92;0.43661;200.57;142.57;177.88;-0.08687;0.52065;0.84934;0.27642;1.90202;50.93791;0.000;0.000;0.000;197.0;138.0;172.0;204.0;147.0;182.0
211;198.54;298.72;0.16725;162.17;123.56;215.10;0.25706;-0.21003;0.94330;0.04617;4.65405;71.50282;0.000;0.000;0.000;158.0;121.0;207.0;168.0;125.0;222.0
211;198.83;266.77;0.23552;323.69;116.42;278.67;0.32732;-0.75964;0.56197;0.03806;5.12583;63.76960;0.000;0.000;0.000;321.0;111.0;274.0;327.0;123.0;285.0
211;202.29;202.31;0.55890;153.90;128.27;487.75;0.63815;0.03747;0.76900;0.28957;1.85834;36.01770;0.000;0.000;0.000;150.0;126.0;484.0;158.0;131.0;492.0
210;197.13;261.11;0.24686;237.03;86.54;422.25;-0.20502;0.38159;0.90131;0.04205;4.87659;55.02702;0.000;0.000;0.000;233.0;82.0;413.0;239.0;90.0;429.0
210;197.71;256.65;0.26150;339.50;87.11;442.65;0.24537;-0.18805;0.95102;0.06133;4.03786;62.93309;0.000;0.000;0.000;337.0;84.0;436.0;344.0;90.0;451.0
210;195.75;278.90;0.19976;414.97;94.04;483.86;0.64832;-0.37972;0.65992;0.05206;4.38292;71.00461;0.000;0.000;0.000;406.0;90.0;477.0;420.0;98.0;491.0
209;198.42;218.19;0.42864;114.04;115.74;277.20;-0.41372;0.25760;0.87320;0.18274;2.33926;49.05270;0.000;0.000;0.000;110.0;112.0;270.0;117.0;120.0;282.0
209;196.67;264.27;0.23700;221.56;110.51;361.25;-0.22252;-0.16684;0.96055;0.04920;4.50846;61.28253;0.000;0.000;0.000;218.0;108.0;351.0;226.0;113.0;369.0
207;197.42;233.60;0.34580;159.64;134.49;149.59;0.17138;0.43143;0.88572;0.12626;2.81424;52.14558;0.000;0.000;0.000;157.0;131.0;144.0;162.0;138.0;155.0
207;194.50;265.77;0.22792;346.63;54.25;158.82;-0.66036;0.29594;0.69018;0.08276;3.47616;70.79242;0.000;0.000;0.000;338.0;52.0;152.0;352.0;58.0;165.0
207;191.08;295.77;0.15960;66.77;93.29;297.58;0.03983;-0.14075;0.98924;0.02602;6.19963;78.73571;0.000;0.000;0.000;64.0;90.0;285.0;70.0;97.0;307.0
207;184.17;345.90;0.09269;312.44;140.49;319.54;0.07302;-0.33430;0.93963;0.01728;7.60725;124.77803;0.000;0.000;0.000;309.0;137.0;310.0;316.0;146.0;330.0
206;195.46;258.80;0.24926;83.87;104.14;311.84;0.28687;0.26527;0.92051;0.03513;5.33541;51.78869;0.000;0.000;0.000;79.0;101.0;305.0;88.0;107.0;319.0
205;195.71;216.04;0.42959;201.46;95.17;218.98;0.47148;-0.88037;-0.05151;0.13842;2.68778;41.13794;0.000;0.000;0.000;199.0;91.0;215.0;205.0;101.0;223.0
205;189.42;290.05;0.16629;418.77;61.24;344.29;-0.85362;0.38444;0.35148;0.06153;4.03144;85.21142;0.000;0.000;0.000;412.0;58.0;338.0;426.0;66.0;350.0
205;192.67;293.55;0.16597;407.30;106.98;353.35;0.57663;-0.09449;0.81152;0.04384;4.77589;72.73973;0.000;0.000;0.000;401.0;105.0;347.0;412.0;109.0;359.0
204;194.62;228.90;0.35720;106.44;98.43;147.00;0.55141;-0.80913;0.20313;0.10423;3.09744;42.18860;0.000;0.000;0.000;103.0;94.0;143.0;110.0;103.0;151.0
204;193.92;227.95;0.35908;221.51;128.79;249.29;-0.50037;0.01056;0.86575;0.09693;3.21192;41.82050;0.000;0.000;0.000;218.0;127.0;243.0;226.0;131.0;255.0
204;188.08;288.05;0.16740;50.65;119.42;377.50;0.44946;-0.06861;0.89066;0.02509;6.31294;80.08636;0.000;0.000;0.000;46.0;116.0;369.0;56.0;123.0;387.0
203;188.21;271.05;0.20118;240.80;151.07;328.60;-0.88492;0.22187;-0.40950;0.08230;3.48574;76.65461;0.000;0.000;0.000;235.0;149.0;321.0;246.0;153.0;333.0
203;193.92;205.04;0.49337;113.09;96.99;423.58;-0.01073;0.18206;0.98323;0.17144;2.41513;37.12046;0.000;0.000;0.000;111.0;94.0;418.0;116.0;100.0;428.0
203;189.08;281.46;0.18135;96.06;83.08;437.63;0.69108;0.22743;0.68606;0.07033;3.77063;73.16539;0.000;0.000;0.000;91.0;80.0;431.0;102.0;85.0;444.0
202;190.25;256.34;0.24302;16.97;81.97;33.65;0.71127;0.21791;0.66829;0.05503;4.26282;62.75226;0.000;0.000;0.000;12.0;79.0;28.0;23.0;84.0;39.0
202;190.50;252.91;0.25371;130.61;110.28;97.92;0.30310;-0.94355;-0.13360;0.09396;3.26241;64.05742;0.000;0.000;0.000;127.0;105.0;92.0;133.0;116.0;103.0
202;190.75;272.31;0.20378;309.40;146.85;198.56;0.69119;0.07844;0.71840;0.03500;5.34550;66.12189;0.000;0.000;0.000;304.0;145.0;192.0;315.0;148.0;206.0
202;189.00;266.23;0.21410;340.88;118.58;247.74;-0.25448;0.07290;0.96433;0.14330;2.64162;62.05400;0.000;0.000;0.000;337.0;114.0;241.0;345.0;121.0;253.0
201;183.92;290.72;0.15569;323.22;117.01;179.84;-0.17106;-0.00107;0.98526;0.11079;3.00441;99.72690;0.000;0.000;0.000;319.0;114.0;173.0;326.0;122.0;188.0
201;189.62;253.13;0.25074;370.94;144.31;274.37;0.11074;0.04409;0.99287;0.11649;2.92993;69.45682;0.000;0.000;0.000;367.0;141.0;267.0;376.0;147.0;281.0
200;182.29;313.94;0.12147;253.65;114.17;302.77;-0.08982;0.08641;0.99220;0.01961;7.14020;100.42346;0.000;0.000;0.000;247.0;112.0;294.0;258.0;116.0;315.0
200;182.00;315.87;0.11887;142.84;110.90;373.37;0.74643;0.12861;0.65292;0.40188;1.57743;95.27323;0.000;0.000;0.000;136.0;105.0;368.0;147.0;115.0;379.0
199;190.25;195.24;0.55007;62.03;105.79;30.97;0.30818;0.16215;0.93741;0.34757;1.69620;35.46081;0.000;0.000;0.000;59.0;103.0;27.0;65.0;109.0;36.0
199;181.42;295.12;0.14482;154.23;119.86;128.22;0.57605;-0.39848;0.71371;0.05711;4.18457;84.55848;0.000;0.000;0.000;148.0;116.0;119.0;161.0;125.0;133.0
199;188.87;205.49;0.46498;266.34;90.75;155.40;-0.24108;0.45622;0.85659;0.38517;1.61129;46.96214;0.000;0.000;0.000;262.0;88.0;150.0;269.0;94.0;159.0
199;190.50;197.38;0.53372;230.22;72.34;390.85;0.31594;-0.70421;0.63582;0.25923;1.96408;35.76154;0.000;0.000;0.000;228.0;68.0;387.0;234.0;76.0;395.0
198;186.83;238.19;0.29213;267.52;76.35;505.35;-0.51928;-0.19116;0.83295;0.10984;3.01734;57.41294;0.000;0.000;0.000;263.0;73.0;501.0;272.0;80.0;512.0
198;184.87;268.28;0.20020;349.55;52.00;523.75;0.87331;-0.47697;0.09913;0.03707;5.19392;65.47633;0.000;0.000;0.000;344.0;46.0;521.0;358.0;58.0;525.0
197;181.42;289.47;0.15346;271.92;66.78;30.59;-0.12933;-0.02445;0.99130;0.03587;5.28031;83.09905;0.000;0.000;0.000;268.0;63.0;24.0;276.0;70.0;39.0
197;187.87;224.93;0.35081;292.88;75.09;463.22;0.08292;-0.22078;0.97179;0.11462;2.95369;44.73696;0.000;0.000;0.000;290.0;72.0;457.0;296.0;78.0;469.0
196;181.79;269.13;0.19175;92.94;50.07;6.00;-0.15991;0.97189;0.17281;0.05021;4.46274;84.54022;0.000;0.000;0.000;91.0;44.0;2.0;95.0;62.0;11.0
196;184.88;240.78;0.27691;290.11;87.37;49.73;-0.41735;0.49225;0.76388;0.05932;4.10586;52.24437;0.000;0.000;0.000;287.0;83.0;43.0;293.0;92.0;54.0
196;182.21;275.07;0.18042;421.40;96.12;219.67;-0.10682;-0.13694;0.98480;0.02576;6.23087;69.58683;0.000;0.000;0.000;417.0;94.0;209.0;425.0;98.0;229.0
196;185.08;236.34;0.29346;206.84;121.32;323.53;-0.90679;0.02841;0.42063;0.11698;2.92374;49.14861;0.000;0.000;0.000;202.0;119.0;319.0;213.0;124.0;328.0
196;183.25;271.78;0.18918;385.36;120.47;354.42;-0.35214;-0.02338;0.93565;0.02823;5.95218;71.73500;0.000;0.000;0.000;381.0;118.0;344.0;390.0;122.0;361.0
195;170.08;340.80;0.08266;418.41;70.15;475.72;0.02316;-0.40165;0.91550;0.01844;7.36409;142.11380;0.000;0.000;0.000;413.0;65.0;464.0;423.0;76.0;485.0
194;176.54;313.81;0.11406;34.12;48.60;10.03;0.31668;-0.67073;0.67069;0.04185;4.88811;89.71284;0.000;0.000;0.000;30.0;41.0;2.0;38.0;56.0;16.0
194;179.13;272.64;0.17905;206.07;122.81;262.60;0.24929;-0.87207;0.42112;0.06027;4.07344;79.60816;0.000;0.000;0.000;203.0;116.0;258.0;209.0;128.0;268.0
194;178.79;262.68;0.19946;211.78;165.02;266.05;0.12673;-0.94543;0.30016;0.13635;2.70811;88.76698;0.000;0.000;0.000;209.0;158.0;262.0;214.0;173.0;270.0
194;186.00;198.94;0.49692;202.40;160.29;274.28;-0.01925;-0.14506;0.98924;0.19507;2.26412;32.91041;0.000;0.000;0.000;200.0;157.0;270.0;204.0;164.0;280.0
194;183.08;230.18;0.31086;106.66;84.98;409.62;0.22224;-0.09230;0.97061;0.14474;2.62847;55.35131;0.000;0.000;0.000;103.0;83.0;403.0;111.0;87.0;415.0
194;181.42;267.73;0.19397;210.51;140.10;443.61;0.68313;-0.36929;0.63004;0.02473;6.35855;66.52121;0.000;0.000;0.000;205.0;137.0;437.0;217.0;143.0;451.0
194;180.46;268.20;0.19090;242.03;116.97;505.00;0.19150;-0.29971;0.93461;0.02322;6.56230;69.44586;0.000;0.000;0.000;238.0;113.0;498.0;245.0;120.0;516.0
193;180.42;238.01;0.27303;15.70;86.88;100.70;0.23598;-0.07039;0.96921;0.05186;4.39119;52.90310;0.000;0.000;0.000;12.0;84.0;95.0;19.0;89.0;111.0
193;182.88;216.25;0.37403;245.11;123.36;191.82;0.29555;0.17564;0.93904;0.07556;3.63792;44.12666;0.000;0.000;0.000;242.0;120.0;186.0;248.0;126.0;199.0
193;182.54;220.59;0.35107;126.23;150.26;308.62;-0.52371;0.26839;0.80851;0.22752;2.09646;52.92687;0.000;0.000;0.000;122.0;147.0;304.0;131.0;153.0;314.0
193;181.38;264.58;0.20089;398.16;54.25;475.38;0.23788;-0.50254;0.83119;0.02681;6.10723;62.16138;0.000;0.000;0.000;395.0;50.0;467.0;402.0;59.0;481.0
193;177.54;278.21;0.16554;311.28;83.29;489.26;0.73729;-0.38655;0.55405;0.06497;3.92323;82.42167;0.000;0.000;0.000;304.0;80.0;484.0;317.0;87.0;495.0
192;177.37;269.96;0.18085;46.74;45.83;16.53;0.24518;0.11832;0.96223;0.08304;3.47027;77.49893;0.000;0.000;0.000;43.0;42.0;8.0;51.0;51.0;23.0
192;182.08;221.32;0.34590;39.81;87.78;15.92;0.82514;0.09060;0.55762;0.08463;3.43750;45.08977;0.000;0.000;0.000;34.0;86.0;11.0;45.0;90.0;21.0
191;177.04;262.14;0.19679;404.75;59.12;188.80;0.17101;-0.58882;0.78997;0.03479;5.36122;71.63361;0.000;0.000;0.000;403.0;54.0;183.0;407.0;66.0;196.0
190;172.21;281.77;0.14993;256.34;49.57;40.02;0.41124;0.19404;0.89063;0.03536;5.31795;83.93207;0.000;0.000;0.000;250.0;46.0;30.0;262.0;54.0;50.0
190;172.38;313.78;0.10877;383.52;120.14;299.90;0.16917;-0.13999;0.97559;0.03358;5.45693;105.56306;0.000;0.000;0.000;379.0;116.0;288.0;387.0;123.0;310.0
189;180.04;207.13;0.41257;137.54;145.69;274.56;0.60300;-0.07488;0.79422;0.22921;2.08873;43.64436;0.000;0.000;0.000;134.0;143.0;269.0;141.0;148.0;279.0
189;177.12;233.88;0.27735;55.08;127.65;331.51;-0.72164;-0.28135;0.63251;0.13801;2.69182;61.64160;0.000;0.000;0.000;49.0;125.0;326.0;59.0;131.0;338.0
189;177.92;228.88;0.29858;109.80;125.60;412.63;-0.37301;0.53621;0.75719;0.09648;3.21945;50.46042;0.000;0.000;0.000;106.0;122.0;407.0;113.0;130.0;420.0
189;180.00;216.31;0.36206;114.40;124.41;430.68;-0.26223;-0.19763;0.94455;0.36037;1.66582;45.68855;0.000;0.000;0.000;112.0;121.0;425.0;117.0;127.0;435.0
188;170.96;294.31;0.12966;86.75;139.26;118.05;-0.25013;0.81388;0.52444;0.02626;6.17078;89.74275;0.000;0.000;0.000;83.0;131.0;110.0;91.0;146.0;126.0
188;177.37;226.07;0.30798;286.21;123.90;164.26;-0.18304;0.71984;0.66957;0.10013;3.16016;43.87089;0.000;0.000;0.000;284.0;119.0;159.0;290.0;128.0;169.0
188;175.88;236.74;0.26365;137.68;109.96;226.10;0.44665;-0.21773;0.86781;0.05324;4.33408;57.98028;0.000;0.000;0.000;133.0;106.0;220.0;141.0;113.0;234.0
188;173.12;270.76;0.17077;356.51;91.36;368.35;0.37368;-0.16495;0.91277;0.06642;3.88031;91.81777;0.000;0.000;0.000;352.0;89.0;361.0;363.0;95.0;377.0
188;178.54;241.42;0.25621;284.11;77.53;522.50;0.86618;-0.28540;-0.41022;0.14258;2.64836;45.33463;0.000;0.000;0.000;280.0;74.0;518.0;288.0;82.0;525.0
187;177.46;202.32;0.43005;319.81;129.76;101.37;0.14572;-0.96088;0.23555;0.25199;1.99209;45.53920;0.000;0.000;0.000;317.0;125.0;98.0;322.0;134.0;106.0
187;177.92;196.74;0.47009;212.06;127.83;279.76;0.24429;0.16462;0.95563;0.22124;2.12602;38.31685;0.000;0.000;0.000;209.0;125.0;275.0;215.0;131.0;285.0
186;171.21;277.59;0.15499;262.77;89.00;437.61;-0.56813;-0.39295;0.72306;0.02878;5.89431;80.00106;0.000;0.000;0.000;258.0;84.0;432.0;269.0;92.0;445.0
185;168.62;286.76;0.13638;18.78;46.19;102.43;0.94270;0.32830;-0.05945;0.01936;7.18707;85.12251;0.000;0.000;0.000;9.0;42.0;97.0;25.0;49.0;108.0
185;169.00;295.58;0.12509;129.55;103.69;450.38;0.05210;-0.51520;0.85549;0.08300;3.47095;98.76625;0.000;0.000;0.000;124.0;99.0;441.0;133.0;109.0;458.0
185;169.54;283.04;0.14337;341.91;123.04;476.39;-0.68652;0.46555;0.55852;0.12883;2.78611;100.80222;0.000;0.000;0.000;338.0;120.0;471.0;348.0;128.0;483.0
184;163.87;315.96;0.09629;357.30;79.32;104.71;0.27226;0.14525;0.95120;0.02016;7.04308;123.65757;0.000;0.000;0.000;352.0;76.0;94.0;362.0;82.0;116.0
184;175.00;204.05;0.40768;208.44;142.83;245.97;0.98201;0.18880;-0.00236;0.23519;2.06199;46.92201;0.000;0.000;0.000;204.0;140.0;242.0;213.0;146.0;250.0
184;173.33;222.02;0.31048;375.08;96.90;391.71;0.26049;-0.36473;0.89393;0.11453;2.95493;61.12369;0.000;0.000;0.000;372.0;93.0;386.0;378.0;100.0;398.0
183;170.67;229.39;0.27292;262.43;116.55;144.07;-0.41233;-0.07165;0.90821;0.08469;3.43633;53.46928;0.000;0.000;0.000;260.0;113.0;139.0;266.0;121.0;151.0
183;171.42;271.41;0.16622;391.35;22.00;506.69;-0.23675;0.15629;0.95892;0.11981;2.88906;70.12247;0.000;0.000;0.000;387.0;20.0;500.0;397.0;26.0;513.0
182;173.08;201.03;0.41706;111.36;102.35;372.69;0.04410;0.14244;0.98882;0.17983;2.35815;38.63600;0.000;0.000;0.000;109.0;99.0;367.0;114.0;105.0;378.0
182;168.92;264.22;0.17494;190.14;113.60;467.95;-0.24756;0.45944;0.85301;0.08320;3.46681;73.86594;0.000;0.000;0.000;186.0;109.0;462.0;196.0;117.0;475.0
181;167.58;253.49;0.19501;131.61;111.57;193.17;0.54508;-0.23699;0.80419;0.04454;4.73843;63.78564;0.000;0.000;0.000;127.0;109.0;187.0;136.0;114.0;201.0
181;167.96;264.21;0.17299;169.18;136.83;215.87;-0.58630;0.26170;0.76666;0.07103;3.75203;77.46688;0.000;0.000;0.000;163.0;133.0;210.0;175.0;139.0;223.0
181;169.00;244.52;0.22094;47.87;98.62;301.04;0.98090;0.19427;0.00925;0.04422;4.75557;55.20094;0.000;0.000;0.000;39.0;96.0;297.0;54.0;101.0;305.0
181;161.92;301.99;0.10766;366.20;119.31;462.07;0.17533;-0.19489;0.96503;0.02113;6.87871;119.85989;0.000;0.000;0.000;362.0;116.0;452.0;369.0;123.0;470.0
181;170.71;236.32;0.24972;330.73;57.18;459.17;-0.95965;0.10735;0.25989;0.07784;3.58423;57.01879;0.000;0.000;0.000;323.0;54.0;455.0;335.0;59.0;464.0
181;170.83;210.10;0.35588;398.36;88.39;506.75;-0.42354;0.90026;0.10070;0.16391;2.47001;56.83550;0.000;0.000;0.000;395.0;84.0;502.0;402.0;92.0;511.0
181;172.00;196.20;0.44304;282.64;42.71;509.16;-0.50624;0.80798;0.30147;0.13958;2.67660;37.20383;0.000;0.000;0.000;280.0;39.0;505.0;286.0;47.0;513.0
180;167.58;255.09;0.19135;209.72;123.71;388.20;-0.96280;-0.22139;0.15495;0.04781;4.57341;68.34618;0.000;0.000;0.000;203.0;122.0;384.0;217.0;126.0;393.0
179;168.67;217.74;0.31168;138.42;91.35;154.66;-0.62740;-0.15965;0.76215;0.06933;3.79779;42.00967;0.000;0.000;0.000;134.0;89.0;148.0;143.0;94.0;160.0
178;169.75;182.98;0.53195;80.06;133.21;131.14;-0.28492;0.63956;0.71399;0.25934;1.96367;33.66747;0.000;0.000;0.000;77.0;130.0;127.0;83.0;136.0;134.0
178;168.87;208.61;0.35529;112.46;144.68;155.26;-0.14414;0.74061;0.65630;0.08724;3.38570;44.70113;0.000;0.000;0.000;110.0;139.0;150.0;114.0;149.0;160.0
178;168.58;193.62;0.44281;102.37;116.16;193.69;0.64344;0.47392;0.60115;0.32483;1.75457;50.87550;0.000;0.000;0.000;99.0;112.0;189.0;106.0;119.0;198.0
178;163.50;243.15;0.21031;148.19;109.27;195.42;0.73798;0.52020;0.42987;0.06569;3.90165;62.94105;0.000;0.000;0.000;142.0;106.0;190.0;153.0;115.0;201.0
178;168.54;204.24;0.37707;80.17;98.81;292.56;0.59463;-0.57285;0.56415;0.18957;2.29677;47.09642;0.000;0.000;0.000;77.0;94.0;289.0;84.0;104.0;298.0
178;164.50;266.79;0.16116;43.04;58.93;475.63;0.14584;0.20280;0.96830;0.04785;4.57163;76.49113;0.000;0.000;0.000;40.0;55.0;468.0;46.0;62.0;485.0
177;161.96;286.85;0.12568;53.53;123.35;348.16;-0.44641;0.08201;0.89106;0.03525;5.32614;78.01426;0.000;0.000;0.000;49.0;120.0;342.0;58.0;127.0;357.0
176;167.42;193.87;0.43502;37.26;118.76;27.40;0.65973;0.02429;0.75111;0.15250;2.56072;37.03932;0.000;0.000;0.000;32.0;116.0;23.0;40.0;121.0;33.0
175;158.00;273.09;0.13863;39.85;96.51;158.69;0.49784;0.05587;0.86547;0.06626;3.88499;77.16695;0.000;0.000;0.000;35.0;92.0;151.0;45.0;101.0;165.0
175;158.00;271.38;0.14127;317.89;117.17;195.21;-0.82516;-0.13699;0.54803;0.04035;4.97830;89.85027;0.000;0.000;0.000;313.0;114.0;189.0;327.0;120.0;203.0
175;166.37;192.72;0.43740;180.87;89.60;244.04;-0.13537;-0.44626;0.88461;0.16444;2.46604;40.00608;0.000;0.000;0.000;179.0;86.0;239.0;183.0;93.0;248.0
175;153.33;312.46;0.08717;266.50;136.53;320.83;0.31019;-0.04761;0.94948;0.01105;9.51148;127.95894;0.000;0.000;0.000;261.0;134.0;308.0;271.0;139.0;332.0
175;164.75;212.25;0.32106;283.06;77.63;434.18;-0.24595;0.12138;0.96165;0.06776;3.84156;53.35386;0.000;0.000;0.000;279.0;75.0;429.0;286.0;79.0;441.0
174;164.12;203.68;0.36053;51.92;133.73;140.45;0.05852;0.14824;0.98722;0.13877;2.68444;48.74490;0.000;0.000;0.000;49.0;130.0;135.0;54.0;136.0;146.0
174;164.62;193.52;0.42295;419.75;85.50;314.28;-0.30321;-0.12379;0.94485;0.10755;3.04921;41.52776;0.000;0.000;0.000;416.0;83.0;308.0;423.0;88.0;320.0
174;159.37;254.37;0.17455;283.48;127.60;320.02;-0.36071;0.08363;0.92892;0.03055;5.72117;76.95933;0.000;0.000;0.000;278.0;125.0;310.0;287.0;130.0;329.0
174;162.96;204.75;0.34987;228.40;64.69;519.56;-0.73666;0.03107;0.67554;0.21260;2.16880;59.49072;0.000;0.000;0.000;222.0;62.0;516.0;234.0;67.0;525.0
173;163.75;204.88;0.35264;61.49;97.80;493.54;0.46910;-0.53948;0.69922;0.12849;2.78972;43.24142;0.000;0.000;0.000;59.0;93.0;488.0;64.0;102.0;497.0
172;163.13;200.02;0.37607;249.60;53.55;60.80;0.77744;-0.40780;0.47884;0.17587;2.38453;46.17982;0.000;0.000;0.000;246.0;50.0;56.0;253.0;56.0;65.0
172;160.75;218.66;0.27956;267.01;104.64;212.50;-0.66829;-0.03509;0.74308;0.07091;3.75533;55.08073;0.000;0.000;0.000;262.0;103.0;206.0;272.0;107.0;218.0
171;156.13;266.90;0.14499;42.61;115.24;96.47;0.47416;0.08681;0.87615;0.03046;5.72960;71.84607;0.000;0.000;0.000;40.0;110.0;89.0;47.0;119.0;104.0
171;158.54;234.44;0.22063;258.36;114.88;175.58;0.25459;0.00013;0.96705;0.03631;5.24804;56.28492;0.000;0.000;0.000;255.0;112.0;168.0;263.0;117.0;184.0
171;161.08;218.11;0.28281;277.94;111.54;187.58;0.34272;-0.06980;0.93684;0.05880;4.12402;54.16301;0.000;0.000;0.000;275.0;110.0;181.0;282.0;113.0;194.0
171;161.67;215.08;0.29708;221.26;153.96;374.96;-0.32033;0.73545;0.59708;0.11053;3.00794;51.95264;0.000;0.000;0.000;219.0;149.0;370.0;224.0;158.0;379.0
170;159.54;221.85;0.26364;221.96;86.88;124.93;-0.43682;-0.19437;0.87830;0.10450;3.09345;53.82934;0.000;0.000;0.000;217.0;84.0;118.0;225.0;91.0;130.0
170;155.87;232.64;0.21825;190.05;110.04;318.08;-0.47222;0.72477;0.50172;0.04132;4.91924;67.40137;0.000;0.000;0.000;186.0;104.0;312.0;195.0;116.0;323.0
170;153.87;285.10;0.11556;403.07;67.22;450.85;-0.16820;0.01148;0.98569;0.01607;7.88938;85.62276;0.000;0.000;0.000;399.0;65.0;443.0;407.0;69.0;461.0
169;160.96;178.41;0.51593;19.05;65.55;27.09;0.72773;0.00566;0.68584;0.45682;1.47955;38.16003;0.000;0.000;0.000;15.0;62.0;24.0;23.0;69.0;31.0
169;160.50;192.36;0.40933;331.15;74.26;66.18;0.68642;-0.53093;0.49693;0.23139;2.07887;43.43824;0.000;0.000;0.000;327.0;71.0;62.0;334.0;78.0;70.0
169;157.42;215.30;0.28082;180.20;109.87;430.05;0.20853;0.07523;0.97512;0.05673;4.19856;60.85204;0.000;0.000;0.000;177.0;108.0;422.0;183.0;112.0;437.0
168;152.00;277.63;0.12210;33.14;73.32;16.86;0.32544;0.31131;0.89285;0.03652;5.23311;82.79414;0.000;0.000;0.000;30.0;66.0;9.0;37.0;76.0;25.0
168;152.62;284.17;0.11481;282.16;111.18;31.74;-0.00727;0.16148;0.98685;0.01576;7.96484;81.53501;0.000;0.000;0.000;278.0;109.0;23.0;286.0;113.0;43.0
168;158.29;208.10;0.31446;400.38;80.05;142.68;-0.47726;0.81930;0.31776;0.11085;3.00357;45.78192;0.000;0.000;0.000;397.0;75.0;139.0;404.0;84.0;147.0
168;150.50;316.52;0.08078;204.62;131.52;170.25;0.06338;-0.11891;0.99088;0.01649;7.78794;106.42835;0.000;0.000;0.000;203.0;127.0;162.0;207.0;137.0;178.0
168;156.46;222.90;0.25000;226.70;145.13;237.02;-0.17771;0.88312;0.43419;0.14435;2.63201;55.05705;0.000;0.000;0.000;225.0;141.0;231.0;229.0;149.0;242.0
168;157.83;205.04;0.32685;44.90;127.00;285.73;0.70190;-0.50344;0.50387;0.08434;3.44341;44.87048;0.000;0.000;0.000;39.0;123.0;282.0;49.0;131.0;290.0
168;157.75;218.73;0.26895;407.10;110.26;382.64;0.30186;0.16757;0.93851;0.07899;3.55802;51.71867;0.000;0.000;0.000;405.0;108.0;376.0;412.0;112.0;389.0
167;158.92;180.46;0.48603;262.54;94.31;51.73;0.78141;-0.58583;0.21497;0.21095;2.17727;33.41432;0.000;0.000;0.000;259.0;92.0;48.0;267.0;98.0;55.0
167;158.50;180.79;0.48080;132.90;85.76;85.15;0.67893;-0.72347;0.12509;0.51688;1.39093;43.19452;0.000;0.000;0.000;129.0;83.0;82.0;137.0;89.0;89.0
167;154.71;228.84;0.22588;262.31;104.83;149.75;0.11235;0.32143;0.94024;0.03646;5.23705;54.62899;0.000;0.000;0.000;259.0;101.0;139.0;264.0;109.0;157.0
167;152.37;241.75;0.18587;270.77;132.99;200.05;-0.92043;0.29653;0.25470;0.04722;4.60193;69.36012;0.000;0.000;0.000;263.0;130.0;194.0;277.0;136.0;206.0
167;157.00;213.36;0.28701;288.38;110.86;326.08;-0.27838;0.82415;0.49324;0.04359;4.78979;43.32404;0.000;0.000;0.000;286.0;106.0;321.0;291.0;116.0;331.0
167;156.88;231.60;0.22404;379.76;65.53;434.74;-0.61449;0.50600;0.60529;0.06260;3.99685;60.23966;0.000;0.000;0.000;375.0;62.0;430.0;384.0;70.0;439.0
166;150.96;252.29;0.16051;381.85;25.02;79.58;-0.51935;0.56605;0.64020;0.02421;6.42689;89.90354;0.000;0.000;0.000;378.0;20.0;71.0;387.0;30.0;85.0
166;154.67;216.67;0.26598;387.94;75.23;92.07;0.20688;0.10467;0.97275;0.07358;3.68645;54.02153;0.000;0.000;0.000;385.0;72.0;84.0;390.0;79.0;99.0
166;156.21;197.95;0.35580;153.06;103.90;215.57;0.08554;0.19106;0.97784;0.09095;3.31580;47.21081;0.000;0.000;0.000;150.0;102.0;210.0;156.0;106.0;222.0
166;154.42;218.28;0.25929;117.04;121.37;368.16;-0.27245;-0.13742;0.95230;0.06673;3.87104;63.84611;0.000;0.000;0.000;113.0;120.0;363.0;122.0;123.0;375.0
166;152.75;234.51;0.20461;32.62;122.32;399.75;0.10339;0.61449;0.78212;0.13041;2.76913;66.64463;0.000;0.000;0.000;30.0;115.0;394.0;35.0;127.0;406.0
165;153.04;244.26;0.18178;292.52;102.04;235.13;-0.94061;0.21090;0.26604;0.02173;6.78306;62.52684;0.000;0.000;0.000;286.0;100.0;230.0;301.0;104.0;239.0
165;149.04;254.08;0.15317;73.68;68.62;239.65;-0.10464;0.20071;0.97405;0.02688;6.09956;92.88278;0.000;0.000;0.000;70.0;65.0;232.0;76.0;72.0;249.0
165;151.17;242.56;0.18110;363.95;71.58;508.98;0.15914;0.10825;0.98130;0.07421;3.67092;78.52402;0.000;0.000;0.000;359.0;69.0;501.0;368.0;74.0;516.0
164;152.58;210.60;0.28191;283.34;69.49;17.85;0.45642;-0.44888;0.76823;0.08949;3.34273;64.87853;0.000;0.000;0.000;280.0;66.0;11.0;287.0;74.0;23.0
164;149.00;260.80;0.14154;307.34;117.07;75.27;0.97441;0.10631;0.19807;0.01877;7.29815;79.01813;0.000;0.000;0.000;298.0;115.0;72.0;316.0;120.0;79.0
164;156.67;173.02;0.53592;120.83;136.87;228.84;-0.11985;0.21395;0.96946;0.23038;2.08343;28.99793;0.000;0.000;0.000;118.0;134.0;225.0;123.0;139.0;233.0
164;154.50;194.21;0.36854;215.84;132.65;289.86;0.51149;0.00961;0.85924;0.10737;3.05179;43.53403;0.000;0.000;0.000;212.0;131.0;283.0;220.0;135.0;294.0
164;154.25;203.95;0.31718;79.24;99.38;472.28;-0.89910;0.20013;0.38932;0.08655;3.39920;48.78631;0.000;0.000;0.000;74.0;97.0;468.0;85.0;102.0;476.0
163;150.08;235.08;0.19611;47.48;48.34;59.35;0.53129;0.03584;0.84643;0.06904;3.80590;61.77870;0.000;0.000;0.000;41.0;46.0;54.0;52.0;52.0;67.0
163;151.04;215.78;0.25679;325.42;72.33;113.33;-0.38054;0.13154;0.91536;0.04605;4.66017;50.16764;0.000;0.000;0.000;320.0;69.0;106.0;329.0;75.0;120.0
163;154.46;173.24;0.51897;182.79;154.88;251.80;-0.29128;-0.23251;0.92795;0.24737;2.01061;34.77254;0.000;0.000;0.000;179.0;152.0;247.0;186.0;157.0;256.0
163;147.79;254.53;0.14981;278.07;134.82;277.71;-0.29633;-0.03152;0.95457;0.04508;4.71000;78.37118;0.000;0.000;0.000;274.0;133.0;268.0;284.0;137.0;284.0
163;150.79;225.29;0.22490;178.34;98.73;384.85;0.99989;-0.01206;-0.00853;0.42645;1.53132;66.64746;0.000;0.000;0.000;174.0;95.0;381.0;184.0;102.0;388.0
162;149.87;226.35;0.21907;51.58;111.57;39.25;-0.98564;-0.03864;0.16436;0.07152;3.73919;64.27498;0.000;0.000;0.000;44.0;109.0;36.0;58.0;115.0;42.0
162;153.67;178.46;0.46987;86.16;76.36;225.73;0.97258;0.18688;-0.13846;0.33130;1.73736;42.01718;0.000;0.000;0.000;82.0;73.0;222.0;90.0;79.0;229.0
161;151.88;190.02;0.38021;61.83;75.37;39.56;-0.00377;0.23226;0.97265;0.13495;2.72216;43.78045;0.000;0.000;0.000;59.0;72.0;35.0;64.0;78.0;46.0
161;136.92;306.60;0.07356;173.52;94.22;102.96;0.25071;0.68976;0.67924;0.02571;6.23619;140.94106;0.000;0.000;0.000;166.0;88.0;98.0;178.0;103.0;112.0
161;151.96;187.86;0.39394;9.94;91.71;149.29;-0.60763;-0.11390;0.78601;0.16739;2.44421;44.53545;0.000;0.000;0.000;7.0;89.0;144.0;14.0;94.0;154.0
161;150.67;212.45;0.26774;88.23;73.68;482.65;0.75629;-0.14314;0.63839;0.08122;3.50893;58.53038;0.000;0.000;0.000;84.0;72.0;476.0;94.0;76.0;487.0
160;147.50;233.13;0.19421;403.51;61.79;23.95;-0.26545;0.64861;0.71333;0.03042;5.73371;67.02922;0.000;0.000;0.000;400.0;57.0;18.0;406.0;67.0;30.0
160;151.83;175.78;0.48007;147.21;87.54;183.73;-0.10886;-0.03360;0.99349;0.25276;1.98904;35.49006;0.000;0.000;0.000;145.0;85.0;177.0;150.0;90.0;188.0
160;150.75;183.73;0.41441;110.29;90.49;215.01;0.03981;-0.19709;0.97958;0.19718;2.25202;46.18081;0.000;0.000;0.000;106.0;88.0;210.0;113.0;93.0;220.0
160;145.33;255.89;0.14256;226.11;88.72;435.72;0.20813;0.51643;0.83065;0.03668;5.22119;83.44459;0.000;0.000;0.000;221.0;85.0;429.0;229.0;94.0;447.0
160;139.96;287.24;0.09348;377.49;66.28;472.88;-0.12963;0.39292;0.91039;0.02336;6.54273;125.78578;0.000;0.000;0.000;372.0;61.0;466.0;381.0;71.0;482.0
159;148.13;207.90;0.27616;142.97;115.40;137.22;0.29462;0.01203;0.95554;0.09044;3.32524;55.80442;0.000;0.000;0.000;139.0;114.0;130.0;148.0;118.0;143.0
159;144.21;253.30;0.14472;279.53;108.04;169.63;0.11303;0.22068;0.96877;0.04561;4.68225;84.47115;0.000;0.000;0.000;274.0;106.0;161.0;284.0;111.0;177.0
159;149.25;200.27;0.31363;345.62;91.81;185.40;-0.27193;0.60727;0.74651;0.07953;3.54600;46.06856;0.000;0.000;0.000;343.0;87.0;181.0;348.0;96.0;192.0
159;144.79;251.35;0.14931;368.26;102.38;212.48;0.46251;0.29565;0.83587;0.10065;3.15209;88.01561;0.000;0.000;0.000;363.0;100.0;206.0;372.0;108.0;221.0
159;151.29;179.67;0.44629;24.24;119.26;353.35;-0.81400;0.26942;0.51461;0.12092;2.87571;30.48919;0.000;0.000;0.000;20.0;117.0;350.0;28.0;121.0;357.0
159;146.42;221.32;0.22365;211.39;75.20;520.06;0.01674;-0.50208;0.86466;0.05400;4.30347;75.61166;0.000;0.000;0.000;206.0;71.0;513.0;214.0;79.0;525.0
158;138.75;285.74;0.09332;179.35;108.92;125.58;0.07183;0.33445;0.93967;0.01966;7.13226;119.58755;0.000;0.000;0.000;174.0;103.0;113.0;185.0;113.0;136.0
158;149.71;167.15;0.54278;406.65;114.13;432.72;0.73392;-0.18978;0.65219;0.35136;1.68703;35.49543;0.000;0.000;0.000;403.0;112.0;429.0;411.0;117.0;437.0
157;145.58;220.06;0.22493;220.57;145.99;257.38;0.53432;0.28625;0.79534;0.04712;4.60657;53.80235;0.000;0.000;0.000;215.0;144.0;252.0;225.0;149.0;264.0
157;148.96;170.07;0.51014;253.79;72.17;422.26;0.08189;0.05235;-0.99527;0.27736;1.89879;36.03379;0.000;0.000;0.000;252.0;69.0;418.0;256.0;76.0;426.0
157;144.75;246.72;0.15779;322.36;92.01;484.64;0.55060;-0.83476;0.00439;0.02368;6.49800;72.65372;0.000;0.000;0.000;319.0;85.0;479.0;327.0;97.0;490.0
156;146.58;205.96;0.27813;152.62;70.00;124.19;0.28322;-0.87990;0.38154;0.06498;3.92280;49.61211;0.000;0.000;0.000;151.0;66.0;120.0;155.0;76.0;128.0
156;142.75;215.64;0.22985;39.95;110.96;410.13;0.40028;-0.47168;0.78568;0.04998;4.47312;69.25927;0.000;0.000;0.000;37.0;106.0;405.0;45.0;114.0;418.0
155;145.38;194.22;0.32624;175.00;83.97;437.60;0.41038;0.40047;0.81928;0.14520;2.62428;51.67290;0.000;0.000;0.000;171.0;80.0;432.0;179.0;86.0;443.0
155;146.29;189.58;0.35524;331.33;96.75;437.04;-0.68278;0.23676;0.69120;0.06584;3.89727;38.70108;0.000;0.000;0.000;327.0;94.0;432.0;335.0;99.0;441.0
154;145.12;177.23;0.42787;323.36;105.58;57.41;0.55936;-0.67188;0.48548;0.19175;2.28365;42.43849;0.000;0.000;0.000;321.0;101.0;54.0;328.0;109.0;61.0
154;144.33;188.37;0.35252;30.14;76.84;138.52;-0.17926;0.38165;0.90676;0.07081;3.75795;41.07218;0.000;0.000;0.000;28.0;74.0;132.0;33.0;80.0;145.0
154;145.17;180.78;0.40339;69.80;113.57;144.41;-0.41115;-0.16801;0.89595;0.17801;2.37015;39.80922;0.000;0.000;0.000;66.0;111.0;139.0;73.0;116.0;150.0
154;142.79;215.64;0.22997;135.37;97.95;344.47;-0.20079;-0.43590;0.87731;0.04380;4.77796;51.17371;0.000;0.000;0.000;132.0;95.0;338.0;138.0;102.0;353.0
154;141.21;233.45;0.17724;173.17;87.44;494.59;0.42412;-0.00321;0.90560;0.02612;6.18716;58.79524;0.000;0.000;0.000;168.0;86.0;486.0;178.0;90.0;501.0
154;142.71;219.58;0.21757;184.92;107.06;504.06;-0.19580;0.31032;0.93025;0.03292;5.51172;57.28948;0.000;0.000;0.000;182.0;103.0;496.0;188.0;110.0;510.0
153;143.17;195.56;0.30997;41.99;104.96;69.65;0.30969;0.12242;0.94292;0.11132;2.99723;49.99632;0.000;0.000;0.000;39.0;103.0;62.0;45.0;107.0;74.0
153;143.08;201.75;0.28196;189.04;152.07;205.08;-0.37150;0.07678;0.92525;0.10927;3.02517;56.60429;0.000;0.000;0.000;184.0;150.0;198.0;192.0;154.0;210.0
153;139.79;223.89;0.19693;245.83;103.82;373.43;-0.70275;-0.01700;0.71123;0.05461;4.27921;63.68861;0.000;0.000;0.000;241.0;102.0;367.0;251.0;106.0;381.0
153;137.38;248.80;0.13859;143.03;114.21;418.12;0.42988;-0.53787;0.72519;0.07043;3.76802;89.62932;0.000;0.000;0.000;138.0;110.0;408.0;146.0;119.0;426.0
153;142.42;220.13;0.21504;153.71;52.40;501.76;-0.08398;-0.09393;0.99203;0.04901;4.51689;61.75985;0.000;0.000;0.000;149.0;49.0;493.0;156.0;54.0;508.0
152;140.71;216.87;0.21953;352.36;119.07;59.91;0.40817;-0.44677;0.79611;0.10859;3.03468;59.98598;0.000;0.000;0.000;350.0;116.0;55.0;357.0;124.0;66.0
152;137.54;241.81;0.15132;369.01;89.06;101.20;0.80292;-0.33738;0.49142;0.07210;3.72413;78.84807;0.000;0.000;0.000;364.0;86.0;94.0;375.0;95.0;107.0
152;132.46;273.79;0.09668;15.10;140.61;174.05;0.00805;0.01663;0.99983;0.01626;7.84149;114.25738;0.000;0.000;0.000;11.0;138.0;164.0;19.0;143.0;185.0
152;143.87;164.46;0.52631;289.03;95.13;184.32;0.30216;-0.49131;0.81689;0.36647;1.65188;37.72532;0.000;0.000;0.000;286.0;92.0;180.0;292.0;98.0;188.0
152;143.33;175.22;0.43190;270.33;141.30;214.60;0.53745;-0.16854;0.82628;0.12679;2.80844;33.96447;0.000;0.000;0.000;266.0;139.0;210.0;273.0;144.0;220.0
152;141.33;225.52;0.19696;373.84;120.39;293.60;0.48136;-0.19476;0.85461;0.02615;6.18397;60.25255;0.000;0.000;0.000;369.0;119.0;286.0;379.0;122.0;300.0
152;142.04;192.60;0.31939;153.27;152.36;322.64;0.61234;-0.34759;0.71008;0.07382;3.68057;42.74316;0.000;0.000;0.000;149.0;150.0;318.0;157.0;157.0;328.0
152;141.08;202.20;0.27232;190.90;158.19;383.29;0.13423;-0.20150;0.97025;0.04340;4.80005;46.17251;0.000;0.000;0.000;188.0;156.0;376.0;195.0;161.0;390.0
152;136.67;232.89;0.16723;20.93;53.43;487.17;-0.07736;0.47489;0.87664;0.03809;5.12391;79.06638;0.000;0.000;0.000;19.0;48.0;480.0;24.0;58.0;494.0
151;134.62;265.99;0.10891;329.80;97.78;66.66;-0.98878;0.14892;0.01200;0.01633;7.82526;99.47982;0.000;0.000;0.000;321.0;96.0;63.0;338.0;100.0;72.0
151;140.29;206.52;0.25273;145.19;62.56;99.02;-0.62142;0.18812;0.76056;0.05168;4.39889;53.90737;0.000;0.000;0.000;141.0;60.0;93.0;150.0;66.0;106.0
151;136.13;255.78;0.12523;371.43;130.15;174.75;-0.07626;0.12152;0.98966;0.02012;7.05010;83.48616;0.000;0.000;0.000;369.0;128.0;167.0;375.0;132.0;187.0
151;142.37;181.97;0.38046;241.70;105.46;244.34;-0.03655;-0.14232;0.98914;0.12018;2.88453;40.55856;0.000;0.000;0.000;238.0;104.0;239.0;246.0;107.0;249.0
151;142.54;184.10;0.36827;233.21;99.28;336.77;-0.52655;-0.29858;0.79599;0.16825;2.43797;42.49009;0.000;0.000;0.000;230.0;97.0;333.0;237.0;102.0;342.0
151;135.12;263.04;0.11346;323.90;125.56;359.68;-0.21001;0.40688;0.88902;0.02573;6.23392;95.58567;0.000;0.000;0.000;320.0;121.0;352.0;328.0;130.0;368.0
151;137.54;227.74;0.18113;84.11;96.26;394.50;-0.79269;-0.27323;0.54497;0.07958;3.54489;74.07673;0.000;0.000;0.000;79.0;94.0;389.0;89.0;100.0;401.0
151;140.17;217.75;0.21521;385.18;73.37;416.32;-0.24811;0.22849;0.94140;0.09281;3.28242;64.32765;0.000;0.000;0.000;383.0;69.0;411.0;388.0;77.0;422.0
150;137.25;204.79;0.24806;99.84;106.48;47.07;-0.25764;0.51067;0.82026;0.09444;3.25406;70.28086;0.000;0.000;0.000;94.0;103.0;39.0;103.0;110.0;51.0
150;139.96;212.53;0.23078;332.71;79.59;406.98;0.90297;-0.27098;0.33350;0.05280;4.35182;51.15906;0.000;0.000;0.000;325.0;78.0;402.0;337.0;82.0;412.0
150;133.71;257.40;0.11856;95.63;59.35;469.21;0.01304;0.14086;0.98994;0.01912;7.23145;92.35916;0.000;0.000;0.000;91.0;57.0;459.0;99.0;61.0;478.0
149;141.33;165.01;0.50284;275.70;97.77;32.68;-0.63942;0.41768;0.64551;0.20432;2.21229;32.11518;0.000;0.000;0.000;273.0;95.0;29.0;279.0;101.0;36.0
149;132.54;250.10;0.12701;59.03;98.77;365.94;0.16446;0.77623;0.60863;0.16454;2.46530;85.69794;0.000;0.000;0.000;55.0;93.0;360.0;62.0;105.0;370.0
149;139.88;188.40;0.33091;302.09;130.63;395.64;0.46422;-0.43483;0.77164;0.16830;2.43758;44.91390;0.000;0.000;0.000;298.0;127.0;391.0;305.0;134.0;400.0
148;140.08;166.86;0.47771;289.07;69.81;111.55;0.93881;-0.18886;0.28802;0.31468;1.78265;37.35243;0.000;0.000;0.000;285.0;67.0;108.0;293.0;72.0;114.0
148;133.50;225.39;0.17604;318.95;109.50;504.61;0.08214;-0.36416;0.92771;0.04951;4.49413;81.13888;0.000;0.000;0.000;315.0;106.0;497.0;323.0;113.0;510.0
147;136.96;206.80;0.23989;219.46;48.63;24.89;0.44347;-0.89597;-0.02383;0.04395;4.76995;52.61821;0.000;0.000;0.000;216.0;43.0;21.0;222.0;54.0;29.0
147;138.79;170.05;0.44303;211.11;125.88;31.37;-0.51595;0.53410;0.66973;0.09842;3.18755;33.80496;0.000;0.000;0.000;208.0;123.0;27.0;215.0;129.0;35.0
147;132.50;236.01;0.15104;388.89;60.74;43.65;0.63759;-0.25498;0.72696;0.08603;3.40943;78.60363;0.000;0.000;0.000;384.0;56.0;37.0;394.0;64.0;48.0
147;137.63;177.09;0.38570;347.69;85.37;55.07;-0.63937;0.40236;0.65522;0.12362;2.84420;42.91727;0.000;0.000;0.000;344.0;83.0;51.0;352.0;88.0;60.0
147;136.63;201.47;0.25817;72.30;97.19;135.07;-0.45515;0.22676;0.86106;0.11070;3.00563;52.03363;0.000;0.000;0.000;69.0;95.0;130.0;78.0;100.0;140.0
147;130.37;247.77;0.12638;191.31;119.31;258.56;0.77612;-0.05231;0.62842;0.08031;3.52863;93.31612;0.000;0.000;0.000;184.0;116.0;251.0;197.0;122.0;264.0
147;135.12;220.59;0.19238;370.43;131.88;348.67;0.69841;-0.34926;0.62469;0.03241;5.55500;72.81043;0.000;0.000;0.000;366.0;129.0;344.0;375.0;134.0;354.0
147;133.08;230.92;0.16267;334.72;106.90;381.24;-0.01804;0.09024;0.99576;0.03209;5.58206;79.72299;0.000;0.000;0.000;332.0;103.0;368.0;336.0;111.0;388.0
147;133.96;229.25;0.16845;335.95;124.00;385.11;-0.62616;-0.02306;0.77935;0.01978;7.10942;70.29987;0.000;0.000;0.000;329.0;122.0;379.0;341.0;126.0;394.0
147;136.92;182.99;0.34602;219.25;90.31;495.56;0.72634;-0.58533;0.36029;0.10032;3.15721;45.55537;0.000;0.000;0.000;215.0;85.0;492.0;225.0;94.0;499.0
146;138.96;157.54;0.55849;107.40;126.38;49.50;0.55266;-0.06810;0.83062;0.38109;1.61989;29.17000;0.000;0.000;0.000;104.0;124.0;46.0;110.0;129.0;53.0
146;134.42;206.41;0.23238;62.10;125.50;176.34;0.82057;-0.08218;0.56560;0.11692;2.92453;62.81935;0.000;0.000;0.000;57.0;120.0;171.0;67.0;128.0;180.0
146;138.37;158.95;0.53928;247.53;129.07;288.85;0.42785;-0.05881;0.90193;0.25368;1.98544;29.33106;0.000;0.000;0.000;245.0;127.0;285.0;251.0;132.0;293.0
146;135.67;199.54;0.26201;150.65;123.38;333.46;-0.28865;0.02262;0.95717;0.06172;4.02512;58.95947;0.000;0.000;0.000;147.0;122.0;326.0;154.0;125.0;342.0
146;137.00;207.03;0.23923;52.04;70.23;461.03;0.87258;-0.12525;0.47213;0.03953;5.02954;47.98079;0.000;0.000;0.000;47.0;69.0;456.0;58.0;72.0;465.0
146;132.00;217.83;0.19067;174.22;59.78;464.83;-0.44103;-0.35483;0.82437;0.06783;3.83950;68.70532;0.000;0.000;0.000;170.0;56.0;458.0;178.0;64.0;471.0
146;137.33;176.66;0.38687;202.78;77.06;479.38;-0.12156;0.00642;0.99256;0.24780;2.00887;43.87289;0.000;0.000;0.000;200.0;75.0;475.0;207.0;79.0;483.0
145;137.21;175.61;0.39316;391.03;96.56;55.95;0.31764;-0.82641;0.46493;0.08815;3.36805;34.53190;0.000;0.000;0.000;389.0;92.0;53.0;393.0;101.0;60.0
145;136.79;174.07;0.40123;139.41;107.28;66.77;0.11159;0.30775;0.94490;0.14090;2.66406;38.47940;0.000;0.000;0.000;137.0;105.0;61.0;142.0;110.0;72.0
145;132.50;217.97;0.19174;281.12;112.90;201.10;-0.63339;0.07866;0.76982;0.06668;3.87263;72.36272;0.000;0.000;0.000;277.0;111.0;197.0;288.0;114.0;209.0
145;135.29;190.37;0.30006;242.56;91.03;239.98;-0.26970;0.37703;0.88607;0.05936;4.10458;46.41299;0.000;0.000;0.000;239.0;87.0;235.0;246.0;93.0;246.0
145;134.29;200.53;0.25293;95.10;113.52;436.92;-0.19656;0.42055;0.88572;0.08540;3.42186;63.35656;0.000;0.000;0.000;92.0;111.0;431.0;99.0;117.0;443.0
144;134.37;185.44;0.32027;333.82;84.49;65.80;0.85327;-0.40086;-0.33354;0.19995;2.23633;53.63476;0.000;0.000;0.000;330.0;81.0;62.0;337.0;88.0;69.0
144;133.71;192.17;0.28493;173.86;142.68;219.69;0.08630;-0.67945;0.72863;0.12286;2.85296;52.88602;0.000;0.000;0.000;172.0;138.0;214.0;175.0;147.0;224.0
144;130.46;216.25;0.19033;135.49;136.80;464.33;-0.15441;-0.27916;0.94775;0.05113;4.42235;68.55149;0.000;0.000;0.000;133.0;133.0;456.0;138.0;141.0;472.0
143;121.13;263.10;0.09111;330.66;139.52;200.04;0.06875;-0.02565;0.99730;0.03060;5.71676;135.37199;0.000;0.000;0.000;327.0;136.0;190.0;334.0;142.0;210.0
143;130.92;217.41;0.18862;128.05;77.27;246.20;0.26410;0.25077;0.93132;0.04813;4.55826;71.91502;0.000;0.000;0.000;126.0;74.0;239.0;132.0;81.0;254.0
143;132.88;185.95;0.31055;257.31;76.34;430.64;-0.04244;0.35666;-0.93327;0.53916;1.36189;47.59472;0.000;0.000;0.000;254.0;73.0;425.0;261.0;79.0;434.0
143;132.21;213.41;0.20338;252.64;54.73;521.94;-0.80576;-0.22072;0.54958;0.05278;4.35281;56.45079;0.000;0.000;0.000;247.0;52.0;517.0;257.0;57.0;525.0
142;133.33;168.49;0.42035;269.37;81.45;44.82;0.54550;-0.34953;0.76175;0.14673;2.61063;39.67688;0.000;0.000;0.000;266.0;79.0;41.0;273.0;84.0;50.0
142;132.83;166.44;0.43278;416.65;65.54;123.54;-0.58570;0.09070;0.80544;0.16000;2.49999;42.12042;0.000;0.000;0.000;413.0;63.0;119.0;420.0;68.0;128.0
142;127.63;227.00;0.15748;355.60;94.18;254.77;0.48282;-0.39876;0.77966;0.02116;6.87411;74.07310;0.000;0.000;0.000;351.0;90.0;248.0;361.0;99.0;263.0
142;133.21;178.65;0.35195;343.78;115.80;365.39;-0.51793;0.00205;0.85542;0.13665;2.70519;44.06492;0.000;0.000;0.000;340.0;114.0;361.0;347.0;118.0;370.0
141;132.17;182.75;0.32371;196.36;110.74;138.78;-0.13789;-0.35543;0.92448;0.08775;3.37585;42.32705;0.000;0.000;0.000;194.0;107.0;133.0;199.0;113.0;144.0
141;131.08;201.70;0.23681;40.50;79.36;332.06;-0.10103;0.35218;0.93046;0.09971;3.16682;61.95353;0.000;0.000;0.000;39.0;75.0;327.0;42.0;84.0;339.0
141;126.00;232.14;0.14354;263.73;81.99;399.67;-0.40490;0.01839;0.91418;0.03461;5.37545;84.50415;0.000;0.000;0.000;260.0;79.0;393.0;268.0;85.0;407.0
141;131.50;185.66;0.30561;354.89;70.40;510.44;-0.04264;-0.29995;0.95300;0.08665;3.39715;44.10154;0.000;0.000;0.000;352.0;67.0;503.0;357.0;73.0;516.0
140;131.62;161.44;0.46573;271.16;75.32;248.21;0.30400;-0.49807;0.81210;0.12785;2.79674;33.52457;0.000;0.000;0.000;269.0;72.0;244.0;274.0;80.0;253.0
140;132.04;154.85;0.53106;300.70;135.44;369.08;-0.10250;-0.16175;0.98149;0.28601;1.86985;33.77333;0.000;0.000;0.000;298.0;133.0;365.0;303.0;138.0;373.0
140;127.08;223.66;0.16325;299.89;130.63;425.01;0.11563;-0.70820;0.69647;0.15244;2.56125;73.01680;0.000;0.000;0.000;296.0;126.0;420.0;303.0;134.0;430.0
140;124.58;249.17;0.11348;364.39;111.77;448.44;0.87247;-0.26776;-0.40878;0.03483;5.35807;87.09074;0.000;0.000;0.000;358.0;109.0;442.0;370.0;115.0;455.0
140;130.08;187.88;0.28858;380.06;80.51;454.45;-0.07808;0.28265;0.95604;0.07140;3.74231;49.42558;0.000;0.000;0.000;378.0;78.0;448.0;383.0;84.0;460.0
139;128.42;188.38;0.27900;129.43;68.63;62.67;0.65672;-0.15780;0.73744;0.09585;3.22999;54.56220;0.000;0.000;0.000;126.0;66.0;58.0;137.0;71.0;68.0
139;130.63;169.69;0.39494;276.08;72.69;103.12;0.45978;0.10314;0.88202;0.15742;2.52042;43.64651;0.000;0.000;0.000;273.0;71.0;97.0;279.0;76.0;107.0
139;126.00;218.81;0.17140;181.50;114.93;224.05;0.19375;0.02173;0.98081;0.04118;4.92794;65.90972;0.000;0.000;0.000;179.0;111.0;215.0;185.0;117.0;232.0
139;129.50;173.97;0.36025;182.05;101.62;301.62;-0.24390;-0.03659;0.96911;0.15282;2.55804;40.82213;0.000;0.000;0.000;178.0;99.0;295.0;184.0;104.0;306.0
139;128.17;179.50;0.32125;67.67;123.55;397.42;-0.73320;-0.03648;0.67903;0.11545;2.94306;52.12676;0.000;0.000;0.000;64.0;121.0;392.0;74.0;126.0;402.0
139;130.63;161.48;0.45829;223.04;66.24;490.74;-0.11910;-0.23019;0.96583;0.15534;2.53726;38.65774;0.000;0.000;0.000;220.0;64.0;484.0;225.0;69.0;495.0
139;129.50;182.98;0.30961;279.82;51.47;521.01;-0.21298;0.07058;0.97450;0.11141;2.99591;50.17514;0.000;0.000;0.000;276.0;50.0;515.0;284.0;53.0;525.0
138;128.25;185.88;0.28966;67.36;118.60;184.38;-0.32000;-0.06568;0.94514;0.13947;2.67771;55.62784;0.000;0.000;0.000;65.0;116.0;178.0;71.0;122.0;189.0
138;128.04;174.02;0.35188;31.14;82.32;285.84;0.18388;-0.17939;0.96644;0.16686;2.44810;49.05904;0.000;0.000;0.000;28.0;80.0;282.0;34.0;85.0;293.0
138;127.92;189.34;0.27265;165.24;158.59;314.28;0.21285;-0.15393;0.96488;0.04984;4.47953;51.10699;0.000;0.000;0.000;162.0;157.0;306.0;168.0;160.0;322.0
138;129.38;174.96;0.35349;213.41;152.81;325.24;-0.23631;0.11107;0.96531;0.06986;3.78340;40.08478;0.000;0.000;0.000;211.0;151.0;320.0;217.0;154.0;332.0
138;130.75;149.87;0.57437;338.74;87.32;354.38;-0.71642;0.33828;0.61017;0.32352;1.75813;28.98547;0.000;0.000;0.000;334.0;85.0;351.0;341.0;90.0;357.0
138;125.42;210.95;0.18951;75.86;115.38;444.79;0.07316;-0.08042;0.99407;0.01938;7.18357;64.98055;0.000;0.000;0.000;73.0;114.0;438.0;78.0;117.0;455.0
137;130.00;153.43;0.52914;405.01;125.58;78.34;-0.19633;0.05701;0.97888;0.21060;2.17909;28.84046;0.000;0.000;0.000;403.0;122.0;75.0;407.0;128.0;83.0
137;118.87;248.77;0.10381;242.34;121.08;97.40;0.85805;-0.19120;0.47665;0.02068;6.95418;104.84838;0.000;0.000;0.000;234.0;119.0;91.0;249.0;125.0;104.0
137;128.29;167.36;0.39706;80.80;114.96;197.09;-0.22393;0.46724;0.85530;0.13536;2.71805;40.81387;0.000;0.000;0.000;78.0;111.0;193.0;83.0;118.0;201.0
136;123.08;205.34;0.19789;25.88;50.63;27.80;0.16906;0.63632;0.75267;0.03695;5.20240;73.24035;0.000;0.000;0.000;23.0;45.0;21.0;29.0;56.0;33.0
136;124.37;200.99;0.21548;387.97;74.35;111.10;0.22631;0.45678;0.86031;0.05734;4.17593;65.36737;0.000;0.000;0.000;385.0;70.0;105.0;390.0;79.0;118.0
136;126.46;174.34;0.34131;150.35;136.13;248.75;-0.18804;-0.06455;0.98004;0.14066;2.66634;45.29271;0.000;0.000;0.000;147.0;134.0;243.0;154.0;138.0;253.0
136;126.96;175.69;0.33617;145.93;96.55;414.32;0.86851;0.20298;0.45220;0.07591;3.62946;38.79290;0.000;0.000;0.000;141.0;94.0;410.0;151.0;99.0;418.0
136;124.25;197.41;0.22695;144.84;115.85;460.32;-0.00715;-0.19810;0.98016;0.04416;4.75842;55.57152;0.000;0.000;0.000;143.0;114.0;453.0;147.0;119.0;471.0
136;126.67;174.99;0.33865;113.22;118.18;522.90;0.71695;0.44385;0.53757;0.16916;2.43137;48.49213;0.000;0.000;0.000;109.0;115.0;519.0;118.0;124.0;525.0
135;125.58;191.29;0.25482;423.17;74.70;274.26;-0.38388;-0.34032;0.85838;0.08862;3.35919;47.62815;0.000;0.000;0.000;419.0;71.0;269.0;427.0;78.0;279.0
135;120.42;229.83;0.13508;166.67;114.85;426.93;-0.70230;0.03369;0.71108;0.05295;4.34572;87.09659;0.000;0.000;0.000;162.0;112.0;420.0;173.0;118.0;432.0
135;127.92;151.87;0.52828;20.24;41.13;456.08;0.81424;0.20097;0.54463;0.30816;1.80140;31.38265;0.000;0.000;0.000;17.0;39.0;452.0;24.0;43.0;459.0
134;125.37;160.99;0.42608;60.00;94.48;54.94;-0.55323;0.38579;0.73831;0.08095;3.51463;31.54357;0.000;0.000;0.000;57.0;92.0;50.0;63.0;98.0;59.0
134;125.29;169.69;0.36335;93.48;120.54;74.89;-0.58074;-0.73481;0.35043;0.13537;2.71792;37.68392;0.000;0.000;0.000;90.0;117.0;72.0;97.0;125.0;79.0
134;126.25;153.19;0.50147;94.59;116.63;401.82;-0.10696;0.02058;0.99405;0.25703;1.97245;34.32594;0.000;0.000;0.000;92.0;114.0;398.0;98.0;119.0;406.0
134;120.00;233.22;0.12839;407.87;79.05;433.99;-0.72726;0.18927;0.65975;0.01838;7.37689;71.56831;0.000;0.000;0.000;402.0;77.0;428.0;414.0;82.0;440.0
134;121.25;199.42;0.20966;383.46;85.90;466.18;-0.74803;0.27366;0.60461;0.08031;3.52870;62.23168;0.000;0.000;0.000;379.0;82.0;463.0;388.0;90.0;472.0
133;123.46;176.31;0.31455;227.74;69.73;32.05;-0.67300;0.04847;0.73806;0.07497;3.65222;41.11773;0.000;0.000;0.000;224.0;67.0;26.0;233.0;72.0;37.0
133;125.21;165.61;0.39036;182.95;144.11;187.17;0.93796;-0.06354;0.34086;0.12158;2.86788;39.64805;0.000;0.000;0.000;178.0;142.0;183.0;188.0;146.0;190.0
133;118.83;233.49;0.12547;330.77;147.11;242.40;-0.56188;0.74565;0.35819;0.02284;6.61719;78.52526;0.000;0.000;0.000;327.0;142.0;238.0;336.0;151.0;247.0
133;124.37;170.01;0.35604;318.90;158.90;249.36;-0.03210;0.44971;-0.89260;0.11594;2.93684;44.25169;0.000;0.000;0.000;317.0;156.0;246.0;321.0;163.0;255.0
133;122.33;187.71;0.25591;179.85;138.96;328.05;-0.78201;0.31459;0.53805;0.05255;4.36244;51.55444;0.000;0.000;0.000;174.0;137.0;324.0;186.0;142.0;332.0
133;121.79;198.12;0.21571;273.65;115.02;485.43;0.91732;0.04228;0.39591;0.04927;4.50495;61.08186;0.000;0.000;0.000;269.0;112.0;481.0;280.0;117.0;490.0
132;122.25;178.54;0.29701;389.84;95.60;434.05;0.88899;-0.45680;-0.03204;0.08349;3.46083;45.07374;0.000;0.000;0.000;386.0;93.0;432.0;397.0;101.0;436.0
132;119.29;193.23;0.22308;44.90;93.89;440.77;-0.48106;-0.42665;0.76586;0.06175;4.02437;65.02279;0.000;0.000;0.000;41.0;91.0;435.0;49.0;97.0;445.0
132;125.25;151.64;0.50879;206.20;57.49;511.48;0.32874;0.06535;0.94216;0.42461;1.53464;33.29223;0.000;0.000;0.000;203.0;55.0;508.0;209.0;60.0;515.0
131;121.54;183.13;0.27205;278.15;108.05;110.51;-0.25387;-0.02928;0.96679;0.11488;2.95032;52.31710;0.000;0.000;0.000;275.0;106.0;105.0;283.0;110.0;116.0
131;122.54;158.71;0.42485;229.40;71.11;117.29;0.23613;0.20174;0.95055;0.14379;2.63719;38.10878;0.000;0.000;0.000;227.0;68.0;111.0;232.0;74.0;122.0
131;118.58;197.39;0.20677;25.81;104.82;154.56;0.64488;0.04697;0.76284;0.04473;4.72839;59.15833;0.000;0.000;0.000;19.0;103.0;148.0;30.0;107.0;161.0
131;121.67;174.51;0.31504;370.18;134.93;166.62;-0.27583;0.35409;0.89361;0.13562;2.71540;45.76034;0.000;0.000;0.000;366.0;131.0;161.0;373.0;137.0;172.0
131;123.21;157.52;0.43927;162.08;104.29;230.02;-0.70588;-0.15733;0.69064;0.21368;2.16332;37.93873;0.000;0.000;0.000;159.0;102.0;226.0;165.0;107.0;234.0
130;122.87;151.39;0.49215;120.60;108.50;77.37;0.19272;0.22799;0.95440;0.31796;1.77344;33.59829;0.000;0.000;0.000;118.0;106.0;74.0;123.0;111.0;81.0
130;122.17;148.95;0.51083;264.11;98.79;245.03;0.13046;-0.09005;0.98736;0.24171;2.03399;34.11932;0.000;0.000;0.000;261.0;96.0;241.0;266.0;101.0;250.0
130;122.33;164.57;0.37971;310.92;88.47;262.08;-0.72813;0.11025;0.67651;0.11666;2.92777;40.69775;0.000;0.000;0.000;308.0;86.0;259.0;316.0;91.0;267.0
130;115.17;231.86;0.12034;182.73;148.92;307.50;-0.96761;-0.14596;0.20596;0.02185;6.76508;87.19676;0.000;0.000;0.000;176.0;147.0;303.0;191.0;151.0;312.0
130;118.42;200.89;0.19562;331.35;123.03;345.18;-0.24162;-0.03632;0.96969;0.03131;5.65135;62.99845;0.000;0.000;0.000;328.0;121.0;337.0;335.0;125.0;352.0
129;119.67;178.84;0.28315;191.34;153.91;221.31;-0.09038;-0.08516;0.99226;0.15863;2.51079;49.95853;0.000;0.000;0.000;188.0;151.0;216.0;194.0;156.0;225.0
129;118.88;183.50;0.25867;410.72;65.45;295.47;0.29132;-0.30699;0.90603;0.04615;4.65483;49.51395;0.000;0.000;0.000;408.0;63.0;290.0;414.0;68.0;302.0
129;117.29;192.70;0.21746;326.55;135.62;326.91;-0.20818;0.86719;0.45238;0.03526;5.32515;52.87677;0.000;0.000;0.000;323.0;130.0;322.0;329.0;142.0;332.0
129;117.58;205.98;0.17893;310.64;115.42;359.98;0.62808;-0.06672;0.77529;0.05972;4.09212;72.18171;0.000;0.000;0.000;305.0;114.0;353.0;315.0;118.0;366.0
129;116.46;204.54;0.17926;211.78;106.50;406.65;0.28398;-0.35547;0.89050;0.04417;4.75839;60.97968;0.000;0.000;0.000;208.0;102.0;399.0;215.0;110.0;413.0
129;119.92;168.74;0.33848;61.60;118.03;420.72;-0.56138;-0.20028;0.80296;0.16091;2.49292;48.01151;0.000;0.000;0.000;58.0;116.0;416.0;66.0;120.0;426.0
129;118.58;184.00;0.25530;303.67;103.54;428.40;-0.54200;0.12904;0.83042;0.05244;4.36679;44.90897;0.000;0.000;0.000;299.0;101.0;423.0;307.0;106.0;435.0
129;114.37;220.99;0.13710;164.93;101.84;434.18;-0.05330;-0.41277;0.90927;0.14981;2.58363;85.58633;0.000;0.000;0.000;161.0;98.0;428.0;168.0;105.0;439.0
129;121.42;153.33;0.46247;67.45;100.16;462.63;-0.13275;-0.22696;0.96482;0.09766;3.19989;28.83248;0.000;0.000;0.000;65.0;98.0;458.0;70.0;102.0;467.0
128;121.33;148.58;0.50766;243.97;71.72;15.01;0.34620;0.39781;0.84964;0.16584;2.45557;28.28208;0.000;0.000;0.000;242.0;69.0;11.0;246.0;75.0;19.0
128;117.96;192.39;0.22098;46.25;59.91;25.45;0.18886;-0.50831;0.84021;0.05877;4.12489;60.30786;0.000;0.000;0.000;44.0;56.0;19.0;50.0;64.0;31.0
128;115.87;182.40;0.25024;134.23;43.27;31.66;-0.50622;0.64297;0.57474;0.05537;4.24987;60.28802;0.000;0.000;0.000;128.0;38.0;27.0;137.0;48.0;37.0
128;120.37;156.59;0.42685;282.10;91.62;85.34;0.30555;-0.00650;0.95215;0.13422;2.72957;33.66813;0.000;0.000;0.000;279.0;90.0;81.0;285.0;94.0;90.0
128;120.67;147.84;0.50964;16.50;64.27;101.72;-0.65622;-0.06584;0.75169;0.24982;2.00071;31.45826;0.000;0.000;0.000;13.0;62.0;97.0;20.0;67.0;105.0
128;120.46;158.18;0.41467;302.85;102.09;101.90;-0.14247;0.38356;0.91246;0.16484;2.46300;35.97158;0.000;0.000;0.000;300.0;99.0;97.0;305.0;105.0;106.0
128;118.79;170.60;0.32144;415.24;53.10;148.16;-0.18022;0.64885;0.73927;0.07694;3.60505;47.40525;0.000;0.000;0.000;413.0;49.0;144.0;417.0;57.0;154.0
128;120.79;145.17;0.53933;261.29;96.66;229.77;-0.06511;0.39818;0.91500;0.21777;2.14292;31.70520;0.000;0.000;0.000;259.0;94.0;226.0;265.0;99.0;234.0
128;119.29;159.57;0.39614;420.89;90.76;266.76;0.51604;0.51250;0.68633;0.15695;2.52417;40.64145;0.000;0.000;0.000;417.0;87.0;262.0;424.0;94.0;271.0
128;119.08;186.82;0.24596;104.03;110.84;292.63;-0.70954;-0.29466;0.64011;0.06662;3.87443;53.51910;0.000;0.000;0.000;100.0;109.0;288.0;109.0;112.0;297.0
128;118.87;170.66;0.32155;104.63;101.21;410.70;-0.06211;-0.34349;0.93710;0.09369;3.26710;49.28141;0.000;0.000;0.000;100.0;99.0;406.0;109.0;104.0;415.0
128;113.92;223.91;0.13074;178.13;105.17;417.25;0.54414;0.07824;0.83534;0.06408;3.95049;81.62794;0.000;0.000;0.000;173.0;101.0;410.0;184.0;107.0;423.0
127;119.92;152.54;0.45820;64.17;39.20;5.46;0.41541;-0.54380;0.72919;0.34520;1.70203;36.17488;0.000;0.000;0.000;61.0;36.0;3.0;66.0;42.0;9.0
127;118.62;160.60;0.38420;90.40;108.61;79.32;-0.56984;0.25703;0.78052;0.11641;2.93087;38.83911;0.000;0.000;0.000;86.0;106.0;75.0;94.0;111.0;83.0
127;117.50;172.42;0.30462;310.13;75.72;110.12;0.66011;-0.29192;0.69213;0.12017;2.88472;51.25559;0.000;0.000;0.000;307.0;74.0;103.0;315.0;78.0;114.0
127;113.17;205.60;0.16666;69.06;154.65;222.79;0.42275;0.35174;0.83520;0.07974;3.54135;76.08187;0.000;0.000;0.000;64.0;150.0;217.0;73.0;157.0;228.0
127;118.62;165.03;0.35411;99.33;98.85;428.61;0.76958;-0.05900;0.63582;0.18199;2.34413;43.45568;0.000;0.000;0.000;96.0;97.0;425.0;104.0;101.0;433.0
127;113.04;213.11;0.14931;30.09;56.51;502.09;0.51396;-0.10443;0.85144;0.01612;7.87555;72.95044;0.000;0.000;0.000;25.0;55.0;493.0;37.0;58.0;511.0
127;114.04;201.46;0.17989;292.91;61.19;521.32;-0.30636;0.81414;0.49328;0.09323;3.27508;71.43864;0.000;0.000;0.000;288.0;56.0;517.0;295.0;67.0;525.0
126;119.54;137.97;0.61534;116.52;88.31;16.20;-0.25001;0.48889;-0.83575;0.32415;1.75641;26.64355;0.000;0.000;0.000;115.0;85.0;13.0;119.0;91.0;19.0
126;113.17;207.18;0.16288;361.18;90.67;62.95;0.54445;0.07880;0.83508;0.02238;6.68492;71.36236;0.000;0.000;0.000;356.0;88.0;56.0;367.0;93.0;70.0
126;114.21;198.05;0.18990;350.36;97.03;204.50;-0.93381;0.35469;0.04684;0.04611;4.65681;64.34736;0.000;0.000;0.000;345.0;95.0;200.0;359.0;100.0;208.0
126;115.00;189.74;0.21897;373.04;84.04;283.54;0.21353;0.20868;0.95439;0.01406;8.43321;49.96360;0.000;0.000;0.000;370.0;81.0;275.0;376.0;87.0;292.0
126;114.83;180.01;0.25568;237.59;141.25;316.90;-0.06096;0.60614;0.79302;0.05884;4.12259;51.96766;0.000;0.000;0.000;236.0;137.0;311.0;240.0;146.0;322.0
126;113.79;187.39;0.22255;128.10;54.04;500.22;-0.28172;0.12145;0.95178;0.07587;3.63051;64.42669;0.000;0.000;0.000;124.0;51.0;492.0;131.0;56.0;507.0
126;118.67;156.03;0.41929;88.73;51.70;519.59;-0.29438;-0.00052;0.95569;0.22408;2.11250;37.60494;0.000;0.000;0.000;86.0;50.0;516.0;92.0;54.0;525.0
125;117.42;148.76;0.47369;166.94;48.89;12.85;0.53100;-0.20937;0.82110;0.25224;1.99111;33.80143;0.000;0.000;0.000;165.0;46.0;9.0;170.0;53.0;16.0
125;111.87;212.44;0.14764;318.73;97.34;32.46;0.58634;-0.70034;0.40711;0.02363;6.50492;68.70294;0.000;0.000;0.000;314.0;92.0;27.0;322.0;102.0;37.0
125;111.21;195.66;0.18674;309.80;56.02;49.91;-0.71468;0.41979;0.55947;0.04075;4.95353;71.24576;0.000;0.000;0.000;305.0;52.0;43.0;316.0;59.0;55.0
125;117.12;151.48;0.44637;362.58;60.39;99.45;-0.32175;0.02806;0.94641;0.10288;3.11766;31.51127;0.000;0.000;0.000;360.0;58.0;95.0;366.0;62.0;104.0
125;112.92;196.63;0.18968;266.35;125.86;194.14;-0.24581;0.14522;0.95838;0.02204;6.73616;59.75712;0.000;0.000;0.000;263.0;124.0;185.0;270.0;128.0;202.0
125;116.88;154.85;0.41607;147.30;93.70;234.40;-0.35162;-0.28288;0.89238;0.11771;2.91467;33.85209;0.000;0.000;0.000;144.0;91.0;230.0;150.0;96.0;240.0
125;114.54;186.80;0.22766;412.10;81.33;238.08;0.58794;-0.35549;0.72660;0.05349;4.32366;53.78050;0.000;0.000;0.000;409.0;78.0;233.0;417.0;86.0;244.0
125;117.42;158.93;0.38842;364.09;103.56;378.49;0.66272;-0.20554;0.72011;0.09275;3.28352;34.52193;0.000;0.000;0.000;360.0;102.0;375.0;367.0;106.0;383.0
125;117.75;150.49;0.46010;109.72;119.83;400.96;0.39709;-0.06883;0.91520;0.14485;2.62746;34.31380;0.000;0.000;0.000;107.0;118.0;397.0;113.0;122.0;406.0
125;113.46;210.44;0.15623;13.57;67.25;437.38;0.06858;-0.75808;0.64855;0.04791;4.56882;72.73448;0.000;0.000;0.000;12.0;63.0;432.0;17.0;74.0;444.0
125;118.29;136.66;0.62009;84.50;38.66;472.47;0.48292;-0.03887;0.87480;0.37583;1.63119;27.71679;0.000;0.000;0.000;82.0;36.0;469.0;87.0;41.0;476.0
124;115.71;172.54;0.29480;409.19;98.73;148.53;-0.01747;-0.00860;0.99981;0.07223;3.72097;46.64415;0.000;0.000;0.000;406.0;97.0;143.0;412.0;100.0;154.0
124;114.46;173.97;0.28141;235.80;144.80;198.23;-0.06139;0.33660;0.93964;0.04978;4.48215;47.41043;0.000;0.000;0.000;234.0;141.0;192.0;237.0;148.0;205.0
124;112.83;184.47;0.22937;26.62;99.82;270.01;0.12612;0.17974;0.97560;0.03910;5.05693;54.60429;0.000;0.000;0.000;24.0;98.0;260.0;28.0;103.0;276.0
124;108.12;204.64;0.15428;137.44;84.15;368.38;-0.82954;-0.39494;0.39484;0.07726;3.59765;84.65693;0.000;0.000;0.000;131.0;80.0;364.0;142.0;87.0;375.0
124;102.83;265.39;0.06398;404.64;53.18;432.49;0.24742;-0.24067;0.93854;0.01298;8.77576;127.97257;0.000;0.000;0.000;399.0;49.0;421.0;410.0;56.0;440.0
123;111.63;196.48;0.18580;335.00;19.85;22.70;-0.35724;0.29394;0.88655;0.03889;5.07081;67.55894;0.000;0.000;0.000;330.0;17.0;16.0;338.0;23.0;29.0
123;113.29;175.51;0.26850;140.90;119.05;163.73;-0.43209;0.01245;0.90174;0.03494;5.35004;48.52252;0.000;0.000;0.000;138.0;118.0;157.0;145.0;120.0;172.0
123;111.00;186.14;0.21608;344.63;135.51;193.67;0.09155;-0.00396;0.99579;0.04564;4.68095;61.12976;0.000;0.000;0.000;342.0;134.0;186.0;347.0;137.0;202.0
123;111.04;181.89;0.23172;171.71;148.78;336.35;0.51236;-0.18934;0.83764;0.09312;3.27706;66.48079;0.000;0.000;0.000;167.0;147.0;331.0;177.0;150.0;341.0
123;109.04;202.80;0.16123;407.76;59.11;411.25;0.90930;0.05109;-0.41300;0.20410;2.21349;77.39033;0.000;0.000;0.000;404.0;56.0;407.0;412.0;61.0;416.0
122;110.46;188.89;0.20474;163.93;78.76;32.52;-0.65463;0.24472;0.71525;0.05778;4.16017;68.62776;0.000;0.000;0.000;157.0;77.0;27.0;168.0;81.0;40.0
122;109.88;215.66;0.13613;379.78;160.42;245.14;0.90099;0.03682;0.43227;0.02970;5.80214;71.31246;0.000;0.000;0.000;374.0;159.0;240.0;385.0;162.0;250.0
122;115.04;142.15;0.52107;149.34;87.77;278.45;0.71615;-0.49692;0.49010;0.32487;1.75447;32.11359;0.000;0.000;0.000;146.0;84.0;276.0;152.0;90.0;282.0
122;109.92;184.57;0.21730;415.36;104.02;330.98;-0.95187;0.04221;0.30359;0.05432;4.29072;67.13074;0.000;0.000;0.000;410.0;103.0;324.0;420.0;106.0;336.0
122;112.75;162.76;0.33346;14.57;96.22;329.70;0.26047;-0.11414;0.95871;0.14282;2.64610;42.69873;0.000;0.000;0.000;12.0;93.0;325.0;17.0;99.0;336.0
122;112.25;167.66;0.30238;158.64;85.66;341.39;0.12250;0.22500;0.96663;0.05319;4.33585;47.91350;0.000;0.000;0.000;156.0;83.0;336.0;160.0;88.0;349.0
121;111.96;166.38;0.30780;58.74;133.93;84.60;0.06021;0.96188;0.26677;0.21163;2.17377;51.36848;0.000;0.000;0.000;56.0;130.0;81.0;61.0;138.0;87.0
121;108.96;195.02;0.18103;93.84;121.47;427.54;-0.40685;0.22596;0.88511;0.02169;6.78978;63.49111;0.000;0.000;0.000;90.0;117.0;421.0;98.0;124.0;436.0
121;109.75;176.18;0.24913;211.83;106.88;472.52;0.50934;-0.71134;0.48433;0.16148;2.48855;66.82924;0.000;0.000;0.000;209.0;103.0;468.0;215.0;111.0;478.0
120;113.17;138.51;0.54507;121.08;66.36;22.20;-0.48218;0.27698;0.83114;0.46995;1.45873;29.72522;0.000;0.000;0.000;119.0;64.0;19.0;124.0;70.0;25.0
120;103.88;215.10;0.12262;22.66;74.43;107.14;-0.83663;-0.49689;0.23056;0.02294;6.60189;79.81129;0.000;0.000;0.000;14.0;71.0;101.0;27.0;79.0;113.0
120;108.46;190.10;0.19364;322.22;66.64;173.03;-0.53675;0.38068;0.75298;0.02862;5.91067;71.23089;0.000;0.000;0.000;318.0;64.0;166.0;326.0;71.0;178.0
120;109.17;199.89;0.16877;301.83;138.98;235.42;0.84926;-0.50128;0.16578;0.04924;4.50639;59.95064;0.000;0.000;0.000;298.0;135.0;231.0;307.0;141.0;240.0
120;110.54;179.84;0.23761;306.15;104.99;267.16;-0.14927;-0.06638;0.98657;0.06674;3.87094;53.91658;0.000;0.000;0.000;302.0;103.0;260.0;309.0;107.0;272.0
120;110.08;166.89;0.29486;59.78;99.83;282.91;0.47247;0.74427;0.47205;0.10129;3.14202;48.59704;0.000;0.000;0.000;56.0;94.0;280.0;62.0;103.0;287.0
120;109.33;172.29;0.26436;127.50;106.52;302.43;-0.07168;-0.57372;0.81591;0.07095;3.75430;54.15569;0.000;0.000;0.000;125.0;102.0;298.0;131.0;110.0;308.0
120;108.87;197.33;0.17446;165.16;121.84;307.58;-0.33524;0.38417;0.86025;0.04320;4.81113;66.94205;0.000;0.000;0.000;161.0;120.0;302.0;170.0;125.0;314.0
120;106.71;202.07;0.15608;208.66;124.93;351.07;-0.50680;-0.01133;0.86199;0.01974;7.11798;65.54380;0.000;0.000;0.000;204.0;122.0;344.0;214.0;127.0;359.0
120;104.92;213.74;0.12749;392.50;90.57;354.39;0.45233;0.00253;0.89185;0.02862;5.91105;88.48675;0.000;0.000;0.000;388.0;88.0;346.0;397.0;93.0;361.0
120;107.67;211.17;0.13922;378.46;26.08;506.88;0.30653;-0.10042;0.94655;0.03988;5.00756;63.76485;0.000;0.000;0.000;375.0;23.0;500.0;382.0;29.0;513.0
119;109.75;163.53;0.31150;263.61;115.79;82.46;0.19206;-0.16586;0.96727;0.19358;2.27287;51.51901;0.000;0.000;0.000;261.0;113.0;78.0;266.0;119.0;87.0
119;110.17;156.20;0.36019;59.76;65.94;120.92;-0.69786;0.10757;0.70811;0.10361;3.10675;35.58374;0.000;0.000;0.000;55.0;63.0;117.0;63.0;68.0;126.0
119;107.83;183.55;0.21266;61.83;142.53;134.15;0.40763;0.20073;0.89081;0.12824;2.79250;65.07218;0.000;0.000;0.000;57.0;139.0;129.0;65.0;146.0;140.0
119;110.79;154.34;0.37759;353.47;127.20;252.62;0.17815;0.16441;0.97017;0.16727;2.44506;40.81378;0.000;0.000;0.000;351.0;123.0;249.0;356.0;130.0;257.0
119;111.08;149.13;0.42079;307.75;97.49;462.82;0.26915;0.26703;0.92534;0.17888;2.36438;39.34297;0.000;0.000;0.000;304.0;95.0;458.0;310.0;100.0;468.0
119;107.21;191.53;0.18501;369.41;54.55;466.21;0.35431;0.05307;0.93362;0.05262;4.35946;61.57414;0.000;0.000;0.000;366.0;53.0;459.0;375.0;56.0;471.0
119;112.08;140.22;0.51536;401.42;74.66;474.14;0.08029;-0.64327;0.76142;0.20215;2.22414;30.68050;0.000;0.000;0.000;399.0;72.0;470.0;404.0;78.0;478.0
119;110.75;177.00;0.25017;116.18;57.83;522.56;0.96957;-0.15884;0.18630;0.05445;4.28553;44.91804;0.000;0.000;0.000;111.0;56.0;519.0;122.0;59.0;525.0
118;107.83;166.52;0.28483;387.44;82.25;54.49;0.43068;-0.32578;0.84165;0.12702;2.80582;57.51666;0.000;0.000;0.000;384.0;79.0;49.0;390.0;85.0;59.0
118;111.21;131.63;0.61334;188.64;82.62;93.28;0.58356;0.16213;0.79572;0.29019;1.85635;27.49155;0.000;0.000;0.000;186.0;81.0;90.0;192.0;84.0;96.0
118;110.33;146.76;0.43556;58.42;105.88;103.80;-0.13719;0.17376;0.97519;0.13676;2.70404;37.52464;0.000;0.000;0.000;56.0;104.0;98.0;60.0;108.0;108.0
118;108.12;168.09;0.27840;55.64;62.15;132.49;-0.41239;0.12428;0.90249;0.05566;4.23885;46.26543;0.000;0.000;0.000;51.0;60.0;127.0;59.0;64.0;139.0
118;110.42;159.46;0.34004;330.41;98.42;142.90;-0.77125;0.52567;0.35896;0.07844;3.57044;37.47140;0.000;0.000;0.000;326.0;96.0;140.0;335.0;101.0;146.0
118;107.33;181.32;0.21857;209.66;128.86;235.81;-0.51496;-0.15860;0.84241;0.09200;3.29683;58.82349;0.000;0.000;0.000;205.0;126.0;231.0;213.0;131.0;241.0
118;110.17;145.99;0.44119;411.05;110.69;247.70;0.39511;0.45338;0.79896;0.14725;2.60596;35.41971;0.000;0.000;0.000;408.0;108.0;244.0;414.0;114.0;251.0
118;110.00;149.75;0.40747;17.14;80.95;327.11;-0.14750;-0.01770;0.98890;0.16798;2.43988;39.13094;0.000;0.000;0.000;15.0;79.0;323.0;20.0;83.0;332.0
118;110.83;134.70;0.56846;155.96;122.58;339.83;-0.30761;-0.12729;0.94296;0.39745;1.58621;28.73322;0.000;0.000;0.000;153.0;120.0;337.0;158.0;125.0;343.0
118;110.92;141.48;0.49131;79.99;95.19;445.24;-0.71567;-0.33600;0.61231;0.24442;2.02271;29.86406;0.000;0.000;0.000;77.0;93.0;442.0;84.0;97.0;448.0
118;105.83;196.71;0.16642;20.07;80.75;520.33;0.28319;-0.90087;0.32899;0.03638;5.24291;67.39699;0.000;0.000;0.000;18.0;76.0;517.0;24.0;87.0;525.0
117;107.71;165.77;0.28804;274.40;80.66;9.91;0.95787;-0.24331;-0.15262;0.08780;3.37492;51.74388;0.000;0.000;0.000;270.0;79.0;6.0;280.0;83.0;14.0
117;109.17;144.59;0.44588;122.55;74.71;139.51;-0.91785;-0.07505;0.38976;0.19733;2.25114;40.28877;0.000;0.000;0.000;119.0;73.0;136.0;126.0;77.0;143.0
117;107.25;168.71;0.27091;75.17;88.47;324.47;0.44187;-0.38409;0.81070;0.11858;2.90400;49.05149;0.000;0.000;0.000;72.0;86.0;321.0;79.0;92.0;331.0
116;107.67;153.18;0.36479;389.24;60.48;58.90;0.84968;-0.19031;0.49175;0.09737;3.20476;36.16731;0.000;0.000;0.000;384.0;59.0;56.0;393.0;63.0;63.0
116;108.42;169.66;0.27221;259.61;124.15;88.62;0.06399;0.41956;0.90547;0.04761;4.58299;40.08087;0.000;0.000;0.000;257.0;121.0;84.0;261.0;127.0;94.0
116;105.08;194.42;0.16994;245.46;132.86;171.03;-0.78115;0.42516;0.45721;0.03274;5.52643;69.55583;0.000;0.000;0.000;240.0;130.0;166.0;251.0;135.0;175.0
116;106.63;157.88;0.32674;65.94;90.45;200.48;0.36445;0.48201;0.79677;0.11144;2.99562;44.94431;0.000;0.000;0.000;63.0;86.0;196.0;69.0;93.0;205.0
116;109.67;132.51;0.58464;410.28;26.80;494.61;-0.21941;0.94111;-0.25722;0.31904;1.77043;27.14917;0.000;0.000;0.000;409.0;24.0;491.0;412.0;30.0;497.0
115;103.08;183.02;0.19604;112.53;71.22;29.77;-0.26000;0.70814;0.65646;0.02483;6.34666;55.23332;0.000;0.000;0.000;110.0;65.0;23.0;115.0;78.0;35.0
115;106.75;145.64;0.41720;101.02;119.42;111.66;0.20093;-0.00844;0.97957;0.28934;1.85908;47.76235;0.000;0.000;0.000;98.0;117.0;107.0;103.0;122.0;116.0
115;103.87;181.72;0.20336;386.66;57.08;131.49;0.01950;-0.30453;0.95230;0.05185;4.39162;57.57377;0.000;0.000;0.000;384.0;54.0;124.0;389.0;61.0;137.0
115;106.54;155.06;0.34438;361.17;88.35;136.39;-0.48897;0.41776;0.76576;0.07762;3.58934;37.54664;0.000;0.000;0.000;357.0;85.0;132.0;364.0;91.0;141.0
115;108.42;133.68;0.55650;20.88;79.54;358.26;-0.52286;-0.09696;0.84689;0.26607;1.93864;26.83911;0.000;0.000;0.000;18.0;78.0;354.0;23.0;82.0;362.0
115;107.63;152.72;0.36779;307.32;98.45;440.03;-0.41992;0.89711;0.13734;0.09528;3.23958;38.26416;0.000;0.000;0.000;305.0;95.0;436.0;310.0;103.0;443.0
115;104.29;162.66;0.28582;200.08;130.64;458.23;0.57970;-0.53582;0.61387;0.10000;3.16226;60.61351;0.000;0.000;0.000;196.0;124.0;454.0;204.0;133.0;463.0
114;105.33;157.58;0.32068;145.93;72.52;12.64;-0.20823;-0.10183;0.97276;0.14711;2.60724;42.13450;0.000;0.000;0.000;143.0;70.0;7.0;148.0;75.0;17.0
114;107.33;138.49;0.49049;48.26;29.19;25.29;0.79804;-0.52654;0.29306;0.13853;2.68672;28.34367;0.000;0.000;0.000;45.0;26.0;23.0;52.0;32.0;28.0
114;106.17;137.46;0.49077;361.55;108.53;165.51;0.66831;0.07978;0.73959;0.20744;2.19559;33.07978;0.000;0.000;0.000;358.0;106.0;162.0;366.0;110.0;169.0
114;99.58;188.81;0.16664;198.37;131.16;426.48;0.39871;-0.35349;0.84621;0.18305;2.33727;84.49212;0.000;0.000;0.000;193.0;127.0;419.0;203.0;134.0;431.0
114;104.25;168.61;0.25641;262.60;108.50;450.37;-0.62689;0.14397;0.76569;0.07465;3.66003;53.58856;0.000;0.000;0.000;259.0;107.0;445.0;269.0;110.0;455.0
114;104.62;155.66;0.32826;197.96;128.30;482.66;-0.20097;-0.23814;0.95021;0.05788;4.15647;39.53227;0.000;0.000;0.000;195.0;126.0;475.0;200.0;130.0;488.0
114;99.29;207.84;0.12420;254.72;118.20;484.16;-0.34702;0.79769;0.49322;0.13557;2.71591;81.11885;0.000;0.000;0.000;251.0;110.0;479.0;258.0;122.0;489.0
113;102.58;171.58;0.23560;292.40;101.15;72.59;-0.77172;0.12487;0.62359;0.03429;5.40045;49.26166;0.000;0.000;0.000;287.0;99.0;66.0;297.0;103.0;78.0
113;104.42;146.23;0.39433;42.98;63.01;138.19;-0.31293;0.45930;0.83134;0.26769;1.93277;39.61514;0.000;0.000;0.000;41.0;60.0;135.0;46.0;66.0;143.0
113;102.92;170.10;0.24341;339.50;112.08;142.55;-0.27034;0.54679;0.79242;0.04168;4.89797;47.35445;0.000;0.000;0.000;337.0;108.0;138.0;343.0;116.0;149.0
113;101.13;202.97;0.13832;391.12;86.90;224.96;-0.22628;0.08693;0.97017;0.02573;6.23409;73.54422;0.000;0.000;0.000;389.0;84.0;218.0;394.0;90.0;233.0
113;105.92;133.58;0.53229;247.91;168.02;296.08;0.06265;-0.04746;0.99691;0.18729;2.31070;30.00392;0.000;0.000;0.000;245.0;166.0;291.0;250.0;170.0;300.0
113;103.75;161.03;0.29155;149.42;82.52;404.27;0.85879;-0.05442;0.50943;0.13183;2.75419;46.45243;0.000;0.000;0.000;144.0;79.0;402.0;153.0;85.0;409.0
112;103.38;161.55;0.28667;416.54;41.18;9.18;-0.09178;0.29910;0.94980;0.04666;4.62925;46.04495;0.000;0.000;0.000;414.0;38.0;3.0;419.0;43.0;15.0
112;102.63;166.55;0.25782;278.88;105.72;57.06;0.58012;-0.18451;0.79336;0.04440;4.74578;43.52017;0.000;0.000;0.000;275.0;104.0;52.0;282.0;109.0;62.0
112;103.75;141.00;0.43429;222.80;50.74;63.02;0.94830;-0.12489;0.29177;0.33757;1.72116;37.84970;0.000;0.000;0.000;219.0;48.0;60.0;226.0;53.0;66.0
112;104.08;141.09;0.43623;406.51;91.92;125.62;-0.75622;0.53091;0.38244;0.19002;2.29406;34.81985;0.000;0.000;0.000;404.0;89.0;122.0;410.0;95.0;129.0
112;105.92;123.00;0.68189;58.82;79.18;156.84;0.21849;0.04167;0.97495;0.37161;1.64044;23.23723;0.000;0.000;0.000;57.0;77.0;153.0;61.0;81.0;160.0
112;105.71;127.34;0.61203;119.29;107.02;168.02;-0.35049;0.30708;0.88479;0.45156;1.48813;27.00304;0.000;0.000;0.000;117.0;104.0;165.0;122.0;109.0;171.0
112;94.58;219.46;0.09572;365.78;133.04;256.57;-0.19855;0.20922;0.95750;0.04783;4.57269;107.56316;0.000;0.000;0.000;363.0;128.0;250.0;370.0;137.0;265.0
112;103.42;142.08;0.42174;150.24;159.59;281.66;-0.12602;-0.22709;0.96569;0.12324;2.84856;39.69693;0.000;0.000;0.000;147.0;157.0;277.0;153.0;161.0;286.0
112;102.46;165.88;0.26009;144.16;83.09;296.13;0.67705;0.20484;0.70686;0.08120;3.50942;50.34530;0.000;0.000;0.000;141.0;80.0;291.0;149.0;85.0;300.0
112;96.83;198.30;0.13599;48.72;82.37;368.02;0.39835;-0.31817;0.86028;0.02543;6.27040;89.39060;0.000;0.000;0.000;45.0;78.0;361.0;53.0;85.0;375.0
112;104.62;150.70;0.36170;235.81;53.70;521.54;-0.26481;0.10349;0.95873;0.14472;2.62870;41.85730;0.000;0.000;0.000;232.0;52.0;517.0;239.0;55.0;525.0
111;103.13;144.26;0.40061;168.03;106.96;15.59;0.61750;-0.78576;0.03575;0.28918;1.85959;41.55562;0.000;0.000;0.000;165.0;104.0;12.0;171.0;111.0;19.0
111;102.92;141.17;0.42580;46.55;94.22;71.66;0.30131;-0.01244;0.95344;0.19371;2.27206;37.63884;0.000;0.000;0.000;44.0;92.0;68.0;49.0;97.0;77.0
111;104.67;136.68;0.48520;328.04;50.56;128.32;0.03282;0.99749;-0.06268;0.16175;2.48645;27.85547;0.000;0.000;0.000;326.0;47.0;126.0;330.0;54.0;131.0
111;102.33;158.89;0.29524;267.69;89.78;199.49;0.36900;-0.15995;0.91556;0.05376;4.31290;46.69474;0.000;0.000;0.000;264.0;88.0;194.0;271.0;92.0;205.0
111;103.54;141.55;0.42756;149.46;99.41;254.67;0.79477;0.44834;0.40906;0.18084;2.35152;33.04361;0.000;0.000;0.000;146.0;97.0;251.0;153.0;102.0;257.0
111;102.96;160.50;0.28997;393.95;79.70;302.12;-0.00563;0.20401;0.97895;0.05829;4.14190;44.42450;0.000;0.000;0.000;391.0;78.0;297.0;397.0;82.0;307.0
111;104.12;136.15;0.48586;79.97;116.50;304.41;-0.40502;0.06292;0.91214;0.26234;1.95238;33.51909;0.000;0.000;0.000;77.0;115.0;301.0;83.0;119.0;309.0
111;104.00;134.75;0.49992;85.14;133.41;316.94;-0.12709;-0.94667;0.29608;0.13753;2.69654;28.45984;0.000;0.000;0.000;84.0;129.0;314.0;87.0;137.0;320.0
111;103.83;138.93;0.45475;41.28;133.06;386.73;0.05008;-0.33211;0.94191;0.15409;2.54752;31.77752;0.000;0.000;0.000;39.0;131.0;383.0;44.0;135.0;391.0
111;101.62;149.49;0.34960;362.90;137.83;400.28;0.22103;0.02275;0.97500;0.13767;2.69512;48.91389;0.000;0.000;0.000;360.0;135.0;396.0;365.0;140.0;405.0
110;100.25;159.90;0.27801;94.33;62.89;151.63;-0.10100;0.45823;0.88308;0.11310;2.97348;51.22997;0.000;0.000;0.000;92.0;59.0;148.0;97.0;66.0;159.0
110;100.29;169.88;0.23202;400.55;138.83;368.82;0.29420;-0.33286;0.89591;0.03707;5.19418;51.58247;0.000;0.000;0.000;397.0;137.0;362.0;405.0;141.0;374.0
110;101.42;150.39;0.34200;402.45;94.85;369.13;0.17595;-0.35045;0.91991;0.09048;3.32454;42.98897;0.000;0.000;0.000;401.0;92.0;364.0;405.0;98.0;374.0
110;101.17;161.09;0.27688;318.33;97.21;371.51;0.54544;-0.72386;0.42252;0.05320;4.33562;47.54863;0.000;0.000;0.000;315.0;94.0;368.0;321.0;101.0;376.0
110;102.08;140.34;0.42637;309.64;77.99;465.54;-0.78692;0.07420;0.61257;0.21784;2.14253;35.88699;0.000;0.000;0.000;304.0;76.0;462.0;313.0;81.0;468.0
110;95.75;189.30;0.15286;292.31;80.15;495.52;-0.43829;0.05464;0.89717;0.02950;5.82269;76.69555;0.000;0.000;0.000;288.0;78.0;491.0;297.0;82.0;503.0
109;101.54;134.59;0.47833;49.05;98.68;23.93;0.75532;-0.38507;0.53030;0.21658;2.14878;34.75656;0.000;0.000;0.000;46.0;96.0;21.0;52.0;101.0;27.0
109;102.08;129.10;0.54781;20.50;102.48;83.49;-0.41967;-0.63616;0.64744;0.26888;1.92850;28.51808;0.000;0.000;0.000;18.0;100.0;80.0;23.0;105.0;87.0
109;102.42;128.54;0.55856;422.35;68.85;351.69;0.58391;-0.35613;0.72953;0.32970;1.74156;29.77278;0.000;0.000;0.000;419.0;66.0;349.0;425.0;71.0;355.0
109;96.08;190.11;0.15197;188.00;114.55;443.12;0.82044;-0.01334;0.57158;0.02975;5.79807;74.93807;0.000;0.000;0.000;181.0;113.0;435.0;194.0;116.0;448.0
109;99.96;166.49;0.24488;36.26;103.71;482.45;0.09236;-0.42370;0.90108;0.05631;4.21411;49.95042;0.000;0.000;0.000;34.0;99.0;477.0;39.0;106.0;488.0
109;93.42;200.72;0.12204;312.03;89.55;518.18;0.08842;-0.62276;0.77740;0.01334;8.65745;85.31092;0.000;0.000;0.000;309.0;85.0;510.0;315.0;96.0;525.0
109;100.54;159.06;0.28410;394.53;40.93;523.25;-0.93582;0.07202;0.34504;0.11334;2.97034;44.20288;0.000;0.000;0.000;389.0;39.0;519.0;399.0;43.0;525.0
108;100.54;142.91;0.39171;366.24;76.29;153.45;-0.26080;0.74124;0.61850;0.08125;3.50815;31.80194;0.000;0.000;0.000;364.0;72.0;150.0;368.0;80.0;157.0
108;99.12;156.14;0.29192;361.72;83.71;185.58;0.09726;0.23492;0.96714;0.11841;2.90604;50.13329;0.000;0.000;0.000;358.0;82.0;180.0;364.0;86.0;190.0
108;97.87;166.10;0.23642;313.76;97.27;453.94;0.32256;-0.34148;0.88281;0.05433;4.29033;59.81804;0.000;0.000;0.000;311.0;94.0;449.0;316.0;100.0;459.0
108;101.71;122.46;0.63709;221.94;45.34;519.68;0.02006;0.46749;0.88377;0.45353;1.48490;24.22374;0.000;0.000;0.000;220.0;43.0;517.0;224.0;48.0;523.0
107;96.87;168.08;0.22354;142.18;32.92;32.09;0.24568;-0.00918;0.96931;0.03647;5.23626;52.92348;0.000;0.000;0.000;139.0;32.0;26.0;146.0;34.0;39.0
107;98.96;155.60;0.29400;333.29;100.84;230.93;0.06263;0.53171;0.84461;0.04775;4.57613;39.20429;0.000;0.000;0.000;332.0;97.0;226.0;335.0;104.0;236.0
107;98.25;148.33;0.33451;388.49;77.04;265.81;0.03542;0.17957;0.98311;0.10782;3.04541;45.98621;0.000;0.000;0.000;386.0;75.0;261.0;391.0;80.0;269.0
107;97.83;154.89;0.29130;410.67;87.32;374.07;-0.75786;0.43725;0.48421;0.06778;3.84112;41.40593;0.000;0.000;0.000;406.0;85.0;370.0;416.0;90.0;378.0
107;97.08;159.77;0.26137;65.84;94.05;426.85;0.44211;-0.20299;0.87369;0.05103;4.42658;50.95805;0.000;0.000;0.000;63.0;92.0;420.0;71.0;96.0;433.0
107;100.04;137.00;0.44023;219.71;66.65;505.87;0.37263;-0.02480;0.92765;0.12361;2.84431;34.75395;0.000;0.000;0.000;217.0;65.0;500.0;222.0;68.0;510.0
106;97.63;147.87;0.33337;396.27;28.58;29.21;-0.52687;0.28707;0.80000;0.11289;2.97629;46.17823;0.000;0.000;0.000;393.0;27.0;25.0;400.0;31.0;34.0
106;95.25;172.94;0.19838;179.30;63.68;55.71;0.53251;0.41475;0.73784;0.04680;4.62267;55.65313;0.000;0.000;0.000;175.0;60.0;51.0;185.0;66.0;63.0
106;95.92;169.59;0.21332;301.77;113.92;151.66;-0.58466;0.31081;0.74938;0.04163;4.90095;55.19770;0.000;0.000;0.000;298.0;112.0;147.0;306.0;116.0;159.0
106;97.75;146.21;0.34572;266.52;151.18;298.29;-0.88523;-0.26595;0.38163;0.16932;2.43022;44.00631;0.000;0.000;0.000;263.0;149.0;295.0;270.0;153.0;302.0
106;91.92;195.57;0.12774;415.80;48.38;426.70;0.32312;-0.39960;0.85785;0.02689;6.09838;93.19011;0.000;0.000;0.000;413.0;46.0;422.0;419.0;52.0;433.0
106;96.92;150.11;0.31404;311.13;109.87;463.52;-0.53438;-0.58144;0.61349;0.07019;3.77461;40.94764;0.000;0.000;0.000;308.0;106.0;460.0;315.0;114.0;467.0
106;98.25;142.69;0.37580;118.07;104.92;493.58;0.29874;-0.26705;0.91621;0.08418;3.44655;39.02946;0.000;0.000;0.000;116.0;103.0;488.0;122.0;107.0;498.0
106;98.96;127.58;0.53331;211.36;48.16;509.82;0.90798;0.41413;0.06386;0.23653;2.05614;30.23884;0.000;0.000;0.000;208.0;46.0;507.0;215.0;51.0;512.0
105;97.25;139.61;0.39306;9.30;98.22;49.59;-0.31319;0.01240;0.94961;0.13416;2.73021;36.98395;0.000;0.000;0.000;7.0;97.0;45.0;12.0;100.0;56.0
105;96.83;137.15;0.41103;326.14;89.30;53.17;0.17605;-0.38415;0.90633;0.21435;2.15991;41.49218;0.000;0.000;0.000;324.0;86.0;48.0;328.0;92.0;57.0
105;91.75;192.01;0.13448;413.80;76.02;128.90;0.13440;-0.48751;0.86271;0.01970;7.12504;73.12109;0.000;0.000;0.000;412.0;71.0;122.0;416.0;80.0;137.0
105;90.37;189.34;0.13609;331.46;89.26;131.04;-0.48329;0.53914;0.68975;0.06079;4.05578;90.76017;0.000;0.000;0.000;328.0;85.0;127.0;334.0;93.0;137.0
105;97.54;139.40;0.39727;140.79;89.76;138.80;-0.01829;0.09759;0.99506;0.09797;3.19488;35.21203;0.000;0.000;0.000;139.0;88.0;134.0;143.0;91.0;145.0
105;96.88;154.51;0.28774;278.40;73.15;143.53;0.35077;-0.11258;0.92967;0.10977;3.01829;54.07485;0.000;0.000;0.000;275.0;71.0;139.0;282.0;75.0;149.0
105;98.17;135.27;0.44029;35.89;84.32;232.96;0.51515;-0.00197;0.85710;0.12648;2.81178;29.28625;0.000;0.000;0.000;33.0;83.0;229.0;38.0;86.0;237.0
105;98.04;125.63;0.54823;375.05;100.45;290.68;0.77298;0.20780;0.59943;0.61484;1.27532;31.78947;0.000;0.000;0.000;372.0;98.0;287.0;378.0;103.0;293.0
105;96.62;136.93;0.41128;319.17;112.29;323.31;0.55281;-0.67946;0.48243;0.17192;2.41181;41.13998;0.000;0.000;0.000;315.0;109.0;320.0;322.0;115.0;327.0
105;87.17;211.56;0.09075;19.32;118.87;414.59;0.38103;-0.09818;0.91933;0.03826;5.11261;97.81401;0.000;0.000;0.000;17.0;114.0;408.0;22.0;123.0;421.0
105;97.71;132.27;0.46660;129.16;69.44;460.93;0.52050;-0.30802;0.79637;0.16238;2.48164;32.82305;0.000;0.000;0.000;126.0;67.0;457.0;132.0;72.0;465.0
105;97.92;127.08;0.52836;26.25;97.32;504.18;0.29190;-0.12709;0.94797;0.28571;1.87083;32.42043;0.000;0.000;0.000;24.0;95.0;500.0;28.0;100.0;508.0
104;96.83;132.36;0.45730;9.88;62.54;5.93;0.75553;0.13881;0.64024;0.16266;2.47945;30.64710;0.000;0.000;0.000;6.0;61.0;3.0;13.0;64.0;9.0
104;93.63;161.99;0.23321;17.71;13.61;12.23;0.54786;0.51457;0.65960;0.04547;4.68960;57.51988;0.000;0.000;0.000;13.0;10.0;9.0;22.0;17.0;16.0
104;94.87;156.73;0.26441;218.10;84.63;50.24;0.42004;-0.07805;0.90414;0.07142;3.74195;47.98879;0.000;0.000;0.000;215.0;81.0;45.0;220.0;87.0;55.0
104;96.54;146.07;0.33820;349.11;85.84;77.81;-0.00287;0.40501;0.91431;0.04100;4.93889;33.09570;0.000;0.000;0.000;348.0;83.0;72.0;350.0;89.0;83.0
104;92.54;169.82;0.19777;59.98;141.72;204.83;-0.19860;-0.90262;0.38190;0.11562;2.94098;62.62691;0.000;0.000;0.000;57.0;138.0;201.0;62.0;146.0;211.0
104;94.17;162.53;0.23360;156.59;145.91;211.44;0.04721;0.05764;0.99722;0.05170;4.39820;56.15497;0.000;0.000;0.000;154.0;143.0;205.0;159.0;148.0;218.0
104;96.58;135.38;0.42522;110.07;103.13;210.46;0.56232;0.47996;0.67338;0.30473;1.81151;35.56530;0.000;0.000;0.000;107.0;101.0;207.0;113.0;106.0;214.0
104;90.63;183.85;0.14947;280.46;150.89;307.66;-0.19095;-0.97219;0.13557;0.09424;3.25756;78.29134;0.000;0.000;0.000;277.0;146.0;303.0;283.0;157.0;312.0
104;91.50;183.14;0.15415;370.99;129.69;366.63;0.27356;-0.17490;0.94582;0.04401;4.76655;75.28515;0.000;0.000;0.000;367.0;127.0;359.0;374.0;132.0;372.0
104;91.71;176.47;0.17308;165.81;129.77;467.27;0.08440;-0.04956;0.99520;0.05774;4.16154;70.76769;0.000;0.000;0.000;163.0;128.0;461.0;169.0;132.0;473.0
103;95.04;137.38;0.39399;130.72;112.11;83.29;-0.25272;-0.14841;0.95609;0.11262;2.97978;36.79894;0.000;0.000;0.000;129.0;109.0;78.0;133.0;114.0;88.0
103;94.96;142.54;0.35212;109.98;99.59;92.94;-0.57588;0.68444;0.44711;0.12533;2.82465;42.04939;0.000;0.000;0.000;107.0;97.0;90.0;113.0;103.0;96.0
103;93.75;149.64;0.29664;157.11;71.75;99.30;-0.41313;0.20419;0.88748;0.07573;3.63388;42.45208;0.000;0.000;0.000;153.0;69.0;95.0;160.0;74.0;106.0
103;95.67;129.64;0.47507;88.79;59.14;113.29;-0.18911;0.44232;0.87669;0.21621;2.15063;32.22273;0.000;0.000;0.000;86.0;57.0;109.0;91.0;62.0;117.0
103;92.96;165.34;0.21624;74.31;107.87;180.64;0.54271;0.15041;0.82634;0.04139;4.91548;55.28746;0.000;0.000;0.000;70.0;106.0;176.0;78.0;110.0;188.0
103;94.88;143.88;0.34182;170.08;85.13;217.33;-0.79881;0.20470;0.56569;0.07031;3.77143;38.76291;0.000;0.000;0.000;166.0;83.0;214.0;175.0;87.0;221.0
103;96.58;130.25;0.47747;101.68;103.91;457.33;0.00689;0.54582;-0.83787;0.25785;1.96934;29.72104;0.000;0.000;0.000;99.0;101.0;454.0;104.0;107.0;460.0
103;95.12;150.36;0.30103;407.51;17.09;507.11;-0.55489;0.24481;-0.79509;0.09322;3.27534;40.13294;0.000;0.000;0.000;403.0;15.0;503.0;411.0;19.0;511.0
102;93.83;141.94;0.34822;145.79;104.25;137.91;0.10188;0.32564;0.93999;0.11898;2.89914;47.24889;0.000;0.000;0.000;144.0;101.0;133.0;148.0;107.0;142.0
102;93.67;137.53;0.38147;326.39;116.62;142.78;0.51639;-0.67568;0.52611;0.79325;1.12278;43.97683;0.000;0.000;0.000;323.0;113.0;140.0;329.0;119.0;145.0
102;89.92;173.75;0.17433;238.26;145.20;232.55;-0.28264;0.33390;0.89924;0.07694;3.60522;69.94111;0.000;0.000;0.000;234.0;142.0;227.0;241.0;148.0;240.0
102;92.17;171.71;0.18975;351.86;134.05;278.28;-0.04428;-0.00214;0.99902;0.02958;5.81389;55.06584;0.000;0.000;0.000;349.0;132.0;272.0;355.0;136.0;284.0
102;94.42;134.12;0.41793;114.97;121.94;308.55;0.10766;-0.08178;0.99082;0.09464;3.25056;33.05030;0.000;0.000;0.000;113.0;120.0;303.0;117.0;124.0;313.0
102;92.96;151.82;0.27929;148.86;149.18;336.39;0.20348;-0.10327;0.97362;0.08378;3.45493;51.60915;0.000;0.000;0.000;146.0;146.0;331.0;151.0;152.0;343.0
102;88.67;184.18;0.14232;296.55;150.93;346.42;-0.83706;-0.15857;0.52363;0.02408;6.44374;76.31668;0.000;0.000;0.000;290.0;148.0;339.0;303.0;153.0;352.0
102;91.25;168.20;0.19790;274.33;93.76;451.59;-0.36544;0.73248;0.57439;0.02260;6.65137;54.37018;0.000;0.000;0.000;271.0;90.0;447.0;277.0;101.0;457.0
102;93.50;145.67;0.31986;170.54;122.91;469.69;-0.04735;0.19191;0.98027;0.08261;3.47923;42.84055;0.000;0.000;0.000;169.0;120.0;463.0;172.0;125.0;475.0
102;89.71;174.24;0.17206;180.73;101.80;476.71;0.08709;0.10509;0.99064;0.04668;4.62829;70.73948;0.000;0.000;0.000;179.0;100.0;467.0;183.0;104.0;483.0
101;94.58;120.68;0.57561;24.12;105.23;52.77;0.00906;0.12110;0.99260;0.30017;1.82523;28.52791;0.000;0.000;0.000;22.0;103.0;49.0;26.0;108.0;56.0
101;91.79;156.48;0.24869;304.31;75.47;144.93;-0.02440;0.28487;0.95826;0.03945;5.03464;50.44017;0.000;0.000;0.000;302.0;74.0;138.0;307.0;78.0;151.0
101;90.12;166.93;0.19747;231.10;138.63;199.97;-0.30575;0.09985;0.94686;0.02361;6.50800;58.82854;0.000;0.000;0.000;227.0;138.0;195.0;235.0;141.0;208.0
101;93.12;146.13;0.31432;185.38;171.28;340.15;-0.19192;0.03394;0.98082;0.09689;3.21260;43.10000;0.000;0.000;0.000;182.0;170.0;336.0;189.0;173.0;344.0
101;92.50;142.32;0.33572;378.05;103.98;360.16;-0.62560;-0.03478;0.77937;0.09962;3.16835;38.12723;0.000;0.000;0.000;373.0;102.0;355.0;381.0;106.0;364.0
101;92.87;137.62;0.37427;18.73;79.07;386.09;0.36292;-0.53535;0.76268;0.09017;3.33020;35.93064;0.000;0.000;0.000;16.0;76.0;382.0;22.0;82.0;390.0
101;90.46;162.92;0.21401;191.85;129.08;447.94;0.00352;0.28680;0.95799;0.02438;6.40504;48.36360;0.000;0.000;0.000;190.0;126.0;441.0;195.0;131.0;455.0
101;94.33;127.42;0.48649;59.40;100.85;481.26;-0.21253;-0.35436;0.91064;0.18979;2.29546;30.58409;0.000;0.000;0.000;57.0;99.0;477.0;61.0;104.0;485.0
100;89.58;150.75;0.26492;23.17;115.42;62.71;-0.31911;0.17990;0.93049;0.04109;4.93335;48.53165;0.000;0.000;0.000;20.0;113.0;57.0;27.0;118.0;69.0
100;92.92;125.29;0.49649;332.36;55.28;70.28;-0.56733;0.08346;0.81925;0.17914;2.36269;29.83596;0.000;0.000;0.000;330.0;53.0;67.0;335.0;58.0;74.0
100;92.92;126.02;0.48789;152.35;134.52;104.98;0.04938;0.35832;0.93229;0.38821;1.60497;35.09826;0.000;0.000;0.000;150.0;132.0;102.0;155.0;137.0;109.0
100;92.17;131.87;0.41891;243.84;109.77;134.03;-0.47639;0.25379;0.84181;0.10720;3.05427;36.30537;0.000;0.000;0.000;240.0;108.0;129.0;247.0;112.0;138.0
100;93.00;128.44;0.46168;271.17;144.22;257.53;0.65803;-0.55146;0.51272;0.16262;2.47979;30.45527;0.000;0.000;0.000;268.0;141.0;255.0;274.0;146.0;261.0
100;89.83;161.66;0.21605;38.75;117.40;290.45;-0.41314;-0.57686;0.70466;0.05778;4.16021;51.74456;0.000;0.000;0.000;35.0;114.0;285.0;43.0;121.0;296.0
100;90.58;150.48;0.27232;224.88;92.23;302.31;0.34726;0.23317;0.90832;0.06847;3.82153;47.27664;0.000;0.000;0.000;222.0;90.0;297.0;228.0;94.0;309.0
100;91.58;141.86;0.33232;27.32;136.77;309.56;0.71376;-0.20590;0.66944;0.11584;2.93807;45.54991;0.000;0.000;0.000;24.0;135.0;305.0;31.0;138.0;314.0
100;91.04;150.78;0.27348;149.76;93.33;394.76;-0.76554;0.37901;0.51990;0.05177;4.39484;45.64577;0.000;0.000;0.000;145.0;90.0;392.0;154.0;96.0;400.0
99;88.54;152.69;0.24908;158.86;58.07;71.04;-0.64700;0.00430;0.76247;0.06915;3.80292;54.60120;0.000;0.000;0.000;154.0;56.0;65.0;163.0;60.0;77.0
99;89.67;152.48;0.25650;222.72;110.09;86.90;0.03430;0.30561;0.95154;0.04638;4.64357;48.61451;0.000;0.000;0.000;221.0;108.0;80.0;224.0;113.0;93.0
99;85.46;181.73;0.13761;225.56;75.66;90.82;0.58445;0.32432;0.74380;0.06959;3.79077;73.89875;0.000;0.000;0.000;221.0;73.0;84.0;231.0;79.0;96.0
99;88.08;174.03;0.16649;346.31;76.81;91.67;-0.35256;0.26160;0.89848;0.03024;5.75029;57.18564;0.000;0.000;0.000;343.0;74.0;86.0;349.0;80.0;98.0
99;91.29;139.50;0.34725;322.53;67.53;196.59;0.02618;0.37505;0.92663;0.10294;3.11680;38.42770;0.000;0.000;0.000;321.0;64.0;193.0;324.0;70.0;201.0
99;91.42;138.36;0.35684;114.40;109.75;222.63;-0.14494;-0.46346;0.87418;0.07889;3.56037;36.74818;0.000;0.000;0.000;113.0;107.0;218.0;116.0;113.0;228.0
99;90.29;135.62;0.36962;173.31;147.92;267.84;-0.37960;0.32791;0.86509;0.08054;3.52371;41.24547;0.000;0.000;0.000;171.0;146.0;262.0;176.0;151.0;272.0
99;91.17;132.93;0.40021;124.40;121.37;303.72;0.17958;-0.34015;0.92307;0.09954;3.16953;35.12276;0.000;0.000;0.000;122.0;119.0;298.0;126.0;123.0;308.0
99;92.04;123.48;0.50890;261.97;87.12;309.06;0.00841;0.17494;0.98454;0.19838;2.24518;29.12224;0.000;0.000;0.000;260.0;85.0;305.0;264.0;89.0;313.0
99;90.04;149.07;0.27679;172.29;132.73;329.90;-0.10990;0.26382;0.95829;0.10270;3.12051;53.87059;0.000;0.000;0.000;170.0;130.0;325.0;175.0;136.0;334.0
98;86.54;175.69;0.15619;148.24;31.89;16.92;-0.03204;0.19555;0.98017;0.02004;7.06448;66.37325;0.000;0.000;0.000;145.0;30.0;8.0;152.0;34.0;23.0
98;91.08;128.07;0.44667;34.10;64.65;18.79;0.41239;-0.13823;-0.90046;0.28957;1.85835;36.17562;0.000;0.000;0.000;31.0;61.0;16.0;36.0;68.0;22.0
98;89.38;147.89;0.27931;403.81;90.20;22.34;0.22484;-0.04454;0.97338;0.05145;4.40880;47.50533;0.000;0.000;0.000;401.0;89.0;16.0;407.0;91.0;27.0
98;91.33;128.54;0.44421;118.26;102.78;63.78;0.20744;-0.95681;0.20366;0.15783;2.51710;33.94749;0.000;0.000;0.000;116.0;99.0;61.0;120.0;106.0;66.0
98;90.92;121.82;0.51706;359.11;73.99;67.32;-0.31928;0.39949;0.85934;0.20651;2.20052;30.55800;0.000;0.000;0.000;357.0;72.0;63.0;361.0;77.0;71.0
98;90.50;137.91;0.35319;286.79;77.56;89.34;0.53596;0.04741;0.84291;0.06373;3.96122;31.72138;0.000;0.000;0.000;284.0;76.0;85.0;291.0;79.0;94.0
98;90.21;134.83;0.37546;326.20;119.83;90.72;-0.07296;0.92705;0.36778;0.10646;3.06489;36.87654;0.000;0.000;0.000;324.0;117.0;88.0;329.0;125.0;94.0
98;87.54;153.94;0.23759;62.44;71.47;160.81;-0.40652;-0.23487;0.88294;0.06625;3.88514;57.79805;0.000;0.000;0.000;58.0;69.0;155.0;67.0;73.0;168.0
98;86.38;167.58;0.17930;407.77;63.08;170.23;-0.21743;0.53675;0.81524;0.01766;7.52442;66.96101;0.000;0.000;0.000;405.0;58.0;162.0;411.0;67.0;176.0
98;91.29;127.37;0.45621;129.33;141.88;238.90;0.09228;-0.43480;0.89579;0.13057;2.76749;28.93821;0.000;0.000;0.000;128.0;139.0;235.0;131.0;144.0;242.0
98;88.88;146.60;0.28351;340.52;96.12;246.43;-0.22385;0.52375;0.82194;0.08474;3.43520;52.56080;0.000;0.000;0.000;336.0;93.0;242.0;344.0;99.0;251.0
98;91.75;125.52;0.48146;152.84;114.28;353.69;-0.61787;0.07423;0.78276;0.22936;2.08805;30.47090;0.000;0.000;0.000;150.0;113.0;350.0;156.0;116.0;357.0
98;88.54;156.26;0.23239;321.21;124.13;399.52;0.87409;-0.21822;0.43399;0.05831;4.14133;45.04798;0.000;0.000;0.000;316.0;122.0;395.0;326.0;126.0;403.0
98;89.00;143.70;0.30188;275.97;92.07;425.46;-0.14685;-0.04106;0.98831;0.27758;1.89805;52.88274;0.000;0.000;0.000;272.0;90.0;421.0;278.0;95.0;430.0
97;88.75;142.88;0.30541;394.38;72.96;55.56;-0.10866;-0.22801;0.96758;0.05711;4.18433;39.82814;0.000;0.000;0.000;393.0;70.0;50.0;397.0;75.0;61.0
97;86.12;159.15;0.20811;94.08;110.53;142.51;-0.79450;0.20788;0.57057;0.07854;3.56835;58.49130;0.000;0.000;0.000;90.0;109.0;137.0;98.0;112.0;147.0
97;87.33;148.26;0.26470;317.81;115.35;146.12;0.82696;-0.50125;0.25473;0.08267;3.47806;51.34791;0.000;0.000;0.000;314.0;113.0;143.0;322.0;119.0;149.0
97;90.04;127.21;0.44547;159.93;115.60;157.96;-0.18416;0.42696;0.88532;0.21957;2.13411;37.24722;0.000;0.000;0.000;157.0;113.0;154.0;163.0;118.0;162.0
97;89.21;129.20;0.41730;312.93;74.14;184.73;-0.70087;0.32896;0.63290;0.17861;2.36615;35.46684;0.000;0.000;0.000;309.0;71.0;181.0;316.0;76.0;188.0
97;89.38;140.91;0.32290;345.65;111.04;237.46;0.43170;-0.15175;0.88916;0.11804;2.91058;42.95562;0.000;0.000;0.000;341.0;108.0;234.0;348.0;113.0;241.0
97;90.13;131.43;0.40463;213.68;113.40;350.58;0.14554;-0.06048;0.98750;0.18021;2.35568;35.96633;0.000;0.000;0.000;211.0;111.0;346.0;216.0;116.0;354.0
97;87.50;164.21;0.19556;280.78;114.96;369.63;0.94494;-0.31038;0.10368;0.06843;3.82267;57.02606;0.000;0.000;0.000;276.0;112.0;366.0;285.0;117.0;373.0
96;89.79;111.63;0.65551;163.04;66.95;7.71;0.09462;0.40196;0.91076;0.35980;1.66714;24.10039;0.000;0.000;0.000;161.0;65.0;4.0;165.0;69.0;11.0
96;88.12;137.16;0.34041;72.16;76.07;105.41;-0.81964;-0.23194;0.52383;0.08320;3.46684;41.73104;0.000;0.000;0.000;67.0;74.0;102.0;76.0;78.0;109.0
96;85.83;152.49;0.23496;95.81;66.24;120.31;0.53925;-0.75064;0.38177;0.04498;4.71492;52.20352;0.000;0.000;0.000;93.0;62.0;117.0;99.0;71.0;124.0
96;83.21;172.43;0.15275;316.89;131.00;133.96;-0.86296;0.25089;0.43859;0.01148;9.33463;67.58551;0.000;0.000;0.000;309.0;128.0;129.0;324.0;134.0;139.0
96;88.54;134.10;0.36765;153.29;92.29;218.60;-0.38545;-0.19054;0.90284;0.08430;3.44411;33.54111;0.000;0.000;0.000;151.0;90.0;214.0;157.0;94.0;223.0
96;88.96;148.71;0.27217;244.00;102.45;390.93;-0.98438;-0.09304;0.14944;0.04150;4.90866;39.71803;0.000;0.000;0.000;240.0;101.0;388.0;249.0;103.0;394.0
96;87.92;143.61;0.29514;279.94;49.16;469.71;0.09633;0.21504;0.97184;0.05099;4.42850;38.58683;0.000;0.000;0.000;278.0;47.0;464.0;282.0;51.0;475.0
96;81.21;180.00;0.12788;236.28;111.41;491.11;0.64319;0.56464;0.51719;0.26509;1.94223;97.19777;0.000;0.000;0.000;232.0;108.0;488.0;241.0;116.0;496.0
95;86.87;143.41;0.28939;416.33;90.02;74.47;0.69351;-0.22257;0.68521;0.07219;3.72181;45.56290;0.000;0.000;0.000;412.0;87.0;70.0;419.0;92.0;78.0
95;84.58;150.40;0.23784;95.82;130.40;104.07;0.42476;-0.49042;0.76097;0.08426;3.44495;56.32211;0.000;0.000;0.000;93.0;127.0;100.0;98.0;134.0;108.0
95;87.79;117.46;0.53786;130.42;127.52;207.65;0.04261;-0.00381;0.99908;0.16961;2.42812;30.96244;0.000;0.000;0.000;128.0;126.0;204.0;132.0;129.0;212.0
95;88.54;116.65;0.55857;69.63;128.80;285.32;-0.44599;0.19001;0.87464;0.24788;2.00855;26.56959;0.000;0.000;0.000;67.0;127.0;282.0;72.0;131.0;288.0
95;89.04;118.80;0.53478;274.54;96.20;361.06;0.33074;-0.32445;0.88620;0.19352;2.27321;26.13548;0.000;0.000;0.000;272.0;94.0;358.0;276.0;99.0;364.0
95;85.13;146.78;0.25917;301.35;100.41;380.69;0.13792;0.03920;0.98967;0.07003;3.77894;60.11722;0.000;0.000;0.000;299.0;99.0;374.0;305.0;102.0;387.0
95;89.29;112.22;0.63814;136.17;121.04;454.59;0.49748;-0.37892;-0.78035;0.38245;1.61702;23.05645;0.000;0.000;0.000;134.0;119.0;452.0;138.0;124.0;457.0
95;87.21;128.36;0.40669;255.12;67.18;487.08;0.89605;0.24121;0.37271;0.08453;3.43945;31.75268;0.000;0.000;0.000;251.0;65.0;484.0;259.0;69.0;490.0
94;87.37;119.79;0.50228;134.83;40.43;16.02;-0.43214;-0.21827;0.87499;0.24916;2.00338;30.53246;0.000;0.000;0.000;132.0;38.0;12.0;137.0;43.0;19.0
94;86.50;120.88;0.47909;40.38;34.78;19.29;0.71477;-0.63763;0.28730;0.26372;1.94729;36.13281;0.000;0.000;0.000;37.0;32.0;17.0;44.0;38.0;22.0
94;86.83;120.93;0.48223;400.60;99.56;76.09;0.24271;-0.06343;0.96802;0.16170;2.48682;34.11624;0.000;0.000;0.000;398.0;98.0;72.0;403.0;101.0;80.0
94;86.13;134.78;0.34260;43.19;81.31;116.73;-0.55228;-0.34420;0.75928;0.08411;3.44801;35.03921;0.000;0.000;0.000;40.0;79.0;112.0;47.0;84.0;121.0
94;85.17;146.19;0.26254;43.54;94.12;183.13;-0.04066;-0.10559;0.99358;0.05014;4.46579;44.49586;0.000;0.000;0.000;42.0;92.0;177.0;46.0;96.0;189.0
94;86.88;127.76;0.40931;11.29;79.43;234.93;-0.07828;0.75520;0.65080;0.12592;2.81809;33.44330;0.000;0.000;0.000;10.0;76.0;232.0;13.0;82.0;239.0
94;83.54;161.92;0.18594;379.33;70.21;251.14;-0.22968;0.61440;0.75482;0.03003;5.77047;59.18751;0.000;0.000;0.000;377.0;66.0;247.0;382.0;75.0;257.0
94;84.67;148.11;0.24955;410.81;112.04;362.87;0.45469;-0.18011;0.87225;0.05270;4.35602;50.92051;0.000;0.000;0.000;408.0;108.0;358.0;414.0;114.0;367.0
94;85.00;141.38;0.28912;379.40;102.90;387.73;-0.21915;0.65410;0.72396;0.26544;1.94097;50.52691;0.000;0.000;0.000;375.0;100.0;384.0;382.0;106.0;391.0
94;84.00;166.52;0.17282;145.78;151.34;389.52;0.73502;0.12850;0.66576;0.03689;5.20655;62.23769;0.000;0.000;0.000;141.0;150.0;385.0;151.0;153.0;394.0
94;84.75;137.45;0.31285;375.44;90.10;496.82;-0.16414;0.85763;0.48736;0.28131;1.88542;49.95547;0.000;0.000;0.000;373.0;87.0;492.0;378.0;93.0;500.0
93;86.71;121.61;0.47273;318.19;101.88;127.26;0.01360;0.13124;0.99126;0.16108;2.49160;31.11198;0.000;0.000;0.000;316.0;100.0;124.0;320.0;104.0;132.0
93;80.92;158.74;0.18513;71.82;115.54;221.78;0.34592;-0.30151;0.88850;0.05897;4.11792;72.82430;0.000;0.000;0.000;69.0;113.0;215.0;75.0;119.0;229.0
93;85.54;124.91;0.42464;205.72;86.99;273.98;0.22078;-0.03302;0.97476;0.13540;2.71762;35.28816;0.000;0.000;0.000;203.0;84.0;270.0;208.0;89.0;278.0
92;84.92;124.67;0.42089;355.86;37.62;22.16;0.35832;-0.59774;0.71715;0.12408;2.83888;34.00617;0.000;0.000;0.000;354.0;35.0;18.0;358.0;41.0;25.0
92;86.29;111.39;0.60937;169.66;34.68;41.58;0.56307;-0.79780;-0.21558;0.25365;1.98558;22.00154;0.000;0.000;0.000;168.0;32.0;39.0;172.0;37.0;44.0
92;80.17;163.95;0.16495;96.64;63.08;48.53;-0.94258;-0.23482;0.23750;0.03193;5.59621;61.60894;0.000;0.000;0.000;91.0;61.0;45.0;102.0;65.0;52.0
92;85.00;127.69;0.39244;12.85;43.92;90.57;-0.81405;-0.18043;0.55205;0.13694;2.70227;34.61698;0.000;0.000;0.000;9.0;42.0;88.0;16.0;46.0;94.0
92;83.08;127.98;0.37241;115.92;102.96;296.02;-0.15043;0.79458;0.58823;0.16854;2.43586;43.21382;0.000;0.000;0.000;114.0;97.0;292.0;118.0;106.0;299.0
92;85.17;120.83;0.46501;395.77;101.51;343.35;-0.04140;0.25702;0.96552;0.16744;2.44383;32.23678;0.000;0.000;0.000;394.0;100.0;339.0;398.0;104.0;347.0
92;81.79;154.12;0.20666;407.47;41.82;362.38;0.59615;-0.46781;0.65250;0.04072;4.95544;58.86029;0.000;0.000;0.000;404.0;39.0;357.0;410.0;45.0;367.0
92;84.42;133.69;0.33732;404.58;59.13;372.73;-0.09170;0.24474;0.96524;0.07043;3.76799;35.07154;0.000;0.000;0.000;402.0;57.0;367.0;407.0;61.0;376.0
92;83.29;141.30;0.27812;101.15;123.54;411.42;0.28179;-0.08932;0.95531;0.06207;4.01387;48.62666;0.000;0.000;0.000;99.0;122.0;406.0;104.0;125.0;416.0
92;84.38;120.42;0.46108;252.15;73.42;440.42;-0.15032;0.77072;0.61919;0.24706;2.01187;38.93621;0.000;0.000;0.000;251.0;70.0;438.0;254.0;78.0;444.0
91;75.96;185.00;0.10305;209.01;38.00;31.54;-0.17678;0.93400;0.31047;0.05849;4.13470;95.70179;0.000;0.000;0.000;206.0;31.0;28.0;211.0;45.0;35.0
91;83.96;123.82;0.41993;168.38;99.13;50.16;0.42372;-0.89454;0.14238;0.31783;1.77379;40.44986;0.000;0.000;0.000;166.0;95.0;48.0;171.0;102.0;53.0
91;84.58;113.90;0.54755;134.10;108.62;54.44;-0.21976;0.43182;0.87478;0.26764;1.93297;25.39524;0.000;0.000;0.000;132.0;106.0;51.0;136.0;111.0;57.0
91;81.79;142.03;0.26407;347.45;114.67;98.78;-0.49148;0.51116;0.70510;0.04174;4.89472;46.40748;0.000;0.000;0.000;344.0;111.0;94.0;350.0;117.0;103.0
91;85.25;109.78;0.62127;233.27;61.33;136.26;0.80484;0.05467;0.59096;0.39903;1.58305;24.86743;0.000;0.000;0.000;231.0;60.0;134.0;236.0;63.0;139.0
91;78.25;163.22;0.15926;336.91;91.57;168.18;0.09339;0.05630;0.99404;0.01541;8.05619;75.49140;0.000;0.000;0.000;335.0;90.0;158.0;338.0;94.0;175.0
91;78.96;172.12;0.13827;335.91;101.07;165.26;0.56375;-0.50644;0.65246;0.08486;3.43273;68.09996;0.000;0.000;0.000;332.0;98.0;161.0;338.0;105.0;171.0
91;82.67;148.55;0.23579;90.64;126.96;169.75;0.46202;-0.37586;0.80328;0.03561;5.29955;40.97624;0.000;0.000;0.000;88.0;124.0;165.0;94.0;130.0;174.0
91;83.42;121.29;0.44102;135.91;148.97;322.80;0.97974;0.17242;0.10184;0.18762;2.30863;36.08786;0.000;0.000;0.000;132.0;147.0;321.0;140.0;151.0;325.0
91;81.75;164.57;0.16958;111.38;71.03;348.11;-0.15038;0.98862;-0.00241;0.04443;4.74442;66.47908;0.000;0.000;0.000;110.0;66.0;344.0;112.0;75.0;352.0
91;80.33;148.71;0.22192;240.87;110.16;418.00;-0.46964;-0.17744;0.86484;0.05080;4.43693;58.17951;0.000;0.000;0.000;237.0;108.0;411.0;245.0;112.0;422.0
91;85.04;111.63;0.58799;10.58;57.14;486.75;0.00178;-0.38677;0.92218;0.23040;2.08333;24.87638;0.000;0.000;0.000;9.0;55.0;482.0;12.0;59.0;490.0
91;77.46;189.19;0.10021;369.22;41.49;507.20;-0.18090;-0.60476;0.77559;0.02258;6.65538;79.46879;0.000;0.000;0.000;367.0;37.0;501.0;372.0;46.0;514.0
90;83.54;124.83;0.40576;383.92;41.86;21.73;0.31620;0.10801;0.94252;0.12987;2.77491;33.69042;0.000;0.000;0.000;382.0;40.0;18.0;387.0;43.0;26.0
90;82.79;119.76;0.45135;257.01;134.30;207.82;0.47736;0.52161;0.70714;0.16672;2.44910;34.18047;0.000;0.000;0.000;255.0;131.0;204.0;259.0;137.0;211.0
90;83.42;118.51;0.47281;392.37;98.43;253.94;-0.01677;0.59362;0.80457;0.18006;2.35662;30.00290;0.000;0.000;0.000;391.0;95.0;250.0;394.0;101.0;257.0
90;83.21;127.92;0.37406;59.87;134.74;303.10;-0.21597;0.45331;-0.86479;0.09232;3.29115;32.45207;0.000;0.000;0.000;58.0;132.0;300.0;61.0;138.0;307.0
90;79.25;153.34;0.19702;377.30;124.06;322.88;-0.37573;0.29211;0.87948;0.02274;6.63087;51.67396;0.000;0.000;0.000;374.0;121.0;317.0;380.0;127.0;330.0
90;83.33;118.95;0.46667;155.19;94.10;343.86;0.41578;-0.33874;0.84403;0.23469;2.06421;32.39537;0.000;0.000;0.000;152.0;92.0;340.0;158.0;96.0;347.0
90;82.87;124.83;0.39931;226.78;81.74;460.74;-0.68261;-0.20575;0.70122;0.09984;3.16477;31.57862;0.000;0.000;0.000;224.0;80.0;457.0;231.0;83.0;464.0
90;83.96;110.80;0.58606;68.81;41.47;489.63;0.09277;0.15059;0.98423;0.48080;1.44218;26.38823;0.000;0.000;0.000;67.0;39.0;487.0;71.0;44.0;493.0
89;81.67;117.47;0.46537;29.48;51.54;19.43;-0.23425;0.53074;0.81452;0.22501;2.10815;38.66487;0.000;0.000;0.000;27.0;49.0;16.0;32.0;54.0;24.0
89;79.96;136.64;0.28346;350.84;58.47;27.01;-0.95770;0.18299;0.22210;0.08804;3.37014;43.19033;0.000;0.000;0.000;347.0;57.0;24.0;356.0;61.0;30.0
89;81.37;126.12;0.37333;35.29;56.96;88.31;0.44195;0.37833;0.81335;0.09644;3.22003;34.71469;0.000;0.000;0.000;32.0;54.0;85.0;37.0;59.0;93.0
89;78.71;147.60;0.21790;389.73;107.01;121.58;-0.34646;0.37018;0.86193;0.02274;6.63170;49.92765;0.000;0.000;0.000;386.0;104.0;114.0;392.0;110.0;128.0
89;80.58;143.31;0.24951;33.63;71.39;166.84;-0.36521;0.58049;0.72777;0.05343;4.32619;44.10427;0.000;0.000;0.000;31.0;69.0;162.0;36.0;76.0;171.0
89;81.46;123.71;0.39640;360.45;147.64;181.00;-0.07054;0.97756;0.19848;0.15547;2.53618;35.43959;0.000;0.000;0.000;359.0;144.0;178.0;362.0;152.0;184.0
89;79.33;146.38;0.22693;85.60;69.72;221.44;0.92285;0.21039;0.32261;0.13202;2.75224;61.70167;0.000;0.000;0.000;80.0;68.0;218.0;91.0;72.0;224.0
89;79.21;156.87;0.18380;163.96;126.51;236.52;0.10506;-0.04821;0.99330;0.02943;5.82954;59.08993;0.000;0.000;0.000;161.0;125.0;230.0;167.0;128.0;243.0
89;82.29;119.07;0.45364;99.85;105.88;248.75;0.50460;-0.68798;0.52160;0.13790;2.69293;29.94416;0.000;0.000;0.000;97.0;102.0;246.0;102.0;109.0;252.0
89;82.50;118.75;0.45965;78.44;76.46;271.34;0.22592;0.03915;0.97336;0.10574;3.07518;28.16268;0.000;0.000;0.000;77.0;74.0;267.0;80.0;79.0;275.0
89;80.46;146.42;0.23323;289.31;98.78;447.64;-0.61515;0.57486;0.53956;0.09988;3.16421;51.60221;0.000;0.000;0.000;286.0;94.0;444.0;292.0;101.0;451.0
89;78.04;157.62;0.17590;75.70;60.85;520.83;-0.49793;-0.28005;0.82075;0.04053;4.96730;60.64293;0.000;0.000;0.000;72.0;58.0;515.0;79.0;64.0;525.0
88;80.50;123.86;0.38566;124.93;114.97;71.41;0.47113;-0.49362;0.73101;0.13288;2.74331;38.34384;0.000;0.000;0.000;123.0;112.0;67.0;128.0;118.0;75.0
88;80.00;134.41;0.29806;316.56;81.72;190.91;-0.55774;-0.00186;0.83002;0.07912;3.55511;45.61954;0.000;0.000;0.000;313.0;80.0;186.0;320.0;83.0;196.0
88;79.83;119.66;0.42071;17.05;69.25;194.72;0.07010;0.32014;0.94477;0.14360;2.63894;38.56486;0.000;0.000;0.000;15.0;67.0;191.0;19.0;71.0;199.0
88;79.25;136.42;0.27975;101.43;109.55;336.19;-0.36863;0.29121;0.88279;0.09025;3.32873;46.33275;0.000;0.000;0.000;98.0;107.0;332.0;104.0;111.0;341.0
88;76.21;167.36;0.14013;286.92;141.92;445.99;-0.22103;0.17145;0.96008;0.03630;5.24846;70.27343;0.000;0.000;0.000;284.0;140.0;440.0;290.0;145.0;453.0
88;80.42;125.59;0.36924;222.98;136.68;450.57;0.13554;-0.07456;0.98796;0.07477;3.65711;34.43955;0.000;0.000;0.000;222.0;135.0;445.0;225.0;139.0;455.0
88;80.96;119.90;0.43001;390.75;132.88;462.32;0.01066;0.05809;-0.99825;0.16020;2.49846;35.02291;0.000;0.000;0.000;388.0;130.0;459.0;393.0;136.0;466.0
88;81.00;118.62;0.44458;88.10;28.55;494.78;0.07126;0.56075;-0.82491;0.16825;2.43797;36.08895;0.000;0.000;0.000;85.0;26.0;492.0;91.0;31.0;498.0
88;79.33;135.28;0.28750;288.67;89.65;514.40;-0.55775;0.00478;0.82999;0.11147;2.99518;45.39695;0.000;0.000;0.000;285.0;88.0;511.0;291.0;91.0;520.0
87;79.88;125.46;0.36535;286.63;88.98;20.46;-0.05812;0.22204;0.97331;0.09790;3.19609;35.34426;0.000;0.000;0.000;285.0;87.0;16.0;288.0;91.0;25.0
87;81.12;109.90;0.56068;335.84;44.48;27.01;0.35796;-0.29603;0.88557;0.27368;1.91150;25.23277;0.000;0.000;0.000;333.0;43.0;24.0;338.0;46.0;30.0
87;78.79;126.83;0.34413;182.92;87.53;55.53;0.28094;0.11369;0.95297;0.08816;3.36794;39.07589;0.000;0.000;0.000;180.0;85.0;51.0;185.0;89.0;61.0
87;80.21;117.40;0.44963;117.28;88.29;62.23;0.02380;-0.00542;0.99970;0.31228;1.78949;37.15803;0.000;0.000;0.000;115.0;85.0;59.0;120.0;90.0;66.0
87;77.92;136.53;0.26977;95.20;53.55;70.61;0.47073;-0.00503;0.88226;0.04839;4.54608;45.41130;0.000;0.000;0.000;92.0;51.0;64.0;98.0;56.0;75.0
87;79.46;130.24;0.32321;367.94;105.25;80.76;0.34741;0.45249;0.82132;0.13324;2.73954;43.30496;0.000;0.000;0.000;365.0;103.0;77.0;372.0;107.0;84.0
87;79.63;128.24;0.33997;100.07;142.20;173.79;0.15243;-0.02665;0.98796;0.06880;3.81233;38.47516;0.000;0.000;0.000;97.0;141.0;170.0;102.0;144.0;179.0
87;80.12;111.43;0.52479;322.53;136.17;233.59;0.05479;-0.11562;0.99178;0.16086;2.49332;30.26082;0.000;0.000;0.000;321.0;134.0;229.0;324.0;138.0;237.0
87;77.33;145.82;0.21815;67.08;103.11;339.48;-0.44466;-0.28791;0.84817;0.02748;6.03261;50.51286;0.000;0.000;0.000;64.0;101.0;334.0;71.0;105.0;346.0
87;78.42;128.99;0.32401;44.78;100.77;346.45;-0.46537;0.62939;0.62234;0.11806;2.91043;46.08508;0.000;0.000;0.000;43.0;96.0;343.0;49.0;103.0;351.0
87;74.37;154.57;0.16939;172.93;154.16;353.30;0.08255;-0.99447;0.06486;0.09955;3.16941;81.92479;0.000;0.000;0.000;171.0;147.0;350.0;175.0;158.0;356.0
87;79.96;122.99;0.38869;411.48;70.32;383.25;-0.41076;0.52943;0.74228;0.08760;3.37877;32.85407;0.000;0.000;0.000;409.0;67.0;380.0;414.0;73.0;387.0
87;78.04;128.90;0.32159;192.68;95.56;466.31;-0.31898;-0.71187;0.62570;0.16385;2.47042;45.93540;0.000;0.000;0.000;190.0;92.0;462.0;195.0;99.0;470.0
86;79.25;111.61;0.51086;88.22;84.34;7.41;-0.42222;-0.63122;0.65061;0.23413;2.06668;28.07277;0.000;0.000;0.000;86.0;82.0;5.0;91.0;88.0;10.0
86;75.33;148.66;0.19537;88.19;81.97;25.92;-0.86895;0.15614;0.46963;0.03769;5.15070;63.90884;0.000;0.000;0.000;83.0;80.0;21.0;95.0;84.0;29.0
86;77.92;123.72;0.36257;135.49;52.23;48.94;-0.23696;-0.27934;0.93049;0.08071;3.51990;39.45779;0.000;0.000;0.000;133.0;50.0;44.0;138.0;55.0;53.0
86;78.75;118.63;0.42010;201.92;88.55;78.29;-0.53098;-0.50950;0.67710;0.12355;2.84493;33.16621;0.000;0.000;0.000;200.0;85.0;75.0;205.0;91.0;82.0
86;76.04;146.05;0.20990;299.59;105.12;158.49;0.78766;-0.09368;0.60894;0.05159;4.40279;63.49218;0.000;0.000;0.000;295.0;102.0;155.0;303.0;107.0;163.0
86;75.00;156.04;0.16743;39.57;150.55;191.67;-0.31804;0.01354;0.94798;0.01725;7.61293;62.56573;0.000;0.000;0.000;35.0;149.0;183.0;43.0;152.0;199.0
86;78.04;122.55;0.37425;177.02;149.71;190.93;-0.19511;0.07566;0.97786;0.08893;3.35342;38.08321;0.000;0.000;0.000;175.0;148.0;186.0;179.0;151.0;197.0
86;74.54;154.44;0.17058;170.91;140.95;273.36;0.75749;-0.39626;0.51883;0.06212;4.01220;73.93630;0.000;0.000;0.000;167.0;137.0;269.0;174.0;144.0;277.0
86;78.54;123.58;0.36970;133.53;113.55;345.01;0.67812;-0.50145;0.53732;0.06367;3.96311;32.81373;0.000;0.000;0.000;130.0;111.0;342.0;137.0;117.0;348.0
86;79.29;116.37;0.45117;171.08;88.80;377.12;-0.16590;0.71572;0.67840;0.14833;2.59652;31.85039;0.000;0.000;0.000;169.0;86.0;374.0;174.0;91.0;381.0
86;77.00;132.77;0.28654;84.73;91.01;382.63;0.52557;-0.19392;0.82836;0.11061;3.00681;46.36961;0.000;0.000;0.000;82.0;90.0;377.0;89.0;94.0;387.0
86;79.96;106.70;0.59520;165.55;109.66;396.05;-0.04077;-0.27809;0.95969;0.22670;2.10027;23.80969;0.000;0.000;0.000;164.0;107.0;393.0;167.0;112.0;399.0
86;77.21;135.48;0.27110;214.36;90.35;401.91;0.41821;-0.48629;0.76722;0.06870;3.81535;44.97459;0.000;0.000;0.000;212.0;86.0;397.0;217.0;94.0;406.0
86;78.46;127.59;0.33516;88.08;76.70;509.72;-0.82333;0.11329;0.55614;0.12628;2.81411;40.70420;0.000;0.000;0.000;84.0;75.0;506.0;91.0;78.0;513.0
85;79.38;105.14;0.61300;332.81;95.56;5.74;0.19306;0.45591;0.86883;0.33040;1.73973;23.76591;0.000;0.000;0.000;330.0;94.0;3.0;335.0;98.0;8.0
85;75.79;146.70;0.20579;345.36;74.76;64.12;-0.21342;0.49704;0.84107;0.05471;4.27539;46.22087;0.000;0.000;0.000;342.0;70.0;59.0;347.0;77.0;70.0
85;72.54;159.54;0.14655;143.06;121.46;65.07;-0.02461;0.19290;0.98091;0.08319;3.46709;75.32389;0.000;0.000;0.000;140.0;119.0;59.0;146.0;124.0;69.0
85;78.42;108.51;0.54437;183.07;106.66;84.13;-0.17474;-0.04031;0.98379;0.18535;2.32273;28.71551;0.000;0.000;0.000;181.0;105.0;80.0;185.0;109.0;88.0
85;77.13;127.71;0.32299;392.91;61.86;149.07;0.57267;-0.62966;0.52495;0.06630;3.88379;36.76058;0.000;0.000;0.000;390.0;59.0;146.0;397.0;66.0;152.0
85;78.71;114.09;0.47185;98.84;110.71;167.38;-0.25324;0.50538;0.82490;0.14962;2.58528;28.16229;0.000;0.000;0.000;97.0;108.0;164.0;101.0;113.0;171.0
85;74.42;150.70;0.18298;206.84;92.05;200.31;-0.23856;0.78609;0.57022;0.03837;5.10510;60.76636;0.000;0.000;0.000;205.0;87.0;196.0;209.0;96.0;205.0
85;77.67;119.46;0.40017;241.58;109.52;216.07;-0.06420;0.29914;0.95205;0.23767;2.05120;37.99142;0.000;0.000;0.000;240.0;107.0;212.0;244.0;112.0;220.0
85;75.62;132.08;0.28072;277.59;152.31;220.15;-0.19968;0.09871;0.97488;0.12621;2.81478;56.74882;0.000;0.000;0.000;275.0;151.0;215.0;280.0;154.0;226.0
85;78.25;115.87;0.44514;38.06;72.52;250.35;0.02056;-0.25081;0.96782;0.08498;3.43039;29.55102;0.000;0.000;0.000;37.0;70.0;246.0;39.0;75.0;255.0
85;77.62;114.53;0.45357;422.68;50.00;366.20;-0.20535;0.24835;0.94665;0.19453;2.26728;33.76578;0.000;0.000;0.000;421.0;47.0;363.0;424.0;53.0;369.0
85;76.79;131.99;0.29004;391.86;89.04;453.93;-0.52268;0.64635;0.55591;0.11796;2.91162;45.18691;0.000;0.000;0.000;389.0;86.0;451.0;394.0;92.0;459.0
85;75.29;144.45;0.21271;209.84;78.68;456.18;0.00100;0.76272;0.64673;0.05570;4.23724;52.96812;0.000;0.000;0.000;207.0;74.0;452.0;212.0;83.0;461.0
84;73.00;156.00;0.15874;390.14;18.21;67.92;0.48414;-0.37961;0.78836;0.03813;5.12145;63.97122;0.000;0.000;0.000;387.0;14.0;64.0;393.0;21.0;74.0
84;72.38;156.95;0.15324;237.58;114.80;109.44;-0.35777;-0.04480;0.93273;0.14901;2.59054;66.75657;0.000;0.000;0.000;234.0;112.0;104.0;240.0;119.0;115.0
84;77.75;110.07;0.51267;238.13;138.75;125.13;-0.45400;0.11697;0.88329;0.18713;2.31166;29.15652;0.000;0.000;0.000;235.0;137.0;122.0;241.0;140.0;129.0
84;77.96;110.36;0.51135;352.45;71.37;210.36;-0.11496;0.31668;0.94154;0.19861;2.24387;26.72213;0.000;0.000;0.000;351.0;69.0;207.0;354.0;75.0;214.0
84;78.00;102.17;0.64521;27.65;91.70;246.99;0.95726;-0.21740;-0.19076;0.41826;1.54624;24.91004;0.000;0.000;0.000;25.0;90.0;244.0;30.0;93.0;250.0
84;75.46;130.76;0.28801;253.50;119.67;250.56;0.51826;-0.30624;0.79852;0.03597;5.27274;35.19238;0.000;0.000;0.000;250.0;117.0;245.0;257.0;122.0;255.0
84;77.58;111.39;0.49260;177.50;132.83;282.32;-0.48578;-0.01634;0.87393;0.10589;3.07305;25.17231;0.000;0.000;0.000;175.0;132.0;278.0;180.0;134.0;286.0
84;78.00;108.98;0.53161;145.60;93.93;359.83;0.43388;0.29408;0.85163;0.27289;1.91428;26.66979;0.000;0.000;0.000;143.0;92.0;357.0;148.0;96.0;363.0
84;77.04;119.64;0.39197;293.58;149.23;392.60;0.28351;0.01520;0.95885;0.12759;2.79957;39.03963;0.000;0.000;0.000;291.0;148.0;388.0;296.0;151.0;397.0
84;77.58;116.97;0.42532;237.71;103.27;404.44;-0.04153;-0.01063;0.99908;0.12881;2.78629;29.31842;0.000;0.000;0.000;236.0;101.0;400.0;239.0;105.0;408.0
83;76.87;112.69;0.46710;401.08;20.88;24.05;-0.30604;0.49267;0.81463;0.24215;2.03216;30.63615;0.000;0.000;0.000;399.0;18.0;21.0;403.0;23.0;28.0
83;74.38;123.57;0.33155;230.25;86.67;156.04;0.22305;0.22576;0.94831;0.09176;3.30121;46.67283;0.000;0.000;0.000;229.0;84.0;152.0;232.0;90.0;160.0
83;71.25;153.32;0.15929;301.77;117.86;164.78;-0.43311;0.26160;0.86254;0.02901;5.87074;69.50894;0.000;0.000;0.000;299.0;115.0;157.0;306.0;120.0;170.0
83;75.96;119.24;0.38485;122.51;110.16;179.53;0.12207;0.42247;0.89812;0.11175;2.99147;36.51316;0.000;0.000;0.000;120.0;108.0;176.0;126.0;112.0;184.0
83;77.29;103.04;0.61750;115.33;102.29;252.95;-0.05939;-0.12785;0.99001;0.26423;1.94541;23.11376;0.000;0.000;0.000;114.0;100.0;250.0;117.0;104.0;256.0
83;72.46;149.33;0.17830;369.34;95.92;310.82;-0.90467;0.42278;0.05326;0.05379;4.31171;66.36950;0.000;0.000;0.000;366.0;94.0;306.0;374.0;98.0;316.0
83;76.83;110.51;0.49475;422.27;73.02;325.18;-0.11684;0.28281;0.95203;0.15886;2.50894;26.34195;0.000;0.000;0.000;421.0;71.0;322.0;424.0;75.0;329.0
83;66.29;178.16;0.08789;323.23;150.13;389.34;0.17925;-0.30521;0.93526;0.01084;9.60287;95.17293;0.000;0.000;0.000;321.0;147.0;381.0;325.0;153.0;396.0
83;77.25;110.25;0.50369;76.93;16.66;523.61;0.07260;0.92928;-0.36216;0.31833;1.77240;29.96404;0.000;0.000;0.000;75.0;13.0;522.0;80.0;19.0;525.0
82;73.12;134.60;0.24799;383.46;83.55;70.11;0.06384;0.39757;0.91535;0.05296;4.34546;50.69214;0.000;0.000;0.000;381.0;80.0;64.0;386.0;86.0;75.0
82;75.08;120.90;0.36080;112.70;64.02;93.34;0.00230;0.28291;0.95914;0.06415;3.94819;33.63342;0.000;0.000;0.000;112.0;61.0;88.0;114.0;66.0;99.0
82;73.88;128.98;0.28763;75.49;130.24;94.04;-0.83295;0.35280;0.42629;0.19625;2.25735;40.82317;0.000;0.000;0.000;71.0;128.0;91.0;78.0;132.0;97.0
82;75.17;113.66;0.43516;236.83;81.29;112.46;-0.65069;0.31508;0.69089;0.12302;2.85114;34.13215;0.000;0.000;0.000;234.0;79.0;109.0;240.0;84.0;116.0
82;76.33;107.15;0.53574;253.88;86.80;138.24;0.52088;0.31647;0.79280;0.24244;2.03093;26.08586;0.000;0.000;0.000;252.0;84.0;136.0;257.0;89.0;141.0
82;75.83;102.36;0.60642;31.72;87.77;224.06;-0.21602;0.16017;0.96316;0.30225;1.81894;24.15622;0.000;0.000;0.000;30.0;86.0;221.0;34.0;90.0;227.0
82;70.96;151.44;0.16397;129.94;81.82;323.96;0.10226;-0.02927;0.99433;0.03252;5.54513;65.29158;0.000;0.000;0.000;127.0;81.0;319.0;134.0;83.0;332.0
82;70.79;149.67;0.16904;379.79;51.62;458.24;-0.12025;0.26647;0.95631;0.01730;7.60224;67.62441;0.000;0.000;0.000;378.0;49.0;453.0;382.0;54.0;464.0
81;65.58;178.26;0.08587;156.42;31.73;8.74;-0.17892;0.54876;0.81661;0.01971;7.12277;100.99753;0.000;0.000;0.000;152.0;26.0;3.0;159.0;36.0;16.0
81;72.83;134.52;0.24645;71.74;72.81;15.06;0.17246;-0.93821;0.30004;0.06158;4.02981;47.43650;0.000;0.000;0.000;70.0;69.0;12.0;73.0;77.0;19.0
81;74.96;104.51;0.55671;214.58;59.72;22.20;-0.28711;0.84211;0.45652;0.28346;1.87825;28.12311;0.000;0.000;0.000;213.0;57.0;19.0;216.0;62.0;25.0
81;72.88;123.20;0.32119;305.02;61.09;40.28;0.11840;-0.24524;0.96221;0.09300;3.27913;43.52324;0.000;0.000;0.000;303.0;57.0;36.0;307.0;63.0;45.0
81;72.21;137.74;0.22566;50.85;54.31;92.48;0.73689;0.17433;0.65315;0.03368;5.44895;52.01380;0.000;0.000;0.000;47.0;53.0;86.0;56.0;55.0;96.0
81;74.17;117.61;0.38243;91.38;125.78;93.86;-0.09219;-0.29322;0.95159;0.07762;3.58937;33.18925;0.000;0.000;0.000;89.0;124.0;90.0;93.0;128.0;99.0
81;74.12;116.15;0.39660;339.28;127.41;116.75;0.50073;-0.10359;0.85938;0.10413;3.09894;34.99679;0.000;0.000;0.000;336.0;125.0;113.0;342.0;129.0;121.0
81;73.46;115.24;0.39880;349.53;57.20;118.36;0.96174;0.26788;0.05741;0.12793;2.79581;32.96126;0.000;0.000;0.000;346.0;55.0;116.0;354.0;59.0;120.0
81;72.08;123.40;0.31273;141.74;153.21;155.37;-0.00593;0.16072;0.98698;0.06569;3.90158;47.31746;0.000;0.000;0.000;139.0;152.0;147.0;143.0;155.0;160.0
81;73.67;121.50;0.34221;233.96;141.44;151.58;0.23917;0.53021;0.81344;0.13720;2.69971;35.58042;0.000;0.000;0.000;232.0;138.0;148.0;236.0;144.0;155.0
81;73.75;112.68;0.42992;27.93;101.21;166.33;0.68587;0.18705;0.70327;0.12457;2.83333;34.53327;0.000;0.000;0.000;25.0;100.0;163.0;33.0;103.0;170.0
81;74.96;114.44;0.42395;125.46;81.52;225.47;-0.03092;0.75980;0.64942;0.15778;2.51752;31.15131;0.000;0.000;0.000;124.0;78.0;222.0;127.0;85.0;228.0
81;71.04;136.78;0.22304;192.06;133.37;333.70;0.39680;-0.10127;0.91230;0.02557;6.25345;50.19462;0.000;0.000;0.000;188.0;132.0;327.0;195.0;135.0;340.0
81;73.42;118.86;0.36298;28.01;110.78;379.88;-0.50940;-0.55180;0.66032;0.25433;1.98290;34.73065;0.000;0.000;0.000;26.0;109.0;377.0;31.0;114.0;383.0
81;74.08;114.02;0.41877;94.01;102.04;460.14;0.46468;-0.84917;0.25097;0.18019;2.35578;35.91542;0.000;0.000;0.000;91.0;99.0;458.0;97.0;106.0;463.0
81;73.25;126.65;0.29871;220.53;72.05;515.01;0.10881;0.17750;0.97809;0.09758;3.20126;41.76311;0.000;0.000;0.000;218.0;70.0;510.0;223.0;74.0;520.0
81;69.79;154.14;0.15043;366.79;37.19;520.68;-0.30052;0.82019;0.48679;0.02024;7.02955;69.21189;0.000;0.000;0.000;365.0;33.0;516.0;369.0;41.0;525.0
80;73.62;101.61;0.58436;71.75;80.66;41.34;0.76997;0.02885;0.63743;0.40451;1.57231;26.13413;0.000;0.000;0.000;69.0;78.0;39.0;74.0;83.0;44.0
80;73.08;115.89;0.38814;286.54;113.60;63.65;-0.79803;-0.10810;0.59284;0.15304;2.55619;36.36831;0.000;0.000;0.000;283.0;112.0;60.0;290.0;115.0;67.0
80;71.12;129.22;0.26515;103.91;126.61;158.55;-0.49841;0.69956;0.51206;0.10414;3.09882;41.59966;0.000;0.000;0.000;102.0;123.0;156.0;109.0;131.0;162.0
80;73.29;105.17;0.52222;204.39;93.61;240.23;-0.06585;-0.06415;0.99577;0.15402;2.54807;27.13274;0.000;0.000;0.000;203.0;92.0;236.0;206.0;95.0;244.0
80;69.21;142.13;0.18869;287.39;155.78;241.69;0.01045;0.11096;0.99377;0.02814;5.96075;61.78833;0.000;0.000;0.000;284.0;154.0;238.0;290.0;158.0;250.0
80;69.54;158.53;0.13727;209.29;90.20;262.84;-0.26840;0.26163;0.92710;0.05570;4.23720;70.65543;0.000;0.000;0.000;207.0;88.0;257.0;213.0;94.0;268.0
80;74.58;101.49;0.60189;123.45;122.90;326.41;0.41219;-0.10055;0.90553;0.44716;1.49544;26.43813;0.000;0.000;0.000;121.0;121.0;324.0;126.0;125.0;330.0
80;72.21;123.92;0.30990;390.65;116.71;469.59;-0.28449;0.03862;0.95790;0.23032;2.08371;44.39120;0.000;0.000;0.000;389.0;113.0;466.0;393.0;119.0;473.0
80;70.12;146.89;0.17548;219.60;117.45;470.95;0.76166;-0.04194;0.64662;0.03273;5.52712;55.54286;0.000;0.000;0.000;215.0;116.0;466.0;225.0;118.0;475.0
80;73.96;109.24;0.47454;142.81;99.91;521.71;-0.02249;0.07684;0.99679;0.21194;2.17218;28.80856;0.000;0.000;0.000;141.0;98.0;518.0;145.0;102.0;525.0
79;67.62;148.44;0.15812;65.57;64.16;72.80;-0.27361;-0.06088;0.95991;0.04202;4.87840;62.36044;0.000;0.000;0.000;62.0;62.0;64.0;69.0;66.0;79.0
79;72.17;112.83;0.41001;289.92;112.23;187.73;0.16313;-0.17562;0.97085;0.10101;3.14651;35.02301;0.000;0.000;0.000;288.0;110.0;184.0;291.0;114.0;193.0
79;68.54;140.04;0.19346;333.72;83.20;212.01;-0.66632;0.20498;0.71694;0.04394;4.77081;54.05949;0.000;0.000;0.000;329.0;80.0;206.0;339.0;85.0;216.0
79;71.67;114.68;0.38510;396.11;92.49;214.94;-0.15438;0.44085;0.88421;0.09494;3.24542;35.10972;0.000;0.000;0.000;395.0;90.0;211.0;398.0;96.0;219.0
79;73.54;97.92;0.65142;18.58;71.73;285.78;0.07114;-0.94825;0.30944;0.31579;1.77951;21.80232;0.000;0.000;0.000;17.0;69.0;284.0;20.0;75.0;288.0
79;72.46;106.95;0.48536;391.68;110.97;352.15;-0.86526;0.12514;0.48545;0.21743;2.14456;32.93650;0.000;0.000;0.000;388.0;109.0;349.0;395.0;112.0;355.0
79;72.71;108.17;0.47240;235.58;73.27;436.49;-0.22129;0.48643;0.84523;0.12925;2.78156;29.45745;0.000;0.000;0.000;234.0;71.0;432.0;237.0;76.0;440.0
79;72.46;106.27;0.49482;244.71;114.61;465.72;0.06909;-0.45162;0.88953;0.18365;2.33348;30.45360;0.000;0.000;0.000;243.0;112.0;463.0;247.0;117.0;470.0
79;72.21;110.52;0.43681;337.97;83.14;471.04;-0.22326;0.22263;0.94899;0.16424;2.46754;34.45670;0.000;0.000;0.000;336.0;82.0;467.0;340.0;86.0;474.0
79;73.29;101.56;0.57993;268.89;121.20;495.23;0.03939;0.07846;0.99614;0.33295;1.73306;25.81853;0.000;0.000;0.000;267.0;119.0;492.0;271.0;123.0;498.0
79;73.21;105.48;0.51643;108.43;84.63;523.82;0.99177;0.12794;-0.00543;0.18627;2.31704;24.36560;0.000;0.000;0.000;105.0;83.0;522.0;112.0;86.0;525.0
78;70.17;122.39;0.30375;122.31;107.55;44.87;-0.48588;0.34405;0.80346;0.07318;3.69657;43.88993;0.000;0.000;0.000;120.0;104.0;41.0;125.0;111.0;48.0
78;71.79;103.24;0.52972;126.54;64.47;80.86;0.86819;-0.06591;0.49184;0.25020;1.99919;30.16742;0.000;0.000;0.000;123.0;63.0;78.0;129.0;66.0;84.0
78;70.17;115.81;0.35851;85.42;67.32;87.76;-0.39969;-0.79597;0.45462;0.21129;2.17552;38.53761;0.000;0.000;0.000;83.0;63.0;85.0;88.0;70.0;91.0
78;72.04;103.62;0.52765;295.95;68.42;118.82;-0.06632;0.30877;0.94882;0.20214;2.22421;28.07528;0.000;0.000;0.000;294.0;67.0;115.0;298.0;70.0;123.0
78;72.17;101.11;0.56990;278.33;90.12;125.77;0.19033;0.15603;0.96924;0.29394;1.84446;27.23927;0.000;0.000;0.000;277.0;88.0;122.0;280.0;93.0;129.0
78;70.38;123.58;0.29681;322.49;81.91;147.15;0.87343;-0.02149;0.48648;0.06196;4.01736;39.30278;0.000;0.000;0.000;319.0;80.0;144.0;328.0;83.0;151.0
78;71.33;122.33;0.31440;342.72;118.72;156.49;0.32362;-0.92269;0.20953;0.05822;4.14425;35.20365;0.000;0.000;0.000;341.0;115.0;154.0;344.0;123.0;160.0
78;71.13;110.59;0.42301;121.63;90.42;184.09;0.00597;0.20921;0.97785;0.15692;2.52440;31.34661;0.000;0.000;0.000;119.0;89.0;181.0;124.0;92.0;188.0
78;70.29;122.75;0.30213;150.94;114.32;215.79;0.51738;0.00613;0.85573;0.12768;2.79861;44.21497;0.000;0.000;0.000;148.0;111.0;212.0;153.0;116.0;220.0
78;67.96;144.17;0.17429;326.26;101.77;309.01;-0.00009;0.04863;0.99882;0.03579;5.28578;55.22393;0.000;0.000;0.000;323.0;100.0;304.0;329.0;103.0;314.0
78;68.29;134.31;0.21769;271.04;100.68;329.55;0.92986;-0.17181;0.32533;0.04022;4.98613;57.85517;0.000;0.000;0.000;267.0;99.0;326.0;276.0;102.0;334.0
78;65.96;153.76;0.13534;341.35;114.46;401.35;-0.64788;-0.52224;0.55453;0.08574;3.41505;74.81387;0.000;0.000;0.000;337.0;110.0;397.0;345.0;118.0;406.0
78;71.54;109.63;0.43931;35.82;24.17;506.53;-0.01553;-0.20782;0.97804;0.11241;2.98257;27.61500;0.000;0.000;0.000;34.0;23.0;502.0;38.0;26.0;510.0
77;68.75;124.34;0.27808;417.45;21.84;17.17;0.61807;-0.78396;-0.05825;0.20067;2.23232;54.53072;0.000;0.000;0.000;415.0;19.0;14.0;421.0;26.0;20.0
77;70.83;102.25;0.53088;161.62;113.43;21.83;0.02808;0.28292;0.95873;0.22578;2.10454;25.82874;0.000;0.000;0.000;160.0;111.0;19.0;163.0;116.0;25.0
77;70.79;101.63;0.53988;165.79;65.68;22.74;0.01159;-0.35771;0.93376;0.38954;1.60223;27.82838;0.000;0.000;0.000;163.0;64.0;20.0;168.0;68.0;26.0
77;71.25;97.49;0.61972;199.99;73.84;115.12;-0.04163;0.38406;0.92237;0.34713;1.69729;24.17410;0.000;0.000;0.000;198.0;72.0;112.0;202.0;76.0;118.0
77;67.75;132.94;0.22095;18.42;95.04;126.22;-0.50364;-0.62993;0.59122;0.17246;2.40798;53.94349;0.000;0.000;0.000;15.0;92.0;122.0;22.0;100.0;130.0
77;65.87;146.63;0.15567;274.81;100.91;415.97;-0.14957;0.91859;0.36581;0.02703;6.08290;71.41677;0.000;0.000;0.000;274.0;95.0;412.0;277.0;106.0;421.0
77;70.50;105.51;0.47853;96.21;100.22;444.71;-0.38674;0.28854;-0.87589;0.22014;2.13135;30.85815;0.000;0.000;0.000;94.0;98.0;441.0;98.0;103.0;448.0
77;69.75;113.86;0.37280;137.91;141.16;482.16;-0.32812;-0.42029;0.84599;0.06987;3.78320;33.19461;0.000;0.000;0.000;136.0;139.0;477.0;140.0;143.0;486.0
77;69.79;111.53;0.39705;280.08;59.91;494.29;-0.56842;-0.00711;0.82271;0.36845;1.64744;37.40250;0.000;0.000;0.000;276.0;57.0;491.0;282.0;63.0;497.0
77;69.04;117.57;0.33170;246.91;104.81;504.34;0.60286;-0.11054;0.79016;0.15942;2.50451;47.08332;0.000;0.000;0.000;244.0;103.0;500.0;250.0;107.0;507.0
76;69.62;107.48;0.44152;42.63;55.26;34.45;-0.46661;0.59238;0.65678;0.19071;2.28986;29.54164;0.000;0.000;0.000;40.0;52.0;32.0;45.0;58.0;37.0
76;68.96;107.44;0.43367;65.70;61.55;38.03;0.01238;0.67112;0.74125;0.11375;2.96493;30.79291;0.000;0.000;0.000;64.0;59.0;35.0;68.0;64.0;41.0
76;69.87;106.10;0.46231;125.54;89.05;67.08;0.88979;-0.08312;0.44873;0.17386;2.39826;31.09473;0.000;0.000;0.000;121.0;87.0;65.0;128.0;90.0;70.0
76;68.46;115.94;0.34006;332.01;108.34;87.91;0.23836;0.18914;0.95258;0.07060;3.76351;35.28190;0.000;0.000;0.000;330.0;107.0;82.0;334.0;110.0;92.0
76;67.12;127.23;0.24741;407.18;45.86;134.72;0.75321;-0.26825;0.60059;0.04637;4.64389;43.91114;0.000;0.000;0.000;403.0;44.0;130.0;411.0;48.0;138.0
76;68.00;118.17;0.31694;221.83;101.89;162.47;-0.64848;-0.15814;0.74462;0.09039;3.32616;39.68045;0.000;0.000;0.000;218.0;100.0;157.0;225.0;104.0;166.0
76;65.58;138.59;0.18273;304.54;96.54;246.49;-0.21083;0.77754;0.59243;0.03596;5.27355;62.84395;0.000;0.000;0.000;303.0;93.0;242.0;307.0;102.0;251.0
76;67.54;121.48;0.28779;170.38;111.82;268.24;0.61657;0.02983;0.78674;0.07083;3.75732;41.20675;0.000;0.000;0.000;166.0;110.0;263.0;173.0;113.0;272.0
76;70.54;97.00;0.61673;108.74;107.32;324.39;-0.14893;0.39109;0.90822;0.29768;1.83283;21.99539;0.000;0.000;0.000;107.0;105.0;321.0;110.0;109.0;327.0
76;69.75;105.63;0.46682;215.33;100.55;437.20;-0.74512;-0.09895;0.65955;0.13722;2.69953;28.68673;0.000;0.000;0.000;212.0;99.0;434.0;219.0;102.0;440.0
76;70.04;101.30;0.53370;141.29;125.47;495.88;-0.59520;-0.32170;0.73637;0.23938;2.04389;27.50260;0.000;0.000;0.000;139.0;123.0;493.0;144.0;127.0;499.0
76;68.25;118.27;0.31845;362.53;65.03;502.91;0.75199;-0.58242;0.30872;0.06381;3.95860;43.77724;0.000;0.000;0.000;358.0;62.0;500.0;366.0;68.0;506.0
75;68.21;102.70;0.48573;251.93;108.59;82.43;-0.39125;0.03604;0.91958;0.24493;2.02058;31.26293;0.000;0.000;0.000;250.0;107.0;80.0;255.0;111.0;86.0
75;65.87;124.59;0.25374;210.04;96.92;187.92;-0.14910;-0.02049;0.98861;0.04683;4.62087;47.16278;0.000;0.000;0.000;208.0;95.0;180.0;212.0;98.0;194.0
75;67.42;112.57;0.36032;52.76;135.44;310.32;0.86954;-0.11436;0.48044;0.08774;3.37589;39.53632;0.000;0.000;0.000;47.0;134.0;308.0;57.0;137.0;313.0
75;68.12;107.95;0.41724;169.79;99.91;421.57;0.68904;-0.27108;0.67212;0.16190;2.48528;35.14200;0.000;0.000;0.000;167.0;98.0;418.0;172.0;102.0;425.0
75;68.29;108.00;0.41866;247.04;112.43;423.32;0.21437;0.34904;0.91226;0.14087;2.66434;34.89564;0.000;0.000;0.000;244.0;111.0;420.0;250.0;114.0;427.0
75;67.00;119.86;0.29481;140.24;138.76;446.85;-0.03673;-0.01371;0.99923;0.06354;3.96700;42.28710;0.000;0.000;0.000;139.0;138.0;441.0;142.0;141.0;452.0
75;68.79;102.31;0.49973;165.32;96.47;471.96;-0.03036;0.07469;0.99674;0.16973;2.42731;28.62564;0.000;0.000;0.000;164.0;94.0;468.0;167.0;98.0;476.0
75;68.50;100.80;0.51815;125.60;129.59;474.48;0.75993;0.42576;0.49116;0.21013;2.18148;29.14769;0.000;0.000;0.000;123.0;127.0;472.0;129.0;131.0;477.0
74;67.83;99.83;0.52314;154.80;124.00;52.16;-0.02711;-0.35745;0.93354;0.29812;1.83149;28.87895;0.000;0.000;0.000;153.0;122.0;50.0;157.0;127.0;56.0
74;67.00;118.28;0.30681;200.74;77.59;58.05;0.26429;-0.48140;0.83571;0.04784;4.57190;34.71071;0.000;0.000;0.000;199.0;75.0;53.0;203.0;80.0;62.0
74;68.25;97.22;0.57330;308.59;104.50;83.68;0.17397;0.03765;0.98403;0.20748;2.19536;23.62319;0.000;0.000;0.000;306.0;103.0;81.0;310.0;106.0;87.0
74;67.33;103.91;0.45709;203.22;113.03;208.84;0.11943;0.08875;0.98887;0.13639;2.70773;31.05445;0.000;0.000;0.000;201.0;112.0;205.0;206.0;114.0;212.0
74;65.83;125.11;0.25032;415.64;101.62;253.80;0.28459;-0.07419;0.95578;0.04131;4.92024;47.75342;0.000;0.000;0.000;413.0;99.0;248.0;418.0;104.0;258.0
74;67.00;112.51;0.35647;291.62;114.59;307.74;-0.23312;0.96858;0.08669;0.08768;3.37705;34.04272;0.000;0.000;0.000;290.0;110.0;305.0;293.0;118.0;311.0
74;66.29;110.12;0.37220;106.96;57.73;449.04;0.02151;0.68458;0.72862;0.16293;2.47741;39.04305;0.000;0.000;0.000;105.0;53.0;446.0;110.0;60.0;452.0
74;58.96;164.93;0.08763;305.69;122.34;480.15;0.12745;-0.03333;0.99128;0.00559;13.37801;90.78909;0.000;0.000;0.000;303.0;121.0;468.0;308.0;124.0;488.0
74;66.25;116.35;0.31519;169.85;67.27;476.72;-0.27294;-0.49360;0.82575;0.05457;4.28094;37.23925;0.000;0.000;0.000;168.0;65.0;472.0;172.0;70.0;481.0
74;65.83;136.13;0.19432;11.92;77.55;518.42;0.81218;-0.58222;0.03721;0.03697;5.20099;47.96332;0.000;0.000;0.000;8.0;75.0;515.0;16.0;80.0;522.0
74;64.75;119.59;0.27721;369.43;60.43;523.59;0.69386;-0.70174;0.16162;0.09162;3.30380;50.09317;0.000;0.000;0.000;366.0;57.0;521.0;373.0;66.0;525.0
73;65.42;113.19;0.33372;180.88;100.03;66.15;-0.39015;-0.24932;0.88635;0.05866;4.12878;34.48940;0.000;0.000;0.000;178.0;98.0;61.0;183.0;102.0;71.0
73;64.42;122.18;0.25733;61.70;117.63;84.03;0.85083;0.13207;0.50857;0.04347;4.79604;43.09794;0.000;0.000;0.000;56.0;116.0;81.0;66.0;119.0;87.0
73;65.63;112.74;0.33994;244.05;124.22;158.88;0.91951;-0.39306;0.00292;0.13428;2.72895;37.50057;0.000;0.000;0.000;240.0;122.0;156.0;247.0;126.0;162.0
73;66.71;96.70;0.55656;115.67;81.45;193.58;0.22091;-0.38569;0.89579;0.19406;2.27001;25.38246;0.000;0.000;0.000;114.0;79.0;190.0;117.0;84.0;197.0
73;65.21;124.01;0.25215;182.92;77.34;198.36;0.06995;-0.06324;0.99554;0.05451;4.28327;45.97732;0.000;0.000;0.000;182.0;74.0;194.0;184.0;80.0;204.0
73;65.42;117.60;0.29758;290.10;97.49;216.42;0.59119;0.01287;-0.80643;0.08263;3.47882;44.51179;0.000;0.000;0.000;287.0;95.0;214.0;293.0;100.0;222.0
73;67.17;103.34;0.46234;115.85;79.14;225.25;-0.23721;0.42753;0.87232;0.15239;2.56165;29.34297;0.000;0.000;0.000;114.0;77.0;222.0;118.0;82.0;228.0
73;64.25;124.74;0.24055;145.79;147.42;287.21;0.19747;-0.04197;0.97941;0.04479;4.72533;44.12625;0.000;0.000;0.000;143.0;146.0;282.0;148.0;149.0;294.0
73;62.54;141.31;0.15677;98.37;126.59;296.25;-0.23664;-0.66630;0.70714;0.04892;4.52137;63.14077;0.000;0.000;0.000;97.0;122.0;292.0;101.0;130.0;302.0
73;66.54;102.61;0.46358;242.81;143.38;331.95;-0.17312;0.16357;0.97122;0.10282;3.11861;26.83621;0.000;0.000;0.000;241.0;142.0;328.0;245.0;145.0;336.0
73;66.62;107.35;0.40580;32.59;71.05;351.15;0.08683;0.18430;0.97903;0.12216;2.86109;32.03353;0.000;0.000;0.000;30.0;70.0;348.0;36.0;72.0;355.0
73;63.79;126.06;0.22974;364.89;84.26;356.58;-0.62780;0.36697;0.68644;0.03717;5.18653;49.66835;0.000;0.000;0.000;362.0;82.0;353.0;369.0;86.0;361.0
73;66.62;103.51;0.45261;131.03;111.64;394.96;-0.50770;0.56775;0.64800;0.11568;2.94010;25.72124;0.000;0.000;0.000;129.0;109.0;392.0;134.0;114.0;398.0
73;61.04;143.92;0.14138;225.41;123.58;404.62;0.53811;0.34767;-0.76783;0.11251;2.98129;68.79129;0.000;0.000;0.000;220.0;121.0;400.0;228.0;128.0;408.0
73;65.62;110.66;0.35939;162.63;57.11;460.37;-0.71828;-0.32292;0.61627;0.09831;3.18932;36.20403;0.000;0.000;0.000;159.0;55.0;457.0;165.0;59.0;464.0
73;66.67;91.63;0.65332;293.88;40.27;490.73;0.37559;0.09979;0.92140;0.62672;1.26317;27.28285;0.000;0.000;0.000;292.0;38.0;488.0;296.0;43.0;493.0
72;66.12;93.92;0.59685;417.94;18.51;4.60;0.06823;-0.74928;-0.65873;0.30986;1.79644;24.46024;0.000;0.000;0.000;416.0;16.0;2.0;420.0;21.0;7.0
72;64.29;115.49;0.30350;156.13;116.18;60.81;-0.25952;0.37312;0.89075;0.08950;3.34266;40.25778;0.000;0.000;0.000;154.0;114.0;56.0;159.0;119.0;65.0
72;63.37;121.88;0.25090;73.35;72.10;78.38;0.43808;0.41781;0.79594;0.04493;4.71779;49.54270;0.000;0.000;0.000;70.0;69.0;74.0;76.0;74.0;82.0
72;66.21;92.70;0.62231;327.35;84.88;122.42;-0.00166;-0.11035;0.99389;0.30780;1.80245;22.95662;0.000;0.000;0.000;325.0;83.0;119.0;329.0;86.0;125.0
72;65.54;102.63;0.44939;30.58;90.49;139.22;-0.18949;-0.09398;0.97737;0.12674;2.80889;30.57634;0.000;0.000;0.000;29.0;89.0;134.0;32.0;92.0;143.0
72;64.21;111.57;0.33574;347.72;59.47;181.33;-0.21203;-0.28214;0.93565;0.15863;2.51076;40.20007;0.000;0.000;0.000;345.0;57.0;177.0;350.0;61.0;185.0
72;62.75;119.52;0.26081;316.04;92.58;304.94;0.39138;-0.45253;0.80127;0.10703;3.05669;52.05869;0.000;0.000;0.000;313.0;89.0;302.0;318.0;94.0;310.0
72;64.33;109.86;0.35303;333.08;96.72;352.22;0.65470;-0.73584;0.17293;0.14243;2.64976;40.22484;0.000;0.000;0.000;330.0;94.0;350.0;338.0;101.0;354.0
72;66.17;98.12;0.52418;248.39;94.22;424.40;0.49508;-0.22135;0.84018;0.33311;1.73263;29.04310;0.000;0.000;0.000;246.0;93.0;421.0;251.0;96.0;427.0
72;63.62;115.24;0.29918;125.21;111.64;481.85;0.16657;0.35838;0.91860;0.06670;3.87202;40.36770;0.000;0.000;0.000;122.0;110.0;478.0;127.0;114.0;487.0
72;65.96;94.51;0.58287;243.26;105.06;520.35;-0.79761;-0.07565;0.59841;0.25044;1.99825;25.59554;0.000;0.000;0.000;240.0;103.0;518.0;246.0;107.0;523.0
71;63.12;107.85;0.35924;321.24;58.30;7.80;-0.51490;0.17274;0.83967;0.23600;2.05847;38.63494;0.000;0.000;0.000;319.0;56.0;5.0;326.0;60.0;12.0
71;62.88;123.54;0.23711;106.15;137.61;182.18;0.47183;-0.86860;0.15138;0.08198;3.49253;45.54856;0.000;0.000;0.000;103.0;134.0;180.0;108.0;141.0;185.0
71;63.29;121.68;0.25149;114.30;149.58;218.18;0.71987;-0.03745;0.69310;0.04293;4.82635;42.04267;0.000;0.000;0.000;109.0;149.0;214.0;118.0;150.0;222.0
71;64.04;111.82;0.33172;92.25;134.34;231.87;0.71788;0.43987;0.53960;0.07874;3.56364;33.33219;0.000;0.000;0.000;89.0;132.0;229.0;96.0;137.0;235.0
71;64.67;111.69;0.33943;189.66;148.45;322.38;0.00572;-0.09519;0.99544;0.05619;4.21868;34.79642;0.000;0.000;0.000;187.0;147.0;318.0;192.0;149.0;327.0
71;64.50;96.93;0.51666;237.46;107.90;397.99;0.57012;0.09990;-0.81547;0.38793;1.60555;33.91692;0.000;0.000;0.000;235.0;105.0;395.0;239.0;110.0;401.0
71;64.21;101.39;0.44739;16.38;109.63;450.28;0.55222;-0.02012;0.83346;0.11070;3.00553;30.07706;0.000;0.000;0.000;14.0;108.0;446.0;19.0;111.0;454.0
71;63.17;111.19;0.32826;128.80;78.97;451.06;0.61866;-0.02989;0.78509;0.08632;3.40369;43.69724;0.000;0.000;0.000;126.0;77.0;448.0;133.0;81.0;457.0
71;61.21;119.76;0.24665;118.66;82.20;482.85;0.06911;0.16602;0.98370;0.03792;5.13506;48.10608;0.000;0.000;0.000;117.0;80.0;475.0;120.0;84.0;488.0
71;63.62;112.73;0.31956;85.63;109.51;494.99;0.24182;0.02006;0.97011;0.09613;3.22537;39.58206;0.000;0.000;0.000;84.0;108.0;491.0;89.0;111.0;500.0
71;64.63;102.59;0.43749;206.69;93.18;500.46;-0.28894;-0.11451;0.95048;0.13679;2.70377;30.85910;0.000;0.000;0.000;205.0;92.0;497.0;209.0;94.0;505.0
71;63.96;102.55;0.42894;25.15;48.00;523.00;0.70550;-0.07663;0.70456;0.37361;1.63603;39.89914;0.000;0.000;0.000;23.0;46.0;520.0;28.0;50.0;525.0
70;60.29;136.37;0.16211;376.41;83.74;78.34;-0.94259;0.12301;0.31048;0.02704;6.08127;60.25023;0.000;0.000;0.000;371.0;83.0;75.0;381.0;86.0;82.0
70;64.33;87.88;0.68980;57.30;96.86;193.27;-0.46092;0.18144;0.86870;0.52513;1.37997;22.14611;0.000;0.000;0.000;55.0;95.0;191.0;59.0;99.0;196.0
70;62.08;113.48;0.29828;264.64;143.70;233.69;-0.04796;-0.00889;0.99881;0.08746;3.38137;39.97059;0.000;0.000;0.000;263.0;142.0;229.0;267.0;145.0;240.0
70;59.75;135.30;0.16300;355.76;87.76;292.67;-0.73026;0.43797;0.52431;0.04412;4.76084;55.87164;0.000;0.000;0.000;351.0;86.0;287.0;359.0;90.0;296.0
70;63.00;102.51;0.41675;196.34;149.60;291.27;-0.43001;0.42872;0.79454;0.12072;2.87808;34.38964;0.000;0.000;0.000;194.0;148.0;288.0;199.0;152.0;296.0
70;61.46;123.57;0.22640;80.46;116.80;292.21;0.45636;-0.85228;-0.25565;0.06474;3.93014;56.37177;0.000;0.000;0.000;78.0;113.0;289.0;83.0;120.0;295.0
70;63.67;105.76;0.38754;216.47;142.57;370.61;0.23347;0.01738;0.97221;0.12998;2.77367;34.11763;0.000;0.000;0.000;215.0;141.0;367.0;218.0;145.0;376.0
70;64.67;90.80;0.63176;150.30;112.84;388.50;0.21426;-0.17778;0.96046;0.44389;1.50093;22.50314;0.000;0.000;0.000;148.0;111.0;386.0;152.0;115.0;391.0
70;63.00;108.54;0.35107;84.76;132.16;417.71;0.62503;-0.24487;0.74120;0.12387;2.84133;36.34182;0.000;0.000;0.000;82.0;130.0;414.0;88.0;134.0;421.0
70;59.79;127.12;0.19684;112.50;44.69;521.44;0.75850;-0.36466;0.54010;0.06812;3.83139;57.97941;0.000;0.000;0.000;107.0;40.0;518.0;116.0;47.0;525.0
69;60.08;132.71;0.17470;298.39;105.07;10.78;-0.28432;0.17599;0.94244;0.02292;6.60593;57.05126;0.000;0.000;0.000;295.0;104.0;4.0;301.0;106.0;15.0
69;63.38;96.36;0.50765;9.99;54.23;19.29;-0.02750;-0.19919;0.97957;0.18023;2.35554;28.50456;0.000;0.000;0.000;9.0;51.0;16.0;11.0;57.0;22.0
69;63.92;90.45;0.62448;170.99;75.75;20.26;-0.66801;-0.04139;0.74300;0.27490;1.90726;21.20732;0.000;0.000;0.000;169.0;74.0;18.0;173.0;78.0;23.0
69;63.46;89.24;0.64080;32.23;32.75;79.62;-0.22956;0.96105;0.15390;0.28572;1.87081;22.12025;0.000;0.000;0.000;31.0;30.0;77.0;34.0;36.0;81.0
69;62.71;93.09;0.55122;246.90;81.54;81.91;-0.26744;0.74920;0.60595;0.26178;1.95450;28.23867;0.000;0.000;0.000;245.0;79.0;80.0;249.0;84.0;85.0
69;61.04;112.28;0.29770;256.32;112.57;131.42;-0.71009;0.49713;0.49863;0.04255;4.84790;38.57340;0.000;0.000;0.000;252.0;109.0;128.0;260.0;115.0;135.0
69;62.96;97.73;0.48025;190.29;77.86;142.03;-0.33567;-0.59031;0.73407;0.19218;2.28112;29.52816;0.000;0.000;0.000;188.0;76.0;140.0;193.0;81.0;145.0
69;60.42;111.80;0.29542;424.55;78.01;185.32;0.49135;-0.27052;0.82789;0.12870;2.78744;48.69320;0.000;0.000;0.000;422.0;76.0;179.0;427.0;80.0;189.0
69;60.67;117.14;0.25898;346.16;73.45;216.61;0.52614;-0.03788;0.84955;0.04894;4.52013;46.00338;0.000;0.000;0.000;343.0;71.0;210.0;349.0;75.0;220.0
69;61.67;109.19;0.33037;168.03;152.07;287.09;0.59625;-0.23157;0.76867;0.06268;3.99410;31.37860;0.000;0.000;0.000;165.0;150.0;284.0;171.0;153.0;291.0
69;63.17;93.28;0.55593;169.48;142.96;298.75;-0.94248;-0.00507;0.33424;0.36657;1.65165;28.48657;0.000;0.000;0.000;166.0;141.0;297.0;172.0;145.0;301.0
69;62.58;100.17;0.44074;247.86;163.84;332.32;-0.27163;-0.16052;0.94892;0.13312;2.74078;30.16655;0.000;0.000;0.000;246.0;162.0;329.0;250.0;166.0;336.0
69;62.67;105.11;0.38252;304.35;86.14;380.55;-0.08852;-0.19585;0.97663;0.10240;3.12506;32.17832;0.000;0.000;0.000;302.0;85.0;377.0;307.0;88.0;385.0
69;62.00;115.85;0.27963;369.25;117.49;386.91;-0.51403;0.72332;0.46107;0.07040;3.76901;39.81867;0.000;0.000;0.000;367.0;114.0;384.0;372.0;120.0;390.0
69;59.96;124.95;0.20841;409.99;95.68;412.19;0.23459;-0.55396;0.79881;0.02621;6.17679;45.97868;0.000;0.000;0.000;408.0;92.0;408.0;412.0;99.0;418.0
69;63.21;92.66;0.56804;348.32;89.16;456.35;-0.14833;-0.10033;0.98384;0.26331;1.94880;28.90735;0.000;0.000;0.000;347.0;88.0;453.0;350.0;91.0;461.0
69;61.50;103.95;0.38078;175.32;109.52;462.48;0.47184;-0.41595;0.77740;0.27372;1.91138;39.65393;0.000;0.000;0.000;172.0;107.0;459.0;178.0;112.0;465.0
69;62.46;112.83;0.30713;38.70;105.42;520.83;0.18168;-0.81401;0.55170;0.04710;4.60792;34.17406;0.000;0.000;0.000;38.0;102.0;517.0;40.0;109.0;524.0
68;59.42;111.57;0.28752;197.21;95.26;4.62;0.25731;-0.88094;0.39716;0.12566;2.82099;45.35392;0.000;0.000;0.000;195.0;92.0;2.0;199.0;99.0;8.0
68;62.21;96.17;0.49214;396.12;57.28;5.28;-0.14075;0.32368;0.93564;0.29549;1.83963;28.93768;0.000;0.000;0.000;394.0;55.0;3.0;398.0;59.0;8.0
68;59.87;118.33;0.24469;82.35;54.90;17.81;0.40228;-0.84623;0.34937;0.05214;4.37923;46.07118;0.000;0.000;0.000;80.0;51.0;15.0;84.0;58.0;21.0
68;60.87;104.07;0.37184;85.63;112.40;30.28;-0.88990;0.10792;0.44321;0.08416;3.44708;33.04761;0.000;0.000;0.000;81.0;110.0;28.0;89.0;114.0;33.0
68;57.54;134.79;0.15290;203.31;111.69;48.54;0.95104;-0.02131;0.30832;0.02097;6.90568;61.72733;0.000;0.000;0.000;199.0;110.0;45.0;211.0;113.0;52.0
68;61.29;99.48;0.43152;234.65;113.28;68.69;-0.31408;0.13632;0.93956;0.11815;2.90931;33.44308;0.000;0.000;0.000;233.0;112.0;65.0;237.0;115.0;74.0
68;62.00;94.10;0.52171;58.25;113.43;88.71;-0.09408;0.51291;0.85327;0.19410;2.26978;27.90144;0.000;0.000;0.000;56.0;111.0;86.0;60.0;116.0;92.0
68;57.29;137.33;0.14332;83.32;142.32;110.78;0.53947;-0.12890;0.83208;0.08590;3.41196;62.81403;0.000;0.000;0.000;81.0;140.0;106.0;87.0;145.0;114.0
68;58.46;122.84;0.20848;30.34;78.28;126.26;-0.22094;0.10883;0.96920;0.03387;5.43360;53.34223;0.000;0.000;0.000;28.0;77.0;119.0;33.0;80.0;132.0
68;60.67;114.11;0.28016;349.59;89.79;124.43;0.31118;-0.37435;0.87352;0.04232;4.86123;40.17922;0.000;0.000;0.000;348.0;87.0;120.0;352.0;93.0;128.0
68;62.13;86.80;0.66749;13.57;80.90;156.18;0.20500;-0.68949;0.69467;0.37798;1.62655;22.82027;0.000;0.000;0.000;12.0;79.0;154.0;16.0;83.0;159.0
68;59.17;124.00;0.20768;91.21;101.01;177.37;-0.23949;-0.07499;0.96800;0.02844;5.92938;51.53974;0.000;0.000;0.000;89.0;100.0;171.0;94.0;102.0;185.0
68;59.88;111.59;0.29177;168.03;84.84;299.40;0.67352;0.39315;0.62594;0.06015;4.07727;41.39012;0.000;0.000;0.000;164.0;83.0;297.0;171.0;87.0;304.0
68;61.33;99.29;0.43460;102.38;91.06;301.68;-0.18001;0.23762;-0.95453;0.18342;2.33496;35.57921;0.000;0.000;0.000;99.0;89.0;298.0;105.0;93.0;305.0
68;61.12;116.16;0.26960;159.40;123.22;324.44;0.35981;-0.05335;0.93150;0.19262;2.27848;43.32222;0.000;0.000;0.000;156.0;121.0;321.0;161.0;125.0;329.0
68;61.00;111.45;0.30400;33.40;73.28;368.22;-0.46588;-0.45112;0.76121;0.12874;2.78705;41.03544;0.000;0.000;0.000;31.0;71.0;365.0;36.0;75.0;371.0
68;60.96;100.67;0.41193;195.12;105.96;379.09;0.03633;-0.13737;0.98985;0.19219;2.28106;39.50684;0.000;0.000;0.000;193.0;104.0;375.0;197.0;107.0;383.0
68;61.17;108.33;0.33284;417.90;60.16;390.66;-0.60017;0.34950;0.71948;0.06474;3.93020;33.52321;0.000;0.000;0.000;415.0;58.0;386.0;422.0;62.0;394.0
68;59.75;116.33;0.25650;402.34;60.81;400.62;0.01540;-0.54087;0.84097;0.04795;4.56687;45.94616;0.000;0.000;0.000;401.0;58.0;396.0;403.0;66.0;405.0
68;61.87;100.13;0.43128;251.25;62.40;457.66;-0.19172;0.32352;0.92659;0.11488;2.95044;29.55250;0.000;0.000;0.000;249.0;61.0;454.0;253.0;64.0;461.0
67;59.12;111.40;0.28596;51.67;47.66;11.55;0.51028;-0.47986;0.71369;0.08180;3.49652;43.89238;0.000;0.000;0.000;49.0;45.0;7.0;55.0;50.0;15.0
67;61.21;92.44;0.53634;15.94;28.64;34.94;-0.57492;0.36050;0.73451;0.31709;1.77587;29.45433;0.000;0.000;0.000;14.0;26.0;32.0;18.0;31.0;38.0
67;61.71;86.95;0.65517;352.12;94.16;80.48;-0.44658;-0.50821;0.73640;0.34372;1.70568;21.65552;0.000;0.000;0.000;350.0;92.0;78.0;354.0;96.0;83.0
67;61.96;91.29;0.57063;185.31;121.09;101.70;-0.56764;0.02719;0.82283;0.17270;2.40634;22.27380;0.000;0.000;0.000;183.0;120.0;99.0;188.0;122.0;105.0
67;57.96;120.83;0.21538;75.63;93.15;191.66;0.95935;0.22982;0.16377;0.04147;4.91046;49.03977;0.000;0.000;0.000;70.0;91.0;189.0;80.0;96.0;194.0
67;60.21;103.30;0.37190;203.36;166.73;328.66;-0.08281;0.59059;0.80271;0.10878;3.03199;36.27130;0.000;0.000;0.000;202.0;164.0;325.0;206.0;169.0;333.0
67;57.04;125.71;0.18524;85.27;141.33;334.15;-0.61737;0.74725;0.24593;0.09500;3.24450;57.90538;0.000;0.000;0.000;81.0;137.0;332.0;88.0;144.0;338.0
67;57.83;122.96;0.20347;382.40;90.97;337.16;-0.87248;0.24877;0.42060;0.04078;4.95216;61.17895;0.000;0.000;0.000;378.0;89.0;333.0;386.0;92.0;341.0
67;59.67;115.19;0.26342;368.40;136.91;369.79;-0.22977;0.10304;0.96778;0.03878;5.07788;40.99493;0.000;0.000;0.000;366.0;136.0;366.0;372.0;138.0;375.0
67;60.29;105.15;0.35359;39.66;146.70;370.66;0.18900;0.24044;0.95209;0.05644;4.20929;32.11561;0.000;0.000;0.000;38.0;145.0;366.0;41.0;148.0;376.0
67;60.75;96.25;0.46817;337.25;98.09;426.09;-0.60309;0.62457;0.49618;0.16667;2.44943;29.44808;0.000;0.000;0.000;335.0;96.0;423.0;340.0;100.0;429.0
67;61.96;87.29;0.65273;288.27;135.45;435.94;-0.48901;0.09199;0.86741;0.40894;1.56377;21.32257;0.000;0.000;0.000;286.0;134.0;433.0;290.0;137.0;438.0
67;61.25;94.69;0.49983;29.07;107.03;440.13;0.80605;0.20143;-0.55651;0.22862;2.09142;27.45115;0.000;0.000;0.000;27.0;105.0;438.0;32.0;109.0;443.0
67;59.46;111.50;0.28847;148.12;141.54;458.78;0.82017;0.08780;0.56534;0.07011;3.77679;38.23971;0.000;0.000;0.000;145.0;140.0;455.0;152.0;143.0;462.0
67;60.21;101.95;0.38689;216.69;82.85;463.52;-0.00515;-0.21177;0.97731;0.15225;2.56281;35.41733;0.000;0.000;0.000;213.0;81.0;460.0;219.0;85.0;467.0
67;58.04;123.34;0.20307;58.15;39.91;468.84;0.43084;0.14168;0.89124;0.08010;3.53343;47.84750;0.000;0.000;0.000;55.0;38.0;465.0;61.0;41.0;474.0
66;58.37;106.24;0.32137;152.91;113.39;22.26;0.20924;-0.29309;0.93291;0.07064;3.76251;39.70174;0.000;0.000;0.000;151.0;111.0;18.0;154.0;116.0;26.0
66;60.58;88.36;0.60169;411.92;43.83;88.48;-0.00093;-0.13129;0.99134;0.32814;1.74571;22.13477;0.000;0.000;0.000;410.0;42.0;86.0;413.0;46.0;91.0
66;58.04;113.35;0.26163;111.48;86.32;111.86;-0.28176;-0.79631;-0.53525;0.30559;1.80898;51.17441;0.000;0.000;0.000;110.0;82.0;109.0;114.0;90.0;115.0
66;60.00;92.11;0.52092;235.71;86.91;134.00;0.20320;-0.48065;0.85305;0.16890;2.43321;24.79309;0.000;0.000;0.000;234.0;84.0;131.0;237.0;89.0;137.0
66;60.42;91.00;0.54782;103.56;76.15;166.12;-0.35667;-0.02382;0.93392;0.24375;2.02550;25.26928;0.000;0.000;0.000;102.0;74.0;163.0;106.0;78.0;169.0
66;58.00;115.02;0.25000;275.55;148.11;240.85;-0.00217;-0.14938;0.98878;0.02704;6.08150;43.28207;0.000;0.000;0.000;275.0;146.0;235.0;277.0;150.0;247.0
66;60.46;95.89;0.46892;72.30;107.74;260.15;0.41351;-0.05251;0.90898;0.14962;2.58529;26.07992;0.000;0.000;0.000;70.0;107.0;257.0;75.0;109.0;263.0
66;60.08;93.17;0.50474;407.98;90.55;358.47;-0.62157;0.49941;0.60353;0.24141;2.03527;32.09524;0.000;0.000;0.000;405.0;89.0;355.0;410.0;92.0;361.0
66;57.29;118.95;0.22055;366.09;91.62;473.80;-0.22065;-0.57013;0.79137;0.09533;3.23885;47.21831;0.000;0.000;0.000;362.0;89.0;470.0;368.0;95.0;477.0
66;59.37;102.09;0.37468;339.91;58.83;512.35;-0.65597;0.42909;0.62095;0.07079;3.75857;33.19191;0.000;0.000;0.000;336.0;56.0;510.0;343.0;61.0;515.0
65;56.38;117.04;0.22419;135.02;128.37;39.31;0.18489;0.01844;0.98259;0.08723;3.38588;51.13602;0.000;0.000;0.000;133.0;125.0;34.0;137.0;131.0;43.0
65;59.21;86.80;0.60628;186.11;150.51;193.37;-0.43403;0.01548;0.90076;0.29342;1.84611;22.52020;0.000;0.000;0.000;184.0;149.0;191.0;188.0;152.0;196.0
65;56.25;121.62;0.19893;358.74;135.49;197.45;0.88947;-0.43385;-0.14358;0.03699;5.19932;56.75207;0.000;0.000;0.000;355.0;133.0;194.0;363.0;138.0;200.0
65;56.96;118.29;0.22168;117.52;127.23;219.80;-0.35797;0.30948;0.88096;0.04701;4.61225;47.08186;0.000;0.000;0.000;114.0;125.0;215.0;120.0;129.0;224.0
65;56.08;121.71;0.19728;22.86;87.14;228.55;-0.91209;-0.18973;0.36345;0.04270;4.83945;47.88430;0.000;0.000;0.000;18.0;85.0;225.0;27.0;89.0;232.0
65;56.29;113.14;0.24748;181.82;107.09;307.95;0.31457;-0.33358;0.88869;0.03618;5.25742;41.76269;0.000;0.000;0.000;179.0;104.0;303.0;184.0;110.0;313.0
65;57.87;104.64;0.33064;408.42;128.80;343.74;0.40005;0.02068;0.91626;0.06800;3.83478;39.51635;0.000;0.000;0.000;406.0;128.0;338.0;411.0;130.0;348.0
65;58.92;96.99;0.43028;47.31;68.80;391.71;-0.60930;-0.31529;0.72756;0.16819;2.43838;31.43207;0.000;0.000;0.000;45.0;67.0;388.0;50.0;71.0;395.0
65;59.17;90.15;0.54041;328.63;113.12;413.48;0.51182;-0.40662;0.75677;0.20689;2.19853;25.23274;0.000;0.000;0.000;327.0;111.0;410.0;331.0;115.0;416.0
65;57.71;105.95;0.31665;246.95;123.97;421.45;-0.25444;0.01390;0.96699;0.08686;3.39311;41.83762;0.000;0.000;0.000;245.0;122.0;417.0;250.0;125.0;426.0
65;53.71;133.13;0.13828;331.71;79.52;459.37;-0.19378;0.24613;0.94967;0.03786;5.13907;66.29688;0.000;0.000;0.000;329.0;77.0;455.0;334.0;83.0;464.0
65;57.46;104.28;0.32931;272.75;70.94;496.35;-0.76071;-0.53029;0.37431;0.10896;3.02945;39.61677;0.000;0.000;0.000;270.0;69.0;494.0;277.0;74.0;499.0
64;57.83;95.49;0.43450;313.27;50.02;7.61;0.48241;-0.53030;0.69718;0.27241;1.91595;32.71680;0.000;0.000;0.000;312.0;47.0;5.0;316.0;53.0;11.0
64;55.54;111.03;0.25492;153.70;106.31;87.34;0.37006;-0.47308;0.79953;0.06217;4.01075;52.47084;0.000;0.000;0.000;152.0;103.0;84.0;156.0;109.0;91.0
64;57.04;101.30;0.35397;174.30;107.97;86.77;-0.29074;0.22935;0.92891;0.22063;2.12895;40.19285;0.000;0.000;0.000;170.0;106.0;84.0;177.0;110.0;90.0
64;56.87;112.50;0.25693;362.94;81.03;118.41;-0.75636;0.26646;0.59742;0.05244;4.36669;45.11767;0.000;0.000;0.000;359.0;79.0;115.0;366.0;82.0;122.0
64;57.50;101.68;0.35571;30.59;67.41;156.20;-0.03177;0.22681;0.97342;0.09532;3.23904;34.48120;0.000;0.000;0.000;29.0;65.0;152.0;32.0;70.0;159.0
64;57.37;97.00;0.40795;93.86;100.52;209.06;-0.10063;-0.09203;0.99066;0.16721;2.44548;37.33731;0.000;0.000;0.000;91.0;99.0;206.0;95.0;102.0;215.0
64;57.79;102.98;0.34592;396.25;146.81;249.72;0.34861;-0.09311;0.93263;0.08136;3.50581;33.41429;0.000;0.000;0.000;394.0;146.0;246.0;399.0;148.0;253.0
64;58.79;90.17;0.53321;342.28;104.80;300.17;-0.71662;0.27021;0.64299;0.18130;2.34853;23.98114;0.000;0.000;0.000;340.0;103.0;298.0;345.0;106.0;303.0
64;57.79;90.13;0.51593;70.08;83.55;309.03;-0.25800;-0.01157;0.96608;0.33139;1.73713;29.17557;0.000;0.000;0.000;68.0;82.0;306.0;72.0;85.0;312.0
64;57.67;101.47;0.35998;369.83;103.39;323.61;-0.52907;0.75682;0.38380;0.09543;3.23706;34.53173;0.000;0.000;0.000;368.0;101.0;321.0;372.0;106.0;326.0
64;56.58;106.16;0.30262;222.56;142.84;333.72;-0.23818;-0.10174;0.96588;0.05399;4.30370;34.76889;0.000;0.000;0.000;221.0;141.0;328.0;224.0;144.0;339.0
64;55.92;105.93;0.29750;164.30;119.78;340.20;0.45920;-0.56263;0.68744;0.10035;3.15677;50.92050;0.000;0.000;0.000;162.0;117.0;337.0;166.0;123.0;343.0
64;58.71;88.44;0.56343;38.33;146.22;349.42;0.26604;0.09448;0.95932;0.21482;2.15756;24.50060;0.000;0.000;0.000;37.0;144.0;346.0;40.0;148.0;352.0
64;56.67;103.69;0.32576;59.56;132.17;372.00;0.39707;0.01285;0.91770;0.09125;3.31035;40.11589;0.000;0.000;0.000;58.0;131.0;368.0;64.0;133.0;375.0
64;57.33;102.88;0.34140;87.58;125.91;375.34;0.22755;0.10887;0.96766;0.09319;3.27583;34.12359;0.000;0.000;0.000;86.0;124.0;371.0;90.0;128.0;380.0
64;57.75;95.34;0.43525;97.44;149.34;388.14;0.29761;-0.39402;0.86958;0.16030;2.49765;29.23409;0.000;0.000;0.000;95.0;148.0;385.0;100.0;151.0;391.0
64;57.83;92.90;0.47179;40.61;64.84;392.80;0.33232;0.06184;0.94114;0.13775;2.69434;30.62951;0.000;0.000;0.000;38.0;64.0;389.0;43.0;66.0;396.0
64;54.04;121.67;0.18338;395.34;101.95;404.80;-0.12979;-0.07084;0.98901;0.02266;6.64320;60.99152;0.000;0.000;0.000;394.0;100.0;399.0;397.0;103.0;412.0
64;53.92;126.63;0.16193;65.92;104.98;419.13;0.45777;-0.23116;0.85849;0.06018;4.07632;58.10293;0.000;0.000;0.000;60.0;102.0;415.0;69.0;107.0;424.0
64;54.75;123.06;0.18191;167.44;96.61;459.11;-0.90833;-0.21367;0.35956;0.02636;6.15966;60.15490;0.000;0.000;0.000;162.0;95.0;456.0;172.0;98.0;463.0
64;54.46;116.25;0.21352;372.50;68.22;485.33;0.32008;-0.53047;0.78495;0.02949;5.82324;53.38289;0.000;0.000;0.000;369.0;65.0;480.0;375.0;72.0;489.0
64;58.75;89.24;0.54928;118.67;97.67;488.77;0.10122;-0.27920;0.95488;0.21084;2.17781;24.21480;0.000;0.000;0.000;117.0;96.0;485.0;120.0;99.0;492.0
64;56.67;105.01;0.31364;397.70;80.86;500.42;0.85151;-0.39286;0.34728;0.08358;3.45890;35.57763;0.000;0.000;0.000;394.0;79.0;498.0;402.0;83.0;503.0
64;57.25;100.36;0.36666;38.13;96.36;509.28;0.17992;0.52534;0.83165;0.15583;2.53322;37.38889;0.000;0.000;0.000;37.0;93.0;506.0;39.0;99.0;512.0
MIME type
text/csv
File size
228145
Media Use
Original File
Has header
Yes