Video Codec Round-Up 2023 – Part 13: av1_nvenc (AV1 Nvidia NVENC)

While AV1 has shown its prowess in terms of delivering image quality even better than H.265 for a given bitrate, the best results are achieved at slower encoding presets which could be described as being glacially slow even on modern hardware – it can take a day to encode just a minute of footage.

As a result, there is some interest in hardware-based AV1 encoding as fixed function hardware tends to run faster with higher energy efficiency. This would be perhaps quite useful for improving visual quality for highly bitrate constrained scenarios – e.g. live broadcasting from mobile or slower fixed broadband connections.

So far, hardware encoders have lagged behind software encoders in terms of compression efficiency, however, in return they can operate at around real-time (usually faster) depending on the resolution and options set. So, the question I have in my mind is – will Nvidia’s NVENC encoder produce a decent AV1 encode for transcoding application?

Encoding was performed on Windows, using the mobile Nvidia RTX4060 GPU of my Lenovo Legion 5 Slim. To give av1_nvenc the best chance possible, I’ve decided to go with the following encoding parameters:

-rc 1 -cq [crf] -preset p[preset] -rc-lookahead 24 -b_adapt 1 
-temporal-aq 1 -spatial-aq 1

This encode will be done using Constant Quality (CQ) rate control with values tested from 1 to 51 (which I’ve termed CRF, possibly inappropriately, in the remainder of the blog). I have given the encoder a 24-frame lookahead (unlike previous encodes). B-frame adaptive mode and both temporal and spatial adaptive quantisation have been enabled. The remainder of the settings were left at defaults, with the resulting files being tagged as “[email protected]” profile.

Video Quality vs CRF at Various Presets

Let’s see how encoding at various presets affects quality metrics.

It would appear that encoding quality seems to cap out below CRF=24. It would seem preset p1 is behind the others, with the difference being only relatively minor. In this encoding mode, PSNR doesn’t ever reach 45dB, with 40dB achieved at around CRF=37.5.

Similarly, the SSIM metric shows only minor differences in quality with a change of preset. SSIM values are pretty high overall, but also appears to cap out. An SSIM of 0.99 is achieved at CRF=40, 0.995 at CRF=34. An SSIM of 0.999 is not achieved.

The VMAF score also shows relatively minor differences between encoding speeds. A VMAF of 99 is achieved at CRF=31 and a VMAF of 99.5 at CRF=25. The results suggest that CQ encode mode with av1_nvenc may not be a good choice for quality-focused applications.

Best Video Quality vs CRF

This part focuses only on Preset p7 encodes.

Similar to other NVENC codecs, at lower CRF values, it seems some “saturation” occurs and the worst frame quality regresses below CRF=29. Otherwise, the quality of best and worst frames trends with CRF selected.

The regression in worst-frame performance is seen in the SSIM values as well, for CRFs < 29. There is some degradation in best frame results at higher CRFs as well.

This regression is less severe on the VMAF scale – it seems below CRF=25 provokes noticeable changes. Between CRF=25 and CRF=28, the worst frame scores are relatively stable, then quality falls off as one would expect. The worst frame scores don’t seem to get much higher than just above 90.

Bitrate vs CRF at Various Presets

The strange results are somewhat explained by the bitrate which seems to cap out at 12Mbit/s. I did try several -b:v values including zero and 100M but neither had any impact on the output bitrate. Because of the limited bitrate, higher qualities cannot really be expected.

Video Quality vs Bitrate at Various Presets + Cross-Codec

How far does hardware encoding lag software encoding with regards to efficiency?

It seems that on the PSNR scale, the encoded result is somewhere between libx265 and libvpx-vp9, leading all other hardware encoders but also lagging behind libaom-av1 significantly. At a PSNR of 40dB, it seems that av1_nvenc takes about 60% more bitrate than libaom-av1 comparing best encoding results which is disappointing. The regression at higher CRFs is noticeable, pulling the result down towards hevc_nvenc.

The SSIM results place av1_nvenc on-par with libvpx-vp9 and lagging behind libx265. The regression at higher CRFs is also noticeable.

On the VMAF scale, it seems that av1_nvenc is preferred over libx265 above around 6Mbit/s which is quite an interesting deviation but perhaps illustrates the strength of AV1 as a codec. Below about 4Mbit/s, it seems the VMAF score agrees with the others, placing libx265 ahead and otherwise similar to libvpx-vp9.

Image Comparison

The images will show how the codec degrades with higher CRF values.

  • Frame 844
    • At CRF=21, already some ringing on high contrast areas, but hard to see. The grain in the background gradient has been smoothed out. Hair detail is already lost, and given this is where the bitrate caps, this is a disappointing result.
  • Frame 1347
    • At CRF=30, it seems the fine hair detail is quite softened to nearly lost. It looks slightly splotchy, but it seems to be a good scenario for this encoder.
  • Frame 3733
    • At CRF=21, hair detail is already smoothed, perhaps by a denoising process. By CRF=26 to CRF=28, the hair motion detail is extremely blurred.
  • Frame 4415
    • Crown hair detail is definitely smoothed in CRF=21, arm hair definition is quite marginal at CRF=24~26, as if the hairs are being softened and broadened. Smoke detail seems good overall.

It seems that even at the bitrate cap, it is not entirely transparent for close-up viewing. It is very watchable, but the behaviour may be very content dependent. At higher CRFs, it seems blocking, ringing and false colours are seen – something which libaom-av1 seems to excel at trying to avoid.

Conclusion

The results suggest that CQ encode mode with av1_nvenc appears to be severely bitrate restrained and may not be a good choice for quality-focused applications. I did try re-encoding with -b:v of zero or of a very large value (100M) and still, the constraint appears to persist.

Nevertheless, it would seem that the encoder is not as efficient as software encoders, mostly reaching an efficiency similar to the libvpx-vp9 result and mostly trailing libx265. However, compared to other hardware encoders, it does set a new bar for compression efficiency which is perhaps useful for those who absolutely need the speed/real-time/low overhead benefits of hardware encoding.

As a result of the constraints, the quality metrics don’t reach as high of a level as in other tests. Visual quality is perhaps good enough for casual viewing at the low-CRF end from CRF=21 (12Mbit/s) to CRF=26 (10.2Mbit/s) with some loss of detail, but quickly degrades at higher CRFs and seemingly less gracefully than libaom-av1 with ringing and blocky artifacts especially on high-contrast edges.

Encode Stats (for this Part)
Total Number of Encodings: 707
Total Size: 163,586,692,065 bytes

Encode Stats (for all Parts up to now)
Total Number of Encodings: 5,495
Total Size: 1,929,731,458,717 bytes

This post is part of a series. See the main index at the bottom of Part 0.

Appendix: Raw Data

CRF,Preset,Bitrate (Mbit/s),psnr_y_min,psnr_y_max,psnr_y_mean,psnr_y_hmean,float_ssim_min,float_ssim_max,float_ssim_mean,float_ssim_hmean,vmaf_min,vmaf_max,vmaf_mean,vmaf_hmean
1,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
1.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
2,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
2.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
3,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
3.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
4,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
4.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
5.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
6,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
6.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
7,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
7.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
8,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
8.5,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
9,1,11.96309395,29.501417,58.670743,43.96425,43.494713,0.964769,0.999891,0.997536,0.997534,86.605771,100,99.44795,99.428312
9.5,1,11.96674976,29.501417,58.670743,43.964107,43.494361,0.964769,0.999891,0.997536,0.997534,86.616251,100,99.450176,99.430888
10,1,11.96649204,29.501417,58.832378,43.964775,43.49429,0.964769,0.999886,0.997534,0.997532,86.806525,100,99.448552,99.428975
10.5,1,11.9654038,29.501417,58.709814,43.962242,43.49126,0.964769,0.999892,0.997532,0.99753,86.749397,100,99.443718,99.423615
11,1,11.96653915,29.501417,58.709814,43.964774,43.494494,0.964769,0.999892,0.997534,0.997532,86.784013,100,99.450393,99.430773
11.5,1,11.96527547,29.501417,58.803942,43.965689,43.495657,0.964769,0.999886,0.997537,0.997535,86.68091,100,99.451099,99.431575
12,1,11.96512682,29.501417,58.706154,43.965482,43.495386,0.964769,0.999892,0.997536,0.997534,86.631103,100,99.451233,99.431812
12.5,1,11.9658957,29.501417,58.853031,43.963847,43.493938,0.964769,0.999905,0.997537,0.997535,86.852825,100,99.452127,99.432533
13,1,11.96608673,29.501417,58.710915,43.965148,43.494875,0.964769,0.999893,0.997535,0.997533,86.716779,100,99.446423,99.426586
13.5,1,11.96444262,29.28326,58.782791,43.962747,43.491233,0.964163,0.999903,0.997533,0.99753,86.790176,100,99.445777,99.425551
14,1,11.96240448,29.284605,58.702831,43.96561,43.49506,0.96477,0.999892,0.997537,0.997535,86.773549,100,99.451277,99.431493
14.5,1,11.96210781,29.26367,58.670245,43.966589,43.495382,0.963908,0.999892,0.997535,0.997533,86.593326,100,99.447986,99.428083
15,1,11.96510272,29.287942,58.843791,43.963614,43.492726,0.963614,0.999887,0.997533,0.997531,86.609727,100,99.450031,99.430204
15.5,1,11.964875,29.310771,58.867276,43.965443,43.494981,0.964213,0.999905,0.997535,0.997532,86.598295,100,99.450001,99.430361
16,1,11.96624064,29.288021,58.705867,43.970857,43.499914,0.963815,0.999895,0.997537,0.997535,86.784349,100,99.452366,99.432559
16.5,1,11.9639063,29.295402,58.760168,43.972069,43.501614,0.963767,0.999903,0.99754,0.997538,86.84373,100,99.453432,99.433678
17,1,11.96371877,29.317917,58.706943,43.969691,43.498438,0.964303,0.999884,0.997536,0.997534,86.820451,100,99.450424,99.430355
17.5,1,11.96294201,29.286263,58.699559,43.970915,43.500218,0.963786,0.999894,0.99754,0.997537,86.616389,100,99.457005,99.437298
18,1,11.96450288,29.235049,58.713285,43.97521,43.504729,0.963989,0.999885,0.997542,0.99754,86.692954,100,99.46052,99.441006
18.5,1,11.96281841,29.302851,58.711824,43.978387,43.508918,0.9642,0.999878,0.997546,0.997544,86.650679,100,99.466807,99.447811
19,1,11.96393602,29.248033,58.712543,43.982616,43.513562,0.964159,0.999873,0.997551,0.997549,86.859134,100,99.472737,99.454265
19.5,1,11.96158619,29.309519,58.692808,43.989812,43.521971,0.963829,0.999864,0.99756,0.997558,86.676464,100,99.480307,99.462279
20,1,11.9600021,29.476749,58.697936,43.993796,43.527346,0.965182,0.999863,0.997566,0.997564,86.68007,100,99.486782,99.469153
20.5,1,11.95607266,29.290647,58.70061,44.001988,43.53716,0.963762,0.999868,0.997576,0.997574,86.550154,100,99.497215,99.480087
21,1,11.95152375,29.293398,58.782377,44.008224,43.545533,0.963893,0.999873,0.997587,0.997585,86.679701,100,99.505151,99.488494
21.5,1,11.90539545,29.306401,58.795171,44.017189,43.55922,0.96409,0.999877,0.997604,0.997602,86.510288,100,99.513656,99.497524
22,1,11.84870411,29.317349,58.71034,44.019213,43.565201,0.96371,0.999879,0.99761,0.997608,86.731158,100,99.510395,99.494255
22.5,1,11.73486111,29.279925,58.62798,44.020355,43.574045,0.963856,0.999875,0.997624,0.997622,87.263426,100,99.507694,99.491799
23,1,11.66464417,29.227835,58.59441,44.019552,43.578129,0.964161,0.999869,0.997633,0.997631,87.781897,100,99.507456,99.491817
23.5,1,11.46965425,29.486378,58.523199,44.008085,43.58064,0.964366,0.999863,0.997654,0.997652,87.358198,100,99.502686,99.487317
24,1,11.33799451,29.316506,58.5062,43.993063,43.571616,0.963788,0.999858,0.997659,0.997657,87.464584,100,99.491184,99.475312
24.5,1,11.00877477,29.346664,58.427497,43.940274,43.533714,0.968299,0.999848,0.997665,0.997663,89.481613,100,99.472019,99.455668
25,1,10.81166952,29.409545,58.293273,43.897703,43.497595,0.97225,0.999839,0.997657,0.997655,89.582323,100,99.460699,99.444145
25.5,1,10.36925923,29.63546,58.199836,43.789987,43.401973,0.981258,0.999828,0.997628,0.997626,89.531295,100,99.433303,99.416041
26,1,10.2008264,29.711633,58.132584,43.742437,43.3572,0.981774,0.999815,0.997608,0.997607,89.558727,100,99.421963,99.404306
26.5,1,9.704621637,30.132552,58.07886,43.597836,43.220224,0.982819,0.999796,0.997542,0.997541,89.744101,100,99.38681,99.368138
27,1,9.461354733,30.270264,58.034224,43.518749,43.142828,0.984079,0.999791,0.997499,0.997498,89.721912,100,99.36503,99.345627
27.5,1,8.920105917,30.400686,57.917355,43.324978,42.944395,0.985779,0.999774,0.997357,0.997356,89.455465,100,99.308786,99.287531
28,1,8.658816056,30.446623,57.888836,43.224819,42.841318,0.986299,0.99977,0.997278,0.997277,89.375933,100,99.27644,99.254081
28.5,1,8.12291356,30.542481,57.739766,43.005206,42.611964,0.986543,0.999743,0.997087,0.997085,88.711093,100,99.200053,99.174965
29,1,7.845587105,30.574147,57.695112,42.886206,42.488135,0.986624,0.999727,0.996978,0.996976,88.649579,100,99.153901,99.127256
29.5,1,7.359201772,30.633158,57.691722,42.65852,42.249007,0.986885,0.999699,0.996756,0.996754,88.079403,100,99.053218,99.022922
30,1,7.16636836,30.54423,57.485476,42.563555,42.149791,0.986968,0.999694,0.996659,0.996657,87.772428,100,99.006759,98.974784
30.5,1,6.724861712,30.322738,57.409939,42.332221,41.906752,0.986004,0.999665,0.996408,0.996406,87.074012,100,98.8754,98.838587
31,1,6.536712795,30.163144,57.288479,42.228288,41.798018,0.98544,0.999656,0.996288,0.996286,87.011904,100,98.81131,98.772164
31.5,1,6.134438628,29.884948,57.310028,41.990805,41.548568,0.984127,0.999623,0.996,0.995997,86.422717,100,98.644056,98.598587
32,1,5.950797067,29.758059,57.227869,41.876326,41.429356,0.983589,0.999591,0.995857,0.995854,85.8936,100,98.553729,98.504784
32.5,1,5.590324724,29.737537,57.179181,41.634937,41.175683,0.982244,0.999555,0.995532,0.995528,85.335571,100,98.334618,98.277418
33,1,5.422780793,29.375289,57.062269,41.519738,41.054916,0.981482,0.999538,0.995367,0.995363,84.874767,100,98.219598,98.157711
33.5,1,5.090726004,29.114121,56.926369,41.26929,40.792507,0.979937,0.999495,0.994995,0.99499,84.19977,100,97.941137,97.867619
34,1,4.955102546,29.020045,56.83408,41.161899,40.680836,0.979517,0.999482,0.994826,0.994821,83.879137,100,97.810065,97.730802
34.5,1,4.658767567,28.753546,56.685155,40.913427,40.420698,0.977791,0.999453,0.994412,0.994406,82.788034,100,97.478587,97.384085
35,1,4.519646917,28.611884,56.648868,40.791675,40.293313,0.97722,0.999426,0.994196,0.994189,82.314179,100,97.302943,97.200254
35.5,1,4.255493981,28.625946,56.547388,40.5438,40.034245,0.97558,0.999408,0.993741,0.993733,80.943234,100,96.921616,96.79986
36,1,4.14342164,28.295429,56.42933,40.433281,39.919562,0.97468,0.999379,0.993528,0.99352,80.51964,100,96.737462,96.60608
36.5,1,3.899860862,28.081867,56.246187,40.176138,39.650357,0.972422,0.999343,0.992998,0.992988,79.230442,100,96.277181,96.120184
37,1,3.785431588,27.923642,56.170876,40.049986,39.518719,0.971358,0.999311,0.992723,0.992712,78.798441,100,96.03886,95.868264
37.5,1,3.562936348,27.605398,56.014505,39.790565,39.247446,0.969546,0.999282,0.992124,0.992111,77.392434,100,95.501935,95.2993
38,1,3.466040784,27.536981,55.879317,39.668649,39.12036,0.968432,0.999283,0.991826,0.991812,76.733871,100,95.24018,95.020689
38.5,1,3.2637595,27.230456,55.76776,39.406434,38.846674,0.965597,0.999215,0.991153,0.991135,75.366003,100,94.630813,94.371882
39,1,3.17671005,27.223085,55.680661,39.285703,38.72179,0.964678,0.999213,0.990829,0.99081,75.321117,100,94.338625,94.061037
39.5,1,2.992562453,26.954225,55.524434,39.022048,38.446158,0.961867,0.999133,0.990064,0.990042,73.510829,100,93.647699,93.323125
40,1,2.912422918,26.83293,55.446538,38.899828,38.319519,0.960293,0.999117,0.989694,0.989669,72.969267,100,93.313447,92.966274
40.5,1,2.743460156,26.559855,55.308945,38.631974,38.039815,0.957964,0.999091,0.988827,0.988798,71.426127,100,92.524796,92.120757
41,1,2.667875161,26.438849,55.245305,38.50541,37.908952,0.956363,0.999051,0.9884,0.988368,70.762751,100,92.132705,91.70111
41.5,1,2.514511345,26.165131,55.071324,38.235965,37.628899,0.953158,0.999006,0.987431,0.987393,69.465217,100,91.254911,90.75977
42,1,2.44725803,26.060414,55.05581,38.111854,37.499682,0.951446,0.998986,0.986949,0.986908,68.71863,100,90.825006,90.29678
42.5,1,2.307657214,25.792753,54.828285,37.839108,37.215888,0.947511,0.998931,0.985844,0.985794,66.735947,100,89.839489,89.23545
43,1,2.248747066,25.672208,54.703084,37.719386,37.091932,0.946027,0.998885,0.985344,0.985291,66.267938,100,89.391114,88.756656
43.5,1,2.121915238,25.441359,54.595994,37.449804,36.811403,0.941834,0.998848,0.984114,0.984051,64.515096,100,88.317984,87.599836
44,1,2.062827069,25.279677,54.504756,37.318206,36.674904,0.940208,0.998784,0.983486,0.983417,63.330949,100,87.771127,87.01101
44.5,1,1.946236451,25.020456,54.360292,37.046346,36.39262,0.933552,0.998783,0.982115,0.982034,61.807187,100,86.58639,85.739192
45,1,1.896234846,24.87102,54.26116,36.922203,36.265458,0.932317,0.998696,0.981476,0.981388,60.76305,100,86.02915,85.141126
45.5,1,1.789176357,24.595928,54.158052,36.647996,35.982155,0.928399,0.998637,0.979946,0.979843,59.116321,100,84.754382,83.772196
46,1,1.740779981,24.472533,54.098537,36.515112,35.845261,0.923345,0.998617,0.97917,0.979059,58.146319,100,84.123138,83.09004
46.5,1,1.642908394,24.25386,53.99916,36.243275,35.564669,0.919573,0.998565,0.977475,0.977344,56.214354,100,82.762775,81.622607
47,1,1.600068416,24.159346,53.810694,36.118189,35.436217,0.918017,0.998503,0.976669,0.976528,55.412101,100,82.144768,80.954445
47.5,1,1.510558586,23.874227,53.740311,35.842726,35.15274,0.908922,0.998433,0.974777,0.974611,53.111567,100,80.676956,79.372768
48,1,1.470071935,23.80667,53.58517,35.714903,35.021371,0.905144,0.998442,0.973859,0.973682,52.278269,100,79.984499,78.625762
48.5,1,1.388652819,23.512355,53.517431,35.442175,34.740158,0.898781,0.998286,0.971776,0.971568,49.901905,100,78.468558,76.984787
49,1,1.35157928,23.406808,53.462269,35.314589,34.609733,0.895176,0.998279,0.970756,0.970533,48.630853,100,77.743974,76.201459
49.5,1,1.274751954,23.166411,53.159363,35.035674,34.321991,0.891476,0.998198,0.968405,0.968146,45.982894,100,76.120974,74.436853
50,1,1.241026602,23.096981,53.175225,34.908429,34.19279,0.887915,0.998126,0.967297,0.96702,45.21257,100,75.367544,73.625828
50.5,1,1.170387813,22.771621,52.941027,34.628164,33.904401,0.877257,0.998054,0.964686,0.964363,43.584275,100,73.67583,71.783805
51,1,1.1394739,22.65228,52.913775,34.501091,33.773611,0.877698,0.998006,0.963417,0.963069,41.853842,100,72.882402,70.91119
1,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
1.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
2,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
2.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
3,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
3.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
4,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
4.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
5.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
6,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
6.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
7,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
7.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
8,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
8.5,2,11.96562816,29.360616,58.594387,44.089005,43.619815,0.963926,0.999867,0.997579,0.997577,87.611974,100,99.479171,99.460837
9,2,11.96578335,29.360616,58.594387,44.08679,43.616333,0.963926,0.999867,0.997574,0.997572,87.611974,100,99.470721,99.451675
9.5,2,11.96601544,29.360616,58.594387,44.089453,43.620087,0.963926,0.999867,0.997577,0.997575,87.611974,100,99.477055,99.458571
10,2,11.96493728,29.360616,58.594387,44.087928,43.61804,0.963926,0.999867,0.997576,0.997573,87.501944,100,99.47365,99.454776
10.5,2,11.96691187,29.360616,58.594387,44.087934,43.618327,0.963926,0.999867,0.997577,0.997575,87.460702,100,99.475976,99.457454
11,2,11.96746696,29.360616,58.594387,44.087986,43.618216,0.963926,0.999867,0.997576,0.997574,87.495328,100,99.473963,99.455093
11.5,2,11.96758328,29.360616,58.587192,44.0911,43.621827,0.963926,0.999871,0.997578,0.997576,87.471829,100,99.475967,99.457379
12,2,11.96625351,29.360616,58.602691,44.092611,43.623897,0.963926,0.999868,0.99758,0.997578,87.705516,100,99.479678,99.46142
12.5,2,11.9679143,29.360616,58.578476,44.088366,43.618212,0.963926,0.999875,0.997573,0.997571,87.301634,100,99.471583,99.452493
13,2,11.96640803,29.360616,58.585424,44.091175,43.621992,0.963926,0.99987,0.997579,0.997577,87.591387,100,99.47849,99.460122
13.5,2,11.96664836,29.344834,58.584215,44.092901,43.623841,0.964303,0.999868,0.997579,0.997577,87.420479,100,99.476997,99.458229
14,2,11.96501288,29.338627,58.591661,44.092273,43.622978,0.960469,0.999872,0.997579,0.997577,85.297892,100,99.478052,99.45937
14.5,2,11.96708343,29.548575,58.606077,44.09211,43.623625,0.965623,0.999871,0.997581,0.997579,87.517757,100,99.481292,99.462991
15,2,11.96717104,29.314184,58.597137,44.094065,43.625404,0.964956,0.999872,0.997581,0.997579,87.596009,100,99.47959,99.461215
15.5,2,11.96634031,29.385179,58.594643,44.093585,43.624591,0.964909,0.999871,0.99758,0.997578,87.630508,100,99.47957,99.461079
16,2,11.96476883,29.583143,58.577107,44.095842,43.627079,0.965363,0.99987,0.997583,0.997581,87.629386,100,99.485486,99.467449
16.5,2,11.96331151,29.368184,58.594736,44.096356,43.627659,0.964651,0.999874,0.997583,0.997581,87.697466,100,99.487509,99.469579
17,2,11.9669082,29.313768,58.596834,44.096446,43.626398,0.964636,0.999872,0.997579,0.997577,87.348934,100,99.478861,99.459907
17.5,2,11.96391181,29.342998,58.60157,44.100174,43.631512,0.964657,0.999871,0.997586,0.997584,87.554785,100,99.48871,99.470745
18,2,11.96456773,29.325031,58.603064,44.103431,43.635296,0.964789,0.999865,0.997588,0.997586,87.647956,100,99.490824,99.473193
18.5,2,11.96378705,29.387941,58.586447,44.105766,43.638058,0.964433,0.999863,0.997593,0.997591,87.559618,100,99.497391,99.479943
19,2,11.96606867,29.344501,58.595412,44.110356,43.643373,0.964662,0.999866,0.997597,0.997595,87.601827,100,99.5038,99.48689
19.5,2,11.96367077,29.365474,58.589403,44.113054,43.647233,0.964716,0.999875,0.997603,0.997601,87.412499,100,99.5106,99.494023
20,2,11.96492607,29.383881,58.579754,44.118766,43.654728,0.964854,0.999873,0.997612,0.99761,87.62495,100,99.518217,99.502158
20.5,2,11.96053457,29.56701,58.591405,44.129456,43.667606,0.965327,0.999881,0.997624,0.997622,87.606702,100,99.533008,99.517812
21,2,11.95497149,29.380272,58.643271,44.136345,43.675037,0.965002,0.999883,0.997633,0.997631,87.456816,100,99.53534,99.520205
21.5,2,11.91391388,29.303241,58.525079,44.147014,43.690234,0.964731,0.999892,0.997646,0.997644,87.562376,100,99.538671,99.523759
22,2,11.86076176,29.387111,58.59052,44.14887,43.696029,0.965056,0.999886,0.997654,0.997652,87.531015,100,99.541817,99.527185
22.5,2,11.73693625,29.360081,58.569848,44.150177,43.706301,0.96513,0.999878,0.997671,0.997669,88.018482,100,99.542248,99.527902
23,2,11.6719179,29.392531,58.449281,44.149688,43.710556,0.964826,0.999871,0.99768,0.997679,88.025891,100,99.539995,99.525704
23.5,2,11.46385873,29.331113,58.446645,44.13612,43.710565,0.965037,0.999861,0.997699,0.997697,88.312923,100,99.534916,99.520838
24,2,11.33689952,29.376528,58.404528,44.1232,43.70416,0.964802,0.999858,0.997707,0.997705,88.269901,100,99.525516,99.51111
24.5,2,10.99348147,29.457963,58.293164,44.066093,43.661772,0.969153,0.999852,0.997709,0.997708,90.367022,100,99.504932,99.489975
25,2,10.79034704,29.459998,58.228702,44.02295,43.62493,0.972301,0.999847,0.9977,0.997699,90.502705,100,99.495337,99.4802
25.5,2,10.34448982,29.649839,58.130594,43.916078,43.530188,0.981586,0.999836,0.997674,0.997673,90.50773,100,99.472468,99.456731
26,2,10.1675833,29.818132,58.066956,43.86913,43.486574,0.9824,0.999831,0.997656,0.997655,90.564568,100,99.461734,99.44566
26.5,2,9.666008288,30.113003,58.028165,43.721009,43.345063,0.983287,0.999804,0.997589,0.997588,90.767577,100,99.427187,99.410095
27,2,9.425764561,30.127461,57.972942,43.645121,43.270252,0.983371,0.999805,0.997546,0.997545,90.714844,100,99.409383,99.391694
27.5,2,8.880325271,30.343943,57.881829,43.451422,43.071507,0.984827,0.999788,0.997408,0.997407,90.46342,100,99.359145,99.339727
28,2,8.615343514,30.452441,57.806522,43.352054,42.969288,0.986177,0.999783,0.99733,0.997329,90.411386,100,99.333161,99.312958
28.5,2,8.07904504,30.569511,57.723622,43.135208,42.742466,0.986755,0.999757,0.997144,0.997142,89.980526,100,99.266201,99.243789
29,2,7.812164145,30.616167,57.729251,43.019173,42.62194,0.986971,0.999757,0.997041,0.99704,89.449257,100,99.225265,99.201333
29.5,2,7.324396878,30.680744,57.668067,42.792369,42.383348,0.987212,0.99972,0.996822,0.99682,89.076953,100,99.136217,99.109184
30,2,7.132515952,30.60988,57.55079,42.699696,42.286477,0.98708,0.999716,0.996731,0.996729,88.857088,100,99.096185,99.067705
30.5,2,6.689469883,30.343131,57.472066,42.469493,42.044005,0.986052,0.999695,0.996484,0.996482,88.271646,100,98.984549,98.95204
31,2,6.500180846,30.213804,57.426185,42.365799,41.935255,0.985622,0.999682,0.996367,0.996365,87.862837,100,98.925098,98.890343
31.5,2,6.102584105,29.947541,57.41237,42.131555,41.688948,0.984264,0.999656,0.996088,0.996085,87.290536,100,98.777444,98.737277
32,2,5.920743147,29.845056,57.429659,42.019808,41.571809,0.983804,0.99963,0.995948,0.995945,86.916356,100,98.69389,98.65059
32.5,2,5.55953511,29.577271,57.287479,41.781077,41.32086,0.98247,0.999602,0.995629,0.995625,86.439455,100,98.501142,98.450645
33,2,5.389010167,29.449942,57.164754,41.662219,41.197147,0.981453,0.999592,0.995468,0.995464,85.868158,100,98.39031,98.335413
33.5,2,5.05923392,29.209413,57.064071,41.416844,40.939352,0.980168,0.999554,0.995105,0.9951,85.277846,100,98.133639,98.068477
34,2,4.923454849,29.088933,57.019396,41.309559,40.827266,0.979755,0.999546,0.994939,0.994934,84.881864,100,98.011004,97.940697
34.5,2,4.631883743,28.823644,56.81484,41.065284,40.570814,0.978216,0.999518,0.994539,0.994533,83.620261,100,97.708082,97.623846
35,2,4.489737937,28.716422,56.778701,40.940733,40.441461,0.977445,0.999505,0.99433,0.994324,83.391708,100,97.541771,97.450035
35.5,2,4.227236458,28.462753,56.645519,40.693189,40.18152,0.975555,0.999476,0.993876,0.993868,82.079243,100,97.169873,97.059809
36,2,4.115879275,28.386449,56.554681,40.580395,40.064169,0.974664,0.999457,0.993664,0.993655,81.468395,100,96.997321,96.878593
36.5,2,3.876456912,28.332669,56.414775,40.330518,39.80276,0.972696,0.999412,0.993154,0.993144,80.22995,100,96.559738,96.417135
37,2,3.760580745,27.967829,56.348025,40.201918,39.668333,0.971686,0.999383,0.992884,0.992873,79.652091,100,96.329579,96.174105
37.5,2,3.539857233,27.6992,56.175226,39.942997,39.396888,0.969323,0.999362,0.992293,0.992279,78.15767,100,95.816346,95.629534
38,2,3.443055327,27.59603,56.059601,39.824846,39.273805,0.968176,0.999359,0.992011,0.991997,77.83525,100,95.565268,95.363225
38.5,2,3.24231417,27.420222,55.872338,39.563012,39.000403,0.966047,0.999293,0.991349,0.991332,76.666354,100,94.978585,94.737837
39,2,3.152640139,27.285023,55.870434,39.439744,38.872715,0.96473,0.999295,0.991026,0.991008,75.724461,100,94.693476,94.434056
39.5,2,2.970259604,27.034004,55.713332,39.174783,38.595174,0.961652,0.999243,0.99027,0.990248,74.587062,100,94.012389,93.705966
40,2,2.890292365,26.895491,55.546764,39.054134,38.469714,0.96051,0.999207,0.989911,0.989887,73.889689,100,93.69009,93.360848
40.5,2,2.7253739,26.623458,55.411057,38.789408,38.193373,0.957349,0.999179,0.989075,0.989046,72.69969,100,92.927864,92.544411
41,2,2.649397802,26.514079,55.368063,38.659681,38.058979,0.956048,0.999148,0.988646,0.988615,71.462249,100,92.545937,92.134662
41.5,2,2.498332426,26.240314,55.150937,38.393365,37.781774,0.95309,0.999121,0.987706,0.987668,69.843517,100,91.704999,91.230609
42,2,2.429132402,26.369255,55.092508,38.263905,37.648102,0.952075,0.999078,0.987226,0.987186,69.311104,100,91.275591,90.769422
42.5,2,2.291108752,25.853613,54.880051,37.995166,37.367583,0.948288,0.999008,0.98617,0.986122,67.310715,100,90.324261,89.742103
43,2,2.234843261,25.736273,54.830008,37.880036,37.248471,0.94657,0.998997,0.985685,0.985633,66.763122,100,89.905707,89.290463
43.5,2,2.108605119,25.451839,54.724779,37.606115,36.962789,0.9422,0.998943,0.984477,0.984416,64.907836,100,88.847251,88.147503
44,2,2.049198654,25.362656,54.601046,37.473477,36.825238,0.940283,0.998894,0.98386,0.983793,64.222933,100,88.308093,87.565009
44.5,2,1.934351842,25.061434,54.482096,37.201998,36.543687,0.935158,0.998786,0.982531,0.982452,62.195731,100,87.164552,86.329576
45,2,1.882173836,24.949392,54.331834,37.072351,36.410795,0.932609,0.998765,0.981871,0.981785,60.792847,100,86.606462,85.729287
45.5,2,1.777209789,24.736285,54.257956,36.801872,36.130402,0.927763,0.99872,0.980395,0.980294,59.532181,100,85.370168,84.395255
46,2,1.728796731,24.622988,54.183364,36.670429,35.995464,0.92606,0.99868,0.979655,0.979546,58.167215,100,84.761027,83.735009
46.5,2,1.631412732,24.327417,54.006754,36.390413,35.706105,0.918939,0.998641,0.977961,0.977833,56.723108,100,83.394815,82.261367
47,2,1.591068264,24.211452,53.889352,36.272626,35.584884,0.918087,0.998549,0.977222,0.977085,55.661026,100,82.814409,81.630973
47.5,2,1.500200428,23.987157,53.753339,35.992333,35.295793,0.911399,0.998483,0.975335,0.975174,53.753738,100,81.360143,80.05469
48,2,1.461144624,23.878971,53.6813,35.865869,35.166665,0.907804,0.998423,0.974464,0.974291,52.663725,100,80.707881,79.35131
48.5,2,1.37868343,23.597039,53.476654,35.588912,34.880911,0.903489,0.998366,0.972392,0.972189,50.626493,100,79.189737,77.701138
49,2,1.343025965,23.450993,53.491274,35.461149,34.750594,0.899733,0.998268,0.971438,0.971222,49.407972,100,78.490783,76.949388
49.5,2,1.267716961,23.276157,53.302071,35.184981,34.465978,0.892309,0.99821,0.969163,0.96891,47.280858,100,76.918894,75.233419
50,2,1.233261995,23.130812,53.11497,35.053059,34.331348,0.888757,0.998101,0.968037,0.967766,45.708103,100,76.150896,74.40223
50.5,2,1.163308783,22.912516,52.955926,34.772094,34.041791,0.88064,0.998014,0.965484,0.965167,43.955326,100,74.49293,72.588975
51,2,1.133208917,22.751114,52.845119,34.643196,33.911626,0.879669,0.997973,0.964313,0.963977,43.571769,100,73.724612,71.76728
1,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
1.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
2,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
2.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
3,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
3.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
4,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
4.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
5.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
6,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
6.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
7,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
7.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
8,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
8.5,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
9,3,11.9640893,29.378304,58.544617,44.128255,43.663168,0.965278,0.999878,0.997598,0.997596,87.380377,100,99.475747,99.457065
9.5,3,11.96658435,29.378304,58.544617,44.127898,43.663367,0.965278,0.999866,0.997597,0.997595,87.329428,100,99.475847,99.457302
10,3,11.96658435,29.378304,58.544617,44.127898,43.663367,0.965278,0.999866,0.997597,0.997595,87.329428,100,99.475847,99.457302
10.5,3,11.964407,29.378304,58.567531,44.126052,43.661624,0.965278,0.999865,0.997598,0.997596,87.364314,100,99.478543,99.460085
11,3,11.96684027,29.378304,58.567531,44.126822,43.662321,0.965278,0.999864,0.997597,0.997595,87.364314,100,99.479851,99.461395
11.5,3,11.96718292,29.378304,58.551765,44.128771,43.664314,0.965278,0.999863,0.997598,0.997596,87.419049,100,99.479783,99.46135
12,3,11.96494152,29.378304,58.543466,44.127517,43.662338,0.965278,0.999866,0.997597,0.997594,87.284203,100,99.473969,99.454933
12.5,3,11.96641312,29.378304,58.538241,44.128392,43.663721,0.965278,0.999866,0.997599,0.997597,87.636599,100,99.478305,99.459825
13,3,11.96600526,29.378304,58.569662,44.130156,43.665151,0.965278,0.999876,0.997598,0.997596,87.4404,100,99.476742,99.457968
13.5,3,11.96932256,29.572579,58.541831,44.131606,43.667489,0.960775,0.999877,0.997602,0.997599,85.517214,100,99.482941,99.464511
14,3,11.96797572,29.401338,58.540127,44.12968,43.66467,0.965308,0.999877,0.9976,0.997598,87.318842,100,99.477735,99.458859
14.5,3,11.96782188,29.605767,58.56355,44.133251,43.669715,0.965527,0.999865,0.997605,0.997603,87.544606,100,99.484845,99.466572
15,3,11.96363957,29.435107,58.527763,44.132658,43.669434,0.965027,0.999875,0.997605,0.997603,87.872728,100,99.490786,99.47317
15.5,3,11.9694118,29.37577,58.538011,44.133545,43.669276,0.965221,0.999865,0.997601,0.997599,87.454207,100,99.483185,99.464905
16,3,11.96610754,29.401644,58.555805,44.131731,43.667346,0.965196,0.999867,0.997602,0.9976,87.605621,100,99.485505,99.467324
16.5,3,11.96943739,29.401627,58.554027,44.136889,43.672619,0.964519,0.999865,0.997605,0.997603,87.386799,100,99.48569,99.467281
17,3,11.96468606,29.399565,58.556937,44.135794,43.671624,0.964672,0.999865,0.997604,0.997602,87.413688,100,99.487382,99.469352
17.5,3,11.96919501,29.582846,58.565656,44.141453,43.677412,0.965537,0.99988,0.997607,0.997605,87.441143,100,99.490757,99.472652
18,3,11.96759586,29.397901,58.550957,44.143613,43.679741,0.964935,0.999876,0.997609,0.997607,87.481882,100,99.489896,99.471837
18.5,3,11.96898225,29.617613,58.538793,44.14661,43.684779,0.966245,0.999865,0.997618,0.997616,87.405088,100,99.506029,99.489333
19,3,11.96706763,29.388789,58.537275,44.147464,43.685287,0.964829,0.999864,0.997617,0.997615,87.36631,100,99.503885,99.486803
19.5,3,11.968826,29.383972,58.540588,44.153461,43.692589,0.964739,0.999875,0.997627,0.997625,87.690292,100,99.515348,99.499059
20,3,11.96395977,29.405214,58.574577,44.158677,43.698781,0.965038,0.999877,0.997632,0.99763,87.311521,100,99.521465,99.505407
20.5,3,11.96246103,29.602382,58.55904,44.167914,43.710515,0.96532,0.999881,0.997645,0.997643,87.473029,100,99.53192,99.516719
21,3,11.95577974,29.441487,58.599516,44.172708,43.716203,0.965305,0.999883,0.997651,0.997649,87.179991,100,99.53766,99.52252
21.5,3,11.92154486,29.415186,58.547821,44.186191,43.734509,0.965272,0.999891,0.99767,0.997668,87.558247,100,99.547041,99.53261
22,3,11.8720659,29.362183,58.539184,44.189272,43.741382,0.964851,0.999887,0.997677,0.997675,87.558279,100,99.546185,99.531797
22.5,3,11.75632955,29.384283,58.55904,44.190864,43.750734,0.959194,0.999878,0.997691,0.997689,84.46564,100,99.544781,99.530331
23,3,11.68043258,29.416456,58.423754,44.190571,43.7557,0.95996,0.999874,0.997701,0.997699,84.890367,100,99.545753,99.531556
23.5,3,11.468184,29.389831,58.393478,44.177219,43.754935,0.965312,0.999862,0.997718,0.997716,88.041235,100,99.537949,99.523965
24,3,11.34170263,29.390665,58.329779,44.166418,43.751272,0.964974,0.999858,0.997728,0.997726,87.765708,100,99.529157,99.514831
24.5,3,10.99077029,29.455288,58.286386,44.108062,43.707271,0.969923,0.999855,0.99773,0.997729,90.444514,100,99.510078,99.495315
25,3,10.79029361,29.744046,58.228509,44.067539,43.674159,0.973658,0.999845,0.997727,0.997725,90.635329,100,99.502296,99.487554
25.5,3,10.32671804,29.708221,58.06213,43.957281,43.574546,0.981897,0.999834,0.997695,0.997694,90.633055,100,99.477222,99.461636
26,3,10.1528465,29.851719,58.059574,43.911673,43.532249,0.98243,0.999829,0.997679,0.997678,90.585626,100,99.466906,99.451003
26.5,3,9.647032386,30.134292,58.028165,43.763619,43.390475,0.983196,0.999807,0.997612,0.997611,90.72786,100,99.432706,99.415771
27,3,9.398753503,30.245797,57.95762,43.685144,43.312836,0.98366,0.999798,0.997567,0.997566,90.903661,100,99.413986,99.39642
27.5,3,8.853250773,30.395983,57.788038,43.492997,43.11556,0.984983,0.99979,0.997431,0.99743,90.558421,100,99.365953,99.346777
28,3,8.59552271,30.476155,57.868953,43.395757,43.015435,0.986061,0.999784,0.997358,0.997357,90.430697,100,99.340444,99.320432
28.5,3,8.055174814,30.552191,57.736169,43.178942,42.788474,0.986679,0.999758,0.997174,0.997172,89.961656,100,99.273986,99.251657
29,3,7.789318503,30.637222,57.734467,43.064128,42.668673,0.986922,0.999746,0.997072,0.99707,89.519464,100,99.234374,99.210666
29.5,3,7.294705998,30.724517,57.695377,42.835281,42.428161,0.987031,0.99972,0.996855,0.996853,89.14588,100,99.146417,99.11973
30,3,7.10762867,30.611056,57.583089,42.745722,42.334188,0.986918,0.999711,0.996766,0.996765,88.889666,100,99.110365,99.082339
30.5,3,6.665656029,30.393172,57.489721,42.515639,42.092215,0.986203,0.999694,0.996523,0.996521,88.159063,100,98.994612,98.96241
31,3,6.474386495,30.240431,57.473524,42.409695,41.980776,0.985705,0.999681,0.996405,0.996403,87.885118,100,98.939105,98.904732
31.5,3,6.077468192,29.9854,57.418765,42.179342,41.738468,0.984558,0.999654,0.996133,0.99613,87.509219,100,98.794711,98.755086
32,3,5.892902066,29.895329,57.420704,42.063264,41.617417,0.983994,0.999625,0.995992,0.995989,86.995776,100,98.71168,98.668945
32.5,3,5.533031397,29.603441,57.285599,41.82807,41.369851,0.982652,0.999603,0.995681,0.995677,86.530993,100,98.519876,98.47002
33,3,5.359182652,29.563627,57.158956,41.707045,41.243572,0.982092,0.999593,0.995516,0.995512,85.980728,100,98.410293,98.356154
33.5,3,5.036567148,29.498705,57.100181,41.467812,40.993244,0.98063,0.999559,0.995169,0.995165,85.237829,100,98.166382,98.102501
34,3,4.899868,29.117754,56.992643,41.35829,40.878394,0.980229,0.999546,0.995001,0.994997,84.984487,100,98.042334,97.973239
34.5,3,4.608796039,28.874182,56.795147,41.115555,40.623989,0.978439,0.999547,0.994609,0.994604,83.798795,100,97.740935,97.65827
35,3,4.466479811,28.796094,56.790514,40.988008,40.490688,0.977688,0.999524,0.994394,0.994387,83.411227,100,97.573731,97.483541
35.5,3,4.202882886,28.50561,56.629288,40.742082,40.233159,0.976102,0.999486,0.993952,0.993944,82.0665,100,97.207749,97.099406
36,3,4.091996397,28.393137,56.548508,40.63074,40.117054,0.974919,0.999475,0.993743,0.993735,81.65982,100,97.035151,96.918346
36.5,3,3.853502238,28.181876,56.412518,40.384165,39.858661,0.973033,0.999446,0.993242,0.993232,80.446453,100,96.607037,96.466798
37,3,3.742065923,28.268507,56.404911,40.257935,39.726717,0.972108,0.999418,0.992978,0.992967,79.833204,100,96.37706,96.224578
37.5,3,3.522338155,27.729335,56.183097,40.000091,39.456304,0.96991,0.999372,0.992397,0.992384,78.464659,100,95.867034,95.683412
38,3,3.423835101,27.622262,56.069661,39.879556,39.330497,0.96892,0.999353,0.992113,0.992099,78.001644,100,95.616827,95.417578
38.5,3,3.22383872,27.596856,55.87468,39.618593,39.058193,0.966247,0.999322,0.991463,0.991446,76.627734,100,95.029675,94.793446
39,3,3.135175983,27.319495,55.855611,39.498054,38.933623,0.965221,0.999312,0.99115,0.991132,75.635666,100,94.74905,94.494078
39.5,3,2.954102986,27.010537,55.729121,39.235677,38.658334,0.962249,0.999259,0.990411,0.99039,74.496866,100,94.081935,93.780232
40,3,2.875805547,26.937816,55.545736,39.114675,38.533507,0.961282,0.999261,0.990062,0.990038,74.044982,100,93.764828,93.441901
40.5,3,2.710783457,26.675175,55.409456,38.853344,38.260703,0.958141,0.999179,0.989244,0.989216,72.71292,100,93.019202,92.642776
41,3,2.635840638,26.798781,55.357688,38.726355,38.129602,0.957435,0.999165,0.988834,0.988804,72.096862,100,92.640492,92.238442
41.5,3,2.482514815,26.275728,55.165186,38.453622,37.844283,0.954196,0.999139,0.987879,0.987843,69.979847,100,91.776815,91.308934
42,3,2.415866496,26.168662,55.093341,38.327765,37.713301,0.951976,0.999104,0.987416,0.987377,69.264574,100,91.362242,90.863372
42.5,3,2.278680609,26.170529,54.864247,38.060058,37.43531,0.94868,0.999047,0.986377,0.98633,67.625981,100,90.425682,89.853402
43,3,2.221105955,26.05342,54.843565,37.940884,37.312525,0.946396,0.99903,0.985898,0.985848,66.503156,100,89.988496,89.385378
43.5,3,2.095432412,25.486095,54.710406,37.671974,37.031966,0.942364,0.998991,0.984718,0.984658,64.990188,100,88.966085,88.275362
44,3,2.03730316,25.391827,54.615984,37.538526,36.894127,0.940195,0.998926,0.984123,0.984058,64.23373,100,88.431367,87.704071
44.5,3,1.921819863,25.467459,54.461532,37.267032,36.612435,0.93507,0.998869,0.982811,0.982734,61.847033,100,87.28714,86.468167
45,3,1.871092956,24.981952,54.350387,37.14168,36.48318,0.933548,0.99883,0.982175,0.982092,60.964842,100,86.747477,85.885598
45.5,3,1.766684,24.742599,54.22426,36.866696,36.198416,0.929016,0.998723,0.980691,0.980593,59.694862,100,85.499855,84.537062
46,3,1.7187023,24.661483,54.149251,36.739549,36.068614,0.927099,0.99872,0.979992,0.979887,58.525911,100,84.919231,83.913161
46.5,3,1.621881274,24.364591,54.006908,36.459871,35.778886,0.921612,0.998641,0.978324,0.9782,57.207693,100,83.562927,82.442855
47,3,1.580543854,24.268277,53.880693,36.340912,35.656383,0.917984,0.998644,0.977588,0.977455,55.737341,100,82.969203,81.800127
47.5,3,1.490992956,24.013676,53.781137,36.059394,35.366222,0.910846,0.998535,0.975727,0.975571,53.574828,100,81.521514,80.234965
48,3,1.452185399,23.919025,53.674817,35.932562,35.23573,0.908757,0.998547,0.974849,0.974681,52.845774,100,80.855144,79.513438
48.5,3,1.370524292,23.617191,53.46636,35.659745,34.955201,0.90128,0.99837,0.972842,0.972644,50.603776,100,79.374443,77.898591
49,3,1.335667692,23.579882,53.464707,35.532625,34.824683,0.898461,0.998319,0.971881,0.97167,49.790195,100,78.679988,77.150346
49.5,3,1.25977868,23.306072,53.226398,35.253025,34.53621,0.892902,0.998265,0.96961,0.969363,47.133233,100,77.081161,75.403952
50,3,1.226012648,23.198845,53.107163,35.121753,34.402732,0.889474,0.998213,0.968526,0.968262,46.188306,100,76.3432,74.610295
50.5,3,1.156906211,22.942999,52.980347,34.846995,34.119687,0.882218,0.998103,0.966056,0.965748,44.4102,100,74.711235,72.823522
51,3,1.127063782,22.851808,52.87256,34.718719,33.987928,0.879315,0.998006,0.964851,0.964521,42.711917,100,73.937614,71.976486
1,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
1.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
2,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
2.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
3,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
3.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
4,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
4.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
5.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
6,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
6.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
7,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
7.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
8,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
8.5,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
9,4,11.96927637,29.605784,58.546922,44.157967,43.696411,0.965964,0.99988,0.99762,0.997618,87.531973,100,99.481313,99.463104
9.5,4,11.96719539,29.605784,58.546922,44.159432,43.698356,0.965964,0.999881,0.997623,0.997621,87.368283,100,99.482363,99.464283
10,4,11.96719539,29.605784,58.546922,44.159432,43.698356,0.965964,0.999881,0.997623,0.997621,87.368283,100,99.482363,99.464283
10.5,4,11.96966478,29.605784,58.546922,44.158105,43.696335,0.965964,0.999868,0.997619,0.997617,87.478316,100,99.480652,99.46251
11,4,11.96746781,29.605784,58.546922,44.159556,43.698134,0.965964,0.999869,0.997622,0.99762,87.532237,100,99.482344,99.464184
11.5,4,11.96723261,29.605784,58.512369,44.160156,43.699114,0.965964,0.999868,0.997624,0.997622,87.479215,100,99.484301,99.46643
12,4,11.97051272,29.605784,58.566512,44.158027,43.696787,0.965964,0.999869,0.997621,0.997619,87.180432,100,99.482027,99.46394
12.5,4,11.96717206,29.605784,58.547129,44.156639,43.694323,0.965964,0.999865,0.997618,0.997616,87.513038,100,99.477306,99.458776
13,4,11.96616879,29.605784,58.531069,44.158029,43.695868,0.965964,0.999868,0.99762,0.997618,87.432434,100,99.483426,99.465491
13.5,4,11.96981379,29.583043,58.539989,44.159668,43.698086,0.961372,0.999867,0.997621,0.997619,85.386731,100,99.4808,99.46227
14,4,11.96352255,29.629632,58.559687,44.156237,43.693486,0.96104,0.999884,0.997617,0.997615,85.48122,100,99.479098,99.460647
14.5,4,11.96840754,29.635365,58.537114,44.159515,43.697806,0.961832,0.999883,0.997619,0.997617,85.813057,100,99.483546,99.465398
15,4,11.96849823,29.570741,58.537045,44.161523,43.700162,0.965699,0.999869,0.997621,0.997619,87.582933,100,99.484282,99.466364
15.5,4,11.97103876,29.615838,58.54114,44.164696,43.703477,0.96572,0.999881,0.997625,0.997623,87.393954,100,99.485443,99.467408
16,4,11.97034043,29.617784,58.545769,44.165222,43.704167,0.965573,0.999879,0.997626,0.997624,87.41804,100,99.487615,99.469565
16.5,4,11.96718401,29.622676,58.531092,44.164084,43.702292,0.960888,0.99987,0.997622,0.99762,85.597021,100,99.489943,99.47202
17,4,11.97029728,29.579179,58.543074,44.166862,43.70565,0.966049,0.99988,0.997626,0.997624,87.617348,100,99.491213,99.473583
17.5,4,11.97122608,29.558545,58.531827,44.169817,43.709694,0.965612,0.99988,0.99763,0.997628,87.68372,100,99.495372,99.477917
18,4,11.97011544,29.619488,58.531666,44.171519,43.711162,0.965914,0.99987,0.997631,0.997629,87.339065,100,99.498432,99.481221
18.5,4,11.9692588,29.644392,58.548466,44.176041,43.716447,0.960931,0.999868,0.997635,0.997633,85.693027,100,99.503537,99.486496
19,4,11.96579416,29.595505,58.539713,44.177984,43.718989,0.965967,0.999881,0.99764,0.997638,87.65166,100,99.510516,99.494167
19.5,4,11.96335919,29.404247,58.551119,44.183041,43.724352,0.961323,0.999883,0.997643,0.997641,85.639301,100,99.511596,99.494984
20,4,11.96464277,29.608308,58.533183,44.187125,43.730071,0.965584,0.99988,0.997652,0.99765,87.484589,100,99.522655,99.507038
20.5,4,11.96048032,29.546118,58.581054,44.195356,43.740176,0.965794,0.999884,0.997663,0.997662,87.370077,100,99.531881,99.516695
21,4,11.95504868,29.525426,58.530174,44.202345,43.749237,0.965738,0.999888,0.997671,0.99767,87.745991,100,99.53712,99.522326
21.5,4,11.92373098,29.574802,58.54547,44.211911,43.762449,0.965892,0.999892,0.997686,0.997684,87.611774,100,99.547444,99.533254
22,4,11.87641453,29.620939,58.556521,44.217197,43.771952,0.961165,0.999884,0.997697,0.997695,85.358145,100,99.546835,99.532224
22.5,4,11.76536462,29.549453,58.553565,44.222404,43.784767,0.966337,0.999879,0.997713,0.997712,87.87376,100,99.546003,99.531875
23,4,11.6848443,29.623072,58.427968,44.220453,43.787651,0.96169,0.999874,0.997721,0.997719,86.019129,100,99.548834,99.53496
23.5,4,11.46586131,29.617806,58.419297,44.208612,43.789465,0.966041,0.999861,0.99774,0.997739,88.485688,100,99.54236,99.528697
24,4,11.34454375,29.557852,58.34368,44.200386,43.787964,0.965763,0.999861,0.997753,0.997751,88.379643,100,99.532585,99.518467
24.5,4,10.98799116,29.747181,58.25261,44.141498,43.743135,0.970574,0.999854,0.997754,0.997752,90.400598,100,99.514593,99.500105
25,4,10.77777718,29.730851,58.251102,44.098624,43.706808,0.973553,0.999849,0.997745,0.997744,90.618706,100,99.504863,99.490199
25.5,4,10.31693703,29.993038,58.0374,43.988615,43.608101,0.98326,0.999836,0.997719,0.997718,90.648074,100,99.481219,99.465863
26,4,10.14464082,29.961806,58.060089,43.943889,43.566747,0.983589,0.999829,0.997702,0.9977,90.691368,100,99.469042,99.453225
26.5,4,9.634831956,30.115802,57.997875,43.795143,43.423243,0.984387,0.99981,0.997634,0.997633,91.013072,100,99.436697,99.419923
27,4,9.390485581,30.388989,57.973305,43.719083,43.348825,0.984878,0.999798,0.997593,0.997592,90.90844,100,99.419732,99.402438
27.5,4,8.839846359,30.59494,57.802267,43.525344,43.149602,0.985878,0.999793,0.997455,0.997454,90.566295,100,99.37116,99.352224
28,4,8.580249235,30.709381,57.870255,43.427794,43.048838,0.987108,0.999786,0.997381,0.99738,90.574645,100,99.344046,99.324215
28.5,4,8.04019539,30.799191,57.762372,43.208682,42.81932,0.987583,0.999771,0.997197,0.997196,90.081937,100,99.280415,99.258369
29,4,7.774089029,30.888328,57.760987,43.09533,42.700799,0.987965,0.999761,0.997099,0.997097,89.589781,100,99.243125,99.219738
29.5,4,7.277610644,30.826026,57.71113,42.867573,42.461475,0.98765,0.999722,0.996884,0.996883,89.142025,100,99.152904,99.126385
30,4,7.0939266,30.802886,57.598607,42.777422,42.366923,0.987288,0.999719,0.996795,0.996793,89.006236,100,99.116963,99.089179
30.5,4,6.649422718,30.49773,57.534638,42.548008,42.125452,0.986237,0.999698,0.996554,0.996552,88.195478,100,99.009377,98.977629
31,4,6.459743073,30.445364,57.515747,42.443191,42.015273,0.985791,0.999681,0.996439,0.996437,88.025866,100,98.953809,98.919998
31.5,4,6.061355152,30.218711,57.475559,42.210866,41.771034,0.984591,0.99966,0.996167,0.996164,87.523418,100,98.811411,98.772351
32,4,5.882553097,30.078686,57.473308,42.100905,41.655931,0.983983,0.999628,0.996033,0.99603,87.14889,100,98.732822,98.690877
32.5,4,5.523526834,29.816542,57.299379,41.862145,41.404864,0.982833,0.999604,0.995723,0.99572,86.44666,100,98.542717,98.493666
33,4,5.350275841,29.737234,57.240254,41.742981,41.280691,0.982099,0.999595,0.995562,0.995559,86.012226,100,98.435321,98.381935
33.5,4,5.02593929,29.517166,57.156697,41.503081,41.028964,0.980951,0.999585,0.995214,0.99521,84.989759,100,98.192452,98.129167
34,4,4.890741888,29.380088,57.065185,41.394481,40.915602,0.980349,0.999542,0.995052,0.995047,84.731925,100,98.074223,98.006311
34.5,4,4.60066666,29.156709,56.879375,41.153277,40.662265,0.978506,0.99955,0.994663,0.994657,83.867194,100,97.775386,97.694346
35,4,4.461933083,29.065084,56.883302,41.029038,40.532974,0.977955,0.999528,0.994458,0.994452,83.22647,100,97.615343,97.526945
35.5,4,4.193539946,28.742093,56.755933,40.778098,40.269797,0.976337,0.999479,0.994013,0.994005,82.146143,100,97.253409,97.147368
36,4,4.086122481,28.682085,56.650431,40.670373,40.157734,0.975148,0.99946,0.993811,0.993803,81.69924,100,97.085934,96.971664
36.5,4,3.847651542,28.445276,56.493729,40.423228,39.898786,0.973163,0.999427,0.993316,0.993306,80.550237,100,96.663063,96.526271
37,4,3.733401739,28.304098,56.434457,40.294799,39.763924,0.972006,0.999422,0.993045,0.993034,79.589262,100,96.425141,96.274996
37.5,4,3.515002714,28.05291,56.259983,40.038927,39.496028,0.969985,0.999391,0.992477,0.992464,78.605467,100,95.929771,95.750255
38,4,3.417729726,27.882925,56.165092,39.918301,39.370444,0.968916,0.999387,0.992193,0.992179,77.952123,100,95.685191,95.490047
38.5,4,3.217913769,27.631643,55.993354,39.657663,39.097337,0.966135,0.999334,0.991544,0.991527,76.81377,100,95.09986,94.867432
39,4,3.128974582,27.49543,55.92223,39.534072,38.970531,0.965465,0.999305,0.991235,0.991217,75.840214,100,94.817739,94.566728
39.5,4,2.947365684,27.288434,55.753065,39.272644,38.696976,0.962353,0.999264,0.99051,0.990488,74.858649,100,94.157226,93.862529
40,4,2.870781728,27.187109,55.615919,39.156699,38.576767,0.961387,0.999238,0.990173,0.99015,73.991267,100,93.855961,93.539755
40.5,4,2.704886462,26.905729,55.544604,38.889865,38.29805,0.958576,0.999215,0.989346,0.989319,72.950083,100,93.109187,92.739692
41,4,2.63014036,26.817287,55.487447,38.7634,38.167039,0.957414,0.99919,0.988945,0.988915,72.186316,100,92.739045,92.343668
41.5,4,2.478852573,26.584612,55.290415,38.495239,37.887237,0.954179,0.999133,0.988009,0.987973,70.514029,100,91.89658,91.436673
42,4,2.412633313,26.435724,55.224661,38.367329,37.754518,0.952198,0.999123,0.987549,0.98751,69.084291,100,91.483778,90.993022
42.5,4,2.275104744,26.209967,55.015483,38.101381,37.476686,0.949448,0.999044,0.986515,0.986469,68.043008,100,90.55119,89.987825
43,4,2.216939973,26.093063,54.990664,37.984437,37.356284,0.947664,0.999041,0.986046,0.985996,66.185212,100,90.129925,89.534873
43.5,4,2.092591568,25.824711,54.743807,37.715316,37.076726,0.94345,0.998959,0.98489,0.984831,65.361369,100,89.107789,88.431807
44,4,2.033715738,25.741227,54.676645,37.581548,36.937971,0.942158,0.998956,0.98429,0.984227,64.279819,100,88.576678,87.859507
44.5,4,1.91999816,25.49449,54.518637,37.314311,36.659854,0.936661,0.998854,0.982999,0.982923,62.092584,100,87.467926,86.662154
45,4,1.868819397,25.321628,54.407568,37.185192,36.527359,0.93505,0.998834,0.982362,0.982281,60.863651,100,86.911155,86.062984
45.5,4,1.764582631,25.099115,54.313655,36.909321,36.241687,0.929893,0.998746,0.980902,0.980806,59.609443,100,85.667878,84.719386
46,4,1.717226355,24.99197,54.212527,36.783296,36.112174,0.92737,0.998715,0.980197,0.980093,58.255835,100,85.085292,84.087483
46.5,4,1.62023268,24.641507,54.034083,36.506056,35.825167,0.922981,0.998664,0.978562,0.97844,56.301211,100,83.76784,82.661211
47,4,1.577954579,24.529267,53.995012,36.382178,35.697746,0.918136,0.998647,0.977802,0.977672,56.025645,100,83.153692,82.000849
47.5,4,1.491804141,24.297569,53.802136,36.114865,35.422343,0.91554,0.998578,0.976054,0.975902,54.001481,100,81.794834,80.528254
48,4,1.451935456,24.163206,53.811476,35.980207,35.284829,0.912252,0.998513,0.975148,0.974983,52.693033,100,81.087622,79.768904
48.5,4,1.370198292,23.963755,53.590616,35.704905,35.000014,0.904446,0.99844,0.973138,0.972945,50.959987,100,79.600006,78.148346
49,4,1.334555247,23.807551,53.514833,35.576734,34.868924,0.901662,0.998425,0.972173,0.971966,49.743168,100,78.89584,77.388471
49.5,4,1.25844718,23.559703,53.293625,35.29751,34.581235,0.893116,0.998292,0.969902,0.969659,45.643962,100,77.309212,75.651776
50,4,1.225564291,23.414855,53.220519,35.170473,34.451256,0.889383,0.998246,0.968849,0.968588,46.867864,100,76.57881,74.859977
50.5,4,1.157571219,23.223764,53.127989,34.892739,34.166001,0.882633,0.998128,0.966417,0.966115,44.043141,100,74.96088,73.104125
51,4,1.126450692,23.026403,53.037675,34.76354,34.033285,0.88007,0.99805,0.965202,0.964877,42.394984,100,74.184502,72.24713
1,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
1.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
2,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
2.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
3,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
3.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
4,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
4.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
5.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
6,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
6.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
7,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
7.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
8,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
8.5,5,11.96728495,29.474112,58.523291,44.180758,43.722878,0.961036,0.999868,0.997643,0.997641,85.625675,100,99.495558,99.478084
9,5,11.96719472,29.474112,58.523291,44.179959,43.721959,0.961036,0.999867,0.997641,0.997639,85.625675,100,99.49306,99.475434
9.5,5,11.96590362,29.474112,58.523291,44.179392,43.721371,0.961036,0.999868,0.997642,0.99764,85.625675,100,99.494345,99.476974
10,5,11.96549912,29.474112,58.523291,44.178726,43.720602,0.961036,0.999879,0.997642,0.99764,85.625675,100,99.492543,99.474766
10.5,5,11.96651211,29.474112,58.523291,44.180401,43.722855,0.961036,0.999869,0.997644,0.997642,85.625675,100,99.494911,99.477544
11,5,11.96609754,29.474112,58.523291,44.177439,43.717448,0.961036,0.999869,0.997634,0.997632,85.625675,100,99.484906,99.46663
11.5,5,11.96496559,29.474112,58.54683,44.17847,43.7208,0.961036,0.999867,0.997642,0.99764,85.625675,100,99.495158,99.478022
12,5,11.96748676,29.474112,58.537321,44.17785,43.718806,0.961036,0.999867,0.997638,0.997636,85.625675,100,99.487504,99.469464
12.5,5,11.9657134,29.474112,58.534906,44.177811,43.719167,0.961036,0.999869,0.99764,0.997638,85.625675,100,99.489698,99.47183
13,5,11.96446178,29.474112,58.534424,44.179691,43.721127,0.961036,0.999883,0.997641,0.997639,85.625675,100,99.491289,99.473544
13.5,5,11.97257122,29.650662,58.52391,44.178931,43.720029,0.961499,0.999879,0.99764,0.997638,85.590877,100,99.491333,99.473642
14,5,11.96987306,29.647304,58.54759,44.180035,43.722047,0.961088,0.999868,0.997642,0.99764,85.565935,100,99.493899,99.476369
14.5,5,11.97204716,29.636241,58.574253,44.179273,43.719856,0.961279,0.999867,0.997637,0.997635,85.726945,100,99.486031,99.467946
15,5,11.97062084,29.510304,58.545239,44.180933,43.722653,0.961011,0.999868,0.997642,0.99764,85.269537,100,99.494263,99.476718
15.5,5,11.97038054,29.643947,58.546115,44.184313,43.726851,0.961455,0.999869,0.997647,0.997645,85.702203,100,99.499972,99.48265
16,5,11.96806461,29.623445,58.528658,44.182524,43.724083,0.961277,0.999869,0.997644,0.997642,85.549128,100,99.494751,99.47699
16.5,5,11.96599477,29.561425,58.534171,44.184154,43.726658,0.961592,0.999879,0.997646,0.997644,86.038062,100,99.50053,99.483471
17,5,11.96637297,29.66045,58.488948,44.186133,43.72832,0.96159,0.99987,0.997646,0.997644,85.778443,100,99.501742,99.484718
17.5,5,11.96706222,29.601409,58.543604,44.183941,43.724338,0.961008,0.999869,0.99764,0.997638,85.620152,100,99.492754,99.474893
18,5,11.96790101,29.6547,58.530656,44.188406,43.729728,0.961017,0.999869,0.997642,0.99764,85.499945,100,99.500017,99.482765
18.5,5,11.96559635,29.491595,58.535021,44.1916,43.73352,0.961286,0.999879,0.997646,0.997644,85.534064,100,99.503103,99.485978
19,5,11.96536114,29.639175,58.527534,44.192801,43.73551,0.961829,0.999881,0.997651,0.997649,85.770987,100,99.507212,99.49055
19.5,5,11.96433719,29.654708,58.549066,44.200412,43.744625,0.965754,0.999883,0.99766,0.997658,87.702355,100,99.517406,99.501546
20,5,11.96452094,29.623142,58.532356,44.205995,43.751823,0.966128,0.999881,0.99767,0.997668,87.660335,100,99.525851,99.510452
20.5,5,11.9610422,29.613316,58.539552,44.213714,43.76077,0.961485,0.999885,0.997677,0.997675,85.654892,100,99.534244,99.519065
21,5,11.95685406,29.513784,58.543212,44.219564,43.767751,0.961179,0.999886,0.997683,0.997681,85.849889,100,99.537957,99.522965
21.5,5,11.93233338,29.647137,58.553357,44.231109,43.783888,0.961859,0.999892,0.997702,0.997701,85.611152,100,99.547334,99.532816
22,5,11.87508936,29.595613,58.531666,44.235184,43.79186,0.961339,0.999887,0.997709,0.997707,85.460283,100,99.547948,99.533671
22.5,5,11.76260029,29.664924,58.565586,44.239728,43.80417,0.966167,0.999879,0.997727,0.997725,88.123087,100,99.550088,99.536133
23,5,11.68623751,29.5575,58.426825,44.237972,43.807265,0.961623,0.999873,0.997734,0.997732,85.909456,100,99.54982,99.536008
23.5,5,11.46818378,29.467356,58.390809,44.224413,43.806323,0.961386,0.999863,0.99775,0.997749,85.746957,100,99.542288,99.528381
24,5,11.33959461,29.652123,58.333003,44.215372,43.805127,0.965677,0.999859,0.997766,0.997764,88.56052,100,99.535291,99.521325
24.5,5,10.98115338,29.748024,58.234661,44.15723,43.760827,0.970523,0.999855,0.997766,0.997765,90.712461,100,99.515937,99.501545
25,5,10.77898752,29.770945,58.255691,44.116562,43.726762,0.973837,0.99985,0.99776,0.997759,90.645473,100,99.506516,99.491888
25.5,5,10.31359782,29.979481,58.040065,44.005671,43.626828,0.983184,0.999837,0.997731,0.99773,90.848369,100,99.48336,99.468059
26,5,10.13737387,30.008101,58.056073,43.95972,43.584274,0.98373,0.999829,0.997714,0.997713,90.669275,100,99.472109,99.456409
26.5,5,9.627206881,30.156011,58.011098,43.811344,43.440752,0.984178,0.999811,0.997646,0.997645,91.016463,100,99.439216,99.422512
27,5,9.381890421,30.431398,57.951747,43.736416,43.36743,0.984509,0.999798,0.997605,0.997605,90.868831,100,99.421543,99.404253
27.5,5,8.833263964,30.629038,57.873925,43.541968,43.167198,0.985579,0.999789,0.997468,0.997467,90.634235,100,99.374309,99.35547
28,5,8.567812963,30.747114,57.866075,43.442599,43.064815,0.986944,0.999785,0.997393,0.997392,90.512364,100,99.347249,99.32748
28.5,5,8.036453343,30.835661,57.76345,43.228579,42.840267,0.987629,0.999762,0.997214,0.997213,90.213419,100,99.286364,99.264563
29,5,7.762942093,30.899856,57.757661,43.10962,42.716182,0.987987,0.999759,0.997111,0.99711,89.757787,100,99.246142,99.222889
29.5,5,7.269574781,30.883982,57.698371,42.883634,42.478812,0.987855,0.999724,0.996901,0.996899,89.154909,100,99.158584,99.132282
30,5,7.084463778,30.812763,57.634608,42.79249,42.383316,0.987483,0.99972,0.996812,0.99681,89.073211,100,99.122671,99.095121
30.5,5,6.64462647,30.581714,57.535862,42.566499,42.145416,0.986346,0.999696,0.996575,0.996573,88.359173,100,99.016383,98.984903
31,5,6.455120076,30.497563,57.458106,42.463001,42.036589,0.985894,0.999679,0.996461,0.996459,88.027895,100,98.960779,98.927209
31.5,5,6.056142002,30.177565,57.452566,42.229737,41.791171,0.984742,0.999658,0.996191,0.996188,87.374754,100,98.820992,98.782298
32,5,5.873665158,30.103027,57.395505,42.116756,41.673203,0.984295,0.999631,0.996054,0.996051,87.108206,100,98.743725,98.702116
32.5,5,5.51599411,29.874154,57.339864,41.879277,41.423674,0.98291,0.999609,0.995748,0.995745,86.671041,100,98.553959,98.505407
33,5,5.341096749,29.752296,57.246452,41.758726,41.29778,0.982258,0.999595,0.995587,0.995583,86.258148,100,98.450534,98.398004
33.5,5,5.021883577,29.542043,57.135028,41.5209,41.048131,0.98101,0.999562,0.995245,0.995241,85.284475,100,98.208106,98.145802
34,5,4.886208024,29.431079,57.056378,41.41491,40.937743,0.980598,0.999561,0.995087,0.995082,85.022824,100,98.092602,98.025679
34.5,5,4.5942514,29.168224,56.898808,41.169716,40.679857,0.97866,0.999546,0.994693,0.994687,83.792675,100,97.793408,97.713112
35,5,4.454185722,29.056664,56.851049,41.044831,40.549812,0.978231,0.999516,0.99449,0.994483,83.188648,100,97.632017,97.544591
35.5,5,4.190434986,28.756947,56.760789,40.798338,40.290885,0.976509,0.999512,0.99405,0.994043,82.148917,100,97.270706,97.16536
36,5,4.081351822,28.695408,56.643957,40.688705,40.176611,0.975447,0.999468,0.993848,0.99384,81.347055,100,97.103421,96.989624
36.5,5,3.844008703,28.448454,56.497696,40.439738,39.916127,0.973609,0.999455,0.993355,0.993346,80.381324,100,96.684508,96.548737
37,5,3.730480385,28.297575,56.424591,40.312302,39.783269,0.97256,0.999433,0.993091,0.99308,80.011756,100,96.45345,96.305384
37.5,5,3.511912386,28.061675,56.267736,40.054584,39.513008,0.970489,0.999386,0.992522,0.99251,78.548232,100,95.957652,95.779812
38,5,3.415763048,27.910998,56.112203,39.937894,39.391528,0.969656,0.999375,0.992249,0.992236,78.004894,100,95.713648,95.520848
38.5,5,3.213782812,27.697031,55.986932,39.673651,39.114884,0.966928,0.999332,0.991596,0.99158,76.509322,100,95.130036,94.900125
39,5,3.126968603,27.590697,55.935588,39.550977,38.988195,0.965886,0.999308,0.991286,0.991269,76.009033,100,94.845183,94.597413
39.5,5,2.94841628,27.290153,55.746395,39.292646,38.718122,0.962669,0.999272,0.990574,0.990553,74.734248,100,94.197799,93.90558
40,5,2.868605468,27.194647,55.628072,39.17303,38.593698,0.962099,0.999266,0.990231,0.990208,74.302101,100,93.88807,93.575196
40.5,5,2.704126913,26.924093,55.523607,38.907392,38.316507,0.959513,0.999194,0.989412,0.989385,72.836901,100,93.142141,92.775259
41,5,2.62936003,26.832003,55.475578,38.78013,38.184134,0.958255,0.999181,0.989004,0.988975,71.906179,100,92.767154,92.373231
41.5,5,2.478722653,26.538392,55.267325,38.51283,37.905383,0.954435,0.999138,0.988077,0.988042,70.480238,100,91.932497,91.474765
42,5,2.411320333,26.433201,55.222763,38.385121,37.773207,0.95318,0.999104,0.987625,0.987588,69.426885,100,91.527514,91.040645
42.5,5,2.277685324,26.201543,55.011437,38.120701,37.496376,0.949914,0.999071,0.986595,0.98655,67.923201,100,90.595087,90.033915
43,5,2.218160886,26.093692,54.977035,38.003038,37.375847,0.948146,0.999033,0.986126,0.986077,66.210141,100,90.18118,89.586751
43.5,5,2.093757063,25.825729,54.738318,37.731227,37.092692,0.944872,0.998942,0.984968,0.98491,65.420481,100,89.148371,88.475125
44,5,2.036979492,25.733861,54.685314,37.600245,36.957509,0.943018,0.998937,0.98439,0.984327,64.23191,100,88.63824,87.925602
44.5,5,1.920394634,25.510517,54.546046,37.325277,36.671388,0.938357,0.998837,0.983062,0.982987,62.33692,100,87.493012,86.686568
45,5,1.871496958,25.337919,54.433612,37.200849,36.543408,0.936227,0.998818,0.982461,0.982381,61.116416,100,86.96195,86.117447
45.5,5,1.767378342,25.104887,54.309014,36.927642,36.260434,0.931659,0.998772,0.981005,0.98091,59.344157,100,85.728204,84.78378
46,5,1.719809692,24.98834,54.219798,36.796908,36.126423,0.929216,0.998732,0.980297,0.980195,58.253349,100,85.132861,84.14256
46.5,5,1.623796988,24.657909,54.035983,36.520464,35.839791,0.925235,0.998671,0.97867,0.978549,57.033783,100,83.804214,82.703729
47,5,1.581893908,24.539263,53.987818,36.396198,35.712334,0.920046,0.998674,0.977908,0.977779,56.587325,100,83.194816,82.04594
47.5,5,1.496018577,24.31453,53.902006,36.12448,35.431735,0.915101,0.998563,0.976129,0.975977,53.971683,100,81.812699,80.54696
48,5,1.455899383,24.201657,53.822032,35.99284,35.297133,0.913214,0.998489,0.975242,0.975078,52.333462,100,81.132283,79.811846
48.5,5,1.374590325,23.893972,53.667392,35.713532,35.00833,0.90536,0.998416,0.973207,0.973015,50.918494,100,79.622292,78.169839
49,5,1.339271372,23.777275,53.597719,35.58902,34.880221,0.904166,0.998421,0.972272,0.972067,48.286395,100,78.924526,77.407622
49.5,5,1.264177039,23.54867,53.29787,35.31006,34.593841,0.893759,0.998283,0.97003,0.969789,47.417223,100,77.349644,75.698383
50,5,1.23042313,23.440515,53.219113,35.177962,34.459183,0.892563,0.99822,0.968956,0.968699,46.579914,100,76.593695,74.882034
50.5,5,1.162509615,23.145522,53.038459,34.900048,34.172609,0.886688,0.998146,0.966487,0.966187,43.787781,100,74.953259,73.089237
51,5,1.131806591,23.0393,53.040904,34.769826,34.0389,0.881749,0.998099,0.965279,0.964957,42.895132,100,74.173375,72.233062
1,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
1.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
2,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
2.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
3,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
3.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
4,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
4.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
5.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
6,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
6.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
7,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
7.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
8,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
8.5,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
9,6,11.96986853,29.651141,58.538563,44.19061,43.731647,0.966244,0.999879,0.997642,0.99764,87.570894,100,99.482402,99.464166
9.5,6,11.96754115,29.651141,58.538563,44.190034,43.731089,0.966244,0.999868,0.997641,0.997639,87.60802,100,99.48257,99.464506
10,6,11.96754115,29.651141,58.538563,44.190034,43.731089,0.966244,0.999868,0.997641,0.997639,87.60802,100,99.48257,99.464506
10.5,6,11.96945396,29.651141,58.538563,44.189079,43.729906,0.966244,0.99988,0.99764,0.997638,87.538933,100,99.483119,99.465017
11,6,11.96900038,29.651141,58.538563,44.191125,43.732662,0.966244,0.999878,0.997643,0.997641,87.787776,100,99.487997,99.470463
11.5,6,11.96987726,29.651141,58.542038,44.191107,43.732654,0.966244,0.999881,0.997643,0.997641,87.509617,100,99.487144,99.469452
12,6,11.96946994,29.651141,58.5243,44.190488,43.73183,0.966244,0.999866,0.997641,0.997639,87.71084,100,99.488725,99.471224
12.5,6,11.96859323,29.651141,58.534975,44.193276,43.735341,0.966244,0.99988,0.997646,0.997644,87.628632,100,99.489686,99.472208
13,6,11.96929372,29.651141,58.557861,44.191679,43.732991,0.966244,0.999866,0.997642,0.99764,87.647518,100,99.485549,99.467765
13.5,6,11.96804132,29.669215,58.526157,44.193784,43.73655,0.965816,0.999864,0.99765,0.997649,87.356242,100,99.496468,99.479266
14,6,11.96981563,29.660346,58.537252,44.194235,43.735322,0.966132,0.999882,0.997644,0.997642,87.526914,100,99.487397,99.469633
14.5,6,11.96976579,29.455253,58.51548,44.191803,43.732244,0.95484,0.999881,0.997638,0.997636,82.061236,100,99.486846,99.468614
15,6,11.96398546,29.641245,58.55105,44.193621,43.734729,0.966006,0.99988,0.997645,0.997643,87.777222,100,99.492775,99.475435
15.5,6,11.97161941,29.620736,58.531161,44.197795,43.740535,0.965557,0.999882,0.997653,0.997651,87.388766,100,99.50056,99.483568
16,6,11.9673532,29.663561,58.525653,44.194947,43.73618,0.961068,0.99987,0.997644,0.997642,85.915841,100,99.488718,99.470687
16.5,6,11.96952362,29.664904,58.500609,44.198929,43.741671,0.966107,0.999879,0.997653,0.997652,87.441663,100,99.502308,99.485256
17,6,11.9690038,29.666185,58.535205,44.198826,43.740592,0.961071,0.999879,0.997647,0.997645,85.662285,100,99.493096,99.475381
17.5,6,11.9704355,29.550737,58.550519,44.202262,43.743492,0.965781,0.999879,0.997649,0.997647,87.669021,100,99.494711,99.477038
18,6,11.96858549,29.241662,58.529783,44.201794,43.743576,0.955456,0.999879,0.997648,0.997646,82.121453,100,99.499101,99.481257
18.5,6,11.96723897,29.426424,58.546092,44.205943,43.747923,0.949473,0.999868,0.997648,0.997646,79.326601,100,99.501327,99.483485
19,6,11.96758494,29.444979,58.503483,44.209271,43.752515,0.96532,0.999879,0.99766,0.997658,87.542183,100,99.511147,99.494805
19.5,6,11.96684126,29.655968,58.536585,44.216488,43.761528,0.965438,0.999882,0.997668,0.997666,87.559503,100,99.519852,99.504079
20,6,11.96426633,29.375397,58.531207,44.218664,43.763739,0.961111,0.999882,0.997668,0.997667,85.440283,100,99.522667,99.506853
20.5,6,11.96307009,29.663942,58.510837,44.228976,43.777589,0.96109,0.99988,0.997685,0.997684,85.598664,100,99.536321,99.521427
21,6,11.95539479,29.512085,58.52022,44.23397,43.78337,0.960808,0.999885,0.99769,0.997688,85.438633,100,99.535594,99.520572
21.5,6,11.9306469,29.365554,58.529554,44.241807,43.794147,0.95605,0.999893,0.9977,0.997698,82.843644,100,99.540389,99.525262
22,6,11.89139739,29.613237,58.548282,44.250074,43.807426,0.965607,0.999888,0.997717,0.997716,87.999317,100,99.549195,99.535174
22.5,6,11.78078279,29.619293,58.56774,44.258939,43.825096,0.965669,0.999882,0.997739,0.997737,88.149524,100,99.553496,99.539726
23,6,11.69124748,29.666576,58.433309,44.251892,43.821825,0.966156,0.999875,0.997742,0.99774,88.650979,100,99.550909,99.537321
23.5,6,11.4739428,29.650254,58.400581,44.242761,43.826334,0.961201,0.999864,0.997762,0.997761,85.414188,100,99.545547,99.531799
24,6,11.34594915,29.62871,58.332016,44.233358,43.824041,0.965734,0.999859,0.997773,0.997771,88.32833,100,99.536945,99.523054
24.5,6,10.9843662,29.666835,58.258667,44.174753,43.7785,0.955356,0.999854,0.997769,0.997768,82.079522,100,99.513984,99.498838
25,6,10.77093003,29.80414,58.156241,44.132285,43.743712,0.974168,0.999849,0.99777,0.997768,90.660194,100,99.510396,99.495935
25.5,6,10.30070541,29.981086,58.066151,44.020154,43.642337,0.981708,0.999834,0.99774,0.997739,90.695211,100,99.484625,99.46937
26,6,10.12299958,30.033067,58.061449,43.972929,43.597656,0.983544,0.99983,0.997721,0.99772,90.890341,100,99.474852,99.459323
26.5,6,9.617710518,30.069474,58.016093,43.828491,43.45837,0.98347,0.999816,0.997656,0.997655,91.119412,100,99.443611,99.427078
27,6,9.374649309,30.420085,57.95764,43.752786,43.384502,0.984602,0.9998,0.997616,0.997615,91.008825,100,99.425359,99.408241
27.5,6,8.815787192,30.648626,57.808972,43.556267,43.182189,0.985575,0.999792,0.997478,0.997477,90.717316,100,99.37854,99.359815
28,6,8.553246164,30.766877,57.885905,43.457622,43.080224,0.987025,0.999784,0.997404,0.997403,90.693892,100,99.354072,99.334577
28.5,6,8.021452855,30.613892,57.758468,43.241866,42.853177,0.986606,0.999762,0.997223,0.997222,90.160383,100,99.289905,99.268193
29,6,7.747475824,30.914482,57.765221,43.1253,42.732179,0.988015,0.99976,0.997124,0.997123,89.72555,100,99.250712,99.227627
29.5,6,7.258537408,30.91026,57.696855,42.901557,42.497084,0.98808,0.999725,0.996916,0.996915,89.380629,100,99.16944,99.143614
30,6,7.068145573,30.83795,57.65594,42.8078,42.398574,0.987526,0.999717,0.996825,0.996824,89.080757,100,99.128446,99.101165
30.5,6,6.63013944,30.600442,57.511222,42.581795,42.160756,0.986344,0.999695,0.99659,0.996588,88.391679,100,99.022211,98.990963
31,6,6.43929787,30.473139,57.526904,42.477139,42.051148,0.986005,0.999684,0.996477,0.996475,88.150039,100,98.969893,98.936682
31.5,6,6.046422839,30.256223,57.466042,42.246225,41.80819,0.984633,0.999655,0.996209,0.996206,87.560857,100,98.835125,98.796973
32,6,5.863707256,30.154283,57.466922,42.132861,41.689308,0.984293,0.999636,0.996072,0.996069,87.140071,100,98.756733,98.715772
32.5,6,5.506638164,29.937937,57.373599,41.898466,41.442885,0.98324,0.999609,0.995771,0.995767,86.680163,100,98.572421,98.524593
33,6,5.332605567,29.774341,57.258822,41.776924,41.316242,0.982543,0.999592,0.99561,0.995606,86.35099,100,98.468599,98.416714
33.5,6,5.008260746,29.537352,57.15504,41.536567,41.063869,0.981038,0.99959,0.995265,0.995261,85.360418,100,98.230865,98.169563
34,6,4.876209195,29.41135,57.065972,41.430838,40.953484,0.980524,0.999561,0.995109,0.995104,84.730996,100,98.115995,98.049856
34.5,6,4.584342377,29.187026,56.888601,41.185854,40.696274,0.9791,0.999542,0.994719,0.994714,83.762616,100,97.816571,97.73738
35,6,4.446578637,29.05847,56.862592,41.064436,40.569698,0.977973,0.99952,0.994517,0.994511,83.574325,100,97.661396,97.575252
35.5,6,4.18131732,28.781819,56.774975,40.815431,40.308559,0.976671,0.999486,0.99408,0.994072,82.184203,100,97.30511,97.201787
36,6,4.073165258,28.731996,56.67704,40.707117,40.195883,0.975498,0.999471,0.99388,0.993872,81.77081,100,97.139824,97.02807
36.5,6,3.835318612,28.462089,56.505353,40.458385,39.935043,0.974139,0.999443,0.993387,0.993378,80.381123,100,96.716044,96.582406
37,6,3.722119829,28.326373,56.488604,40.33149,39.802498,0.972969,0.999423,0.993125,0.993115,79.894187,100,96.490879,96.344441
37.5,6,3.505443194,28.08772,56.246038,40.076827,39.535652,0.970418,0.999372,0.992565,0.992552,78.58367,100,96.007375,95.832433
38,6,3.409292724,27.923044,56.204187,39.95772,39.411912,0.969573,0.999376,0.992291,0.992278,78.078387,100,95.764114,95.574466
38.5,6,3.209336846,27.703665,56.004918,39.695502,39.13737,0.966653,0.999334,0.991647,0.991631,76.690883,100,95.190562,94.96383
39,6,3.120581441,27.59341,55.930172,39.573498,39.011334,0.966253,0.999314,0.99134,0.991322,76.062355,100,94.912295,94.668323
39.5,6,2.939380361,27.30575,55.740533,39.311192,38.736242,0.963036,0.999272,0.990611,0.99059,74.675096,100,94.246897,93.956176
40,6,2.863132479,27.209851,55.639351,39.194171,38.615336,0.962485,0.999252,0.990283,0.990261,74.303303,100,93.946179,93.636014
40.5,6,2.698275121,26.931336,55.492921,38.929459,38.337955,0.959754,0.999201,0.989463,0.989436,72.953148,100,93.212234,92.848147
41,6,2.622402613,26.838652,55.488188,38.80277,38.207332,0.958393,0.999189,0.989063,0.989034,72.243131,100,92.844509,92.455605
41.5,6,2.474691716,26.62036,55.304824,38.536068,37.928656,0.955127,0.999126,0.988146,0.988112,70.160737,100,92.009218,91.555855
42,6,2.405408707,26.456901,55.241868,38.409054,37.797075,0.953904,0.999113,0.987697,0.98766,69.654574,100,91.601347,91.120052
42.5,6,2.27162183,26.242538,55.017282,38.142507,37.519483,0.949968,0.999068,0.98668,0.986635,68.206973,100,90.69305,90.141157
43,6,2.212916634,26.141213,54.971396,38.02086,37.393626,0.949024,0.99902,0.986183,0.986135,67.312767,100,90.255684,89.668325
43.5,6,2.08952955,25.91504,54.814941,37.755361,37.117112,0.944898,0.998954,0.98506,0.985003,65.367193,100,89.250406,88.584594
44,6,2.031143004,25.738369,54.695386,37.621943,36.979371,0.943415,0.998925,0.98447,0.984408,64.347307,100,88.725995,88.018849
44.5,6,1.916805763,25.220664,54.539693,37.349647,36.695617,0.938917,0.998829,0.983163,0.983089,62.670113,100,87.609028,86.813375
45,6,1.867636796,25.360517,54.437763,37.225707,36.56833,0.937,0.998795,0.982561,0.982482,61.129106,100,87.074144,86.233581
45.5,6,1.763753705,25.116891,54.282702,36.951003,36.284407,0.931932,0.998755,0.981113,0.981019,59.359211,100,85.858885,84.921163
46,6,1.714426933,24.98572,54.206066,36.819349,36.149489,0.929503,0.9987,0.980399,0.980298,58.441933,100,85.253018,84.270577
46.5,6,1.618753307,24.676049,54.034083,36.544007,35.863122,0.925826,0.998629,0.978765,0.978645,56.968261,100,83.929901,82.831638
47,6,1.577714567,24.562268,53.995238,36.41968,35.735658,0.920202,0.998617,0.978023,0.977895,56.403684,100,83.331689,82.193094
47.5,6,1.491251664,24.321644,53.902006,36.148782,35.455711,0.915776,0.998481,0.976245,0.976095,54.353802,100,81.941589,80.679854
48,6,1.451457658,24.223063,53.802136,36.017283,35.321434,0.913575,0.998522,0.975372,0.97521,52.876256,100,81.266526,79.95097
48.5,6,1.370342101,23.92283,53.641688,35.740239,35.035237,0.906711,0.998396,0.973356,0.973166,51.175095,100,79.769332,78.323179
49,6,1.335113237,23.789547,53.49519,35.612998,34.904788,0.904203,0.998373,0.972409,0.972206,50.010761,100,79.068187,77.570669
49.5,6,1.260215091,23.341663,53.282624,35.337167,34.619905,0.896335,0.99823,0.970184,0.969944,47.698999,100,77.514705,75.86589
50,6,1.227042498,23.45315,53.221898,35.204742,34.485486,0.89349,0.998205,0.969112,0.968856,45.729526,100,76.75632,75.051811
50.5,6,1.158389084,22.976483,53.033593,34.925441,34.198312,0.88746,0.998061,0.966669,0.966371,44.387515,100,75.143007,73.287023
51,6,1.128462857,22.893289,52.88362,34.799672,34.069626,0.881178,0.998054,0.965502,0.965182,43.197349,100,74.376121,72.449523
1,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
1.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
2,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
2.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
3,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
3.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
4,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
4.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
5.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
6,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
6.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
7,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
7.5,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
8,7,11.96775529,29.66581,58.542383,44.204528,43.747675,0.961408,0.999879,0.997655,0.997653,85.645958,100,99.495891,99.478681
8.5,7,11.96961262,29.66581,58.542383,44.204124,43.746594,0.961408,0.999878,0.997653,0.997651,85.645958,100,99.493595,99.476144
9,7,11.96961262,29.66581,58.542383,44.204124,43.746594,0.961408,0.999878,0.997653,0.997651,85.645958,100,99.493595,99.476144
9.5,7,11.96932196,29.66581,58.542383,44.20319,43.745121,0.961408,0.999866,0.997649,0.997647,85.645958,100,99.48609,99.467944
10,7,11.96932196,29.66581,58.542383,44.20319,43.745121,0.961408,0.999866,0.997649,0.997647,85.645958,100,99.48609,99.467944
10.5,7,11.96949966,29.66581,58.542383,44.202419,43.744414,0.961408,0.99988,0.997648,0.997646,85.645958,100,99.48685,99.468948
11,7,11.96798307,29.66581,58.542383,44.202306,43.744218,0.961408,0.999878,0.99765,0.997648,85.645958,100,99.489545,99.471777
11.5,7,11.96936925,29.66581,58.541117,44.204369,43.747833,0.961408,0.999881,0.997654,0.997652,85.645958,100,99.496756,99.479645
12,7,11.96704518,29.66581,58.540265,44.205027,43.748284,0.961408,0.99988,0.997655,0.997653,85.645958,100,99.495954,99.478701
12.5,7,11.96961721,29.66581,58.537252,44.203808,43.745551,0.961408,0.999868,0.997649,0.997647,85.645958,100,99.48418,99.465833
13,7,11.97036697,29.66581,58.508644,44.202965,43.744631,0.961408,0.999867,0.997648,0.997646,85.645958,100,99.487762,99.469776
13.5,7,11.96873881,29.659777,58.543903,44.204819,43.747701,0.961876,0.999879,0.997655,0.997653,86.115393,100,99.496749,99.47927
14,7,11.96938869,29.64126,58.530518,44.20461,43.746836,0.960799,0.999882,0.997652,0.99765,85.240382,100,99.493702,99.476292
14.5,7,11.96675361,29.712611,58.522534,44.203353,43.745395,0.961064,0.999881,0.997651,0.997649,85.989987,100,99.491404,99.473657
15,7,11.96509172,29.538606,58.542314,44.20448,43.746148,0.961226,0.99988,0.99765,0.997648,85.844267,100,99.494459,99.477172
15.5,7,11.96861599,29.622206,58.538379,44.206677,43.750489,0.965847,0.999879,0.99766,0.997658,87.668809,100,99.499876,99.482622
16,7,11.96735814,29.652585,58.544617,44.206085,43.749232,0.96112,0.999867,0.997657,0.997655,85.699316,100,99.50341,99.486459
16.5,7,11.96662641,29.62114,58.522924,44.206557,43.748617,0.965877,0.99988,0.997653,0.997651,87.645623,100,99.497396,99.4801
17,7,11.96642471,29.648092,58.519441,44.206183,43.748001,0.960832,0.999878,0.997651,0.99765,85.362639,100,99.495143,99.47743
17.5,7,11.96713149,29.667019,58.533596,44.212246,43.755063,0.966291,0.999882,0.997659,0.997657,87.743132,100,99.502824,99.485863
18,7,11.96856025,29.372709,58.53716,44.213159,43.755258,0.947937,0.999879,0.997653,0.997651,78.52933,100,99.498864,99.480689
18.5,7,11.96973151,29.463025,58.501156,44.21824,43.761989,0.964848,0.999867,0.997664,0.997662,87.513334,100,99.509297,99.492639
19,7,11.96799163,29.657282,58.533987,44.221395,43.766117,0.966363,0.999881,0.997669,0.997668,87.576835,100,99.516825,99.500939
19.5,7,11.96279643,29.673721,58.534079,44.225305,43.770795,0.961169,0.999883,0.997674,0.997672,85.854457,100,99.5204,99.504421
20,7,11.9641643,29.619146,58.53424,44.231633,43.779063,0.965832,0.999883,0.997682,0.99768,87.75944,100,99.528689,99.513352
20.5,7,11.95924644,29.65636,58.517083,44.238756,43.787587,0.961036,0.999881,0.997692,0.99769,85.599579,100,99.538922,99.52398
21,7,11.95532602,29.670389,58.514405,44.246605,43.796848,0.96139,0.999886,0.9977,0.997698,85.765277,100,99.53976,99.524847
21.5,7,11.9342656,29.272516,58.530863,44.254981,43.807889,0.948684,0.999894,0.997706,0.997704,79.18797,100,99.545369,99.530216
22,7,11.88590439,29.660859,58.491177,44.263138,43.822615,0.966039,0.999887,0.99773,0.997728,87.853899,100,99.554227,99.540386
22.5,7,11.77537851,29.38797,58.53739,44.264963,43.830361,0.948186,0.999881,0.997736,0.997734,78.685929,100,99.549187,99.534233
23,7,11.69306868,29.692905,58.430526,44.264699,43.836223,0.965947,0.999874,0.997753,0.997751,88.782213,100,99.557258,99.543901
23.5,7,11.46998485,29.694958,58.394791,44.254002,43.839211,0.965799,0.999861,0.997773,0.997772,88.61899,100,99.54971,99.536354
24,7,11.34173171,29.683424,58.350526,44.243239,43.835073,0.966019,0.999858,0.997783,0.997782,88.737657,100,99.54133,99.527665
24.5,7,10.9787312,29.792944,58.256359,44.186499,43.792343,0.971141,0.999853,0.997785,0.997784,90.566108,100,99.523116,99.508996
25,7,10.76939482,29.817151,58.151546,44.142651,43.754729,0.973749,0.999849,0.997778,0.997776,90.764958,100,99.51389,99.499555
25.5,7,10.30010106,29.988506,58.076109,44.032919,43.655877,0.98347,0.999837,0.997748,0.997747,90.633234,100,99.489653,99.474573
26,7,10.12346519,30.083973,58.065367,43.986201,43.612265,0.983805,0.999831,0.997731,0.99773,90.839186,100,99.479535,99.464178
26.5,7,9.616457444,30.202887,58.00261,43.841181,43.471944,0.984686,0.999808,0.997665,0.997665,90.92452,100,99.447554,99.431155
27,7,9.364787998,30.420144,57.967311,43.761565,43.39364,0.984574,0.999796,0.997622,0.997621,90.892385,100,99.42908,99.412086
27.5,7,8.806765446,30.641242,57.812065,43.565128,43.19192,0.986536,0.999787,0.997485,0.997484,90.721759,100,99.384203,99.365709
28,7,8.548562483,30.718002,57.801374,43.468199,43.091352,0.98712,0.999786,0.997412,0.997411,90.703417,100,99.360001,99.340769
28.5,7,8.015199854,30.874736,57.749654,43.253003,42.865471,0.987958,0.999762,0.997233,0.997231,90.250866,100,99.297136,99.275721
29,7,7.742142015,30.898492,57.779974,43.13593,42.74321,0.988034,0.999761,0.997132,0.997131,89.689481,100,99.257274,99.234468
29.5,7,7.253114146,30.900678,57.7094,42.910847,42.506734,0.987885,0.999723,0.996924,0.996922,89.202996,100,99.175462,99.149736
30,7,7.06627015,30.794886,57.661558,42.819969,42.411425,0.987651,0.999717,0.996835,0.996833,89.000862,100,99.135952,99.108892
30.5,7,6.630290177,30.586009,57.523042,42.594587,42.173973,0.986453,0.999696,0.996601,0.9966,88.3633,100,99.037264,99.006624
31,7,6.435619193,30.306827,57.458716,42.487481,42.061435,0.985897,0.999685,0.996485,0.996483,88.152875,100,98.979599,98.946701
31.5,7,6.038666997,30.240543,57.482553,42.255354,41.817861,0.9848,0.99966,0.996218,0.996216,87.653744,100,98.844282,98.806442
32,7,5.859309815,30.13027,57.47837,42.14489,41.702144,0.984301,0.999629,0.996084,0.996081,87.148046,100,98.768621,98.727912
32.5,7,5.500768312,29.910168,57.33688,41.910045,41.455356,0.983309,0.999595,0.995783,0.995779,86.729249,100,98.586921,98.539707
33,7,5.327820488,29.741845,57.230098,41.789307,41.329059,0.982341,0.999598,0.995622,0.995619,86.004165,100,98.482146,98.430651
33.5,7,5.006206277,29.513062,57.170391,41.548405,41.076395,0.981061,0.999565,0.99528,0.995275,85.398061,100,98.249972,98.189362
34,7,4.872315281,29.39835,57.086178,41.44183,40.965204,0.980649,0.999552,0.995123,0.995118,84.79772,100,98.133831,98.068448
34.5,7,4.582449954,29.171242,56.890584,41.199525,40.71051,0.979131,0.999555,0.994735,0.99473,84.050643,100,97.841453,97.763189
35,7,4.443104276,29.06643,56.886603,41.076514,40.582387,0.978445,0.999533,0.994535,0.994529,83.661629,100,97.687027,97.602088
35.5,7,4.180637716,28.840361,56.783029,40.829374,40.322969,0.976777,0.999507,0.994101,0.994094,82.274829,100,97.330495,97.228148
36,7,4.070970408,28.712092,56.657423,40.71911,40.20801,0.975609,0.999476,0.993897,0.99389,81.807943,100,97.163461,97.05301
36.5,7,3.83172087,28.503813,56.520722,40.468441,39.945566,0.973836,0.99944,0.993403,0.993394,80.535573,100,96.741641,96.609221
37,7,3.71818414,28.326561,56.402434,40.339545,39.811444,0.972776,0.999405,0.993138,0.993128,79.91297,100,96.515398,96.370838
37.5,7,3.500921064,28.076892,56.263306,40.086257,39.545334,0.970369,0.999386,0.992582,0.99257,78.582839,100,96.031478,95.857868
38,7,3.405334663,27.922351,56.159807,39.966873,39.42173,0.969542,0.999377,0.99231,0.992297,78.087309,100,95.795124,95.607595
38.5,7,3.205339378,27.702114,55.98642,39.704046,39.146167,0.966648,0.999337,0.991661,0.991645,76.959918,100,95.218227,94.993224
39,7,3.118922103,27.611231,55.950902,39.586447,39.024605,0.966017,0.999314,0.991364,0.991347,75.711182,100,94.949018,94.706478
39.5,7,2.937849812,27.341436,55.749638,39.32389,38.750383,0.963213,0.999251,0.990647,0.990626,74.82693,100,94.291651,94.005203
40,7,2.8612895,27.231795,55.620311,39.205286,38.627433,0.962346,0.999259,0.99031,0.990287,74.112997,100,93.987808,93.680949
40.5,7,2.695457427,26.962424,55.483313,38.939266,38.348678,0.959926,0.999194,0.989488,0.989462,72.954393,100,93.244554,92.883157
41,7,2.620269931,26.822139,55.491997,38.811949,38.216899,0.958241,0.999185,0.98909,0.989061,72.232317,100,92.882162,92.496402
41.5,7,2.47261954,26.558703,55.274816,38.545386,37.938043,0.95501,0.999147,0.988171,0.988137,70.79623,100,92.055483,91.606237
42,7,2.403780399,26.54109,55.219837,38.418587,37.807324,0.953105,0.999112,0.987723,0.987686,69.842975,100,91.648117,91.169911
42.5,7,2.267393681,26.246833,55.044631,38.150516,37.527587,0.95031,0.999065,0.986696,0.986652,68.119971,100,90.732811,90.182028
43,7,2.210055646,26.133472,54.975688,38.031883,37.405171,0.948713,0.999036,0.986225,0.986177,67.122265,100,90.307655,89.726135
43.5,7,2.086669233,25.848722,54.771356,37.763535,37.125636,0.945245,0.998966,0.985083,0.985026,65.432799,100,89.295977,88.633658
44,7,2.029377673,25.74836,54.657249,37.632667,36.989964,0.944,0.998924,0.9845,0.984438,64.298603,100,88.778021,88.072972
44.5,7,1.915408561,25.502739,54.530459,37.357046,36.704746,0.939525,0.998838,0.983208,0.983135,62.736663,100,87.65292,86.862732
45,7,1.865459299,25.346873,54.418138,37.232705,36.575723,0.936911,0.998838,0.982587,0.982508,61.182999,100,87.125008,86.29125
45.5,7,1.761401509,25.02943,54.309917,36.958515,36.291806,0.932432,0.998772,0.98114,0.981046,59.811218,100,85.894386,84.96123
46,7,1.713833494,25.00652,54.195746,36.828511,36.1587,0.929079,0.998721,0.980436,0.980335,58.849919,100,85.305227,84.32529
46.5,7,1.618598647,24.664716,54.037574,36.553423,35.874187,0.924334,0.998687,0.978831,0.978712,57.27846,100,83.999728,82.912545
47,7,1.576973997,24.545491,53.980998,36.431024,35.748085,0.921016,0.998627,0.978088,0.977961,56.441268,100,83.396606,82.265758
47.5,7,1.489429255,24.263358,53.900543,36.154587,35.461945,0.915719,0.998524,0.976282,0.976133,54.347532,100,81.983962,80.728956
48,7,1.450873091,24.220559,53.814219,36.023756,35.328791,0.91334,0.998518,0.97542,0.975259,53.400282,100,81.319497,80.013079
48.5,7,1.370044092,23.755975,53.589254,35.748659,35.04394,0.905863,0.998396,0.973417,0.973228,51.288211,100,79.827608,78.389519
49,7,1.335898056,23.8199,53.589254,35.625961,34.918427,0.904117,0.998379,0.972511,0.972309,50.336533,100,79.162647,77.672242
49.5,7,1.260531902,23.588917,53.279148,35.345507,34.63007,0.896921,0.998278,0.970283,0.970046,47.65037,100,77.584725,75.950216
50,7,1.225982854,23.396152,53.21818,35.211594,34.49307,0.892385,0.998258,0.969179,0.968925,46.406984,100,76.817106,75.119915
50.5,7,1.158883245,23.250436,53.127989,34.934758,34.208445,0.887797,0.998119,0.966751,0.966456,44.133378,100,75.19381,73.352431
51,7,1.128127879,23.046352,53.033593,34.802534,34.072649,0.882762,0.998048,0.965526,0.965208,43.286105,100,74.39876,72.483679

About lui_gough

I'm a bit of a nut for electronics, computing, photography, radio, satellite and other technical hobbies. Click for more about me!
This entry was posted in Computing and tagged , , , , , . Bookmark the permalink.

Error: Comment is Missing!