├── .gitignore ├── EqPremClass.csv ├── Equity Premium Classification with Keras NN.ipynb ├── LICENSE └── dump.txt.gz /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | *$py.class 5 | 6 | # C extensions 7 | *.so 8 | 9 | # Distribution / packaging 10 | .Python 11 | env/ 12 | build/ 13 | develop-eggs/ 14 | dist/ 15 | downloads/ 16 | eggs/ 17 | .eggs/ 18 | lib/ 19 | lib64/ 20 | parts/ 21 | sdist/ 22 | var/ 23 | wheels/ 24 | *.egg-info/ 25 | .installed.cfg 26 | *.egg 27 | 28 | # PyInstaller 29 | # Usually these files are written by a python script from a template 30 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 31 | *.manifest 32 | *.spec 33 | 34 | # Installer logs 35 | pip-log.txt 36 | pip-delete-this-directory.txt 37 | 38 | # Unit test / coverage reports 39 | htmlcov/ 40 | .tox/ 41 | .coverage 42 | .coverage.* 43 | .cache 44 | nosetests.xml 45 | coverage.xml 46 | *.cover 47 | .hypothesis/ 48 | 49 | # Translations 50 | *.mo 51 | *.pot 52 | 53 | # Django stuff: 54 | *.log 55 | local_settings.py 56 | 57 | # Flask stuff: 58 | instance/ 59 | .webassets-cache 60 | 61 | # Scrapy stuff: 62 | .scrapy 63 | 64 | # Sphinx documentation 65 | docs/_build/ 66 | 67 | # PyBuilder 68 | target/ 69 | 70 | # Jupyter Notebook 71 | .ipynb_checkpoints 72 | 73 | # pyenv 74 | .python-version 75 | 76 | # celery beat schedule file 77 | celerybeat-schedule 78 | 79 | # SageMath parsed files 80 | *.sage.py 81 | 82 | # dotenv 83 | .env 84 | 85 | # virtualenv 86 | .venv 87 | venv/ 88 | ENV/ 89 | 90 | # Spyder project settings 91 | .spyderproject 92 | .spyproject 93 | 94 | # Rope project settings 95 | .ropeproject 96 | 97 | # mkdocs documentation 98 | /site 99 | 100 | # mypy 101 | .mypy_cache/ 102 | -------------------------------------------------------------------------------- /EqPremClass.csv: -------------------------------------------------------------------------------- 1 | "","D12","E12","b.m","tbl","AAA","BAA","lty","ntis","infl","ltr","corpr","svar","D12.diff","E12.diff","b.m.diff","tbl.diff","AAA.diff","BAA.diff","lty.diff","ntis.diff","infl.diff","ltr.diff","corpr.diff","svar.diff","tbl.lagdiff","AAA.lagdiff","BAA.lagdiff","lty.lagdiff","ltr.lagdiff","corpr.lagdiff","EqPremResponse" 2 | "3",0.77,1.11,0.3746885899,0.0317,0.0503127404,0.0589127404,0.0373127404,0.076474752,-0.0057127404,0.0270378414,0.0192212943,0.0030932007,0.02,-0.0329999999999999,-0.00589747210000002,0.0049,-0.0065127404,-0.0067127404,-0.0071127404,-0.0181420368,0.0057127404,0.012577093,-0.0044093728,0.0002676576,-0.0035,-0.0114381765,-0.0121381765,-0.0128381765,0.030167313,0.0052590466,"1" 3 | "4",0.79,1.177,0.363254838,0.0327,0.0444303875,0.0530303875,0.0315303875,0.0543639372,0.000169612500000006,0.0069891912,0.0136573853,0.0029326575,0.02,0.0669999999999999,-0.0114337519,0.001,-0.00588235290000001,-0.00588235290000001,-0.00578235290000001,-0.0221108148,0.00588235290000001,-0.0200486502,-0.005563909,-0.0001605432,0.0013,0.0167410405,0.0159410405,0.0150410405,0.0077112268,-0.000199128900000001,"0" 4 | "5",0.81,1.245,0.3702999477,0.0392,0.0455303875,0.0553303875,0.0324303875,0.0502987889,0.000169612499999999,-0.0040301174,-0.0087955338,0.0070322957,0.02,0.0680000000000001,0.0070451097,0.0065,0.0011,0.00230000000000001,0.000900000000000005,-0.00406514829999999,-6.93889390390723e-18,-0.0110193086,-0.0224529191,0.0040996382,-0.0013,-0.0291413609,-0.0286413609,-0.0284413609,-0.0386572322,-0.0122298667,"1" 5 | "6",0.83,1.312,0.3281658101,0.0457,0.0401500407,0.0499500407,0.0286500407,0.0279800569,0.0059499593,-0.0183064338,0.0103135751,0.003554761,0.0199999999999999,0.0669999999999999,-0.0421341376,0.0065,-0.0053803468,-0.0053803468,-0.0037803468,-0.022318732,0.0057803468,-0.0142763164,0.0191091089,-0.0034775347,-0.0039,0.0111606936,0.0102606936,0.0111606936,0.0110379208,0.0149178231,"1" 6 | "7",0.85,1.38,0.2596666667,0.0426,0.051743948,0.061643948,0.039643948,0.0630687383,-0.005643948,0.0165111819,0.013109349,0.0062796111,0.02,0.0679999999999998,-0.0684991434,-0.0031,0.0115939073,0.0116939073,0.0109939073,0.0350886814,-0.0115939073,0.0348176157,0.0027957739,0.0027248501,0.0049,-0.0065127404,-0.0067127404,-0.0071127404,0.012577093,-0.0044093728,"1" 7 | "8",0.88,1.438,0.2723004695,0.046,0.0644434607,0.0753434607,0.0551434607,0.0798045664,-0.0174434607,-0.0386050547,-0.0014507222,0.0079823463,0.03,0.0580000000000001,0.0126338028,0.0034,0.0126995127,0.0136995127,0.0154995127,0.0167358281,-0.0117995127,-0.0551162366,-0.0145600712,0.0017027352,0.001,-0.00588235290000001,-0.00588235290000001,-0.00578235290000001,-0.0200486502,-0.005563909,"1" 8 | "9",0.91,1.495,0.2535805819,0.048,0.088744129,0.100444129,0.077744129,0.1161973604,-0.041044129,0.0219738995,0.0017790707,0.00840455,0.03,0.0570000000000002,-0.0187198876,0.002,0.0243006683,0.0251006683,0.0226006683,0.036392794,-0.0236006683,0.0605789542,0.0032297929,0.0004222037,0.0065,0.0011,0.00230000000000001,0.000900000000000005,-0.0110193086,-0.0224529191,"1" 9 | "10",0.94,1.552,0.2448682487,0.0458,0.1133842641,0.1265842641,0.1028842641,0.1213901177,-0.0653842641,-0.00070918,0.0074176136,0.0080561972,0.0299999999999999,0.0569999999999999,-0.00871233319999998,-0.0022,0.0246401351,0.0261401351,0.0251401351,0.00519275729999999,-0.0243401351,-0.0226830795,0.0056385429,-0.0003483528,0.0065,-0.0053803468,-0.0053803468,-0.0037803468,-0.0142763164,0.0191091089,"0" 10 | "11",0.97,1.61,0.3384578236,0.0303,0.1256983042,0.1384983042,0.1129983042,0.1635221721,-0.0789983042,0.0532434765,0.0247922077,0.1001709182,0.03,0.0580000000000001,0.0935895749,-0.0155,0.0123140401,0.0119140401,0.0101140401,0.0421320544,-0.0136140401,0.0539526565,0.0173745941,0.092114721,-0.0031,0.0115939073,0.0116939073,0.0109939073,0.0348176157,0.0027957739,"1" 11 | "12",0.973,1.45,0.3191191891,0.0295,0.1513324265,0.1624324265,0.1386324265,0.1454961766,-0.1051324265,0.0154856197,0.0271238462,0.0046619103,0.003,-0.16,-0.0193386345,-0.000800000000000002,0.0256341223,0.0239341223,0.0256341223,-0.0180259955,-0.0261341223,-0.0377578568,0.0023316385,-0.0955090079,0.0034,0.0126995127,0.0136995127,0.0154995127,-0.0551162366,-0.0145600712,"0" 12 | "13",0.975,1.29,0.4033754529,0.0189,0.1455501812,0.1576501812,0.1326501812,0.1310010449,-0.0998501812,0.0174403766,0.0253035067,0.0210751627,0.002,-0.16,0.0842562638,-0.0106,-0.00578224529999996,-0.00478224529999996,-0.00598224529999997,-0.0144951317,0.00528224529999997,0.0019547569,-0.0018203395,0.0164132524,0.002,0.0243006683,0.0251006683,0.0226006683,0.0605789542,0.0032297929,"0" 13 | "14",0.978,1.13,0.4455832113,0.0177,0.140596366,0.152896366,0.128796366,0.1272003762,-0.096396366,0.0121392327,0.0302843425,0.0127087786,0.003,-0.16,0.0422077584,-0.0012,-0.00495381520000002,-0.00475381520000001,-0.00385381520000003,-0.00380066870000001,0.00345381520000002,-0.0053011439,0.0049808358,-0.0083663841,-0.0022,0.0246401351,0.0261401351,0.0251401351,-0.0226830795,0.0056385429,"0" 14 | "15",0.98,0.97,0.5547454126,0.0148,0.1516363558,0.1735363558,0.1394363558,0.1138858911,-0.1064363558,0.0006606971,-0.0048442217,0.0282030678,0.002,-0.16,0.1091622013,-0.0029,0.0110399898,0.0206399898,0.0106399898,-0.0133144851,-0.0100399898,-0.0114785356,-0.0351285642,0.0154942892,-0.0155,0.0123140401,0.0119140401,0.0101140401,0.0539526565,0.0173745941,"1" 15 | "16",0.94,0.88,0.529125087,0.0138,0.1468565023,0.1673565023,0.1361565023,0.0739691724,-0.1029565023,0.0066586404,0.0368940776,0.0122776897,-0.04,-0.09,-0.0256203255999999,-0.001,-0.00477985349999999,-0.0061798535,-0.00327985349999999,-0.0399167187,0.00347985349999999,0.0059979433,0.0417382993,-0.0159253781,-0.000800000000000002,0.0256341223,0.0239341223,0.0256341223,-0.0377578568,0.0023316385,"0" 16 | "17",0.9,0.79,0.6072712745,0.0055,0.1546398681,0.1846398681,0.1429398681,0.0637461202,-0.1110398681,0.0236339899,0.0254947669,0.0369529107,-0.0399999999999999,-0.09,0.0781461874999999,-0.0083,0.00778336579999997,0.0172833658,0.00678336579999997,-0.0102230522,-0.00808336579999996,0.0169753495,-0.0113993107,0.024675221,-0.0106,-0.00578224529999996,-0.00478224529999996,-0.00598224529999997,0.0019547569,-0.0018203395,"0" 17 | "18",0.86,0.7,0.9440016561,0.0045,0.1522612611,0.1874612611,0.1420612611,0.0303524609,-0.1067612611,-0.0310205984,0.0049972713,0.0350402908,-0.04,-0.0900000000000001,0.3367303816,-0.001,-0.00237860699999998,0.00282139300000003,-0.000878606999999976,-0.0333936593,0.00427860699999996,-0.0546545883,-0.0204974956,-0.0019126199,-0.0012,-0.00495381520000002,-0.00475381520000001,-0.00385381520000003,-0.0053011439,0.0049808358,"0" 18 | "19",0.82,0.61,1.1707317073,0.0241,0.1570333096,0.2080333096,0.1445333096,-0.0129441955,-0.1038333096,-0.0517205398,-0.0815548316,0.0751318488,-0.04,-0.09,0.2267300512,0.0196,0.00477204850000004,0.0205720485000001,0.00247204850000005,-0.0432966564,0.00292795149999997,-0.0206999414,-0.0865521029,0.040091558,-0.0029,0.0110399898,0.0206399898,0.0106399898,-0.0114785356,-0.0351285642,"0" 19 | "20",0.74,0.56,1.1858624454,0.0225,0.1171253731,0.1556253731,0.1043253731,-0.0084155117,-0.0673253731,0.0429597072,0.0056957659,0.0575009572,-0.08,-0.0499999999999999,0.0151307380999999,-0.0016,-0.0399079365,-0.0524079365,-0.0402079365,0.0045286838,0.0365079365,0.094680247,0.0872505975,-0.0176308916,-0.001,-0.00477985349999999,-0.0061798535,-0.00327985349999999,0.0059979433,0.0417382993,"0" 20 | "21",0.66,0.51,2.0284780579,0.0034,0.067349412,0.123249412,0.047949412,-0.0406886277,-0.013249412,0.0472274991,-0.0079819405,0.0773377883,-0.08,-0.05,0.8426156125,-0.0191,-0.0497759611,-0.0323759611,-0.0563759611,-0.032273116,0.0540759611,0.0042677919,-0.0136777064,0.0198368311,-0.0083,0.00778336579999997,0.0172833658,0.00678336579999997,0.0169753495,-0.0113993107,"1" 21 | "22",0.58,0.46,1.2143655674,3e-04,0.0378613523,0.0669613523,0.0227613523,0.0007049814,0.0091386477,0.0543903923,0.0796349131,0.1034284506,-0.0800000000000001,-0.05,-0.8141124905,-0.0031,-0.0294880597,-0.0562880597,-0.0251880597,0.0413936091,0.0223880597,0.0071628932,0.0876168536,0.0260906623,-0.001,-0.00237860699999998,0.00282139300000003,-0.000878606999999976,-0.0546545883,-0.0204974956,"0" 22 | "23",0.5,0.41,1.4420843014,4e-04,-0.00898234420000004,0.0293176558,-0.0233823442,-0.005031571,0.0548823442,0.0146141387,0.0288591009,0.0691844605,-0.08,-0.05,0.227718734,1e-04,-0.0468436965,-0.0376436965,-0.0461436965,-0.0057365524,0.0457436965,-0.0397762536,-0.0507758122,-0.0342439901,0.0196,0.00477204850000004,0.0205720485000001,0.00247204850000005,-0.0206999414,-0.0865521029,"0" 23 | "24",0.485,0.418,1.476534296,0.0134,-0.00766463330000001,0.0346353667,-0.0223646333,-0.021882756,0.0544646333,-0.0017922438,0.0042370242,0.0590376481,-0.015,0.00800000000000001,0.0344499946000001,0.013,0.00131771090000003,0.00531771090000004,0.00101771090000003,-0.016851185,-0.000417710900000035,-0.0164063825,-0.0246220767,-0.0101468124,-0.0016,-0.0399079365,-0.0524079365,-0.0402079365,0.094680247,0.0872505975,"1" 24 | "25",0.47,0.425,0.8335031588,7e-04,0.0145800723,0.0406800723,0.000580072299999995,0.0007615701,0.0300199277,0.0321380552,0.0686674866,0.0609344208,-0.015,0.00700000000000001,-0.6430311372,-0.0127,0.0222447056,0.00604470560000001,0.0229447056,0.0226443261,-0.0244447056,0.033930299,0.0644304624,0.0018967727,-0.0191,-0.0497759611,-0.0323759611,-0.0563759611,0.0042677919,-0.0136777064,"0" 25 | "26",0.455,0.433,0.8679966044,4e-04,0.0282859547,0.0573859547,0.0154859547,-0.0004583629,0.0153140453,0.0049987128,0.0241139604,0.0589969706,-0.015,0.00800000000000001,0.0344934456,-3e-04,0.0137058824,0.0167058824,0.0149058824,-0.001219933,-0.0147058824,-0.0271393424,-0.0445535262,-0.0019374502,-0.0031,-0.0294880597,-0.0562880597,-0.0251880597,0.0071628932,0.0876168536,"1" 26 | "27",0.44,0.44,0.8290260464,0.0029,0.0148736526,0.0473736526,0.00347365260000002,0.0061958281,0.0301263474,-0.0348947422,0.0042636906,0.0428479163,-0.015,0.00700000000000001,-0.038970558,0.0025,-0.0134123021,-0.0100123021,-0.0120123021,0.006654191,0.0148123021,-0.039893455,-0.0198502698,-0.0161490543,1e-04,-0.0468436965,-0.0376436965,-0.0461436965,-0.0397762536,-0.0507758122,"1" 27 | "28",0.443,0.453,0.8025122121,0.0024,0.0186924496,0.0399924496,0.00809244959999999,0.0096063281,0.0226075504,0.0543781309,0.0601358466,0.0185787192,0.003,0.013,-0.0265138343,-5e-04,0.00381879699999997,-0.00738120300000003,0.00461879699999997,0.0034105,-0.00751879699999997,0.0892728731,0.055872156,-0.0242691971,0.013,0.00131771090000003,0.00531771090000004,0.00101771090000003,-0.0164063825,-0.0246220767,"0" 28 | "29",0.445,0.465,0.8407310705,0.0015,0.0316178227,0.0529178227,0.0212178227,0.00598278,0.00768217729999998,0.0327383559,0.0356015989,0.0161570327,0.002,0.012,0.0382188583999999,-9e-04,0.0129253731,0.0129253731,0.0131253731,-0.0036235481,-0.0149253731,-0.021639775,-0.0245342477,-0.0024216865,-0.0127,0.0222447056,0.00604470560000001,0.0229447056,0.033930299,0.0644304624,"0" 29 | "30",0.448,0.478,0.8703643637,0.0021,0.00991267019999995,0.0360126701999999,0.00131267019999995,0.0194411438,0.0296873298000001,-0.0223326309,0.0032646153,0.0228635967,0.003,0.013,0.0296332932000001,6e-04,-0.0217051525000001,-0.0169051525000001,-0.0199051525000001,0.0134583638,0.0220051525000001,-0.0550709868,-0.0323369836,0.006706564,-3e-04,0.0137058824,0.0167058824,0.0149058824,-0.0271393424,-0.0445535262,"1" 30 | "31",0.45,0.49,0.7737408689,0.0023,0.0380471067,0.0622471067,0.0292471067,0.0208147193,5.28933000000231e-05,0.0334133742,0.033566219,0.0089924118,0.002,0.012,-0.0966234948,2e-04,0.0281344365,0.0262344365,0.0279344365,0.0013735755,-0.0296344365,0.0557460051,0.0303016037,-0.0138711849,0.0025,-0.0134123021,-0.0100123021,-0.0120123021,-0.039893455,-0.0198502698,"0" 31 | "32",0.45,0.73,0.8007541179,0.0015,0.0293478366,0.0546478366,0.0200478366,0.0120481999,0.0073521634,0.0317804665,0.0399501493,0.0094664475,0,0.24,0.0270132489999999,-8e-04,-0.00869927009999998,-0.00759927009999998,-0.00919927009999998,-0.0087665194,0.00729927009999998,-0.0016329077,0.0063839303,0.0004740357,-5e-04,0.00381879699999997,-0.00738120300000003,0.00461879699999997,0.0892728731,0.055872156,"1" 32 | "33",0.44,0.81,0.6818181818,0.0015,0.014255083,0.035855083,0.00515508299999998,0.0193458521,0.021844917,0.0113747957,0.0268200468,0.0088502877,-0.01,0.0800000000000001,-0.1189359361,0,-0.0150927536,-0.0187927536,-0.0148927536,0.0072976522,0.0144927536,-0.0204056708,-0.0131301025,-0.0006161598,-9e-04,0.0129253731,0.0129253731,0.0131253731,-0.021639775,-0.0245342477,"1" 33 | "34",0.44,0.76,0.6117343845,0.002,0.0213543531,0.0407543531,0.0136543531,0.0080266211,0.0145456469,-0.0078690651,0.00685338,0.0078838581,0,-0.05,-0.0700837973,5e-04,0.00709927010000003,0.00489927010000003,0.00849927010000003,-0.011319231,-0.00729927010000003,-0.0192438608,-0.0199666668,-0.000966429600000001,6e-04,-0.0217051525000001,-0.0169051525000001,-0.0199051525000001,-0.0550709868,-0.0323369836,"1" 34 | "35",0.47,0.76,0.5599111913,0.0015,-0.00167773799999997,0.016922262,-0.00847773799999997,0.0086888346,0.036077738,0.0141558427,0.0195213505,0.0093062423,0.03,0,-0.0518231932,-5e-04,-0.0230320911,-0.0238320911,-0.0221320911,0.0006622135,0.0215320911,0.0220249078,0.0126679705,0.0014223842,2e-04,0.0281344365,0.0262344365,0.0279344365,0.0557460051,0.0303016037,"1" 35 | "36",0.5,0.79,0.5276960471,0.002,-0.00996297490000002,0.00573702509999998,-0.0153629749,0.0134560371,0.0428629749,0.0243891822,0.0219561631,0.0090942324,0.03,0.03,-0.0322151442,5e-04,-0.00828523690000005,-0.0111852369,-0.00688523690000005,0.0047672025,0.00678523690000005,0.0102333395,0.0024348126,-0.000212009899999999,-8e-04,-0.00869927009999998,-0.00759927009999998,-0.00919927009999998,-0.0016329077,0.0063839303,"0" 36 | "37",0.55,0.88,0.523178388,0.002,-0.00985911019999998,0.00674088980000002,-0.0149591102,0.0208134501,0.0422591102,0.0096297794,0.0148646053,0.0102372051,0.05,0.09,-0.0045176590999999,0,0.000103864700000039,0.00100386470000004,0.000403864700000041,0.007357413,-0.00060386470000004,-0.0147594028,-0.0070915578,0.0011429727,0,-0.0150927536,-0.0187927536,-0.0148927536,-0.0204056708,-0.0131301025,"1" 37 | "38",0.61,0.94,0.4915981409,0.0016,0.00323951990000002,0.0176395199,-0.00176048009999998,0.021398483,0.0285604801,0.0140133835,0.0145596794,0.0053718192,0.0599999999999999,0.0599999999999999,-0.0315802471000001,-4e-04,0.0130986301,0.0108986301,0.0131986301,0.000585032900000001,-0.0136986301,0.0043836041,-0.000304925899999999,-0.0048653859,5e-04,0.00709927010000003,0.00489927010000003,0.00849927010000003,-0.0192438608,-0.0199666668,"1" 38 | "39",0.72,1.02,0.4585881045,0.0012,0.0375585675,0.0518585675,0.0320585675,0.0252247216,-0.00655856749999997,0.0249925267,0.0144406772,0.0065531801,0.11,0.0800000000000001,-0.0330100364,-4e-04,0.0343190476,0.0342190476,0.0338190475999999,0.0038262386,-0.0351190476,0.0109791432,-0.000119002200000001,0.0011813609,-5e-04,-0.0230320911,-0.0238320911,-0.0221320911,0.0220249078,0.0126679705,"1" 39 | "40",0.75,1.11,0.4586663806,0.0038,0.0538430745,0.0674430745,0.0491430745,0.0335068293,-0.0206430745,-0.0341107505,-0.0135858341,0.0059938176,0.03,0.0900000000000001,7.82760999999965e-05,0.0026,0.016284507,0.015584507,0.017084507,0.0082821077,-0.014084507,-0.0591032772,-0.0280265113,-0.0005593625,5e-04,-0.00828523690000005,-0.0111852369,-0.00688523690000005,0.0102333395,0.0024348126,"0" 40 | "41",0.84,1.17,0.5049610206,0.0036,0.0673319634,0.0838319634,0.0630319634,0.0312661665,-0.0345319634,0.0074040728,0.0161845842,0.0120440223,0.09,0.0599999999999998,0.0462946400000001,-2e-04,0.0134888889,0.0163888889,0.0138888889,-0.0022406628,-0.0138888889,0.0415148233,0.0297704183,0.0060502047,0,0.000103864700000039,0.00100386470000004,0.000403864700000041,-0.0147594028,-0.0070915578,"0" 41 | "42",0.77,1.22,0.5531474413,0.0031,0.0607255319,0.0795255319,0.0563255319,0.0358467256,-0.0279255319,0.0077711342,0.0046988534,0.020944158,-0.07,0.05,0.0481864207,-5e-04,-0.00660643149999997,-0.00430643149999997,-0.00670643149999998,0.0045805591,0.00660643149999998,0.0003670614,-0.0114857308,0.0089001357,-4e-04,0.0130986301,0.0108986301,0.0131986301,0.0043836041,-0.000304925899999999,"0" 42 | "43",0.8,1.13,0.7074886223,0.0011,0.0463350557,0.0715350557,0.0415350557,0.0317777282,-0.0142350557,0.0221538106,0.0202349708,0.0606505948,0.03,-0.0900000000000001,0.154341181,-0.002,-0.0143904762,-0.00799047619999999,-0.0147904762,-0.0040689974,0.0136904762,0.0143826764,0.0155361174,0.0397064368,-4e-04,0.0343190476,0.0342190476,0.0338190475999999,0.0109791432,-0.000119002200000001,"0" 43 | "44",0.78,0.97,0.8923698838,8e-04,0.0536293003,0.0844293003,0.0487293003,0.0338481247,-0.0214293003,0.0071892003,-0.0039379931,0.0325916741,-0.02,-0.16,0.1848812615,-3e-04,0.00729424460000001,0.0128942446,0.00719424460000001,0.0020703965,-0.00719424460000001,-0.0149646103,-0.0241729639,-0.0280589207,0.0026,0.016284507,0.015584507,0.017084507,-0.0591032772,-0.0280265113,"1" 44 | "45",0.74,0.77,0.659545862,5e-04,0.0322901699,0.0621901699,0.0255901699,0.0167466748,0.000309830099999991,0.025902597,0.0244545311,0.0383534675,-0.04,-0.2,-0.2328240218,-3e-04,-0.0213391304,-0.0222391304,-0.0231391304,-0.0171014499,0.0217391304,0.0187133967,0.0283925242,0.0057617934,-2e-04,0.0134888889,0.0163888889,0.0138888889,0.0415148233,0.0297704183,"1" 45 | "46",0.66,0.62,0.6242488512,8e-04,0.0317901699,0.0561901699,0.0255901699,0.0118982151,0.000309830099999991,0.00650946,0.0156385533,0.0298581503,-0.08,-0.15,-0.0352970108,3e-04,-5e-04,-0.006,0,-0.0048484597,0,-0.019393137,-0.0088159778,-0.0084953172,-5e-04,-0.00660643149999997,-0.00430643149999997,-0.00670643149999998,0.0003670614,-0.0114857308,"1" 46 | "47",0.51,0.64,0.5720393884,3e-04,0.0233473128,0.0452473128,0.0177473128,0.0057217127,0.0074526872,0.0145327069,0.0240727011,0.0113395377,-0.15,0.02,-0.0522094627999999,-5e-04,-0.00844285710000001,-0.0109428571,-0.00784285710000001,-0.0061765024,0.00714285710000001,0.0080232469,0.0084341478,-0.0185186126,-0.002,-0.0143904762,-0.00799047619999999,-0.0147904762,0.0143826764,0.0155361174,"0" 47 | "48",0.52,0.71,0.6606492718,3e-04,0.00811021109999998,0.0271102111,0.00191021109999998,-0.0012606856,0.0217897889,0.02662154,0.010833031,0.0191258432,0.01,0.07,0.0886098834,0,-0.0152371017,-0.0181371017,-0.0158371017,-0.0069823983,0.0143371017,0.0120888331,-0.0132396701,0.0077863055,-3e-04,0.00729424460000001,0.0128942446,0.00719424460000001,-0.0149646103,-0.0241729639,"0" 48 | "49",0.53,0.76,0.6667687361,3e-04,0.0362415401,0.0561415401,0.0291415401,-8.63519e-05,-0.00704154009999999,0.0263232052,0.0148710198,0.0159647266,0.01,0.05,0.00611946429999999,0,0.028131329,0.029031329,0.027231329,0.0011743337,-0.028831329,-0.000298334799999998,0.0040379888,-0.0031611166,-3e-04,-0.0213391304,-0.0222391304,-0.0231391304,0.0187133967,0.0283925242,"1" 49 | "50",0.56,0.81,0.5800479489,0.0014,0.0253064844,0.0428064844,0.0206064844,-0.0021095516,0.00719351560000001,-0.0630351514,-0.0253746357,0.0271257594,0.03,0.05,-0.0867207872,0.0011,-0.0109350557,-0.0133350557,-0.0085350557,-0.0020231997,0.0142350557,-0.0893583566,-0.0402456555,0.0111610328,3e-04,-5e-04,-0.006,0,-0.019393137,-0.0088159778,"0" 50 | "51",0.62,0.9,0.5807053804,4e-04,0.0151142858,0.0349142858,0.00831428579999998,0.0025507841,0.0142857142,0.0732032309,0.0398351704,0.0042039846,0.0599999999999999,0.09,0.000657431499999972,-0.001,-0.0101921986,-0.00789219860000002,-0.0122921986,0.0046603357,0.00709219860000002,0.1362383823,0.0652098061,-0.0229217748,-5e-04,-0.00844285710000001,-0.0109428571,-0.00784285710000001,0.0080232469,0.0084341478,"0" 51 | "52",0.63,0.99,0.6479598753,2e-04,-0.0139541247,0.00564587530000001,-0.0208541247,0.0056787088,0.0423541247,0.0187130288,0.0119446404,0.0026766632,0.01,0.09,0.0672544949,-2e-04,-0.0290684105,-0.0292684105,-0.0291684105,0.0031279247,0.0280684105,-0.0544902021,-0.02789053,-0.0015273214,0,-0.0152371017,-0.0181371017,-0.0158371017,0.0120888331,-0.0132396701,"0" 52 | "53",0.65,1.04,0.7832213665,0.001,-0.0470572077,-0.0255572077,-0.0539572077,0.0063697907,0.0766572077,-0.00835437,0.0006828238,0.029657862,0.02,0.05,0.1352614912,8e-04,-0.033103083,-0.031203083,-0.033103083,0.0006910819,0.034303083,-0.0270673988,-0.0112618166,0.0269811988,0,0.028131329,0.029031329,0.027231329,-0.000298334799999998,0.0040379888,"1" 53 | "54",0.67,1.08,0.720747889,5e-04,-0.0678044168,-0.0494044168,-0.0745044168,0.0096469388,0.0960044168,0.0191027202,0.0120272435,0.0078283552,0.02,0.04,-0.0624734775,-5e-04,-0.0207472091,-0.0238472091,-0.0205472091,0.0032771481,0.0193472091,0.0274570902,0.0113444197,-0.0218295068,0.0011,-0.0109350557,-0.0133350557,-0.0085350557,-0.0893583566,-0.0402456555,"0" 54 | "55",0.67,1.05,0.7290475101,2e-04,-0.0940702827,-0.0766702827,-0.1017702827,0.0125891885,0.1211702827,0.0305220958,0.008905039,0.0078871144,0,-0.03,0.00829962110000004,-3e-04,-0.0262658659,-0.0272658659,-0.0272658659,0.0029422497,0.0251658659,0.0114193756,-0.0031222045,5.87592000000012e-05,-0.001,-0.0101921986,-0.00789219860000002,-0.0122921986,0.1362383823,0.0652098061,"0" 55 | "56",0.68,1.06,0.8042698827,0.0011,-0.0767090151,-0.0609090151,-0.0841090151,0.010060575,0.1047090151,-0.0087143459,-0.0010022808,0.0059715526,0.01,0.01,0.0752223726,9e-04,0.0173612676,0.0157612676,0.0176612676,-0.0025286135,-0.0164612676,-0.0392364417,-0.0099073198,-0.0019155618,-2e-04,-0.0290684105,-0.0292684105,-0.0291684105,-0.0544902021,-0.02789053,"0" 56 | "57",0.69,1.09,0.8015267176,0.0012,-0.0620680694,-0.0466680694,-0.0706680694,0.0089675066,0.0897680694,0.0223380199,0.0191184708,0.0045224717,0.0099999999999999,0.03,-0.00274316509999994,9.99999999999998e-05,0.0146409457,0.0142409457,0.0134409457,-0.0010930684,-0.0149409457,0.0310523658,0.0201207516,-0.0014490809,8e-04,-0.033103083,-0.031203083,-0.033103083,-0.0270673988,-0.0112618166,"1" 57 | "58",0.7,1.19,0.7782684119,0.001,-0.0600204274,-0.0445204274,-0.0682204274,0.0102838552,0.0875204274,0.0027991552,0.0145680828,0.0027015953,0.01,0.0999999999999999,-0.0232583057000001,-2e-04,0.00204764199999999,0.00214764199999999,0.00244764199999999,0.0013163486,-0.00224764199999999,-0.0195388647,-0.004550388,-0.0018208764,-5e-04,-0.0207472091,-0.0238472091,-0.0205472091,0.0274570902,0.0113444197,"0" 58 | "59",0.71,1.16,0.8895097332,0.0033,-0.0450138422,-0.0292138422,-0.0526138422,0.0103428263,0.0730138422,-0.0068363514,-0.0054355792,0.009276808,0.01,-0.03,0.1112413213,0.0023,0.0150065852,0.0153065852,0.0156065852,5.89710999999993e-05,-0.0145065852,-0.0096355066,-0.020003662,0.0065752127,-3e-04,-0.0262658659,-0.0272658659,-0.0272658659,0.0114193756,-0.0031222045,"0" 59 | "60",0.69,1.04,1.0348638601,0.0025,-0.0431057027,-0.0287057027,-0.0473057027,0.0101204616,0.0717057027,0.0172812598,0.006098257,0.0065718916,-0.02,-0.12,0.1453541269,-8e-04,0.0019081395,0.000508139499999997,0.0053081395,-0.0002223647,-0.0013081395,0.0241176112,0.0115338362,-0.0027049164,9e-04,0.0173612676,0.0157612676,0.0176612676,-0.0392364417,-0.0099073198,"1" 60 | "61",0.66,0.98,0.9967098897,0.0037,-0.0252214783,-0.0104214783,-0.0293214783,0.0101983055,0.0537214783,0.0048796235,0.0060100441,0.0052338319,-0.0299999999999999,-0.0600000000000001,-0.0381539704,0.0012,0.0178842244,0.0182842244,0.0179842244,7.78438999999992e-05,-0.0179842244,-0.0124016363,-8.82129000000006e-05,-0.0013380597,9.99999999999998e-05,0.0146409457,0.0142409457,0.0134409457,0.0310523658,0.0201207516,"1" 61 | "62",0.62,0.94,0.9440014664,0.0038,-0.0014790541,0.0131209459,-0.0050790541,0.0062435384,0.0294790541,0.0059085221,0.007518014,0.0031882119,-0.04,-0.04,-0.0527084232999999,9.99999999999998e-05,0.0237424242,0.0235424242,0.0242424242,-0.0039547671,-0.0242424242,0.0010288986,0.0015079699,-0.00204562,-2e-04,0.00204764199999999,0.00214764199999999,0.00244764199999999,-0.0195388647,-0.004550388,"1" 62 | "63",0.59,1.03,0.8626465662,0.0038,0.0163724252,0.0310724252,0.0128724252,0.0018120043,0.0117275748,0.0037861688,0.0061062418,0.0030570432,-0.03,0.0900000000000001,-0.0813549002,0,0.0178514793,0.0179514793,0.0179514793,-0.0044315341,-0.0177514793,-0.0021223533,-0.0014117722,-0.0001311687,0.0023,0.0150065852,0.0153065852,0.0156065852,-0.0096355066,-0.020003662,"1" 63 | "64",0.59,1.07,0.7834809988,0.0038,0.0218200328,0.0343200328,0.0189200328,0.0018918598,0.0057799672,0.0037008685,0.0075139459,0.0029332408,0,0.04,-0.0791655674,0,0.0054476076,0.0032476076,0.0060476076,7.98554999999999e-05,-0.0059476076,-8.53003000000001e-05,0.0014077041,-0.0001238024,-8e-04,0.0019081395,0.000508139499999997,0.0053081395,0.0241176112,0.0115338362,"1" 64 | "65",0.59,1.1,0.7462686567,0.0038,0.0100239289,0.0216239289,0.0072239289,0.0012001053,0.0171760711,0.0116416832,0.0145701929,0.0046509015,0,0.03,-0.0372123421,0,-0.0117961039,-0.0126961039,-0.0116961039,-0.0006917545,0.0113961039,0.0079408147,0.007056247,0.0017176607,0.0012,0.0178842244,0.0182842244,0.0179842244,-0.0124016363,-8.82129000000006e-05,"0" 65 | "66",0.6,1.08,0.7636311733,0.0038,0.0040742114,0.0154742114,0.0017742114,0.013693478,0.0228257886,0.0031019898,0.0043055118,0.004748037,0.01,-0.02,0.0173625166,0,-0.0059497175,-0.0061497175,-0.0054497175,0.0124933727,0.0056497175,-0.0085396934,-0.0102646811,9.71354999999997e-05,9.99999999999998e-05,0.0237424242,0.0235424242,0.0242424242,0.0010288986,0.0015079699,"0" 66 | "67",0.61,0.94,0.7874015748,0.0038,0.0045742114,0.0153742114,0.0019742114,0.0144225261,0.0228257886,0.0023009,0.0016864001,0.0037543511,0.01,-0.14,0.0237704015,0,5e-04,-0.000100000000000003,0.000199999999999999,0.000729048099999999,0,-0.0008010898,-0.0026191117,-0.0009936859,0,0.0178514793,0.0179514793,0.0179514793,-0.0021223533,-0.0014117722,"1" 67 | "68",0.62,0.93,0.813886488,0.0038,-0.000785468300000002,0.0088145317,-0.0034854683,0.0191453147,0.0281854683,0.0074178641,0.0102327526,0.0019188805,0.01,-0.0099999999999999,0.0264849132,0,-0.0053596797,-0.0065596797,-0.0054596797,0.0047227886,0.0053596797,0.0051169641,0.0085463525,-0.0018354706,0,0.0054476076,0.0032476076,0.0060476076,-8.53003000000001e-05,0.0014077041,"1" 68 | "69",0.63,0.92,0.7615581615,0.0038,0.0047963499,0.0133963499,0.0022963499,0.0182017583,0.0225036501,0.0049069229,0.0059095034,0.0018936573,0.01,-0.01,-0.0523283265,0,0.0055818182,0.0045818182,0.0057818182,-0.0009435564,-0.0056818182,-0.0025109412,-0.0043232492,-2.52231999999999e-05,0,-0.0117961039,-0.0126961039,-0.0116961039,0.0079408147,0.007056247,"0" 69 | "70",0.64,0.9,0.7723327182,0.0038,0.0048212055,0.0132212055,0.0023212055,0.0089627427,0.0223787945,0.0077185536,0.008724502,0.0026151764,0.01,-0.02,0.0107745567,0,2.48555999999983e-05,-0.0001751444,2.48556000000018e-05,-0.0092390156,-0.000124855600000001,0.0028116307,0.0028149986,0.0007215191,0,-0.0059497175,-0.0061497175,-0.0054497175,-0.0085396934,-0.0102646811,"1" 70 | "71",0.64,0.93,0.7437635753,0.0038,-0.000873299999999997,0.0070267,-0.0032733,0.0190624465,0.0278733,0.0078180121,0.0217090859,0.0019717884,0,0.03,-0.0285691429,0,-0.0056945055,-0.0061945055,-0.0055945055,0.0100997038,0.0054945055,9.94585000000008e-05,0.0129845839,-0.000643388,0,5e-04,-0.000100000000000003,0.000199999999999999,-0.0008010898,-0.0026191117,"1" 71 | "72",0.65,0.96,0.7678826431,0.0038,-0.00667729089999999,0.000922709100000002,-0.0092772909,0.0159625278,0.0328772909,0.0226408354,0.0140569829,0.003466757,0.01,0.0299999999999999,0.0241190677999999,0,-0.0058039909,-0.0061039909,-0.0060039909,-0.0030999187,0.0050039909,0.0148228233,-0.007652103,0.0014949686,0,-0.0053596797,-0.0065596797,-0.0054596797,0.0051169641,0.0085463525,"1" 72 | "73",0.65,1,0.7188430455,0.0038,-0.0976863818,-0.0908863818,-0.1020863818,0.0194663167,0.1237863818,0.0389561542,0.0039002537,0.0031854028,0,0.04,-0.0490395976,0,-0.0910090909,-0.0918090909,-0.0928090909,0.0035037889,0.0909090909,0.0163153188,-0.0101567292,-0.0002813542,0,0.0055818182,0.0045818182,0.0057818182,-0.0025109412,-0.0043232492,"1" 73 | "74",0.66,0.99,0.6568208317,0.0038,-0.1459830885,-0.1397830885,-0.1500830885,0.0176069197,0.1721830885,-0.0006548807,0.0024973186,0.0053493122,0.01,-0.01,-0.0620222137999999,0,-0.0482967067,-0.0488967067,-0.0479967067,-0.001859397,0.0483967067,-0.0396110349,-0.0014029351,0.0021639094,0,2.48555999999983e-05,-0.0001751444,2.48556000000018e-05,0.0028116307,0.0028149986,"1" 74 | "75",0.66,0.96,0.6132393344,0.0038,-0.1591932342,-0.1542932342,-0.1653932342,0.0255252783,0.1852932342,0.042876782,0.0197954962,0.0039677724,0,-0.03,-0.0435814973,0,-0.0132101457,-0.0145101456999999,-0.0153101457,0.0079183586,0.0131101457,0.0435316627,0.0172981776,-0.0013815398,0,-0.0056945055,-0.0061945055,-0.0055945055,9.94585000000008e-05,0.0129845839,"1" 75 | "76",0.68,0.9,0.6148526759,0.0038,-0.1433015207,-0.1386015207,-0.1482015207,0.0311878756,0.1680015207,0.006713708,0.019698748,0.0100841549,0.02,-0.0599999999999999,0.00161334150000003,0,0.0158917135,0.0156917135,0.0171917135,0.0056625973,-0.0172917135,-0.036163074,-9.67481999999999e-05,0.0061163825,0,-0.0058039909,-0.0061039909,-0.0060039909,0.0148228233,-0.007652103,"0" 76 | "77",0.68,0.84,0.5967318354,0.0038,-0.0976469753,-0.0922469753,-0.1019469753,0.0335915715,0.1225469753,-0.0077865866,-0.0005127455,0.0038319704,0,-0.0600000000000001,-0.0181208405000001,0,0.0456545454,0.0463545454,0.0462545454,0.0024036959,-0.0454545454,-0.0145002946,-0.0202114935,-0.0062521845,0,-0.0910090909,-0.0918090909,-0.0928090909,0.0163153188,-0.0101567292,"0" 77 | "78",0.69,0.89,0.7116343812,0.0038,-0.060216711,-0.055016711,-0.064116711,0.0491119446,0.086016711,-0.01594205,-0.0125634675,0.0197090145,0.0099999999999999,0.05,0.1149025458,0,0.0374302643,0.0372302643,0.0378302643,0.0155203731,-0.0365302643,-0.0081554634,-0.012050722,0.0158770441,0,-0.0482967067,-0.0488967067,-0.0479967067,-0.0396110349,-0.0014029351,"1" 78 | "79",0.71,1.06,0.6924379233,0.0038,-0.0413120598,-0.0357120598,-0.0462120598,0.0360760605,0.0674120598,0.0164884606,0.0107892935,0.0127459521,0.02,0.17,-0.0191964579,0,0.0189046512,0.0193046512,0.0179046512,-0.0130358841,-0.0186046512,0.0324305106,0.023352761,-0.0069630624,0,-0.0132101457,-0.0145101456999999,-0.0153101457,0.0435316627,0.0172981776,"0" 79 | "80",0.72,1.27,0.7415349887,0.0038,-0.0672603797,-0.0612603797,-0.0714603797,0.0310199797,0.0927603797,0.0035017375,0.0077069517,0.0058871475,0.01,0.21,0.0490970654,0,-0.0259483199,-0.0255483199,-0.0252483199,-0.0050560808,0.0253483199,-0.0129867231,-0.0030823418,-0.0068588046,0,0.0158917135,0.0156917135,0.0171917135,-0.036163074,-9.67481999999999e-05,"0" 80 | "81",0.76,1.44,0.7411167513,0.0038,-0.0384033446,-0.0318033446,-0.0423033446,0.0264727428,0.0639033446,0.0005873778,0.0044056016,0.0068112253,0.04,0.17,-0.000418237400000021,0,0.0288570351,0.0294570351,0.0291570351,-0.0045472369,-0.0288570351,-0.0029143597,-0.0033013501,0.0009240778,0,0.0456545454,0.0463545454,0.0462545454,-0.0145002946,-0.0202114935,"0" 81 | "82",0.79,1.55,0.7403233985,0.008,-0.0040855097,0.0021144903,-0.0088855097,0.02405855,0.0301855097,0.0099874455,-0.018147204,0.0041873443,0.03,0.11,-0.000793352800000036,0.0042,0.0343178349,0.0339178349,0.0334178349,-0.0024141928,-0.0337178349,0.0094000677,-0.0225528056,-0.002623881,0,0.0374302643,0.0372302643,0.0378302643,-0.0081554634,-0.012050722,"1" 82 | "83",0.84,1.61,0.725325679,0.0095,0.0108626231,0.0174626231,0.00656262310000001,0.0259215953,0.0177373769,-0.0398317361,-0.0172500272,0.002452803,0.0499999999999999,0.0600000000000001,-0.0149977195,0.0015,0.0149481328,0.0153481328,0.0154481328,0.0018630453,-0.0124481328,-0.0498191816,0.0008971768,-0.0017345413,0,0.0189046512,0.0193046512,0.0179046512,0.0324305106,0.023352761,"0" 83 | "84",0.85,1.71,0.8414221219,0.01,0.0362754723,0.0432754723,0.0320754723,0.0271870255,-0.00797547230000001,0.0100316713,0.0178819176,0.0048865231,0.01,0.0999999999999999,0.1160964429,5e-04,0.0254128492,0.0258128492,0.0255128492,0.0012654302,-0.0257128492,0.0498634074,0.0351319448,0.0024337201,0,-0.0259483199,-0.0255483199,-0.0252483199,-0.0129867231,-0.0030823418,"1" 84 | "85",0.85,1.86,0.7869735036,0.01,0.0521729827,0.0579729827,0.0483729827,0.0238936692,-0.0245729827,0.010106677,-0.0037351652,0.0029117835,0,0.15,-0.0544486183,0,0.0158975104,0.0146975104,0.0162975104,-0.0032933563,-0.0165975104,7.50057000000002e-05,-0.0216170828,-0.0019747396,0,0.0288570351,0.0294570351,0.0291570351,-0.0029143597,-0.0033013501,"0" 85 | "86",0.87,2.07,0.8362310712,0.0109,0.0491987534,0.0552987534,0.0449987534,0.0191280822,-0.0207987534,-0.0006030103,0.0026720514,0.0063476321,0.02,0.21,0.0492575676,9e-04,-0.00297422929999999,-0.00267422929999998,-0.00337422929999999,-0.004765587,0.00377422929999999,-0.0107096873,0.0064072166,0.0034358486,0.0042,0.0343178349,0.0339178349,0.0334178349,0.0094000677,-0.0225528056,"0" 86 | "87",0.93,2.29,0.8409475465,0.0116,0.0362506206,0.0436506206,0.0320506206,0.0150145541,-0.00835062060000002,0.0139518298,0.0241634572,0.0079538714,0.0600000000000001,0.22,0.00471647530000008,0.000699999999999999,-0.0129481328,-0.0116481328,-0.0129481328,-0.0041135281,0.0124481328,0.0145548401,0.0214914058,0.0016062393,0.0015,0.0149481328,0.0153481328,0.0154481328,-0.0498191816,0.0008971768,"0" 87 | "88",0.98,2.38,0.9017504235,0.0117,0.031077725,0.038777725,0.026777725,0.0146589662,-0.00407772499999998,0.0206374173,0.0083197701,0.003843559,0.0499999999999999,0.0899999999999999,0.060802877,0.000100000000000001,-0.00517289560000005,-0.00487289560000004,-0.00527289560000005,-0.000355587900000001,0.00427289560000005,0.0066855875,-0.0158436871,-0.0041103124,5e-04,0.0254128492,0.0258128492,0.0255128492,0.0498634074,0.0351319448,"0" 88 | "89",1.02,2.4,0.9538884243,0.0117,0.00596764100000001,0.013567641,0.000567641000000011,0.0168124176,0.021132359,0.0197522249,0.0145600534,0.0032047424,0.04,0.02,0.0521380008,0,-0.025110084,-0.025210084,-0.026210084,0.0021534514,0.025210084,-0.000885192399999998,0.0062402833,-0.0006388166,0,0.0158975104,0.0146975104,0.0162975104,7.50057000000002e-05,-0.0216170828,"1" 89 | "90",1.04,2.39,0.8750205468,0.0107,-0.0322748242,-0.0245748242,-0.0370748242,0.0233434075,0.0582748242,0.0133207497,0.0157652669,0.003262011,0.02,-0.00999999999999979,-0.0788678775,-0.001,-0.0382424652,-0.0381424652,-0.0376424652,0.0065309899,0.0371424652,-0.0064314752,0.0012052135,5.72685999999998e-05,9e-04,-0.00297422929999999,-0.00267422929999998,-0.00337422929999999,-0.0107096873,0.0064072166,"1" 90 | "91",1.14,2.32,0.7964292839,0.011,-0.0644748242,-0.0571748242000001,-0.0693748242,0.0271755847,0.0902748242,0.0092248107,-0.005813734,0.0019956031,0.0999999999999999,-0.0700000000000003,-0.0785912629,3e-04,-0.0322,-0.0326,-0.0323,0.0038321772,0.032,-0.004095939,-0.0215790009,-0.0012664079,0.000699999999999999,-0.0129481328,-0.0116481328,-0.0129481328,0.0145548401,0.0214914058,"1" 91 | "92",1.17,2.37,0.8255277845,0.0112,-0.0598762169,-0.0532762169,-0.0641762169,0.029291342,0.0856762169,-0.0032160202,0.0066122757,0.0020394697,0.03,0.0500000000000003,0.0290985006,0.000200000000000001,0.00459860730000006,0.00389860730000006,0.00519860730000005,0.0021157573,-0.00459860730000006,-0.0124408309,0.0124260097,4.38666000000002e-05,0.000100000000000001,-0.00517289560000005,-0.00487289560000004,-0.00527289560000005,0.0066855875,-0.0158436871,"1" 92 | "93",1.2,2.54,0.8134474678,0.0115,-0.0419881406,-0.0353881406,-0.0465881406,0.0303966588,0.0681881406,0.0037941253,0.0006969615,0.0072109902,0.03,0.17,-0.0120803167,3e-04,0.0178880763,0.0178880763,0.0175880763,0.0011053168,-0.0174880763,0.0070101455,-0.0059153142,0.0051715205,0,-0.025110084,-0.025210084,-0.026210084,-0.000885192399999998,0.0062402833,"1" 93 | "94",1.33,2.72,0.7514578547,0.013,-0.0325236472,-0.0268236472,-0.0369236472,0.0259142089,0.0589236472,-0.0003420354,0.0067843877,0.0055042281,0.13,0.18,-0.0619896131,0.0015,0.00946449340000002,0.00856449340000001,0.00966449340000002,-0.0044824499,-0.00926449340000002,-0.0041361607,0.0060874262,-0.0017067621,-0.001,-0.0382424652,-0.0381424652,-0.0376424652,-0.0064314752,0.0012052135,"1" 94 | "95",1.47,2.84,0.7225384419,0.0134,0.00732352260000002,0.0126235226,0.00302352260000002,0.0313582559,0.0193764774,0.0002810931,0.0069062501,0.0067066205,0.14,0.12,-0.0289194128,0.000400000000000001,0.0398471698,0.0394471698,0.0399471698,0.005444047,-0.0395471698,0.0006231285,0.0001218624,0.0012023924,3e-04,-0.0322,-0.0326,-0.0323,-0.004095939,-0.0215790009,"1" 95 | "96",1.52,2.83,0.7813946002,0.014,0.00469492890000001,0.00919492890000002,0.000994928900000015,0.0326867713,0.0231050711,-0.0173171262,-0.0261489119,0.0035829975,0.05,-0.00999999999999979,0.0588561582999999,6e-04,-0.00262859370000001,-0.0034285937,-0.0020285937,0.0013285154,0.0037285937,-0.0175982193,-0.033055162,-0.003123623,0.000200000000000001,0.00459860730000006,0.00389860730000006,0.00519860730000005,-0.0124408309,0.0124260097,"0" 96 | "97",1.56,2.72,0.8003626772,0.0145,0.00646976679999996,0.0119697668,0.00296976679999996,0.0363411209,0.0229302332,-0.0192749595,-0.0116763426,0.0033923914,0.04,-0.11,0.018968077,5e-04,0.00177483789999995,0.00277483789999994,0.00197483789999995,0.0036543496,-0.000174837899999947,-0.0019578333,0.0144725693,-0.0001906061,3e-04,0.0178880763,0.0178880763,0.0175880763,0.0070101455,-0.0059153142,"1" 97 | "98",1.52,2.51,0.7161823278,0.0163,0.0207954373,0.0269954373,0.0176954373,0.0287995059,0.00760456270000004,0.015645927,0.0262505379,0.0022447564,-0.04,-0.21,-0.0841803494,0.0018,0.0143256705,0.0150256705,0.0147256705,-0.007541615,-0.0153256705,0.0349208865,0.0379268805,-0.001147635,0.0015,0.00946449340000002,0.00856449340000001,0.00966449340000002,-0.0041361607,0.0060874262,"1" 98 | "99",1.41,2.44,0.7213163466,0.0173,0.0186935859,0.0246935859,0.0154935859,0.0361507878,0.0114064141,-0.018636657,-0.014830517,0.0029620943,-0.11,-0.0699999999999998,0.00513401879999997,0.001,-0.00210185139999995,-0.00230185139999994,-0.00220185139999994,0.0073512819,0.00380185139999994,-0.034282584,-0.0410810549,0.0007173379,0.000400000000000001,0.0398471698,0.0394471698,0.0399471698,0.0006231285,0.0001218624,"1" 99 | "100",1.42,2.4,0.7518741186,0.0159,0.0182793516,0.0237793516,0.0149793516,0.0320941367,0.0113206484,0.0153505835,0.0189162045,0.0021018372,0.01,-0.04,0.030557772,-0.0014,-0.000414234300000035,-0.000914234300000039,-0.000514234300000038,-0.0040566511,-8.57656999999623e-05,0.0339872405,0.0337467215,-0.0008602571,6e-04,-0.00262859370000001,-0.0034285937,-0.0020285937,-0.0175982193,-0.033055162,"1" 100 | "101",1.45,2.34,0.7387150879,0.017,0.0218951781,0.0274951781,0.0183951781,0.0277312703,0.00750482189999996,0.0140476931,0.004303078,0.0016595585,0.03,-0.0600000000000001,-0.0131590307,0.0011,0.00361582650000006,0.00371582650000007,0.00341582650000006,-0.0043628664,-0.00381582650000006,-0.0013028904,-0.0146131265,-0.0004422787,5e-04,0.00177483789999995,0.00277483789999994,0.00197483789999995,-0.0019578333,0.0144725693,"0" 101 | "102",1.45,2.36,0.7486789106,0.0171,0.0219951781,0.0276951781,0.0201951781,0.031038055,0.00750482189999996,-0.021869182,0.0060958419,0.001075591,0,0.02,0.00996382270000007,9.99999999999994e-05,9.99999999999994e-05,0.000199999999999999,0.0018,0.0033067847,0,-0.0359168751,0.0017927639,-0.0005839675,0.0018,0.0143256705,0.0150256705,0.0147256705,0.0349208865,0.0379268805,"1" 102 | "103",1.41,2.4,0.6940733128,0.0209,0.0184498597,0.0238498597,0.0166498597,0.0265347164,0.0112501403,0.0045636109,0.0055079667,0.0017530246,-0.04,0.04,-0.0546055978000001,0.0038,-0.00354531840000003,-0.00384531840000003,-0.00354531840000003,-0.0045033386,0.00374531840000003,0.0264327929,-0.0005878752,0.0006774336,0.001,-0.00210185139999995,-0.00230185139999994,-0.00220185139999994,-0.034282584,-0.0410810549,"0" 103 | "104",1.41,2.43,0.7624968735,0.0201,0.0274686567,0.0319686567,0.0256686567,0.0240133528,0.00373134329999997,-0.0162443481,-0.0152285056,0.0015742751,0,0.0300000000000002,0.0684235607,-0.000799999999999999,0.00901879700000002,0.00811879700000002,0.00901879700000002,-0.0025213636,-0.00751879700000002,-0.020807959,-0.0207364723,-0.0001787495,-0.0014,-0.000414234300000035,-0.000914234300000039,-0.000514234300000038,0.0339872405,0.0337467215,"0" 104 | "105",1.42,2.51,0.795496906,0.0211,0.0377174721,0.0423174721,0.0338174721,0.0274618998,-0.00371747209999995,-0.0034053246,-0.017127809,0.0029704537,0.01,0.0799999999999996,0.0330000325000001,0.001,0.0102488153999999,0.0103488153999999,0.00814881539999992,0.003448547,-0.00744881539999992,0.0128390235,-0.0018993034,0.0013961786,0.0011,0.00361582650000006,0.00371582650000007,0.00341582650000006,-0.0013028904,-0.0146131265,"0" 105 | "106",1.42,2.55,0.8082108771,0.0179,0.0403488154,0.0462488154,0.0358488154,0.0258766059,-0.00744881539999998,0.0330894767,0.0345785036,0.002368131,0,0.04,0.0127139710999999,-0.0032,0.00263134330000002,0.00393134330000002,0.00203134330000002,-0.0015852939,-0.00373134330000002,0.0364948013,0.0517063126,-0.0006023227,9.99999999999994e-05,9.99999999999994e-05,0.000199999999999999,0.0018,-0.0359168751,0.0017927639,"1" 106 | "107",1.45,2.51,0.7597009612,0.016,0.0387488154,0.0448488154,0.0348488154,0.0248222723,-0.00744881539999998,0.023114493,0.0326963198,0.0013666189,0.03,-0.04,-0.0485099159,-0.0019,-0.0016,-0.0014,-0.001,-0.0010543336,0,-0.0099749837,-0.0018821838,-0.0010015121,0.0038,-0.00354531840000003,-0.00384531840000003,-0.00354531840000003,0.0264327929,-0.0005878752,"1" 107 | "108",1.47,2.55,0.8049158183,0.0103,0.0360488154,0.0425488154,0.0352488154,0.022093476,-0.00744881539999998,0.0391056589,0.0364720575,0.0011954861,0.02,0.04,0.0452148571000001,-0.0057,-0.0027,-0.0023,0.000399999999999998,-0.0027287963,0,0.0159911659,0.0037757377,-0.0001711328,-0.000799999999999999,0.00901879700000002,0.00811879700000002,0.00901879700000002,-0.020807959,-0.0207364723,"1" 108 | "109",1.45,2.62,0.732467844,0.0064,0.0252407066,0.0311407066,0.0234407066,0.018357419,0.00375929339999997,0.0179357552,-0.00133351,0.0020959837,-0.02,0.0700000000000003,-0.0724479743000001,-0.0039,-0.0108081087999999,-0.0114081087999999,-0.0118081087999999,-0.003736057,0.0112081087999999,-0.0211699037,-0.0378055675,0.0009004976,0.001,0.0102488153999999,0.0103488153999999,0.00814881539999992,0.0128390235,-0.0018993034,"1" 109 | "110",1.47,2.63,0.6777451035,0.0101,0.0251268354,0.0309268354,0.0233268354,0.0168841886,0.00377316459999999,0.0087420082,0.0098304288,0.0024500628,0.02,0.00999999999999979,-0.0547227405,0.0037,-0.000113871200000018,-0.000213871200000014,-0.000113871200000015,-0.0014732304,1.38712000000152e-05,-0.009193747,0.0111639388,0.0003540791,-0.0032,0.00263134330000002,0.00393134330000002,0.00203134330000002,0.0364948013,0.0517063126,"1" 110 | "111",1.54,2.77,0.6041197854,0.0115,0.0252268354,0.0307268354,0.0234268354,0.0269928125,0.00377316459999999,0.0044863304,0.008221067,0.0026482811,0.0700000000000001,0.14,-0.0736253180999999,0.0014,0.000100000000000003,-0.000199999999999999,9.99999999999994e-05,0.0101086239,0,-0.0042556778,-0.0016093618,0.0001982183,-0.0019,-0.0016,-0.0014,-0.001,-0.0099749837,-0.0018821838,"0" 111 | "112",1.56,2.96,0.6077617769,0.0128,0.0115014623,0.0161014623,0.0101014623,0.0279683419,0.0186985377,-0.0232879146,-0.0068855278,0.0056039772,0.02,0.19,0.0036419915,0.0013,-0.0137253731,-0.0146253731,-0.0133253731,0.000975529399999998,0.0149253731,-0.027774245,-0.0151065948,0.0029556961,-0.0057,-0.0027,-0.0023,0.000399999999999998,0.0159911659,0.0037757377,"1" 112 | "113",1.57,3.22,0.5516416323,0.0141,0.0119391578,0.0165391578,0.0107391578,0.0253639323,0.0185608422,-0.0002555155,0.0009946705,0.0020188678,0.01,0.26,-0.0561201446,0.0013,0.000437695500000033,0.000437695500000036,0.000637695500000035,-0.0026044096,-0.000137695500000035,0.0230323991,0.0078801983,-0.0035851094,-0.0039,-0.0108081087999999,-0.0114081087999999,-0.0118081087999999,-0.0211699037,-0.0378055675,"1" 113 | "114",1.62,3.44,0.5336247911,0.0207,0.00172241559999998,0.00632241559999998,0.000222415599999977,0.0256339808,0.0295775844,-0.0025756498,-0.0003443416,0.0089136029,0.05,0.22,-0.0180168411999999,0.0066,-0.0102167422,-0.0102167422,-0.0105167422,0.000270048500000002,0.0110167422,-0.0023201343,-0.0013390121,0.0068947351,0.0037,-0.000113871200000018,-0.000213871200000014,-0.000113871200000015,-0.009193747,0.0111639388,"1" 114 | "115",1.64,3.62,0.5098280098,0.0254,-0.00532396120000003,-0.00062396120000003,-0.00732396120000003,0.0252445499,0.0368239612,0.0135715902,0.0111066926,0.0050837608,0.0199999999999998,0.18,-0.0237967813000001,0.0047,-0.00704637680000001,-0.00694637680000001,-0.00754637680000001,-0.000389430900000001,0.00724637680000001,0.01614724,0.0114510342,-0.0038298421,0.0014,0.000100000000000003,-0.000199999999999999,9.99999999999994e-05,-0.0042556778,-0.0016093618,"1" 115 | "116",1.73,3.69,0.5310771996,0.0225,-0.00168995499999999,0.003310045,-0.00238995499999999,0.0266950684,0.032689955,-0.0069223253,-0.0017631548,0.0032889871,0.0900000000000001,0.0699999999999998,0.0212491898,-0.0029,0.00363400620000004,0.00393400620000003,0.00493400620000004,0.0014505185,-0.00413400620000004,-0.0204939155,-0.0128698474,-0.0017947737,0.0013,-0.0137253731,-0.0146253731,-0.0133253731,-0.027774245,-0.0151065948,"0" 116 | "117",1.8,3.6,0.5515645927,0.0249,0.00014554849999996,0.00514554849999996,-0.00255445150000004,0.0256715221,0.0324544515,0.0136753035,-0.0081483524,0.003688373,0.0700000000000001,-0.0899999999999999,0.0204873931,0.0024,0.00183550349999995,0.00183550349999996,-0.000164496500000045,-0.0010235463,-0.000235503499999956,0.0205976288,-0.0063851976,0.0003993859,0.0013,0.000437695500000033,0.000437695500000036,0.000637695500000035,0.0230323991,0.0078801983,"0" 117 | "118",1.84,3.46,0.5719095213,0.0284,0.00691124969999999,0.0120112497,0.00371124969999999,0.0293619492,0.0286887503,-0.0344052159,-0.0287424479,0.0025187611,0.04,-0.14,0.0203449285999999,0.0035,0.00676570120000003,0.00686570120000003,0.00626570120000003,0.0036904271,-0.00376570120000003,-0.0480805194,-0.0205940955,-0.0011696119,0.0066,-0.0102167422,-0.0102167422,-0.0105167422,-0.0023201343,-0.0013390121,"1" 118 | "119",1.74,3.41,0.5441768274,0.0321,0.00197311950000003,0.00817311950000003,-0.00102688049999997,0.0261493673,0.0355268805,-0.028771081,-0.0309793649,0.0043938031,-0.1,-0.0499999999999998,-0.0277326939,0.00369999999999999,-0.00493813019999996,-0.00383813019999996,-0.00473813019999995,-0.0032125819,0.00683813019999996,0.0056341349,-0.002236917,0.001875042,0.0047,-0.00704637680000001,-0.00694637680000001,-0.00754637680000001,0.01614724,0.0114510342,"0" 119 | "120",1.73,3.4,0.5998188749,0.0308,0.00839226420000003,0.0160922642,0.00489226420000003,0.0265995947,0.0282077358,0.0346972524,0.0343291261,0.0022882802,-0.01,-0.0100000000000002,0.0556420475,-0.0013,0.0064191447,0.0079191447,0.0059191447,0.000450227399999999,-0.0073191447,0.0634683334,0.065308491,-0.0021055229,-0.0029,0.00363400620000004,0.00393400620000003,0.00493400620000004,-0.0204939155,-0.0128698474,"1" 120 | "121",1.73,3.42,0.5658765324,0.0329,0.0180097019,0.0252097019,0.0150097019,0.0305276914,0.0210902981,-0.0420088591,-0.0457980739,0.0013628526,0,0.02,-0.0339423424999999,0.0021,0.00961743770000001,0.00911743770000001,0.0101174377,0.0039280967,-0.00711743770000001,-0.0767061115,-0.0801272,-0.0009254276,0.0024,0.00183550349999995,0.00183550349999996,-0.000164496500000045,0.0205976288,-0.0063851976,"0" 121 | "122",1.76,3.47,0.624150778,0.0353,0.0236432708,0.0317432708,0.0188432708,0.0343625225,0.0175567292,0.0036695338,-0.002503056,0.0042182258,0.03,0.0500000000000003,0.0582742455999999,0.0024,0.0056335689,0.0065335689,0.00383356890000001,0.0038348311,-0.00353356890000001,0.0456783929,0.0432950179,0.0028553732,0.0035,0.00676570120000003,0.00686570120000003,0.00626570120000003,-0.0480805194,-0.0205940955,"0" 122 | "123",1.79,3.37,0.6536757786,0.0304,0.0346277778,0.0468277778,0.0288277778,0.034873147,0.00347222219999999,0.0802081284,0.1042643298,0.0096774924,0.03,-0.1,0.0295250006000001,-0.0049,0.010984507,0.015084507,0.00998450699999997,0.000510624500000001,-0.014084507,0.0765385946,0.1067673858,0.0054592666,0.00369999999999999,-0.00493813019999996,-0.00383813019999996,-0.00473813019999995,0.0056341349,-0.002236917,"1" 123 | "124",1.77,3.14,0.6685916376,0.013,0.0293795848,0.0398795848,0.0251795848,0.0289353475,0.00692041519999997,0.0117314632,0.0044502564,0.0020399187,-0.02,-0.23,0.0149158589999999,-0.0174,-0.00524819299999999,-0.00694819299999998,-0.00364819299999999,-0.0059377995,0.00344819299999999,-0.0684766652,-0.0998140734,-0.0076375737,-0.0013,0.0064191447,0.0079191447,0.0059191447,0.0634683334,0.065308491,"1" 124 | "125",1.73,2.93,0.6246601698,0.0083,0.0219067326,0.0317067326,0.0186067326,0.0214366176,0.0137932674,0.0024026302,0.015576618,0.0016180812,-0.04,-0.21,-0.0439314677999999,-0.0047,-0.0074728522,-0.0081728522,-0.0065728522,-0.0074987299,0.0068728522,-0.009328833,0.0111263616,-0.0004218375,0.0021,0.00961743770000001,0.00911743770000001,0.0101174377,-0.0767061115,-0.0801272,"1" 125 | "126",1.73,2.88,0.5613711966,0.0244,0.0236937633,0.0314937633,0.0207937633,0.0139834782,0.0172062367,-0.0809706388,-0.0559610202,0.0017947668,0,-0.0500000000000003,-0.0632889732,0.0161,0.00178703069999998,-0.000212969300000011,0.00218703069999999,-0.0074531394,0.00341296930000001,-0.083373269,-0.0715376382,0.0001766856,0.0024,0.0056335689,0.0065335689,0.00383356890000001,0.0456783929,0.0432950179,"1" 126 | "127",1.75,2.89,0.5117793198,0.0277,0.0235937633,0.0312937633,0.0209937633,0.0236868316,0.0172062367,0.0073956226,0.0153887384,0.0030364572,0.02,0.0100000000000002,-0.0495918768,0.0033,-9.99999999999959e-05,-0.000199999999999999,0.000199999999999999,0.0097033534,0,0.0883662614,0.0713497586,0.0012416904,-0.0049,0.010984507,0.015084507,0.00998450699999997,0.0765385946,0.1067673858,"0" 127 | "128",1.77,3.11,0.5168602815,0.028,0.0242114574,0.0314114574,0.0232114574,0.0249843896,0.0170885426,0.0053125309,0.0013836728,0.0019211096,0.02,0.22,0.00508096169999994,0.000300000000000002,0.000617694099999955,0.000117694099999954,0.00221769409999996,0.001297558,-0.000117694099999954,-0.0020830917,-0.0140050656,-0.0011153476,-0.0174,-0.00524819299999999,-0.00694819299999998,-0.00364819299999999,-0.0684766652,-0.0998140734,"1" 128 | "129",1.79,3.4,0.4832193909,0.0321,0.0343843096,0.0401843096,0.0316843096,0.0268820744,0.0102156904,-0.0112063442,-0.0241288972,0.0018354213,0.02,0.29,-0.0336408906,0.0041,0.0101728522,0.0087728522,0.0084728522,0.0018976848,-0.0068728522,-0.0165188751,-0.02551257,-8.56883000000001e-05,-0.0047,-0.0074728522,-0.0081728522,-0.0065728522,-0.009328833,0.0111263616,"0" 129 | "130",1.81,3.43,0.4923378926,0.0404,0.0316405221,0.0382405221,0.0293405221,0.0305283913,0.0135594779,-0.0038352898,-0.0067784674,0.0032673401,0.02,0.0300000000000002,0.0091185017,0.0083,-0.00274378749999998,-0.00194378749999997,-0.00234378749999997,0.0036463169,0.00334378749999997,0.0073710544,0.0173504298,0.0014319188,0.0161,0.00178703069999998,-0.000212969300000011,0.00218703069999999,-0.083373269,-0.0715376382,"1" 130 | "131",1.83,3.39,0.4577837965,0.0449,0.0322405221,0.0392405221,0.0311405221,0.0228563041,0.0135594779,-0.0130249519,0.0203326116,0.0014254196,0.02,-0.04,-0.0345540961,0.0045,0.000600000000000003,0.001,0.0018,-0.0076720872,0,-0.0091896621,0.027111079,-0.0018419205,0.0033,-9.99999999999959e-05,-0.000199999999999999,0.000199999999999999,0.0883662614,0.0713497586,"0" 131 | "132",1.94,3.39,0.549798083,0.0331,0.0381432432,0.0457432432,0.0343432432,0.02559341,0.00675675679999999,0.0609260431,0.0431884259,0.0030388098,0.11,0,0.0920142865,-0.0118,0.00590272110000002,0.00650272110000002,0.00320272110000002,0.0027371059,-0.00680272110000002,0.073950995,0.0228558143,0.0016133902,0.000300000000000002,0.000617694099999955,0.000117694099999954,0.00221769409999996,-0.0020830917,-0.0140050656,"1" 132 | "133",1.95,3.26,0.5291748619,0.0246,0.0310318338,0.0391318338,0.0272318338,0.0242699263,0.0134681662,0.0152059897,0.0097440551,0.0015676725,0.01,-0.13,-0.0206232211,-0.0085,-0.00711140940000004,-0.00661140940000003,-0.00711140940000003,-0.0013234837,0.00671140940000003,-0.0457200534,-0.0334443708,-0.0014711373,0.0041,0.0101728522,0.0087728522,0.0084728522,-0.0165188751,-0.02551257,"0" 133 | "134",1.95,3.27,0.5843417106,0.0248,0.0357885906,0.0433885906,0.0319885906,0.028312467,0.00671140940000003,0.0375773408,0.0311631757,0.0033864096,0,0.0100000000000002,0.0551668487,0.000199999999999999,0.00475675679999999,0.00425675679999998,0.00475675679999998,0.0040425407,-0.00675675679999999,0.0223713511,0.0214191206,0.0018187371,0.0083,-0.00274378749999998,-0.00194378749999997,-0.00234378749999997,0.0073710544,0.0173504298,"1" 134 | "135",1.95,3.27,0.5504229651,0.0225,0.0334552573,0.0409552573,0.0279552573,0.0227613608,0.0100447427,0.0182567356,0.0041298618,0.0021676941,0,0,-0.0339187455,-0.0023,-0.00233333329999997,-0.00243333329999997,-0.00403333329999996,-0.0055511062,0.00333333329999996,-0.0193206052,-0.0270333139,-0.0012187155,0.0045,0.000600000000000003,0.001,0.0018,-0.0091896621,0.027111079,"1" 135 | "136",1.94,3.09,0.5466798694,0.0239,0.0288329981999999,0.0368329981999999,0.0263329981999999,0.0227375905,0.0133670018000001,0.0053523818,0.0331060787,0.0017035242,-0.01,-0.18,-0.00374309569999998,0.0014,-0.00462225910000005,-0.00412225910000005,-0.00162225910000006,-2.37702999999999e-05,0.00332225910000006,-0.0129043538,0.0289762169,-0.0004641699,-0.0118,0.00590272110000002,0.00650272110000002,0.00320272110000002,0.073950995,0.0228558143,"0" 136 | "137",1.94,3.03,0.5408211006,0.0233,0.030021891,0.037021891,0.027121891,0.0224821258,0.013278109,-0.0007042532,-0.0147027853,0.0019624595,0,-0.0600000000000001,-0.00585876880000002,-6e-04,0.00118889280000001,0.000188892800000014,0.000788892800000017,-0.000255464700000003,-8.88928000000178e-05,-0.006056635,-0.047808864,0.0002589353,-0.0085,-0.00711140940000004,-0.00661140940000003,-0.00711140940000003,-0.0457200534,-0.0334443708,"1" 137 | "138",1.96,3.05,0.5275167211,0.0228,0.031221891,0.037921891,0.027021891,0.0249633869,0.013278109,0.0125826584,0.0166243763,0.0018570884,0.02,0.02,-0.0133043795,-5e-04,0.0012,0.000900000000000005,-9.99999999999959e-05,0.0024812611,0,0.0132869116,0.0313271616,-0.0001053711,0.000199999999999999,0.00475675679999999,0.00425675679999998,0.00475675679999998,0.0223713511,0.0214191206,"1" 138 | "139",2.02,3.19,0.5059222584,0.026,0.0309657505999999,0.0377657505999999,0.0282657505999999,0.0223242879,0.0132342494000001,-0.0074777725,0.0128951675,0.0009648005,0.0600000000000001,0.14,-0.0215944627,0.0032,-0.000256140400000021,-0.000156140400000032,0.00124385959999997,-0.002639099,-4.38595999999736e-05,-0.0200604309,-0.0037292088,-0.0008922879,-0.0023,-0.00233333329999997,-0.00243333329999997,-0.00403333329999996,-0.0193206052,-0.0270333139,"0" 139 | "140",2.04,3.37,0.5457245916,0.0272,0.0307093212,0.0372093212,0.0266093212,0.0240753041,0.0131906788,0.0344103852,0.0285415482,0.0013561195,0.02,0.18,0.0398023331999999,0.0012,-0.000256429399999959,-0.000556429399999954,-0.00165642939999996,0.0017510162,-4.35706000000424e-05,0.0418881577,0.0156463807,0.000391319,0.0014,-0.00462225910000005,-0.00412225910000005,-0.00162225910000006,-0.0129043538,0.0289762169,"0" 140 | "141",2.06,3.47,0.6873574686,0.0273,0.0329638639,0.0403638639,0.0302638639,0.0264554418,0.0098361361,0.0051401533,0.01156308,0.0180956601,0.02,0.1,0.141632877,0.000100000000000003,0.00225454270000001,0.00315454270000002,0.00365454270000001,0.0023801377,-0.00335454270000002,-0.0292702319,-0.0169784682,0.0167395406,-6e-04,0.00118889280000001,0.000188892800000014,0.000788892800000017,-0.006056635,-0.047808864,"0" 141 | "142",2.08,3.53,0.6663442606,0.0278,0.0268492059,0.0339492059,0.0234492059,0.0306014188,0.0163507941,0.0137425066,0.0217922791,0.0038224341,0.02,0.0599999999999996,-0.0210132080000001,0.000499999999999997,-0.00611465799999995,-0.00641465799999996,-0.00681465799999995,0.004145977,0.00651465799999995,0.0086023533,0.0102291991,-0.014273226,-5e-04,0.0012,0.000900000000000005,-9.99999999999959e-05,0.0132869116,0.0313271616,"1" 142 | "143",2.13,3.67,0.5916270511,0.0287,0.0293386796,0.0361386796,0.0264386796,0.0199678967,0.0130613204,0.0140544517,0.015372157,0.0052708904,0.0499999999999998,0.14,-0.0747172094999999,0.000900000000000001,0.00248947369999999,0.00218947369999999,0.00298947369999999,-0.0106335221,-0.00328947369999999,0.000311945100000001,-0.0064201221,0.0014484563,0.0032,-0.000256140400000021,-0.000156140400000032,0.00124385959999997,-0.0200604309,-0.0037292088,"1" 143 | "144",2.15,3.71,0.5875285706,0.0289,0.0288811221,0.0357811221,0.0270811221,0.0143800066,0.0130188779,0.0016005499,0.0108349253,0.0014518118,0.02,0.04,-0.00409848050000006,0.000199999999999999,-0.000457557500000039,-0.000357557500000036,0.000642442499999958,-0.0055878901,-4.24424999999617e-05,-0.0124539018,-0.0045372317,-0.0038190786,0.0012,-0.000256429399999959,-0.000556429399999954,-0.00165642939999996,0.0418881577,0.0156463807,"1" 144 | "145",2.2,3.84,0.5672815754,0.0299,0.0293232895000001,0.0354232895000001,0.0277232895000001,0.0182630456,0.0129767104999999,0.0029993248,0.0039741247,0.0008869191,0.0500000000000003,0.13,-0.0202469952,0.001,0.000442167400000068,-0.000357832599999934,0.000642167400000074,0.003883039,-4.21674000000705e-05,0.0013987749,-0.0068608006,-0.0005648927,0.000100000000000003,0.00225454270000001,0.00315454270000002,0.00365454270000001,-0.0292702319,-0.0169784682,"1" 145 | "146",2.21,3.96,0.5472236248,0.0338,0.0334225134,0.0387225134,0.0313225134,0.010313262,0.00967748660000001,0.0056085926,0.0039952875,0.001186595,0.00999999999999979,0.12,-0.0200579506,0.0039,0.00409922389999993,0.00329922389999993,0.00359922389999993,-0.0079497836,-0.00329922389999993,0.0026092678,2.11628000000002e-05,0.0002996759,0.000499999999999997,-0.00611465799999995,-0.00641465799999996,-0.00681465799999995,0.0086023533,0.0102291991,"1" 146 | "147",2.28,4.02,0.5255914542,0.0352,0.0306173852,0.0356173852,0.0288173852,0.0089546781,0.0128826148,0.001885248,0.002985565,0.0038872822,0.0699999999999998,0.0599999999999996,-0.0216321706,0.00140000000000001,-0.00280512819999996,-0.00310512819999996,-0.00250512819999996,-0.0013585839,0.00320512819999996,-0.0037233446,-0.0010097225,0.0027006872,0.000900000000000001,0.00248947369999999,0.00218947369999999,0.00298947369999999,0.000311945100000001,-0.0064201221,"1" 147 | "148",2.33,4.18,0.5236754417,0.0354,0.0245689667,0.0290689667,0.0231689667,0.0177831955,0.0192310333,0.0011922957,0.0078592687,0.0003697564,0.0500000000000003,0.16,-0.00191601249999995,0.000199999999999999,-0.00604841850000001,-0.00654841850000001,-0.00564841850000001,0.0088285174,0.00634841850000001,-0.0006929523,0.0048737037,-0.0035175258,0.000199999999999999,-0.000457557500000039,-0.000357557500000036,0.000642442499999958,-0.0124539018,-0.0045372317,"1" 148 | "149",2.38,4.33,0.5122068551,0.0348,0.0280947732,0.0324947732,0.0258947732,0.0205029394,0.0160052268,0.0166905921,0.0145694694,0.0008783858,0.0499999999999998,0.15,-0.0114685866000001,-0.000600000000000003,0.00352580649999993,0.00342580649999993,0.00272580649999993,0.0027197439,-0.00322580649999993,0.0154982964,0.0067102007,0.0005086294,0.001,0.000442167400000068,-0.000357832599999934,0.000642167400000074,0.0013987749,-0.0068608006,"1" 149 | "150",2.44,4.47,0.4865371214,0.0353,0.0250810934,0.0290810934,0.0229810934,0.0204030634,0.0191189066,0.007815608,0.0110379704,0.0007953194,0.0600000000000001,0.14,-0.0256697337,5e-04,-0.00301367979999999,-0.00341367979999999,-0.00291367979999999,-9.98759999999987e-05,0.00311367979999999,-0.0088749841,-0.003531499,-8.30664e-05,0.0039,0.00409922389999993,0.00329922389999993,0.00359922389999993,0.0026092678,2.11628000000002e-05,"0" 150 | "151",2.5,4.55,0.4872273003,0.0384,0.0190522593,0.0227522593,0.0169522593,0.0230944256,0.0253477407,0.0090253319,0.0134384624,0.000751148,0.0600000000000001,0.0800000000000001,0.000690178900000005,0.0031,-0.00602883409999997,-0.00632883409999997,-0.00602883409999997,0.0026913622,0.00622883409999997,0.0012097239,0.002400492,-4.41714e-05,0.00140000000000001,-0.00280512819999996,-0.00310512819999996,-0.00250512819999996,-0.0037233446,-0.0010097225,"0" 151 | "152",2.55,4.68,0.469489905,0.0393,0.0190911294,0.0226911294,0.0170911294,0.0191333633,0.0251088706,0.0108347902,0.0102180987,0.0007036398,0.0499999999999998,0.13,-0.0177373953,0.000900000000000005,3.88701000000116e-05,-6.11298999999843e-05,0.000138870100000014,-0.0039610623,-0.00023887010000001,0.0018094583,-0.0032203637,-4.75082e-05,0.000199999999999999,-0.00604841850000001,-0.00654841850000001,-0.00564841850000001,-0.0006929523,0.0048737037,"0" 152 | "153",2.61,4.84,0.4808589565,0.038,0.0102318701000001,0.0141318701000001,0.00793187010000006,0.0175502789,0.0343681298999999,0.0101318905,0.0015987095,0.0023259032,0.0600000000000001,0.16,0.0113690515,-0.0013,-0.00885925929999994,-0.00855925929999993,-0.00915925929999994,-0.0015830844,0.00925925929999993,-0.000702899699999999,-0.0086193892,0.0016222634,-0.000600000000000003,0.00352580649999993,0.00342580649999993,0.00272580649999993,0.0154982964,0.0067102007,"1" 153 | "154",2.66,4.98,0.4485374713,0.0392,0.0110447760000001,0.0149447760000001,0.00914477600000007,0.0168945537,0.0341552239999999,-0.0025059103,-0.0002030883,0.0009284733,0.0500000000000003,0.140000000000001,-0.0323214852,0.0012,0.000812905900000001,0.000812905900000001,0.00121290590000001,-0.000655725200000002,-0.000212905900000004,-0.0126378008,-0.0018017978,-0.0013974299,5e-04,-0.00301367979999999,-0.00341367979999999,-0.00291367979999999,-0.0088749841,-0.003531499,"0" 154 | "155",2.72,5.19,0.4306378062,0.0438,0.0190392246,0.0224392246,0.0172392246,0.0208371829,0.0277607754,-0.0112893094,-0.0160094393,0.000631174,0.0600000000000001,0.21,-0.0178996651,0.0046,0.00799444859999994,0.00749444859999994,0.00809444859999994,0.0039426292,-0.00639444859999994,-0.0087833991,-0.015806351,-0.0002972993,0.0031,-0.00602883409999997,-0.00632883409999997,-0.00602883409999997,0.0012097239,0.002400492,"0" 155 | "156",2.78,5.34,0.4901759356,0.0459,0.0216941099000001,0.0256941099000001,0.0184941099000001,0.0167876407,0.0275058900999999,-0.006580144,-0.0149710233,0.001419901,0.0599999999999996,0.149999999999999,0.0595381294,0.0021,0.00265488530000006,0.00325488530000006,0.00125488530000006,-0.0040495422,-0.000254885300000063,0.0047091654,0.001038416,0.000788727,0.000900000000000005,3.88701000000116e-05,-6.11298999999843e-05,0.000138870100000014,0.0018094583,-0.0032203637,"0" 156 | "157",2.83,5.46,0.5209746006,0.045,0.0234443602,0.0285443602,0.0204443602,0.0171222618,0.0272556398,-0.0137433695,0.0016927099,0.002787966,0.0500000000000003,0.12,0.030798665,-0.000900000000000005,0.00175025029999992,0.00285025029999993,0.00195025029999992,0.000334621100000002,-0.000250250299999921,-0.0071632255,0.0166637332,0.001368065,-0.0013,-0.00885925929999994,-0.00855925929999993,-0.00915925929999994,-0.000702899699999999,-0.0086193892,"0" 157 | "158",2.89,5.51,0.5854924957,0.0537,0.0248319968,0.0308319968,0.0179319968,0.0169838677,0.0300680032,0.0081719905,-0.0279226602,0.0057793676,0.0600000000000001,0.0499999999999998,0.0645178950999999,0.0087,0.00138763659999998,0.00228763659999998,-0.00251236340000002,-0.000138394100000001,0.00281236340000002,0.02191536,-0.0296153701,0.0029914016,0.0012,0.000812905900000001,0.000812905900000001,0.00121290590000001,-0.0126378008,-0.0018017978,"1" 158 | "159",2.87,5.55,0.5769451056,0.0496,0.0150721005,0.0229721005,0.00667210050000001,0.0172079259,0.0388278995,0.0492790237,0.0446311608,0.0039481342,-0.02,0.04,-0.00854739009999994,-0.0041,-0.00975989629999995,-0.00785989629999996,-0.0112598963,0.000224058200000002,0.00875989629999996,0.0411070332,0.072553821,-0.0018312334,0.0046,0.00799444859999994,0.00749444859999994,0.00809444859999994,-0.0087833991,-0.015806351,"1" 159 | "160",2.9,5.45,0.5495507979,0.0426,0.00990120199999998,0.017101202,0.00410120199999998,0.0149216835,0.041398798,0.0126202613,0.0359762473,0.0016470177,0.0299999999999998,-0.0999999999999996,-0.0273943077,-0.007,-0.00517089850000003,-0.00587089850000003,-0.00257089850000003,-0.0022862424,0.00257089850000003,-0.0366587624,-0.0086549135,-0.0023011165,0.0021,0.00265488530000006,0.00325488530000006,0.00125488530000006,0.0047091654,0.001038416,"0" 160 | "161",2.9,5.33,0.553204845,0.0354,0.0104828335,0.0175828335,0.00678283350000001,0.0101533857,0.0439171665,-0.0630604509,-0.0538989316,0.0027981885,0,-0.12,0.00365404709999995,-0.0072,0.00058163150000002,0.000481631500000017,0.00268163150000002,-0.0047682978,0.00251836849999998,-0.0756807122,-0.0898751789,0.0011511708,-0.000900000000000005,0.00175025029999992,0.00285025029999993,0.00195025029999992,-0.0071632255,0.0166637332,"1" 161 | "162",2.92,5.3,0.5135648458,0.0442,0.0101153935,0.0176153935,0.00531539350000002,0.0056002036,0.0463846065,-0.0020564572,0.012829063,0.0008736064,0.02,-0.0300000000000002,-0.0396399992000001,0.0088,-0.000367439999999983,3.25600000000148e-05,-0.00146743999999999,-0.0045531821,0.00246743999999999,0.0610039937,0.0667279946,-0.0019245821,0.0087,0.00138763659999998,0.00228763659999998,-0.00251236340000002,0.02191536,-0.0296153701,"0" 162 | "163",2.92,5.33,0.5257924451,0.0497,0.010413395,0.017813395,0.00411339499999998,0.0143610729,0.051486605,-0.0407452672,-0.0425282831,0.0016705799,0,0.0300000000000002,0.0122275993000001,0.0055,0.000298001499999957,0.000198001499999961,-0.00120199850000004,0.0087608693,0.00510199850000004,-0.03868881,-0.0553573461,0.0007969735,-0.0041,-0.00975989629999995,-0.00785989629999996,-0.0112598963,0.0411070332,0.072553821,"0" 163 | "164",2.95,5.44,0.5668098065,0.0517,0.00742478710000001,0.0148247871,0.00232478710000001,0.0126771562,0.0536752129,0.0075686547,0.0194468787,0.002699282,0.0300000000000002,0.11,0.0410173614,0.002,-0.00298860789999997,-0.00298860789999997,-0.00178860789999997,-0.0016839167,0.00218860789999997,0.0483139219,0.0619751618,0.0010287021,-0.007,-0.00517089850000003,-0.00587089850000003,-0.00257089850000003,-0.0366587624,-0.0086549135,"1" 164 | "165",2.99,5.57,0.5307418133,0.0552,0.00699096239999999,0.0148909624,-0.0024090376,0.0120900958,0.0558090376,0.050720855,0.0203131474,0.0024935527,0.04,0.13,-0.0360679932,0.0035,-0.000433824700000016,6.61752999999848e-05,-0.00473382470000001,-0.000587060399999999,0.00213382470000001,0.0431522003,0.000866268699999999,-0.0002057293,-0.0072,0.00058163150000002,0.000481631500000017,0.00268163150000002,-0.0756807122,-0.0898751789,"0" 165 | "166",3.03,5.66,0.5091954391,0.0519,-0.000885532900000013,0.00731446709999999,-0.00748553290000002,0.0182870281,0.0605855329,0.0180996984,0.049808827,0.001341253,0.0399999999999996,0.0899999999999999,-0.0215463742000001,-0.0033,-0.00787649530000001,-0.00757649530000001,-0.00507649530000002,0.0061969323,0.00477649530000002,-0.0326211566,0.0294956796,-0.0011522997,0.0088,-0.000367439999999983,3.25600000000148e-05,-0.00146743999999999,0.0610039937,0.0667279946,"0" 166 | "167",3.07,5.76,0.5049006623,0.0596,0.00755327610000001,0.0153532761,0.0028532761,0.0319614907,0.0569467239,-0.0746021794,-0.0606474453,0.0008653616,0.04,0.0999999999999996,-0.00429477680000001,0.0077,0.00843880900000002,0.00803880900000002,0.010338809,0.0136744626,-0.00363880900000002,-0.0927018778,-0.1104562723,-0.0004758914,0.0055,0.000298001499999957,0.000198001499999961,-0.00120199850000004,-0.03868881,-0.0553573461,"0" 167 | "168",3.1,5.82,0.557040236,0.0602,0.00969688530000001,0.0162968853,0.00319688530000001,0.0395080918,0.0588031147,-0.0155030065,-0.022275952,0.0017439779,0.0300000000000002,0.0600000000000005,0.0521395737,0.000599999999999996,0.00214360920000001,0.000943609200000001,0.000343609200000004,0.0075466011,0.0018563908,0.0590991729,0.0383714933,0.0008786163,0.002,-0.00298860789999997,-0.00298860789999997,-0.00178860789999997,0.0483139219,0.0619751618,"0" 168 | "169",3.13,5.84,0.5967773337,0.0644,0.0143488090999999,0.0215488090999999,0.00684880909999994,0.0451528579,0.0554511909000001,0.0128281048,0.0135746884,0.001729565,0.0299999999999998,0.0199999999999996,0.0397370977,0.0042,0.00465192379999993,0.00525192379999993,0.00365192379999994,0.0056447661,-0.00335192379999993,0.0283311113,0.0358506404,-1.44129e-05,0.0035,-0.000433824700000016,6.61752999999848e-05,-0.00473382470000001,0.0431522003,0.000866268699999999,"0" 169 | "170",3.15,5.89,0.6408884625,0.0709,0.0168151934,0.0259151934,0.0131151934,0.0483913402,0.0545848066,-0.0522047155,-0.0258643756,0.004115476,0.02,0.0499999999999998,0.0441111288,0.00650000000000001,0.00246638430000008,0.00436638430000008,0.00626638430000007,0.0032384823,-0.000866384300000078,-0.0650328203,-0.039439064,0.002385911,-0.0033,-0.00787649530000001,-0.00757649530000001,-0.00507649530000002,-0.0326211566,0.0294956796,"0" 170 | "171",3.16,5.78,0.6510820131,0.0782,0.0308526673,0.0401526673,0.0223526673,0.0342737833,0.0463473327,0.0044361213,-0.0479291945,0.0024264301,0.0100000000000002,-0.109999999999999,0.0101935506,0.0073,0.0140374739,0.0142374739,0.00923747389999996,-0.0141175569,-0.00823747389999996,0.0566408368,-0.0220648189,-0.0016890459,0.0077,0.00843880900000002,0.00803880900000002,0.010338809,-0.0927018778,-0.1104562723,"0" 171 | "172",3.17,5.63,0.6903267691,0.0663,0.0327594735999999,0.0406594736,0.0204594736,0.0358415812,0.0456405264,0.0492926882,0.0500189657,0.0030893669,0.00999999999999979,-0.15,0.039244756,-0.0119,0.00190680629999997,0.000506806299999982,-0.00189319370000002,0.0015677979,-0.000706806299999974,0.0448565669,0.0979481602,0.0006629368,0.000599999999999996,0.00214360920000001,0.000943609200000001,0.000343609200000004,0.0590991729,0.0383714933,"0" 172 | "173",3.18,5.52,0.7933814171,0.0668,0.0445426436000001,0.0522426436000001,0.0306426436000001,0.0422991826,0.0402573563999999,-0.041754884,-0.0407965893,0.0124184702,0.0100000000000002,-0.11,0.103054648,5e-04,0.0117831700000001,0.0115831700000001,0.0101831700000001,0.0064576014,-0.0053831700000001,-0.0910475722,-0.090815555,0.0093291033,0.0042,0.00465192379999993,0.00525192379999993,0.00365192379999994,0.0283311113,0.0358506404,"1" 173 | "174",3.19,5.36,0.7129147605,0.0612,0.0485958247999999,0.0615958247999999,0.0356958247999999,0.0379495959,0.0323041752000001,0.0534220081,0.0809755684,0.005071609,0.00999999999999979,-0.159999999999999,-0.0804666566,-0.0056,0.00405318119999988,0.00935318119999988,0.00505318119999988,-0.0043495867,-0.00795318119999988,0.0951768921,0.1217721577,-0.0073468612,0.00650000000000001,0.00246638430000008,0.00436638430000008,0.00626638430000007,-0.0650328203,-0.039439064,"1" 174 | "175",3.14,5.13,0.6464263577,0.0487,0.0418216803,0.0566216803,0.0302216803,0.0314681737,0.0345783197,0.0583721724,0.0872338642,0.0024640314,-0.0499999999999998,-0.23,-0.0664884028,-0.0125,-0.00677414449999997,-0.00497414449999996,-0.00547414449999997,-0.0064814222,0.00227414449999996,0.0049501643,0.00625829579999999,-0.0026075776,0.0073,0.0140374739,0.0142374739,0.00923747389999996,0.0566408368,-0.0220648189,"1" 175 | "176",3.11,5.22,0.6338113825,0.0338,0.0452753035,0.0577753035,0.0324753035,0.0264046828,0.0268246965,0.0878360166,0.0408309243,0.0014851902,-0.0300000000000002,0.0899999999999999,-0.0126149752,-0.0149,0.00345362320000006,0.00115362320000005,0.00225362320000006,-0.0050634909,-0.00775362320000006,0.0294638442,-0.0464029399,-0.0009788412,-0.0119,0.00190680629999997,0.000506806299999982,-0.00189319370000002,0.0448565669,0.0979481602,"0" 176 | "177",3.1,5.32,0.6432210427,0.0475,0.0449090857999999,0.0560090857999999,0.0326090858,0.0272784983,0.0314909142000001,-0.04432378,-0.0290407644,0.0017713986,-0.00999999999999979,0.100000000000001,0.0094096602,0.0137,-0.000366217700000088,-0.00176621770000009,0.00013378229999992,0.0008738155,0.00466621770000009,-0.1321597966,-0.0698716887,0.0002862084,5e-04,0.0117831700000001,0.0115831700000001,0.0101831700000001,-0.0910475722,-0.090815555,"0" 177 | "178",3.09,5.43,0.6460848296,0.0469,0.0407608394000001,0.0522608394000001,0.0261608394000001,0.0279344169,0.0336391605999999,0.0716662225,0.0420233327,0.0034938843,-0.0100000000000002,0.109999999999999,0.0028637869,-0.000600000000000003,-0.00414824639999989,-0.00374824639999988,-0.00644824639999989,0.000655918600000003,0.00214824639999989,0.1159900025,0.0710640971,0.0017224857,-0.0056,0.00405318119999988,0.00935318119999988,0.00505318119999988,0.0951768921,0.1217721577,"1" 178 | "179",3.07,5.7,0.6439002471,0.0401,0.0273365801,0.0386365801000001,0.0145365801000001,0.0340233587,0.0451634198999999,0.0163739646,0.0541771337,0.0037112486,-0.02,0.27,-0.00218458249999998,-0.0068,-0.0134242593,-0.0136242593,-0.0116242593,0.0060889418,0.0115242593,-0.0552922579,0.012153801,0.0002173643,-0.0125,-0.00677414449999997,-0.00497414449999996,-0.00547414449999997,0.0049501643,0.00625829579999999,"1" 179 | "180",3.07,5.81,0.6459019879,0.0373,0.0136977375,0.0236977375,0.00259773750000001,0.0317231825,0.0587022625,-0.0057754854,0.0097823653,0.0013236832,0,0.109999999999999,0.00200174079999993,-0.0028,-0.0136388426,-0.0149388426,-0.0119388426,-0.0023001762,0.0135388426,-0.02214945,-0.0443947684,-0.0023875654,-0.0149,0.00345362320000006,0.00115362320000005,0.00225362320000006,0.0294638442,-0.0464029399,"0" 180 | "181",3.07,5.97,0.6540154785,0.0391,0.000565629200000001,0.0102656292,-0.0110343708,0.0341993895,0.0717343708,0.0230793761,0.0129220221,0.0015177956,0,0.16,0.0081134906,0.0018,-0.0131321083,-0.0134321083,-0.0136321083,0.002476207,0.0130321083,0.0288548615,0.0031396568,0.0001941124,0.0137,-0.000366217700000088,-0.00176621770000009,0.00013378229999992,-0.1321597966,-0.0698716887,"0" 181 | "182",3.08,6.14,0.6373850011,0.0466,-0.0121570770000001,-0.00345707700000006,-0.0237570770000001,0.0328697745,0.0843570770000001,0.0160587701,0.013353287,0.001656189,0.0100000000000002,0.17,-0.0166304774,0.0075,-0.0127227062000001,-0.0137227062000001,-0.0127227062000001,-0.00132961500000001,0.0126227062000001,-0.007020606,0.000431264900000001,0.0001383934,-0.000600000000000003,-0.00414824639999989,-0.00374824639999988,-0.00644824639999989,0.1159900025,0.0710640971,"1" 182 | "183",3.15,6.42,0.5956745946,0.0507,-0.0293655821999999,-0.0208655821999999,-0.0402655821999999,0.0342034837,0.1001655822,0.0225633296,0.0348373894,0.0018639055,0.0699999999999998,0.28,-0.0417104064999999,0.0041,-0.0172085051999999,-0.0174085051999999,-0.0165085051999999,0.00133370920000001,0.0158085051999999,0.0065045595,0.0214841024,0.0002077165,-0.0068,-0.0134242593,-0.0136242593,-0.0116242593,-0.0552922579,0.012153801,"0" 183 | "184",3.17,6.8,0.6760181281,0.0609,-0.0315849653000001,-0.0241849653000001,-0.0358849653000001,0.0367061493,0.1044849653,-0.0227970485,0.0013735741,0.0033377425,0.02,0.38,0.0803435334999999,0.0102,-0.00221938310000012,-0.00331938310000013,0.00438061689999986,0.0025026656,0.00431938310000013,-0.0453603781,-0.0334638153,0.001473837,-0.0028,-0.0136388426,-0.0149388426,-0.0119388426,-0.02214945,-0.0443947684,"0" 184 | "185",3.22,7.23,0.7209743078,0.0719,-0.0408135921,-0.0332135921,-0.0435135921,0.0390133985,0.1145135921,-0.0080358086,-0.0034359768,0.0067596009,0.0500000000000003,0.430000000000001,0.0449561797000001,0.011,-0.00922862679999994,-0.00902862679999994,-0.00762862679999994,0.0023072492,0.0100286267999999,0.0147612399,-0.0048095509,0.0034218584,0.0018,-0.0131321083,-0.0134321083,-0.0136321083,0.0288548615,0.0031396568,"0" 185 | "186",3.27,7.69,0.6788089959,0.0829,-0.0417813979,-0.0317813979,-0.0477813979,0.0343612257,0.1180813979,0.0257195716,0.0214179137,0.0038984216,0.0499999999999998,0.46,-0.0421653119000001,0.011,-0.000967805800000041,0.00143219419999996,-0.00426780580000004,-0.0046521728,0.00356780580000005,0.0337553802,0.0248538905,-0.0028611793,0.0075,-0.0127227062000001,-0.0137227062000001,-0.0127227062000001,-0.007020606,0.000431264900000001,"0" 186 | "187",3.38,8.16,0.7555884634,0.0745,-0.0220636215000001,-0.0140636215000001,-0.0262636215000001,0.0130073951,0.0988636215000001,-0.0054164637,-0.0077617018,0.0110728257,0.11,0.47,0.0767794675,-0.0084,0.0197177764,0.0177177764,0.0215177764,-0.0213538306,-0.0192177764,-0.0311360353,-0.0291796155,0.0071744041,0.0041,-0.0172085051999999,-0.0174085051999999,-0.0165085051999999,0.0065045595,0.0214841024,"0" 187 | "188",3.44,8.36,0.8151840129,0.0796,-0.0107368178999999,-0.00463681789999987,-0.0125368178999999,0.0103999361,0.0908368178999999,-0.0395682217,-0.0349695436,0.0069811924,0.0600000000000001,0.199999999999999,0.0595955495,0.00510000000000001,0.0113268036000002,0.00942680360000019,0.0137268036000002,-0.002607459,-0.00802680360000019,-0.034151758,-0.0272078418,-0.0040916333,0.0102,-0.00221938310000012,-0.00331938310000013,0.00438061689999986,-0.0453603781,-0.0334638153,"0" 188 | "189",3.5,8.74,0.8601587717,0.079,0.00785952690000014,0.0158595269000001,0.00435952690000013,0.0080278099,0.0768404730999999,-0.0088710904,-0.0517752456,0.0061281912,0.0600000000000001,0.380000000000001,0.0449747588,-0.000600000000000003,0.0185963448,0.0204963448,0.0168963448,-0.0023721262,-0.0139963448,0.0306971313,-0.016805702,-0.0008530012,0.011,-0.00922862679999994,-0.00902862679999994,-0.00762862679999994,0.0147612399,-0.0048095509,"0" 189 | "190",3.59,9.11,1.1354401435,0.0806,0.0247677100000001,0.0341677100000001,0.0160677100000001,0.0051382625,0.0676322899999999,-0.0019757282,-0.0307581406,0.0175202984,0.0899999999999999,0.369999999999999,0.2752813718,0.0016,0.0169081830999999,0.0183081830999999,0.0117081830999999,-0.0028895474,-0.00920818309999993,0.0068953622,0.021017105,0.0113921072,0.011,-0.000967805800000041,0.00143219419999996,-0.00426780580000004,0.0337553802,0.0248538905,"1" 190 | "191",3.6,8.89,1.1200181747,0.0715,0.0294747609999999,0.0468747609999999,0.0165747609999999,0.0087733076,0.0594252390000001,0.0983078576,0.0929761841,0.0174132307,0.0100000000000002,-0.219999999999999,-0.0154219688000001,-0.00910000000000001,0.00470705099999986,0.0127070509999999,0.000507050999999856,0.0036350451,-0.00820705099999985,0.1002835858,0.1237343247,-0.000107067699999998,-0.0084,0.0197177764,0.0177177764,0.0215177764,-0.0311360353,-0.0291796155,"1" 191 | "192",3.67,8.45,0.9724663152,0.0549,0.0282523809999999,0.0463523809999999,0.0239523809999999,0.0204679182,0.0584476190000001,0.0082363602,0.047585842,0.0085989257,0.0699999999999998,-0.440000000000001,-0.1475518595,-0.0166,-0.00122238,-0.000522379999999989,0.00737762000000002,0.0116946106,-0.000977620000000012,-0.0900714974,-0.0453903421,-0.008814305,0.00510000000000001,0.0113268036000002,0.00942680360000019,0.0137268036000002,-0.034151758,-0.0272078418,"1" 192 | "193",3.71,7.96,0.8498390198,0.0534,0.0338245904,0.0523245904,0.0274245904,0.0229618335,0.0538754096,0.0318904935,0.0359073644,0.0054742662,0.04,-0.489999999999999,-0.1226272954,-0.00149999999999999,0.00557220940000003,0.00597220940000003,0.00347220940000002,0.0024939153,-0.00457220940000003,0.0236541333,-0.0116784776,-0.0031246595,-0.000600000000000003,0.0185963448,0.0204963448,0.0168963448,0.0306971313,-0.016805702,"0" 193 | "194",3.71,7.76,0.9409482541,0.0642,0.0416914402,0.0582914402,0.0383914402,0.0279176358,0.0478085598,-0.0250895198,-0.0327898615,0.0058921585,0,-0.2,0.0911092343000001,0.0108,0.00786684980000005,0.00596684980000005,0.0109668498000001,0.0049558023,-0.00606684980000005,-0.0569800133,-0.0686972259,0.0004178923,0.0016,0.0169081830999999,0.0183081830999999,0.0117081830999999,0.0068953622,0.021017105,"1" 194 | "195",3.68,7.96,0.876338851,0.0544,0.0249618775999999,0.0426618775999999,0.0175618775999999,0.0237094285,0.0629381224000001,0.0764894577,0.0922471505,0.0042981484,-0.0299999999999998,0.2,-0.0646094031000001,-0.0098,-0.0167295626000001,-0.0156295626000001,-0.0208295626000001,-0.0042082073,0.0151295626000001,0.1015789775,0.125037012,-0.0015940101,-0.00910000000000001,0.00470705099999986,0.0127070509999999,0.000507050999999856,0.1002835858,0.1237343247,"1" 195 | "196",3.69,8.66,0.7840312172,0.05,0.0181939892999999,0.0341939892999999,0.0121939892999999,0.0150701473,0.0670060107000001,0.0321090463,0.0421324252,0.0044654393,0.00999999999999979,0.7,-0.0923076338,-0.00439999999999999,-0.00676788830000005,-0.00846788830000005,-0.00536788830000004,-0.0086392812,0.00406788830000004,-0.0443804114,-0.0501147253,0.0001672909,-0.0166,-0.00122238,-0.000522379999999989,0.00737762000000002,-0.0900714974,-0.0453903421,"0" 196 | "197",3.76,9.25,0.7814276312,0.0541,0.0217463710999998,0.0344463710999998,0.0162463710999998,0.0189231854,0.0644536289000002,0.0064797684,0.0030386818,0.0029152361,0.0699999999999998,0.59,-0.00260358599999999,0.0041,0.00355238179999995,0.000252381799999951,0.00405238179999994,0.0038530381,-0.00255238179999995,-0.0256292779,-0.0390937434,-0.0015502032,-0.00149999999999999,0.00557220940000003,0.00597220940000003,0.00347220940000002,0.0236541333,-0.0116784776,"0" 197 | "198",3.85,9.55,0.7913632737,0.0508,0.0183623863000001,0.0285623863000001,0.0126623863000001,0.0237815187,0.0654376136999999,0.0439860164,0.055684538,0.0021223987,0.0900000000000003,0.300000000000001,0.00993564250000001,-0.0033,-0.00338398479999973,-0.00588398479999973,-0.00358398479999972,0.0048583333,0.000983984799999726,0.037506248,0.0526458562,-0.0007928374,0.0108,0.00786684980000005,0.00596684980000005,0.0109668498000001,-0.0569800133,-0.0686972259,"0" 198 | "199",4.05,9.91,0.779973125,0.0435,0.0157651786000001,0.0271651786000001,0.00806517860000006,0.028565706,0.0640348213999999,0.0766772817,0.0751808785,0.0029641601,0.2,0.359999999999999,-0.0113901487,-0.0073,-0.00259720770000005,-0.00139720770000004,-0.00459720770000005,0.0047841873,-0.00140279229999996,0.0326912653,0.0194963405,0.0008417614,-0.0098,-0.0167295626000001,-0.0156295626000001,-0.0208295626000001,0.1015789775,0.125037012,"0" 199 | "200",4.19,10.08,0.8684299283,0.046,0.00874207860000013,0.0189420786000001,0.00494207860000014,0.0303375593,0.0722579213999999,-0.0348058199,-0.0231424504,0.0016960639,0.140000000000001,0.17,0.0884568032999999,0.0025,-0.00702309999999992,-0.00822309999999993,-0.00312309999999992,0.0017718533,0.00822309999999993,-0.1114831016,-0.0983233289,-0.0012680962,-0.00439999999999999,-0.00676788830000005,-0.00846788830000005,-0.00536788830000004,-0.0443804114,-0.0501147253,"0" 200 | "201",4.36,10.42,0.8711120812,0.0502,-0.00116444649999993,0.00843555350000007,-0.00526444649999994,0.0319412841,0.0806644464999999,0.0364116455,0.038568355,0.0021830209,0.17,0.34,0.00268215290000007,0.0042,-0.00990652510000006,-0.0105065251000001,-0.0102065251000001,0.0016037248,0.00840652510000006,0.0712174654,0.0617108054,0.000486957,0.0041,0.00355238179999995,0.000252381799999951,0.00405238179999994,-0.0256292779,-0.0390937434,"0" 201 | "202",4.5,10.71,0.9422625161,0.0581,-0.0081089078,0.000691092199999993,-0.0109089078,0.0323679755,0.0873089078,0.0097246819,0.010864395,0.0016403271,0.14,0.290000000000001,0.0711504348999999,0.0079,-0.00694446130000007,-0.00774446130000007,-0.00564446130000007,0.000426691399999998,0.00664446130000007,-0.0266869636,-0.02770396,-0.0005426938,-0.0033,-0.00338398479999973,-0.00588398479999973,-0.00358398479999972,0.037506248,0.0526458562,"0" 202 | "203",4.67,10.89,0.9603330245,0.0607,-0.0154941326999999,-0.00749413269999986,-0.0170941326999999,0.0304755411,0.0973941326999999,-0.016885037,-0.0082470866,0.0027403093,0.17,0.18,0.0180705084,0.0026,-0.00738522489999986,-0.00818522489999986,-0.00618522489999986,-0.0018924344,0.0100852248999999,-0.0266097189,-0.0191114816,0.0010999822,-0.0073,-0.00259720770000005,-0.00139720770000004,-0.00459720770000005,0.0326912653,0.0194963405,"0" 203 | "204",4.8,10.92,1.1114925531,0.0629,-0.0201195843999999,-0.0126195843999999,-0.0217195843999999,0.0275697476,0.1048195844,-0.0096872333,0.0003384594,0.0022007974,0.13,0.0299999999999994,0.1511595286,0.0022,-0.00462545170000009,-0.00512545170000007,-0.00462545170000009,-0.0029057935,0.00742545170000009,0.0071978037,0.008585546,-0.0005395119,0.0025,-0.00702309999999992,-0.00822309999999993,-0.00312309999999992,-0.1114831016,-0.0983233289,"1" 204 | "205",4.91,11.23,1.0279015813,0.0673,-0.029092829,-0.020692829,-0.030192829,0.0165234648,0.116692829,-0.012458058,-0.0108052329,0.0038536315,0.11,0.31,-0.0835909717999999,0.0044,-0.00897324460000005,-0.00807324460000006,-0.00847324460000005,-0.0110462828,0.0118732446000001,-0.0027708247,-0.0111436923,0.0016528341,0.0042,-0.00990652510000006,-0.0105065251000001,-0.0102065251000001,0.0712174654,0.0617108054,"1" 205 | "206",5.02,11.57,0.9722575131,0.0785,-0.0398978502,-0.0325978502,-0.0407978502,0.012726385,0.1267978502,0.0254257756,0.0310864841,0.0028001904,0.109999999999999,0.34,-0.0556440682000001,0.0112,-0.0108050212,-0.0119050212,-0.0106050212,-0.0037970798,0.0101050212,0.0378838336,0.041891717,-0.0010534411,0.0079,-0.00694446130000007,-0.00774446130000007,-0.00564446130000007,-0.0266869636,-0.02770396,"0" 206 | "207",5.07,12.33,1.0457012956,0.0908,-0.0485072006000001,-0.0407072006000001,-0.0503072006000001,0.014874873,0.1401072006,-0.014458786,-0.0205766165,0.0069465974,0.0500000000000007,0.76,0.0734437825000001,0.0123,-0.00860935040000015,-0.00810935040000015,-0.00950935040000013,0.002148488,0.0133093504000001,-0.0398845616,-0.0516631006,0.004146407,0.0026,-0.00738522489999986,-0.00818522489999986,-0.00618522489999986,-0.0266097189,-0.0191114816,"1" 207 | "208",5.2,13.3,1.0330789394,0.0948,-0.0430500074000001,-0.0341500074000001,-0.0465500074000001,0.0117314337,0.1367500074,0.0183110637,0.0160213435,0.0026159555,0.13,0.970000000000001,-0.0126223562000001,0.00399999999999999,0.00545719320000006,0.00655719320000005,0.00375719320000005,-0.0031434393,-0.00335719320000005,0.0327698497,0.03659796,-0.0043306419,0.0022,-0.00462545170000009,-0.00512545170000007,-0.00462545170000009,0.0071978037,0.008585546,"0" 208 | "209",5.34,13.98,1.0578636072,0.0906,-0.0277575804999999,-0.0168575804999999,-0.0329575804999999,0.0121279927,0.1206575805,0.0461619788,0.0448516907,0.0021425206,0.14,0.68,0.0247846678000001,-0.0042,0.0152924269000002,0.0172924269000002,0.0135924269000002,0.000396558999999999,-0.0160924269000002,0.0278509151,0.0288303472,-0.0004734349,0.0044,-0.00897324460000005,-0.00807324460000006,-0.00847324460000005,-0.0027708247,-0.0111436923,"1" 209 | "210",5.51,14.63,1.0137949874,0.1026,-0.0254883989000001,-0.0144883989000001,-0.0271883989000001,0.0094391713,0.1198883989,-0.0240242129,-0.0203570767,0.0024472247,0.17,0.65,-0.0440686198,0.012,0.00226918159999973,0.00236918159999971,0.00576918159999973,-0.0026888214,-0.000769181599999724,-0.0701861917,-0.0652087674,0.0003047041,0.0112,-0.0108050212,-0.0119050212,-0.0106050212,0.0378838336,0.041891717,"0" 210 | "211",5.65,14.86,1.061950068,0.1204,0.00634768580000006,0.0195476858000001,0.000147685800000061,0.0105492993,0.1010523142,-0.0502325184,-0.0788330214,0.0046173692,0.140000000000001,0.229999999999999,0.0481550806,0.0178,0.0318360847000002,0.0340360847000002,0.0273360847000002,0.001110128,-0.0188360847000002,-0.0262083055,-0.0584759447,0.0021701445,0.0123,-0.00860935040000015,-0.00810935040000015,-0.00950935040000013,-0.0398845616,-0.0516631006,"0" 211 | "212",5.8,15.29,1.0937321031,0.152,0.0372782979,0.0521782979,0.0315782979,0.0118773964,0.0923217021,-0.1451433348,-0.1321251434,0.0084258811,0.149999999999999,0.43,0.0317820351,0.0316,0.0309306120999999,0.0326306120999999,0.0314306120999999,0.0013280971,-0.00873061209999992,-0.0949108164,-0.053292122,0.0038085119,0.00399999999999999,0.00545719320000006,0.00655719320000005,0.00375719320000005,0.0327698497,0.03659796,"1" 212 | "213",5.94,14.94,0.990183427,0.0707,0.000500194199999915,0.0218001941999999,-0.0046998058000001,0.0153043513,0.1052998058,0.2436822412,0.242270121,0.0056263925,0.140000000000001,-0.35,-0.1035486761,-0.0813,-0.0367781037000001,-0.0303781037000001,-0.0362781037000001,0.0034269549,0.0129781037000001,0.388825576,0.3743952644,-0.0027994886,-0.0042,0.0152924269000002,0.0172924269000002,0.0135924269000002,0.0278509151,0.0288303472,"1" 213 | "214",6.07,14.64,0.9216876515,0.1027,0.0336974556,0.0504974556,0.0319974555999999,0.0237960484,0.0865025444,-0.1126185956,-0.1071648145,0.0057283675,0.13,-0.299999999999999,-0.0684957755,0.032,0.0331972614,0.0286972614000001,0.0366972614,0.0084916971,-0.0187972614,-0.3563008368,-0.3494349355,0.000101975,0.012,0.00226918159999973,0.00236918159999971,0.00576918159999973,-0.0701861917,-0.0652087674,"1" 214 | "215",6.16,14.82,0.8915030239,0.1549,0.0657707747999999,0.0850707747999999,0.0535707747999999,0.026816359,0.0663292252000001,0.0180539824,0.0102201397,0.007561215,0.0899999999999999,0.18,-0.0301846276,0.0522,0.0320733192,0.0345733192,0.0215733192,0.0030203106,-0.0201733192,0.130672578,0.1173849542,0.0018328475,0.0178,0.0318360847000002,0.0340360847000002,0.0273360847000002,-0.0262083055,-0.0584759447,"0" 215 | "216",6.28,14.58,0.9249205574,0.1336,0.0642445619000001,0.0843445619000001,0.0557445619000001,0.0279393407,0.0690554380999999,-0.0181925404,-0.0096803143,0.0052042954,0.12,-0.24,0.0334175335,-0.0213,-0.00152621289999985,-0.000726212899999856,0.00217378710000013,0.0011229817,0.00272621289999986,-0.0362465228,-0.019900454,-0.0023569196,0.0316,0.0309306120999999,0.0326306120999999,0.0314306120999999,-0.0949108164,-0.053292122,"0" 216 | "217",6.39,15.01,0.9504749816,0.1473,0.0878637831,0.1083637831,0.0807637831,0.0278934748,0.0496362169,-0.0108504469,-0.0197260938,0.0027492371,0.109999999999999,0.43,0.0255544242,0.0137,0.0236192212,0.0240192211999999,0.0250192211999999,-4.58658999999972e-05,-0.0194192211999999,0.0073420935,-0.0100457795,-0.0024550583,-0.0813,-0.0367781037000001,-0.0303781037000001,-0.0362781037000001,0.388825576,0.3743952644,"0" 217 | "218",6.52,15.27,1.0923786442,0.147,0.1169118255,0.1312118255,0.1102118255,0.0214833694,0.0379881744999999,-0.0859856274,-0.0889153097,0.0056891726,0.13,0.26,0.1419036626,-0.000299999999999995,0.0290480424000001,0.0228480424,0.0294480424000001,-0.0064101054,-0.0116480424000001,-0.0751351805,-0.0691892159,0.0029399355,0.032,0.0331972614,0.0286972614000001,0.0366972614,-0.3563008368,-0.3494349355,"1" 218 | "219",6.63,15.36,1.0611428571,0.1085,0.1065572039,0.1297572039,0.0976572039000001,0.0119096731,0.0357427960999999,0.1474914114,0.1166478079,0.0044881183,0.11,0.0899999999999999,-0.0312357871000002,-0.0385,-0.0103546215999999,-0.00145462159999993,-0.0125546216,-0.0095736963,-0.00224537840000005,0.2334770388,0.2055631176,-0.0012010543,0.0522,0.0320733192,0.0345733192,0.0215733192,0.130672578,0.1173849542,"0" 219 | "220",6.72,14.81,1.1857505743,0.1268,0.120169023,0.142569023,0.113069023,0.0055484327,0.0256309770000001,0.0465123339,0.0490451841,0.0062353539,0.0899999999999999,-0.549999999999999,0.1246077172,0.0183,0.0136118190999998,0.0128118190999998,0.0154118190999998,-0.0063612404,-0.0101118190999998,-0.1009790775,-0.0676026238,0.0017472356,-0.0213,-0.00152621289999985,-0.000726212899999856,0.00217378710000013,-0.0362465228,-0.019900454,"0" 220 | "221",6.81,14.17,1.2015814171,0.1247,0.119687072,0.140787072,0.112787072,0.0012130304,0.0284129280000001,0.0176163819,0.0095609049,0.0035919072,0.0899999999999999,-0.640000000000001,0.0158308428,-0.00209999999999999,-0.000481951000000008,-0.001781951,-0.000281951000000003,-0.0043354023,0.002781951,-0.028895952,-0.0394842792,-0.0026434467,0.0137,0.0236192212,0.0240192211999999,0.0250192211999999,0.0073420935,-0.0100457795,"1" 221 | "222",6.85,13.56,1.0885355649,0.0792,0.0919644285999999,0.1188644286,0.0808644285999999,0.0005507087,0.0374355714000001,0.2020773817,0.2133800935,0.0095057897,0.04,-0.609999999999999,-0.1130458522,-0.0455,-0.0277226434000001,-0.0219226434,-0.0319226434,-0.0006623217,0.00902264340000003,0.1844609998,0.2038191886,0.0059138825,-0.000299999999999995,0.0290480424000001,0.0228480424,0.0294480424000001,-0.0751351805,-0.0691892159,"1" 222 | "223",6.87,12.64,0.9322147266,0.0794,0.0711050303,0.0942050303,0.0623050303,0.0029900535,0.0471949697,0.0963587644,0.1093788664,0.0141078723,0.0200000000000005,-0.92,-0.1563208383,0.000199999999999992,-0.0208593982999999,-0.0246593982999999,-0.0185593982999999,0.0024393448,0.00975939829999994,-0.1057186173,-0.1040012271,0.0046020826,-0.0385,-0.0103546215999999,-0.00145462159999993,-0.0125546216,0.2334770388,0.2055631176,"1" 223 | "224",6.91,12.42,0.7800677858,0.0835,0.0757269901,0.0945269901,0.0667269901,0.0059935424,0.0415730099,0.0072219906,0.0404352633,0.0067643125,0.04,-0.220000000000001,-0.1521469408,0.00410000000000001,0.00462195980000002,0.000321959800000021,0.00442195980000001,0.0030034889,-0.00562195980000002,-0.0891367738,-0.0689436031,-0.0073435598,0.0183,0.0136118190999998,0.0128118190999998,0.0154118190999998,-0.1009790775,-0.0676026238,"1" 224 | "225",6.94,12.59,0.721382042,0.0879,0.0753511296000001,0.0916511296000001,0.0698511296000001,0.015826551,0.0420488703999999,-0.0010703089,0.0159296074,0.00390755,0.0300000000000002,0.17,-0.0586857438,0.0044,-0.000375860499999922,-0.00287586049999991,0.00312413950000008,0.0098330086,0.000475860499999925,-0.0082922995,-0.0245056559,-0.0028567625,-0.00209999999999999,-0.000481951000000008,-0.001781951,-0.000281951000000003,-0.028895952,-0.0394842792,"0" 225 | "226",7,13.3,0.714847583,0.09,0.0847522787000002,0.0965522787000002,0.0767522787000002,0.023142101,0.0389477212999998,0.0014445914,-0.0030248264,0.0047191632,0.0599999999999996,0.710000000000001,-0.00653445900000005,0.00209999999999999,0.00940114910000014,0.00490114910000014,0.00690114910000014,0.00731555,-0.00310114910000014,0.0025149003,-0.0189544338,0.0008116132,-0.0455,-0.0277226434000001,-0.0219226434,-0.0319226434,0.1844609998,0.2038191886,"0" 226 | "227",7.09,14.03,0.7003591178,0.09,0.0891391036999999,0.1009391037,0.0831391036999999,0.0270204799,0.0365608963000001,-0.0010702248,0.0083260071,0.0024797469,0.0899999999999999,0.729999999999999,-0.0144884651999999,0,0.00438682499999965,0.00438682499999965,0.00638682499999965,0.0038783789,-0.00238682499999965,-0.0025148162,0.0113508335,-0.0022394163,0.000199999999999992,-0.0208593982999999,-0.0246593982999999,-0.0185593982999999,-0.1057186173,-0.1040012271,"0" 227 | "228",7.18,15.26,0.7624754269,0.0952,0.0885821558,0.1027821558,0.0881821558,0.0240667404,0.0371178442,-0.0095305046,-0.0143837866,0.0041686729,0.0899999999999999,1.23,0.0621163091,0.00520000000000001,-0.000556947899999827,0.00184305210000016,0.00504305210000017,-0.0029537395,0.000556947899999827,-0.0084602798,-0.0227097937,0.001688926,0.00410000000000001,0.00462195980000002,0.000321959800000021,0.00442195980000001,-0.0891367738,-0.0689436031,"0" 228 | "229",7.31,16.2,0.7843518191,0.0987,0.1044127416,0.1194127416,0.1063127416,0.0012640164,0.0310872583999999,-0.047481573,-0.0364468335,0.0036443324,0.13,0.94,0.0218763921999999,0.00349999999999999,0.0158305858,0.0166305858,0.0181305858,-0.022802724,-0.00603058580000004,-0.0379510684,-0.0220630469,-0.0005243405,0.0044,-0.000375860499999922,-0.00287586049999991,0.00312413950000008,-0.0082922995,-0.0245056559,"1" 229 | "230",7.38,16.56,0.7360509153,0.1037,0.0891362741999999,0.1060362742,0.0860362741999999,-0.0094925469,0.0374637258000001,0.1352862036,0.1253595292,0.0049357059,0.0700000000000003,0.359999999999999,-0.0483009038,0.005,-0.0152764674000002,-0.0133764674000002,-0.0202764674000002,-0.0107565633,0.0063764674000002,0.1827677766,0.1618063627,0.0012913735,0.00209999999999999,0.00940114910000014,0.00490114910000014,0.00690114910000014,0.0025149003,-0.0189544338,"0" 230 | "231",7.53,16.64,0.7330983765,0.0806,0.0988571834000001,0.1115571834,0.0945571834000001,-0.0271967866,0.0224428165999999,0.078285894,0.0934316818,0.0035021991,0.15,0.0800000000000018,-0.00295253880000002,-0.0231,0.00972090920000022,0.00552090920000023,0.00852090920000022,-0.0177042397,-0.0150209092000002,-0.0570003096,-0.0319278474,-0.0014335068,0,0.00438682499999965,0.00438682499999965,0.00638682499999965,-0.0025148162,0.0113508335,"1" 231 | "232",7.66,16.39,0.7236457791,0.0852,0.1080015554,0.1193015554,0.1005015554,-0.0248157693,0.0175984445999999,0.0155543582,0.0117801307,0.0031834171,0.13,-0.25,-0.00945259739999993,0.00459999999999999,0.00914437199999997,0.00774437199999997,0.00594437199999998,0.0023810173,-0.00484437199999999,-0.0627315358,-0.0816515511,-0.000318782,0.00520000000000001,-0.000556947899999827,0.00184305210000016,0.00504305210000017,-0.0084602798,-0.0227097937,"1" 232 | "233",7.74,15.61,0.6864301439,0.0695,0.0919144374999999,0.1065144375,0.0880144374999999,-0.0266075139,0.0174855625000001,0.1318150701,0.1232736258,0.0020352816,0.0800000000000001,-0.780000000000001,-0.0372156352,-0.0157,-0.0160871179000002,-0.0127871179000002,-0.0124871179000002,-0.0017917446,-0.000112882099999823,0.1162607119,0.1114934951,-0.0011481355,0.00349999999999999,0.0158305858,0.0166305858,0.0181305858,-0.0379510684,-0.0220630469,"0" 233 | "234",7.84,15.23,0.6899588298,0.071,0.0997257248000001,0.1138257248,0.0972257248000001,-0.0312943542,0.0109742751999999,0.005318189,0.0207818563,0.0022141862,0.0999999999999996,-0.379999999999999,0.00352868589999999,0.00149999999999999,0.00781128730000018,0.00731128730000016,0.00921128730000018,-0.0046868403,-0.00651128730000017,-0.1264968811,-0.1024917695,0.0001789046,0.005,-0.0152764674000002,-0.0133764674000002,-0.0202764674000002,0.1827677766,0.1618063627,"1" 234 | "235",7.9,14.61,0.5926926882,0.071,0.0715715214,0.0857715214,0.0655715214,-0.0194650815,0.0300284786,0.1334266961,0.1213527014,0.0030849308,0.0600000000000005,-0.620000000000001,-0.0972661416,0,-0.0281542034000001,-0.0280542034000001,-0.0316542034000001,0.0118292727,0.0190542034000001,0.1281085071,0.1005708451,0.0008707446,-0.0231,0.00972090920000022,0.00552090920000023,0.00852090920000022,-0.0570003096,-0.0319278474,"1" 235 | "236",8.02,14.52,0.5196276277,0.0656,0.0539164956999999,0.0689164956999999,0.0405164956999999,-0.0164196221,0.0360835043000001,0.1973157088,0.107687383,0.0043832056,0.119999999999999,-0.0899999999999999,-0.0730650604999999,-0.00539999999999999,-0.0176550257,-0.0168550257000001,-0.0250550257000001,0.0030454594,0.00605502570000005,0.0638890127,-0.0136653184,0.0012982748,0.00459999999999999,0.00914437199999997,0.00774437199999997,0.00594437199999998,-0.0627315358,-0.0816515511,"1" 236 | "237",8.1,14.71,0.4992814574,0.0621,0.0483933308,0.0604933308,0.0360933308,-0.0122932373,0.0429066692,-0.0003572848,0.006650548,0.0054254826,0.0800000000000001,0.190000000000001,-0.0203461703,-0.0035,-0.00552316489999989,-0.00842316489999989,-0.0044231648999999,0.0041263848,0.0068231648999999,-0.1976729936,-0.101036835,0.001042277,-0.0157,-0.0160871179000002,-0.0127871179000002,-0.0124871179000002,0.1162607119,0.1114934951,"0" 237 | "238",8.23,14.85,0.5346292671,0.0521,0.0452373928999999,0.0583373928999999,0.0390373928999999,-0.0051386604,0.0436626071000001,-0.013366974,0.0189354382,0.0078838615,0.130000000000001,0.139999999999999,0.0353478097,-0.01,-0.00315593790000017,-0.00215593790000018,0.00294406209999983,0.0071545769,0.00075593790000017,-0.0130096892,0.0122848902,0.0024583789,0.00149999999999999,0.00781128730000018,0.00731128730000016,0.00921128730000018,-0.1264968811,-0.1024917695,"1" 238 | "239",8.28,14.48,0.4984308658,0.0553,0.0461849685,0.0609849685,0.0401849685,-0.0113759993,0.0387150315,0.0544701611,0.0548392623,0.003983814,0.0499999999999989,-0.369999999999999,-0.0361984013,0.0032,0.000947575600000139,0.00264757560000015,0.00114757560000014,-0.0062373389,-0.00494757560000014,0.0678371351,0.0359038241,-0.0039000475,0,-0.0281542034000001,-0.0280542034000001,-0.0316542034000001,0.1281085071,0.1005708451,"1" 239 | "240",8.34,15.1,0.4280402137,0.0559,0.0444982812,0.0569982812,0.0403982812,-0.0022174302,0.0391017188,0.0135084776,0.0185858101,0.0058616516,0.0600000000000005,0.619999999999999,-0.0703906521,0.000599999999999996,-0.00168668730000003,-0.00398668730000001,0.000213312699999982,0.0091585691,0.000386687300000021,-0.0409616835,-0.0362534522,0.0018778376,-0.00539999999999999,-0.0176550257,-0.0168550257000001,-0.0250550257000001,0.0638890127,-0.0136653184,"1" 240 | "241",8.52,14.42,0.4078923974,0.0567,0.0520599029,0.0640599029,0.0465599029,0.0052024616,0.0411400971,-0.0480649228,-0.0404936139,0.0077534351,0.18,-0.68,-0.0201478163,0.000800000000000002,0.00756162170000003,0.00706162170000002,0.00616162170000002,0.0074198918,0.00203837829999998,-0.0615734004,-0.059079424,0.0018917835,-0.0035,-0.00552316489999989,-0.00842316489999989,-0.0044231648999999,-0.1976729936,-0.101036835,"1" 241 | "242",8.66,15.86,0.3799667216,0.064,0.0582950920000002,0.0695950920000002,0.0556950920000002,0.0063503319,0.0435049079999998,-0.0696514675,-0.0606958364,0.0051291309,0.140000000000001,1.44,-0.0279256758,0.0073,0.00623518910000015,0.00553518910000016,0.00913518910000015,0.0011478703,0.00236481089999985,-0.0215865447,-0.0202022225,-0.0026243042,-0.01,-0.00315593790000017,-0.00215593790000018,0.00294406209999983,-0.0130096892,0.0122848902,"0" 242 | "243",8.81,17.5,0.5088120155,0.0577,0.0521893951000001,0.0639893951000001,0.0430893951000001,0.013274756,0.0489106048999999,0.0838233134,0.0863870255,0.0845828152,0.15,1.64,0.1288452939,-0.0063,-0.00610569690000004,-0.00560569690000004,-0.0126056969,0.0069244241,0.00540569690000003,0.1534747809,0.1470828619,0.0794536843,0.0032,0.000947575600000139,0.00264757560000015,0.00114757560000014,0.0678371351,0.0359038241,"1" 243 | "244",8.95,18.59,0.5075299538,0.057,0.0431470248,0.0549470248,0.0393470248,0.0060800302,0.0507529752,0.039231428,0.046168647,0.0127841242,0.139999999999999,1.09,-0.0012820617,-0.000699999999999999,-0.00904237030000012,-0.00904237030000012,-0.00374237030000012,-0.0071947258,0.00184237030000012,-0.0445918854,-0.0402183785,-0.071798691,0.000599999999999996,-0.00168668730000003,-0.00398668730000001,0.000213312699999982,-0.0409616835,-0.0362534522,"1" 244 | "245",9.23,21.67,0.4711188723,0.0646,0.0558490461,0.0672490461000001,0.0489490461000001,-0.0053979214,0.0427509538999999,0.0098050458,0.0166074088,0.0083766583,0.280000000000001,3.08,-0.0364110815,0.0076,0.0127020213,0.0123020213,0.00960202130000005,-0.0114779516,-0.00800202130000005,-0.0294263822,-0.0295612382,-0.0044074659,0.000800000000000002,0.00756162170000003,0.00706162170000002,0.00616162170000002,-0.0615734004,-0.059079424,"0" 245 | "246",9.46,22.73,0.4775404537,0.0724,0.0524921178999999,0.0632921178999999,0.0459921178999999,-0.0100015137,0.0457078821000001,0.0228115983,0.026652286,0.0044936998,0.23,1.06,0.00642158139999999,0.0078,-0.00335692820000015,-0.00395692820000015,-0.00295692820000015,-0.0046035923,0.00295692820000015,0.0130065525,0.0100448772,-0.0038829585,0.0073,0.00623518910000015,0.00553518910000016,0.00913518910000015,-0.0215865447,-0.0202022225,"0" 246 | "247",9.75,23.75,0.465283574,0.0807,0.0443113205,0.0551113205,0.0404113205,-0.0214057475,0.0513886795,0.0217128795,0.0138773907,0.0036076323,0.289999999999999,1.02,-0.0122568797,0.00829999999999999,-0.00818079739999994,-0.00818079739999994,-0.00558079739999993,-0.0114042338,0.00568079739999994,-0.0010987188,-0.0127748953,-0.0008860675,-0.0063,-0.00610569690000004,-0.00560569690000004,-0.0126056969,0.1534747809,0.1470828619,"1" 247 | "248",10.011,24.96,0.4686914136,0.0882,0.0520052179999998,0.0607052179999998,0.0469052179999998,-0.0231021339,0.0459947820000002,0.0142614769,0.0134844723,0.0034271061,0.260999999999999,1.21,0.00340783960000002,0.00750000000000001,0.00769389749999987,0.00559389749999986,0.00649389749999985,-0.0016963864,-0.00539389749999986,-0.0074514026,-0.000392918400000001,-0.0001805262,-0.000699999999999999,-0.00904237030000012,-0.00904237030000012,-0.00374237030000012,-0.0445918854,-0.0402183785,"1" 248 | "249",10.368,25.22,0.440562937,0.0815,0.0307023917,0.0400023917,0.0218023917,-0.0239366405,0.0602976083,0.1147526575,0.1018775572,0.0034582035,0.357000000000001,0.259999999999998,-0.0281284766,-0.0067,-0.0213028262999998,-0.0207028262999998,-0.0251028262999998,-0.0008345066,0.0143028262999998,0.1004911806,0.0883930849,3.10974e-05,0.0076,0.0127020213,0.0123020213,0.00960202130000005,-0.0294263822,-0.0295612382,"1" 249 | "250",10.734,23.69,0.3992097504,0.0775,0.0303130171999998,0.0393130171999998,0.0249130171999998,-0.0257365885,0.0597869828000002,-0.0008215812,0.0052146994,0.0029494864,0.366,-1.53,-0.0413531866,-0.004,-0.000389374500000192,-0.000689374500000201,0.0031106254999998,-0.001799948,-0.000510625499999806,-0.1155742387,-0.0966628578,-0.0005087171,0.0078,-0.00335692820000015,-0.00395692820000015,-0.00295692820000015,0.0130065525,0.0100448772,"0" 250 | "251",11.055,22.87,0.3904547436,0.0763,0.040462964,0.050062964,0.033462964,-0.0123231067,0.048137036,0.0453680226,0.0354140759,0.0074042095,0.321,-0.82,-0.00875500680000002,-0.00119999999999999,0.0101499468000002,0.0107499468000002,0.00854994680000021,0.0134134818,-0.0116499468000002,0.0461896038,0.0301993765,0.0044547231,0.00829999999999999,-0.00818079739999994,-0.00818079739999994,-0.00558079739999993,-0.0010987188,-0.0127748953,"0" 251 | "252",11.318,21.67,0.4713339564,0.079,0.0474795659000001,0.0558795659000001,0.0426795659000001,-0.0102754607,0.0462204340999999,-0.0409527073,-0.0213547752,0.0049329271,0.263,-1.2,0.0808792128,0.00269999999999999,0.0070166019000001,0.00581660190000009,0.00921660190000009,0.002047646,-0.00191660190000009,-0.0863207299,-0.0567688511,-0.0024712824,0.00750000000000001,0.00769389749999987,0.00559389749999986,0.00649389749999985,-0.0074514026,-0.000392918400000001,"1" 252 | "253",11.663,21.26,0.4429494323,0.0773,0.0591110788,0.0687110788,0.0529110788,-0.0004741595,0.0334889212,0.0439323191,0.0406678064,0.0036790699,0.345000000000001,-0.41,-0.0283845241,-0.00170000000000001,0.0116315128999998,0.0128315128999999,0.0102315128999999,0.0098013012,-0.0127315128999999,0.0848850264,0.0620225816,-0.0012538572,-0.0067,-0.0213028262999998,-0.0207028262999998,-0.0251028262999998,0.1004911806,0.0883930849,"0" 253 | "254",11.834,21.74,0.520289666,0.0736,0.0652984125000001,0.0760984125000001,0.0610984125000001,0.0013916129,0.0303015874999999,-0.0203186155,-0.0103734503,0.0091110453,0.170999999999999,0.479999999999997,0.0773402337,-0.00369999999999999,0.00618733370000013,0.00738733370000012,0.00818733370000012,0.0018657724,-0.00318733370000013,-0.0642509346,-0.0510412567,0.0054319754,-0.004,-0.000389374500000192,-0.000689374500000201,0.0031106254999998,-0.1155742387,-0.0966628578,"1" 254 | "255",12.086,21.34,0.4844968599,0.0674,0.0590147381000001,0.0728147381000001,0.0529147381000001,-0.0018284693,0.0314852618999999,0.0824342524,0.0594788725,0.0077272896,0.252000000000001,-0.399999999999999,-0.0357928061,-0.0062,-0.00628367440000001,-0.00328367439999999,-0.00818367439999999,-0.0032200822,0.0011836744,0.1027528679,0.0698523228,-0.0013837557,-0.00119999999999999,0.0101499468000002,0.0107499468000002,0.00854994680000021,0.0461896038,0.0301993765,"1" 255 | "256",12.11,20.94,0.4571255997,0.0591,0.0587612697,0.0703612697,0.0538612697,0.003262045,0.0305387303,0.0198999482,0.0383761402,0.0069999484,0.0239999999999991,-0.399999999999999,-0.0273712602,-0.0083,-0.000253468400000081,-0.00245346840000009,0.000946531599999911,0.0050905143,-0.000946531599999911,-0.0625343042,-0.0211027323,-0.0007273412,0.00269999999999999,0.0070166019000001,0.00581660190000009,0.00921660190000009,-0.0863207299,-0.0567688511,"0" 256 | "257",12.147,19.41,0.458243743,0.0557,0.0605388646999997,0.0700388646999997,0.0564388646999997,0.0140821721,0.0295611353000003,0.0076118,0.0159218631,0.0048378748,0.0370000000000008,-1.53,0.00111814329999999,-0.0034,0.00177759499999972,-0.000322405000000289,0.00257759499999971,0.0108201271,-0.00097759499999972,-0.0122881482,-0.0224542771,-0.0021620736,-0.00170000000000001,0.0116315128999998,0.0128315128999999,0.0102315128999999,0.0848850264,0.0620225816,"1" 257 | "258",12.275,17.82,0.441531837,0.0522,0.0573946210000002,0.0663946210000002,0.0502946210000002,0.0229915359,0.0287053789999998,0.0820558841,0.0729695157,0.0036176972,0.128,-1.59,-0.016711906,-0.0035,-0.00314424369999955,-0.00364424369999954,-0.00614424369999954,0.0089093638,-0.000855756300000454,0.0744440841,0.0570476526,-0.0012201776,-0.00369999999999999,0.00618733370000013,0.00738733370000012,0.00818733370000012,-0.0642509346,-0.0510412567,"1" 258 | "259",12.203,15.97,0.4203444173,0.0407,0.0525666374999996,0.0620666374999996,0.0424666374999996,0.0315377294,0.0305333625000004,0.0725370127,0.0591972073,0.0052241858,-0.072000000000001,-1.85,-0.0211874197,-0.0115,-0.00482798350000058,-0.00432798350000058,-0.00782798350000058,0.0085461935,0.00182798350000057,-0.0095188714,-0.0137723084,0.0016064886,-0.0062,-0.00628367440000001,-0.00328367439999999,-0.00818367439999999,0.1027528679,0.0698523228,"0" 259 | "260",12.324,16.19,0.4021060342,0.0404,0.0538564827000002,0.0628564827000002,0.0500564827000002,0.0416282636,0.0296435172999998,-0.0366070667,-0.0151086576,0.0022554511,0.121,0.220000000000001,-0.0182383831,-0.000300000000000002,0.00128984520000058,0.000789845200000569,0.00758984520000057,0.0100905342,-0.000889845200000572,-0.1091440794,-0.0743058649,-0.0029687347,-0.0083,-0.000253468400000081,-0.00245346840000009,0.000946531599999911,-0.0625343042,-0.0211027323,"0" 260 | "261",12.32,17.05,0.3920423538,0.0366,0.0555547716999999,0.0638547717,0.0498547717,0.0429366245,0.0266452283,0.0464576576,0.043062474,0.0031040039,-0.00399999999999956,0.859999999999999,-0.0100636804,-0.0038,0.00169828899999976,0.000998288999999764,-0.000201711000000229,0.0013083609,-0.00299828899999977,0.0830647243,0.0581711316,0.0008485528,-0.0034,0.00177759499999972,-0.000322405000000289,0.00257759499999971,-0.0122881482,-0.0224542771,"0" 261 | "262",12.395,18.04,0.3976569721,0.0291,0.0519767970999999,0.0589767970999999,0.0437767970999999,0.0411349836,0.0272232029000001,0.0661318432,0.0503739643,0.002139251,0.0749999999999993,0.989999999999998,0.00561461829999998,-0.0075,-0.00357797460000008,-0.00487797460000008,-0.00607797460000009,-0.0018016409,0.000577974600000086,0.0196741856,0.00731149029999999,-0.0009647529,-0.0035,-0.00314424369999955,-0.00364424369999954,-0.00614424369999954,0.0744440841,0.0570476526,"1" 262 | "263",12.385,19.09,0.3941096142,0.0322,0.0549548701000003,0.0632548701000003,0.0477548701000003,0.03871373,0.0248451298999997,0.0053172329,0.0137915458,0.0019237884,-0.00999999999999979,1.05,-0.00354735789999999,0.0031,0.00297807300000047,0.00427807300000048,0.00397807300000048,-0.0024212536,-0.00237807300000048,-0.0608146103,-0.0365824185,-0.0002154626,-0.0115,-0.00482798350000058,-0.00432798350000058,-0.00782798350000058,-0.0095188714,-0.0137723084,"1" 263 | "264",12.479,19.84,0.3336135264,0.0295,0.0510911180999999,0.0567911180999999,0.0454911180999999,0.0369950189,0.0247088819000001,0.0666264215,0.0538681,0.0025004412,0.0939999999999994,0.75,-0.0604960878,-0.0027,-0.00386375200000043,-0.00646375200000043,-0.00226375200000044,-0.0017187111,-0.000136247999999561,0.0613091886,0.0400765542,0.0005766528,-0.000300000000000002,0.00128984520000058,0.000789845200000569,0.00758984520000057,-0.1091440794,-0.0743058649,"0" 264 | "265",12.523,19.33,0.3259312476,0.0307,0.0439793040000004,0.0513793040000003,0.0374793040000004,0.0410478926,0.0293206959999996,0.0573696694,0.0367216647,0.0023959182,0.0440000000000005,-0.510000000000002,-0.00768227880000005,0.0012,-0.00711181409999956,-0.00541181409999957,-0.00801181409999956,0.00405287369999999,0.00461181409999956,-0.00925675210000001,-0.0171464353,-0.000104523,-0.0038,0.00169828899999976,0.000998288999999764,-0.000201711000000229,0.0830647243,0.0581711316,"0" 265 | "266",12.519,20.41,0.3223518215,0.0295,0.0400955310000002,0.0468955310000002,0.0361955310000002,0.0417473699,0.0265044689999998,0.0638606045,0.0434546441,0.0013612038,-0.00399999999999956,1.08,-0.00357942609999995,-0.0012,-0.00388377300000016,-0.00448377300000015,-0.00128377300000015,0.000699477300000001,-0.00281622699999984,0.0064909351,0.00673297940000001,-0.0010347144,-0.0075,-0.00357797460000008,-0.00487797460000008,-0.00607797460000009,0.0196741856,0.00731149029999999,"0" 266 | "267",12.577,21.89,0.3052672229,0.0306,0.0410416803999996,0.0486416803999996,0.0371416803999996,0.0457468047,0.0282583196000004,-0.0145817373,-0.0071883124,0.0011602191,0.0579999999999998,1.48,-0.0170845986,0.0011,0.000946149399999444,0.00174614939999944,0.000946149399999444,0.0039994348,0.00175385060000055,-0.0784423418,-0.0506429565,-0.0002009847,0.0031,0.00297807300000047,0.00427807300000048,0.00397807300000048,-0.0608146103,-0.0365824185,"0" 267 | "268",12.707,22.71,0.3074838051,0.035,0.0447109411999998,0.0512109411999998,0.0424109411999998,0.0419154208,0.0300890588000002,-0.0591484683,-0.0469338733,0.002341705,0.130000000000001,0.82,0.00221658219999998,0.0044,0.00366926080000013,0.00256926080000013,0.00526926080000012,-0.0038313839,0.00183073919999988,-0.044566731,-0.0397455609,0.0011814859,-0.0027,-0.00386375200000043,-0.00646375200000043,-0.00226375200000044,0.0613091886,0.0400765542,"0" 268 | "269",12.835,25.2,0.3084170767,0.0414,0.0544802368,0.0612802368,0.0521802368,0.0340103517,0.0252197632,-0.03284623,-0.0238115571,0.0029212785,0.128,2.49,0.000933271600000007,0.0064,0.00976929560000026,0.0100692956000003,0.00976929560000027,-0.0079050691,-0.00486929560000027,0.0263022383,0.0231223162,0.0005795735,0.0012,-0.00711181409999956,-0.00541181409999957,-0.00801181409999956,-0.00925675210000001,-0.0171464353,"1" 269 | "270",12.923,27.33,0.2909046586,0.0462,0.0582300444,0.0646300444,0.0548300444,0.0290133768,0.0251699556,-0.0066187168,0.0004700484,0.0016895243,0.0879999999999992,2.13,-0.0175124181,0.0048,0.00374980759999996,0.00334980759999996,0.00264980759999996,-0.0049969749,-4.98075999999514e-05,0.0262275132,0.0242816055,-0.0012317542,-0.0012,-0.00388377300000016,-0.00448377300000015,-0.00128377300000015,0.0064909351,0.00673297940000001,"0" 270 | "271",13.17,30.6,0.2915683,0.056,0.0564538422000003,0.0628538422000003,0.0517538422000003,0.016595794,0.0281461577999997,0.0202492444,0.0124406187,0.002699731,0.247,3.27,0.000663641400000026,0.0098,-0.00177620219999973,-0.00177620219999973,-0.00307620219999973,-0.0124175828,0.00297620219999972,0.0268679612,0.0119705703,0.0010102067,0.0011,0.000946149399999444,0.00174614939999944,0.000946149399999444,-0.0784423418,-0.0506429565,"1" 271 | "272",13.17,32.55,0.3138765419,0.0573,0.0538967564,0.0596967564,0.0481967564,0.0143978171,0.0273032436,0.0664002399,0.0652646185,0.0012461398,0,1.95,0.0223082419,0.0013,-0.00255708580000029,-0.00315708580000029,-0.00355708580000029,-0.0021979769,-0.000842914199999711,0.0461509955,0.0528239998,-0.0014535912,0.0044,0.00366926080000013,0.00256926080000013,0.00526926080000012,-0.044566731,-0.0397455609,"1" 272 | "273",13.361,34.43,0.2864296179,0.0547,0.0432671373,0.0492671373,0.0372671373,0.0082679174,0.0297328627,0.1124866679,0.0902497136,0.0019651736,0.191000000000001,1.88,-0.027446924,-0.0026,-0.0106296190999999,-0.0104296190999999,-0.0109296190999999,-0.0061298997,0.00242961909999995,0.046086428,0.0249850951,0.0007190338,0.0064,0.00976929560000026,0.0100692956000003,0.00976929560000027,0.0263022383,0.0231223162,"1" 273 | "274",13.575,35.18,0.2724949976,0.0528,0.0403556532999999,0.0464556532999999,0.0334556532999999,0.0063774144,0.0328443467000001,0.0240155816,0.0265534431,0.0013614246,0.213999999999999,0.75,-0.0139346203,-0.0019,-0.00291148400000016,-0.00281148400000017,-0.00381148400000017,-0.001890503,0.00311148400000016,-0.0884710863,-0.0636962705,-0.000603749,0.0048,0.00374980759999996,0.00334980759999996,0.00264980759999996,0.0262275132,0.0242816055,"1" 274 | "275",13.788,33.96,0.2550263829,0.0514,0.0408606626000001,0.0475606626000001,0.0329606626000001,0.0155268465,0.0273393373999999,0.083728932,0.0669314676,0.0018545378,0.213000000000001,-1.22,-0.0174686147,-0.0014,0.000505009300000192,0.0011050093000002,-0.000494990699999802,0.0091494321,-0.0055050093000002,0.0597133504,0.0403780245,0.0004931132,0.0098,-0.00177620219999973,-0.00177620219999973,-0.00307620219999973,0.0268679612,0.0119705703,"1" 275 | "276",14.104,34.04,0.2392996154,0.0496,0.0507082702000002,0.0575082702000002,0.0456082702000002,0.0168959567,0.0227917297999998,-0.0693105857,-0.0484848411,0.0043932744,0.315999999999999,0.0799999999999983,-0.0157267675,-0.0018,0.00984760760000017,0.00994760760000017,0.0126476076000002,0.0013691102,-0.00454760760000017,-0.1530395177,-0.1154163087,0.0025387366,0.0013,-0.00255708580000029,-0.00315708580000029,-0.00355708580000029,0.0461509955,0.0528239998,"1" 276 | "277",14.273,34.91,0.2364437252,0.0509,0.0557135802999998,0.0626135802999998,0.0489135802999998,0.0271956085,0.0213864197000002,-0.0019536613,0.0014252624,0.0025019363,0.169,0.869999999999997,-0.00285589019999999,0.0013,0.00500531009999956,0.00510531009999957,0.00330531009999956,0.0102996518,-0.00140531009999956,0.0673569244,0.0499101035,-0.0018913381,-0.0026,-0.0106296190999999,-0.0104296190999999,-0.0109296190999999,0.046086428,0.0249850951,"0" 277 | "278",14.664,36,0.2272973181,0.0509,0.0596629414000001,0.0665629414000001,0.0534629414000001,0.0295555316,0.0169370585999999,0.0165233544,0.0197374187,0.004162893,0.391,1.09,-0.0091464071,0,0.00394936110000027,0.00394936110000027,0.00454936110000027,0.0023599231,-0.00444936110000027,0.0184770157,0.0183121563,0.0016609567,-0.0019,-0.00291148400000016,-0.00281148400000017,-0.00381148400000017,-0.0884710863,-0.0636962705,"1" 278 | "279",14.899,38.73,0.2073427297,0.0491,0.0583105145,0.0652105145,0.0536105145,0.0241008722,0.0136894855,0.0493489382,0.0435711306,0.0030194243,0.234999999999999,2.73,-0.0199545884,-0.0018,-0.00135242690000011,-0.00135242690000011,0.000147573099999895,-0.0054546594,-0.0032475730999999,0.0328255838,0.0238337119,-0.0011434687,-0.0014,0.000505009300000192,0.0011050093000002,-0.000494990699999802,0.0597133504,0.0403780245,"0" 279 | "280",15.059,40.24,0.2147802023,0.0514,0.0587533319999999,0.0650533319999999,0.0555533319999999,0.0211198386,0.0167466680000001,-0.0324173705,-0.0221076667,0.0048363311,0.16,1.51000000000001,0.00743747259999999,0.0023,0.000442817499999915,-0.000157182500000089,0.00194281749999992,-0.0029810336,0.00305718250000009,-0.0817663087,-0.0656787973,0.0018169068,-0.0018,0.00984760760000017,0.00994760760000017,0.0126476076000002,-0.1530395177,-0.1154163087,"1" 280 | "281",15.161,40.55,0.184287615,0.0493,0.0592868232999998,0.0653868232999998,0.0539868232999998,0.0108474777,0.0148131767000002,0.0556385733,0.0507233642,0.00698692,0.102,0.309999999999995,-0.0304925873,-0.0021,0.00053349129999998,0.000333491299999975,-0.00156650870000002,-0.0102723609,-0.00193349129999998,0.0880559438,0.0728310309,0.0021505889,0.0013,0.00500531009999956,0.00510531009999957,0.00330531009999956,0.0673569244,0.0499101035,"1" 281 | "282",15.333,40.64,0.177967857,0.0495,0.0554734298999998,0.0609734298999998,0.0488734298999998,0.0146506387,0.0160265701000002,0.0614293123,0.0507550413,0.0071014066,0.172000000000001,0.0900000000000034,-0.00631975799999998,0.000200000000000006,-0.00381339340000005,-0.00441339340000003,-0.00511339340000004,0.003803161,0.00121339340000004,0.005790739,3.16770999999952e-05,0.000114486600000001,0,0.00394936110000027,0.00394936110000027,0.00454936110000027,0.0184770157,0.0183121563,"0" 282 | "283",15.497,39.72,0.1788008842,0.0516,0.0504416857,0.0560416857,0.0430416857,0.0155787276,0.0171583143,0.0687137261,0.0461720144,0.0142752187,0.164,-0.920000000000002,0.000833027200000003,0.0021,-0.00503174419999984,-0.00493174419999984,-0.00583174419999984,0.0009280889,0.00113174419999984,0.0072844138,-0.0045830269,0.0071738121,-0.0018,-0.00135242690000011,-0.00135242690000011,0.000147573099999895,0.0328255838,0.0238337119,"1" 283 | "284",15.641,39.54,0.181140396,0.0503,0.0477011409,0.0537011409,0.0407011409,0.0165051128,0.0194988591,0.01518764,0.0168397736,0.0046590418,0.144,-0.18,0.0023395118,-0.0013,-0.00274054480000001,-0.00234054480000001,-0.00234054480000001,0.000926385199999999,0.00234054480000001,-0.0535260861,-0.0293322408,-0.0096161769,0.0023,0.000442817499999915,-0.000157182500000089,0.00194281749999992,-0.0817663087,-0.0656787973,"0" 284 | "285",15.95,38.97,0.178060606,0.0498,0.0392534823000002,0.0452534823000002,0.0315534823000002,0.0240305882,0.0260465176999998,0.0441226389,0.0338425279,0.0046709124,0.308999999999999,-0.57,-0.00307979,-5e-04,-0.00844765859999973,-0.00844765859999973,-0.00914765859999973,0.0075254754,0.00654765859999973,0.0289349989,0.0170027543,1.18706e-05,-0.0021,0.00053349129999998,0.000333491299999975,-0.00156650870000002,0.0880559438,0.0728310309,"0" 285 | "286",16.143,38.09,0.2032484042,0.0461,0.0374048526000003,0.0443048526000003,0.0251048526000003,0.0240925221,0.0265951473999997,0.083485403,0.0446843916,0.0215331107,0.193000000000001,-0.879999999999995,0.0251877982,-0.00369999999999999,-0.00184862969999991,-0.000948629699999912,-0.00644862969999991,6.19338999999983e-05,0.000548629699999914,0.0393627641,0.0108418637,0.0168621983,0.000200000000000006,-0.00381339340000005,-0.00441339340000003,-0.00511339340000004,0.005790739,3.16770999999952e-05,"1" 286 | "287",16.195,37.71,0.1736113154,0.0439,0.0250851270999998,0.0351851270999999,0.0170851270999998,0.0200632552,0.0371148729000002,-0.0154720633,0.008494487,0.0103952366,0.0519999999999996,-0.380000000000003,-0.0296370888,-0.0022,-0.0123197255000005,-0.00911972550000047,-0.00801972550000047,-0.0040292669,0.0105197255000005,-0.0989574663,-0.0361899046,-0.0111378741,0.0021,-0.00503174419999984,-0.00493174419999984,-0.00583174419999984,0.0072844138,-0.0045830269,"1" 287 | "288",16.449,38.38,0.1728971707,0.0444,0.0293485086000002,0.0384485086000002,0.0223485086000002,0.0206772204,0.0368514913999998,-0.0412967766,-0.0280988886,0.0100313057,0.254000000000001,0.670000000000002,-0.000714144700000002,5e-04,0.00426338150000038,0.00326338150000038,0.00526338150000039,0.0006139652,-0.000263381500000381,-0.0258247133,-0.0365933756,-0.0003639309,-0.0013,-0.00274054480000001,-0.00234054480000001,-0.00234054480000001,-0.0535260861,-0.0293322408,"1" 288 | "289",16.448,41.02,0.1542274468,0.0457,0.0381365455999998,0.0460365455999998,0.0285365455999998,0.0188750654,0.0341634544000002,-0.024110627,-0.0356384358,0.0082215328,-0.00100000000000122,2.64,-0.0186697239,0.0013,0.00878803699999954,0.00758803699999952,0.00618803699999954,-0.001802155,-0.00268803699999953,0.0171861496,-0.0075395472,-0.0018097729,-5e-04,-0.00844765859999973,-0.00844765859999973,-0.00914765859999973,0.0289349989,0.0170027543,"0" 289 | "290",16.641,43.96,0.1636844982,0.0468,0.0403918004,0.0484918004,0.0310918004,0.0204568067,0.0335081996,-0.0046680472,-0.0046996168,0.007046005,0.192999999999998,2.94,0.0094570514,0.0011,0.00225525480000027,0.00245525480000029,0.00255525480000028,0.0015817413,-0.000655254800000282,0.0194425798,0.030938819,-0.0011755278,-0.00369999999999999,-0.00184862969999991,-0.000948629699999912,-0.00644862969999991,0.0393627641,0.0108418637,"1" 290 | "291",16.692,48.17,0.1471672594,0.052,0.0465792571,0.0529792571,0.0392792571,0.0179602357,0.0289207429,-0.0226796435,-0.0079346249,0.0073789637,0.0510000000000019,4.21,-0.0165172388,0.0052,0.00618745669999994,0.00448745669999993,0.00818745669999993,-0.002496571,-0.00458745669999994,-0.0180115963,-0.0032350081,0.0003329587,-0.0022,-0.0123197255000005,-0.00911972550000047,-0.00801972550000047,-0.0989574663,-0.0361899046,"0" 291 | "292",16.762,50.95,0.1499735618,0.0569,0.0446729388999998,0.0515729388999998,0.0296729388999998,0.0183618948,0.0321270611000002,0.0883296505,0.0241003435,0.0148851161,0.0700000000000003,2.78,0.00280630239999999,0.0049,-0.00190631820000017,-0.00140631820000017,-0.00960631820000016,0.0004016591,0.00320631820000017,0.111009294,0.0320349684,0.0075061524,5e-04,0.00426338150000038,0.00326338150000038,0.00526338150000039,-0.0258247133,-0.0365933756,"0" 292 | "293",16.704,51.92,0.1567779616,0.0569,0.0504281488000003,0.0585281488000002,0.0359281488000002,0.0072026759,0.0262718511999998,0.0111248414,0.0042914259,0.0154869621,-0.0579999999999998,0.969999999999999,0.0068043998,0,0.00575520990000045,0.00695520990000044,0.00625520990000043,-0.0111592189,-0.00585520990000044,-0.0772048091,-0.0198089176,0.000601846,0.0013,0.00878803699999954,0.00758803699999952,0.00618803699999954,0.0171861496,-0.0075395472,"0" 293 | "294",16.347,53.7,0.1537894629,0.06,0.0606289043999996,0.0679289043999996,0.0456289043999996,0.0044836473,0.0155710956000004,0.0253602714,0.0363872016,0.0047047293,-0.356999999999999,1.78,-0.00298849869999998,0.0031,0.0102007555999994,0.00940075559999939,0.00970075559999939,-0.0027190286,-0.0107007555999994,0.01423543,0.0320957757,-0.0107822328,0.0011,0.00225525480000027,0.00245525480000029,0.00255525480000028,0.0194425798,0.030938819,"0" 294 | "295",16.271,50,0.1518515036,0.0577,0.0572880325,0.0653880325,0.0409880325,-0.0022506275,0.0148119675,0.0767406057,0.0587531454,0.0141398687,-0.0760000000000005,-3.7,-0.00193795930000001,-0.0023,-0.00334087189999967,-0.00254087189999967,-0.00464087189999966,-0.0067342748,-0.000759128100000339,0.0513803343,0.0223659438,0.0094351394,0.0052,0.00618745669999994,0.00448745669999993,0.00818745669999993,-0.0180115963,-0.0032350081,"0" 295 | "296",15.973,45.44,0.1331135514,0.0442,0.0590515712000001,0.0676515712000001,0.0451515712000001,-0.0052002182,0.0107484287999999,0.0120644393,0.0460136678,0.014609127,-0.298,-4.56,-0.0187379522,-0.0135,0.00176353870000009,0.0022635387000001,0.00416353870000009,-0.0029495907,-0.00406353870000009,-0.0646761664,-0.0127394776,0.000469258299999999,0.0049,-0.00190631820000017,-0.00140631820000017,-0.00960631820000016,0.111009294,0.0320349684,"1" 296 | "297",15.686,36.79,0.1252094328,0.0349,0.0566224563999999,0.0645224563999999,0.0438224563999999,0.0050470935,0.0151775436000001,-0.0194513944,0.0057323107,0.011470826,-0.287000000000001,-8.65,-0.00790411860000001,-0.0093,-0.00242911480000019,-0.00312911480000019,-0.00132911480000019,0.0102473117,0.00442911480000019,-0.0315158337,-0.0402813571,-0.003138301,0,0.00575520990000045,0.00695520990000044,0.00625520990000043,-0.0772048091,-0.0198089176,"0" 297 | "298",15.736,28.31,0.1486285882,0.0264,0.0481013027000003,0.0567013027000002,0.0306013027000002,0.0086679553,0.0235986972999997,0.0675522539,0.03626876,0.0122886671,0.0500000000000007,-8.48,0.0234191554,-0.0085,-0.00852115369999963,-0.00782115369999963,-0.0132211536999996,0.0036208618,0.00842115369999963,0.0870036483,0.0305364493,0.000817841099999999,0.0031,0.0102007555999994,0.00940075559999939,0.00970075559999939,0.01423543,0.0320957757,"1" 298 | "299",15.74,24.69,0.1312178459,0.0169,0.0377437301,0.0505437301,0.0275437301,0.0134669755,0.0299562699,-0.0211326364,0.014861734,0.0072370634,0.00399999999999956,-3.62,-0.0174107423,-0.0095,-0.0103575726000003,-0.00615757260000024,-0.00305757260000025,0.0047990202,0.00635757260000025,-0.0886848903,-0.021407026,-0.0050516037,-0.0023,-0.00334087189999967,-0.00254087189999967,-0.00464087189999966,0.0513803343,0.0223659438,"0" 299 | "300",15.73,24.7,0.2368334023,0.0179,0.0470102962,0.0600102962,0.0393102962,0.0137617687,0.0210897038,-0.0192512993,0.0003210388,0.0067665453,-0.00999999999999979,0.00999999999999801,0.1056155564,0.001,0.00926656610000003,0.00946656610000003,0.0117665661,0.000294793199999999,-0.00886656610000003,0.0018813371,-0.0145406952,-0.0004705181,-0.0135,0.00176353870000009,0.0022635387000001,0.00416353870000009,-0.0646761664,-0.0127394776,"0" 300 | "301",16.039,26.74,0.2665725018,0.017,0.0431593171000002,0.0563593171000002,0.0334593171000002,0.027526749,0.0231406828999998,0.0620574,0.044455157,0.0101293111,0.309000000000001,2.04,0.0297390995,-0.000899999999999998,-0.00385097909999985,-0.00365097909999985,-0.00585097909999985,0.0137649803,0.00205097909999985,0.0813086993,0.0441341182,0.0033627658,-0.0093,-0.00242911480000019,-0.00312911480000019,-0.00132911480000019,-0.0315158337,-0.0402813571,"0" 301 | "302",15.799,30.04,0.3245551555,0.0163,0.0426664420999997,0.0551664420999997,0.0291664420999997,0.0292450837,0.0188335579000003,0.1230629369,0.089840701,0.0321181305,-0.240000000000002,3.3,0.0579826537000001,-0.000700000000000003,-0.000492875000000476,-0.00119287500000048,-0.00429287500000047,0.0017183347,-0.00430712499999952,0.0610055369,0.045385544,0.0219888194,-0.0085,-0.00852115369999963,-0.00782115369999963,-0.0132211536999996,0.0870036483,0.0305364493,"1" 302 | "303",16.074,27.59,0.2953858956,0.0119,0.0446881633,0.0570881633,0.0309881633,0.0256984384,0.0174118367,0.0073677451,0.0243796368,0.0186782399,0.275000000000002,-2.45,-0.0291692599,-0.0044,0.00202172120000028,0.00192172120000028,0.00182172120000028,-0.0035466453,-0.00142172120000028,-0.1156951918,-0.0654610642,-0.0134398906,-0.0095,-0.0103575726000003,-0.00615757260000024,-0.00305757260000025,-0.0886848903,-0.021407026,"0" 303 | "304",16.224,30.32,0.2861177008,0.0113,0.0265005101,0.0371005101,0.0166005101,0.0240580381,0.0323994899,0.008154918,0.0203269965,0.0138678061,0.149999999999999,2.73,-0.00926819480000002,-0.000600000000000002,-0.0181876532,-0.0199876531999999,-0.0143876531999999,-0.0016404003,0.0149876532,0.000787172900000001,-0.0040526403,-0.0048104338,0.001,0.00926656610000003,0.00946656610000003,0.0117665661,0.0018813371,-0.0145406952,"1" 304 | "305",16.165,34.55,0.2544883373,0.0092,0.0244117009999999,0.0366117009999999,0.0192117009999999,0.0012176326,0.0252882990000001,0.0535257809,0.0557621662,0.0072909206,-0.0590000000000011,4.23,-0.0316293635,-0.0021,-0.0020888091000001,-0.000488809100000112,0.00261119089999989,-0.0228404055,-0.0071111908999999,0.0453708629,0.0354351697,-0.0065768855,-0.000899999999999998,-0.00385097909999985,-0.00365097909999985,-0.00585097909999985,0.0813086993,0.0441341182,"0" 305 | "306",16.586,38.58,0.2465417826,0.0094,0.0249457180000002,0.0356457180000002,0.0200457180000002,0.0073209903,0.0322542819999998,-0.0331744846,-0.0212562983,0.0048812058,0.420999999999999,4.03,-0.00794655469999997,0.000200000000000001,0.000534017000000268,-0.000965982999999726,0.00083401700000027,0.0061033577,0.00696598299999973,-0.0867002655,-0.0770184645,-0.0024097148,-0.000700000000000003,-0.000492875000000476,-0.00119287500000048,-0.00429287500000047,0.0610055369,0.045385544,"1" 306 | "307",17.385,48.74,0.2187398648,0.009,0.0250015373000001,0.0348015373000001,0.0203015373000001,0.0069456916,0.0311984626999999,-0.0174534279,-0.0015169173,0.003220908,0.799000000000003,10.16,-0.0278019178,-0.000400000000000001,5.58192999998708e-05,-0.000844180700000127,0.00025581929999987,-0.0003752987,-0.00105581929999987,0.0157210567,0.019739381,-0.0016602978,-0.0044,0.00202172120000028,0.00192172120000028,0.00182172120000028,-0.1156951918,-0.0654610642,"0" 307 | "308",18.024,52,0.2817314655,0.0094,0.0281667827999999,0.0359667827999999,0.0222667827999999,0.012245885,0.0251332172000001,0.0568241344,0.0490674877,0.0035707934,0.638999999999999,3.26,0.0629916007,0.000400000000000001,0.00316524549999987,0.00116524549999987,0.00196524549999987,0.0053001934,-0.00606524549999987,0.0742775623,0.050584405,0.0003498854,-0.000600000000000002,-0.0181876532,-0.0199876531999999,-0.0143876531999999,0.000787172900000001,-0.0040526403,"0" 308 | "309",18.602,56.15,0.279631603,0.0127,0.0139131099,0.0216131099,0.00701310990000001,0.0144974259,0.0461868901,-0.0522696815,-0.051379984,0.0029793061,0.577999999999999,4.15,-0.00209986249999999,0.0033,-0.0142536728999999,-0.0143536728999999,-0.0152536728999999,0.0022515409,0.0210536728999999,-0.1090938159,-0.1004474717,-0.0005914873,-0.0021,-0.0020888091000001,-0.000488809100000112,0.00261119089999989,0.0453708629,0.0354351697,"0" 309 | "310",19.163,57.77,0.2894853015,0.0165,0.0205798439,0.0286798439,0.0147798439,0.0091354844,0.0340201561,0.0657461276,0.0693189307,0.002925606,0.561,1.62,0.00985369850000001,0.0038,0.00666673400000001,0.00706673400000002,0.00776673400000002,-0.0053619415,-0.012166734,0.1180158091,0.1206989147,-5.37001000000003e-05,0.000200000000000001,0.000534017000000268,-0.000965982999999726,0.00083401700000027,-0.0867002655,-0.0770184645,"1" 310 | "311",19.442,58.55,0.2706192427,0.0219,0.0212005237000002,0.0280005237000002,0.0149005237000002,0.0130002322,0.0334994762999998,0.016430631,0.0216710504,0.0028157301,0.279,0.779999999999994,-0.0188660588,0.0054,0.000620679800000142,-0.000679320199999861,0.000120679800000141,0.0038647478,-0.000520679800000146,-0.0493154966,-0.0476478803,-0.0001098759,-0.000400000000000001,5.58192999998708e-05,-0.000844180700000127,0.00025581929999987,0.0157210567,0.019739381,"0" 311 | "312",20.225,60.22,0.3198568893,0.0274,0.0111929750999999,0.0177929750999999,0.0059929750999999,0.0091349962,0.0428070249000001,0.0094949248,0.003487388,0.0025157385,0.783000000000001,1.67,0.0492376466,0.0055,-0.0100075486000003,-0.0102075486000003,-0.00890754860000027,-0.003865236,0.00930754860000027,-0.0069357062,-0.0181836624,-0.0002999916,0.000400000000000001,0.00316524549999987,0.00116524549999987,0.00196524549999987,0.0742775623,0.050584405,"0" 312 | "313",20.925,63.26,0.3269790569,0.0297,0.0289009442999998,0.0379009442999998,0.0222009442999998,0.0053629347,0.0206990557000002,0.0859452104,0.0781552716,0.0032273958,0.699999999999999,3.04,0.00712216760000001,0.0023,0.0177079691999999,0.0201079691999999,0.0162079691999999,-0.0037720615,-0.0221079691999999,0.0764502856,0.0746678836,0.0007116573,0.0033,-0.0142536728999999,-0.0143536728999999,-0.0152536728999999,-0.1090938159,-0.1004474717,"0" 313 | "314",21.471,66.47,0.3178915098,0.0342,0.0259619718999998,0.0349619718999998,0.0210619718999998,0.0067361207,0.0253380281000002,-0.0303787244,-0.0326167959,0.0020065133,0.545999999999999,3.21,-0.00908754709999998,0.0045,-0.0029389724,-0.0029389724,-0.0011389724,0.001373186,0.0046389724,-0.1163239348,-0.1107720675,-0.0012208825,0.0038,0.00666673400000001,0.00706673400000002,0.00776673400000002,0.1180158091,0.1206989147,"0" 314 | "315",22.216,69.83,0.3134779566,0.0389,0.0260042885999997,0.0355042885999997,0.0184042885999997,0.0030790439,0.0276957114000003,0.0142266628,0.0115572459,0.002790881,0.745000000000001,3.36,-0.00441355320000003,0.0047,4.23166999999197e-05,0.000542316699999927,-0.00265768330000007,-0.0036570768,0.00235768330000008,0.0446053872,0.0441740418,0.0007843677,0.0054,0.000620679800000142,-0.000679320199999861,0.000120679800000141,-0.0493154966,-0.0476478803,"1" 315 | "316",22.784,72.67,0.3160094407,0.0451,0.0285107426000001,0.0373107426000001,0.0239107426000001,0.0021774747,0.0267892573999999,-0.0428125027,-0.0371556308,0.0021691768,0.567999999999998,2.84,0.00253148409999998,0.0062,0.00250645400000034,0.00180645400000033,0.00550645400000033,-0.0009015692,-0.000906454000000334,-0.0570391655,-0.0487128767,-0.0006217042,0.0055,-0.0100075486000003,-0.0102075486000003,-0.00890754860000027,-0.0069357062,-0.0181836624,"0" 316 | "317",23.437,74.49,0.3148502899,0.0479,0.0314484019000001,0.0403484019000001,0.0256484019000001,-0.0021637049,0.0274515980999999,-0.0147429672,-0.0205501853,0.00405777,0.653000000000002,1.81999999999999,-0.00115915079999995,0.0028,0.00293765930000007,0.00303765930000006,0.00173765930000007,-0.0043411796,0.00066234069999993,0.0280695355,0.0166054455,0.0018885932,0.0023,0.0177079691999999,0.0201079691999999,0.0162079691999999,0.0764502856,0.0746678836,"1" 317 | "318",24.096,78.57,0.3005932835,0.0481,0.0148117883000004,0.0240117883000004,0.00811178830000037,-0.0094131847,0.0402882116999996,0.0682517252,0.0800655669,0.0024342804,0.658999999999999,4.08,-0.0142570064,0.000199999999999999,-0.0166366135999998,-0.0163366135999998,-0.0175366135999998,-0.0072494798,0.0128366135999998,0.0829946924,0.1006157522,-0.0016234896,0.0045,-0.0029389724,-0.0029389724,-0.0011389724,-0.1163239348,-0.1107720675,"1" 318 | "319",24.884,81.51,0.2816823997,0.0485,0.0138876527000003,0.0228876527000003,0.00978765270000034,-0.0149557599,0.0393123472999997,0.0042853884,0.0135398119,0.0014002892,0.788,2.94000000000001,-0.0189108838,0.000400000000000005,-0.000924135600000035,-0.00112413560000003,0.00167586439999997,-0.0055425752,-0.000975864399999971,-0.0639663368,-0.066525755,-0.0010339912,0.0047,4.23166999999197e-05,0.000542316699999927,-0.00265768330000007,0.0446053872,0.0441740418,"0" 319 | "320",25.494,83.15,0.2690500135,0.0494,0.00353649540000018,0.0132364954000002,-0.000163504599999822,-0.0124906939,0.0494635045999998,0.0081254047,-0.0001881489,0.0035148508,0.609999999999999,1.64,-0.0126323862,0.000899999999999998,-0.0103511573000002,-0.00965115730000015,-0.00995115730000016,0.002465066,0.0101511573000002,0.0038400163,-0.0137279608,0.0021145616,0.0062,0.00250645400000034,0.00180645400000033,0.00550645400000033,-0.0570391655,-0.0487128767,"1" 320 | "321",26.17,84.921,0.24789561,0.0461,0.00924507840000015,0.0183450784000002,0.00344507840000016,-0.0110259577,0.0486549215999998,-0.020663803,-0.0187892718,0.0027511223,0.676000000000002,1.771,-0.0211544035,-0.0033,0.00570858299999998,0.00510858299999997,0.00360858299999998,0.0014647362,-0.000808582999999974,-0.0287892077,-0.0186011229,-0.0007637285,0.0028,0.00293765930000007,0.00303765930000006,0.00173765930000007,0.0280695355,0.0166054455,"0" 321 | "322",26.978,78.601,0.2392074367,0.0389,0.0552629746999998,0.0637629746999998,0.0467629746999998,-0.0130641053,0.00213702530000015,0.0501237982,0.0256127034,0.0094287376,0.808,-6.32000000000001,-0.00868817329999999,-0.00720000000000001,0.0460178962999997,0.0454178962999997,0.0433178962999997,-0.0020381476,-0.0465178962999997,0.0707876012,0.0444019752,0.0066776153,0.000199999999999999,-0.0166366135999998,-0.0163366135999998,-0.0175366135999998,0.0829946924,0.1006157522,"0" 322 | "323",27.732,66.181,0.2505829731,0.03,0.0575872232999997,0.0691872232999997,0.0476872232999997,-0.0416596719,-0.00268722329999971,0.0599426263,0.0196164747,0.0096650442,0.753999999999998,-12.42,0.0113755364,-0.0089,0.00232424859999986,0.00542424859999986,0.000924248599999858,-0.0285955666,-0.00482424859999986,0.0098188281,-0.0059962287,0.0002363066,0.000400000000000005,-0.000924135600000035,-0.00112413560000003,0.00167586439999997,-0.0639663368,-0.066525755,"0" 323 | "324",28.302,60.391,0.2540575672,0.0126,0.0685188866999998,0.0823188866999998,0.0566188866999998,-0.0528711385,-0.0134188866999998,0.0339836064,-0.0112801388,0.0143951026,0.57,-5.79,0.00347459410000001,-0.0174,0.0109316634000001,0.0131316634000001,0.00893166340000009,-0.0112114666,-0.0107316634000001,-0.0259590199,-0.0308966135,0.0047300584,0.000899999999999998,-0.0103511573000002,-0.00965115730000015,-0.00995115730000016,0.0038400163,-0.0137279608,"0" 324 | "325",28.712,51.37,0.2744913881,0.0186,0.0687930478999999,0.0826930478999999,0.0579930478999999,-0.0484321663,-0.0119930478999999,-0.023711689,-0.0248370724,0.0079695303,0.41,-9.021,0.0204338209,0.006,0.000274161200000081,0.000374161200000084,0.00137416120000008,0.0044389722,0.00142583879999991,-0.0576952954,-0.0135569336,-0.0064255723,-0.0033,0.00570858299999998,0.00510858299999997,0.00360858299999998,-0.0287892077,-0.0186011229,"0" 325 | "326",28.854,45.95,0.2871235482,0.0113,0.0294829812999999,0.0460829812999999,0.0172829812999999,-0.0503477564,0.0270170187000001,0.0330818624,-0.0853240679,0.0316884977,0.141999999999999,-5.41999999999999,0.0126321601,-0.0073,-0.0393100666,-0.0366100665999999,-0.0407100665999999,-0.0019155901,0.0390100665999999,0.0567935514,-0.0604869955,0.0237189674,-0.00720000000000001,0.0460178962999997,0.0454178962999997,0.0433178962999997,0.0707876012,0.0444019752,"0" 326 | "327",28.387,14.88,0.3549842247,3e-04,0.0274955779000004,0.0612955779000004,0.00729557790000036,-0.02479255,0.0230044220999996,0.2068890791,0.233587252,0.1144355244,-0.466999999999999,-31.07,0.0678606765,-0.011,-0.00198740339999958,0.0152125966000004,-0.00998740339999958,0.0255552064,-0.00401259660000042,0.1738072167,0.3189113199,0.0827470267,-0.0089,0.00232424859999986,0.00542424859999986,0.000924248599999858,0.0098188281,-0.0059962287,"0" 327 | "328",27.255,6.86,0.4461408452,0.0021,0.0444894255,0.0736894255,0.0249894255,-0.0377904306,0.0105105745,-0.0607940129,-0.1243560813,0.042296687,-1.132,-8.02,0.0911566205,0.0018,0.0169938475999996,0.0123938475999996,0.0176938475999996,-0.0129978806,-0.0124938475999996,-0.267683092,-0.3579433333,-0.0721388374,-0.0174,0.0109316634000001,0.0131316634000001,0.00893166340000009,-0.0259590199,-0.0308966135,"1" 328 | "329",25.594,7.51,0.4018764058,0.0018,0.0446943609000001,0.0635943609000001,0.0314943609000001,-0.0225464839,0.0114056390999999,-0.080521631,0.0823546655,0.0174046799,-1.661,0.649999999999999,-0.0442644394,-3e-04,0.000204935400000113,-0.0100950645999999,0.00650493540000012,0.0152439467,0.000895064599999884,-0.0197276181,0.2067107468,-0.0248920071,0.006,0.000274161200000081,0.000374161200000084,0.00137416120000008,-0.0576952954,-0.0135569336,"1" 329 | "330",23.901,12.54,0.3495214306,0.0012,0.0364140815999999,0.0482140815999999,0.0254140815999999,-6.99382e-05,0.0148859184000001,0.0430846625,0.1108479976,0.0078615462,-1.693,5.03,-0.0523549752,-6e-04,-0.00828027930000017,-0.0153802793000002,-0.00608027930000016,0.0224765457,0.00348027930000017,0.1236062935,0.0284933321,-0.0095431337,-0.0073,-0.0393100666,-0.0366100665999999,-0.0407100665999999,0.0567935514,-0.0604869955,"1" 330 | "331",22.405,50.97,0.3255306601,5e-04,0.0259390395999999,0.0370390395999999,0.0191390395999999,0.0105411458,0.0266609604000001,-0.0552509883,-0.0216581536,0.0068328056,-1.496,38.43,-0.0239907705,-7e-04,-0.010475042,-0.011175042,-0.00627504200000002,0.010611084,0.011775042,-0.0983356508,-0.1325061512,-0.0010287406,-0.011,-0.00198740339999958,0.0152125966000004,-0.00998740339999958,0.1738072167,0.3189113199,"1" 331 | "332",21.904,60.93,0.3818781703,0.0015,0.017482772,0.027482772,0.010582772,0.0138605893,0.035217228,0.0111964227,0.0180388911,0.0049983977,-0.501000000000001,9.96,0.0563475102,0.001,-0.00845626759999995,-0.00955626759999995,-0.00855626759999994,0.0033194435,0.00855626759999994,0.066447411,0.0396970447,-0.0018344079,0.0018,0.0169938475999996,0.0123938475999996,0.0176938475999996,-0.267683092,-0.3579433333,"0" 332 | "333",22.037,67.1,0.4241765415,0.0012,0.0105873565999999,0.0240873565999999,-0.000612643400000078,0.0187132161,0.0382126434000001,0.1233327301,0.0839820965,0.0154933849,0.132999999999999,6.16999999999999,0.0422983712,-3e-04,-0.00689541540000003,-0.00339541540000004,-0.0111954154,0.0048526268,0.00299541540000003,0.1121363074,0.0659432054,0.0104949872,-3e-04,0.000204935400000113,-0.0100950645999999,0.00650493540000012,-0.0197276181,0.2067107468,"1" 333 | "334",22.353,71.86,0.3843057828,0.0015,0.0158388863,0.0271388863,0.00463888629999996,0.003227151,0.0294611137,0.0563754186,0.0497701326,0.0083906248,0.316000000000003,4.76000000000001,-0.0398707587,3e-04,0.00525152970000003,0.00305152970000003,0.00525152970000003,-0.0154860651,-0.00875152970000004,-0.0669573115,-0.0342119639,-0.0071027601,-6e-04,-0.00828027930000017,-0.0153802793000002,-0.00608027930000016,0.1236062935,0.0284933321,"1" 334 | "335",22.729,77.35,0.3581003169,0.0014,0.0238187035999997,0.0346187035999997,0.0150187035999997,0.0125554457,0.0263812964000003,-0.0820959556,-0.0294111966,0.00365008,0.375999999999998,5.48999999999999,-0.0262054659,-1e-04,0.00797981729999973,0.00747981729999973,0.0103798172999997,0.0093282947,-0.00307981729999973,-0.1384713742,-0.0791813292,-0.0047405448,-7e-04,-0.010475042,-0.011175042,-0.00627504200000002,-0.0983356508,-0.1325061512,"1" 335 | "336",23.431,81.31,0.3542699394,0.001,0.0346347749000003,0.0436347749000003,0.0262347749000003,0.0124454877,0.0166652250999997,-0.0091163671,-0.0115791018,0.004276058,0.702000000000002,3.96000000000001,-0.00383037749999998,-4e-04,0.0108160713000006,0.00901607130000063,0.0112160713000006,-0.000109958,-0.00971607130000063,0.0729795885,0.0178320948,0.000625978,0.001,-0.00845626759999995,-0.00955626759999995,-0.00855626759999994,0.066447411,0.0396970447,"0" 336 | "337",24.341,83.87,0.3515700392,4e-04,0.0299988168,0.0375988168,0.0204988168,0.0117181387,0.0199011832,0.0372021445,0.0281597312,0.0038654815,0.91,2.56,-0.00269990019999999,-6e-04,-0.00463595810000032,-0.00603595810000032,-0.00573595810000033,-0.000727349,0.00323595810000032,0.0463185116,0.039738833,-0.0004105765,-3e-04,-0.00689541540000003,-0.00339541540000004,-0.0111954154,0.1121363074,0.0659432054,"0" 337 | "338",25.181,86.98,0.399922847,1e-04,0.0234393917,0.0352393917,0.00903939170000004,0.0132008715,0.0174606083,0.2117330899,0.134100224,0.0279686936,0.84,3.11,0.0483528078,-3e-04,-0.00655942509999995,-0.00235942509999996,-0.0114594251,0.0014827328,-0.00244057490000005,0.1745309454,0.1059404928,0.0241032121,3e-04,0.00525152970000003,0.00305152970000003,0.00525152970000003,-0.0669573115,-0.0342119639,"1" 338 | "339",26.425,86.95,0.3572325407,1e-04,0.0245082217000002,0.0377082217000002,0.0100082217000002,-0.0065046624,0.0147917782999998,0.0205627024,0.0233067864,0.0178444887,1.244,-0.0300000000000011,-0.0426903063,0,0.00106883000000018,0.00246883000000018,0.000968830000000177,-0.0197055339,-0.00266883000000018,-0.1911703875,-0.1107934376,-0.0101242049,-1e-04,0.00797981729999973,0.00747981729999973,0.0103798172999997,-0.1384713742,-0.0791813292,"1" 339 | "340",27.353,88.54,0.3461819674,8e-04,0.0223427272,0.0347427272,0.0114427272,-0.0137921071,0.0175572728,-0.0490179216,-0.0058533006,0.0024271486,0.928000000000001,1.59,-0.0110505733,7e-04,-0.00216549450000019,-0.00296549450000019,0.00143450549999981,-0.0072874447,0.00276549450000019,-0.069580624,-0.029160087,-0.0154173401,-4e-04,0.0108160713000006,0.00901607130000063,0.0112160713000006,0.0729795885,0.0178320948,"0" 340 | "341",28.32,87.92,0.3551038851,9e-04,0.0244864964999998,0.0382864964999998,0.0105864964999998,-0.0198316065,0.0119135035000002,0.0927633838,0.067149766,0.0065608843,0.966999999999999,-0.620000000000005,0.0089219177,9.99999999999999e-05,0.00214376929999977,0.00354376929999977,-0.000856230700000234,-0.0060394994,-0.00564376929999977,0.1417813054,0.0730030666,0.0041337357,-6e-04,-0.00463595810000032,-0.00603595810000032,-0.00573595810000033,0.0463185116,0.039738833,"1" 341 | "342",29.59,86.5,0.3403829538,0.0011,0.0198799286000001,0.0333799286000001,0.00757992860000005,-0.0182558561,0.0150200713999999,0.0028731522,0.0380840714,0.0033246741,1.27,-1.42,-0.0147209313,2e-04,-0.00460656789999975,-0.00490656789999975,-0.00300656789999975,0.0015757504,0.00310656789999975,-0.0898902316,-0.0290656946,-0.0032362102,-3e-04,-0.00655942509999995,-0.00235942509999996,-0.0114594251,0.1745309454,0.1059404928,"0" 342 | "343",31.247,86.51,0.3490324432,7e-04,0.0213753800000001,0.0311753800000001,0.00897538000000008,-0.0122655894,0.0151246199999999,-0.0074823528,0.004940975,0.0038638886,1.657,0.0100000000000051,0.00864948939999999,-4e-04,0.00149545140000002,-0.00220454859999997,0.00139545140000003,0.0059902667,0.000104548599999976,-0.010355505,-0.0331430964,0.0005392145,0,0.00106883000000018,0.00246883000000018,0.000968830000000177,-0.1911703875,-0.1107934376,"1" 343 | "344",32.112,87.7,0.3461299966,9e-04,0.0186401089999998,0.0278401089999998,0.00774010899999979,-0.0095482096,0.0206598910000002,-0.0282409734,-0.024050966,0.0026340346,0.865000000000002,1.19,-0.0029024466,2e-04,-0.00273527100000028,-0.00333527100000029,-0.00123527100000028,0.0027173798,0.00553527100000029,-0.0207586206,-0.028991941,-0.001229854,7e-04,-0.00216549450000019,-0.00296549450000019,0.00143450549999981,-0.069580624,-0.029160087,"1" 344 | "345",33.266,90.95,0.338444358,5e-04,0.0261114121000002,0.0353114121000002,0.0163114121000002,0.0001412793,0.0165885878999998,-0.0551945078,-0.0569074693,0.0049459307,1.154,3.25,-0.00768563859999999,-4e-04,0.00747130310000037,0.00747130310000037,0.00857130310000036,0.0096894889,-0.00407130310000037,-0.0269535344,-0.0328565033,0.0023118961,9.99999999999999e-05,0.00214376929999977,0.00354376929999977,-0.000856230700000234,0.1417813054,0.0730030666,"1" 345 | "346",34.404,94.37,0.3335214846,2e-04,0.0386369974,0.0469369974,0.0264369974,0.0101419436,0.00776300259999996,-0.0191162163,-0.0029289921,0.0020747441,1.13800000000001,3.42,-0.00492287340000003,-3e-04,0.0125255852999999,0.0116255852999999,0.0101255852999999,0.0100006643,-0.00882558529999988,0.0360782915,0.0539784772,-0.0028711866,2e-04,-0.00460656789999975,-0.00490656789999975,-0.00300656789999975,-0.0898902316,-0.0290656946,"1" 346 | "347",34.992,100.2,0.3044081256,7e-04,0.0467906617,0.0543906617,0.0372906617,0.0121835026,-0.000590661699999995,-0.0315722669,0.0125210037,0.0028283148,0.587999999999994,5.83,-0.0291133589999999,5e-04,0.00815366429999995,0.00745366429999995,0.0108536643,0.002041559,-0.00835366429999995,-0.0124560506,0.0154499958,0.0007535707,-4e-04,0.00149545140000002,-0.00220454859999997,0.00139545140000003,-0.010355505,-0.0331430964,"0" 347 | "348",36.228,100.85,0.3506160657,5e-04,0.0423979819000002,0.0491979819000002,0.0316979819000002,0.016464203,0.00140201809999985,0.0692999348,0.0569689077,0.0034261958,1.236,0.649999999999991,0.0462079401,-2e-04,-0.00439267979999984,-0.00519267979999984,-0.00559267979999985,0.0042807004,0.00199267979999984,0.1008722017,0.044447904,0.000597881,2e-04,-0.00273527100000028,-0.00333527100000029,-0.00123527100000028,-0.0207586206,-0.028991941,"1" 348 | "349",37.381,103.12,0.3429284585,4e-04,0.0426929241999998,0.0481929241999998,0.0308929241999998,0.0139314283,-0.000192924199999833,0.0438887275,0.0371710016,0.0021998559,1.153,2.27000000000001,-0.0076876072,-1e-04,0.000294942299999684,-0.00100505770000032,-0.000805057700000316,-0.0025327747,-0.00159494229999968,-0.0254112073,-0.0197979061,-0.0012263399,-4e-04,0.00747130310000037,0.00747130310000037,0.00857130310000036,-0.0269535344,-0.0328565033,"0" 349 | "350",38.495,105.96,0.3385761813,2e-04,0.0337372413000002,0.0406372413000002,0.0221372413000002,0.0080246546,0.00736275869999981,0.0250825544,0.0099533246,0.0022163315,1.114,2.83999999999999,-0.00435227719999998,-2e-04,-0.00895568289999964,-0.00755568289999964,-0.00875568289999964,-0.0059067737,0.00755568289999964,-0.0188061731,-0.027217677,1.64755999999999e-05,-3e-04,0.0125255852999999,0.0116255852999999,0.0101255852999999,0.0360782915,0.0539784772,"1" 350 | "351",39.443,102.31,0.3237556717,3e-04,0.0293091886,0.0388091886,0.0154091886,0.0056424574,0.00859081139999995,0.090182282,0.0592247133,0.0050870677,0.948,-3.64999999999999,-0.0148205096,1e-04,-0.00442805270000014,-0.00182805270000015,-0.00672805270000015,-0.0023821972,0.00122805270000015,0.0650997276,0.0492713887,0.0028707362,5e-04,0.00815366429999995,0.00745366429999995,0.0108536643,-0.0124560506,0.0154499958,"0" 351 | "352",40.807,99.25,0.3074540451,3e-04,0.0263582091999997,0.0353582091999997,0.0122582091999997,-0.0068998347,0.0100417908000003,0.0287959494,0.0319339026,0.0047605471,1.364,-3.06,-0.0163016266,0,-0.00295097940000039,-0.00345097940000038,-0.00315097940000039,-0.0125422921,0.00145097940000039,-0.0613863326,-0.0272908107,-0.0003265206,-2e-04,-0.00439267979999984,-0.00519267979999984,-0.00559267979999985,0.1008722017,0.044447904,"0" 352 | "353",41.742,94.91,0.3101868327,2e-04,0.0272531113000003,0.0366531113000002,0.0114531113000003,-0.0081016117,0.0146468886999997,-0.0690955255,-0.0728932374,0.0025134771,0.934999999999995,-4.34,0.00273278760000001,-1e-04,0.000894902100000587,0.00129490210000058,-0.000805097899999409,-0.001201777,0.00460509789999941,-0.0978914749,-0.10482714,-0.00224707,-1e-04,0.000294942299999684,-0.00100505770000032,-0.000805057700000316,-0.0254112073,-0.0197979061,"0" 353 | "354",42.51,90.66,0.3356119548,2e-04,0.0200687775,0.0327687775,0.00336877749999995,-0.0129102113,0.0206312225,0.052133507,0.0305665003,0.0110602537,0.768000000000001,-4.25,0.0254251221,0,-0.0071843338000003,-0.00388433380000029,-0.0080843338000003,-0.0048085996,0.0059843338000003,0.1212290325,0.1034597377,0.0085467766,-2e-04,-0.00895568289999964,-0.00755568289999964,-0.00875568289999964,-0.0188061731,-0.027217677,"1" 354 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Druce Vertes 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /dump.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/druce/classification-in-Keras/97627e998075226997a14b73996460a5ea4603bf/dump.txt.gz --------------------------------------------------------------------------------