thermobar 1.0.67__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. thermobar-1.0.67/LICENSE.txt +20 -0
  2. thermobar-1.0.67/PKG-INFO +60 -0
  3. thermobar-1.0.67/README.md +25 -0
  4. thermobar-1.0.67/pyproject.toml +3 -0
  5. thermobar-1.0.67/setup.cfg +15 -0
  6. thermobar-1.0.67/setup.py +55 -0
  7. thermobar-1.0.67/src/Thermobar/Brugman_2019_Cali_Cpx.csv +65 -0
  8. thermobar-1.0.67/src/Thermobar/Brugman_2019_Cali_Cpx.pkl +0 -0
  9. thermobar-1.0.67/src/Thermobar/Brugman_2019_Cali_input.csv +65 -0
  10. thermobar-1.0.67/src/Thermobar/Brugman_2019_Cali_input.pkl +0 -0
  11. thermobar-1.0.67/src/Thermobar/Jorgenson2022_Cali_Cpx.csv +2080 -0
  12. thermobar-1.0.67/src/Thermobar/Jorgenson2022_Cali_Cpx.pkl +0 -0
  13. thermobar-1.0.67/src/Thermobar/Jorgenson2022_Cali_input.csv +2080 -0
  14. thermobar-1.0.67/src/Thermobar/Jorgenson2022_Cali_input.pkl +0 -0
  15. thermobar-1.0.67/src/Thermobar/ML_scaler_Petrelli2020_Cpx_Only.pkl +0 -0
  16. thermobar-1.0.67/src/Thermobar/Masotta2019_Cali_Amp.csv +20 -0
  17. thermobar-1.0.67/src/Thermobar/Masotta2019_Cali_input.csv +20 -0
  18. thermobar-1.0.67/src/Thermobar/Masotta2019_Cali_input.pkl +0 -0
  19. thermobar-1.0.67/src/Thermobar/Masotta_2013_Cali_Cpx.csv +82 -0
  20. thermobar-1.0.67/src/Thermobar/Masotta_2013_Cali_Cpx.pkl +0 -0
  21. thermobar-1.0.67/src/Thermobar/Masotta_2013_Cali_input.csv +82 -0
  22. thermobar-1.0.67/src/Thermobar/Masotta_2013_Cali_input.pkl +0 -0
  23. thermobar-1.0.67/src/Thermobar/Mutch_Cali_Amp.csv +69 -0
  24. thermobar-1.0.67/src/Thermobar/Mutch_Cali_Amp.pkl +0 -0
  25. thermobar-1.0.67/src/Thermobar/Mutch_Cali_input.csv +69 -0
  26. thermobar-1.0.67/src/Thermobar/Mutch_Cali_input.pkl +0 -0
  27. thermobar-1.0.67/src/Thermobar/NeavePutirka_2017_Cali_Cpx.csv +114 -0
  28. thermobar-1.0.67/src/Thermobar/NeavePutirka_2017_Cali_Cpx.pkl +0 -0
  29. thermobar-1.0.67/src/Thermobar/NeavePutirka_2017_Cali_input.csv +114 -0
  30. thermobar-1.0.67/src/Thermobar/NeavePutirka_2017_Cali_input.pkl +0 -0
  31. thermobar-1.0.67/src/Thermobar/Nimis_1999.py +376 -0
  32. thermobar-1.0.67/src/Thermobar/Petrelli20_Cali_Cpx.csv +851 -0
  33. thermobar-1.0.67/src/Thermobar/Petrelli20_Cali_Cpx.pkl +0 -0
  34. thermobar-1.0.67/src/Thermobar/Petrelli20_Cali_input.csv +851 -0
  35. thermobar-1.0.67/src/Thermobar/Petrelli20_Cali_input.pkl +0 -0
  36. thermobar-1.0.67/src/Thermobar/Putirka16_Cali_Amp.csv +160 -0
  37. thermobar-1.0.67/src/Thermobar/Putirka16_Cali_Amp.pkl +0 -0
  38. thermobar-1.0.67/src/Thermobar/Putirka16_Cali_input.csv +160 -0
  39. thermobar-1.0.67/src/Thermobar/Putirka16_Cali_input.pkl +0 -0
  40. thermobar-1.0.67/src/Thermobar/Putirka2008_Cali_Cpx.csv +1260 -0
  41. thermobar-1.0.67/src/Thermobar/Putirka2008_Cali_Cpx.pkl +0 -0
  42. thermobar-1.0.67/src/Thermobar/Putirka2008_Cali_input.csv +1260 -0
  43. thermobar-1.0.67/src/Thermobar/Putirka2008_Cali_input.pkl +0 -0
  44. thermobar-1.0.67/src/Thermobar/Ridolfi_Cali_Amp.csv +73 -0
  45. thermobar-1.0.67/src/Thermobar/Ridolfi_Cali_Amp.pkl +0 -0
  46. thermobar-1.0.67/src/Thermobar/Ridolfi_Cali_input.csv +73 -0
  47. thermobar-1.0.67/src/Thermobar/Ridolfi_Cali_input.pkl +0 -0
  48. thermobar-1.0.67/src/Thermobar/Shea2022_Cali_input.csv +69 -0
  49. thermobar-1.0.67/src/Thermobar/Shea2022_Cali_input.pkl +0 -0
  50. thermobar-1.0.67/src/Thermobar/Wang21_Cali_Cpx.csv +560 -0
  51. thermobar-1.0.67/src/Thermobar/Wang21_Cali_Cpx.pkl +0 -0
  52. thermobar-1.0.67/src/Thermobar/Wang21_Cali_input.csv +560 -0
  53. thermobar-1.0.67/src/Thermobar/Wang21_Cali_input.pkl +0 -0
  54. thermobar-1.0.67/src/Thermobar/Waters_Lange2015_Cali_Amp.csv +215 -0
  55. thermobar-1.0.67/src/Thermobar/Waters_Lange2015_Cali_input.csv +218 -0
  56. thermobar-1.0.67/src/Thermobar/Waters_Lange2015_Cali_input.pkl +0 -0
  57. thermobar-1.0.67/src/Thermobar/Zhang17_Cali_Amp.csv +131 -0
  58. thermobar-1.0.67/src/Thermobar/Zhang17_Cali_Amp.pkl +0 -0
  59. thermobar-1.0.67/src/Thermobar/Zhang17_Cali_input.csv +131 -0
  60. thermobar-1.0.67/src/Thermobar/Zhang17_Cali_input.pkl +0 -0
  61. thermobar-1.0.67/src/Thermobar/__init__.py +61 -0
  62. thermobar-1.0.67/src/Thermobar/_version.py +8 -0
  63. thermobar-1.0.67/src/Thermobar/amphibole.py +1886 -0
  64. thermobar-1.0.67/src/Thermobar/aztecloading.py +340 -0
  65. thermobar-1.0.67/src/Thermobar/calibration_plots.py +301 -0
  66. thermobar-1.0.67/src/Thermobar/chompi.py +250 -0
  67. thermobar-1.0.67/src/Thermobar/clinopyroxene_thermobarometry.py +3809 -0
  68. thermobar-1.0.67/src/Thermobar/core.py +4930 -0
  69. thermobar-1.0.67/src/Thermobar/density_profiles.py +539 -0
  70. thermobar-1.0.67/src/Thermobar/feldspar.py +1743 -0
  71. thermobar-1.0.67/src/Thermobar/garnet.py +335 -0
  72. thermobar-1.0.67/src/Thermobar/garnet_class.py +656 -0
  73. thermobar-1.0.67/src/Thermobar/garnet_plot.py +858 -0
  74. thermobar-1.0.67/src/Thermobar/geotherm.py +404 -0
  75. thermobar-1.0.67/src/Thermobar/import_export.py +871 -0
  76. thermobar-1.0.67/src/Thermobar/liquid_barometers.py +18 -0
  77. thermobar-1.0.67/src/Thermobar/liquid_thermometers.py +695 -0
  78. thermobar-1.0.67/src/Thermobar/mineral_equilibrium.py +1777 -0
  79. thermobar-1.0.67/src/Thermobar/noise_averaging.py +677 -0
  80. thermobar-1.0.67/src/Thermobar/olivine_liquid_olivine_spinel_thermometry.py +928 -0
  81. thermobar-1.0.67/src/Thermobar/orthopyroxene_thermobarometry.py +970 -0
  82. thermobar-1.0.67/src/Thermobar/plotting.py +688 -0
  83. thermobar-1.0.67/src/Thermobar/pyroxenes_garnet.py +403 -0
  84. thermobar-1.0.67/src/Thermobar/scaler_MinClass.pkl +0 -0
  85. thermobar-1.0.67/src/Thermobar/spinel.py +70 -0
  86. thermobar-1.0.67/src/Thermobar/svc_model_linear_MinClass.pkl +0 -0
  87. thermobar-1.0.67/src/Thermobar/two_pyroxene.py +922 -0
  88. thermobar-1.0.67/src/Thermobar/viscosity.py +237 -0
  89. thermobar-1.0.67/src/thermobar.egg-info/PKG-INFO +60 -0
  90. thermobar-1.0.67/src/thermobar.egg-info/SOURCES.txt +92 -0
  91. thermobar-1.0.67/src/thermobar.egg-info/dependency_links.txt +1 -0
  92. thermobar-1.0.67/src/thermobar.egg-info/requires.txt +10 -0
  93. thermobar-1.0.67/src/thermobar.egg-info/top_level.txt +1 -0
@@ -0,0 +1,20 @@
1
+ LICENSE
2
+
3
+ Copyright (c) [2025] [Penny Wieser]
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ Citing in Main Text
10
+
11
+ If you use Thermobar in your study, you must cite it in the main text of your paper. This code took me years to write and presumably is saving you a lot of time. Thus, it deserves to actually recieve a citation, vs just describing its use in the supplement. If I do not get credit for my open source work that means something for promotion/tenure, I will not be able to continue working and building these packages. If you only cite it in the supplement, you must pay for your use of Thermobar, at the rate of $500/study. This will support my spare time to maintain these packages.
12
+
13
+ Special Clause on GUI Usage
14
+
15
+ Use of Thermobar in graphical user interfaces (GUIs), including but not limited to applications that provide point-and-click access to Thermobar’s functions, requires prior written permission from the author.
16
+
17
+ This requirement exists because of a broader issue in the geoscience community: tools that wrap or interface with core scientific software often receive the bulk of citations, while foundational packages like Thermobar go unrecognized—particularly when journals impose citation limits. Thermobar represents a significant and ongoing labor investment. Responsible citation and acknowledgment are necessary to support its continued development and maintenance.
18
+
19
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
+
@@ -0,0 +1,60 @@
1
+ Metadata-Version: 2.4
2
+ Name: thermobar
3
+ Version: 1.0.67
4
+ Summary: Thermobar
5
+ Home-page: https://github.com/PennyWieser/Thermobar
6
+ Author: Penny Wieser et al.
7
+ Author-email: penny.wieser@gmail.com
8
+ License: MIT (with GUI use clause, see LICENSE file)
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE.txt
14
+ Requires-Dist: pandas
15
+ Requires-Dist: numpy
16
+ Requires-Dist: python-ternary
17
+ Requires-Dist: matplotlib
18
+ Requires-Dist: scikit-learn>=1.3
19
+ Requires-Dist: scipy
20
+ Requires-Dist: tqdm
21
+ Requires-Dist: statsmodels
22
+ Requires-Dist: openpyxl
23
+ Requires-Dist: pathlib
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: description
28
+ Dynamic: description-content-type
29
+ Dynamic: home-page
30
+ Dynamic: license
31
+ Dynamic: license-file
32
+ Dynamic: requires-dist
33
+ Dynamic: requires-python
34
+ Dynamic: summary
35
+
36
+ [![PyPI](https://badgen.net/pypi/v/Thermobar)](https://pypi.org/project/Thermobar/)
37
+ [![Build Status](https://github.com/PennyWieser/Thermobar/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/PennyWieser/Thermobar/actions/workflows/main.yml)
38
+ [![codecov](https://codecov.io/gh/PennyWieser/Thermobar/branch/main/graph/badge.svg)](https://codecov.io/gh/PennyWieser/Thermobar/branch/main)
39
+
40
+ Thermobar is a python tool for thermobarometry, chemometry and mineral equilibrium.
41
+ Thermobar allows users to easily choose between more than 100 popular parameterizations involving liquid, olivine-liquid, olivine-spinel,
42
+ pyroxene only, pyroxene-liquid, two pyroxene, feldspar-liquid, two feldspar, amphibole and amphibole-liquid, garnet and biotite equilibrium.
43
+
44
+ It can be downloaded via pip, on Github (you are here!), and extensive documentation and
45
+ example videos and Jupyter Notebooks are available at https://thermobar.readthedocs.io/en/latest/index.html
46
+
47
+ If you want to use Machine learning models, you will need to pip install a separate package (the pkl and onnx files are too big for one release). Please see the instructions here:
48
+ https://thermobar.readthedocs.io/en/latest/Examples/Cpx_Cpx_Liq_Thermobarometry/MachineLearning_Cpx_Liq_Thermobarometry.html
49
+
50
+
51
+ Find more information in Volcanica - and please make sure you cite this work!!!
52
+ https://www.jvolcanica.org/ojs/index.php/volcanica/article/view/161
53
+ ________________________________
54
+ Want your model in Thermobar?
55
+ ________________________________
56
+ Getting your model into Thermobar will hopefully help to increase usage.
57
+ I am happy to help you with this. You will need to supply me with your scripts or excel spreadsheet showing how the model works,
58
+ your calibration dataset, and some example calculations for benchmarking.
59
+
60
+ For Machine Learning models, please see the read the docs page.
@@ -0,0 +1,25 @@
1
+ [![PyPI](https://badgen.net/pypi/v/Thermobar)](https://pypi.org/project/Thermobar/)
2
+ [![Build Status](https://github.com/PennyWieser/Thermobar/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/PennyWieser/Thermobar/actions/workflows/main.yml)
3
+ [![codecov](https://codecov.io/gh/PennyWieser/Thermobar/branch/main/graph/badge.svg)](https://codecov.io/gh/PennyWieser/Thermobar/branch/main)
4
+
5
+ Thermobar is a python tool for thermobarometry, chemometry and mineral equilibrium.
6
+ Thermobar allows users to easily choose between more than 100 popular parameterizations involving liquid, olivine-liquid, olivine-spinel,
7
+ pyroxene only, pyroxene-liquid, two pyroxene, feldspar-liquid, two feldspar, amphibole and amphibole-liquid, garnet and biotite equilibrium.
8
+
9
+ It can be downloaded via pip, on Github (you are here!), and extensive documentation and
10
+ example videos and Jupyter Notebooks are available at https://thermobar.readthedocs.io/en/latest/index.html
11
+
12
+ If you want to use Machine learning models, you will need to pip install a separate package (the pkl and onnx files are too big for one release). Please see the instructions here:
13
+ https://thermobar.readthedocs.io/en/latest/Examples/Cpx_Cpx_Liq_Thermobarometry/MachineLearning_Cpx_Liq_Thermobarometry.html
14
+
15
+
16
+ Find more information in Volcanica - and please make sure you cite this work!!!
17
+ https://www.jvolcanica.org/ojs/index.php/volcanica/article/view/161
18
+ ________________________________
19
+ Want your model in Thermobar?
20
+ ________________________________
21
+ Getting your model into Thermobar will hopefully help to increase usage.
22
+ I am happy to help you with this. You will need to supply me with your scripts or excel spreadsheet showing how the model works,
23
+ your calibration dataset, and some example calculations for benchmarking.
24
+
25
+ For Machine Learning models, please see the read the docs page.
@@ -0,0 +1,3 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,15 @@
1
+ [coverage:paths]
2
+ source =
3
+ src
4
+ */site-packages
5
+
6
+ [coverage:run]
7
+ branch = true
8
+ source =
9
+ Unit_tests
10
+ Thermobar
11
+
12
+ [egg_info]
13
+ tag_build =
14
+ tag_date = 0
15
+
@@ -0,0 +1,55 @@
1
+
2
+ #!/usr/bin/env python
3
+ from setuptools import setup, find_packages
4
+ from os import path
5
+
6
+
7
+ this_directory = path.abspath(path.dirname(__file__))
8
+
9
+ with open(path.join(this_directory, 'src', 'Thermobar', '_version.py'), encoding='utf-8') as f:
10
+ exec(f.read())
11
+
12
+ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
13
+ long_description = f.read()
14
+
15
+
16
+ setup(
17
+ name="thermobar",
18
+ version=__version__,
19
+ author="Penny Wieser et al. ",
20
+ author_email="penny.wieser@gmail.com",
21
+ description="Thermobar",
22
+ long_description=long_description,
23
+ long_description_content_type="text/markdown",
24
+ url="https://github.com/PennyWieser/Thermobar",
25
+ license="MIT (with GUI use clause, see LICENSE file)", # <-- Add this line
26
+ package_dir={'': 'src'}, # Optional
27
+ packages=find_packages(where='src'),
28
+ package_data={
29
+ # Assuming 'Thermobar' is the package name
30
+ # Specify both CSVs in the 'Cali_Datasets_CSVs' folder and pickle files
31
+ "Thermobar": ["*.csv", "*.pkl"],
32
+ },
33
+
34
+ install_requires=[
35
+ 'pandas',
36
+ 'numpy',
37
+ 'python-ternary',
38
+ 'matplotlib',
39
+ 'scikit-learn>=1.3',
40
+ 'scipy',
41
+ 'tqdm',
42
+ 'statsmodels',
43
+ 'openpyxl',
44
+ 'pathlib'
45
+ ],
46
+ # PyPI doesnt allow this :(
47
+ # extras_require={
48
+ # 'onnx': ["Thermobar_onnx @ https://github.com/PennyWieser/Thermobar_onnx/archive/refs/tags/0.0.1dev.zip"]
49
+ # },
50
+ classifiers=[
51
+ "Programming Language :: Python :: 3",
52
+ "Operating System :: OS Independent",
53
+ ],
54
+ python_requires='>=3.9',
55
+ )
@@ -0,0 +1,65 @@
1
+ ,SiO2_Cpx,TiO2_Cpx,Al2O3_Cpx,FeOt_Cpx,MnO_Cpx,MgO_Cpx,CaO_Cpx,Na2O_Cpx,K2O_Cpx,Cr2O3_Cpx,Sample_ID_Cpx
2
+ 0,51.18238678810422,0.4824122200499102,2.7497297855769083,20.859758714415143,0.643944812677825,8.536987586031506,14.493526775070336,0.45429799882377253,0.5969553192503935,0.0,0
3
+ 1,50.33720847272208,0.5071504447227816,3.723661471628114,19.603673521158026,0.668471453712365,7.9986682098520765,16.337319455234415,0.37803418261379673,0.4458127883563491,0.0,1
4
+ 2,50.41192314816784,0.16509316983947198,1.6813995366054375,20.185803202058455,0.6885124103299132,6.406445010613133,19.891753135606173,0.3729020464062629,0.19616834037332723,0.0,2
5
+ 3,53.672478565455876,0.38668197657903475,4.531460669661968,18.048726329981953,0.4415936178469835,4.715099601115436,15.86056243923712,0.703249088806827,1.6401477113147984,0.0,3
6
+ 4,47.452259106622584,0.5376165531955577,1.9519043521579638,24.462861484735495,0.5680097016540112,3.7566736611163942,21.089624564104888,0.02435477459253556,0.15669580182056972,0.0,4
7
+ 5,49.425094892881745,0.7164753006160094,2.2455544336637474,15.399831144635613,0.44100098751136035,11.090993271002771,20.151082177286025,0.335995949085165,0.19397184331755396,0.0,5
8
+ 6,48.31145663305012,0.5095362192751757,4.9072917456529295,26.185691879746663,0.6772531537967283,5.1290851694729245,13.280467412430013,0.41585019814743135,0.5833675884280305,0.0,6
9
+ 7,49.22236687644863,0.5571520849206969,4.6626990078853225,27.5570300954118,0.7331369502222809,4.025353819571517,12.229248284647522,0.40096551696554106,0.6120473639267023,0.0,7
10
+ 8,50.432036617278186,0.8755762484703484,5.419805229272672,20.223236403364616,0.5454361266049772,5.80696501471253,15.209453591761513,0.5502335364422853,0.9372572320928823,0.0,8
11
+ 9,54.53308791723471,0.41853985376462133,3.9545005712785604,12.961211727071046,0.44747667900707905,7.390524830480917,18.67061639415337,0.5542744463967686,1.0697675806129239,0.0,9
12
+ 10,56.32850055059592,0.40563273831050367,4.399179998130818,12.630893509469846,0.40126454203017514,6.95518433788303,16.537381601563613,0.8004973648601976,1.5414653571559185,0.0,10
13
+ 11,58.120141944661995,0.3809710941533535,5.724197540292477,12.715225962435998,0.675587445139361,6.096827485069252,13.96343569213273,1.2585062457549334,1.0651065903598984,0.0,11
14
+ 12,50.365889355059025,0.5756659186262073,2.9368718899404818,19.07503171041077,0.3610108303249097,12.293882329983411,14.108693531076202,0.2829544345789832,0.0,0.0,12
15
+ 13,51.67523286294562,0.5642534234717641,3.032158737735367,10.300091063074506,0.46676859816821215,14.462444839974275,18.772200969022336,0.43360058629922776,0.2932489193087151,0.0,13
16
+ 14,51.45545427815348,0.8232872684504557,2.8423012839360973,18.582769773596002,0.5194550622365971,10.095070077428208,15.49544251690679,0.186219739292365,0.0,0.0,14
17
+ 15,49.26904234171104,1.5692808314962903,6.339176784187295,15.30003699147993,0.29863853309233734,8.982614004432962,16.728770248825345,0.658428293169007,0.8540119716057811,0.0,15
18
+ 16,52.020978370302316,0.5504210810006358,3.139986202710628,8.832394879334569,0.24780357649471274,15.924308100925577,18.8854011139752,0.3066233327324592,0.09208334252392027,0.0,16
19
+ 17,48.70771159924683,1.0867242925060452,7.08102959763746,13.788469640607245,0.410229684695208,9.89043902263701,17.731027501063263,0.6927680170601237,0.6116006445468104,0.0,17
20
+ 18,48.153174987881734,0.7852641783809988,4.808531265147844,17.508482792050415,0.5622879301987398,10.344158991759574,17.702375181774123,0.1357246728065924,0.0,0.0,18
21
+ 19,51.388946360502054,0.520290054174122,2.3983593831466012,8.153097756731215,0.3488462550669273,15.024786357324102,21.64452308400216,0.33861722747007017,0.18253352158275166,0.0,19
22
+ 20,51.13005551149881,0.8822363203806503,2.329500396510706,18.596352101506746,0.7335448057097541,10.279540047581284,15.711736716891355,0.04956383822363205,0.2874702616970658,0.0,20
23
+ 21,49.10257787216623,1.307376957823085,1.9931343204942962,21.456666984146928,0.6897089786795118,8.194233072391576,16.80085273846989,0.38259748839339447,0.07285158743507697,0.0,21
24
+ 22,51.76655543206038,0.5628333202128979,2.748586662254642,11.637403648192647,0.6118681676444726,12.665967947888298,19.371833583066365,0.37673439924639773,0.25821683943389095,0.0,22
25
+ 23,51.8093709109142,0.6282387921511148,3.1094766577520807,9.02306657731835,0.35007129644813456,12.887482530176989,21.491543289732167,0.36920290368534825,0.3315470418216259,0.0,23
26
+ 24,54.483637307887776,0.4385074177470217,3.529176404259382,15.135174458256417,0.6522040049670563,10.821938707979319,13.658192561337993,0.44527700230671063,0.8358921352583204,0.0,24
27
+ 25,53.17059644983541,0.8844658872638727,3.378050686388683,16.358686610505302,0.6794819441713679,10.11892698518328,13.666369223168328,0.6846241877019718,1.0587980257817975,0.0,25
28
+ 26,52.77963795603044,0.42836231036920364,0.9384544792763891,8.885761377804194,0.37872176688934667,15.869834640906296,20.447536172781884,0.19053272683438624,0.08115856910785121,0.0,26
29
+ 27,51.5362832518654,0.5325928830767377,1.4187531875079813,15.845671703434693,0.46505664746088177,13.809980632831959,16.052935477299737,0.21304393751481868,0.12568227900780007,0.0,27
30
+ 28,49.476424348211054,0.9264371018105977,6.602422473444397,22.044388937185495,0.522695054188652,8.287886067613021,10.94498198689283,0.46236170475464344,0.7324023258993266,0.0,28
31
+ 29,50.44038951816555,1.1492324087965864,6.450720417449553,11.942714114417488,0.3553638035989355,10.03662158203501,18.379600406541012,0.6183543828269367,0.6270033661689103,0.0,29
32
+ 30,51.97241645544529,0.5704287644098739,2.735599985349005,20.092687822216106,0.4761438606558914,11.649105621671046,11.552423868837536,0.44933627830738937,0.5018573431078652,0.0,30
33
+ 31,51.874795480291134,0.48251638576624195,1.5090019909373285,14.14000018874889,0.4232332935919488,13.70110439994536,17.45245061457728,0.29468101050290835,0.12221663563891723,0.0,31
34
+ 32,50.48458775571115,0.6684053803652324,2.7774154619781193,20.719082274150878,0.4782521889804017,10.923033530111413,13.338564119545588,0.34042835676209854,0.27023093239512197,0.0,32
35
+ 33,50.68786819983946,0.49887619788795967,1.754857117003524,22.157992792845487,0.5082127464500173,12.539241246540353,11.518954988028904,0.2303454701597922,0.10365124124449426,0.0,33
36
+ 34,48.13607306216684,0.9736707590413495,4.00739441137268,24.25804547339277,0.5310894077021082,9.087916235388382,12.556188339081533,0.31503049248807474,0.13459181936625467,0.0,34
37
+ 35,51.58992976736874,0.46741919403012305,1.2490191507032293,15.248608986035883,0.49396899553323337,13.499206081493446,17.08664806654777,0.2428440772564346,0.12235568103114473,0.0,35
38
+ 36,56.41501716048734,0.37194461626797637,4.00135698868173,7.8316610373131725,0.0,11.764979097691409,18.05771544436152,0.7988032121292682,0.7585224430675779,0.0,36
39
+ 37,53.11832789533521,0.27699326796662677,1.4541342788355558,12.761092501359467,0.7035595579816303,12.37444503935891,18.962260801024797,0.26127513610199593,0.08791152203579618,0.0,37
40
+ 38,52.74388427584971,0.3960887258995019,4.75515640378091,12.803375813507751,0.677876679803887,9.27546794382573,17.767627691519138,0.8492458749422234,0.7312765908711584,0.0,38
41
+ 39,53.895414382484574,0.6620425809022078,5.198493341124856,10.08107799243421,0.0,10.422976828048974,17.995072231958595,0.9450496102505159,0.7998730327960615,0.0,39
42
+ 40,51.968818708774734,0.31980811513092144,1.0893463921647013,11.95282830301819,0.609634219468319,12.832300619628223,20.727563461922845,0.3897661403158105,0.10993403957625424,0.0,40
43
+ 41,51.81367690782953,0.19821605550049554,0.7036669970267591,13.240832507433101,0.6541129831516352,12.111000991080276,20.862239841427154,0.39643211100099107,0.019821605550049554,0.0,41
44
+ 42,53.03668069753458,0.20044097013429546,0.6514331529364602,9.761475245540188,0.46101423130887953,13.299258368410502,22.02846261775907,0.46101423130887953,0.10022048506714773,0.0,42
45
+ 43,52.98336487697976,0.2490287877278613,1.2451439386393064,9.941229206096223,0.4283295148919214,12.969419264867016,21.595776471760132,0.44825181791015034,0.13945612112760236,0.0,43
46
+ 44,51.69710202461294,0.3572846367606193,1.5482334259626835,12.683604605001984,0.7542675664946408,10.887256847955538,21.327907899960298,0.5855498213576815,0.15879317189360856,0.0,44
47
+ 45,51.59638554216867,0.4016064257028112,1.3353413654618473,13.403614457831322,0.5923694779116465,10.35140562248996,21.676706827309236,0.5120481927710843,0.13052208835341364,0.0,45
48
+ 46,51.59780985564958,0.44798407167745147,1.72224987555998,12.304629168740666,0.6072672971627675,11.329019412643108,21.32404181184669,0.5276256844201095,0.13937282229965156,0.0,46
49
+ 47,53.51101494885917,0.27537372147915035,2.7734067663257282,11.614870180959876,0.5605822187254131,10.405192761605038,19.9645948072384,0.5900865460267507,0.30487804878048785,0.0,47
50
+ 48,50.62858292265916,0.6034396057527909,2.5042743638740825,14.040028160514936,0.8146434677662677,9.363371215930806,21.170672835160413,0.7140702001408026,0.16091722820074425,0.0,48
51
+ 49,51.14473422257615,0.40812263587497505,1.672307386024288,15.110491738005175,0.6967947441767867,9.177782201871391,21.073063906032253,0.6072068484969141,0.10949631694206648,0.0,49
52
+ 50,50.50896207651272,0.5977863628288123,0.5006656879351381,25.65207637370915,1.2303652668408078,1.8429716197190558,15.884593344957212,3.666353304226466,0.11275691224359474,0.003469051027062297,50
53
+ 51,50.6476641904259,0.333383186013136,0.3092692957633539,28.250879068119282,0.9482729651994162,0.7099319662353618,15.491487090054854,3.2020275281978914,0.10096970432938072,0.0061150056614280015,51
54
+ 52,50.943272129350504,0.3056379082687661,0.6720147487481004,27.22474401454944,1.0648994743267148,1.3506564687710207,14.652283315478714,3.6295373576820547,0.15650614115947087,0.0004484416652133835,52
55
+ 53,50.925769153317724,0.2532703229897921,0.28753395054616426,28.495215615397797,0.7783453873843729,0.42448827472616657,14.143764971552173,4.634907022340486,0.0567053017453411,0.0,53
56
+ 54,51.50432869510557,0.26857910226006454,0.49858567387639635,25.93074087831081,0.8928826537901082,1.8600531443755532,14.997571359181691,4.047258493099803,0.0,0.0,54
57
+ 55,49.737005494764134,0.28333538971994987,0.22662371543969756,27.887253524720983,0.8317959985194017,0.9702428468715422,17.769880922827035,2.1586113295505727,0.13525077758667423,0.0,55
58
+ 56,50.146462244781034,0.19143005756082815,0.24679065683424567,28.32612259837913,0.789547594399454,0.8065816249451208,16.75261416602704,2.6238997587859596,0.11655129828716737,0.0,56
59
+ 57,50.0451002391323,0.2475130273937163,0.2727214607243665,27.583690508014524,0.8158787292167067,0.8729538023161945,17.175158198653715,2.826226443282184,0.16075759126628816,0.0,57
60
+ 58,49.9581908256604,0.33275256675862364,0.4804447483716425,27.691168022201307,0.8971629160880497,0.7431883620019348,16.670971308801363,3.101865703538037,0.11827412608031873,0.005981420498336729,58
61
+ 59,50.803758382146356,0.0,1.2457260992870205,26.933525934957192,0.9773648917278487,1.079408412626892,15.485435606562595,3.0275119934268075,0.4472686792652867,0.0,59
62
+ 60,52.28754219400553,0.1691552441436616,0.9463399165240968,15.079193815019206,0.7329878021929135,10.948827446784144,19.358975304954804,0.32865567910712934,0.14324583555261175,0.005076761715893946,60
63
+ 61,52.08177907986184,0.28619080913605355,1.5002972580108842,15.29279820227689,0.777097906141147,10.083860295913437,19.400998336001756,0.35330171139128036,0.2184057427348161,0.005270658531897904,61
64
+ 62,52.89941703349659,0.17692482307265736,1.351032188368179,14.666881236437879,0.7060212862673035,10.776225228599849,18.771042094751365,0.35090431725452165,0.30155179175165203,0.0,62
65
+ 63,51.88947681100893,0.17653785725838694,1.1669527503511938,15.939469508007164,0.7591332582854313,10.201089296330517,19.369738585050726,0.3392100263747065,0.15010016621242772,0.008291741120500835,63
@@ -0,0 +1,65 @@
1
+ ,SiO2_Liq,TiO2_Liq,Al2O3_Liq,FeOt_Liq,MnO_Liq,MgO_Liq,CaO_Liq,Na2O_Liq,K2O_Liq,Cr2O3_Liq,P2O5_Liq,H2O_Liq,Fe3Fet_Liq,NiO_Liq,CoO_Liq,CO2_Liq,SiO2_Liq_mol_frac,MgO_Liq_mol_frac,MnO_Liq_mol_frac,FeOt_Liq_mol_frac,CaO_Liq_mol_frac,Al2O3_Liq_mol_frac,Na2O_Liq_mol_frac,K2O_Liq_mol_frac,TiO2_Liq_mol_frac,P2O5_Liq_mol_frac,Cr2O3_Liq_mol_frac,Si_Liq_cat_frac,Mg_Liq_cat_frac,Mn_Liq_cat_frac,Fet_Liq_cat_frac,Ca_Liq_cat_frac,Al_Liq_cat_frac,Na_Liq_cat_frac,K_Liq_cat_frac,Ti_Liq_cat_frac,P_Liq_cat_frac,Cr_Liq_cat_frac,Mg_Number_Liq_NoFe3,Mg_Number_Liq_Fe3,SiO2_Cpx,TiO2_Cpx,Al2O3_Cpx,FeOt_Cpx,MnO_Cpx,MgO_Cpx,CaO_Cpx,Na2O_Cpx,K2O_Cpx,Cr2O3_Cpx,Si_Cpx_cat_6ox,Mg_Cpx_cat_6ox,Fet_Cpx_cat_6ox,Ca_Cpx_cat_6ox,Al_Cpx_cat_6ox,Na_Cpx_cat_6ox,K_Cpx_cat_6ox,Mn_Cpx_cat_6ox,Ti_Cpx_cat_6ox,Cr_Cpx_cat_6ox,oxy_renorm_factor,Al_IV_cat_6ox,Al_VI_cat_6ox,En_Simple_MgFeCa_Cpx,Fs_Simple_MgFeCa_Cpx,Wo_Simple_MgFeCa_Cpx,Cation_Sum_Cpx,Ca_CaMgFe,Lindley_Fe3_Cpx,Lindley_Fe2_Cpx,Lindley_Fe3_Cpx_prop,CrCaTs,a_cpx_En,Mgno_Cpx,Jd,"Jd_from 0=Na, 1=Al",CaTs,CaTi,DiHd_1996,EnFs,DiHd_2003,Di_Cpx,FeIII_Wang21,FeII_Wang21,Kd_Fe_Mg_Fe2,Kd_Fe_Mg_Fe2_Lind,Kd_Fe_Mg_Fet,lnK_Jd_liq,lnK_Jd_DiHd_liq_1996,lnK_Jd_DiHd_liq_2003,Kd_Fe_Mg_IdealWB,Mgno_Liq_noFe3,Mgno_Liq_Fe2,DeltaFeMg_WB,Sample_ID_Liq,Sample_ID_Cpx,P_kbar,T_K
2
+ 0,74.20934281281741,0.3906282048454419,11.708830037546706,3.8155837338807896,0.07795870583881254,0.1858321870230538,1.0991676717881744,2.4297074341386486,6.0829492121209645,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8035639511281325,0.002999793388280039,0.0007150091638468728,0.03455244964044493,0.012752606023852815,0.07471405048887635,0.025505449641606066,0.04201502199973307,0.0031816685252275736,0.0,0.0,0.7035017201454586,0.0026262499777064702,0.0006259740447289346,0.030249873358761895,0.01116461267522346,0.13082085866138599,0.04465886671686224,0.07356636695129291,0.002785477468579663,0.0,0.0,0.07988074597032102,0.07988074597032102,51.18238678810422,0.4824122200499102,2.7497297855769083,20.859758714415143,0.643944812677825,8.536987586031506,14.493526775070336,0.45429799882377253,0.5969553192503935,0.0,1.981013565347771,0.4925837837707692,0.6751996206424692,0.6010548812062158,0.12543358886397143,0.03409218811624431,0.0294759140782253,0.02111060554975008,0.014044771871031255,0.0,0.0,0.018986434652229045,0.10644715421174239,0.2784786985760343,0.3817192482386888,0.3398020531852769,3.974008919446447,0.3398020531852769,0.0,0.6751996206424692,0.0,0.0,0.30368360495961194,0.4218027657583675,0.03409218811624431,0,0.07235496609549807,0.0,0.5286999151107177,0.3195417446512604,0.5286999151107177,0.21905149027761456,-0.08145807518533155,0.7566576958278007,0.11900482775418393,0.11900482775418393,0.11900482775418393,2.4673116976487357,-5.508738645067329,-5.508738645067329,0.18745531443105634,0.07988074597032102,0.07988074597032102,0.06845048667687241,0,0,2.04,1248.15
3
+ 1,74.57255100965985,0.39216562528519233,12.358204351711453,3.0399743843532936,0.009266673565340083,0.10816735325360606,0.9923091023713991,2.2804778189380204,6.24688368086184,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8095143748476731,0.0017504524336627383,8.520293529202313e-05,0.027597610655145117,0.011541590906960044,0.07905472953042851,0.023998746561747986,0.043255120814964715,0.003202171314125905,0.0,0.0,0.706192361316862,0.0015270342021211733,7.43280958739291e-05,0.024075201677459555,0.01006848499444255,0.13792922733673343,0.04187135406032735,0.07546854473860092,0.002793463577579104,0.0,0.0,0.05964269065066521,0.05964269065066521,50.33720847272208,0.5071504447227816,3.723661471628114,19.603673521158026,0.668471453712365,7.9986682098520765,16.337319455234415,0.37803418261379673,0.4458127883563491,0.0,1.947777628608694,0.46139881401875166,0.634371555053787,0.6773360386252154,0.16981550950241656,0.02836145157338477,0.02200702357927935,0.021908782249409644,0.014761025502747152,0.0,0.0,0.05222237139130592,0.11759313811111063,0.26022060041948836,0.357774103291111,0.38200529628940066,3.977737828713685,0.38200529628940066,0.0,0.634371555053787,0.0,0.0,0.24231793364213092,0.4210643981610665,0.02836145157338477,0,0.08923168653772587,0.0,0.5881043520874896,0.25383300849252455,0.5881043520874896,0.24278045291575034,-0.06653136615191425,0.7009029212057012,0.0872059380006588,0.0872059380006588,0.0872059380006588,2.287178760098697,-6.1411262101599275,-6.1411262101599275,0.18731797805795836,0.05964269065066521,0.05964269065066521,0.10011204005729955,1,1,2.04,1223.15
4
+ 2,75.5400431727552,0.25382136008599177,12.32850965492749,2.138324591929355,0.0,0.216253357551223,0.9910425506216206,2.3947567247546764,6.137248587374446,0,0.0,0.0,0.0,0.0,0.0,0.0,0.817490664227203,0.003488807261613052,0.0,0.01935241629258015,0.011491348895285499,0.07862181624672895,0.02512372992837404,0.04236506064819794,0.0020661565000174246,0.0,0.0,0.7132737969270342,0.003044040636953054,0.0,0.016885295518047468,0.010026387354651847,0.13719760689528337,0.04384171960158369,0.07392839817724414,0.001802754889202391,0.0,0.0,0.15273737466324663,0.15273737466324663,50.41192314816784,0.16509316983947198,1.6813995366054375,20.185803202058455,0.6885124103299132,6.406445010613133,19.891753135606173,0.3729020464062629,0.19616834037332723,0.0,1.9787589508570145,0.3748739610963417,0.6626155991777994,0.8365768143956664,0.07778349722554471,0.028379290327206808,0.009823066525700114,0.022890565753119842,0.004874366799136763,0.0,0.0,0.021241049142985524,0.05654244808255919,0.20003238207739085,0.35357104109748827,0.44639657682512085,3.99657611215753,0.44639657682512085,0.0,0.6626155991777994,0.0,0.0,0.11795890636585374,0.3613202267994597,0.028379290327206808,0,0.028163157755352382,0.0,0.8084136566403141,0.11453795181691356,0.8084136566403141,0.2857967838425343,-0.016670842210640385,0.6792864413884399,0.3186531093138837,0.3186531093138837,0.3186531093138837,2.2271866560068583,-6.754009174572,-6.754009174572,0.17620556218469952,0.15273737466324663,0.15273737466324663,0.14244754712918417,2,2,2.04,1223.15
5
+ 3,74.33487894578502,0.45327049749672244,12.174027929969808,3.5412459864969095,0.07111151695756927,0.10865757842171794,0.8837233356775227,2.33028226781446,6.102801941380266,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8068282708245031,0.0017581544987409362,0.0006537527652884585,0.03214404726976742,0.010277273831647553,0.07786632572839391,0.024519642901434775,0.04225190448054139,0.0037006276996825707,0.0,0.0,0.7048764415177672,0.0015359918975627052,0.0005711437482948124,0.02808228525797519,0.008978624657701311,0.1360540788621726,0.04284262032114414,0.07382580198177194,0.003233011755610277,0.0,0.0,0.0518579538268511,0.0518579538268511,53.672478565455876,0.38668197657903475,4.531460669661968,18.048726329981953,0.4415936178469835,4.715099601115436,15.86056243923712,0.703249088806827,1.6401477113147984,0.0,2.0491345789948823,0.2683602869261368,0.5762638609948395,0.6487995666388078,0.20389846723811772,0.052056521726842546,0.07988409760343597,0.014279951944895876,0.011104582491619778,0.0,0.0,-0.04913457899488227,0.253033046233,0.17969467359452052,0.38586762442345746,0.434437701982022,3.903781914559578,0.43443770198202203,0.0,0.5762638609948395,0.0,0.0,0.18244180619826447,0.31772022065915806,0.052056521726842546,0,0.20097652450615744,0.0,0.44782304213265034,0.19840055289416297,0.44782304213265034,0.13992006802345064,-0.27232026848427926,0.8485841294791188,0.1174517833529924,0.1174517833529924,0.1174517833529924,2.8889650127231676,-5.239415572309281,-5.239415572309281,0.16809596104260338,0.0518579538268511,0.0518579538268511,0.05064417768961098,3,3,2.0,1198.15
6
+ 4,74.73129773737503,0.3749727728819418,12.359954744229208,2.9551011605287534,0.05111440873164471,0.12307347522347004,0.8875002206535936,2.401839067968464,6.115146412407894,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8107548320187509,0.001990490142584175,0.00046969451665385,0.026811145417019188,0.010316410806017558,0.07901887129496359,0.025260856291521437,0.04231773612637717,0.0030599633861123415,0.0,0.0,0.7070963068358791,0.0017359973360996771,0.0004096420335109634,0.023383224074297614,0.008997412895552205,0.1378319310755984,0.04406229228821565,0.07381445967854439,0.00266873378230203,0.0,0.0,0.06910816720988577,0.06910816720988577,47.452259106622584,0.5376165531955577,1.9519043521579638,24.462861484735495,0.5680097016540112,3.7566736611163942,21.089624564104888,0.02435477459253556,0.15669580182056972,0.0,1.9182509316738765,0.2263917205895926,0.8270119308039507,0.9134620506157306,0.09299593652376814,0.0019088850494578362,0.008080987337133968,0.019448647512152265,0.016347473075935804,0.0,0.0,0.0817490683261235,0.011246868197644644,0.11510278528845133,0.42047198746671277,0.46442522724483576,4.023898563181599,0.4644252272448358,0.039716139026065085,0.7872957917778857,0.04802365908730776,0.0,0.07260639418260842,0.21490886520044136,0.0019088850494578362,0,0.009337983148186808,0.03620554258896835,0.8679185248785755,0.09274256325748398,0.8679185248785755,0.18314689578356708,0.039716139026065085,0.7872957917778857,0.27120387954277375,0.2581796768884563,0.27120387954277375,-0.46418800513056124,-9.410647509463395,-9.410647509463395,0.14897304892728208,0.06910816720988577,0.06910816720988577,0.12223083061549167,4,4,2.0,1198.15
7
+ 5,75.81394398619626,0.2417283694687249,12.409436213937537,1.733477793335935,0.02770991207151158,0.14672328818970726,1.0332896248729986,2.3506592260315564,6.243031585895782,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8207769354447941,0.0023680106469688026,0.00025409512245282194,0.015694602847877655,0.011985916803087056,0.07916897542999302,0.024670779391425986,0.043112194596849854,0.001968489716550793,0.0,0.0,0.7156157987796177,0.0020646119030268456,0.00022153946604450023,0.013683749224052426,0.010450234475093993,0.1380510761068017,0.043019726160174264,0.07517698473543943,0.0017162791497492163,0.0,0.0,0.13109630648089987,0.13109630648089987,49.425094892881745,0.7164753006160094,2.2455544336637474,15.399831144635613,0.44100098751136035,11.090993271002771,20.151082177286025,0.335995949085165,0.19397184331755396,0.0,1.9043278843116571,0.6370495337855376,0.49621074899708945,0.8318896580755815,0.10197053954951898,0.0251000966429249,0.009534357853625214,0.01439192555334827,0.020764664196287645,0.0,0.0,0.09567211568834288,0.0062984238611761,0.3241734997113397,0.25250528658407984,0.42332121370458053,4.041239408965571,0.42332121370458053,0.0729444600775164,0.4232662889195731,0.1470029825531737,0.0,0.12435915102417953,0.5621305409130863,0.0062984238611761,1,0.0,0.04783605784417144,0.78405360023141,0.1746033412756085,0.78405360023141,0.4352198138619962,0.0729444600775164,0.4232662889195731,0.11752392461917242,0.10024755717879971,0.11752392461917242,0.7279959083501484,-8.410099735731897,-8.410099735731897,0.21355628060983406,0.13109630648089987,0.13109630648089987,0.09603235599066164,5,5,2.0,1198.15
8
+ 6,75.29031018821574,0.3179978921455886,12.208571435792583,2.946750138375335,0.08059889350280415,0.06588940588328958,0.8596962566628674,2.293643833262145,5.936541956159662,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8158363051144619,0.0010643588570311297,0.0007397383733953873,0.026703196275307678,0.009981185185851907,0.07795710622643108,0.024093897742066824,0.041032315717692655,0.0025918965077613735,0.0,0.0,0.7137155193012812,0.000931129724929699,0.0006471430040624396,0.023360673553209123,0.00873180897136355,0.13639794209897588,0.042155978181330295,0.07179234446174441,0.002267460703103361,0.0,0.0,0.038329793900698426,0.038329793900698426,48.31145663305012,0.5095362192751757,4.9072917456529295,26.185691879746663,0.6772531537967283,5.1290851694729245,13.280467412430013,0.41585019814743135,0.5833675884280305,0.0,1.9172711777552875,0.30344631493835955,0.8690673993845184,0.5647027573649961,0.22952616744792825,0.03199760417783378,0.029534814557502603,0.022765100644156624,0.015210305808916677,0.0,0.0,0.08272882224471245,0.1467973452032158,0.17467386470468593,0.5002643099165042,0.32506182537881,3.9835216420794994,0.32506182537881,0.0,0.8690673993845184,0.0,0.0,0.3193710932950305,0.25879339234130366,0.03199760417783378,0,0.11479974102538201,0.0,0.44990301633961405,0.3613053489916319,0.44990301633961405,0.11421721081174994,-0.062491530398502915,0.9315589297830213,0.11415538988169716,0.11415538988169716,0.11415538988169716,2.3910048027677693,-5.943212631896694,-5.943212631896694,0.15713557097548247,0.038329793900698426,0.038329793900698426,0.04298018109378532,6,6,2.0,1173.15
9
+ 7,76.93623756119933,0.40958142865333913,12.251975378798404,1.6240134817561975,0.0,0.011592568656273958,0.6889589336892903,2.333539875964683,5.744100771282491,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8317068632131026,0.00018682180487330976,0.0,0.01468199140407302,0.007980053693845553,0.07804990454762048,0.024455227628897378,0.03960864051665477,0.0033304971909327544,0.0,0.0,0.7282171733660896,0.00016357547675199886,0.0,0.012855104066779623,0.006987091728198067,0.1366762338634165,0.04282450350148653,0.0693602361930287,0.0029160818042490134,0.0,0.0,0.012564260506263553,0.012564260506263553,49.22236687644863,0.5571520849206969,4.6626990078853225,27.5570300954118,0.7331369502222809,4.025353819571517,12.229248284647522,0.40096551696554106,0.6120473639267023,0.0,1.9548778690250663,0.23832507721427973,0.9152622315272371,0.5203913099133491,0.21824858341774253,0.030875308044590044,0.031009924527799455,0.024661947705952418,0.016644102088120016,0.0,0.0,0.04512213097493367,0.17312645244280886,0.14237044282309116,0.5467586152699493,0.3108709419069595,3.950296353464137,0.3108709419069595,0.0,0.9152622315272371,0.0,0.0,0.3592142244232304,0.2065892706552346,0.030875308044590044,0,0.14225114439821882,0.0,0.3781401655151303,0.3877235716131932,0.3781401655151303,0.07648660387525723,-0.13041721759952518,1.0456794491267623,0.04886730594992714,0.04886730594992714,0.04886730594992714,2.297298648510525,-6.669583864034779,-6.669583864034779,0.14742560434187363,0.012564260506263553,0.012564260506263553,0.09855829839194649,7,7,2.0,1148.15
10
+ 8,76.85396635590443,0.23416686407045526,12.19756657916,1.6901144509308266,0.161113941466802,0.0609247583290878,0.8369853034231439,2.242757173870012,5.722404572845243,0,0.0,0.0,0.0,0.0,0.0,0.0,0.830137578599616,0.0009810387201811199,0.0014740154556342395,0.015267077039791351,0.009686675618688478,0.0776397100785871,0.02348460090754555,0.039426742089907506,0.0019025614900486094,0.0,0.0,0.7278390356667979,0.0008601445043036703,0.0012923713074121962,0.01338570246252142,0.008492978540998874,0.13614420830912313,0.04118114808488075,0.06913630386570506,0.0016681072582568264,0.0,0.0,0.06037671949709912,0.06037671949709912,50.432036617278186,0.8755762484703484,5.419805229272672,20.223236403364616,0.5454361266049772,5.80696501471253,15.209453591761513,0.5502335364422853,0.9372572320928823,0.0,1.9494225501621143,0.3346241136226927,0.6537416146900941,0.6299212033053779,0.24691079263867025,0.04123762765937965,0.04621860353829269,0.01785782264602528,0.025457920427369916,0.0,0.0,0.0505774498378857,0.19633334280078454,0.2067767508250801,0.40397138598678656,0.3892518631881333,3.945392248690017,0.3892518631881334,0.0,0.6537416146900941,0.0,0.0,0.23537273244984627,0.3385555674608068,0.04123762765937965,0,0.1550957151414049,0.0,0.474825488163973,0.2567701200744068,0.474825488163973,0.1579053262576992,-0.15543410615825903,0.8091757208483531,0.12553913998282037,0.12553913998282037,0.12553913998282037,2.6307618713616368,-6.279586279544264,-6.279586279544264,0.17197133554771005,0.06037671949709912,0.06037671949709912,0.04643219556488967,8,8,2.0,1148.15
11
+ 9,77.11701208347107,0.17037547403159856,12.163887486882025,1.602557125521998,0.1299014905259492,0.10947465832516175,0.7741187226724675,2.198327075348433,5.734345883221295,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8323933814921367,0.001761572687017209,0.0011876204995086832,0.014465982572845504,0.00895280513140869,0.07737091591055689,0.02300317983217588,0.03948124633935862,0.0013832955349919723,0.0,0.0,0.7302622979962211,0.0015454353039215235,0.0010419045782944201,0.012691068803890098,0.00785433449393258,0.13575567539865022,0.04036157744395466,0.0692741348516051,0.00121357112953053,0.0,0.0,0.10855117741627383,0.10855117741627383,54.53308791723471,0.41853985376462133,3.9545005712785604,12.961211727071046,0.44747667900707905,7.390524830480917,18.67061639415337,0.5542744463967686,1.0697675806129239,0.0,2.0431129314056125,0.41277758747405924,0.4061008340915681,0.7494869489529368,0.17461471535581696,0.040262828081871524,0.051130525394185174,0.014199982713088342,0.011795017092684712,0.0,0.0,-0.043112931405612454,0.21772764676142942,0.2631896847719728,0.2589325432232,0.47787777200482723,3.903481370561823,0.4778777720048272,0.0,0.4061008340915681,0.0,0.0,0.1379561358390189,0.5040684164671865,0.040262828081871524,0,0.17746481867955788,0.0,0.5720221302733789,0.1234281456461242,0.5720221302733789,0.2834282027997709,-0.24416778427053976,0.6502686183621078,0.11980374759504804,0.11980374759504804,0.11980374759504804,2.623151891558255,-6.545609139414141,-6.545609139414141,0.2027567254628967,0.10855117741627383,0.10855117741627383,0.08295297786784865,9,9,2.0,1148.15
12
+ 10,76.9582937814088,0.1947100801971643,12.073475969982931,1.2300315286266568,0.04784837847286596,0.10882483190579623,0.8978912321370299,2.507289579543861,5.98163461772488,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8305531404765716,0.0017508484045291126,0.00043738546414677303,0.011101565657006793,0.010382665468881858,0.07678408898625895,0.02623213457491636,0.04117754212038758,0.0015806288473008666,0.0,0.0,0.7258850427155015,0.0015302027130747245,0.00038226520478044674,0.00970252241358256,0.0090742195773958,0.13421518503121876,0.04585260881803642,0.07197651893490142,0.0013814345915084867,0.0,0.0,0.13622327112779412,0.13622327112779412,56.32850055059592,0.40563273831050367,4.399179998130818,12.630893509469846,0.40126454203017514,6.95518433788303,16.537381601563613,0.8004973648601976,1.5414653571559185,0.0,2.088895193724342,0.384508239409291,0.39172250916338275,0.6570952749150998,0.1922724708764385,0.05755664941086453,0.07292572735384997,0.01260388325479154,0.01131490555586775,0.0,0.0,-0.08889519372434185,0.28116766460078035,0.26826293049061556,0.2732961676159256,0.45844090189345876,3.8688948536639276,0.45844090189345876,0.0,0.39172250916338275,0.0,0.0,0.17814217698635698,0.4953446615587682,0.05755664941086453,0,0.22361101518991583,0.0,0.43348425972518395,0.17137324442374494,0.43348425972518395,0.2112968457437431,-0.3351360200259932,0.7268585291893759,0.16067088660274564,0.16067088660274564,0.16067088660274564,2.8763757226165803,-6.119693498636557,-6.119693498636557,0.2011341070499309,0.13622327112779412,0.13622327112779412,0.040463220447185255,10,10,2.0,1098.15
13
+ 11,76.60303690784453,0.16912944381898024,12.654352757254305,0.9778814268787902,0.0,0.05776049060194509,0.9530743735902385,2.781963865825439,5.802800734185764,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8280451643865046,0.0009307808870571127,0.0,0.00883995856587843,0.011038446738474022,0.08060739650520124,0.02915255775165199,0.0400105240790001,0.0013751710862326362,0.0,0.0,0.7201830104256934,0.0008095362549265482,0.0,0.0076884549850968036,0.0096005654575953,0.14021476116149753,0.050710221389309994,0.06959741067088493,0.0011960396549953356,0.0,0.0,0.0952591931259265,0.0952591931259265,58.120141944661995,0.3809710941533535,5.724197540292477,12.715225962435998,0.675587445139361,6.096827485069252,13.96343569213273,1.2585062457549334,1.0651065903598984,0.0,2.1252019490949112,0.33234258326981225,0.3888244941795893,0.5470650432324766,0.24668632053243694,0.08922284184787599,0.04968498369912519,0.020923784404317972,0.01047840157591282,0.0,0.0,-0.12520194909491122,0.37188826962734817,0.26205185773967377,0.30658779874659997,0.4313603435137264,3.810430401836459,0.4313603435137264,0.0,0.3888244941795893,0.0,0.0,0.2534836194661457,0.4608316268707122,0.08922284184787599,0,0.2826654277794722,0.0,0.26439961545300444,0.22838373099819856,0.26439961545300444,0.1184103668864711,-0.42882418002620903,0.8176486742057983,0.12318699231024391,0.12318699231024391,0.12318699231024391,3.186089445455737,-5.55397551390067,-5.55397551390067,0.19471468259795247,0.0952591931259265,0.0952591931259265,0.07152769028770856,11,11,2.0,1098.15
14
+ 12,72.42112818204585,0.6392472280407904,12.934963207341902,3.473643670612228,0.06071946214356879,0.31965473305593406,1.6146298303589344,2.8145549455118135,5.721458740888968,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7866275554913089,0.005175991500488577,0.0005586205557401401,0.031553324928477997,0.018791003686619845,0.08279345133405483,0.02963676133046714,0.039640505584750324,0.005222785588092045,0.0,0.0,0.6827945047389942,0.004492772378030925,0.00048488391111010953,0.027388357701190046,0.016310633877732197,0.14372980759353163,0.05144955229051256,0.06881609775654998,0.0045333897523485165,0.0,0.0,0.1409185758651851,0.1409185758651851,50.365889355059025,0.5756659186262073,2.9368718899404818,19.07503171041077,0.3610108303249097,12.293882329983411,14.108693531076202,0.2829544345789832,0.0,0.0,1.9276822391311197,0.7014497042404082,0.6105485462625913,0.5785739488771637,0.1324771134455817,0.020997257830936318,0.0,0.01170319110556994,0.016572916084093982,0.0,0.0,0.07231776086888031,0.06015935257670138,0.3710250814385101,0.3229437873162229,0.306031131245267,4.000004916977465,0.306031131245267,9.8339549272769e-06,0.610538712307664,1.610675348827611e-05,0.0,0.36970101464615535,0.5346339445800331,0.020997257830936318,0,0.03916209474576506,0.016577833061557624,0.5228340210698411,0.39458211471657917,0.5228340210698411,0.2770577699156969,9.8339549272769e-06,0.610538712307664,0.14278154921240127,0.14277924946518541,0.14278154921240127,1.8067328398403268,-5.869577584510632,-5.869577584510632,0.20844191369188614,0.1409185758651851,0.1409185758651851,0.06566036447948487,12,12,2.0,1273.15
15
+ 13,72.28500225829829,0.6548786430730866,12.946807909582486,3.507890002764786,0.03971663009074091,0.40787552692233675,1.747910614403118,2.915806873317212,5.494111541547953,0,0.0,0.0,0.0,0.0,0.0,0.0,0.784119079633499,0.006595838539854147,0.0003649146857223649,0.03182260903983411,0.020315437457449365,0.08276056495670027,0.030662652394887364,0.03801542408310273,0.00534347920895075,0.0,0.0,0.6809907635690321,0.005728345656035778,0.0003169206526434459,0.02763725994134016,0.01764352586963415,0.14375158515364872,0.05325972447247688,0.06603117650409157,0.004640698181096982,0.0,0.0,0.17167940014229285,0.17167940014229285,51.67523286294562,0.5642534234717641,3.032158737735367,10.300091063074506,0.46676859816821215,14.462444839974275,18.772200969022336,0.43360058629922776,0.2932489193087151,0.0,1.9275814128704951,0.8042305169781115,0.3213122962685548,0.7502717923766391,0.13330275841358283,0.03135936685470224,0.013954852432629844,0.014747453848458074,0.015831933761602378,0.0,0.0,0.07241858712950489,0.06088417128407794,0.4287366750249168,0.17129213905538787,0.3999711859196954,4.012592383804776,0.3999711859196954,0.011229915176924427,0.31008238109163033,0.034950156926264644,0.0,0.18615808393784306,0.7145199970129936,0.03135936685470224,0,0.029524804429375703,0.02144689135006459,0.6993000965971988,0.21312135832473372,0.6993000965971988,0.4932064180832761,0.011229915176924427,0.31008238109163033,0.0828096654146465,0.07991545461339312,0.0828096654146465,2.178414242719078,-5.669939574332952,-5.669939574332952,0.24190071944441682,0.17167940014229285,0.17167940014229285,0.1590910540297703,13,13,2.0,1273.15
16
+ 14,73.406653606369,0.52018887810455,12.944700158986302,2.884266310981965,0.08672672815724758,0.25506404111016506,1.2473719624387427,2.6435027003852603,6.011525613466795,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7976765184442536,0.004131893919716701,0.0007982326192470902,0.026210948235199857,0.014523139059271587,0.08289155680127837,0.027847632662320213,0.04166818926283448,0.004251888995878093,0.0,0.0,0.6921827586055503,0.0035854455603043837,0.0006926653143519836,0.022744516148591933,0.01260243497861115,0.14385808062576763,0.04832949385155037,0.07231503378411808,0.0036895711311541665,0.0,0.0,0.13616966627874352,0.13616966627874352,51.45545427815348,0.8232872684504557,2.8423012839360973,18.582769773596002,0.5194550622365971,10.095070077428208,15.49544251690679,0.186219739292365,0.0,0.0,1.9666095852997019,0.5751811151196706,0.5939544974787997,0.6345470865143437,0.12803059428884017,0.01379938039321637,0.0,0.016815889496875586,0.023668329580519062,0.0,0.0,0.03339041470029813,0.09464017958854204,0.31889262751291436,0.32930098945393826,0.3518063830331473,3.9526064781719663,0.3518063830331474,0.0,0.5939544974787997,0.0,0.0,0.32671602724476173,0.4919629063154991,0.01379938039321637,0,0.08084079919532566,0.0,0.5537062873190179,0.30771466263972624,0.5537062873190179,0.2685450452452994,-0.09478704365606566,0.6887415411348654,0.16278522612426505,0.16278522612426505,0.16278522612426505,1.4213202080651306,-6.734282395398108,-6.734282395398108,0.20050510057468285,0.13616966627874352,0.13616966627874352,0.0377198744504178,14,14,2.04,1248.15
17
+ 15,74.57704156866981,0.4618141203227233,12.604832750132445,2.3490904428165065,0.08236798682652108,0.11597655498678941,0.9697219194676621,2.64103957105209,6.19811508572547,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8096314437699876,0.0018769857053171036,0.0007574008599403385,0.021327401625564405,0.011279830254868553,0.08063920222885479,0.027795485585763176,0.042921055771449015,0.0037711941982548837,0.0,0.0,0.7031983366394398,0.0016302395812704726,0.0006578339181088393,0.018523728868661455,0.009796998293278028,0.1400769530669854,0.04828305367929124,0.07455741808828793,0.0032754378646767716,0.0,0.0,0.08088677585837119,0.08088677585837119,49.26904234171104,1.5692808314962903,6.339176784187295,15.30003699147993,0.29863853309233734,8.982614004432962,16.728770248825345,0.658428293169007,0.8540119716057811,0.0,1.8751069001646412,0.5096396332770216,0.4869679579554767,0.6821644202162666,0.2843424425734846,0.048585595836008966,0.041464306906489994,0.009626820670805754,0.04492437615983567,0.0,0.0,0.12489309983535879,0.15944934273812583,0.30357882416517484,0.29007390797230875,0.4063472678625163,3.982822453760031,0.4063472678625163,0.0,0.4869679579554767,0.0,0.0,0.18514507011280598,0.5113660773877897,0.048585595836008966,0,0.11086374690211687,0.0070146764666209616,0.5642859968475287,0.21616079719248482,0.5642859968475287,0.28580070915361305,-0.07581939938642941,0.5627873573419061,0.08409307029994259,0.08409307029994259,0.08409307029994259,2.6760424000873986,-5.986029427975541,-5.986029427975541,0.20411409039412887,0.08088677585837119,0.08088677585837119,0.12002102009418628,15,15,2.04,1223.15
18
+ 16,73.48390588043988,0.3905154023579873,13.375439931703543,2.306621651070931,0.012362405757482256,0.5180047943475483,1.3336903214025568,2.5902905465249657,5.989169066395117,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7975964006343459,0.008381722497453581,0.00011365252113553952,0.0209374270594233,0.015510260392804303,0.08555116897702854,0.027255651998742234,0.04146542020960061,0.0031882957094659576,0.0,0.0,0.6909950462078688,0.007261478010461409,9.846249184579272e-05,0.01813907179983967,0.013437263618915549,0.14823395369739187,0.047225690831397354,0.07184686372950978,0.002762169612769827,0.0,0.0,0.2858719532048245,0.2858719532048245,52.020978370302316,0.5504210810006358,3.139986202710628,8.832394879334569,0.24780357649471274,15.924308100925577,18.8854011139752,0.3066233327324592,0.09208334252392027,0.0,1.922578206160873,0.8773535068985866,0.2729857457327874,0.7478333844605162,0.1367697818489842,0.021971405342645803,0.004341553078913851,0.007757078676415343,0.015301359962845647,0.0,0.0,0.07742179383912706,0.05934798800985713,0.46220954288053734,0.14381502525029402,0.39397543186916867,4.0068920221625675,0.39397543186916867,0.009442491246224434,0.26354325448656296,0.03458968606905664,0.0,0.20743724046646672,0.7626850511713157,0.021971405342645803,0,0.03737658266721133,0.020022605585957864,0.690434196207347,0.2299525282120135,0.690434196207347,0.5230608602664074,0.009442491246224434,0.26354325448656296,0.1245590596117781,0.1202506008427498,0.1245590596117781,1.8830125426077413,-6.468506119994747,-6.468506119994747,0.2508594195178647,0.2858719532048245,0.2858719532048245,0.12630035990608662,16,16,2.04,1223.15
19
+ 17,75.85973517463817,0.41603746696963095,12.104332202043015,2.0812919035283106,0.0,0.1630912392139287,0.7671731560355557,2.4500170120312634,6.158321845540129,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8208632584580724,0.0026308656655726357,0.0,0.018834256633260733,0.008894591956489306,0.07718399416723258,0.025700746424877977,0.04250601802500374,0.003386268669490796,0.0,0.0,0.7166665631641208,0.0022969153939647697,0.0,0.016443520686337858,0.007765552401721991,0.1347732092066476,0.044876818206404476,0.07422099000750332,0.0029564309332993062,0.0,0.0,0.12256107917660154,0.12256107917660154,48.70771159924683,1.0867242925060452,7.08102959763746,13.788469640607245,0.410229684695208,9.89043902263701,17.731027501063263,0.6927680170601237,0.6116006445468104,0.0,1.8467247318475288,0.5590215561585504,0.4371963230633029,0.7202967897883665,0.31641551072084223,0.05092598131851996,0.029582230348674486,0.01317396938202782,0.030992262998917504,0.0,0.0,0.15327526815247117,0.16314024256837106,0.32567246074331224,0.25470002147747445,0.41962751777921337,4.004329355626731,0.41962751777921337,0.0,0.4371963230633029,0.0,0.0,0.15966238839276986,0.5611356436311891,0.05092598131851996,0,0.1122142612498511,0.020530503451310037,0.5875520250872054,0.20433292706732398,0.5875520250872054,0.32539815716032544,-0.020923519095214935,0.45811984215851786,0.10924413627822262,0.10924413627822262,0.10924413627822262,2.796902895598368,-6.172725220134805,-6.172725220134805,0.21337122971540118,0.12256107917660154,0.12256107917660154,0.10412709343717856,17,17,2.0,1198.15
20
+ 18,76.36305879197677,0.37852204949406726,12.016497685912345,1.887596264683777,0.12869783333689475,0.08454786410222201,0.7113125378677688,2.355427779382739,6.074339193243441,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8258792498361557,0.001363152438269293,0.001178934293820542,0.017072547974057557,0.00824264960914062,0.07658400341950881,0.02469563359518304,0.041904515409427655,0.003079313424436706,0.0,0.0,0.7224376300921251,0.0011924171931343968,0.0010312724256372995,0.014934206302506251,0.0072102553133387105,0.1339836687853179,0.04320499640030173,0.07331192497826218,0.002693628509376226,0.0,0.0,0.07393862121110638,0.07393862121110638,48.153174987881734,0.7852641783809988,4.808531265147844,17.508482792050415,0.5622879301987398,10.344158991759574,17.702375181774123,0.1357246728065924,0.0,0.0,1.8564908714691017,0.5945270554798932,0.5645109858795316,0.7312612619676202,0.2184928602113008,0.010145508783714525,0.0,0.0183616531215043,0.02277262795221909,0.0,0.0,0.14350912853089826,0.07498373168040254,0.31451477257251714,0.2986357688890627,0.3868494585384202,4.016562824864885,0.3868494585384202,0.033125649729772076,0.5313853361497596,0.058680256998295495,0.0,0.22903106216438082,0.5129403533718305,0.010145508783714525,0,0.06483822289668802,0.03933545281710512,0.627087586253827,0.2659752275527989,0.627087586253827,0.3166473865511268,0.033125649729772076,0.5313853361497596,0.07581355433556185,0.07136479548319685,0.07581355433556185,1.211360714125507,-8.031753261248348,-8.031753261248348,0.20440690572716047,0.07393862121110638,0.07393862121110638,0.1285933513915986,18,18,2.0,1198.15
21
+ 19,73.31331124606535,0.5034722257756248,13.672468480409744,1.989655266282435,0.02309768509412332,0.4108154066164788,1.8272960398676072,2.8382726083559793,5.421611041532645,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7950468006269527,0.00664148394356061,0.00021215996844815762,0.018044451648769683,0.021232049029953584,0.08737430003753292,0.029838783047450128,0.03750306486647597,0.004106906830856062,0.0,0.0,0.6885214189109737,0.005751616061958629,0.00018373343858102536,0.01562674227842202,0.018387245270294873,0.1513346811552615,0.05168158962769517,0.06495633568995952,0.0035566375668531,0.0,0.0,0.2690326136983422,0.2690326136983422,51.388946360502054,0.520290054174122,2.3983593831466012,8.153097756731215,0.3488462550669273,15.024786357324102,21.64452308400216,0.33861722747007017,0.18253352158275166,0.0,1.9157279670800684,0.83498942828807,0.2541808160576613,0.8645403814554732,0.10537444543945847,0.024474865450336943,0.008680910910755013,0.011014969987830369,0.01458945685554721,0.0,0.0,0.08427203291993157,0.021102412519526895,0.4273864395581336,0.13010156811396945,0.44251199232789684,4.0335732415252,0.44251199232789684,0.058465572139647204,0.1957152439180141,0.23001567563770903,0.0,0.095217755209075,0.7666229619816101,0.021102412519526895,1,0.0,0.042136016459965786,0.8224043649955074,0.133382939675112,0.8224043649955074,0.6241666781217201,0.058465572139647204,0.1957152439180141,0.11204261357645001,0.0862710561144481,0.11204261357645001,1.7389649201853565,-6.653403914414668,-6.653403914414668,0.2515918709285795,0.2690326136983422,0.2690326136983422,0.13954925735212947,19,19,2.0,1198.15
22
+ 20,76.16366367126078,0.2984409465997951,12.479369100777149,1.6458372588120125,0.0607567965341506,0.09406981688565355,0.7371770676082283,2.413655828736265,6.107029512785946,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8248591696144459,0.0015187658532945568,0.0005573294267531765,0.014906471833903779,0.008554151406591113,0.07964371868252047,0.02534104175398965,0.04218815604275359,0.002431195385747644,0.0,0.0,0.7190364745935458,0.001323920597738423,0.00048582861288571115,0.012994093235440525,0.007456723640969724,0.13885216001603556,0.0441799861031634,0.07355152032743476,0.0021192928727860097,0.0,0.0,0.09246257737213864,0.09246257737213864,51.13005551149881,0.8822363203806503,2.329500396510706,18.596352101506746,0.7335448057097541,10.279540047581284,15.711736716891355,0.04956383822363205,0.2874702616970658,0.0,1.9631559867051613,0.5883838895962585,0.5971209367021756,0.6463620858927227,0.10541398915319213,0.0036896962319155164,0.014080886873879544,0.023855598548485457,0.025479620283674644,0.0,0.0,0.03684401329483866,0.06856997585835346,0.3211935789005944,0.3259630559012278,0.3528433651981779,3.9675426899874657,0.3528433651981778,0.0,0.5971209367021756,0.0,0.0,0.3151804942488896,0.49630670123831744,0.0036896962319155164,0,0.06488027962643794,0.0,0.5814818062662848,0.3020115100160746,0.5814818062662848,0.2829053439083075,-0.07899550689894858,0.6761164436011242,0.10339927330855708,0.10339927330855708,0.10339927330855708,0.15130414399180311,-9.111082624096506,-9.111082624096506,0.20131304643032705,0.09246257737213864,0.09246257737213864,0.09791377312176996,20,20,2.04,1173.15
23
+ 21,75.30908382571505,0.31926525523447347,12.799229928466952,1.5818640760370484,0.1067399743133451,0.17693851879039943,1.0317114206085132,2.688161450152432,5.9870055506817845,0,0.0,0.0,0.0,0.0,0.0,0.0,0.815924810053797,0.0028578123435553725,0.0009795238068826234,0.014332697410706285,0.011976616659836436,0.0817172109231039,0.028234185605234854,0.04137528330288925,0.002601859893994087,0.0,0.0,0.708682274411814,0.002482190670656826,0.0008507783447059621,0.012448853710927035,0.010402448644369188,0.1419531265185008,0.04904634991933597,0.07187409799094452,0.0022598797887455288,0.0,0.0,0.16623897663231188,0.16623897663231188,49.10257787216623,1.307376957823085,1.9931343204942962,21.456666984146928,0.6897089786795118,8.194233072391576,16.80085273846989,0.38259748839339447,0.07285158743507697,0.0,1.9273796050504892,0.47949029815182354,0.7043381639191996,0.7065899035522305,0.09220541966243809,0.029117374895422658,0.003648047848912959,0.022930523659800903,0.03860052987507101,0.0,0.0,0.07262039494951078,0.019585024712927307,0.2536424248045961,0.37258322111517667,0.37377435408022724,4.004299866615389,0.3737743540802273,0.004951685381864107,0.6993864785373355,0.007030267044328661,0.0,0.24435818148265548,0.405025545255193,0.019585024712927307,1,0.0,0.03631019747475539,0.6702797060774751,0.256774377996774,0.6702797060774751,0.2663270958927784,0.004951685381864107,0.6993864785373355,0.2928917724205427,0.29083266504533956,0.2928917724205427,1.7229538018090416,-7.335708757987586,-7.335708757987586,0.18433475141746591,0.16623897663231188,0.16623897663231188,0.10855702100307679,21,21,2.04,1173.15
24
+ 22,75.29967371829642,0.4122183046501307,12.930145306310303,1.5959140818909545,0.057890346335289375,0.22565420714367898,1.0785480053257062,2.5407543928859075,5.859201637161596,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8157661738130583,0.0036443877596005797,0.0005312071029921248,0.014458994735087646,0.012519448990610568,0.08254730971250518,0.026684091772976204,0.04048923651411849,0.003359149599050986,0.0,0.0,0.709534252801107,0.0031698028539710772,0.00046203145828222457,0.01257609392856065,0.010889122606682235,0.14359542132970549,0.04641839224423053,0.0704331733743003,0.002921709403160383,0.0,0.0,0.20130439866828467,0.20130439866828467,51.76655543206038,0.5628333202128979,2.748586662254642,11.637403648192647,0.6118681676444726,12.665967947888298,19.371833583066365,0.37673439924639773,0.25821683943389095,0.0,1.9454124517543858,0.7095930508112612,0.36574173078033934,0.780020989586185,0.12173873187517217,0.027450157327598212,0.012379569007517946,0.019476253120124857,0.01591005560650135,0.0,0.0,0.05458754824561418,0.06715118362955799,0.3824565950285693,0.19712754635094346,0.4204158586204873,3.997722989869086,0.4204158586204873,0.0,0.36574173078033934,0.0,0.0,0.16559606304055752,0.659873558182721,0.027450157327598212,0,0.03970102630195978,0.007443260971827202,0.732876702312398,0.1712290396396013,0.732876702312398,0.47500819645947734,-0.016933589269348293,0.38267532004968763,0.1299127098319949,0.1299127098319949,0.1299127098319949,2.1017246541986214,-6.944956940617818,-6.944956940617818,0.23173648182198608,0.20130439866828467,0.20130439866828467,0.10182377198999118,22,22,2.04,1173.15
25
+ 23,73.5381994111643,0.4664104261152449,14.109830658455822,1.7284942418578106,0.05356592490540279,0.33591001963218414,1.75142139245959,2.6458139514957044,5.370353973913939,0,0.0,0.0,0.0,0.0,0.0,0.0,0.798785744392149,0.0054393727037808075,0.000492823091566436,0.015701503660768272,0.020383609934814063,0.09031627865261159,0.0278608112213769,0.03720906616088369,0.003810790182049139,0.0,0.0,0.6913582443582956,0.004707839604421083,0.0004265440510882852,0.013589831917887691,0.017642248722079062,0.15633955484210535,0.04822770478225463,0.06440974901167267,0.0032982827101955695,0.0,0.0,0.25728534894666927,0.25728534894666927,51.8093709109142,0.6282387921511148,3.1094766577520807,9.02306657731835,0.35007129644813456,12.887482530176989,21.491543289732167,0.36920290368534825,0.3315470418216259,0.0,1.9342424235451046,0.7172643084332924,0.28171679654678805,0.8596928696256483,0.13681912282468137,0.026724822588340205,0.015790878185530117,0.011069913195310135,0.01764236524239713,0.0,0.0,0.06575757645489544,0.07106154636978593,0.38590108767485276,0.15156869918864993,0.46253021313649734,4.000963500187092,0.46253021313649734,0.0,0.28171679654678805,0.0,0.0,0.08902272521205513,0.7179891069989847,0.026724822588340205,0,0.04433672378144572,0.010710426336724858,0.8046457195074778,0.09716769273630133,0.8046457195074778,0.5714004987380962,-0.013863877811344544,0.2955806743581326,0.13606332932254311,0.13606332932254311,0.13606332932254311,2.0035784705046455,-6.555702847878998,-6.555702847878998,0.24254597390181115,0.25728534894666927,0.25728534894666927,0.10648264457926804,23,23,2.04,1173.15
26
+ 24,76.48378543748726,0.3569243320416071,12.359779726697939,1.4786865184580869,0.010197838058331634,0.050989190291658174,0.7444421782582092,2.3455027534162753,6.1696920252906375,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8280705981000215,0.0008229712262585248,9.351714253142295e-05,0.013388443725180499,0.008635790492739777,0.07885616290118037,0.024617904296692056,0.042607889299814246,0.0029067228155818378,0.0,0.0,0.7225230215040847,0.0007180736260550193,8.159725576450231e-05,0.011681925231677376,0.007535054926726096,0.13760998932773888,0.042960111459955166,0.07435400070343966,0.002536225964558849,0.0,0.0,0.0579073463114655,0.0579073463114655,54.483637307887776,0.4385074177470217,3.529176404259382,15.135174458256417,0.6522040049670563,10.821938707979319,13.658192561337993,0.44527700230671063,0.8358921352583204,0.0,2.032873589229848,0.6019465031233188,0.47226711495488655,0.5460226370141504,0.155193869839319,0.03221229613918127,0.03978808709991716,0.020611655197362518,0.012306957436028757,0.0,0.0,-0.032873589229847955,0.18806745906916694,0.3715177346707421,0.29148040199110753,0.33700186333815024,3.9132227100340122,0.33700186333815024,0.0,0.47226711495488655,0.0,0.0,0.3385854924433947,0.5603519194378707,0.03221229613918127,0,0.15585516292998566,0.0,0.39016747408416474,0.3420230719970203,0.39016747408416474,0.21451819974410358,-0.21334266703189114,0.6856097819867777,0.04822634664722967,0.04822634664722967,0.04822634664722967,2.3454199535499525,-6.641660882679113,-6.641660882679113,0.21322545701544393,0.0579073463114655,0.0579073463114655,0.16499911036821427,24,24,2.0,1148.15
27
+ 25,76.80877228940356,0.25620004099200655,12.646034023365443,1.2297601967616314,0.10248001639680263,0.12297601967616312,0.6661201065792169,2.35704037712646,5.810616929698708,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8307487357049806,0.0019828407855202066,0.0009388218285570708,0.011123342040230357,0.007719417760296247,0.08060094453141076,0.024713999274836196,0.04008756301082052,0.002084335063348072,0.0,0.0,0.7252897830768059,0.001731130125627433,0.000819643595128791,0.009711295351658303,0.006739480413525161,0.14073820172681628,0.04315338778769282,0.0699973376559458,0.00181974026679947,0.0,0.0,0.15128619800879362,0.15128619800879362,53.17059644983541,0.8844658872638727,3.378050686388683,16.358686610505302,0.6794819441713679,10.11892698518328,13.666369223168328,0.6846241877019718,1.0587980257817975,0.0,2.0068584618514578,0.5693616607882545,0.5163564881703199,0.5526771355191816,0.1502686168271262,0.050100791612133065,0.050982000775793165,0.02172242265881709,0.025110523862929102,0.0,0.0,-0.0068584618514577755,0.15712707867858397,0.3475117794725223,0.31515989643177605,0.33732832409570157,3.943438102066013,0.33732832409570157,0.0,0.5163564881703199,0.0,0.0,0.30272610706925723,0.5244018586152418,0.050100791612133065,0,0.1070262870664509,0.0,0.44565084845273073,0.3200336502529218,0.44565084845273073,0.22911975026900552,-0.16410579664376687,0.6804622848140868,0.16166424201359134,0.16166424201359134,0.16166424201359134,2.7524977284569037,-6.551850538640861,-6.551850538640861,0.20653874570243497,0.15128619800879362,0.15128619800879362,0.04487450368884363,25,25,2.0,1148.15
28
+ 26,71.80490469389589,0.6716741489749793,13.524919673934177,2.789828271901034,0.0,0.6245415478397176,2.2810131186006712,3.202091781338196,5.101026763515329,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7775611707233171,0.010082084561972982,0.0,0.0252646868690861,0.026465577444958744,0.08630621463147088,0.033614865086354126,0.035234377405649366,0.0054710232771907575,0.0,0.0,0.6731225359568237,0.008727902811522024,0.0,0.021871244007277853,0.02291083618378287,0.14942787847167763,0.058199725204191345,0.061003698140142476,0.004736179224582029,0.0,0.0,0.2852267244435285,0.2852267244435285,52.77963795603044,0.42836231036920364,0.9384544792763891,8.885761377804194,0.37872176688934667,15.869834640906296,20.447536172781884,0.19053272683438624,0.08115856910785121,0.0,1.9618519338009002,0.87938847015586,0.27621703583607654,0.8143553268671836,0.04111212706455898,0.013731454445857607,0.003848511087241242,0.011923540023683902,0.011976793076003791,0.0,0.0,0.03814806619909983,0.0029640608654591533,0.44639896158724723,0.14021448103370993,0.4133865573790428,4.0144051923573665,0.4133865573790428,0.024961873627490697,0.25125516220858585,0.09037050720616864,0.0,0.16313267290929712,0.7609702826360277,0.0029640608654591533,1,0.0,0.019074033099549914,0.7952812937676337,0.18016210611215144,0.7952812937676337,0.5990096800217299,0.024961873627490697,0.25125516220858585,0.12534473859606532,0.11401727099351427,0.12534473859606532,-0.2847231868566424,-8.11024800864296,-8.11024800864296,0.25054047257030115,0.2852267244435285,0.2852267244435285,0.12519573397423583,26,26,2.0,1298.15
29
+ 27,71.90658682184731,0.6884180039820764,13.370471852092521,3.253770341765896,0.0,0.5138334263042823,1.9741321093896476,2.9496451387528277,5.343142305865419,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7801227973366044,0.008310462481933468,0.0,0.029521416019322635,0.022947936708119798,0.08548067607854712,0.031022815297632882,0.03697597041300074,0.005617925664838848,0.0,0.0,0.6763213591393672,0.007204690466740496,0.0,0.025593360781241383,0.01989453429237906,0.1482136074550589,0.05378997429137211,0.06411205684693634,0.004870416726904519,0.0,0.0,0.21966252228282826,0.21966252228282826,51.5362832518654,0.5325928830767377,1.4187531875079813,15.845671703434693,0.46505664746088177,13.809980632831959,16.052935477299737,0.21304393751481868,0.12568227900780007,0.0,1.9558179184677524,0.7812984114550469,0.5029003918740698,0.6527440512893586,0.06345693502157417,0.01567586966176398,0.006084822499555723,0.014948799250447686,0.015203380291276103,0.0,0.0,0.044182081532247564,0.0192748534893266,0.4033667847206268,0.259636153268511,0.33699706201086216,4.008130579810846,0.33699706201086216,0.010176337122132735,0.49272405475193704,0.02023529368153877,0.0,0.3116262898381114,0.6083857022016274,0.01567586966176398,0,0.0035989838275626226,0.02029154885234247,0.6288535186094535,0.3276726423598315,0.6288535186094535,0.3781881705757853,0.010176337122132735,0.49272405475193704,0.18119785030147226,0.17753125858615845,0.18119785030147226,1.4583100847150605,-6.194703273379962,-6.194703273379962,0.2221597406095027,0.21966252228282826,0.21966252228282826,0.040961890308030435,27,27,2.04,1248.15
30
+ 28,73.55480843709053,0.5269342735631919,12.548911236730945,2.8058186337492965,0.05120962238698205,0.20397487007047338,1.037870885249311,2.8807734076240683,6.389698633535177,0,0.0,0.0,0.0,0.0,0.0,0.0,0.799330609414964,0.003304460660960685,0.0004713592951488758,0.02549945887900474,0.012084587781545274,0.08036155695425783,0.030348806489156326,0.04429189845468308,0.004307262070279215,0.0,0.0,0.6920597783950374,0.002860999298417157,0.0004081024866343185,0.022077410339525802,0.01046282607419817,0.13915393866362474,0.052551942953396436,0.07669577786262524,0.003729223926540876,0.0,0.0,0.11471921157766268,0.11471921157766268,49.476424348211054,0.9264371018105977,6.602422473444397,22.044388937185495,0.522695054188652,8.287886067613021,10.94498198689283,0.46236170475464344,0.7324023258993266,0.0,1.9042255947014741,0.47552396646341716,0.7095355360607938,0.45134463026925004,0.2994886155173169,0.0345023825571312,0.03596071745982191,0.01703937301317347,0.026820415752982506,0.0,0.0,0.09577440529852588,0.20371421021879105,0.29059078801742155,0.43359431930153153,0.27581489268104686,3.954441231795361,0.27581489268104686,0.0,0.7095355360607938,0.0,0.0,0.389738244445874,0.4012578732289404,0.0345023825571312,0,0.16921182766165985,0.0,0.2821328026075902,0.4514633499583104,0.2821328026075902,0.1116055526675595,-0.127078253869099,0.8366137899298928,0.1933621038232166,0.1933621038232166,0.1933621038232166,2.287566681726446,-5.43449460081918,-5.43449460081918,0.1836339644205829,0.11471921157766268,0.11471921157766268,0.009728139402633701,28,28,2.07,1203.15
31
+ 29,73.91221053451822,0.5099018500506104,12.805043436665342,2.467708855223701,0.0,0.2590937486445258,1.2284991070473323,3.114738116212965,5.702804351637301,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8010862291571612,0.004186282721191127,0.0,0.022367270428668026,0.014266290279289533,0.08178450899282314,0.03272666525406321,0.039425761665204534,0.004156991501599212,0.0,0.0,0.6942201122316699,0.0036278262623444138,0.0,0.019383442658405383,0.012363145537076702,0.14174866311594278,0.05672175703119427,0.0683326106275327,0.003602442535833604,0.0,0.0,0.1576498972628451,0.1576498972628451,50.44038951816555,1.1492324087965864,6.450720417449553,11.942714114417488,0.3553638035989355,10.03662158203501,18.379600406541012,0.6183543828269367,0.6270033661689103,0.0,1.8920267620629594,0.5612352481067308,0.3746345902983881,0.7386828987041665,0.2851766599064771,0.04497109104752882,0.030003868701855854,0.011290343625454035,0.03242546270246713,0.0,0.0,0.10797323793704061,0.1772034219694365,0.3351553138156575,0.223722180852366,0.44112250533197644,3.9704469251560277,0.44112250533197644,0.0,0.3746345902983881,0.0,0.0,0.15278642950240115,0.599685682824863,0.04497109104752882,0,0.13223233092190767,0.0,0.6064505677822588,0.16470963531143,0.6064505677822588,0.3593493912973185,-0.08911001838980132,0.4637446086881894,0.12493338334155565,0.12493338334155565,0.12493338334155565,2.45149417916602,-5.943112767174623,-5.943112767174623,0.2205415370054245,0.1576498972628451,0.1576498972628451,0.09560815366386885,29,29,2.07,1203.15
32
+ 30,71.5185168369956,0.6722984010500184,13.136828281854356,3.8396446255860868,0.0,0.49710750674796866,1.9695209359422539,3.145762856711732,5.220320555111994,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7756265974127158,0.00803698320603141,0.0,0.03482420561735942,0.02288589662277083,0.08395598022407036,0.03307328367175749,0.03611269587836032,0.005484357366934379,0.0,0.0,0.6726202189057464,0.006969639026581981,0.0,0.03019940894716797,0.01984655612328288,0.14561256662711483,0.05736203316759718,0.0626335648829083,0.004756012319600567,0.0,0.0,0.18750681665247246,0.18750681665247246,51.97241645544529,0.5704287644098739,2.735599985349005,20.092687822216106,0.4761438606558914,11.649105621671046,11.552423868837536,0.44933627830738937,0.5018573431078652,0.0,1.9818473851282485,0.6622141048129733,0.6407540042931151,0.47200168569606754,0.1229438492251694,0.03322124618155336,0.024413841560517728,0.015378735026411957,0.01636169110307209,0.0,0.0,0.01815261487175146,0.10479123435341794,0.3730847176961599,0.3609943144776363,0.2659209678262037,3.9691365430271293,0.2659209678262037,0.0,0.6407540042931151,0.0,0.0,0.4278943808413502,0.5082267337712083,0.03322124618155336,0,0.07156998817186458,0.0,0.40043169752420293,0.4512682057909428,0.40043169752420293,0.2011394188827582,-0.0861407555062573,0.7268947597993725,0.22330823788348883,0.22330823788348883,0.22330823788348883,2.1737616513827005,-4.916178806919215,-4.916178806919215,0.20353017248144473,0.18750681665247246,0.18750681665247246,0.019778065402044104,30,30,5.01,1298.15
33
+ 31,71.79696353308483,0.6563020953103996,13.502569069825146,3.0976356481693363,0.0,0.5809024871607958,2.0600521533702083,3.1033622012356816,5.202212811843614,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7783874696485362,0.009388615217823464,0.0,0.028085107235761297,0.02392991249259795,0.0862646939766351,0.032616651005889195,0.03597546515859808,0.005352085264158795,0.0,0.0,0.6740121050621142,0.008129679052311415,0.0,0.024319125097707416,0.020721107831258957,0.14939461449959954,0.056486052157242714,0.06230290169774712,0.004634414602018734,0.0,0.0,0.2505323611561553,0.2505323611561553,51.874795480291134,0.48251638576624195,1.5090019909373285,14.14000018874889,0.4232332935919488,13.70110439994536,17.45245061457728,0.29468101050290835,0.12221663563891723,0.0,1.9598198345904054,0.7716562397796388,0.4467506164719519,0.7064628113330298,0.06719028438706844,0.021585347219140003,0.005890451928094354,0.01354330634866992,0.013712015365840604,0.0,0.0,0.04018016540959457,0.027010118977473865,0.40088752645156195,0.23209395627941234,0.3670185172690257,4.0066109074238385,0.3670185172690257,0.0073313629195795,0.43941925355237244,0.01641041478012103,0.0,0.25346789465697184,0.6333243974069377,0.021585347219140003,0,0.005424771758333863,0.017377696825630354,0.6836603427490655,0.26737325675126267,0.6836603427490655,0.42822411602974964,0.0073313629195795,0.43941925355237244,0.1935382197973165,0.19036217733463628,0.1935382197973165,1.7281994426622587,-5.98521499896351,-5.98521499896351,0.2267983379176904,0.2505323611561553,0.2505323611561553,0.03326011812037391,31,31,5.01,1298.15
34
+ 32,71.43328139741843,0.659037037457738,13.342814962766564,3.722974293144415,0.0,0.41376724520442193,1.996694555176786,3.094995388849154,5.33643511998247,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7758943213277179,0.006699873860229665,0.0,0.03381800657482522,0.02323735766995839,0.08540363498601887,0.03258960681389674,0.036972749751873625,0.005384449015479505,0.0,0.0,0.6717897557184708,0.005800927394604796,0.0,0.02928052152374463,0.020119516799570126,0.14788943676388647,0.056433881261057736,0.06402396264880107,0.00466199788986433,0.0,0.0,0.16535137051679918,0.16535137051679918,50.48458775571115,0.6684053803652324,2.7774154619781193,20.719082274150878,0.4782521889804017,10.923033530111413,13.338564119545588,0.34042835676209854,0.27023093239512197,0.0,1.945522442502635,0.6275224145368418,0.6677346907312464,0.55075652082358,0.12614649697988575,0.0254360866972387,0.013285289755307274,0.01561059743003116,0.01937522888846526,0.0,0.0,0.05447755749736505,0.0716689394825207,0.3399337933736794,0.3617170974761204,0.29834910915020024,3.991389768345231,0.29834910915020024,0.0,0.6677346907312464,0.0,0.0,0.37668114968732636,0.4844687632673462,0.0254360866972387,0,0.046232852785282004,0.004122352356041522,0.5004013156822564,0.39742789479291585,0.5004013156822564,0.23954594442140761,-0.03050575306484747,0.6982404437960938,0.21081102439122384,0.21081102439122384,0.21081102439122384,1.9100092272706206,-5.44941336248434,-5.44941336248434,0.1991111899677264,0.16535137051679918,0.16535137051679918,0.011699834423497452,32,32,5.03,1273.15
35
+ 33,71.68675459627661,0.6377873813632132,13.320027040481378,3.569137935491297,0.0,0.46266426385695003,2.003873526878909,3.003459558126325,5.316295697525317,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7780186733652054,0.007485582527123009,0.0,0.03239443633495669,0.023302072298846538,0.0851889229322832,0.03160021456693207,0.0368034705972082,0.005206627377445139,0.0,0.0,0.6744310494924516,0.006488930732206393,0.0,0.02808134874270015,0.020199567971658523,0.14769325381315662,0.0547857438495146,0.06380670323111495,0.004513402167197262,0.0,0.0,0.18769748917224177,0.18769748917224177,50.68786819983946,0.49887619788795967,1.754857117003524,22.157992792845487,0.5082127464500173,12.539241246540353,11.518954988028904,0.2303454701597922,0.10365124124449426,0.0,1.9556261330269717,0.7212097832995297,0.7149377292267406,0.4761765710141842,0.07979588255607346,0.017230926079019247,0.005101699256868507,0.016607814530406308,0.014477849686570564,0.0,0.0,0.04437386697302825,0.03542201558304521,0.3771378447340841,0.3738580376518154,0.24900411761410046,4.001164388676364,0.24900411761410046,0.0,0.7149377292267406,0.0,0.0,0.4758825499007742,0.5021752873953919,0.017230926079019247,0,0.018191089504025964,0.013091388734501145,0.44489409277565706,0.49562670987530666,0.44489409277565706,0.22086442655973454,-0.0027729219041388413,0.7177106511308794,0.22906660668068338,0.22906660668068338,0.22906660668068338,1.5436652175534138,-5.701042433014049,-5.701042433014049,0.2024046034555429,0.18769748917224177,0.18769748917224177,0.02666200322514048,33,33,5.03,1273.15
36
+ 34,72.14350422344795,0.5421619885298328,13.49389837165036,3.2040652439978334,0.0,0.29758295592763645,1.8977639660835186,3.0548790187351957,5.366144231627674,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7837938594305602,0.004819713489824327,0.0,0.02911132469662803,0.02209123297285823,0.0863910948362202,0.032174794423116285,0.03718737383027263,0.004430606320520125,0.0,0.0,0.6781671178978885,0.004170192413681846,0.0,0.025188183002664767,0.019114142852431154,0.1494974707755111,0.055677618139887836,0.06435175226044659,0.0038335226574883635,0.0,0.0,0.1420403151630687,0.1420403151630687,48.13607306216684,0.9736707590413495,4.00739441137268,24.25804547339277,0.5310894077021082,9.087916235388382,12.556188339081533,0.31503049248807474,0.13459181936625467,0.0,1.8882995811912824,0.5314630800755561,0.7958148502152875,0.5277535906849142,0.1852760327033081,0.023960725770496405,0.006735617916503873,0.01764627349185672,0.028730411125678753,0.0,0.0,0.11170041880871762,0.0735756138945905,0.28649813982460165,0.4290034111100625,0.28449844906533595,4.005680163174884,0.2844984490653359,0.0046247084332660185,0.7911901417820215,0.005811286924357997,0.0,0.3938687571435884,0.4004077994524116,0.023960725770496405,0,0.04961488812409409,0.031042765342311762,0.4470959372185084,0.44009099653616757,0.4470959372185084,0.1766753719020789,0.0046247084332660185,0.7911901417820215,0.2479123674974751,0.2464716775978504,0.2479123674974751,1.834036700122677,-5.623208451265878,-5.623208451265878,0.18347585069814856,0.1420403151630687,0.1420403151630687,0.06443651679932655,34,34,4.99,1248.15
37
+ 35,72.56269304715146,0.6675744999960566,13.520723202686938,2.4903265172396862,0.0,0.5129486323826793,1.9651919623537473,2.9165936261031487,5.363948512086297,0,0.0,0.0,0.0,0.0,0.0,0.0,0.7867216651713907,0.008290679746519841,0.0,0.022579795521141064,0.022828944547271482,0.08638424846817576,0.030654961977602622,0.03709546872125735,0.005444235846641145,0.0,0.0,0.6816549917200174,0.00718345951834963,0.0,0.019564263970854246,0.019780139146106962,0.14969526525365506,0.053121983995363484,0.06428273821219888,0.004717158183454264,0.0,0.0,0.2685568363877064,0.2685568363877064,51.58992976736874,0.46741919403012305,1.2490191507032293,15.248608986035883,0.49396899553323337,13.499206081493446,17.08664806654777,0.2428440772564346,0.12235568103114473,0.0,1.9590259621708992,0.7641735963163846,0.4842409100119747,0.695192800053658,0.055898643317247074,0.01787927516240724,0.005927313992508261,0.01588766495805412,0.013350922382401455,0.0,0.0,0.04097403782910081,0.014924605488146267,0.3931728357920598,0.2491454464191013,0.35768171778883884,4.011577088365535,0.3576817177888389,0.01722686273855887,0.46701404727341583,0.03557498423281269,0.0,0.2698020012874513,0.6121073495555612,0.014924605488146267,1,0.0,0.020487018914550403,0.6747057811391076,0.2868543625946259,0.6747057811391076,0.40780784446800233,0.01722686273855887,0.46701404727341583,0.23266956824285173,0.22439235202115693,0.23266956824285173,1.39603724124433,-6.521330279185511,-6.521330279185511,0.2228519670173344,0.2685568363877064,0.2685568363877064,0.009817601225517336,35,35,4.99,1248.15
38
+ 36,76.57578315151142,0.25364314302121305,12.803826567242254,0.776822595862,0.054175530847247175,0.18530136361507749,0.8233690076482435,3.1465741668786067,5.380504473373962,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8265229797138007,0.0029816086963364912,0.0004952811371526737,0.007011990665335912,0.009522064909941355,0.08143857917142482,0.032924455408768205,0.03704375705360368,0.002059283243636118,0.0,0.0,0.7178375060138389,0.002589535443078042,0.00043015304473746505,0.006089933389559218,0.00826993985021571,0.14145926489779856,0.057189962136752405,0.06434521200112113,0.0017884932228982978,0.0,0.0,0.29834484093025426,0.29834484093025426,56.41501716048734,0.37194461626797637,4.00135698868173,7.8316610373131725,0.0,11.764979097691409,18.05771544436152,0.7988032121292682,0.7585224430675779,0.0,2.049493126998007,0.6371643185334043,0.23793680090755576,0.7028905152668046,0.1713231127654912,0.056265046438779845,0.035154321268593566,0.0,0.010163879147148511,0.0,0.0,-0.04949312699800679,0.22081623976349798,0.40378181006732883,0.15078457684702515,0.4454336130856461,3.900391121325784,0.4454336130856461,0.0,0.23793680090755576,0.0,0.0,0.17866835124776287,0.7280970360302658,0.056265046438779845,0,0.16455119332471813,0.0,0.5383393219420864,0.1683808987494368,0.5383393219420864,0.3919668248442986,-0.23437207861702195,0.4723088795245777,0.15878866161062283,0.15878866161062283,0.15878866161062283,2.6024626862006346,-6.983218196479227,-6.983218196479227,0.24442604870162943,0.29834484093025426,0.29834484093025426,0.0856373870910066,36,36,2.0,1123.15
39
+ 37,75.24056440889991,0.19788797085854384,13.19542766105396,1.389956940523679,0.054347860072823044,0.1904348379702527,1.232764856792893,3.219930800348344,5.2786846634795825,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8137011089028519,0.0030702080738778032,0.0004978292828865545,0.012571010918891845,0.014284539510114816,0.08409365967414174,0.03375798712860218,0.03641389428208991,0.0016097622265431348,0.0,0.0,0.7049513997776428,0.002659880213518525,0.00043129528272902514,0.010890917619421445,0.012375436155435711,0.14570938260030963,0.05849258411868523,0.06309448387043833,0.0013946203618191734,0.0,0.0,0.1962842951670436,0.1962842951670436,53.11832789533521,0.27699326796662677,1.4541342788355558,12.761092501359467,0.7035595579816303,12.37444503935891,18.962260801024797,0.26127513610199593,0.08791152203579618,0.0,1.997357182012094,0.6936583471121892,0.4012870925429919,0.7639669866320918,0.0644425574973806,0.019048314814584685,0.004217117286146381,0.02240770273610676,0.007834477327998331,0.0,0.0,0.0026428179879061098,0.0617997395094745,0.3731527840166218,0.21587197270205222,0.4109752432813259,3.974219777961584,0.4109752432813259,0.0,0.4012870925429919,0.0,0.0,0.20343687286487863,0.6335017524357234,0.019048314814584685,0,0.04275142469488981,0.0,0.721215561937202,0.18686493885898958,0.721215561937202,0.44773418145519056,-0.05577756136298036,0.45706465390597223,0.1412886189094599,0.1412886189094599,0.1412886189094599,1.5034726586930172,-7.562314540318059,-7.562314540318059,0.22683132595304456,0.1962842951670436,0.1962842951670436,0.08554270704358466,37,37,2.0,1088.15
40
+ 38,76.61101181220879,0.13420500830539897,12.502512070988004,1.0974332526629593,0.04936546939912213,0.11041125152758241,0.7927388886072427,2.9874755799884025,5.714846666312505,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8273814969376782,0.0017776099988481913,0.0004515678395788114,0.009911712938203518,0.009173137554688262,0.07956806714382074,0.03127779378057,0.039368397174088646,0.001090216632523547,0.0,0.0,0.7193281522222611,0.001545459888305432,0.0003925945417554969,0.008617275319286551,0.007975155489598245,0.13835347037926957,0.05438603035973155,0.068454023929719,0.0009478378700729029,0.0,0.0,0.15206694672254006,0.15206694672254006,52.74388427584971,0.3960887258995019,4.75515640378091,12.803375813507751,0.677876679803887,9.27546794382573,17.767627691519138,0.8492458749422234,0.7312765908711584,0.0,1.9788106795054934,0.5187719790744265,0.4017099815773775,0.7142244565692671,0.2102586429496635,0.06177499503278561,0.03500034679636386,0.02154110394277966,0.011177742243046655,0.0,0.0,0.021189320494506614,0.1890693224551569,0.317348713878738,0.2457383034320418,0.4369129826892203,3.9532699276912036,0.4369129826892203,0.0,0.4017099815773775,0.0,0.0,0.15998545909071682,0.5635791230594377,0.06177499503278561,0,0.1272943274223713,0.0,0.5869301291468958,0.1667759157524541,0.5869301291468958,0.32322234573628356,-0.128460491413958,0.5301704729913355,0.13887493922841537,0.13887493922841537,0.13887493922841537,2.7642100834765158,-6.782267461990813,-6.782267461990813,0.2138257168890554,0.15206694672254006,0.15206694672254006,0.07495077766064004,38,38,2.0,1063.15
41
+ 39,76.36909554164325,0.23488629148067414,13.013927332444528,0.9405190078115028,0.05625281993848234,0.1754121245521883,1.146401469542224,2.847071761473578,5.216433651113581,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8244875186524628,0.0028231541528088966,0.0005143939639045231,0.008491609405617372,0.013261001029279889,0.08279454720817396,0.02979764857895684,0.035922675160809076,0.0019074518479865624,0.0,0.0,0.7178727411443637,0.002458091074152809,0.00044787749546504525,0.00739355633994423,0.01154621621776196,0.14417670907445634,0.0518890078530076,0.0625550022372107,0.0016607985636374258,0.0,0.0,0.24950440738331175,0.24950440738331175,53.895414382484574,0.6620425809022078,5.198493341124856,10.08107799243421,0.0,10.422976828048974,17.995072231958595,0.9450496102505159,0.7998730327960615,0.0,1.98811104463964,0.5731775085668667,0.3109938431642259,0.7112389843322348,0.22600769699567314,0.06759126387787837,0.03764162971337886,0.0,0.018369791184127373,0.0,0.0,0.011888955360360054,0.21411874163531308,0.3592665132038579,0.19493031738255048,0.4458031694135917,3.933131762474025,0.44580316941359166,0.0,0.3109938431642259,0.0,0.0,0.1531321403035416,0.6482575721500542,0.06759126387787837,0,0.14652747775743472,0.0,0.5647115065748001,0.15972992257814622,0.5647115065748001,0.36608281162227485,-0.17137810476532941,0.4823719479295553,0.1803878299436821,0.1803878299436821,0.1803878299436821,2.8640132872837296,-6.308986442923157,-6.308986442923157,0.22957590841991007,0.24950440738331175,0.24950440738331175,0.04918807847622797,39,39,2.0,1063.15
42
+ 40,76.12193903048475,0.12993503248375812,13.103448275862068,0.8395802098950524,0.02998500749625187,0.01999000499750125,0.3098450774612694,3.8880559720139938,5.557221389305347,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8243243849430267,0.0003227080158063856,0.00027502843247084166,0.0076033764251961025,0.0035950591639437057,0.0836182016674115,0.04081670615670672,0.03838614931345487,0.0010583858819828886,0.0,0.0,0.7089004622707836,0.0002775216477424059,0.0002365182766365256,0.006538733004984231,0.0030916701601477583,0.14381955186337608,0.07020290165226636,0.06602245302978446,0.0009101880942784401,0.0,0.0,0.040713378360366786,0.040713378360366786,51.968818708774734,0.31980811513092144,1.0893463921647013,11.95282830301819,0.609634219468319,12.832300619628223,20.727563461922845,0.3897661403158105,0.10993403957625424,0.0,1.9654951597070425,0.723506112037927,0.37805571593856824,0.8399443698482134,0.04855702251863291,0.028581194767344817,0.005304199627406374,0.019529161505354217,0.009098045140263335,0.0,0.0,0.03450484029295753,0.014052182225675384,0.3726519713656097,0.19472289934595485,0.4326251292884355,4.018070981090753,0.4326251292884355,0.03083776255410029,0.3472179533844679,0.08156935936689089,0.0,0.12096934616786463,0.6567927454299497,0.014052182225675384,1,0.0,0.017252420146478764,0.8226919497017346,0.13943493913738025,0.8226919497017346,0.5309316188587925,0.03083776255410029,0.3472179533844679,0.02217771843940069,0.02036869615407949,0.02217771843940069,1.0186642433355115,-10.241731572964408,-10.241731572964408,0.23116345064997063,0.040713378360366786,0.040713378360366786,0.20898573221056993,40,40,1.0,1073.15
43
+ 41,76.67999999999999,0.13999999999999999,12.819999999999999,0.6099999999999999,0.039999999999999994,0.05,0.2899999999999999,3.819999999999999,5.549999999999999,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8288598872400034,0.0008057078001253727,0.00036622175249337026,0.005514229626040433,0.003358691787856851,0.08166086257866494,0.040029440772522615,0.03826665898754098,0.0011382994547520066,0.0,0.0,0.7145608967843422,0.0006946014604721958,0.00031572012099051206,0.004753822602971866,0.002895531383410113,0.14079981452763327,0.06901883789173428,0.06597944618632569,0.0009813290421197562,0.0,0.0,0.127482957911247,0.127482957911247,51.81367690782953,0.19821605550049554,0.7036669970267591,13.240832507433101,0.6541129831516352,12.111000991080276,20.862239841427154,0.39643211100099107,0.019821605550049554,0.0,1.972586660986168,0.6873536838055314,0.42156346476652173,0.8509925333321648,0.031572994731475956,0.029262244979973942,0.0009626957383483943,0.021092573719065068,0.005676229974002198,0.0,0.0,0.027413339013832028,0.004159655717643929,0.3507068158047513,0.21509331203310203,0.43419987216214656,4.021063082033251,0.4341998721621466,0.04116346832815765,0.3803999964383641,0.09764477182802257,0.0,0.11511226851391682,0.6198343634544304,0.004159655717643929,1,0.0,0.013706669506916014,0.8372858638252488,0.1358156423734022,0.8372858638252488,0.5092978507580622,0.04116346832815765,0.3803999964383641,0.08961390893724348,0.08086357924644913,0.08961390893724348,-0.17635690642873503,-11.72795679156437,-11.72795679156437,0.22428919160252406,0.127482957911247,0.127482957911247,0.13467528266528056,41,41,1.0,1048.15
44
+ 42,76.30421746951829,0.12992204677193686,12.992204677193687,0.7695382770337799,0.02998201079352389,0.10993403957625426,0.4197481511093344,3.807715370777534,5.436737957225666,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8249115168442869,0.0017717382297883996,0.000274539417125896,0.006957369111894055,0.004862064907309459,0.08276916949643728,0.039906206266983886,0.03749089171121324,0.0010565040149609459,0.0,0.0,0.711028703359816,0.0015271416515539539,0.00023663799303826806,0.005996872437119164,0.004190834575713745,0.1426850130311118,0.06879394339545626,0.0646302047599103,0.0009106487962804392,0.0,0.0,0.20296360079870088,0.20296360079870088,53.03668069753458,0.20044097013429546,0.6514331529364602,9.761475245540188,0.46101423130887953,13.299258368410502,22.02846261775907,0.46101423130887953,0.10022048506714773,0.0,1.98862962532408,0.7433845621556194,0.30608991469673924,0.8849829298908993,0.028787525879764908,0.033514985709510975,0.004793940174214012,0.014641211966810291,0.005653189440130086,0.0,0.0,0.011370374675919948,0.01741715120384496,0.3842858258673884,0.1582303717981854,0.4574838023344262,4.010477885237768,0.4574838023344262,0.01616183030132579,0.28992808439541345,0.05280092392896459,0.0,0.0741347220759333,0.7083329187515671,0.01741715120384496,1,0.0,0.005685187337959974,0.8792977425529394,0.08508836714970969,0.8792977425529394,0.614271901279355,0.01616183030132579,0.28992808439541345,0.10485520508127892,0.09931875337422633,0.10485520508127892,1.2555404565808523,-9.662423669849796,-9.662423669849796,0.24074992288779146,0.20296360079870088,0.20296360079870088,0.13589471780651252,42,42,1.75,1033.15
45
+ 43,76.92384569258446,0.09994003597841297,12.802318608834701,0.6895862482510494,0.019988007195682594,0.07995202878273037,0.2998201079352389,3.867679392364582,5.216869878073156,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8302231308811167,0.0012863876888898418,0.0001827210007686053,0.006224126737384076,0.0034671109017241175,0.08142342974657656,0.04046704099228025,0.035914712184360126,0.0008113398668997867,0.0,0.0,0.7170663451211854,0.0011110571172621468,0.00015781670652680345,0.005375797957363995,0.002994554656397707,0.14065134782174554,0.0699030227004329,0.06203930110881515,0.0007007568102703795,0.0,0.0,0.17127349798656372,0.17127349798656372,52.98336487697976,0.2490287877278613,1.2451439386393064,9.941229206096223,0.4283295148919214,12.969419264867016,21.595776471760132,0.44825181791015034,0.13945612112760236,0.0,1.984199645013507,0.7240605853695358,0.3113450121529743,0.866538357157554,0.0549569099290259,0.0325473046081558,0.006662572585318083,0.013586542757258525,0.007014954522693645,0.0,0.0,0.015800354986492904,0.039156554942533,0.38069501658440497,0.16369831055581616,0.45560667285977885,4.0009118840960225,0.45560667285977885,0.0,0.3113450121529743,0.0,0.0,0.08981407267307887,0.699294376956873,0.0325473046081558,0,0.006609250334377197,0.004595552326057854,0.8553335544971189,0.09003602151269557,0.8553335544971189,0.5903888984241744,-0.004838804393271582,0.31618381654624583,0.08887107905340724,0.08887107905340724,0.08887107905340724,1.8622306494857621,-9.49561660889542,-9.49561660889542,0.23906875411397838,0.17127349798656372,0.17127349798656372,0.15019767506057113,43,43,1.0,1013.15
46
+ 44,76.80623563505546,0.10992305386229638,12.860997301888677,0.6095732986909164,0.0099930048965724,0.0799440391725792,0.3597481762766063,3.8772858998700905,5.2862995902867995,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8292500698074259,0.0012867188674755064,9.138402100842257e-05,0.005503905462311034,0.004161604205085455,0.08182586464919689,0.040582052089187935,0.036405697278661005,0.0008927036196479507,0.0,0.0,0.7156026299456539,0.0011103760362419933,7.885998222927189e-05,0.004749603728965229,0.003591262783545654,0.14122351284007825,0.07004068919851504,0.06283270551587684,0.0007703599688938581,0.0,0.0,0.18947948920925067,0.18947948920925067,51.69710202461294,0.3572846367606193,1.5482334259626835,12.683604605001984,0.7542675664946408,10.887256847955538,21.327907899960298,0.5855498213576815,0.15879317189360856,0.0,1.967341334940772,0.6176472790155183,0.4036567388559587,0.869630796536342,0.06943954604994736,0.04320405481802741,0.007709103609167009,0.02431218986398734,0.010227213779065691,0.0,0.0,0.03265866505922799,0.03678088099071937,0.32663594445953753,0.21346940982858323,0.4598946457118792,4.013168257468786,0.4598946457118792,0.01862741132840465,0.38502932752755403,0.046146662585637335,0.0,0.07467467008286559,0.604755404286214,0.03678088099071937,1,0.0,0.016329332529613994,0.853301464006728,0.08400127693237447,0.853301464006728,0.5040466315696707,0.01862741132840465,0.38502932752755403,0.15278628749047327,0.14573571023393822,0.15278628749047327,1.9825737750743038,-9.296904868045747,-9.296904868045747,0.22148450519723578,0.18947948920925067,0.18947948920925067,0.06869821770676252,44,44,1.75,1013.15
47
+ 45,76.75464907018596,0.06998600279944013,12.887422515496901,0.6398720255948811,0.029994001199760045,0.04999000199960008,0.39992001599680066,3.999200159968007,5.168966206758649,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8285324751262705,0.0008044453487524057,0.00027423594387388726,0.0057763561578935444,0.004625419454433546,0.08197809690033755,0.04184996779775887,0.035590745335408284,0.0005682579352714245,0.0,0.0,0.7146101718863158,0.0006938349988725464,0.00023652880348384414,0.004982113545084386,0.003989429371341562,0.14141239764424482,0.07219128659220131,0.061394114063717475,0.0004901230947383053,0.0,0.0,0.12223765761042221,0.12223765761042221,51.59638554216867,0.4016064257028112,1.3353413654618473,13.403614457831322,0.5923694779116465,10.35140562248996,21.676706827309236,0.5120481927710843,0.13052208835341364,0.0,1.9705137676965336,0.5893429147983877,0.42809298925827005,0.8870061571760798,0.060104835399952775,0.03791562064505942,0.006359203876351055,0.01916187463605236,0.011536931688753922,0.0,0.0,0.029486232303466364,0.03061860309648641,0.30945699362306067,0.22478656503793412,0.4657564413390053,4.010034295175441,0.4657564413390053,0.01370938647453153,0.41438360278373854,0.032024319058074104,0.0,0.0651325844222368,0.5792351429224419,0.03061860309648641,1,0.0,0.014743116151733182,0.8722630410243466,0.07258643151615563,0.8722630410243466,0.49591273841672306,0.01370938647453153,0.41438360278373854,0.10116088748787581,0.09792127895076615,0.10116088748787581,1.7703994640398313,-9.460597144464161,-9.460597144464161,0.2167377365835742,0.12223765761042221,0.12223765761042221,0.11557684909569839,45,45,1.75,993.15
48
+ 46,77.17228277172283,0.0999900009999,12.58874112588741,0.6999300069993,0.01999800019998,0.0999900009999,0.28997100289971,3.91960803919608,5.109489051094891,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8317156007090762,0.001606492191844408,0.0001825514118681198,0.006308470950232944,0.00334842987194884,0.07995078334489651,0.04095182703728802,0.03512525764507367,0.0008105868377713955,0.0,0.0,0.7194598190166338,0.0013896656268207958,0.00015791263940690347,0.005457023247197528,0.0028964958065093,0.13831982005992843,0.07084920384691352,0.060768876973553106,0.0007011827830367517,0.0,0.0,0.20296360079870093,0.20296360079870093,51.59780985564958,0.44798407167745147,1.72224987555998,12.304629168740666,0.6072672971627675,11.329019412643108,21.32404181184669,0.5276256844201095,0.13937282229965156,0.0,1.9587184812467402,0.6411233876162096,0.3906297152107553,0.8673280959712489,0.07705375907529109,0.038834151383909346,0.006749589934298877,0.019525662318703205,0.012791833558781182,0.0,0.0,0.041281518753259805,0.03577224032203129,0.33759661673335956,0.2056940563984076,0.4567093268682329,4.012754676315938,0.4567093268682329,0.0187597626975755,0.3718699525131798,0.048024412806010164,0.0,0.08174802541620117,0.6213843963740924,0.03577224032203129,1,0.0,0.020640759376629902,0.846687336594619,0.09253288311617291,0.846687336594619,0.5163531039401066,0.0187597626975755,0.3718699525131798,0.15515942756716042,0.14770798716693084,0.15515942756716042,1.9533143920517715,-9.367014747982571,-9.367014747982571,0.22457749772558117,0.20296360079870093,0.20296360079870093,0.06941807015842075,46,46,1.0,1023.15
49
+ 47,78.07438512297539,0.11997600479904016,12.307538492301537,0.5098980203959207,0.039992001599680055,0.039992001599680055,0.23995200959808033,3.899220155968805,4.769046190761847,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8393619729933005,0.0006409474201483118,0.00036416565569163863,0.004584373960392958,0.002764001312538629,0.07797202969265243,0.04063830782832541,0.032703993727701865,0.0009702074092484721,0.0,0.0,0.7290467513619452,0.0005567093214701497,0.0003163042844230697,0.003981861283200469,0.0024007356093108637,0.13544872599316363,0.07059463558357754,0.05681158106011263,0.0008426955027965432,0.0,0.0,0.12265822311524638,0.12265822311524638,53.51101494885917,0.27537372147915035,2.7734067663257282,11.614870180959876,0.5605822187254131,10.405192761605038,19.9645948072384,0.5900865460267507,0.30487804878048785,0.0,2.0041977663052797,0.5809731492383454,0.36380422592229633,0.8011817021598078,0.1224243682208095,0.04285092839646888,0.014567401231784271,0.01778368800487972,0.007757992459385695,0.0,0.0,-0.004197766305279682,0.12662213452608917,0.3327530162562423,0.20836927431348065,0.45887770943027695,3.9555412219390576,0.45887770943027695,0.0,0.36380422592229633,0.0,0.0,0.1286850923324357,0.61492335788663,0.04285092839646888,0,0.08377120612962029,0.0,0.7174104960301875,0.11368343956522714,0.7174104960301875,0.43300757855777666,-0.10348495735367136,0.4672891832759677,0.08754957559583379,0.08754957559583379,0.08754957559583379,2.131970105293552,-9.595080893804175,-9.595080893804175,0.22337574456691317,0.12265822311524638,0.12265822311524638,0.13582616897107938,47,47,1.0,993.15
50
+ 48,78.02098950524737,0.09995002498750624,12.36381809095452,0.529735132433783,0.08995502248875561,0.02998500749625187,0.22988505747126436,3.988005997001499,4.6476761619190405,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8387287396424615,0.00048053251355283474,0.0008190692358444634,0.004762388725019208,0.0026478534828795804,0.07832305106442164,0.04156071545346514,0.03186944317255537,0.0008082067098003006,0.0,0.0,0.7282191467631225,0.00041721829773062923,0.0007111499485767488,0.004134903801396134,0.0022989764305421352,0.13600665560198022,0.07216948058627151,0.055340749918328346,0.0007017186520517908,0.0,0.0,0.09165080131304404,0.09165080131304404,50.62858292265916,0.6034396057527909,2.5042743638740825,14.040028160514936,0.8146434677662677,9.363371215930806,21.170672835160413,0.7140702001408026,0.16091722820074425,0.0,1.941521584323745,0.5352876682408105,0.45026731662047903,0.8698697899266021,0.1131840615343087,0.05309266164659282,0.007872406930776074,0.02646056771073217,0.01740643113186907,0.0,0.0,0.058478415676255,0.054705645858053695,0.2884987176599512,0.24267613688189144,0.4688251454581573,4.014962488065915,0.4688251454581573,0.022052569201055985,0.42821474741942306,0.04897661541720035,0.0,0.0631426168832367,0.5431249469069476,0.05309266164659282,0,0.0016129842114608745,0.028432715732397064,0.8398240899827443,0.07286544743927265,0.8398240899827443,0.44421004965467764,0.022052569201055985,0.42821474741942306,0.08487526092860184,0.08071835791566719,0.08487526092860184,2.3223794267956928,-9.604817292700552,-9.604817292700552,0.21002124012469225,0.09165080131304404,0.09165080131304404,0.1251459791960904,48,48,1.5,973.15
51
+ 49,77.78110944527737,0.06996501749125439,12.433783108445779,0.5597201399300351,0.009995002498750627,0.03998000999500251,0.37981009495252377,3.848075962018991,4.877561219390306,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8368457313284229,0.000641243115665376,9.108341508730777e-05,0.00503614469805488,0.0043783543957944555,0.07883180646176806,0.04013581165099766,0.03347360951404387,0.0005662154201651911,0.0,0.0,0.7261504632663276,0.000556421533951775,7.903519320883144e-05,0.004369979637422096,0.003799199725621306,0.1368083761184147,0.06965355054790645,0.05809165571588437,0.0004913182612628177,0.0,0.0,0.11294351126605394,0.11294351126605394,51.14473422257615,0.40812263587497505,1.672307386024288,15.110491738005175,0.6967947441767867,9.177782201871391,21.073063906032253,0.6072068484969141,0.10949631694206648,0.0,1.967030164197727,0.5262067157647626,0.48600941830115496,0.8683822029165638,0.07580242806074064,0.045278694060318425,0.005372397589582268,0.02269865306167746,0.011806746822162817,0.0,0.0,0.03296983580227297,0.04283259225846767,0.27980813628129064,0.258433397894514,0.4617584658241954,4.00858742077469,0.46175846582419533,0.011802443959798098,0.47420697434135684,0.024284393502194915,0.0,0.0758474429928129,0.5198477460221719,0.04283259225846767,1,0.0,0.016484917901136487,0.8518972850154273,0.0801594245252451,0.8518972850154273,0.4331507077612352,0.011802443959798098,0.47420697434135684,0.11760148744964363,0.11474560665197303,0.11760148744964363,2.142935756871517,-9.222882374088032,-9.222882374088032,0.20569168076012395,0.11294351126605394,0.11294351126605394,0.08809019331048032,49,49,2.0,973.15
52
+ 50,75.3537561105282,0.22667952114198167,10.700252303748854,3.515502167674266,0.09032631227538582,0.007119315253232377,0.22695434764991892,6.01610373466372,3.863306187064451,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8068155059452994,0.00011363604264706289,0.0008191600008851537,0.03147840328829554,0.0026036402337241363,0.06751344492878344,0.062445592243263945,0.02638499434684145,0.0018256229702598389,0.0,0.0,0.6977296409663876,9.827182875480311e-05,0.0007084050927379849,0.027222351160448174,0.002251613847398153,0.11677051653927374,0.10800521391759163,0.045635197878237076,0.0015787887691709138,0.0,0.0,0.003596863727096913,0.003596863727096913,50.50896207651272,0.5977863628288123,0.5006656879351381,25.65207637370915,1.2303652668408078,1.8429716197190558,15.884593344957212,3.666353304226466,0.11275691224359474,0.003469051027062297,2.03809901861333,0.11086233684166931,0.8656360885789233,0.6867617096502128,0.02381011976832386,0.2868390570167262,0.005804416270035888,0.042050970677547345,0.018143969743181037,0.00011066749517264837,0.0,-0.03809901861332987,0.06190913838165373,0.06665363673671519,0.5204454013695656,0.41290096189371917,4.078118354655121,0.41290096189371917,0.15043229304020783,0.7152037955387154,0.17378237232133645,5.5333747586324186e-05,0.017335025545662953,0.1135271200346257,0.06190913838165373,1,0.0,0.0,0.6867063759026264,0.1448960247589831,0.6867063759026264,0.07474342810302313,0.15043229304020783,0.7152037955387154,0.028187381357589816,0.023288911355741643,0.028187381357589816,2.310880134754748,-7.729340052410394,-7.729340052410394,0.1301160443264404,0.003596863727096913,0.003596863727096913,0.10192866296885057,50,50,0.75,998.15
53
+ 51,76.52255971657974,0.09408750607459263,11.397717909483314,2.728174088475259,0.07004986612222831,0.003325020404852489,0.1334652782535253,5.971817266812473,3.078803347794009,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8179697732151853,5.298471793534943e-05,0.0006342203937935568,0.024387980558292718,0.001528583610868368,0.0717947338842474,0.0618830083704331,0.02099221478764783,0.0007565004615963605,0.0,0.0,0.7084013645859497,4.5887327034184804e-05,0.0005492655194893127,0.021121170088084916,0.0013238272993469186,0.12435542025904726,0.10718735339567612,0.03636054555609832,0.0006551659692732687,0.0,0.0,0.002167792934537194,0.002167792934537194,50.6476641904259,0.333383186013136,0.3092692957633539,28.250879068119282,0.9482729651994162,0.7099319662353618,15.491487090054854,3.2020275281978914,0.10096970432938072,0.0061150056614280015,2.058775279810836,0.04302043536809861,0.960367565081398,0.6747078602357315,0.014816418779028513,0.25236069955266827,0.005235994105322464,0.03264885988841773,0.01019348505460095,0.00019651646529542137,0.0,-0.05877527981083608,0.07359169858986458,0.025636458784024287,0.5722960097698141,0.40206753144616153,4.052323114341398,0.40206753144616153,0.09941023457747028,0.8609573305039278,0.10351269471397084,9.825823264771069e-05,0.058468230885573264,0.04287380343560121,0.07359169858986458,1,0.0,0.0,0.6746096020030837,0.16438919922320644,0.6746096020030837,0.028012515666871695,0.09941023457747028,0.8609573305039278,0.04849952324153808,0.043479206898463615,0.04849952324153808,2.3980543733662394,-8.380350867267115,-8.380350867267115,0.11697452743902183,0.002167792934537194,0.002167792934537194,0.06847500419748376,51,51,1.5,948.15
54
+ 52,76.19782800756703,0.12061715915240379,11.298879018241216,2.4367377875326204,0.057088404309192285,0.008457996199554693,0.18538149907260024,6.434113767363854,3.260896360561539,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8144127125259827,0.00013476526923090413,0.0005168148489317054,0.021780444775862925,0.002122958370345809,0.07116463564779141,0.06666652676647537,0.022231434815907582,0.0009697069794715971,0.0,0.0,0.7020420402058619,0.00011617068729969975,0.0004455060012844818,0.018775232326140888,0.0018300377715949935,0.12269102687683886,0.11493608521755952,0.038327991729047224,0.0008359091843723949,0.0,0.0,0.006149190213394006,0.006149190213394006,50.943272129350504,0.3056379082687661,0.6720147487481004,27.22474401454944,1.0648994743267148,1.3506564687710207,14.652283315478714,3.6295373576820547,0.15650614115947087,0.0004484416652133835,2.0578183641013443,0.08133428448198696,0.9196869009099847,0.6341597088632187,0.031993070417436674,0.2842618709791957,0.008065106859787292,0.036434594601846886,0.009286603314495013,1.4321177091086797e-05,0.0,-0.05781836410134433,0.08981143451878101,0.049740236549812404,0.5624374062472725,0.3878223572029152,4.063054825706387,0.3878223572029152,0.11804454455298924,0.8016423563569954,0.12835296929443052,7.160588545543399e-06,0.06159186624109354,0.08124881818486807,0.08981143451878101,1,0.0,0.0,0.6341525482746732,0.18343431855864928,0.6341525482746732,0.04971618526878953,0.11804454455298924,0.8016423563569954,0.06996447659652841,0.06098432828023329,0.06996447659652841,2.5589461485903917,-7.965579090715018,-7.965579090715018,0.12411228018238546,0.006149190213394006,0.006149190213394006,0.05414780358585705,52,52,1.5,973.15
55
+ 53,75.74674635256524,0.12863540902205586,11.36824214393183,3.3181654429152845,0.07157312106079693,0.0038974248709416825,0.15299980932291454,5.9665997821180055,3.2431405141929224,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8109854851554281,6.220644694511683e-05,0.0006490590075060181,0.029710032621690613,0.0017551454982009556,0.07172479799089355,0.06192886895304533,0.02214845358785307,0.0010359507384370419,0.0,0.0,0.7016646454864511,5.3821018183021886e-05,0.0005615658562794311,0.025705120360932403,0.0015185518931159273,0.12411259110321153,0.10716171540600992,0.038325684292156215,0.0008963045836603885,0.0,0.0,0.0020893414553761827,0.0020893414553761827,50.925769153317724,0.2532703229897921,0.28753395054616426,28.495215615397797,0.7783453873843729,0.42448827472616657,14.143764971552173,4.634907022340486,0.0567053017453411,0.0,2.070897723936907,0.025733289028508806,0.969056268609826,0.6162532476773884,0.013780567426322837,0.3654342237896616,0.0029417330518747152,0.026808871730403465,0.007747022759904176,0.0,0.0,-0.07089772393690685,0.08467829136322969,0.01597306349874778,0.6015087031904877,0.3825182333107645,4.098652948010797,0.3825182333107645,0.19436416296971673,0.7746921056401093,0.20057056464692677,0.0,0.012433770592935328,0.025867231372228027,0.08467829136322969,1,0.0,0.0,0.6162532476773884,0.18926815498047317,0.6162532476773884,0.015522951564283925,0.19436416296971673,0.7746921056401093,0.07884714366295471,0.06303272753767854,0.07884714366295471,2.5596857527932104,-7.813787942043897,-7.813787942043897,0.11381130503523441,0.0020893414553761827,0.0020893414553761827,0.0349641613722797,53,53,1.25,948.15
56
+ 54,76.86254231375604,0.16360450952325212,11.00980027783736,2.3138691114425955,0.0650982298185916,0.006289438349660803,0.14951119483856745,6.015148362185045,3.4141365622488915,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8208097191623962,0.00010012629706705399,0.0005888193199049498,0.02066438705063142,0.0017107029080090656,0.06928418386180743,0.06227177290422491,0.02325611565031013,0.0013141728456487966,0.0,0.0,0.7107734139329911,8.670354203827169e-05,0.0005098832389870132,0.01789415571954752,0.001481369089283567,0.11999213641200752,0.10784745742036922,0.0402768834961151,0.001137997148660739,0.0,0.0,0.004821830728196456,0.004821830728196456,51.50432869510557,0.26857910226006454,0.49858567387639635,25.93074087831081,0.8928826537901082,1.8600531443755532,14.997571359181691,4.047258493099803,0.0,0.0,2.0670410402151274,0.11128567563914327,0.8703146375426278,0.644910490926138,0.02358316444395406,0.3149295763716219,0.0,0.03035183002246822,0.008107875293812962,0.0,0.0,-0.06704104021512736,0.09062420465908141,0.06841988098577681,0.5350807602043373,0.39649935880988596,4.070524290454894,0.3964993588098859,0.1410485809097872,0.7292660566328406,0.16206619402385802,0.0,0.03336260825723797,0.11336832123327177,0.09062420465908141,1,0.0,0.0,0.644910490926138,0.16834491112781658,0.644910490926138,0.07092163418147122,0.1410485809097872,0.7292660566328406,0.0378933192159495,0.031752093191689444,0.0378933192159495,2.62913578064127,-8.148259666337832,-8.148259666337832,0.13008650774938854,0.004821830728196456,0.004821830728196456,0.09219318853343904,54,54,1.0,973.15
57
+ 55,75.8296711257495,0.1718399427594406,10.636602925073113,2.6843946010956166,0.07133661757811612,0.0020905993178146807,0.07136102146120349,6.297551613143586,4.235151553821602,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8117212328214197,3.336161634746182e-05,0.0006467930941777644,0.024030902674089485,0.0008184684216943807,0.06709614991770409,0.06535165812841556,0.028917799001985094,0.0013836343241665707,0.0,0.0,0.6989368618247686,2.872619625120339e-05,0.0005569246155151328,0.020691935879838832,0.0007047465644989426,0.11554698969990232,0.11254278193156211,0.049799647632904794,0.0011913856547581224,0.0,0.0,0.0013863088876701483,0.0013863088876701483,49.737005494764134,0.28333538971994987,0.22662371543969756,27.887253524720983,0.8317959985194017,0.9702428468715422,17.769880922827035,2.1586113295505727,0.13525077758667423,0.0,2.030190895104578,0.0590399847498158,0.9519606138965073,0.7771679735297684,0.010902334738954318,0.17083577848434664,0.00704296536463009,0.028758034163052688,0.00869936470939067,0.0,0.0,-0.030190895104578175,0.04109322984353249,0.03301701286359583,0.5323662593723083,0.4346167277640959,4.044597944741045,0.4346167277640959,0.08215292411745463,0.8698076897790527,0.08629865870310671,0.0,0.040710118031600566,0.05839573961724363,0.04109322984353249,1,0.0,0.0,0.7771679735297684,0.11691631255827734,0.7771679735297684,0.04412945837368674,0.08215292411745463,0.8698076897790527,0.022384620863254524,0.020452858107178076,0.022384620863254524,1.8669776797864719,-9.731609496285772,-9.731609496285772,0.11986160756880732,0.0013863088876701483,0.0013863088876701483,0.0974769867055528,55,55,1.0,973.15
58
+ 56,75.39450612254278,0.11860077538342258,10.89497026225051,2.603725407153152,0.07468903366137988,0.0014126296104969237,0.10498113670714222,6.720926764022426,4.086187868668684,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8073841179660802,2.255159961608178e-05,0.0006774581455934073,0.023318020321490246,0.0012045502127361813,0.06875328767876698,0.06977290516832595,0.027911769915381468,0.0009553389920093411,0.0,0.0,0.6921792189050098,1.9333732556742964e-05,0.0005807922643301009,0.019990793394846475,0.0010326740479908987,0.11788588827465564,0.11963414668549166,0.04785813014740714,0.0008190225477116781,0.0,0.0,0.0009661651433846385,0.0009661651433846385,50.146462244781034,0.19143005756082815,0.24679065683424567,28.32612259837913,0.789547594399454,0.8065816249451208,16.75261416602704,2.6238997587859596,0.11655129828716737,0.0,2.0447795042744126,0.049030130959517484,0.9659381260948671,0.7319171210013838,0.01186019454520927,0.20744384844979447,0.0060629200287552415,0.027269025962273166,0.005871455688023135,0.0,0.0,-0.044779504274412574,0.056639698819621845,0.028067171192472037,0.5529487728438872,0.4189840559636408,4.050172327004237,0.41898405596364074,0.09428173397971377,0.8716563921151533,0.09760639054685594,0.0,0.048426284379288254,0.04830552276224447,0.056639698819621845,1,0.0,0.0,0.7319171210013838,0.14152556802650035,0.7319171210013838,0.03443169120791978,0.09428173397971377,0.8716563921151533,0.01905337569424604,0.017193644464997493,0.01905337569424604,2.1261307347574037,-9.084722466279269,-9.084722466279269,0.11798482723377747,0.0009661651433846385,0.0009661651433846385,0.09893145153953142,56,56,1.5,973.15
59
+ 57,74.6867143211135,0.2087816517382377,9.729368982108195,4.088575220280043,0.1082839490780992,0.002652836168951205,0.0960192103341351,6.530541038111968,4.549062791066858,0,0.0,0.0,0.0,0.0,0.0,0.0,0.79940801221364,4.232959549972678e-05,0.0009816899742574616,0.03659764405313972,0.001101175167272325,0.06136726052121096,0.06776281628764645,0.031058152569747952,0.001680919617585363,0.0,0.0,0.6890330309951528,3.648511028455998e-05,0.000846147159054745,0.0315445745150693,0.000949134924306302,0.10578845564409692,0.11681348693554681,0.05353985117808451,0.0014488335384040746,0.0,0.0,0.0011552460036161464,0.0011552460036161464,50.0451002391323,0.2475130273937163,0.2727214607243665,27.583690508014524,0.8158787292167067,0.8729538023161945,17.175158198653715,2.826226443282184,0.16075759126628816,0.0,2.039192265049506,0.053026921924480226,0.9399504865179277,0.7498432630925113,0.013097030573141384,0.2232804529912533,0.008356542810948001,0.02815835950884029,0.007586197548209234,0.0,0.0,-0.03919226504950579,0.052289295622647176,0.030425919769346606,0.5393271389707032,0.4302469412599501,4.062491520016818,0.4302469412599501,0.11662649722268187,0.8233239892952458,0.12407727736247887,0.0,0.01625353570122448,0.05340025333999102,0.052289295622647176,1,0.0,0.0,0.7498432630925113,0.12156707267494832,0.7498432630925113,0.03893887709699972,0.11662649722268187,0.8233239892952458,0.020502156688835108,0.017958304906825512,0.020502156688835108,2.187459161117748,-8.684739210559258,-8.684739210559258,0.11893244712123834,0.0011552460036161464,0.0011552460036161464,0.09843029043240323,57,57,0.5,998.15
60
+ 58,75.16880589779784,0.1631431208694056,11.04713411495235,3.635884240849933,0.08700061009076525,0.013395706458803225,0.16178496493174677,5.634137190105604,4.088714153943561,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8067134779746236,0.00021431660916134077,0.0007908408363587485,0.032632301381712046,0.001860342711040768,0.06986476582856505,0.058617355447468385,0.02798961702228905,0.0013169821887811448,0.0,0.0,0.697564368638747,0.00018531936584692904,0.0006838393106972268,0.028217119624322586,0.0016086365532616896,0.12082399165476672,0.10137274177356075,0.04840518984661755,0.0011387932321796324,0.0,0.0,0.0065245529013476695,0.0065245529013476695,49.9581908256604,0.33275256675862364,0.4804447483716425,27.691168022201307,0.8971629160880497,0.7431883620019348,16.670971308801363,3.101865703538037,0.11827412608031873,0.005981420498336729,2.0357350648423185,0.04514628308704371,0.943651910597505,0.7278612435393723,0.02307357668210211,0.2450669146307988,0.006148410322266902,0.03096499367306203,0.010199184376511352,0.00019269544378168043,0.0,-0.035735064842318476,0.058808641524420585,0.026298916435080203,0.549702457071813,0.4239986264931069,4.068040277194763,0.4239986264931069,0.12993214406725537,0.8137197665302496,0.1376907550422745,9.634772189084021e-05,0.01805188305927817,0.04565627661533257,0.058808641524420585,1,0.0,0.0,0.7277648958174815,0.1305166489335336,0.7277648958174815,0.03221912735693506,0.12993214406725537,0.8137197665302496,0.13727705356279937,0.11837527240775877,0.13727705356279937,2.2892259488928577,-8.106966370044134,-8.106966370044134,0.11749206745045186,0.0065245529013476695,0.0065245529013476695,0.01978498611234751,58,58,1.0,998.15
61
+ 59,74.91356509113278,0.21524969577438757,10.242052058830184,4.028283161507995,0.13152269506165368,0.010864662603460995,0.21350385181747156,5.694289706167063,4.550669077104985,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8032844065367054,0.00017367354163492588,0.0011945234986599953,0.03612308691542891,0.0024529444993396134,0.06471765457740966,0.059192348551946425,0.031125237276980487,0.0017361246018947156,0.0,0.0,0.695463115267473,0.00015036211498952037,0.0010341879250712446,0.031274445706713644,0.0021236966748102663,0.11206178359483172,0.10249444602421447,0.05389487036954952,0.001503092322346766,0.0,0.0,0.004784663030850405,0.004784663030850405,50.803758382146356,0.0,1.2457260992870205,26.933525934957192,0.9773648917278487,1.079408412626892,15.485435606562595,3.0275119934268075,0.4472686792652867,0.0,2.0515286446902645,0.06497945843090634,0.9095591539959929,0.6700054050308113,0.059287238500871794,0.23703624191659173,0.023041395093749112,0.033429016905282216,0.0,0.0,0.0,-0.051528644690264525,0.11081588319113632,0.039512143026343344,0.5530768069085035,0.40741105006515305,4.04886655456447,0.4074110500651531,0.07469171403519088,0.8348674399608019,0.08211858866687845,0.0,0.058752447671522795,0.06667507240401305,0.11081588319113632,1,0.0,0.0,0.6700054050308113,0.15226660369804396,0.6700054050308113,0.043192446957375896,0.07469171403519088,0.8348674399608019,0.06729823375415972,0.06177179777849443,0.06729823375415972,2.9931210275617834,-6.94751871213051,-6.94751871213051,0.12140156346714642,0.004784663030850405,0.004784663030850405,0.0541033297129867,59,59,0.5,1023.15
62
+ 60,76.41232085967769,0.20732998880533715,13.061678371488997,1.0567584253347375,0.019531942962630923,0.12691759187200233,0.8845680023644165,3.161873069748438,5.069021747745751,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8251763918090643,0.0020432136086425763,0.0001786545075302251,0.009543663470428359,0.010234998079952142,0.08312072238562195,0.033101294419439896,0.03491693408585143,0.0016841276334690807,0.0,0.0,0.716834741080064,0.001774949589761731,0.00015519803877017373,0.008290626829230414,0.00889119256370472,0.1444147508366239,0.05751051060138561,0.060665020602122414,0.0014630098583369674,0.0,0.0,0.17633374180395467,0.17633374180395467,52.28754219400553,0.1691552441436616,0.9463399165240968,15.079193815019206,0.7329878021929135,10.948827446784144,19.358975304954804,0.32865567910712934,0.14324583555261175,0.005076761715893946,1.995526303987766,0.62292446182995,0.4812750480678064,0.7916163050714723,0.04256604531461949,0.02431910049433884,0.006974286343902808,0.02369414835045686,0.004855949582756004,0.0001531787654802392,0.0,0.004473696012234019,0.03809234930238547,0.328578576521718,0.25386171181171313,0.4175597116665688,3.993904827808549,0.4175597116665688,0.0,0.4812750480678064,0.0,7.65893827401196e-05,0.17053685005523828,0.5641330090173562,0.02431910049433884,0,0.013773248808046628,0.0,0.7777664668806855,0.16321652150853544,0.7777664668806855,0.42955269255039286,-0.019164630726804854,0.5004396787946113,0.16540804022550318,0.16540804022550318,0.16540804022550318,1.74018015430227,-7.995638821592204,-7.995638821592204,0.21392873967722825,0.17633374180395467,0.17633374180395467,0.048520699451725074,60,60,1.0,1098.15
63
+ 61,76.61018903538108,0.15541236829513522,13.161091677304938,0.8744914319342877,0.04358633022836282,0.06728443944439458,0.7820805245517677,3.1584929615459094,5.147371231314118,0,0.0,0.0,0.0,0.0,0.0,0.0,0.8279091881084079,0.0010839752159664672,0.0003989620625035477,0.007903286417211122,0.009055673920493966,0.08381369791273548,0.033089730011185474,0.03548217260751869,0.0012633137439775905,0.0,0.0,0.7184306951827628,0.0009406358561462204,0.0003462053520276203,0.006858196087808113,0.007858197738949366,0.1454612030453757,0.05742822540636684,0.061580381759639403,0.0010962595709239987,0.0,0.0,0.12060885925780616,0.12060885925780616,52.08177907986184,0.28619080913605355,1.5002972580108842,15.29279820227689,0.777097906141147,10.083860295913437,19.400998336001756,0.35330171139128036,0.2184057427348161,0.005270658531897904,1.9903639361542906,0.5744894382338366,0.4887532235352263,0.7944085280129332,0.0675742001488961,0.02617818674983495,0.010648030267318115,0.02515402850604577,0.008226817049100305,0.00015924438217021072,0.0,0.009636063845709364,0.05793813630318674,0.30925581798876656,0.2631027968133155,0.42764138519791794,3.985955633039652,0.42764138519791794,0.0,0.4887532235352263,0.0,7.962219108510536e-05,0.1599422359995372,0.5403099754821628,0.02617818674983495,0,0.03175994955335179,0.0,0.7625689562684962,0.15033685275028336,0.7625689562684962,0.40250748207486575,-0.038736764188013244,0.5274899877232395,0.11668612492664289,0.11668612492664289,0.11668612492664289,1.803608528089333,-8.286680504698204,-8.286680504698204,0.20949765543968227,0.12060885925780616,0.12060885925780616,0.09281153051303938,61,61,1.0,1048.15
64
+ 62,77.87261476433605,0.16926976167819868,12.443896580365244,0.7012862499487229,0.05602286203371852,0.04391287083177657,0.6252461205558631,3.0639914696236357,5.0237593206268,0,0.0,0.0,0.0,0.0,0.0,0.0,0.838448057757966,0.0007048420107402049,0.0005109069663019683,0.006314554608711524,0.007212993613187591,0.07895410562640051,0.03198129896151864,0.03450235786115338,0.001370882594020042,0.0,0.0,0.7319891881033077,0.0006153472793084582,0.0004460364264659765,0.0055127871768522,0.0062971501810499195,0.13785839478102752,0.05584118144165091,0.060243094810116145,0.0011968198002211344,0.0,0.0,0.10041045807051517,0.10041045807051517,52.89941703349659,0.17692482307265736,1.351032188368179,14.666881236437879,0.7060212862673035,10.776225228599849,18.771042094751365,0.35090431725452165,0.30155179175165203,0.0,2.0084980651059943,0.6099521086274138,0.4657086462491213,0.7636283644460445,0.06045651979275143,0.025831901771575252,0.014606325865921631,0.022705101815979907,0.005052877570788287,0.0,0.0,-0.008498065105994268,0.0689545848987457,0.3316238334797862,0.25320034863286983,0.4151758178873439,3.9764399112455897,0.415175817887344,0.0,0.4657086462491213,0.0,0.0,0.18604908206401913,0.5670405694597253,0.025831901771575252,0,0.04312268312717045,0.0,0.720505681318874,0.17757753677883054,0.720505681318874,0.40011618799027215,-0.061726503374741296,0.5274351496238626,0.08522512012768124,0.08522512012768124,0.08522512012768124,1.8346059313965684,-8.624094166881887,-8.624094166881887,0.2144695459195089,0.10041045807051517,0.10041045807051517,0.12924442579182766,62,62,1.0,1023.15
65
+ 63,77.02190286092646,0.17878807776299016,12.958335796861057,0.7757260165134656,0.03332818880294067,0.05426024297442685,0.7170573428611149,3.1135289967512882,5.147072476546244,0,0.0,0.0,0.0,0.0,0.0,0.0,0.831588632931324,0.0008733424701343411,0.00030478328125646396,0.007004201823237758,0.008295094236109536,0.08244616325175895,0.03258849894226244,0.03544729739651082,0.00145198566740556,0.0,0.0,0.7228176209101921,0.0007591100954291994,0.0002649179143712426,0.006088058804268972,0.007210103702157871,0.14332456509114208,0.056651907786300304,0.061621648390083175,0.0012620673060552258,0.0,0.0,0.1108615195539812,0.1108615195539812,51.88947681100893,0.17653785725838694,1.1669527503511938,15.939469508007164,0.7591332582854313,10.201089296330517,19.369738585050726,0.3392100263747065,0.15010016621242772,0.008291741120500835,1.9896766175481244,0.5831204859527794,0.5111319886162868,0.7957929734227193,0.05273675358318798,0.0252184867217367,0.007342482465127439,0.02465507625169502,0.005091790533381605,0.00025136308352827734,0.0,0.010323382451875585,0.0424133711313124,0.30852193875674133,0.2704337026177734,0.4210443586254852,3.995018018178567,0.4210443586254852,0.0,0.5111319886162868,0.0,0.00012568154176413867,0.1643039757403559,0.5328856005609011,0.0252184867217367,0,0.017194884409575697,0.0,0.7784724074713794,0.15789003354884346,0.7784724074713794,0.4057021585139507,-0.017306446107991605,0.5284384347242784,0.10929509981499506,0.10929509981499506,0.10929509981499506,1.782491880382543,-8.532475027987804,-8.532475027987804,0.2081167217043276,0.1108615195539812,0.1108615195539812,0.09882162188933254,63,63,1.0,1073.15