Skip to content

Instantly share code, notes, and snippets.

@hdf
Last active July 28, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdf/ae032957dfd29122e72d60adcdcc4707 to your computer and use it in GitHub Desktop.
Save hdf/ae032957dfd29122e72d60adcdcc4707 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>vis.js Plot</title>
<style>
body {font: 10pt arial;}
#mygraph>div {border: 1px solid black;}
#mygraph,#controlls {display: inline-block; vertical-align: top;}
</style>
<script type="text/javascript">
//From: https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis-graph3d.min.js
/**
* vis.js
* https://github.com/almende/vis
*
* A dynamic, browser-based visualization library.
*
* @version 4.20.1-SNAPSHOT
* @date 2017-10-12
*
* @license
* Copyright (C) 2011-2017 Almende B.V, http://almende.com
*
* Vis.js is dual licensed under both
*
* * The Apache 2.0 License
* http://www.apache.org/licenses/LICENSE-2.0
*
* and
*
* * The MIT License
* http://opensource.org/licenses/MIT
*
* Vis.js may be distributed under either license.
*/
"use strict";!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.vis=e():t.vis=e()}(this,function(){return function(t){function e(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,i){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=56)}([function(t,e){var n=t.exports={version:"2.5.1"};"number"==typeof __e&&(__e=n)},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var i=n(28)("wks"),r=n(17),o=n(1).Symbol,s="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=i},function(t,e,n){function i(t){return t&&t.__esModule?t:{default:t}}function r(t,e,n,i){var r=!1;!0===i&&(r=null===e[n]&&void 0!==t[n]),r?delete t[n]:t[n]=e[n]}var o=n(57),s=i(o),a=n(75),u=i(a),h=n(18),l=i(h),c=n(19),d=i(c),f=n(46),p=n(97);e.isNumber=function(t){return t instanceof Number||"number"==typeof t},e.recursiveDOMDelete=function(t){if(t)for(;!0===t.hasChildNodes();)e.recursiveDOMDelete(t.firstChild),t.removeChild(t.firstChild)},e.giveRange=function(t,e,n,i){if(e==t)return.5;var r=1/(e-t);return Math.max(0,(i-t)*r)},e.isString=function(t){return t instanceof String||"string"==typeof t},e.isDate=function(t){if(t instanceof Date)return!0;if(e.isString(t)){if(m.exec(t))return!0;if(!isNaN(Date.parse(t)))return!0}return!1},e.randomUUID=function(){return p.v4()},e.assignAllKeys=function(t,e){for(var n in t)t.hasOwnProperty(n)&&"object"!==(0,d.default)(t[n])&&(t[n]=e)},e.fillIfDefined=function(t,n){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];for(var o in t)void 0!==n[o]&&(null===n[o]||"object"!==(0,d.default)(n[o])?r(t,n,o,i):"object"===(0,d.default)(t[o])&&e.fillIfDefined(t[o],n[o],i))},e.extend=function(t,e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var r in i)i.hasOwnProperty(r)&&(t[r]=i[r])}return t},e.selectiveExtend=function(t,e,n){if(!Array.isArray(t))throw new Error("Array with property names expected as first argument");for(var i=2;i<arguments.length;i++)for(var r=arguments[i],o=0;o<t.length;o++){var s=t[o];r&&r.hasOwnProperty(s)&&(e[s]=r[s])}return e},e.selectiveDeepExtend=function(t,n,i){var o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(Array.isArray(i))throw new TypeError("Arrays are not supported by deepExtend");for(var s=0;s<t.length;s++){var a=t[s];if(i.hasOwnProperty(a))if(i[a]&&i[a].constructor===Object)void 0===n[a]&&(n[a]={}),n[a].constructor===Object?e.deepExtend(n[a],i[a],!1,o):r(n,i,a,o);else{if(Array.isArray(i[a]))throw new TypeError("Arrays are not supported by deepExtend");r(n,i,a,o)}}return n},e.selectiveNotDeepExtend=function(t,n,i){var o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(Array.isArray(i))throw new TypeError("Arrays are not supported by deepExtend");for(var s in i)if(i.hasOwnProperty(s)&&-1===t.indexOf(s))if(i[s]&&i[s].constructor===Object)void 0===n[s]&&(n[s]={}),n[s].constructor===Object?e.deepExtend(n[s],i[s]):r(n,i,s,o);else if(Array.isArray(i[s])){n[s]=[];for(var a=0;a<i[s].length;a++)n[s].push(i[s][a])}else r(n,i,s,o);return n},e.deepExtend=function(t,n){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];for(var s in n)if(n.hasOwnProperty(s)||!0===i)if(n[s]&&n[s].constructor===Object)void 0===t[s]&&(t[s]={}),t[s].constructor===Object?e.deepExtend(t[s],n[s],i):r(t,n,s,o);else if(Array.isArray(n[s])){t[s]=[];for(var a=0;a<n[s].length;a++)t[s].push(n[s][a])}else r(t,n,s,o);return t},e.equalArray=function(t,e){if(t.length!=e.length)return!1;for(var n=0,i=t.length;n<i;n++)if(t[n]!=e[n])return!1;return!0},e.convert=function(t,n){var i;if(void 0!==t){if(null===t)return null;if(!n)return t;if("string"!=typeof n&&!(n instanceof String))throw new Error("Type must be a string");switch(n){case"boolean":case"Boolean":return Boolean(t);case"number":case"Number":return e.isString(t)&&!isNaN(Date.parse(t))?f(t).valueOf():Number(t.valueOf());case"string":case"String":return String(t);case"Date":if(e.isNumber(t))return new Date(t);if(t instanceof Date)return new Date(t.valueOf());if(f.isMoment(t))return new Date(t.valueOf());if(e.isString(t))return i=m.exec(t),i?new Date(Number(i[1])):f(new Date(t)).toDate();throw new Error("Cannot convert object of type "+e.getType(t)+" to type Date");case"Moment":if(e.isNumber(t))return f(t);if(t instanceof Date)return f(t.valueOf());if(f.isMoment(t))return f(t);if(e.isString(t))return i=m.exec(t),f(i?Number(i[1]):t);throw new Error("Cannot convert object of type "+e.getType(t)+" to type Date");case"ISODate":if(e.isNumber(t))return new Date(t);if(t instanceof Date)return t.toISOString();if(f.isMoment(t))return t.toDate().toISOString();if(e.isString(t))return i=m.exec(t),i?new Date(Number(i[1])).toISOString():f(t).format();throw new Error("Cannot convert object of type "+e.getType(t)+" to type ISODate");case"ASPDate":if(e.isNumber(t))return"/Date("+t+")/";if(t instanceof Date)return"/Date("+t.valueOf()+")/";if(e.isString(t)){i=m.exec(t);return"/Date("+(i?new Date(Number(i[1])).valueOf():new Date(t).valueOf())+")/"}throw new Error("Cannot convert object of type "+e.getType(t)+" to type ASPDate");default:throw new Error('Unknown type "'+n+'"')}}};var m=/^\/?Date\((\-?\d+)/i;e.getType=function(t){var e=void 0===t?"undefined":(0,d.default)(t);return"object"==e?null===t?"null":t instanceof Boolean?"Boolean":t instanceof Number?"Number":t instanceof String?"String":Array.isArray(t)?"Array":t instanceof Date?"Date":"Object":"number"==e?"Number":"boolean"==e?"Boolean":"string"==e?"String":void 0===e?"undefined":e},e.copyAndExtendArray=function(t,e){for(var n=[],i=0;i<t.length;i++)n.push(t[i]);return n.push(e),n},e.copyArray=function(t){for(var e=[],n=0;n<t.length;n++)e.push(t[n]);return e},e.getAbsoluteLeft=function(t){return t.getBoundingClientRect().left},e.getAbsoluteRight=function(t){return t.getBoundingClientRect().right},e.getAbsoluteTop=function(t){return t.getBoundingClientRect().top},e.addClassName=function(t,e){var n=t.className.split(" "),i=e.split(" ");n=n.concat(i.filter(function(t){return n.indexOf(t)<0})),t.className=n.join(" ")},e.removeClassName=function(t,e){var n=t.className.split(" "),i=e.split(" ");n=n.filter(function(t){return i.indexOf(t)<0}),t.className=n.join(" ")},e.forEach=function(t,e){var n,i;if(Array.isArray(t))for(n=0,i=t.length;n<i;n++)e(t[n],n,t);else for(n in t)t.hasOwnProperty(n)&&e(t[n],n,t)},e.toArray=function(t){var e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(t[n]);return e},e.updateProperty=function(t,e,n){return t[e]!==n&&(t[e]=n,!0)},e.throttle=function(t){var e=!1;return function(){e||(e=!0,requestAnimationFrame(function(){e=!1,t()}))}},e.addEventListener=function(t,e,n,i){t.addEventListener?(void 0===i&&(i=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.addEventListener(e,n,i)):t.attachEvent("on"+e,n)},e.removeEventListener=function(t,e,n,i){t.removeEventListener?(void 0===i&&(i=!1),"mousewheel"===e&&navigator.userAgent.indexOf("Firefox")>=0&&(e="DOMMouseScroll"),t.removeEventListener(e,n,i)):t.detachEvent("on"+e,n)},e.preventDefault=function(t){t||(t=window.event),t.preventDefault?t.preventDefault():t.returnValue=!1},e.getTarget=function(t){t||(t=window.event);var e;return t.target?e=t.target:t.srcElement&&(e=t.srcElement),void 0!=e.nodeType&&3==e.nodeType&&(e=e.parentNode),e},e.hasParent=function(t,e){for(var n=t;n;){if(n===e)return!0;n=n.parentNode}return!1},e.option={},e.option.asBoolean=function(t,e){return"function"==typeof t&&(t=t()),null!=t?0!=t:e||null},e.option.asNumber=function(t,e){return"function"==typeof t&&(t=t()),null!=t?Number(t)||e||null:e||null},e.option.asString=function(t,e){return"function"==typeof t&&(t=t()),null!=t?String(t):e||null},e.option.asSize=function(t,n){return"function"==typeof t&&(t=t()),e.isString(t)?t:e.isNumber(t)?t+"px":n||null},e.option.asElement=function(t,e){return"function"==typeof t&&(t=t()),t||e||null},e.hexToRGB=function(t){var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(t,e,n,i){return e+e+n+n+i+i});var n=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return n?{r:parseInt(n[1],16),g:parseInt(n[2],16),b:parseInt(n[3],16)}:null},e.overrideOpacity=function(t,n){var i;return-1!=t.indexOf("rgba")?t:-1!=t.indexOf("rgb")?(i=t.substr(t.indexOf("(")+1).replace(")","").split(","),"rgba("+i[0]+","+i[1]+","+i[2]+","+n+")"):(i=e.hexToRGB(t),null==i?t:"rgba("+i.r+","+i.g+","+i.b+","+n+")")},e.RGBToHex=function(t,e,n){return"#"+((1<<24)+(t<<16)+(e<<8)+n).toString(16).slice(1)},e.parseColor=function(t){var n;if(!0===e.isString(t)){if(!0===e.isValidRGB(t)){var i=t.substr(4).substr(0,t.length-5).split(",").map(function(t){return parseInt(t)});t=e.RGBToHex(i[0],i[1],i[2])}if(!0===e.isValidHex(t)){var r=e.hexToHSV(t),o={h:r.h,s:.8*r.s,v:Math.min(1,1.02*r.v)},s={h:r.h,s:Math.min(1,1.25*r.s),v:.8*r.v},a=e.HSVToHex(s.h,s.s,s.v),u=e.HSVToHex(o.h,o.s,o.v);n={background:t,border:a,highlight:{background:u,border:a},hover:{background:u,border:a}}}else n={background:t,border:t,highlight:{background:t,border:t},hover:{background:t,border:t}}}else n={},n.background=t.background||void 0,n.border=t.border||void 0,e.isString(t.highlight)?n.highlight={border:t.highlight,background:t.highlight}:(n.highlight={},n.highlight.background=t.highlight&&t.highlight.background||void 0,n.highlight.border=t.highlight&&t.highlight.border||void 0),e.isString(t.hover)?n.hover={border:t.hover,background:t.hover}:(n.hover={},n.hover.background=t.hover&&t.hover.background||void 0,n.hover.border=t.hover&&t.hover.border||void 0);return n},e.RGBToHSV=function(t,e,n){t/=255,e/=255,n/=255;var i=Math.min(t,Math.min(e,n)),r=Math.max(t,Math.max(e,n));if(i==r)return{h:0,s:0,v:i};var o=t==i?e-n:n==i?t-e:n-t;return{h:60*((t==i?3:n==i?1:5)-o/(r-i))/360,s:(r-i)/r,v:r}};var v={split:function(t){var e={};return t.split(";").forEach(function(t){if(""!=t.trim()){var n=t.split(":"),i=n[0].trim(),r=n[1].trim();e[i]=r}}),e},join:function(t){return(0,l.default)(t).map(function(e){return e+": "+t[e]}).join("; ")}};e.addCssText=function(t,n){var i=v.split(t.style.cssText),r=v.split(n),o=e.extend(i,r);t.style.cssText=v.join(o)},e.removeCssText=function(t,e){var n=v.split(t.style.cssText),i=v.split(e);for(var r in i)i.hasOwnProperty(r)&&delete n[r];t.style.cssText=v.join(n)},e.HSVToRGB=function(t,e,n){var i,r,o,s=Math.floor(6*t),a=6*t-s,u=n*(1-e),h=n*(1-a*e),l=n*(1-(1-a)*e);switch(s%6){case 0:i=n,r=l,o=u;break;case 1:i=h,r=n,o=u;break;case 2:i=u,r=n,o=l;break;case 3:i=u,r=h,o=n;break;case 4:i=l,r=u,o=n;break;case 5:i=n,r=u,o=h}return{r:Math.floor(255*i),g:Math.floor(255*r),b:Math.floor(255*o)}},e.HSVToHex=function(t,n,i){var r=e.HSVToRGB(t,n,i);return e.RGBToHex(r.r,r.g,r.b)},e.hexToHSV=function(t){var n=e.hexToRGB(t);return e.RGBToHSV(n.r,n.g,n.b)},e.isValidHex=function(t){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t)},e.isValidRGB=function(t){return t=t.replace(" ",""),/rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)/i.test(t)},e.isValidRGBA=function(t){return t=t.replace(" ",""),/rgba\((\d{1,3}),(\d{1,3}),(\d{1,3}),(.{1,3})\)/i.test(t)},e.selectiveBridgeObject=function(t,n){if(null!==n&&"object"===(void 0===n?"undefined":(0,d.default)(n))){for(var i=(0,u.default)(n),r=0;r<t.length;r++)n.hasOwnProperty(t[r])&&"object"==(0,d.default)(n[t[r]])&&(i[t[r]]=e.bridgeObject(n[t[r]]));return i}return null},e.bridgeObject=function(t){if(null!==t&&"object"===(void 0===t?"undefined":(0,d.default)(t))){var n=(0,u.default)(t);if(t instanceof Element)n=t;else{n=(0,u.default)(t);for(var i in t)t.hasOwnProperty(i)&&"object"==(0,d.default)(t[i])&&(n[i]=e.bridgeObject(t[i]))}return n}return null},e.insertSort=function(t,e){for(var n=0;n<t.length;n++){for(var i=t[n],r=n;r>0&&e(i,t[r-1])<0;r--)t[r]=t[r-1];t[r]=i}return t},e.mergeOptions=function(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=function(t){return null!==t&&void 0!==t},o=function(t){return null!==t&&"object"===(void 0===t?"undefined":(0,d.default)(t))};if(!o(t))throw new Error("Parameter mergeTarget must be an object");if(!o(e))throw new Error("Parameter options must be an object");if(!r(n))throw new Error("Parameter option must have a value");if(!o(i))throw new Error("Parameter globalOptions must be an object");var s=e[n],a=o(i)&&!function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}(i),h=a?i[n]:void 0,l=h?h.enabled:void 0;if(void 0!==s){if("boolean"==typeof s)return o(t[n])||(t[n]={}),void(t[n].enabled=s);if(null===s&&!o(t[n])){if(!r(h))return;t[n]=(0,u.default)(h)}if(o(s)){var c=!0;void 0!==s.enabled?c=s.enabled:void 0!==l&&(c=h.enabled),function(t,e,n){o(t[n])||(t[n]={});var i=e[n],r=t[n];for(var s in i)i.hasOwnProperty(s)&&(r[s]=i[s])}(t,e,n),t[n].enabled=c}}},e.binarySearchCustom=function(t,e,n,i){for(var r=0,o=0,s=t.length-1;o<=s&&r<1e4;){var a=Math.floor((o+s)/2),u=t[a],h=void 0===i?u[n]:u[n][i],l=e(h);if(0==l)return a;-1==l?o=a+1:s=a-1,r++}return-1},e.binarySearchValue=function(t,e,n,i,r){var o,s,a,u,h=0,l=0,c=t.length-1;for(r=void 0!=r?r:function(t,e){return t==e?0:t<e?-1:1};l<=c&&h<1e4;){if(u=Math.floor(.5*(c+l)),o=t[Math.max(0,u-1)][n],s=t[u][n],a=t[Math.min(t.length-1,u+1)][n],0==r(s,e))return u;if(r(o,e)<0&&r(s,e)>0)return"before"==i?Math.max(0,u-1):u;if(r(s,e)<0&&r(a,e)>0)return"before"==i?u:Math.min(t.length-1,u+1);r(s,e)<0?l=u+1:c=u-1,h++}return-1},e.easingFunctions={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return t*(2-t)},easeInOutQuad:function(t){return t<.5?2*t*t:(4-2*t)*t-1},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return--t*t*t+1},easeInOutCubic:function(t){return t<.5?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return 1- --t*t*t*t},easeInOutQuart:function(t){return t<.5?8*t*t*t*t:1-8*--t*t*t*t},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return 1+--t*t*t*t*t},easeInOutQuint:function(t){return t<.5?16*t*t*t*t*t:1+16*--t*t*t*t*t}},e.getScrollBarWidth=function(){var t=document.createElement("p");t.style.width="100%",t.style.height="200px";var e=document.createElement("div");e.style.position="absolute",e.style.top="0px",e.style.left="0px",e.style.visibility="hidden",e.style.width="200px",e.style.height="150px",e.style.overflow="hidden",e.appendChild(t),document.body.appendChild(e);var n=t.offsetWidth;e.style.overflow="scroll";var i=t.offsetWidth;return n==i&&(i=e.clientWidth),document.body.removeChild(e),n-i},e.topMost=function(t,e){var n=void 0;Array.isArray(e)||(e=[e]);var i=!0,r=!1,o=void 0;try{for(var a,u=(0,s.default)(t);!(i=(a=u.next()).done);i=!0){var h=a.value;if(h){n=h[e[0]];for(var l=1;l<e.length;l++)n&&(n=n[e[l]]);if(void 0!==n)break}}}catch(t){r=!0,o=t}finally{try{!i&&u.return&&u.return()}finally{if(r)throw o}}return n}},function(t,e,n){var i=n(1),r=n(0),o=n(62),s=n(9),a=function(t,e,n){var u,h,l,c=t&a.F,d=t&a.G,f=t&a.S,p=t&a.P,m=t&a.B,v=t&a.W,y=d?r:r[e]||(r[e]={}),g=y.prototype,_=d?i:f?i[e]:(i[e]||{}).prototype;d&&(n=e);for(u in n)(h=!c&&_&&void 0!==_[u])&&u in y||(l=h?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:m&&h?o(l,i):v&&_[u]==l?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(l):p&&"function"==typeof l?o(Function.call,l):l,p&&((y.virtual||(y.virtual={}))[u]=l,t&a.R&&g&&!g[u]&&s(g,u,l)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,e,n){var i=n(11),r=n(40),o=n(24),s=Object.defineProperty;e.f=n(6)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){t.exports=!n(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(38),r=n(22);t.exports=function(t){return i(r(t))}},function(t,e,n){var i=n(5),r=n(16);t.exports=n(6)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var i=n(15);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var i=n(43),r=n(29);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){function i(t,e,n){this.x=void 0!==t?t:0,this.y=void 0!==e?e:0,this.z=void 0!==n?n:0}i.subtract=function(t,e){var n=new i;return n.x=t.x-e.x,n.y=t.y-e.y,n.z=t.z-e.z,n},i.add=function(t,e){var n=new i;return n.x=t.x+e.x,n.y=t.y+e.y,n.z=t.z+e.z,n},i.avg=function(t,e){return new i((t.x+e.x)/2,(t.y+e.y)/2,(t.z+e.z)/2)},i.crossProduct=function(t,e){var n=new i;return n.x=t.y*e.z-t.z*e.y,n.y=t.z*e.x-t.x*e.z,n.z=t.x*e.y-t.y*e.x,n},i.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)},t.exports=i},function(t,e){t.exports={}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e,n){t.exports={default:n(78),__esModule:!0}},function(t,e,n){function i(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var r=n(81),o=i(r),s=n(83),a=i(s),u="function"==typeof a.default&&"symbol"==typeof o.default?function(t){return typeof t}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":typeof t};e.default="function"==typeof a.default&&"symbol"===u(o.default)?function(t){return void 0===t?"undefined":u(t)}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":void 0===t?"undefined":u(t)}},function(t,e){e.f={}.propertyIsEnumerable},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){t.exports=!0},function(t,e,n){var i=n(15);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var i=n(11),r=n(65),o=n(29),s=n(27)("IE_PROTO"),a=function(){},u=function(){var t,e=n(41)("iframe"),i=o.length;for(e.style.display="none",n(69).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),u=t.F;i--;)delete u.prototype[o[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=i(t),n=new a,a.prototype=null,n[s]=t):n=u(),void 0===e?n:r(n,e)}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){var i=n(28)("keys"),r=n(17);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(1),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});t.exports=function(t){return r[t]||(r[t]={})}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var i=n(5).f,r=n(7),o=n(2)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e,n){var i=n(22);t.exports=function(t){return Object(i(t))}},function(t,e,n){e.f=n(2)},function(t,e,n){var i=n(1),r=n(0),o=n(23),s=n(32),a=n(5).f;t.exports=function(t){var e=r.Symbol||(r.Symbol=o?{}:i.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){function i(t){return t&&t.__esModule?t:{default:t}}function r(t,e){if(t&&!Array.isArray(t)&&(e=t,t=null),this._options=e||{},this._data={},this.length=0,this._fieldId=this._options.fieldId||"id",this._type={},this._options.type)for(var n=(0,l.default)(this._options.type),i=0,r=n.length;i<r;i++){var o=n[i],s=this._options.type[o];this._type[o]="Date"==s||"ISODate"==s||"ASPDate"==s?"Date":s}this._subscribers={},t&&this.add(t),this.setOptions(e)}var o=n(47),s=i(o),a=n(19),u=i(a),h=n(18),l=i(h),c=n(3),d=n(48);r.prototype.setOptions=function(t){t&&void 0!==t.queue&&(!1===t.queue?this._queue&&(this._queue.destroy(),delete this._queue):(this._queue||(this._queue=d.extend(this,{replace:["add","update","remove"]})),"object"===(0,u.default)(t.queue)&&this._queue.setOptions(t.queue)))},r.prototype.on=function(t,e){var n=this._subscribers[t];n||(n=[],this._subscribers[t]=n),n.push({callback:e})},r.prototype.off=function(t,e){var n=this._subscribers[t];n&&(this._subscribers[t]=n.filter(function(t){return t.callback!=e}))},r.prototype._trigger=function(t,e,n){if("*"==t)throw new Error("Cannot trigger event *");var i=[];t in this._subscribers&&(i=i.concat(this._subscribers[t])),"*"in this._subscribers&&(i=i.concat(this._subscribers["*"]));for(var r=0,o=i.length;r<o;r++){var s=i[r];s.callback&&s.callback(t,e,n||null)}},r.prototype.add=function(t,e){var n,i=[],r=this;if(Array.isArray(t))for(var o=0,s=t.length;o<s;o++)n=r._addItem(t[o]),i.push(n);else{if(!t||"object"!==(void 0===t?"undefined":(0,u.default)(t)))throw new Error("Unknown dataType");n=r._addItem(t),i.push(n)}return i.length&&this._trigger("add",{items:i},e),i},r.prototype.update=function(t,e){var n=[],i=[],r=[],o=[],s=this,a=s._fieldId,h=function(t){var e=t[a];if(s._data[e]){var u=c.extend({},s._data[e]);e=s._updateItem(t),i.push(e),o.push(t),r.push(u)}else e=s._addItem(t),n.push(e)};if(Array.isArray(t))for(var l=0,d=t.length;l<d;l++)t[l]&&"object"===(0,u.default)(t[l])?h(t[l]):console.warn("Ignoring input item, which is not an object at index "+l);else{if(!t||"object"!==(void 0===t?"undefined":(0,u.default)(t)))throw new Error("Unknown dataType");h(t)}if(n.length&&this._trigger("add",{items:n},e),i.length){var f={items:i,oldData:r,data:o};this._trigger("update",f,e)}return n.concat(i)},r.prototype.get=function(t){var e,n,i,r=this,o=c.getType(arguments[0]);"String"==o||"Number"==o?(e=arguments[0],i=arguments[1]):"Array"==o?(n=arguments[0],i=arguments[1]):i=arguments[0];var s;if(i&&i.returnType){s=-1==["Array","Object"].indexOf(i.returnType)?"Array":i.returnType}else s="Array";var a,u,h,d,f,p=i&&i.type||this._options.type,m=i&&i.filter,v=[];if(void 0!=e)(a=r._getItem(e,p))&&m&&!m(a)&&(a=null);else if(void 0!=n)for(d=0,f=n.length;d<f;d++)a=r._getItem(n[d],p),m&&!m(a)||v.push(a);else for(u=(0,l.default)(this._data),d=0,f=u.length;d<f;d++)h=u[d],a=r._getItem(h,p),m&&!m(a)||v.push(a);if(i&&i.order&&void 0==e&&this._sort(v,i.order),i&&i.fields){var y=i.fields;if(void 0!=e)a=this._filterFields(a,y);else for(d=0,f=v.length;d<f;d++)v[d]=this._filterFields(v[d],y)}if("Object"==s){var g,_={};for(d=0,f=v.length;d<f;d++)g=v[d],_[g.id]=g;return _}return void 0!=e?a:v},r.prototype.getIds=function(t){var e,n,i,r,o,s=this._data,a=t&&t.filter,u=t&&t.order,h=t&&t.type||this._options.type,c=(0,l.default)(s),d=[];if(a)if(u){for(o=[],e=0,n=c.length;e<n;e++)i=c[e],r=this._getItem(i,h),a(r)&&o.push(r);for(this._sort(o,u),e=0,n=o.length;e<n;e++)d.push(o[e][this._fieldId])}else for(e=0,n=c.length;e<n;e++)i=c[e],r=this._getItem(i,h),a(r)&&d.push(r[this._fieldId]);else if(u){for(o=[],e=0,n=c.length;e<n;e++)i=c[e],o.push(s[i]);for(this._sort(o,u),e=0,n=o.length;e<n;e++)d.push(o[e][this._fieldId])}else for(e=0,n=c.length;e<n;e++)i=c[e],r=s[i],d.push(r[this._fieldId]);return d},r.prototype.getDataSet=function(){return this},r.prototype.forEach=function(t,e){var n,i,r,o,s=e&&e.filter,a=e&&e.type||this._options.type,u=this._data,h=(0,l.default)(u);if(e&&e.order){var c=this.get(e);for(n=0,i=c.length;n<i;n++)r=c[n],o=r[this._fieldId],t(r,o)}else for(n=0,i=h.length;n<i;n++)o=h[n],r=this._getItem(o,a),s&&!s(r)||t(r,o)},r.prototype.map=function(t,e){var n,i,r,o,s=e&&e.filter,a=e&&e.type||this._options.type,u=[],h=this._data,c=(0,l.default)(h);for(n=0,i=c.length;n<i;n++)r=c[n],o=this._getItem(r,a),s&&!s(o)||u.push(t(o,r));return e&&e.order&&this._sort(u,e.order),u},r.prototype._filterFields=function(t,e){if(!t)return t;var n,i,r={},o=(0,l.default)(t),s=o.length;if(Array.isArray(e))for(n=0;n<s;n++)i=o[n],-1!=e.indexOf(i)&&(r[i]=t[i]);else for(n=0;n<s;n++)i=o[n],e.hasOwnProperty(i)&&(r[e[i]]=t[i]);return r},r.prototype._sort=function(t,e){if(c.isString(e)){var n=e;t.sort(function(t,e){var i=t[n],r=e[n];return i>r?1:i<r?-1:0})}else{if("function"!=typeof e)throw new TypeError("Order must be a function or a string");t.sort(e)}},r.prototype.remove=function(t,e){var n,i,r,o,s=[],a=[],u=[];for(u=Array.isArray(t)?t:[t],n=0,i=u.length;n<i;n++)(o=this._remove(u[n]))&&void 0!=(r=o[this._fieldId])&&(s.push(r),a.push(o));return s.length&&this._trigger("remove",{items:s,oldData:a},e),s},r.prototype._remove=function(t){var e,n;return c.isNumber(t)||c.isString(t)?n=t:t&&"object"===(void 0===t?"undefined":(0,u.default)(t))&&(n=t[this._fieldId]),void 0!==n&&this._data[n]?(e=this._data[n],delete this._data[n],this.length--,e):null},r.prototype.clear=function(t){var e,n,i=(0,l.default)(this._data),r=[];for(e=0,n=i.length;e<n;e++)r.push(this._data[i[e]]);return this._data={},this.length=0,this._trigger("remove",{items:i,oldData:r},t),i},r.prototype.max=function(t){var e,n,i=this._data,r=(0,l.default)(i),o=null,s=null;for(e=0,n=r.length;e<n;e++){var a=r[e],u=i[a],h=u[t];null!=h&&(!o||h>s)&&(o=u,s=h)}return o},r.prototype.min=function(t){var e,n,i=this._data,r=(0,l.default)(i),o=null,s=null;for(e=0,n=r.length;e<n;e++){var a=r[e],u=i[a],h=u[t];null!=h&&(!o||h<s)&&(o=u,s=h)}return o},r.prototype.distinct=function(t){var e,n,i,r=this._data,o=(0,l.default)(r),s=[],a=this._options.type&&this._options.type[t]||null,u=0;for(e=0,i=o.length;e<i;e++){var h=o[e],d=r[h],f=d[t],p=!1;for(n=0;n<u;n++)if(s[n]==f){p=!0;break}p||void 0===f||(s[u]=f,u++)}if(a)for(e=0,i=s.length;e<i;e++)s[e]=c.convert(s[e],a);return s},r.prototype._addItem=function(t){var e=t[this._fieldId];if(void 0!=e){if(this._data[e])throw new Error("Cannot add item: item with id "+e+" already exists")}else e=c.randomUUID(),t[this._fieldId]=e;var n,i,r={},o=(0,l.default)(t);for(n=0,i=o.length;n<i;n++){var s=o[n],a=this._type[s];r[s]=c.convert(t[s],a)}return this._data[e]=r,this.length++,e},r.prototype._getItem=function(t,e){var n,i,r,o,s=this._data[t];if(!s)return null;var a={},u=(0,l.default)(s);if(e)for(r=0,o=u.length;r<o;r++)n=u[r],i=s[n],a[n]=c.convert(i,e[n]);else for(r=0,o=u.length;r<o;r++)n=u[r],i=s[n],a[n]=i;return a[this._fieldId]||(a[this._fieldId]=s.id),a},r.prototype._updateItem=function(t){var e=t[this._fieldId];if(void 0==e)throw new Error("Cannot update item: item has no id (item: "+(0,s.default)(t)+")");var n=this._data[e];if(!n)throw new Error("Cannot update item: no item with id "+e+" found");for(var i=(0,l.default)(t),r=0,o=i.length;r<o;r++){var a=i[r],u=this._type[a];n[a]=c.convert(t[a],u)}return e},t.exports=r},function(t,e,n){function i(t,e){this._data=null,this._ids={},this.length=0,this._options=e||{},this._fieldId="id",this._subscribers={};var n=this;this.listener=function(){n._onEvent.apply(n,arguments)},this.setData(t)}var r=n(18),o=function(t){return t&&t.__esModule?t:{default:t}}(r),s=n(3),a=n(35);i.prototype.setData=function(t){var e,n,i,r,o;if(this._data){for(this._data.off&&this._data.off("*",this.listener),e=this._data.getIds({filter:this._options&&this._options.filter}),o=[],i=0,r=e.length;i<r;i++)o.push(this._data._data[e[i]]);this._ids={},this.length=0,this._trigger("remove",{items:e,oldData:o})}if(this._data=t,this._data){for(this._fieldId=this._options.fieldId||this._data&&this._data.options&&this._data.options.fieldId||"id",e=this._data.getIds({filter:this._options&&this._options.filter}),i=0,r=e.length;i<r;i++)n=e[i],this._ids[n]=!0;this.length=e.length,this._trigger("add",{items:e}),this._data.on&&this._data.on("*",this.listener)}},i.prototype.refresh=function(){var t,e,n,i=this._data.getIds({filter:this._options&&this._options.filter}),r=(0,o.default)(this._ids),s={},a=[],u=[],h=[];for(e=0,n=i.length;e<n;e++)t=i[e],s[t]=!0,this._ids[t]||(a.push(t),this._ids[t]=!0);for(e=0,n=r.length;e<n;e++)t=r[e],s[t]||(u.push(t),h.push(this._data._data[t]),delete this._ids[t]);this.length+=a.length-u.length,a.length&&this._trigger("add",{items:a}),u.length&&this._trigger("remove",{items:u,oldData:h})},i.prototype.get=function(t){var e,n,i,r=this,o=s.getType(arguments[0]);"String"==o||"Number"==o||"Array"==o?(e=arguments[0],n=arguments[1],i=arguments[2]):(n=arguments[0],i=arguments[1]);var a=s.extend({},this._options,n);this._options.filter&&n&&n.filter&&(a.filter=function(t){return r._options.filter(t)&&n.filter(t)});var u=[];return void 0!=e&&u.push(e),u.push(a),u.push(i),this._data&&this._data.get.apply(this._data,u)},i.prototype.getIds=function(t){var e;if(this._data){var n,i=this._options.filter;n=t&&t.filter?i?function(e){return i(e)&&t.filter(e)}:t.filter:i,e=this._data.getIds({filter:n,order:t&&t.order})}else e=[];return e},i.prototype.map=function(t,e){var n=[];if(this._data){var i,r=this._options.filter;i=e&&e.filter?r?function(t){return r(t)&&e.filter(t)}:e.filter:r,n=this._data.map(t,{filter:i,order:e&&e.order})}else n=[];return n},i.prototype.getDataSet=function(){for(var t=this;t instanceof i;)t=t._data;return t||null},i.prototype._onEvent=function(t,e,n){var i,r,o,s,a=e&&e.items,u=[],h=[],l=[],c=[],d=[],f=[];if(a&&this._data){switch(t){case"add":for(i=0,r=a.length;i<r;i++)o=a[i],(s=this.get(o))&&(this._ids[o]=!0,u.push(o));break;case"update":for(i=0,r=a.length;i<r;i++)o=a[i],s=this.get(o),s?this._ids[o]?(h.push(o),d.push(e.data[i]),c.push(e.oldData[i])):(this._ids[o]=!0,u.push(o)):this._ids[o]&&(delete this._ids[o],l.push(o),f.push(e.oldData[i]));break;case"remove":for(i=0,r=a.length;i<r;i++)o=a[i],this._ids[o]&&(delete this._ids[o],l.push(o),f.push(e.oldData[i]))}this.length+=u.length-l.length,u.length&&this._trigger("add",{items:u},n),h.length&&this._trigger("update",{items:h,oldData:c,data:d},n),l.length&&this._trigger("remove",{items:l,oldData:f},n)}},i.prototype.on=a.prototype.on,i.prototype.off=a.prototype.off,i.prototype._trigger=a.prototype._trigger,i.prototype.subscribe=i.prototype.on,i.prototype.unsubscribe=i.prototype.off,t.exports=i},function(t,e,n){n(59);for(var i=n(1),r=n(9),o=n(14),s=n(2)("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),u=0;u<a.length;u++){var h=a[u],l=i[h],c=l&&l.prototype;c&&!c[s]&&r(c,s,h),o[h]=o.Array}},function(t,e,n){var i=n(21);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e,n){var i=n(23),r=n(4),o=n(42),s=n(9),a=n(7),u=n(14),h=n(64),l=n(30),c=n(70),d=n(2)("iterator"),f=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,m,v,y,g){h(n,e,m);var _,w,b,x=function(t){if(!f&&t in D)return D[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",M="values"==v,T=!1,D=t.prototype,k=D[d]||D["@@iterator"]||v&&D[v],O=k||x(v),E=v?M?x("entries"):O:void 0,C="Array"==e?D.entries||k:k;if(C&&(b=c(C.call(new t)))!==Object.prototype&&b.next&&(l(b,S,!0),i||a(b,d)||s(b,d,p)),M&&k&&"values"!==k.name&&(T=!0,O=function(){return k.call(this)}),i&&!g||!f&&!T&&D[d]||s(D,d,O),u[e]=O,u[S]=p,v)if(_={values:M?O:x("values"),keys:y?O:x("keys"),entries:E},g)for(w in _)w in D||o(D,w,_[w]);else r(r.P+r.F*(f||T),e,_);return _}},function(t,e,n){t.exports=!n(6)&&!n(10)(function(){return 7!=Object.defineProperty(n(41)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var i=n(15),r=n(1).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){t.exports=n(9)},function(t,e,n){var i=n(7),r=n(8),o=n(66)(!1),s=n(27)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),u=0,h=[];for(n in a)n!=s&&i(a,n)&&h.push(n);for(;e.length>u;)i(a,n=e[u++])&&(~o(h,n)||h.push(n));return h}},function(t,e,n){var i=n(71)(!0);n(39)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){var i=n(43),r=n(29).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},function(t,e,n){t.exports="undefined"!=typeof window&&window.moment||n(94)},function(t,e,n){t.exports={default:n(100),__esModule:!0}},function(t,e,n){function i(t){this.delay=null,this.max=1/0,this._queue=[],this._timeout=null,this._extended=null,this.setOptions(t)}i.prototype.setOptions=function(t){t&&void 0!==t.delay&&(this.delay=t.delay),t&&void 0!==t.max&&(this.max=t.max),this._flushIfNeeded()},i.extend=function(t,e){var n=new i(e);if(void 0!==t.flush)throw new Error("Target object already has a property flush");t.flush=function(){n.flush()};var r=[{name:"flush",original:void 0}];if(e&&e.replace)for(var o=0;o<e.replace.length;o++){var s=e.replace[o];r.push({name:s,original:t[s]}),n.replace(t,s)}return n._extended={object:t,methods:r},n},i.prototype.destroy=function(){if(this.flush(),this._extended){for(var t=this._extended.object,e=this._extended.methods,n=0;n<e.length;n++){var i=e[n];i.original?t[i.name]=i.original:delete t[i.name]}this._extended=null}},i.prototype.replace=function(t,e){var n=this,i=t[e];if(!i)throw new Error("Method "+e+" undefined");t[e]=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];n.queue({args:t,fn:i,context:this})}},i.prototype.queue=function(t){"function"==typeof t?this._queue.push({fn:t}):this._queue.push(t),this._flushIfNeeded()},i.prototype._flushIfNeeded=function(){if(this._queue.length>this.max&&this.flush(),clearTimeout(this._timeout),this.queue.length>0&&"number"==typeof this.delay){var t=this;this._timeout=setTimeout(function(){t.flush()},this.delay)}},i.prototype.flush=function(){for(;this._queue.length>0;){var t=this._queue.shift();t.fn.apply(t.context||t.fn,t.args||[])}},t.exports=i},function(t,e,n){function i(t,e){this.x=void 0!==t?t:0,this.y=void 0!==e?e:0}t.exports=i},function(t,e,n){function i(t,e){if(void 0===t)throw new Error("No container element defined");if(this.container=t,this.visible=!e||void 0==e.visible||e.visible,this.visible){this.frame=document.createElement("DIV"),this.frame.style.width="100%",this.frame.style.position="relative",this.container.appendChild(this.frame),this.frame.prev=document.createElement("INPUT"),this.frame.prev.type="BUTTON",this.frame.prev.value="Prev",this.frame.appendChild(this.frame.prev),this.frame.play=document.createElement("INPUT"),this.frame.play.type="BUTTON",this.frame.play.value="Play",this.frame.appendChild(this.frame.play),this.frame.next=document.createElement("INPUT"),this.frame.next.type="BUTTON",this.frame.next.value="Next",this.frame.appendChild(this.frame.next),this.frame.bar=document.createElement("INPUT"),this.frame.bar.type="BUTTON",this.frame.bar.style.position="absolute",this.frame.bar.style.border="1px solid red",this.frame.bar.style.width="100px",this.frame.bar.style.height="6px",this.frame.bar.style.borderRadius="2px",this.frame.bar.style.MozBorderRadius="2px",this.frame.bar.style.border="1px solid #7F7F7F",this.frame.bar.style.backgroundColor="#E5E5E5",this.frame.appendChild(this.frame.bar),this.frame.slide=document.createElement("INPUT"),this.frame.slide.type="BUTTON",this.frame.slide.style.margin="0px",this.frame.slide.value=" ",this.frame.slide.style.position="relative",this.frame.slide.style.left="-100px",this.frame.appendChild(this.frame.slide);var n=this;this.frame.slide.onmousedown=function(t){n._onMouseDown(t)},this.frame.prev.onclick=function(t){n.prev(t)},this.frame.play.onclick=function(t){n.togglePlay(t)},this.frame.next.onclick=function(t){n.next(t)}}this.onChangeCallback=void 0,this.values=[],this.index=void 0,this.playTimeout=void 0,this.playInterval=1e3,this.playLoop=!0}var r=n(3);i.prototype.prev=function(){var t=this.getIndex();t>0&&(t--,this.setIndex(t))},i.prototype.next=function(){var t=this.getIndex();t<this.values.length-1&&(t++,this.setIndex(t))},i.prototype.playNext=function(){var t=new Date,e=this.getIndex();e<this.values.length-1?(e++,this.setIndex(e)):this.playLoop&&(e=0,this.setIndex(e));var n=new Date,i=n-t,r=Math.max(this.playInterval-i,0),o=this;this.playTimeout=setTimeout(function(){o.playNext()},r)},i.prototype.togglePlay=function(){void 0===this.playTimeout?this.play():this.stop()},i.prototype.play=function(){this.playTimeout||(this.playNext(),this.frame&&(this.frame.play.value="Stop"))},i.prototype.stop=function(){clearInterval(this.playTimeout),this.playTimeout=void 0,this.frame&&(this.frame.play.value="Play")},i.prototype.setOnChangeCallback=function(t){this.onChangeCallback=t},i.prototype.setPlayInterval=function(t){this.playInterval=t},i.prototype.getPlayInterval=function(){return this.playInterval},i.prototype.setPlayLoop=function(t){this.playLoop=t},i.prototype.onChange=function(){void 0!==this.onChangeCallback&&this.onChangeCallback()},i.prototype.redraw=function(){if(this.frame){this.frame.bar.style.top=this.frame.clientHeight/2-this.frame.bar.offsetHeight/2+"px",this.frame.bar.style.width=this.frame.clientWidth-this.frame.prev.clientWidth-this.frame.play.clientWidth-this.frame.next.clientWidth-30+"px";var t=this.indexToLeft(this.index);this.frame.slide.style.left=t+"px"}},i.prototype.setValues=function(t){this.values=t,this.values.length>0?this.setIndex(0):this.index=void 0},i.prototype.setIndex=function(t){if(!(t<this.values.length))throw new Error("Index out of range");this.index=t,this.redraw(),this.onChange()},i.prototype.getIndex=function(){return this.index},i.prototype.get=function(){return this.values[this.index]},i.prototype._onMouseDown=function(t){if(t.which?1===t.which:1===t.button){this.startClientX=t.clientX,this.startSlideX=parseFloat(this.frame.slide.style.left),this.frame.style.cursor="move";var e=this;this.onmousemove=function(t){e._onMouseMove(t)},this.onmouseup=function(t){e._onMouseUp(t)},r.addEventListener(document,"mousemove",this.onmousemove),r.addEventListener(document,"mouseup",this.onmouseup),r.preventDefault(t)}},i.prototype.leftToIndex=function(t){var e=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10,n=t-3,i=Math.round(n/e*(this.values.length-1));return i<0&&(i=0),i>this.values.length-1&&(i=this.values.length-1),i},i.prototype.indexToLeft=function(t){var e=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10;return t/(this.values.length-1)*e+3},i.prototype._onMouseMove=function(t){var e=t.clientX-this.startClientX,n=this.startSlideX+e,i=this.leftToIndex(n);this.setIndex(i),r.preventDefault()},i.prototype._onMouseUp=function(t){this.frame.style.cursor="auto",r.removeEventListener(document,"mousemove",this.onmousemove),r.removeEventListener(document,"mouseup",this.onmouseup),r.preventDefault()},t.exports=i},function(t,e,n){function i(t,e,n,i){this._start=0,this._end=0,this._step=1,this.prettyStep=!0,this.precision=5,this._current=0,this.setRange(t,e,n,i)}i.prototype.isNumeric=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},i.prototype.setRange=function(t,e,n,i){if(!this.isNumeric(t))throw new Error("Parameter 'start' is not numeric; value: "+t);if(!this.isNumeric(e))throw new Error("Parameter 'end' is not numeric; value: "+t);if(!this.isNumeric(n))throw new Error("Parameter 'step' is not numeric; value: "+t);this._start=t||0,this._end=e||0,this.setStep(n,i)},i.prototype.setStep=function(t,e){void 0===t||t<=0||(void 0!==e&&(this.prettyStep=e),!0===this.prettyStep?this._step=i.calculatePrettyStep(t):this._step=t)},i.calculatePrettyStep=function(t){var e=function(t){return Math.log(t)/Math.LN10},n=Math.pow(10,Math.round(e(t))),i=2*Math.pow(10,Math.round(e(t/2))),r=5*Math.pow(10,Math.round(e(t/5))),o=n;return Math.abs(i-t)<=Math.abs(o-t)&&(o=i),Math.abs(r-t)<=Math.abs(o-t)&&(o=r),o<=0&&(o=1),o},i.prototype.getCurrent=function(){return parseFloat(this._current.toPrecision(this.precision))},i.prototype.getStep=function(){return this._step},i.prototype.start=function(t){void 0===t&&(t=!1),this._current=this._start-this._start%this._step,t&&this.getCurrent()<this._start&&this.next()},i.prototype.next=function(){this._current+=this._step},i.prototype.end=function(){return this._current>this._end},t.exports=i},function(t,e,n){function i(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}function r(t){return void 0===t||""===t||"string"!=typeof t?t:t.charAt(0).toUpperCase()+t.slice(1)}function o(t,e){return void 0===t||""===t?e:t+r(e)}function s(t,e,n,i){for(var r,s,a=0;a<n.length;++a)r=n[a],s=o(i,r),e[s]=t[r]}function a(t,e,n,i){for(var r,s,a=0;a<n.length;++a)r=n[a],void 0!==t[r]&&(s=o(i,r),e[s]=t[r])}function u(t,e){if(void 0===t||i(t))throw new Error("No DEFAULTS passed");if(void 0===e)throw new Error("No dst passed");k=t,s(t,e,T),s(t,e,D,"default"),l(t,e),e.margin=10,e.showGrayBottom=!1,e.showTooltip=!1,e.onclick_callback=null,e.eye=new x(0,0,-1)}function h(t,e){if(void 0!==t){if(void 0===e)throw new Error("No dst passed");if(void 0===k||i(k))throw new Error("DEFAULTS not set for module Settings");a(t,e,T),a(t,e,D,"default"),l(t,e)}}function l(t,e){void 0!==t.backgroundColor&&m(t.backgroundColor,e),v(t.dataColor,e),p(t.style,e),c(t.showLegend,e),y(t.cameraPosition,e),void 0!==t.tooltip&&(e.showTooltip=t.tooltip),void 0!=t.onclick&&(e.onclick_callback=t.onclick),void 0!==t.tooltipStyle&&w.selectiveDeepExtend(["tooltipStyle"],e,t)}function c(t,e){if(void 0===t){if(void 0===k.showLegend){var n=e.style===S.DOTCOLOR||e.style===S.DOTSIZE;e.showLegend=n}}else e.showLegend=t}function d(t){var e=M[t];return void 0===e?-1:e}function f(t){var e=!1;for(var n in S)if(S[n]===t){e=!0;break}return e}function p(t,e){if(void 0!==t){var n;if("string"==typeof t){if(-1===(n=d(t)))throw new Error("Style '"+t+"' is invalid")}else{if(!f(t))throw new Error("Style '"+t+"' is invalid");n=t}e.style=n}}function m(t,e){var n="white",i="gray",r=1;if("string"==typeof t)n=t,i="none",r=0;else{if("object"!==(void 0===t?"undefined":(0,_.default)(t)))throw new Error("Unsupported type of backgroundColor");void 0!==t.fill&&(n=t.fill),void 0!==t.stroke&&(i=t.stroke),void 0!==t.strokeWidth&&(r=t.strokeWidth)}e.frame.style.backgroundColor=n,e.frame.style.borderColor=i,e.frame.style.borderWidth=r+"px",e.frame.style.borderStyle="solid"}function v(t,e){void 0!==t&&(void 0===e.dataColor&&(e.dataColor={}),"string"==typeof t?(e.dataColor.fill=t,e.dataColor.stroke=t):(t.fill&&(e.dataColor.fill=t.fill),t.stroke&&(e.dataColor.stroke=t.stroke),void 0!==t.strokeWidth&&(e.dataColor.strokeWidth=t.strokeWidth)))}function y(t,e){var n=t;void 0!==n&&(void 0===e.camera&&(e.camera=new b),e.camera.setArmRotation(n.horizontal,n.vertical),e.camera.setArmLength(n.distance))}var g=n(19),_=function(t){return t&&t.__esModule?t:{default:t}}(g),w=n(3),b=n(53),x=n(13),S={BAR:0,BARCOLOR:1,BARSIZE:2,DOT:3,DOTLINE:4,DOTCOLOR:5,DOTSIZE:6,GRID:7,LINE:8,SURFACE:9},M={dot:S.DOT,"dot-line":S.DOTLINE,"dot-color":S.DOTCOLOR,"dot-size":S.DOTSIZE,line:S.LINE,grid:S.GRID,surface:S.SURFACE,bar:S.BAR,"bar-color":S.BARCOLOR,"bar-size":S.BARSIZE},T=["width","height","filterLabel","legendLabel","xLabel","yLabel","zLabel","xValueLabel","yValueLabel","zValueLabel","showXAxis","showYAxis","showZAxis","showGrid","showPerspective","showShadow","keepAspectRatio","verticalRatio","dotSizeRatio","dotSizeMinFraction","dotSizeMaxFraction","showAnimationControls","animationInterval","animationPreload","animationAutoStart","axisColor","gridColor","xCenter","yCenter"],D=["xBarWidth","yBarWidth","valueMin","valueMax","xMin","xMax","xStep","yMin","yMax","yStep","zMin","zMax","zStep"],k=void 0;t.exports.STYLE=S,t.exports.setDefaults=u,t.exports.setOptions=h,t.exports.setCameraPosition=y},function(t,e,n){function i(){this.armLocation=new s,this.armRotation={},this.armRotation.horizontal=0,this.armRotation.vertical=0,this.armLength=1.7,this.cameraOffset=new s,this.offsetMultiplier=.6,this.cameraLocation=new s,this.cameraRotation=new s(.5*Math.PI,0,0),this.calculateCameraOrientation()}var r=n(107),o=function(t){return t&&t.__esModule?t:{default:t}}(r),s=n(13);i.prototype.setOffset=function(t,e){var n=Math.abs,i=o.default,r=this.offsetMultiplier,s=this.armLength*r;n(t)>s&&(t=i(t)*s),n(e)>s&&(e=i(e)*s),this.cameraOffset.x=t,this.cameraOffset.y=e,this.calculateCameraOrientation()},i.prototype.getOffset=function(){return this.cameraOffset},i.prototype.setArmLocation=function(t,e,n){this.armLocation.x=t,this.armLocation.y=e,this.armLocation.z=n,this.calculateCameraOrientation()},i.prototype.setArmRotation=function(t,e){void 0!==t&&(this.armRotation.horizontal=t),void 0!==e&&(this.armRotation.vertical=e,this.armRotation.vertical<0&&(this.armRotation.vertical=0),this.armRotation.vertical>.5*Math.PI&&(this.armRotation.vertical=.5*Math.PI)),void 0===t&&void 0===e||this.calculateCameraOrientation()},i.prototype.getArmRotation=function(){var t={};return t.horizontal=this.armRotation.horizontal,t.vertical=this.armRotation.vertical,t},i.prototype.setArmLength=function(t){void 0!==t&&(this.armLength=t,this.armLength<.71&&(this.armLength=.71),this.armLength>5&&(this.armLength=5),this.setOffset(this.cameraOffset.x,this.cameraOffset.y),this.calculateCameraOrientation())},i.prototype.getArmLength=function(){return this.armLength},i.prototype.getCameraLocation=function(){return this.cameraLocation},i.prototype.getCameraRotation=function(){return this.cameraRotation},i.prototype.calculateCameraOrientation=function(){this.cameraLocation.x=this.armLocation.x-this.armLength*Math.sin(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.y=this.armLocation.y-this.armLength*Math.cos(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical),this.cameraLocation.z=this.armLocation.z+this.armLength*Math.sin(this.armRotation.vertical),this.cameraRotation.x=Math.PI/2-this.armRotation.vertical,this.cameraRotation.y=0,this.cameraRotation.z=-this.armRotation.horizontal;var t=this.cameraRotation.x,e=this.cameraRotation.z,n=this.cameraOffset.x,i=this.cameraOffset.y,r=Math.sin,o=Math.cos;this.cameraLocation.x=this.cameraLocation.x+n*o(e)+i*-r(e)*o(t),this.cameraLocation.y=this.cameraLocation.y+n*r(e)+i*o(e)*o(t),this.cameraLocation.z=this.cameraLocation.z+i*r(t)},t.exports=i},function(t,e,n){function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.printStyle=void 0;var r=n(47),o=i(r),s=n(19),a=i(s),u=n(18),h=i(u),l=n(111),c=i(l),d=n(112),f=i(d),p=n(3),m=!1,v=void 0,y="background: #FFeeee; color: #dd0000",g=function(){function t(){(0,c.default)(this,t)}return(0,f.default)(t,null,[{key:"validate",value:function(e,n,i){m=!1,v=n;var r=n;return void 0!==i&&(r=n[i]),t.parse(e,r,[]),m}},{key:"parse",value:function(e,n,i){for(var r in e)e.hasOwnProperty(r)&&t.check(r,e,n,i)}},{key:"check",value:function(e,n,i,r){if(void 0===i[e]&&void 0===i.__any__)return void t.getSuggestion(e,i,r);var o=e,s=!0;void 0===i[e]&&void 0!==i.__any__&&(o="__any__",s="object"===t.getType(n[e]));var a=i[o];s&&void 0!==a.__type__&&(a=a.__type__),t.checkFields(e,n,i,o,a,r)}},{key:"checkFields",value:function(e,n,i,r,o,s){var a=function(n){console.log("%c"+n+t.printLocation(s,e),y)},u=t.getType(n[e]),l=o[u];void 0!==l?"array"===t.getType(l)&&-1===l.indexOf(n[e])?(a('Invalid option detected in "'+e+'". Allowed values are:'+t.print(l)+' not "'+n[e]+'". '),m=!0):"object"===u&&"__any__"!==r&&(s=p.copyAndExtendArray(s,e),t.parse(n[e],i[r],s)):void 0===o.any&&(a('Invalid type received for "'+e+'". Expected: '+t.print((0,h.default)(o))+". Received ["+u+'] "'+n[e]+'"'),m=!0)}},{key:"getType",value:function(t){var e=void 0===t?"undefined":(0,a.default)(t);return"object"===e?null===t?"null":t instanceof Boolean?"boolean":t instanceof Number?"number":t instanceof String?"string":Array.isArray(t)?"array":t instanceof Date?"date":void 0!==t.nodeType?"dom":!0===t._isAMomentObject?"moment":"object":"number"===e?"number":"boolean"===e?"boolean":"string"===e?"string":void 0===e?"undefined":e}},{key:"getSuggestion",value:function(e,n,i){var r=t.findInOptions(e,n,i,!1),o=t.findInOptions(e,v,[],!0),s=void 0;s=void 0!==r.indexMatch?" in "+t.printLocation(r.path,e,"")+'Perhaps it was incomplete? Did you mean: "'+r.indexMatch+'"?\n\n':o.distance<=4&&r.distance>o.distance?" in "+t.printLocation(r.path,e,"")+"Perhaps it was misplaced? Matching option found at: "+t.printLocation(o.path,o.closestMatch,""):r.distance<=8?'. Did you mean "'+r.closestMatch+'"?'+t.printLocation(r.path,e):". Did you mean one of these: "+t.print((0,h.default)(n))+t.printLocation(i,e),console.log('%cUnknown option detected: "'+e+'"'+s,y),m=!0}},{key:"findInOptions",value:function(e,n,i){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=1e9,s="",a=[],u=e.toLowerCase(),h=void 0;for(var l in n){var c=void 0;if(void 0!==n[l].__type__&&!0===r){var d=t.findInOptions(e,n[l],p.copyAndExtendArray(i,l));o>d.distance&&(s=d.closestMatch,a=d.path,o=d.distance,h=d.indexMatch)}else-1!==l.toLowerCase().indexOf(u)&&(h=l),c=t.levenshteinDistance(e,l),o>c&&(s=l,a=p.copyArray(i),o=c)}return{closestMatch:s,path:a,distance:o,indexMatch:h}}},{key:"printLocation",value:function(t,e){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Problem value found at: \n",i="\n\n"+n+"options = {\n",r=0;r<t.length;r++){for(var o=0;o<r+1;o++)i+=" ";i+=t[r]+": {\n"}for(var s=0;s<t.length+1;s++)i+=" ";i+=e+"\n";for(var a=0;a<t.length+1;a++){for(var u=0;u<t.length-a;u++)i+=" ";i+="}\n"}return i+"\n\n"}},{key:"print",value:function(t){return(0,o.default)(t).replace(/(\")|(\[)|(\])|(,"__type__")/g,"").replace(/(\,)/g,", ")}},{key:"levenshteinDistance",value:function(t,e){if(0===t.length)return e.length;if(0===e.length)return t.length;var n,i=[];for(n=0;n<=e.length;n++)i[n]=[n];var r;for(r=0;r<=t.length;r++)i[0][r]=r;for(n=1;n<=e.length;n++)for(r=1;r<=t.length;r++)e.charAt(n-1)==t.charAt(r-1)?i[n][r]=i[n-1][r-1]:i[n][r]=Math.min(i[n-1][r-1]+1,Math.min(i[n][r-1]+1,i[n-1][r]+1));return i[e.length][t.length]}}]),t}();e.default=g,e.printStyle=y},function(t,e,n){function i(t,e,n){this.dataGroup=t,this.column=e,this.graph=n,this.index=void 0,this.value=void 0,this.values=t.getDistinctValues(this.column),this.values.length>0&&this.selectValue(0),this.dataPoints=[],this.loaded=!1,this.onLoadCallback=void 0,n.animationPreload?(this.loaded=!1,this.loadInBackground()):this.loaded=!0}var r=n(36);i.prototype.isLoaded=function(){return this.loaded},i.prototype.getLoadedProgress=function(){for(var t=this.values.length,e=0;this.dataPoints[e];)e++;return Math.round(e/t*100)},i.prototype.getLabel=function(){return this.graph.filterLabel},i.prototype.getColumn=function(){return this.column},i.prototype.getSelectedValue=function(){if(void 0!==this.index)return this.values[this.index]},i.prototype.getValues=function(){return this.values},i.prototype.getValue=function(t){if(t>=this.values.length)throw new Error("Index out of range");return this.values[t]},i.prototype._getDataPoints=function(t){if(void 0===t&&(t=this.index),void 0===t)return[];var e;if(this.dataPoints[t])e=this.dataPoints[t];else{var n={};n.column=this.column,n.value=this.values[t];var i=new r(this.dataGroup.getDataSet(),{filter:function(t){return t[n.column]==n.value}}).get();e=this.dataGroup._getDataPoints(i),this.dataPoints[t]=e}return e},i.prototype.setOnLoadCallback=function(t){this.onLoadCallback=t},i.prototype.selectValue=function(t){if(t>=this.values.length)throw new Error("Index out of range");this.index=t,this.value=this.values[t]},i.prototype.loadInBackground=function(t){void 0===t&&(t=0);var e=this.graph.frame;if(t<this.values.length){void 0===e.progress&&(e.progress=document.createElement("DIV"),e.progress.style.position="absolute",e.progress.style.color="gray",e.appendChild(e.progress));var n=this.getLoadedProgress();e.progress.innerHTML="Loading animation... "+n+"%",e.progress.style.bottom="60px",e.progress.style.left="10px";var i=this;setTimeout(function(){i.loadInBackground(t+1)},10),this.loaded=!1}else this.loaded=!0,void 0!==e.progress&&(e.removeChild(e.progress),e.progress=void 0),this.onLoadCallback&&this.onLoadCallback()},t.exports=i},function(t,e,n){e.util=n(3),e.DOMutil=n(99),e.DataSet=n(35),e.DataView=n(36),e.Queue=n(48),e.Graph3d=n(101),e.graph3d={Camera:n(53),Filter:n(55),Point2d:n(49),Point3d:n(13),Slider:n(50),StepNumber:n(51)},e.moment=n(46),e.Hammer=n(119),e.keycharm=n(122)},function(t,e,n){t.exports={default:n(58),__esModule:!0}},function(t,e,n){n(37),n(44),t.exports=n(72)},function(t,e,n){var i=n(60),r=n(61),o=n(14),s=n(8);t.exports=n(39)(Array,"Array",function(t,e){this._t=s(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):"keys"==e?r(0,n):"values"==e?r(0,t[n]):r(0,[n,t[n]])},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e){t.exports=function(){}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var i=n(63);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(25),r=n(16),o=n(30),s={};n(9)(s,n(2)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(s,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var i=n(5),r=n(11),o=n(12);t.exports=n(6)?Object.defineProperties:function(t,e){r(t);for(var n,s=o(e),a=s.length,u=0;a>u;)i.f(t,n=s[u++],e[n]);return t}},function(t,e,n){var i=n(8),r=n(67),o=n(68);t.exports=function(t){return function(e,n,s){var a,u=i(e),h=r(u.length),l=o(s,h);if(t&&n!=n){for(;h>l;)if((a=u[l++])!=a)return!0}else for(;h>l;l++)if((t||l in u)&&u[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var i=n(26),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(26),r=Math.max,o=Math.min;t.exports=function(t,e){return t=i(t),t<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(1).document;t.exports=i&&i.documentElement},function(t,e,n){var i=n(7),r=n(31),o=n(27)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){var i=n(26),r=n(22);t.exports=function(t){return function(e,n){var o,s,a=String(r(e)),u=i(n),h=a.length;return u<0||u>=h?t?"":void 0:(o=a.charCodeAt(u),o<55296||o>56319||u+1===h||(s=a.charCodeAt(u+1))<56320||s>57343?t?a.charAt(u):o:t?a.slice(u,u+2):s-56320+(o-55296<<10)+65536)}}},function(t,e,n){var i=n(11),r=n(73);t.exports=n(0).getIterator=function(t){var e=r(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return i(e.call(t))}},function(t,e,n){var i=n(74),r=n(2)("iterator"),o=n(14);t.exports=n(0).getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||o[i(t)]}},function(t,e,n){var i=n(21),r=n(2)("toStringTag"),o="Arguments"==i(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),r))?n:o?i(e):"Object"==(a=i(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e,n){t.exports={default:n(76),__esModule:!0}},function(t,e,n){n(77);var i=n(0).Object;t.exports=function(t,e){return i.create(t,e)}},function(t,e,n){var i=n(4);i(i.S,"Object",{create:n(25)})},function(t,e,n){n(79),t.exports=n(0).Object.keys},function(t,e,n){var i=n(31),r=n(12);n(80)("keys",function(){return function(t){return r(i(t))}})},function(t,e,n){var i=n(4),r=n(0),o=n(10);t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],s={};s[t]=e(n),i(i.S+i.F*o(function(){n(1)}),"Object",s)}},function(t,e,n){t.exports={default:n(82),__esModule:!0}},function(t,e,n){n(44),n(37),t.exports=n(32).f("iterator")},function(t,e,n){t.exports={default:n(84),__esModule:!0}},function(t,e,n){n(85),n(91),n(92),n(93),t.exports=n(0).Symbol},function(t,e,n){var i=n(1),r=n(7),o=n(6),s=n(4),a=n(42),u=n(86).KEY,h=n(10),l=n(28),c=n(30),d=n(17),f=n(2),p=n(32),m=n(33),v=n(87),y=n(88),g=n(11),_=n(8),w=n(24),b=n(16),x=n(25),S=n(89),M=n(90),T=n(5),D=n(12),k=M.f,O=T.f,E=S.f,C=i.Symbol,P=i.JSON,L=P&&P.stringify,R=f("_hidden"),A=f("toPrimitive"),Y={}.propertyIsEnumerable,I=l("symbol-registry"),z=l("symbols"),N=l("op-symbols"),W=Object.prototype,j="function"==typeof C,F=i.QObject,V=!F||!F.prototype||!F.prototype.findChild,G=o&&h(function(){return 7!=x(O({},"a",{get:function(){return O(this,"a",{value:7}).a}})).a})?function(t,e,n){var i=k(W,e);i&&delete W[e],O(t,e,n),i&&t!==W&&O(W,e,i)}:O,B=function(t){var e=z[t]=x(C.prototype);return e._k=t,e},U=j&&"symbol"==typeof C.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof C},H=function(t,e,n){return t===W&&H(N,e,n),g(t),e=w(e,!0),g(n),r(z,e)?(n.enumerable?(r(t,R)&&t[R][e]&&(t[R][e]=!1),n=x(n,{enumerable:b(0,!1)})):(r(t,R)||O(t,R,b(1,{})),t[R][e]=!0),G(t,e,n)):O(t,e,n)},X=function(t,e){g(t);for(var n,i=v(e=_(e)),r=0,o=i.length;o>r;)H(t,n=i[r++],e[n]);return t},Z=function(t,e){return void 0===e?x(t):X(x(t),e)},q=function(t){var e=Y.call(this,t=w(t,!0));return!(this===W&&r(z,t)&&!r(N,t))&&(!(e||!r(this,t)||!r(z,t)||r(this,R)&&this[R][t])||e)},$=function(t,e){if(t=_(t),e=w(e,!0),t!==W||!r(z,e)||r(N,e)){var n=k(t,e);return!n||!r(z,e)||r(t,R)&&t[R][e]||(n.enumerable=!0),n}},J=function(t){for(var e,n=E(_(t)),i=[],o=0;n.length>o;)r(z,e=n[o++])||e==R||e==u||i.push(e);return i},Q=function(t){for(var e,n=t===W,i=E(n?N:_(t)),o=[],s=0;i.length>s;)!r(z,e=i[s++])||n&&!r(W,e)||o.push(z[e]);return o};j||(C=function(){if(this instanceof C)throw TypeError("Symbol is not a constructor!");var t=d(arguments.length>0?arguments[0]:void 0),e=function(n){this===W&&e.call(N,n),r(this,R)&&r(this[R],t)&&(this[R][t]=!1),G(this,t,b(1,n))};return o&&V&&G(W,t,{configurable:!0,set:e}),B(t)},a(C.prototype,"toString",function(){return this._k}),M.f=$,T.f=H,n(45).f=S.f=J,n(20).f=q,n(34).f=Q,o&&!n(23)&&a(W,"propertyIsEnumerable",q,!0),p.f=function(t){return B(f(t))}),s(s.G+s.W+s.F*!j,{Symbol:C});for(var K="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),tt=0;K.length>tt;)f(K[tt++]);for(var et=D(f.store),nt=0;et.length>nt;)m(et[nt++]);s(s.S+s.F*!j,"Symbol",{for:function(t){return r(I,t+="")?I[t]:I[t]=C(t)},keyFor:function(t){if(!U(t))throw TypeError(t+" is not a symbol!");for(var e in I)if(I[e]===t)return e},useSetter:function(){V=!0},useSimple:function(){V=!1}}),s(s.S+s.F*!j,"Object",{create:Z,defineProperty:H,defineProperties:X,getOwnPropertyDescriptor:$,getOwnPropertyNames:J,getOwnPropertySymbols:Q}),P&&s(s.S+s.F*(!j||h(function(){var t=C();return"[null]"!=L([t])||"{}"!=L({a:t})||"{}"!=L(Object(t))})),"JSON",{stringify:function(t){if(void 0!==t&&!U(t)){for(var e,n,i=[t],r=1;arguments.length>r;)i.push(arguments[r++]);return e=i[1],"function"==typeof e&&(n=e),!n&&y(e)||(e=function(t,e){if(n&&(e=n.call(this,t,e)),!U(e))return e}),i[1]=e,L.apply(P,i)}}}),C.prototype[A]||n(9)(C.prototype,A,C.prototype.valueOf),c(C,"Symbol"),c(Math,"Math",!0),c(i.JSON,"JSON",!0)},function(t,e,n){var i=n(17)("meta"),r=n(15),o=n(7),s=n(5).f,a=0,u=Object.isExtensible||function(){return!0},h=!n(10)(function(){return u(Object.preventExtensions({}))}),l=function(t){s(t,i,{value:{i:"O"+ ++a,w:{}}})},c=function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,i)){if(!u(t))return"F";if(!e)return"E";l(t)}return t[i].i},d=function(t,e){if(!o(t,i)){if(!u(t))return!0;if(!e)return!1;l(t)}return t[i].w},f=function(t){return h&&p.NEED&&u(t)&&!o(t,i)&&l(t),t},p=t.exports={KEY:i,NEED:!1,fastKey:c,getWeak:d,onFreeze:f}},function(t,e,n){var i=n(12),r=n(34),o=n(20);t.exports=function(t){var e=i(t),n=r.f;if(n)for(var s,a=n(t),u=o.f,h=0;a.length>h;)u.call(t,s=a[h++])&&e.push(s);return e}},function(t,e,n){var i=n(21);t.exports=Array.isArray||function(t){return"Array"==i(t)}},function(t,e,n){var i=n(8),r=n(45).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return r(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):r(i(t))}},function(t,e,n){var i=n(20),r=n(16),o=n(8),s=n(24),a=n(7),u=n(40),h=Object.getOwnPropertyDescriptor;e.f=n(6)?h:function(t,e){if(t=o(t),e=s(e,!0),u)try{return h(t,e)}catch(t){}if(a(t,e))return r(!i.f.call(t,e),t[e])}},function(t,e){},function(t,e,n){n(33)("asyncIterator")},function(t,e,n){n(33)("observable")},function(t,e,n){(function(t){!function(e,n){t.exports=n()}(0,function(){function e(){return ki.apply(null,arguments)}function n(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function i(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function r(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(t.hasOwnProperty(e))return!1;return!0}function o(t){return void 0===t}function s(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function a(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function u(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function h(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function l(t,e){for(var n in e)h(e,n)&&(t[n]=e[n]);return h(e,"toString")&&(t.toString=e.toString),h(e,"valueOf")&&(t.valueOf=e.valueOf),t}function c(t,e,n,i){return Me(t,e,n,i,!0).utc()}function d(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function f(t){return null==t._pf&&(t._pf=d()),t._pf}function p(t){if(null==t._isValid){var e=f(t),n=Oi.call(e.parsedDateParts,function(t){return null!=t}),i=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return i;t._isValid=i}return t._isValid}function m(t){var e=c(NaN);return null!=t?l(f(e),t):f(e).userInvalidated=!0,e}function v(t,e){var n,i,r;if(o(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),o(e._i)||(t._i=e._i),o(e._f)||(t._f=e._f),o(e._l)||(t._l=e._l),o(e._strict)||(t._strict=e._strict),o(e._tzm)||(t._tzm=e._tzm),o(e._isUTC)||(t._isUTC=e._isUTC),o(e._offset)||(t._offset=e._offset),o(e._pf)||(t._pf=f(e)),o(e._locale)||(t._locale=e._locale),Ei.length>0)for(n=0;n<Ei.length;n++)i=Ei[n],r=e[i],o(r)||(t[i]=r);return t}function y(t){v(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Ci&&(Ci=!0,e.updateOffset(this),Ci=!1)}function g(t){return t instanceof y||null!=t&&null!=t._isAMomentObject}function _(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function w(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=_(e)),n}function b(t,e,n){var i,r=Math.min(t.length,e.length),o=Math.abs(t.length-e.length),s=0;for(i=0;i<r;i++)(n&&t[i]!==e[i]||!n&&w(t[i])!==w(e[i]))&&s++;return s+o}function x(t){!1===e.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function S(t,n){var i=!0;return l(function(){if(null!=e.deprecationHandler&&e.deprecationHandler(null,t),i){for(var r,o=[],s=0;s<arguments.length;s++){if(r="","object"==typeof arguments[s]){r+="\n["+s+"] ";for(var a in arguments[0])r+=a+": "+arguments[0][a]+", ";r=r.slice(0,-2)}else r=arguments[s];o.push(r)}x(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),i=!1}return n.apply(this,arguments)},n)}function M(t,n){null!=e.deprecationHandler&&e.deprecationHandler(t,n),Pi[t]||(x(n),Pi[t]=!0)}function T(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function D(t){var e,n;for(n in t)e=t[n],T(e)?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function k(t,e){var n,r=l({},t);for(n in e)h(e,n)&&(i(t[n])&&i(e[n])?(r[n]={},l(r[n],t[n]),l(r[n],e[n])):null!=e[n]?r[n]=e[n]:delete r[n]);for(n in t)h(t,n)&&!h(e,n)&&i(t[n])&&(r[n]=l({},r[n]));return r}function O(t){null!=t&&this.set(t)}function E(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return T(i)?i.call(e,n):i}function C(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])}function P(){return this._invalidDate}function L(t){return this._ordinal.replace("%d",t)}function R(t,e,n,i){var r=this._relativeTime[n];return T(r)?r(t,e,n,i):r.replace(/%d/i,t)}function A(t,e){var n=this._relativeTime[t>0?"future":"past"];return T(n)?n(e):n.replace(/%s/i,e)}function Y(t,e){var n=t.toLowerCase();zi[n]=zi[n+"s"]=zi[e]=t}function I(t){return"string"==typeof t?zi[t]||zi[t.toLowerCase()]:void 0}function z(t){var e,n,i={};for(n in t)h(t,n)&&(e=I(n))&&(i[e]=t[n]);return i}function N(t,e){Ni[t]=e}function W(t){var e=[];for(var n in t)e.push({unit:n,priority:Ni[n]});return e.sort(function(t,e){return t.priority-e.priority}),e}function j(t,e,n){var i=""+Math.abs(t),r=e-i.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+i}function F(t,e,n,i){var r=i;"string"==typeof i&&(r=function(){return this[i]()}),t&&(Vi[t]=r),e&&(Vi[e[0]]=function(){return j(r.apply(this,arguments),e[1],e[2])}),n&&(Vi[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function V(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function G(t){var e,n,i=t.match(Wi);for(e=0,n=i.length;e<n;e++)Vi[i[e]]?i[e]=Vi[i[e]]:i[e]=V(i[e]);return function(e){var r,o="";for(r=0;r<n;r++)o+=T(i[r])?i[r].call(e,t):i[r];return o}}function B(t,e){return t.isValid()?(e=U(e,t.localeData()),Fi[e]=Fi[e]||G(e),Fi[e](t)):t.localeData().invalidDate()}function U(t,e){function n(t){return e.longDateFormat(t)||t}var i=5;for(ji.lastIndex=0;i>=0&&ji.test(t);)t=t.replace(ji,n),ji.lastIndex=0,i-=1;return t}function H(t,e,n){sr[t]=T(e)?e:function(t,i){return t&&n?n:e}}function X(t,e){return h(sr,t)?sr[t](e._strict,e._locale):new RegExp(Z(t))}function Z(t){return q(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,r){return e||n||i||r}))}function q(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function $(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),s(e)&&(i=function(t,n){n[e]=w(t)}),n=0;n<t.length;n++)ar[t[n]]=i}function J(t,e){$(t,function(t,n,i,r){i._w=i._w||{},e(t,i._w,i,r)})}function Q(t,e,n){null!=e&&h(ar,t)&&ar[t](e,n._a,n,t)}function K(t){return tt(t)?366:365}function tt(t){return t%4==0&&t%100!=0||t%400==0}function et(){return tt(this.year())}function nt(t,n){return function(i){return null!=i?(rt(this,t,i),e.updateOffset(this,n),this):it(this,t)}}function it(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function rt(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&tt(t.year())?t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),ut(n,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](n))}function ot(t){return t=I(t),T(this[t])?this[t]():this}function st(t,e){if("object"==typeof t){t=z(t);for(var n=W(t),i=0;i<n.length;i++)this[n[i].unit](t[n[i].unit])}else if(t=I(t),T(this[t]))return this[t](e);return this}function at(t,e){return(t%e+e)%e}function ut(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=at(e,12);return t+=(e-n)/12,1===n?tt(t)?29:28:31-n%7%2}function ht(t,e){return t?n(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||_r).test(e)?"format":"standalone"][t.month()]:n(this._months)?this._months:this._months.standalone}function lt(t,e){return t?n(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[_r.test(e)?"format":"standalone"][t.month()]:n(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function ct(t,e,n){var i,r,o,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)o=c([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===e?(r=yr.call(this._shortMonthsParse,s),-1!==r?r:null):(r=yr.call(this._longMonthsParse,s),-1!==r?r:null):"MMM"===e?-1!==(r=yr.call(this._shortMonthsParse,s))?r:(r=yr.call(this._longMonthsParse,s),-1!==r?r:null):-1!==(r=yr.call(this._longMonthsParse,s))?r:(r=yr.call(this._shortMonthsParse,s),-1!==r?r:null)}function dt(t,e,n){var i,r,o;if(this._monthsParseExact)return ct.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(r=c([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[i]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}}function ft(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=w(e);else if(e=t.localeData().monthsParse(e),!s(e))return t;return n=Math.min(t.date(),ut(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function pt(t){return null!=t?(ft(this,t),e.updateOffset(this,!0),this):it(this,"Month")}function mt(){return ut(this.year(),this.month())}function vt(t){return this._monthsParseExact?(h(this,"_monthsRegex")||gt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(h(this,"_monthsShortRegex")||(this._monthsShortRegex=xr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function yt(t){return this._monthsParseExact?(h(this,"_monthsRegex")||gt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(h(this,"_monthsRegex")||(this._monthsRegex=Sr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function gt(){function t(t,e){return e.length-t.length}var e,n,i=[],r=[],o=[];for(e=0;e<12;e++)n=c([2e3,e]),i.push(this.monthsShort(n,"")),r.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(i.sort(t),r.sort(t),o.sort(t),e=0;e<12;e++)i[e]=q(i[e]),r[e]=q(r[e]);for(e=0;e<24;e++)o[e]=q(o[e]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function _t(t,e,n,i,r,o,s){var a=new Date(t,e,n,i,r,o,s);return t<100&&t>=0&&isFinite(a.getFullYear())&&a.setFullYear(t),a}function wt(t){var e=new Date(Date.UTC.apply(null,arguments));return t<100&&t>=0&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function bt(t,e,n){var i=7+e-n;return-(7+wt(t,0,i).getUTCDay()-e)%7+i-1}function xt(t,e,n,i,r){var o,s,a=(7+n-i)%7,u=bt(t,i,r),h=1+7*(e-1)+a+u;return h<=0?(o=t-1,s=K(o)+h):h>K(t)?(o=t+1,s=h-K(t)):(o=t,s=h),{year:o,dayOfYear:s}}function St(t,e,n){var i,r,o=bt(t.year(),e,n),s=Math.floor((t.dayOfYear()-o-1)/7)+1;return s<1?(r=t.year()-1,i=s+Mt(r,e,n)):s>Mt(t.year(),e,n)?(i=s-Mt(t.year(),e,n),r=t.year()+1):(r=t.year(),i=s),{week:i,year:r}}function Mt(t,e,n){var i=bt(t,e,n),r=bt(t+1,e,n);return(K(t)-i+r)/7}function Tt(t){return St(t,this._week.dow,this._week.doy).week}function Dt(){return this._week.dow}function kt(){return this._week.doy}function Ot(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")}function Et(t){var e=St(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")}function Ct(t,e){return"string"!=typeof t?t:isNaN(t)?(t=e.weekdaysParse(t),"number"==typeof t?t:null):parseInt(t,10)}function Pt(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function Lt(t,e){return t?n(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:n(this._weekdays)?this._weekdays:this._weekdays.standalone}function Rt(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort}function At(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin}function Yt(t,e,n){var i,r,o,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)o=c([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===e?(r=yr.call(this._weekdaysParse,s),-1!==r?r:null):"ddd"===e?(r=yr.call(this._shortWeekdaysParse,s),-1!==r?r:null):(r=yr.call(this._minWeekdaysParse,s),-1!==r?r:null):"dddd"===e?-1!==(r=yr.call(this._weekdaysParse,s))?r:-1!==(r=yr.call(this._shortWeekdaysParse,s))?r:(r=yr.call(this._minWeekdaysParse,s),-1!==r?r:null):"ddd"===e?-1!==(r=yr.call(this._shortWeekdaysParse,s))?r:-1!==(r=yr.call(this._weekdaysParse,s))?r:(r=yr.call(this._minWeekdaysParse,s),-1!==r?r:null):-1!==(r=yr.call(this._minWeekdaysParse,s))?r:-1!==(r=yr.call(this._weekdaysParse,s))?r:(r=yr.call(this._shortWeekdaysParse,s),-1!==r?r:null)}function It(t,e,n){var i,r,o;if(this._weekdaysParseExact)return Yt.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(r=c([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(r,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(r,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(r,"").replace(".",".?")+"$","i")),this._weekdaysParse[i]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[i]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}}function zt(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=Ct(t,this.localeData()),this.add(t-e,"d")):e}function Nt(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")}function Wt(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=Pt(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7}function jt(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(h(this,"_weekdaysRegex")||(this._weekdaysRegex=Or),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function Ft(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(h(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Er),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Vt(t){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(h(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Cr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Gt(){function t(t,e){return e.length-t.length}var e,n,i,r,o,s=[],a=[],u=[],h=[];for(e=0;e<7;e++)n=c([2e3,1]).day(e),i=this.weekdaysMin(n,""),r=this.weekdaysShort(n,""),o=this.weekdays(n,""),s.push(i),a.push(r),u.push(o),h.push(i),h.push(r),h.push(o);for(s.sort(t),a.sort(t),u.sort(t),h.sort(t),e=0;e<7;e++)a[e]=q(a[e]),u[e]=q(u[e]),h[e]=q(h[e]);this._weekdaysRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Bt(){return this.hours()%12||12}function Ut(){return this.hours()||24}function Ht(t,e){F(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function Xt(t,e){return e._meridiemParse}function Zt(t){return"p"===(t+"").toLowerCase().charAt(0)}function qt(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"}function $t(t){return t?t.toLowerCase().replace("_","-"):t}function Jt(t){for(var e,n,i,r,o=0;o<t.length;){for(r=$t(t[o]).split("-"),e=r.length,n=$t(t[o+1]),n=n?n.split("-"):null;e>0;){if(i=Qt(r.slice(0,e).join("-")))return i;if(n&&n.length>=e&&b(r,n,!0)>=e-1)break;e--}o++}return null}function Qt(e){var n=null;if(!Yr[e]&&void 0!==t&&t&&t.exports)try{n=Pr._abbr;!function(){var t=new Error('Cannot find module "./locale"');throw t.code="MODULE_NOT_FOUND",t}(),Kt(n)}catch(t){}return Yr[e]}function Kt(t,e){var n;return t&&(n=o(e)?ne(t):te(t,e))&&(Pr=n),Pr._abbr}function te(t,e){if(null!==e){var n=Ar;if(e.abbr=t,null!=Yr[t])M("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=Yr[t]._config;else if(null!=e.parentLocale){if(null==Yr[e.parentLocale])return Ir[e.parentLocale]||(Ir[e.parentLocale]=[]),Ir[e.parentLocale].push({name:t,config:e}),null;n=Yr[e.parentLocale]._config}return Yr[t]=new O(k(n,e)),Ir[t]&&Ir[t].forEach(function(t){te(t.name,t.config)}),Kt(t),Yr[t]}return delete Yr[t],null}function ee(t,e){if(null!=e){var n,i=Ar;null!=Yr[t]&&(i=Yr[t]._config),e=k(i,e),n=new O(e),n.parentLocale=Yr[t],Yr[t]=n,Kt(t)}else null!=Yr[t]&&(null!=Yr[t].parentLocale?Yr[t]=Yr[t].parentLocale:null!=Yr[t]&&delete Yr[t]);return Yr[t]}function ne(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Pr;if(!n(t)){if(e=Qt(t))return e;t=[t]}return Jt(t)}function ie(){return Li(Yr)}function re(t){var e,n=t._a;return n&&-2===f(t).overflow&&(e=n[hr]<0||n[hr]>11?hr:n[lr]<1||n[lr]>ut(n[ur],n[hr])?lr:n[cr]<0||n[cr]>24||24===n[cr]&&(0!==n[dr]||0!==n[fr]||0!==n[pr])?cr:n[dr]<0||n[dr]>59?dr:n[fr]<0||n[fr]>59?fr:n[pr]<0||n[pr]>999?pr:-1,f(t)._overflowDayOfYear&&(e<ur||e>lr)&&(e=lr),f(t)._overflowWeeks&&-1===e&&(e=mr),f(t)._overflowWeekday&&-1===e&&(e=vr),f(t).overflow=e),t}function oe(t,e,n){return null!=t?t:null!=e?e:n}function se(t){var n=new Date(e.now());return t._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()]}function ae(t){var e,n,i,r,o=[];if(!t._d){for(i=se(t),t._w&&null==t._a[lr]&&null==t._a[hr]&&ue(t),null!=t._dayOfYear&&(r=oe(t._a[ur],i[ur]),(t._dayOfYear>K(r)||0===t._dayOfYear)&&(f(t)._overflowDayOfYear=!0),n=wt(r,0,t._dayOfYear),t._a[hr]=n.getUTCMonth(),t._a[lr]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=o[e]=i[e];for(;e<7;e++)t._a[e]=o[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[cr]&&0===t._a[dr]&&0===t._a[fr]&&0===t._a[pr]&&(t._nextDay=!0,t._a[cr]=0),t._d=(t._useUTC?wt:_t).apply(null,o),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[cr]=24),t._w&&void 0!==t._w.d&&t._w.d!==t._d.getDay()&&(f(t).weekdayMismatch=!0)}}function ue(t){var e,n,i,r,o,s,a,u;if(e=t._w,null!=e.GG||null!=e.W||null!=e.E)o=1,s=4,n=oe(e.GG,t._a[ur],St(Te(),1,4).year),i=oe(e.W,1),((r=oe(e.E,1))<1||r>7)&&(u=!0);else{o=t._locale._week.dow,s=t._locale._week.doy;var h=St(Te(),o,s);n=oe(e.gg,t._a[ur],h.year),i=oe(e.w,h.week),null!=e.d?((r=e.d)<0||r>6)&&(u=!0):null!=e.e?(r=e.e+o,(e.e<0||e.e>6)&&(u=!0)):r=o}i<1||i>Mt(n,o,s)?f(t)._overflowWeeks=!0:null!=u?f(t)._overflowWeekday=!0:(a=xt(n,i,r,o,s),t._a[ur]=a.year,t._dayOfYear=a.dayOfYear)}function he(t){var e,n,i,r,o,s,a=t._i,u=zr.exec(a)||Nr.exec(a);if(u){for(f(t).iso=!0,e=0,n=jr.length;e<n;e++)if(jr[e][1].exec(u[1])){r=jr[e][0],i=!1!==jr[e][2];break}if(null==r)return void(t._isValid=!1);if(u[3]){for(e=0,n=Fr.length;e<n;e++)if(Fr[e][1].exec(u[3])){o=(u[2]||" ")+Fr[e][0];break}if(null==o)return void(t._isValid=!1)}if(!i&&null!=o)return void(t._isValid=!1);if(u[4]){if(!Wr.exec(u[4]))return void(t._isValid=!1);s="Z"}t._f=r+(o||"")+(s||""),ye(t)}else t._isValid=!1}function le(t,e,n,i,r,o){var s=[ce(t),br.indexOf(e),parseInt(n,10),parseInt(i,10),parseInt(r,10)];return o&&s.push(parseInt(o,10)),s}function ce(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function de(t){return t.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}function fe(t,e,n){if(t){if(Dr.indexOf(t)!==new Date(e[0],e[1],e[2]).getDay())return f(n).weekdayMismatch=!0,n._isValid=!1,!1}return!0}function pe(t,e,n){if(t)return Br[t];if(e)return 0;var i=parseInt(n,10),r=i%100;return(i-r)/100*60+r}function me(t){var e=Gr.exec(de(t._i));if(e){var n=le(e[4],e[3],e[2],e[5],e[6],e[7]);if(!fe(e[1],n,t))return;t._a=n,t._tzm=pe(e[8],e[9],e[10]),t._d=wt.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),f(t).rfc2822=!0}else t._isValid=!1}function ve(t){var n=Vr.exec(t._i);if(null!==n)return void(t._d=new Date(+n[1]));he(t),!1===t._isValid&&(delete t._isValid,me(t),!1===t._isValid&&(delete t._isValid,e.createFromInputFallback(t)))}function ye(t){if(t._f===e.ISO_8601)return void he(t);if(t._f===e.RFC_2822)return void me(t);t._a=[],f(t).empty=!0;var n,i,r,o,s,a=""+t._i,u=a.length,h=0;for(r=U(t._f,t._locale).match(Wi)||[],n=0;n<r.length;n++)o=r[n],i=(a.match(X(o,t))||[])[0],i&&(s=a.substr(0,a.indexOf(i)),s.length>0&&f(t).unusedInput.push(s),a=a.slice(a.indexOf(i)+i.length),h+=i.length),Vi[o]?(i?f(t).empty=!1:f(t).unusedTokens.push(o),Q(o,i,t)):t._strict&&!i&&f(t).unusedTokens.push(o);f(t).charsLeftOver=u-h,a.length>0&&f(t).unusedInput.push(a),t._a[cr]<=12&&!0===f(t).bigHour&&t._a[cr]>0&&(f(t).bigHour=void 0),f(t).parsedDateParts=t._a.slice(0),f(t).meridiem=t._meridiem,t._a[cr]=ge(t._locale,t._a[cr],t._meridiem),ae(t),re(t)}function ge(t,e,n){var i;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?(i=t.isPM(n),i&&e<12&&(e+=12),i||12!==e||(e=0),e):e}function _e(t){var e,n,i,r,o;if(0===t._f.length)return f(t).invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<t._f.length;r++)o=0,e=v({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[r],ye(e),p(e)&&(o+=f(e).charsLeftOver,o+=10*f(e).unusedTokens.length,f(e).score=o,(null==i||o<i)&&(i=o,n=e));l(t,n||e)}function we(t){if(!t._d){var e=z(t._i);t._a=u([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],function(t){return t&&parseInt(t,10)}),ae(t)}}function be(t){var e=new y(re(xe(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function xe(t){var e=t._i,i=t._f;return t._locale=t._locale||ne(t._l),null===e||void 0===i&&""===e?m({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),g(e)?new y(re(e)):(a(e)?t._d=e:n(i)?_e(t):i?ye(t):Se(t),p(t)||(t._d=null),t))}function Se(t){var r=t._i;o(r)?t._d=new Date(e.now()):a(r)?t._d=new Date(r.valueOf()):"string"==typeof r?ve(t):n(r)?(t._a=u(r.slice(0),function(t){return parseInt(t,10)}),ae(t)):i(r)?we(t):s(r)?t._d=new Date(r):e.createFromInputFallback(t)}function Me(t,e,o,s,a){var u={};return!0!==o&&!1!==o||(s=o,o=void 0),(i(t)&&r(t)||n(t)&&0===t.length)&&(t=void 0),u._isAMomentObject=!0,u._useUTC=u._isUTC=a,u._l=o,u._i=t,u._f=e,u._strict=s,be(u)}function Te(t,e,n,i){return Me(t,e,n,i,!1)}function De(t,e){var i,r;if(1===e.length&&n(e[0])&&(e=e[0]),!e.length)return Te();for(i=e[0],r=1;r<e.length;++r)e[r].isValid()&&!e[r][t](i)||(i=e[r]);return i}function ke(){return De("isBefore",[].slice.call(arguments,0))}function Oe(){return De("isAfter",[].slice.call(arguments,0))}function Ee(t){for(var e in t)if(-1===yr.call(Zr,e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,i=0;i<Zr.length;++i)if(t[Zr[i]]){if(n)return!1;parseFloat(t[Zr[i]])!==w(t[Zr[i]])&&(n=!0)}return!0}function Ce(){return this._isValid}function Pe(){return $e(NaN)}function Le(t){var e=z(t),n=e.year||0,i=e.quarter||0,r=e.month||0,o=e.week||0,s=e.day||0,a=e.hour||0,u=e.minute||0,h=e.second||0,l=e.millisecond||0;this._isValid=Ee(e),this._milliseconds=+l+1e3*h+6e4*u+1e3*a*60*60,this._days=+s+7*o,this._months=+r+3*i+12*n,this._data={},this._locale=ne(),this._bubble()}function Re(t){return t instanceof Le}function Ae(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Ye(t,e){F(t,0,0,function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+j(~~(t/60),2)+e+j(~~t%60,2)})}function Ie(t,e){var n=(e||"").match(t);if(null===n)return null;var i=n[n.length-1]||[],r=(i+"").match(qr)||["-",0,0],o=60*r[1]+w(r[2]);return 0===o?0:"+"===r[0]?o:-o}function ze(t,n){var i,r;return n._isUTC?(i=n.clone(),r=(g(t)||a(t)?t.valueOf():Te(t).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+r),e.updateOffset(i,!1),i):Te(t).local()}function Ne(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function We(t,n,i){var r,o=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ie(ir,t)))return this}else Math.abs(t)<16&&!i&&(t*=60);return!this._isUTC&&n&&(r=Ne(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),o!==t&&(!n||this._changeInProgress?en(this,$e(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:Ne(this)}function je(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function Fe(t){return this.utcOffset(0,t)}function Ve(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ne(this),"m")),this}function Ge(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ie(nr,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this}function Be(t){return!!this.isValid()&&(t=t?Te(t).utcOffset():0,(this.utcOffset()-t)%60==0)}function Ue(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function He(){if(!o(this._isDSTShifted))return this._isDSTShifted;var t={};if(v(t,this),t=xe(t),t._a){var e=t._isUTC?c(t._a):Te(t._a);this._isDSTShifted=this.isValid()&&b(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Xe(){return!!this.isValid()&&!this._isUTC}function Ze(){return!!this.isValid()&&this._isUTC}function qe(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function $e(t,e){var n,i,r,o=t,a=null;return Re(t)?o={ms:t._milliseconds,d:t._days,M:t._months}:s(t)?(o={},e?o[e]=t:o.milliseconds=t):(a=$r.exec(t))?(n="-"===a[1]?-1:1,o={y:0,d:w(a[lr])*n,h:w(a[cr])*n,m:w(a[dr])*n,s:w(a[fr])*n,ms:w(Ae(1e3*a[pr]))*n}):(a=Jr.exec(t))?(n="-"===a[1]?-1:(a[1],1),o={y:Je(a[2],n),M:Je(a[3],n),w:Je(a[4],n),d:Je(a[5],n),h:Je(a[6],n),m:Je(a[7],n),s:Je(a[8],n)}):null==o?o={}:"object"==typeof o&&("from"in o||"to"in o)&&(r=Ke(Te(o.from),Te(o.to)),o={},o.ms=r.milliseconds,o.M=r.months),i=new Le(o),Re(t)&&h(t,"_locale")&&(i._locale=t._locale),i}function Je(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Qe(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Ke(t,e){var n;return t.isValid()&&e.isValid()?(e=ze(e,t),t.isBefore(e)?n=Qe(t,e):(n=Qe(e,t),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function tn(t,e){return function(n,i){var r,o;return null===i||isNaN(+i)||(M(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=i,i=o),n="string"==typeof n?+n:n,r=$e(n,i),en(this,r,t),this}}function en(t,n,i,r){var o=n._milliseconds,s=Ae(n._days),a=Ae(n._months);t.isValid()&&(r=null==r||r,a&&ft(t,it(t,"Month")+a*i),s&&rt(t,"Date",it(t,"Date")+s*i),o&&t._d.setTime(t._d.valueOf()+o*i),r&&e.updateOffset(t,s||a))}function nn(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function rn(t,n){var i=t||Te(),r=ze(i,this).startOf("day"),o=e.calendarFormat(this,r)||"sameElse",s=n&&(T(n[o])?n[o].call(this,i):n[o]);return this.format(s||this.localeData().calendar(o,this,Te(i)))}function on(){return new y(this)}function sn(t,e){var n=g(t)?t:Te(t);return!(!this.isValid()||!n.isValid())&&(e=I(o(e)?"millisecond":e),"millisecond"===e?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())}function an(t,e){var n=g(t)?t:Te(t);return!(!this.isValid()||!n.isValid())&&(e=I(o(e)?"millisecond":e),"millisecond"===e?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())}function un(t,e,n,i){return i=i||"()",("("===i[0]?this.isAfter(t,n):!this.isBefore(t,n))&&(")"===i[1]?this.isBefore(e,n):!this.isAfter(e,n))}function hn(t,e){var n,i=g(t)?t:Te(t);return!(!this.isValid()||!i.isValid())&&(e=I(e||"millisecond"),"millisecond"===e?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))}function ln(t,e){return this.isSame(t,e)||this.isAfter(t,e)}function cn(t,e){return this.isSame(t,e)||this.isBefore(t,e)}function dn(t,e,n){var i,r,o;if(!this.isValid())return NaN;if(i=ze(t,this),!i.isValid())return NaN;switch(r=6e4*(i.utcOffset()-this.utcOffset()),e=I(e)){case"year":o=fn(this,i)/12;break;case"month":o=fn(this,i);break;case"quarter":o=fn(this,i)/3;break;case"second":o=(this-i)/1e3;break;case"minute":o=(this-i)/6e4;break;case"hour":o=(this-i)/36e5;break;case"day":o=(this-i-r)/864e5;break;case"week":o=(this-i-r)/6048e5;break;default:o=this-i}return n?o:_(o)}function fn(t,e){var n,i,r=12*(e.year()-t.year())+(e.month()-t.month()),o=t.clone().add(r,"months");return e-o<0?(n=t.clone().add(r-1,"months"),i=(e-o)/(o-n)):(n=t.clone().add(r+1,"months"),i=(e-o)/(n-o)),-(r+i)||0}function pn(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function mn(){if(!this.isValid())return null;var t=this.clone().utc();return t.year()<0||t.year()>9999?B(t,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):T(Date.prototype.toISOString)?this.toDate().toISOString():B(t,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function vn(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r=e+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+r)}function yn(t){t||(t=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var n=B(this,t);return this.localeData().postformat(n)}function gn(t,e){return this.isValid()&&(g(t)&&t.isValid()||Te(t).isValid())?$e({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function _n(t){return this.from(Te(),t)}function wn(t,e){return this.isValid()&&(g(t)&&t.isValid()||Te(t).isValid())?$e({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function bn(t){return this.to(Te(),t)}function xn(t){var e;return void 0===t?this._locale._abbr:(e=ne(t),null!=e&&(this._locale=e),this)}function Sn(){return this._locale}function Mn(t){switch(t=I(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this}function Tn(t){return void 0===(t=I(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))}function Dn(){return this._d.valueOf()-6e4*(this._offset||0)}function kn(){return Math.floor(this.valueOf()/1e3)}function On(){return new Date(this.valueOf())}function En(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function Cn(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function Pn(){return this.isValid()?this.toISOString():null}function Ln(){return p(this)}function Rn(){return l({},f(this))}function An(){return f(this).overflow}function Yn(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function In(t,e){F(0,[t,t.length],0,e)}function zn(t){return Fn.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Nn(t){return Fn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Wn(){return Mt(this.year(),1,4)}function jn(){var t=this.localeData()._week;return Mt(this.year(),t.dow,t.doy)}function Fn(t,e,n,i,r){var o;return null==t?St(this,i,r).year:(o=Mt(t,i,r),e>o&&(e=o),Vn.call(this,t,e,n,i,r))}function Vn(t,e,n,i,r){var o=xt(t,e,n,i,r),s=wt(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}function Gn(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}function Bn(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")}function Un(t,e){e[pr]=w(1e3*("0."+t))}function Hn(){return this._isUTC?"UTC":""}function Xn(){return this._isUTC?"Coordinated Universal Time":""}function Zn(t){return Te(1e3*t)}function qn(){return Te.apply(null,arguments).parseZone()}function $n(t){return t}function Jn(t,e,n,i){var r=ne(),o=c().set(i,e);return r[n](o,t)}function Qn(t,e,n){if(s(t)&&(e=t,t=void 0),t=t||"",null!=e)return Jn(t,e,n,"month");var i,r=[];for(i=0;i<12;i++)r[i]=Jn(t,i,n,"month");return r}function Kn(t,e,n,i){"boolean"==typeof t?(s(e)&&(n=e,e=void 0),e=e||""):(e=t,n=e,t=!1,s(e)&&(n=e,e=void 0),e=e||"");var r=ne(),o=t?r._week.dow:0;if(null!=n)return Jn(e,(n+o)%7,i,"day");var a,u=[];for(a=0;a<7;a++)u[a]=Jn(e,(a+o)%7,i,"day");return u}function ti(t,e){return Qn(t,e,"months")}function ei(t,e){return Qn(t,e,"monthsShort")}function ni(t,e,n){return Kn(t,e,n,"weekdays")}function ii(t,e,n){return Kn(t,e,n,"weekdaysShort")}function ri(t,e,n){return Kn(t,e,n,"weekdaysMin")}function oi(){var t=this._data;return this._milliseconds=uo(this._milliseconds),this._days=uo(this._days),this._months=uo(this._months),t.milliseconds=uo(t.milliseconds),t.seconds=uo(t.seconds),t.minutes=uo(t.minutes),t.hours=uo(t.hours),t.months=uo(t.months),t.years=uo(t.years),this}function si(t,e,n,i){var r=$e(e,n);return t._milliseconds+=i*r._milliseconds,t._days+=i*r._days,t._months+=i*r._months,t._bubble()}function ai(t,e){return si(this,t,e,1)}function ui(t,e){return si(this,t,e,-1)}function hi(t){return t<0?Math.floor(t):Math.ceil(t)}function li(){var t,e,n,i,r,o=this._milliseconds,s=this._days,a=this._months,u=this._data;return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*hi(di(a)+s),s=0,a=0),u.milliseconds=o%1e3,t=_(o/1e3),u.seconds=t%60,e=_(t/60),u.minutes=e%60,n=_(e/60),u.hours=n%24,s+=_(n/24),r=_(ci(s)),a+=r,s-=hi(di(r)),i=_(a/12),a%=12,u.days=s,u.months=a,u.years=i,this}function ci(t){return 4800*t/146097}function di(t){return 146097*t/4800}function fi(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=I(t))||"year"===t)return e=this._days+i/864e5,n=this._months+ci(e),"month"===t?n:n/12;switch(e=this._days+Math.round(di(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}}function pi(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*w(this._months/12):NaN}function mi(t){return function(){return this.as(t)}}function vi(){return $e(this)}function yi(t){return t=I(t),this.isValid()?this[t+"s"]():NaN}function gi(t){return function(){return this.isValid()?this._data[t]:NaN}}function _i(){return _(this.days()/7)}function wi(t,e,n,i,r){return r.relativeTime(e||1,!!n,t,i)}function bi(t,e,n){var i=$e(t).abs(),r=To(i.as("s")),o=To(i.as("m")),s=To(i.as("h")),a=To(i.as("d")),u=To(i.as("M")),h=To(i.as("y")),l=r<=Do.ss&&["s",r]||r<Do.s&&["ss",r]||o<=1&&["m"]||o<Do.m&&["mm",o]||s<=1&&["h"]||s<Do.h&&["hh",s]||a<=1&&["d"]||a<Do.d&&["dd",a]||u<=1&&["M"]||u<Do.M&&["MM",u]||h<=1&&["y"]||["yy",h];return l[2]=e,l[3]=+t>0,l[4]=n,wi.apply(null,l)}function xi(t){return void 0===t?To:"function"==typeof t&&(To=t,!0)}function Si(t,e){return void 0!==Do[t]&&(void 0===e?Do[t]:(Do[t]=e,"s"===t&&(Do.ss=e-1),!0))}function Mi(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=bi(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)}function Ti(t){return(t>0)-(t<0)||+t}function Di(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,i=ko(this._milliseconds)/1e3,r=ko(this._days),o=ko(this._months);t=_(i/60),e=_(t/60),i%=60,t%=60,n=_(o/12),o%=12;var s=n,a=o,u=r,h=e,l=t,c=i?i.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var f=d<0?"-":"",p=Ti(this._months)!==Ti(d)?"-":"",m=Ti(this._days)!==Ti(d)?"-":"",v=Ti(this._milliseconds)!==Ti(d)?"-":"";return f+"P"+(s?p+s+"Y":"")+(a?p+a+"M":"")+(u?m+u+"D":"")+(h||l||c?"T":"")+(h?v+h+"H":"")+(l?v+l+"M":"")+(c?v+c+"S":"")}var ki,Oi;Oi=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,i=0;i<n;i++)if(i in e&&t.call(this,e[i],i,e))return!0;return!1};var Ei=e.momentProperties=[],Ci=!1,Pi={};e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;var Li;Li=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)h(t,e)&&n.push(e);return n};var Ri={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Ai={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Yi=/\d{1,2}/,Ii={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},zi={},Ni={},Wi=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ji=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Fi={},Vi={},Gi=/\d/,Bi=/\d\d/,Ui=/\d{3}/,Hi=/\d{4}/,Xi=/[+-]?\d{6}/,Zi=/\d\d?/,qi=/\d\d\d\d?/,$i=/\d\d\d\d\d\d?/,Ji=/\d{1,3}/,Qi=/\d{1,4}/,Ki=/[+-]?\d{1,6}/,tr=/\d+/,er=/[+-]?\d+/,nr=/Z|[+-]\d\d:?\d\d/gi,ir=/Z|[+-]\d\d(?::?\d\d)?/gi,rr=/[+-]?\d+(\.\d{1,3})?/,or=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,sr={},ar={},ur=0,hr=1,lr=2,cr=3,dr=4,fr=5,pr=6,mr=7,vr=8;F("Y",0,0,function(){var t=this.year();return t<=9999?""+t:"+"+t}),F(0,["YY",2],0,function(){return this.year()%100}),F(0,["YYYY",4],0,"year"),F(0,["YYYYY",5],0,"year"),F(0,["YYYYYY",6,!0],0,"year"),Y("year","y"),N("year",1),H("Y",er),H("YY",Zi,Bi),H("YYYY",Qi,Hi),H("YYYYY",Ki,Xi),H("YYYYYY",Ki,Xi),$(["YYYYY","YYYYYY"],ur),$("YYYY",function(t,n){n[ur]=2===t.length?e.parseTwoDigitYear(t):w(t)}),$("YY",function(t,n){n[ur]=e.parseTwoDigitYear(t)}),$("Y",function(t,e){e[ur]=parseInt(t,10)}),e.parseTwoDigitYear=function(t){return w(t)+(w(t)>68?1900:2e3)};var yr,gr=nt("FullYear",!0);yr=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},F("M",["MM",2],"Mo",function(){return this.month()+1}),F("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),F("MMMM",0,0,function(t){return this.localeData().months(this,t)}),Y("month","M"),N("month",8),H("M",Zi),H("MM",Zi,Bi),H("MMM",function(t,e){return e.monthsShortRegex(t)}),H("MMMM",function(t,e){return e.monthsRegex(t)}),$(["M","MM"],function(t,e){e[hr]=w(t)-1}),$(["MMM","MMMM"],function(t,e,n,i){var r=n._locale.monthsParse(t,i,n._strict);null!=r?e[hr]=r:f(n).invalidMonth=t});var _r=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,wr="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),br="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),xr=or,Sr=or;F("w",["ww",2],"wo","week"),F("W",["WW",2],"Wo","isoWeek"),Y("week","w"),Y("isoWeek","W"),N("week",5),N("isoWeek",5),H("w",Zi),H("ww",Zi,Bi),H("W",Zi),H("WW",Zi,Bi),J(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=w(t)});var Mr={dow:0,doy:6};F("d",0,"do","day"),F("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),F("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),F("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),F("e",0,0,"weekday"),F("E",0,0,"isoWeekday"),Y("day","d"),Y("weekday","e"),Y("isoWeekday","E"),N("day",11),N("weekday",11),N("isoWeekday",11),H("d",Zi),H("e",Zi),H("E",Zi),H("dd",function(t,e){return e.weekdaysMinRegex(t)}),H("ddd",function(t,e){return e.weekdaysShortRegex(t)}),H("dddd",function(t,e){return e.weekdaysRegex(t)}),J(["dd","ddd","dddd"],function(t,e,n,i){var r=n._locale.weekdaysParse(t,i,n._strict);null!=r?e.d=r:f(n).invalidWeekday=t}),J(["d","e","E"],function(t,e,n,i){e[i]=w(t)});var Tr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Dr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),kr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Or=or,Er=or,Cr=or;F("H",["HH",2],0,"hour"),F("h",["hh",2],0,Bt),F("k",["kk",2],0,Ut),F("hmm",0,0,function(){return""+Bt.apply(this)+j(this.minutes(),2)}),F("hmmss",0,0,function(){return""+Bt.apply(this)+j(this.minutes(),2)+j(this.seconds(),2)}),F("Hmm",0,0,function(){return""+this.hours()+j(this.minutes(),2)}),F("Hmmss",0,0,function(){return""+this.hours()+j(this.minutes(),2)+j(this.seconds(),2)}),Ht("a",!0),Ht("A",!1),Y("hour","h"),N("hour",13),H("a",Xt),H("A",Xt),H("H",Zi),H("h",Zi),H("k",Zi),H("HH",Zi,Bi),H("hh",Zi,Bi),H("kk",Zi,Bi),H("hmm",qi),H("hmmss",$i),H("Hmm",qi),H("Hmmss",$i),$(["H","HH"],cr),$(["k","kk"],function(t,e,n){var i=w(t);e[cr]=24===i?0:i}),$(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),$(["h","hh"],function(t,e,n){e[cr]=w(t),f(n).bigHour=!0}),$("hmm",function(t,e,n){var i=t.length-2;e[cr]=w(t.substr(0,i)),e[dr]=w(t.substr(i)),f(n).bigHour=!0}),$("hmmss",function(t,e,n){var i=t.length-4,r=t.length-2;e[cr]=w(t.substr(0,i)),e[dr]=w(t.substr(i,2)),e[fr]=w(t.substr(r)),f(n).bigHour=!0}),$("Hmm",function(t,e,n){var i=t.length-2;e[cr]=w(t.substr(0,i)),e[dr]=w(t.substr(i))}),$("Hmmss",function(t,e,n){var i=t.length-4,r=t.length-2;e[cr]=w(t.substr(0,i)),e[dr]=w(t.substr(i,2)),e[fr]=w(t.substr(r))});var Pr,Lr=/[ap]\.?m?\.?/i,Rr=nt("Hours",!0),Ar={calendar:Ri,longDateFormat:Ai,invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:Yi,relativeTime:Ii,months:wr,monthsShort:br,week:Mr,weekdays:Tr,weekdaysMin:kr,weekdaysShort:Dr,meridiemParse:Lr},Yr={},Ir={},zr=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Nr=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Wr=/Z|[+-]\d\d(?::?\d\d)?/,jr=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Fr=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Vr=/^\/?Date\((\-?\d+)/i,Gr=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Br={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};e.createFromInputFallback=S("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),e.ISO_8601=function(){},e.RFC_2822=function(){};var Ur=S("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Te.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:m()}),Hr=S("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Te.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:m()}),Xr=function(){return Date.now?Date.now():+new Date},Zr=["year","quarter","month","week","day","hour","minute","second","millisecond"];Ye("Z",":"),Ye("ZZ",""),H("Z",ir),H("ZZ",ir),$(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Ie(ir,t)});var qr=/([\+\-]|\d\d)/gi;e.updateOffset=function(){};var $r=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Jr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;$e.fn=Le.prototype,$e.invalid=Pe;var Qr=tn(1,"add"),Kr=tn(-1,"subtract");e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var to=S("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});F(0,["gg",2],0,function(){return this.weekYear()%100}),F(0,["GG",2],0,function(){return this.isoWeekYear()%100}),In("gggg","weekYear"),In("ggggg","weekYear"),In("GGGG","isoWeekYear"),In("GGGGG","isoWeekYear"),Y("weekYear","gg"),Y("isoWeekYear","GG"),N("weekYear",1),N("isoWeekYear",1),H("G",er),H("g",er),H("GG",Zi,Bi),H("gg",Zi,Bi),H("GGGG",Qi,Hi),H("gggg",Qi,Hi),H("GGGGG",Ki,Xi),H("ggggg",Ki,Xi),J(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=w(t)}),J(["gg","GG"],function(t,n,i,r){n[r]=e.parseTwoDigitYear(t)}),F("Q",0,"Qo","quarter"),Y("quarter","Q"),N("quarter",7),H("Q",Gi),$("Q",function(t,e){e[hr]=3*(w(t)-1)}),F("D",["DD",2],"Do","date"),Y("date","D"),N("date",9),H("D",Zi),H("DD",Zi,Bi),H("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),$(["D","DD"],lr),$("Do",function(t,e){e[lr]=w(t.match(Zi)[0],10)});var eo=nt("Date",!0);F("DDD",["DDDD",3],"DDDo","dayOfYear"),Y("dayOfYear","DDD"),N("dayOfYear",4),H("DDD",Ji),H("DDDD",Ui),$(["DDD","DDDD"],function(t,e,n){n._dayOfYear=w(t)}),F("m",["mm",2],0,"minute"),Y("minute","m"),N("minute",14),H("m",Zi),H("mm",Zi,Bi),$(["m","mm"],dr);var no=nt("Minutes",!1);F("s",["ss",2],0,"second"),Y("second","s"),N("second",15),H("s",Zi),H("ss",Zi,Bi),$(["s","ss"],fr);var io=nt("Seconds",!1);F("S",0,0,function(){return~~(this.millisecond()/100)}),F(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),F(0,["SSS",3],0,"millisecond"),F(0,["SSSS",4],0,function(){return 10*this.millisecond()}),F(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),F(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),F(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),F(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),F(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),Y("millisecond","ms"),N("millisecond",16),H("S",Ji,Gi),H("SS",Ji,Bi),H("SSS",Ji,Ui);var ro;for(ro="SSSS";ro.length<=9;ro+="S")H(ro,tr);for(ro="S";ro.length<=9;ro+="S")$(ro,Un);var oo=nt("Milliseconds",!1);F("z",0,0,"zoneAbbr"),F("zz",0,0,"zoneName");var so=y.prototype;so.add=Qr,so.calendar=rn,so.clone=on,so.diff=dn,so.endOf=Tn,so.format=yn,so.from=gn,so.fromNow=_n,so.to=wn,so.toNow=bn,so.get=ot,so.invalidAt=An,so.isAfter=sn,so.isBefore=an,so.isBetween=un,so.isSame=hn,so.isSameOrAfter=ln,so.isSameOrBefore=cn,so.isValid=Ln,so.lang=to,so.locale=xn,so.localeData=Sn,so.max=Hr,so.min=Ur,so.parsingFlags=Rn,so.set=st,so.startOf=Mn,so.subtract=Kr,so.toArray=En,so.toObject=Cn,so.toDate=On,so.toISOString=mn,so.inspect=vn,so.toJSON=Pn,so.toString=pn,so.unix=kn,so.valueOf=Dn,so.creationData=Yn,so.year=gr,so.isLeapYear=et,so.weekYear=zn,so.isoWeekYear=Nn,so.quarter=so.quarters=Gn,so.month=pt,so.daysInMonth=mt,so.week=so.weeks=Ot,so.isoWeek=so.isoWeeks=Et,so.weeksInYear=jn,so.isoWeeksInYear=Wn,so.date=eo,so.day=so.days=zt,so.weekday=Nt,so.isoWeekday=Wt,so.dayOfYear=Bn,so.hour=so.hours=Rr,so.minute=so.minutes=no,so.second=so.seconds=io,so.millisecond=so.milliseconds=oo,so.utcOffset=We,so.utc=Fe,so.local=Ve,so.parseZone=Ge,so.hasAlignedHourOffset=Be,so.isDST=Ue,so.isLocal=Xe,so.isUtcOffset=Ze,so.isUtc=qe,so.isUTC=qe,so.zoneAbbr=Hn,so.zoneName=Xn,so.dates=S("dates accessor is deprecated. Use date instead.",eo),so.months=S("months accessor is deprecated. Use month instead",pt),so.years=S("years accessor is deprecated. Use year instead",gr),so.zone=S("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",je),so.isDSTShifted=S("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",He);var ao=O.prototype;ao.calendar=E,ao.longDateFormat=C,ao.invalidDate=P,ao.ordinal=L,ao.preparse=$n,ao.postformat=$n,ao.relativeTime=R,ao.pastFuture=A,ao.set=D,ao.months=ht,ao.monthsShort=lt,ao.monthsParse=dt,ao.monthsRegex=yt,ao.monthsShortRegex=vt,ao.week=Tt,ao.firstDayOfYear=kt,ao.firstDayOfWeek=Dt,ao.weekdays=Lt,ao.weekdaysMin=At,ao.weekdaysShort=Rt,ao.weekdaysParse=It,ao.weekdaysRegex=jt,ao.weekdaysShortRegex=Ft,ao.weekdaysMinRegex=Vt,ao.isPM=Zt,ao.meridiem=qt,Kt("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===w(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),e.lang=S("moment.lang is deprecated. Use moment.locale instead.",Kt),e.langData=S("moment.langData is deprecated. Use moment.localeData instead.",ne);var uo=Math.abs,ho=mi("ms"),lo=mi("s"),co=mi("m"),fo=mi("h"),po=mi("d"),mo=mi("w"),vo=mi("M"),yo=mi("y"),go=gi("milliseconds"),_o=gi("seconds"),wo=gi("minutes"),bo=gi("hours"),xo=gi("days"),So=gi("months"),Mo=gi("years"),To=Math.round,Do={ss:44,s:45,m:45,h:22,d:26,M:11},ko=Math.abs,Oo=Le.prototype;return Oo.isValid=Ce,Oo.abs=oi,Oo.add=ai,Oo.subtract=ui,Oo.as=fi,Oo.asMilliseconds=ho,Oo.asSeconds=lo,Oo.asMinutes=co,Oo.asHours=fo,Oo.asDays=po,Oo.asWeeks=mo,Oo.asMonths=vo,Oo.asYears=yo,Oo.valueOf=pi,Oo._bubble=li,Oo.clone=vi,Oo.get=yi,Oo.milliseconds=go,Oo.seconds=_o,Oo.minutes=wo,Oo.hours=bo,Oo.days=xo,Oo.weeks=_i,Oo.months=So,Oo.years=Mo,Oo.humanize=Mi,Oo.toISOString=Di,Oo.toString=Di,Oo.toJSON=Di,Oo.locale=xn,Oo.localeData=Sn,Oo.toIsoString=S("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Di),Oo.lang=to,F("X",0,0,"unix"),F("x",0,0,"valueOf"),H("x",er),H("X",rr),$("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),$("x",function(t,e,n){n._d=new Date(w(t))}),e.version="2.19.1",function(t){ki=t}(Te),e.fn=so,e.min=ke,e.max=Oe,e.now=Xr,e.utc=c,e.unix=Zn,e.months=ti,e.isDate=a,e.locale=Kt,e.invalid=m,e.duration=$e,e.isMoment=g,e.weekdays=ni,e.parseZone=qn,e.localeData=ne,e.isDuration=Re,e.monthsShort=ei,e.weekdaysMin=ri,e.defineLocale=te,e.updateLocale=ee,e.locales=ie,e.weekdaysShort=ii,e.normalizeUnits=I,e.relativeTimeRounding=xi,e.relativeTimeThreshold=Si,e.calendarFormat=nn,e.prototype=so,e})}).call(e,n(95)(t))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e){function n(t){throw new Error("Cannot find module '"+t+"'.")}n.keys=function(){return[]},n.resolve=n,t.exports=n,n.id=96},function(t,e,n){(function(e){function n(t,e,n){var i=e&&n||0,r=0;for(e=e||[],t.toLowerCase().replace(/[0-9a-f]{2}/g,function(t){r<16&&(e[i+r++]=c[t])});r<16;)e[i+r++]=0;return e}function i(t,e){var n=e||0,i=l;return i[t[n++]]+i[t[n++]]+i[t[n++]]+i[t[n++]]+"-"+i[t[n++]]+i[t[n++]]+"-"+i[t[n++]]+i[t[n++]]+"-"+i[t[n++]]+i[t[n++]]+"-"+i[t[n++]]+i[t[n++]]+i[t[n++]]+i[t[n++]]+i[t[n++]]+i[t[n++]]}function r(t,e,n){var r=e&&n||0,o=e||[];t=t||{};var s=void 0!==t.clockseq?t.clockseq:m,a=void 0!==t.msecs?t.msecs:(new Date).getTime(),u=void 0!==t.nsecs?t.nsecs:y+1,h=a-v+(u-y)/1e4;if(h<0&&void 0===t.clockseq&&(s=s+1&16383),(h<0||a>v)&&void 0===t.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");v=a,y=u,m=s,a+=122192928e5;var l=(1e4*(268435455&a)+u)%4294967296;o[r++]=l>>>24&255,o[r++]=l>>>16&255,o[r++]=l>>>8&255,o[r++]=255&l;var c=a/4294967296*1e4&268435455;o[r++]=c>>>8&255,o[r++]=255&c,o[r++]=c>>>24&15|16,o[r++]=c>>>16&255,o[r++]=s>>>8|128,o[r++]=255&s;for(var d=t.node||p,f=0;f<6;f++)o[r+f]=d[f];return e||i(o)}function o(t,e,n){var r=e&&n||0;"string"==typeof t&&(e="binary"==t?new Array(16):null,t=null),t=t||{};var o=t.random||(t.rng||s)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,e)for(var a=0;a<16;a++)e[r+a]=o[a];return e||i(o)}var s,a="undefined"!=typeof window?window:void 0!==e?e:null;if(a&&a.crypto&&crypto.getRandomValues){var u=new Uint8Array(16);s=function(){return crypto.getRandomValues(u),u}}if(!s){var h=new Array(16);s=function(){for(var t,e=0;e<16;e++)0==(3&e)&&(t=4294967296*Math.random()),h[e]=t>>>((3&e)<<3)&255;return h}}for(var l=[],c={},d=0;d<256;d++)l[d]=(d+256).toString(16).substr(1),c[l[d]]=d;var f=s(),p=[1|f[0],f[1],f[2],f[3],f[4],f[5]],m=16383&(f[6]<<8|f[7]),v=0,y=0,g=o;g.v1=r,g.v4=o,g.parse=n,g.unparse=i,t.exports=g}).call(e,n(98))},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){e.prepareElements=function(t){for(var e in t)t.hasOwnProperty(e)&&(t[e].redundant=t[e].used,t[e].used=[])},e.cleanupElements=function(t){for(var e in t)if(t.hasOwnProperty(e)&&t[e].redundant){for(var n=0;n<t[e].redundant.length;n++)t[e].redundant[n].parentNode.removeChild(t[e].redundant[n]);t[e].redundant=[]}},e.resetElements=function(t){e.prepareElements(t),e.cleanupElements(t),e.prepareElements(t)},e.getSVGElement=function(t,e,n){var i;return e.hasOwnProperty(t)?e[t].redundant.length>0?(i=e[t].redundant[0],e[t].redundant.shift()):(i=document.createElementNS("http://www.w3.org/2000/svg",t),n.appendChild(i)):(i=document.createElementNS("http://www.w3.org/2000/svg",t),e[t]={used:[],redundant:[]},n.appendChild(i)),e[t].used.push(i),i},e.getDOMElement=function(t,e,n,i){var r;return e.hasOwnProperty(t)?e[t].redundant.length>0?(r=e[t].redundant[0],e[t].redundant.shift()):(r=document.createElement(t),void 0!==i?n.insertBefore(r,i):n.appendChild(r)):(r=document.createElement(t),e[t]={used:[],redundant:[]},void 0!==i?n.insertBefore(r,i):n.appendChild(r)),e[t].used.push(r),r},e.drawPoint=function(t,n,i,r,o,s){var a;if("circle"==i.style?(a=e.getSVGElement("circle",r,o),a.setAttributeNS(null,"cx",t),a.setAttributeNS(null,"cy",n),a.setAttributeNS(null,"r",.5*i.size)):(a=e.getSVGElement("rect",r,o),a.setAttributeNS(null,"x",t-.5*i.size),a.setAttributeNS(null,"y",n-.5*i.size),a.setAttributeNS(null,"width",i.size),a.setAttributeNS(null,"height",i.size)),void 0!==i.styles&&a.setAttributeNS(null,"style",i.styles),a.setAttributeNS(null,"class",i.className+" vis-point"),s){var u=e.getSVGElement("text",r,o);s.xOffset&&(t+=s.xOffset),s.yOffset&&(n+=s.yOffset),s.content&&(u.textContent=s.content),s.className&&u.setAttributeNS(null,"class",s.className+" vis-label"),u.setAttributeNS(null,"x",t),u.setAttributeNS(null,"y",n)}return a},e.drawBar=function(t,n,i,r,o,s,a,u){if(0!=r){r<0&&(r*=-1,n-=r);var h=e.getSVGElement("rect",s,a);h.setAttributeNS(null,"x",t-.5*i),h.setAttributeNS(null,"y",n),h.setAttributeNS(null,"width",i),h.setAttributeNS(null,"height",r),h.setAttributeNS(null,"class",o),u&&h.setAttributeNS(null,"style",u)}}},function(t,e,n){var i=n(0),r=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return r.stringify.apply(r,arguments)}},function(t,e,n){function i(t,e,n){if(!(this instanceof i))throw new SyntaxError("Constructor must be called with the new operator");this.containerElement=t,this.dataGroup=new w,this.dataPoints=null,this.create(),p.setDefaults(i.DEFAULTS,this),this.colX=void 0,this.colY=void 0,this.colZ=void 0,this.colValue=void 0,this.setOptions(n),this.setData(e)}function r(t){return"clientX"in t?t.clientX:t.targetTouches[0]&&t.targetTouches[0].clientX||0}function o(t){return"clientY"in t?t.clientY:t.targetTouches[0]&&t.targetTouches[0].clientY||0}var s=n(102),a=function(t){return t&&t.__esModule?t:{default:t}}(s),u=n(106),h=n(3),l=n(13),c=n(49),d=n(50),f=n(51),p=n(52),m=n(54).default,v=n(54),y=v.printStyle,g=n(116),_=g.allOptions,w=n(117);i.STYLE=p.STYLE;i.DEFAULTS={width:"400px",height:"400px",filterLabel:"time",legendLabel:"value",xLabel:"x",yLabel:"y",zLabel:"z",xValueLabel:function(t){return t},yValueLabel:function(t){return t},zValueLabel:function(t){return t},showXAxis:!0,showYAxis:!0,showZAxis:!0,showGrid:!0,showPerspective:!0,showShadow:!1,keepAspectRatio:!0,verticalRatio:.5,dotSizeRatio:.02,dotSizeMinFraction:.5,dotSizeMaxFraction:2.5,showAnimationControls:void 0,animationInterval:1e3,animationPreload:!1,animationAutoStart:void 0,axisColor:"#4D4D4D",gridColor:"#D3D3D3",xCenter:"55%",yCenter:"50%",style:i.STYLE.DOT,tooltip:!1,tooltipStyle:{content:{padding:"10px",border:"1px solid #4d4d4d",color:"#1a1a1a",background:"rgba(255,255,255,0.7)",borderRadius:"2px",boxShadow:"5px 5px 10px rgba(128,128,128,0.5)"},line:{height:"40px",width:"0",borderLeft:"1px solid #4d4d4d"},dot:{height:"0",width:"0",border:"5px solid #4d4d4d",borderRadius:"5px"}},dataColor:{fill:"#7DC1FF",stroke:"#3267D2",strokeWidth:1},cameraPosition:{horizontal:1,vertical:.5,distance:1.7},showLegend:void 0,backgroundColor:void 0,xBarWidth:void 0,yBarWidth:void 0,valueMin:void 0,valueMax:void 0,xMin:void 0,xMax:void 0,xStep:void 0,yMin:void 0,yMax:void 0,yStep:void 0,zMin:void 0,zMax:void 0,zStep:void 0},u(i.prototype),i.prototype._setScale=function(){this.scale=new l(1/this.xRange.range(),1/this.yRange.range(),1/this.zRange.range()),this.keepAspectRatio&&(this.scale.x<this.scale.y?this.scale.y=this.scale.x:this.scale.x=this.scale.y),this.scale.z*=this.verticalRatio,void 0!==this.valueRange&&(this.scale.value=1/this.valueRange.range());var t=this.xRange.center()*this.scale.x,e=this.yRange.center()*this.scale.y,n=this.zRange.center()*this.scale.z;this.camera.setArmLocation(t,e,n)},i.prototype._convert3Dto2D=function(t){var e=this._convertPointToTranslation(t);return this._convertTranslationToScreen(e)},i.prototype._convertPointToTranslation=function(t){var e=this.camera.getCameraLocation(),n=this.camera.getCameraRotation(),i=t.x*this.scale.x,r=t.y*this.scale.y,o=t.z*this.scale.z,s=e.x,a=e.y,u=e.z,h=Math.sin(n.x),c=Math.cos(n.x),d=Math.sin(n.y),f=Math.cos(n.y),p=Math.sin(n.z),m=Math.cos(n.z);return new l(f*(p*(r-a)+m*(i-s))-d*(o-u),h*(f*(o-u)+d*(p*(r-a)+m*(i-s)))+c*(m*(r-a)-p*(i-s)),c*(f*(o-u)+d*(p*(r-a)+m*(i-s)))-h*(m*(r-a)-p*(i-s)))},i.prototype._convertTranslationToScreen=function(t){var e,n,i=this.eye.x,r=this.eye.y,o=this.eye.z,s=t.x,a=t.y,u=t.z;return this.showPerspective?(e=o/u*(s-i),n=o/u*(a-r)):(e=s*(-o/this.camera.getArmLength()),n=a*(-o/this.camera.getArmLength())),new c(this.currentXCenter+e*this.frame.canvas.clientWidth,this.currentYCenter-n*this.frame.canvas.clientWidth)},i.prototype._calcTranslations=function(t){for(var e=0;e<t.length;e++){var n=t[e];n.trans=this._convertPointToTranslation(n.point),n.screen=this._convertTranslationToScreen(n.trans);var i=this._convertPointToTranslation(n.bottom);n.dist=this.showPerspective?i.length():-i.z}var r=function(t,e){return e.dist-t.dist};t.sort(r)},i.prototype._initializeRanges=function(){var t=this.dataGroup;this.xRange=t.xRange,this.yRange=t.yRange,this.zRange=t.zRange,this.valueRange=t.valueRange,this.xStep=t.xStep,this.yStep=t.yStep,this.zStep=t.zStep,this.xBarWidth=t.xBarWidth,this.yBarWidth=t.yBarWidth,this.colX=t.colX,this.colY=t.colY,this.colZ=t.colZ,this.colValue=t.colValue,this._setScale()},i.prototype.getDataPoints=function(t){for(var e=[],n=0;n<t.length;n++){var i=new l;i.x=t[n][this.colX]||0,i.y=t[n][this.colY]||0,i.z=t[n][this.colZ]||0,i.data=t[n],void 0!==this.colValue&&(i.value=t[n][this.colValue]||0);var r={};r.point=i,r.bottom=new l(i.x,i.y,this.zRange.min),r.trans=void 0,r.screen=void 0,e.push(r)}return e},i.prototype._getDataPoints=function(t){var e,n,r,o,s=[];if(this.style===i.STYLE.GRID||this.style===i.STYLE.SURFACE){var a=this.dataGroup.getDistinctValues(this.colX,t),u=this.dataGroup.getDistinctValues(this.colY,t);s=this.getDataPoints(t);var h=[];for(r=0;r<s.length;r++){o=s[r];var l=a.indexOf(o.point.x),c=u.indexOf(o.point.y);void 0===h[l]&&(h[l]=[]),h[l][c]=o}for(e=0;e<h.length;e++)for(n=0;n<h[e].length;n++)h[e][n]&&(h[e][n].pointRight=e<h.length-1?h[e+1][n]:void 0,h[e][n].pointTop=n<h[e].length-1?h[e][n+1]:void 0,h[e][n].pointCross=e<h.length-1&&n<h[e].length-1?h[e+1][n+1]:void 0)}else if(this._checkValueField(t),s=this.getDataPoints(t),this.style===i.STYLE.LINE)for(r=0;r<s.length;r++)r>0&&(s[r-1].pointNext=s[r]);return s},i.prototype.create=function(){for(;this.containerElement.hasChildNodes();)this.containerElement.removeChild(this.containerElement.firstChild);this.frame=document.createElement("div"),this.frame.style.position="relative",this.frame.style.overflow="hidden",this.frame.canvas=document.createElement("canvas"),this.frame.canvas.style.position="relative",this.frame.appendChild(this.frame.canvas);var t=document.createElement("DIV");t.style.color="red",t.style.fontWeight="bold",t.style.padding="10px",t.innerHTML="Error: your browser does not support HTML canvas",this.frame.canvas.appendChild(t),this.frame.filter=document.createElement("div"),this.frame.filter.style.position="absolute",this.frame.filter.style.bottom="0px",this.frame.filter.style.left="0px",this.frame.filter.style.width="100%",this.frame.appendChild(this.frame.filter);var e=this,n=function(t){e._onMouseDown(t)},i=function(t){e._onTouchStart(t)},r=function(t){e._onWheel(t)},o=function(t){e._onTooltip(t)},s=function(t){e._onClick(t)};h.addEventListener(this.frame.canvas,"mousedown",n),h.addEventListener(this.frame.canvas,"touchstart",i),h.addEventListener(this.frame.canvas,"mousewheel",r),h.addEventListener(this.frame.canvas,"mousemove",o),h.addEventListener(this.frame.canvas,"click",s),this.containerElement.appendChild(this.frame)},i.prototype._setSize=function(t,e){this.frame.style.width=t,this.frame.style.height=e,this._resizeCanvas()},i.prototype._resizeCanvas=function(){this.frame.canvas.style.width="100%",this.frame.canvas.style.height="100%",this.frame.canvas.width=this.frame.canvas.clientWidth,this.frame.canvas.height=this.frame.canvas.clientHeight,this.frame.filter.style.width=this.frame.canvas.clientWidth-20+"px"},i.prototype.animationStart=function(){if(this.animationAutoStart&&this.dataGroup.dataFilter){if(!this.frame.filter||!this.frame.filter.slider)throw new Error("No animation available");this.frame.filter.slider.play()}},i.prototype.animationStop=function(){this.frame.filter&&this.frame.filter.slider&&this.frame.filter.slider.stop()},i.prototype._resizeCenter=function(){"%"===this.xCenter.charAt(this.xCenter.length-1)?this.currentXCenter=parseFloat(this.xCenter)/100*this.frame.canvas.clientWidth:this.currentXCenter=parseFloat(this.xCenter),"%"===this.yCenter.charAt(this.yCenter.length-1)?this.currentYCenter=parseFloat(this.yCenter)/100*(this.frame.canvas.clientHeight-this.frame.filter.clientHeight):this.currentYCenter=parseFloat(this.yCenter)},i.prototype.getCameraPosition=function(){var t=this.camera.getArmRotation();return t.distance=this.camera.getArmLength(),t},i.prototype._readData=function(t){this.dataPoints=this.dataGroup.initializeData(this,t,this.style),this._initializeRanges(),this._redrawFilter()},i.prototype.setData=function(t){void 0!==t&&null!==t&&(this._readData(t),this.redraw(),this.animationStart())},i.prototype.setOptions=function(t){if(void 0!==t){!0===m.validate(t,_)&&console.log("%cErrors have been found in the supplied options object.",y),this.animationStop(),p.setOptions(t,this),this.setPointDrawingMethod(),this._setSize(this.width,this.height),this.setData(this.dataGroup.getDataTable()),this.animationStart()}},i.prototype.setPointDrawingMethod=function(){var t=void 0;switch(this.style){case i.STYLE.BAR:t=i.prototype._redrawBarGraphPoint;break;case i.STYLE.BARCOLOR:t=i.prototype._redrawBarColorGraphPoint;break;case i.STYLE.BARSIZE:t=i.prototype._redrawBarSizeGraphPoint;break;case i.STYLE.DOT:t=i.prototype._redrawDotGraphPoint;break;case i.STYLE.DOTLINE:t=i.prototype._redrawDotLineGraphPoint;break;case i.STYLE.DOTCOLOR:t=i.prototype._redrawDotColorGraphPoint;break;case i.STYLE.DOTSIZE:t=i.prototype._redrawDotSizeGraphPoint;break;case i.STYLE.SURFACE:t=i.prototype._redrawSurfaceGraphPoint;break;case i.STYLE.GRID:t=i.prototype._redrawGridGraphPoint;break;case i.STYLE.LINE:t=i.prototype._redrawLineGraphPoint;break;default:throw new Error("Can not determine point drawing method for graph style '"+this.style+"'")}this._pointDrawingMethod=t},i.prototype.redraw=function(){if(void 0===this.dataPoints)throw new Error("Graph data not initialized");this._resizeCanvas(),this._resizeCenter(),this._redrawSlider(),this._redrawClear(),this._redrawAxis(),this._redrawDataGraph(),this._redrawInfo(),this._redrawLegend()},i.prototype._getContext=function(){var t=this.frame.canvas,e=t.getContext("2d");return e.lineJoin="round",e.lineCap="round",e},i.prototype._redrawClear=function(){var t=this.frame.canvas;t.getContext("2d").clearRect(0,0,t.width,t.height)},i.prototype._dotSize=function(){return this.frame.clientWidth*this.dotSizeRatio},i.prototype._getLegendWidth=function(){var t;if(this.style===i.STYLE.DOTSIZE){t=this._dotSize()*this.dotSizeMaxFraction}else t=this.style===i.STYLE.BARSIZE?this.xBarWidth:20;return t},i.prototype._redrawLegend=function(){if(!0===this.showLegend&&this.style!==i.STYLE.LINE&&this.style!==i.STYLE.BARSIZE){var t=this.style===i.STYLE.BARSIZE||this.style===i.STYLE.DOTSIZE,e=this.style===i.STYLE.DOTSIZE||this.style===i.STYLE.DOTCOLOR||this.style===i.STYLE.BARCOLOR,n=Math.max(.25*this.frame.clientHeight,100),r=this.margin,o=this._getLegendWidth(),s=this.frame.clientWidth-this.margin,a=s-o,u=r+n,h=this._getContext();if(h.lineWidth=1,h.font="14px arial",!1===t){var l,d=n;for(l=0;l<d;l++){var p=(l-0)/(d-0),m=240*p,v=this._hsv2rgb(m,1,1);h.strokeStyle=v,h.beginPath(),h.moveTo(a,r+l),h.lineTo(s,r+l),h.stroke()}h.strokeStyle=this.axisColor,h.strokeRect(a,r,o,n)}else{var y;this.style===i.STYLE.DOTSIZE?y=o*(this.dotSizeMinFraction/this.dotSizeMaxFraction):(this.style,i.STYLE.BARSIZE),h.strokeStyle=this.axisColor,h.fillStyle=this.dataColor.fill,h.beginPath(),h.moveTo(a,r),h.lineTo(s,r),h.lineTo(a+y,u),h.lineTo(a,u),h.closePath(),h.fill(),h.stroke()}var g=e?this.valueRange.min:this.zRange.min,_=e?this.valueRange.max:this.zRange.max,w=new f(g,_,(_-g)/5,!0);w.start(!0);for(var b,x;!w.end();)l=u-(w.getCurrent()-g)/(_-g)*n,b=new c(a-5,l),x=new c(a,l),this._line(h,b,x),h.textAlign="right",h.textBaseline="middle",h.fillStyle=this.axisColor,h.fillText(w.getCurrent(),a-10,l),w.next();h.textAlign="right",h.textBaseline="top";var S=this.legendLabel;h.fillText(S,s,u+this.margin)}},i.prototype._redrawFilter=function(){var t=this.dataGroup.dataFilter,e=this.frame.filter;if(e.innerHTML="",!t)return void(e.slider=void 0);var n={visible:this.showAnimationControls},i=new d(e,n);e.slider=i,e.style.padding="10px",i.setValues(t.values),i.setPlayInterval(this.animationInterval);var r=this,o=function(){var t=r.dataGroup.dataFilter,e=i.getIndex();t.selectValue(e),r.dataPoints=t._getDataPoints(),r.redraw()};i.setOnChangeCallback(o)},i.prototype._redrawSlider=function(){void 0!==this.frame.filter.slider&&this.frame.filter.slider.redraw()},i.prototype._redrawInfo=function(){var t=this.dataGroup.getInfo();if(void 0!==t){var e=this._getContext();e.font="14px arial",e.lineStyle="gray",e.fillStyle="gray",e.textAlign="left",e.textBaseline="top";var n=this.margin,i=this.margin;e.fillText(t,n,i)}},i.prototype._line=function(t,e,n,i){void 0!==i&&(t.strokeStyle=i),t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(n.x,n.y),t.stroke()},i.prototype.drawAxisLabelX=function(t,e,n,i,r){void 0===r&&(r=0);var o=this._convert3Dto2D(e);Math.cos(2*i)>0?(t.textAlign="center",t.textBaseline="top",o.y+=r):Math.sin(2*i)<0?(t.textAlign="right",t.textBaseline="middle"):(t.textAlign="left",t.textBaseline="middle"),t.fillStyle=this.axisColor,t.fillText(n,o.x,o.y)},i.prototype.drawAxisLabelY=function(t,e,n,i,r){void 0===r&&(r=0);var o=this._convert3Dto2D(e);Math.cos(2*i)<0?(t.textAlign="center",t.textBaseline="top",o.y+=r):Math.sin(2*i)>0?(t.textAlign="right",t.textBaseline="middle"):(t.textAlign="left",t.textBaseline="middle"),t.fillStyle=this.axisColor,t.fillText(n,o.x,o.y)},i.prototype.drawAxisLabelZ=function(t,e,n,i){void 0===i&&(i=0);var r=this._convert3Dto2D(e);t.textAlign="right",t.textBaseline="middle",t.fillStyle=this.axisColor,t.fillText(n,r.x-i,r.y)},i.prototype._line3d=function(t,e,n,i){var r=this._convert3Dto2D(e),o=this._convert3Dto2D(n);this._line(t,r,o,i)},i.prototype._redrawAxis=function(){var t,e,n,i,r,o,s,a,u,h,d,p=this._getContext();p.font=24/this.camera.getArmLength()+"px arial";var m,v=.025/this.scale.x,y=.025/this.scale.y,g=5/this.camera.getArmLength(),_=this.camera.getArmRotation().horizontal,w=new c(Math.cos(_),Math.sin(_)),b=this.xRange,x=this.yRange,S=this.zRange;for(p.lineWidth=1,i=void 0===this.defaultXStep,n=new f(b.min,b.max,this.xStep,i),n.start(!0);!n.end();){var M=n.getCurrent();if(this.showGrid?(t=new l(M,x.min,S.min),e=new l(M,x.max,S.min),this._line3d(p,t,e,this.gridColor)):this.showXAxis&&(t=new l(M,x.min,S.min),e=new l(M,x.min+v,S.min),this._line3d(p,t,e,this.axisColor),t=new l(M,x.max,S.min),e=new l(M,x.max-v,S.min),this._line3d(p,t,e,this.axisColor)),this.showXAxis){s=w.x>0?x.min:x.max,m=new l(M,s,S.min);var T=" "+this.xValueLabel(M)+" ";this.drawAxisLabelX(p,m,T,_,g)}n.next()}for(p.lineWidth=1,i=void 0===this.defaultYStep,n=new f(x.min,x.max,this.yStep,i),n.start(!0);!n.end();){var D=n.getCurrent();if(this.showGrid?(t=new l(b.min,D,S.min),e=new l(b.max,D,S.min),this._line3d(p,t,e,this.gridColor)):this.showYAxis&&(t=new l(b.min,D,S.min),e=new l(b.min+y,D,S.min),this._line3d(p,t,e,this.axisColor),t=new l(b.max,D,S.min),e=new l(b.max-y,D,S.min),this._line3d(p,t,e,this.axisColor)),this.showYAxis){o=w.y>0?b.min:b.max,m=new l(o,D,S.min);var k=" "+this.yValueLabel(D)+" ";this.drawAxisLabelY(p,m,k,_,g)}n.next()}if(this.showZAxis){for(p.lineWidth=1,i=void 0===this.defaultZStep,n=new f(S.min,S.max,this.zStep,i),n.start(!0),o=w.x>0?b.min:b.max,s=w.y<0?x.min:x.max;!n.end();){var O=n.getCurrent(),E=new l(o,s,O),C=this._convert3Dto2D(E);e=new c(C.x-g,C.y),this._line(p,C,e,this.axisColor);var P=this.zValueLabel(O)+" ";this.drawAxisLabelZ(p,E,P,5),n.next()}p.lineWidth=1,t=new l(o,s,S.min),e=new l(o,s,S.max),this._line3d(p,t,e,this.axisColor)}if(this.showXAxis){var L,R;p.lineWidth=1,L=new l(b.min,x.min,S.min),R=new l(b.max,x.min,S.min),this._line3d(p,L,R,this.axisColor),L=new l(b.min,x.max,S.min),R=new l(b.max,x.max,S.min),this._line3d(p,L,R,this.axisColor)}this.showYAxis&&(p.lineWidth=1,t=new l(b.min,x.min,S.min),e=new l(b.min,x.max,S.min),this._line3d(p,t,e,this.axisColor),t=new l(b.max,x.min,S.min),e=new l(b.max,x.max,S.min),this._line3d(p,t,e,this.axisColor));var A=this.xLabel;A.length>0&&this.showXAxis&&(d=.1/this.scale.y,o=(b.max+3*b.min)/4,s=w.x>0?x.min-d:x.max+d,r=new l(o,s,S.min),this.drawAxisLabelX(p,r,A,_));var Y=this.yLabel;Y.length>0&&this.showYAxis&&(h=.1/this.scale.x,o=w.y>0?b.min-h:b.max+h,s=(x.max+3*x.min)/4,r=new l(o,s,S.min),this.drawAxisLabelY(p,r,Y,_));var I=this.zLabel;I.length>0&&this.showZAxis&&(u=30,o=w.x>0?b.min:b.max,s=w.y<0?x.min:x.max,a=(S.max+3*S.min)/4,r=new l(o,s,a),this.drawAxisLabelZ(p,r,I,u))},i.prototype._hsv2rgb=function(t,e,n){var i,r,o,s,a,u;switch(s=n*e,a=Math.floor(t/60),u=s*(1-Math.abs(t/60%2-1)),a){case 0:i=s,r=u,o=0;break;case 1:i=u,r=s,o=0;break;case 2:i=0,r=s,o=u;break;case 3:i=0,r=u,o=s;break;case 4:i=u,r=0,o=s;break;case 5:i=s,r=0,o=u;break;default:i=0,r=0,o=0}return"RGB("+parseInt(255*i)+","+parseInt(255*r)+","+parseInt(255*o)+")"},i.prototype._getStrokeWidth=function(t){return void 0!==t?this.showPerspective?1/-t.trans.z*this.dataColor.strokeWidth:-this.eye.z/this.camera.getArmLength()*this.dataColor.strokeWidth:this.dataColor.strokeWidth},i.prototype._redrawBar=function(t,e,n,i,r,o){var s,a=this,u=e.point,h=this.zRange.min,c=[{point:new l(u.x-n,u.y-i,u.z)},{point:new l(u.x+n,u.y-i,u.z)},{point:new l(u.x+n,u.y+i,u.z)},{point:new l(u.x-n,u.y+i,u.z)}],d=[{point:new l(u.x-n,u.y-i,h)},{point:new l(u.x+n,u.y-i,h)},{point:new l(u.x+n,u.y+i,h)},{point:new l(u.x-n,u.y+i,h)}];c.forEach(function(t){t.screen=a._convert3Dto2D(t.point)}),d.forEach(function(t){t.screen=a._convert3Dto2D(t.point)});var f=[{corners:c,center:l.avg(d[0].point,d[2].point)},{corners:[c[0],c[1],d[1],d[0]],center:l.avg(d[1].point,d[0].point)},{corners:[c[1],c[2],d[2],d[1]],center:l.avg(d[2].point,d[1].point)},{corners:[c[2],c[3],d[3],d[2]],center:l.avg(d[3].point,d[2].point)},{corners:[c[3],c[0],d[0],d[3]],center:l.avg(d[0].point,d[3].point)}];e.surfaces=f;for(var p=0;p<f.length;p++){s=f[p];var m=this._convertPointToTranslation(s.center);s.dist=this.showPerspective?m.length():-m.z}f.sort(function(t,e){var n=e.dist-t.dist;return n||(t.corners===c?1:e.corners===c?-1:0)}),t.lineWidth=this._getStrokeWidth(e),t.strokeStyle=o,t.fillStyle=r;for(var v=2;v<f.length;v++)s=f[v],this._polygon(t,s.corners)},i.prototype._polygon=function(t,e,n,i){if(!(e.length<2)){void 0!==n&&(t.fillStyle=n),void 0!==i&&(t.strokeStyle=i),t.beginPath(),t.moveTo(e[0].screen.x,e[0].screen.y);for(var r=1;r<e.length;++r){var o=e[r];t.lineTo(o.screen.x,o.screen.y)}t.closePath(),t.fill(),t.stroke()}},i.prototype._drawCircle=function(t,e,n,i,r){var o=this._calcRadius(e,r);t.lineWidth=this._getStrokeWidth(e),t.strokeStyle=i,t.fillStyle=n,t.beginPath(),t.arc(e.screen.x,e.screen.y,o,0,2*Math.PI,!0),t.fill(),t.stroke()},i.prototype._getColorsRegular=function(t){var e=240*(1-(t.point.z-this.zRange.min)*this.scale.z/this.verticalRatio);return{fill:this._hsv2rgb(e,1,1),border:this._hsv2rgb(e,1,.8)}},i.prototype._getColorsColor=function(t){var e,n;if("string"==typeof t.point.value)e=t.point.value,n=t.point.value;else{var i=240*(1-(t.point.value-this.valueRange.min)*this.scale.value);e=this._hsv2rgb(i,1,1),n=this._hsv2rgb(i,1,.8)}return{fill:e,border:n}},i.prototype._getColorsSize=function(){return{fill:this.dataColor.fill,border:this.dataColor.stroke}},i.prototype._calcRadius=function(t,e){void 0===e&&(e=this._dotSize());var n;return n=this.showPerspective?e/-t.trans.z:e*(-this.eye.z/this.camera.getArmLength()),n<0&&(n=0),n},i.prototype._redrawBarGraphPoint=function(t,e){var n=this.xBarWidth/2,i=this.yBarWidth/2,r=this._getColorsRegular(e);this._redrawBar(t,e,n,i,r.fill,r.border)},i.prototype._redrawBarColorGraphPoint=function(t,e){var n=this.xBarWidth/2,i=this.yBarWidth/2,r=this._getColorsColor(e);this._redrawBar(t,e,n,i,r.fill,r.border)},i.prototype._redrawBarSizeGraphPoint=function(t,e){var n=(e.point.value-this.valueRange.min)/this.valueRange.range(),i=this.xBarWidth/2*(.8*n+.2),r=this.yBarWidth/2*(.8*n+.2),o=this._getColorsSize();this._redrawBar(t,e,i,r,o.fill,o.border)},i.prototype._redrawDotGraphPoint=function(t,e){var n=this._getColorsRegular(e);this._drawCircle(t,e,n.fill,n.border)},i.prototype._redrawDotLineGraphPoint=function(t,e){var n=this._convert3Dto2D(e.bottom);t.lineWidth=1,this._line(t,n,e.screen,this.gridColor),this._redrawDotGraphPoint(t,e)},i.prototype._redrawDotColorGraphPoint=function(t,e){var n=this._getColorsColor(e);this._drawCircle(t,e,n.fill,n.border)},i.prototype._redrawDotSizeGraphPoint=function(t,e){var n=this._dotSize(),i=(e.point.value-this.valueRange.min)/this.valueRange.range(),r=n*this.dotSizeMinFraction,o=n*this.dotSizeMaxFraction-r,s=r+o*i,a=this._getColorsSize();this._drawCircle(t,e,a.fill,a.border,s)},i.prototype._redrawSurfaceGraphPoint=function(t,e){var n=e.pointRight,i=e.pointTop,r=e.pointCross;if(void 0!==e&&void 0!==n&&void 0!==i&&void 0!==r){var o,s,a=!0;if(this.showGrayBottom||this.showShadow){var u=l.subtract(r.trans,e.trans),h=l.subtract(i.trans,n.trans),c=l.crossProduct(u,h),d=c.length();a=c.z>0}if(a){var f,p=(e.point.z+n.point.z+i.point.z+r.point.z)/4,m=240*(1-(p-this.zRange.min)*this.scale.z/this.verticalRatio);this.showShadow?(f=Math.min(1+c.x/d/2,1),o=this._hsv2rgb(m,1,f),s=o):(f=1,o=this._hsv2rgb(m,1,f),s=this.axisColor)}else o="gray",s=this.axisColor;t.lineWidth=this._getStrokeWidth(e);var v=[e,n,r,i];this._polygon(t,v,o,s)}},i.prototype._drawGridLine=function(t,e,n){if(void 0!==e&&void 0!==n){var i=(e.point.z+n.point.z)/2,r=240*(1-(i-this.zRange.min)*this.scale.z/this.verticalRatio);t.lineWidth=2*this._getStrokeWidth(e),t.strokeStyle=this._hsv2rgb(r,1,1),this._line(t,e.screen,n.screen)}},i.prototype._redrawGridGraphPoint=function(t,e){this._drawGridLine(t,e,e.pointRight),this._drawGridLine(t,e,e.pointTop)},i.prototype._redrawLineGraphPoint=function(t,e){void 0!==e.pointNext&&(t.lineWidth=this._getStrokeWidth(e),t.strokeStyle=this.dataColor.stroke,this._line(t,e.screen,e.pointNext.screen))},i.prototype._redrawDataGraph=function(){var t,e=this._getContext();if(!(void 0===this.dataPoints||this.dataPoints.length<=0))for(this._calcTranslations(this.dataPoints),t=0;t<this.dataPoints.length;t++){var n=this.dataPoints[t];this._pointDrawingMethod.call(this,e,n)}},i.prototype._storeMousePosition=function(t){this.startMouseX=r(t),this.startMouseY=o(t),this._startCameraOffset=this.camera.getOffset()},i.prototype._onMouseDown=function(t){if(t=t||window.event,this.leftButtonDown&&this._onMouseUp(t),this.leftButtonDown=t.which?1===t.which:1===t.button,this.leftButtonDown||this.touchDown){this._storeMousePosition(t),this.startStart=new Date(this.start),this.startEnd=new Date(this.end),this.startArmRotation=this.camera.getArmRotation(),this.frame.style.cursor="move";var e=this;this.onmousemove=function(t){e._onMouseMove(t)},this.onmouseup=function(t){e._onMouseUp(t)},h.addEventListener(document,"mousemove",e.onmousemove),h.addEventListener(document,"mouseup",e.onmouseup),h.preventDefault(t)}},i.prototype._onMouseMove=function(t){this.moving=!0,t=t||window.event;var e=parseFloat(r(t))-this.startMouseX,n=parseFloat(o(t))-this.startMouseY;if(t&&!0===t.ctrlKey){var i=.5*this.frame.clientWidth,s=.5*this.frame.clientHeight,a=(this._startCameraOffset.x||0)-e/i*this.camera.armLength*.8,u=(this._startCameraOffset.y||0)+n/s*this.camera.armLength*.8;this.camera.setOffset(a,u),this._storeMousePosition(t)}else{var l=this.startArmRotation.horizontal+e/200,c=this.startArmRotation.vertical+n/200,d=Math.sin(4/360*2*Math.PI);Math.abs(Math.sin(l))<d&&(l=Math.round(l/Math.PI)*Math.PI-.001),Math.abs(Math.cos(l))<d&&(l=(Math.round(l/Math.PI-.5)+.5)*Math.PI-.001),Math.abs(Math.sin(c))<d&&(c=Math.round(c/Math.PI)*Math.PI),Math.abs(Math.cos(c))<d&&(c=(Math.round(c/Math.PI-.5)+.5)*Math.PI),this.camera.setArmRotation(l,c)}this.redraw();var f=this.getCameraPosition();this.emit("cameraPositionChange",f),h.preventDefault(t)},i.prototype._onMouseUp=function(t){this.frame.style.cursor="auto",this.leftButtonDown=!1,h.removeEventListener(document,"mousemove",this.onmousemove),h.removeEventListener(document,"mouseup",this.onmouseup),h.preventDefault(t)},i.prototype._onClick=function(t){if(this.onclick_callback){if(this.moving)this.moving=!1;else{var e=this.frame.getBoundingClientRect(),n=r(t)-e.left,i=o(t)-e.top,s=this._dataPointFromXY(n,i);s&&this.onclick_callback(s.point.data)}h.preventDefault(t)}},i.prototype._onTooltip=function(t){var e=this.frame.getBoundingClientRect(),n=r(t)-e.left,i=o(t)-e.top;if(this.showTooltip){if(this.tooltipTimeout&&clearTimeout(this.tooltipTimeout),this.leftButtonDown)return void this._hideTooltip();if(this.tooltip&&this.tooltip.dataPoint){var s=this._dataPointFromXY(n,i);s!==this.tooltip.dataPoint&&(s?this._showTooltip(s):this._hideTooltip())}else{var a=this;this.tooltipTimeout=setTimeout(function(){a.tooltipTimeout=null;var t=a._dataPointFromXY(n,i);t&&a._showTooltip(t)},300)}}},i.prototype._onTouchStart=function(t){this.touchDown=!0;var e=this;this.ontouchmove=function(t){e._onTouchMove(t)},this.ontouchend=function(t){e._onTouchEnd(t)},h.addEventListener(document,"touchmove",e.ontouchmove),h.addEventListener(document,"touchend",e.ontouchend),this._onMouseDown(t)},i.prototype._onTouchMove=function(t){this._onMouseMove(t)},i.prototype._onTouchEnd=function(t){this.touchDown=!1,h.removeEventListener(document,"touchmove",this.ontouchmove),h.removeEventListener(document,"touchend",this.ontouchend),this._onMouseUp(t)},i.prototype._onWheel=function(t){t||(t=window.event);var e=0;if(t.wheelDelta?e=t.wheelDelta/120:t.detail&&(e=-t.detail/3),e){var n=this.camera.getArmLength(),i=n*(1-e/10);this.camera.setArmLength(i),this.redraw(),this._hideTooltip()}var r=this.getCameraPosition();this.emit("cameraPositionChange",r),h.preventDefault(t)},i.prototype._insideTriangle=function(t,e){function n(t){return t>0?1:t<0?-1:0}var i=e[0],r=e[1],o=e[2],s=n((r.x-i.x)*(t.y-i.y)-(r.y-i.y)*(t.x-i.x)),a=n((o.x-r.x)*(t.y-r.y)-(o.y-r.y)*(t.x-r.x)),u=n((i.x-o.x)*(t.y-o.y)-(i.y-o.y)*(t.x-o.x));return!(0!=s&&0!=a&&s!=a||0!=a&&0!=u&&a!=u||0!=s&&0!=u&&s!=u)},i.prototype._dataPointFromXY=function(t,e){var n,r=null,o=null,s=null,a=new c(t,e);if(this.style===i.STYLE.BAR||this.style===i.STYLE.BARCOLOR||this.style===i.STYLE.BARSIZE)for(n=this.dataPoints.length-1;n>=0;n--){r=this.dataPoints[n];var u=r.surfaces;if(u)for(var h=u.length-1;h>=0;h--){var l=u[h],d=l.corners,f=[d[0].screen,d[1].screen,d[2].screen],p=[d[2].screen,d[3].screen,d[0].screen];if(this._insideTriangle(a,f)||this._insideTriangle(a,p))return r}}else for(n=0;n<this.dataPoints.length;n++){r=this.dataPoints[n];var m=r.screen;if(m){var v=Math.abs(t-m.x),y=Math.abs(e-m.y),g=Math.sqrt(v*v+y*y);(null===s||g<s)&&g<100&&(s=g,o=r)}}return o},i.prototype.hasBars=function(t){return t==i.STYLE.BAR||t==i.STYLE.BARCOLOR||t==i.STYLE.BARSIZE},i.prototype._showTooltip=function(t){var e,n,i;this.tooltip?(e=this.tooltip.dom.content,n=this.tooltip.dom.line,i=this.tooltip.dom.dot):(e=document.createElement("div"),(0,a.default)(e.style,{},this.tooltipStyle.content),e.style.position="absolute",n=document.createElement("div"),(0,a.default)(n.style,{},this.tooltipStyle.line),n.style.position="absolute",i=document.createElement("div"),(0,a.default)(i.style,{},this.tooltipStyle.dot),i.style.position="absolute",this.tooltip={dataPoint:null,dom:{content:e,line:n,dot:i}}),this._hideTooltip(),this.tooltip.dataPoint=t,"function"==typeof this.showTooltip?e.innerHTML=this.showTooltip(t.point):e.innerHTML="<table><tr><td>"+this.xLabel+":</td><td>"+t.point.x+"</td></tr><tr><td>"+this.yLabel+":</td><td>"+t.point.y+"</td></tr><tr><td>"+this.zLabel+":</td><td>"+t.point.z+"</td></tr></table>",e.style.left="0",e.style.top="0",this.frame.appendChild(e),this.frame.appendChild(n),this.frame.appendChild(i);var r=e.offsetWidth,o=e.offsetHeight,s=n.offsetHeight,u=i.offsetWidth,h=i.offsetHeight,l=t.screen.x-r/2;l=Math.min(Math.max(l,10),this.frame.clientWidth-10-r),n.style.left=t.screen.x+"px",n.style.top=t.screen.y-s+"px",e.style.left=l+"px",e.style.top=t.screen.y-s-o+"px",i.style.left=t.screen.x-u/2+"px",i.style.top=t.screen.y-h/2+"px"},i.prototype._hideTooltip=function(){if(this.tooltip){this.tooltip.dataPoint=null;for(var t in this.tooltip.dom)if(this.tooltip.dom.hasOwnProperty(t)){var e=this.tooltip.dom[t];e&&e.parentNode&&e.parentNode.removeChild(e)}}},i.prototype.setCameraPosition=function(t){p.setCameraPosition(t,this),this.redraw()},i.prototype.setSize=function(t,e){this._setSize(t,e),this.redraw()},t.exports=i},function(t,e,n){t.exports={default:n(103),__esModule:!0}},function(t,e,n){n(104),t.exports=n(0).Object.assign},function(t,e,n){var i=n(4);i(i.S+i.F,"Object",{assign:n(105)})},function(t,e,n){var i=n(12),r=n(34),o=n(20),s=n(31),a=n(38),u=Object.assign;t.exports=!u||n(10)(function(){var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||Object.keys(u({},e)).join("")!=i})?function(t,e){for(var n=s(t),u=arguments.length,h=1,l=r.f,c=o.f;u>h;)for(var d,f=a(arguments[h++]),p=l?i(f).concat(l(f)):i(f),m=p.length,v=0;m>v;)c.call(f,d=p[v++])&&(n[d]=f[d]);return n}:u},function(t,e){function n(t){if(t)return i(t)}function i(t){for(var e in n.prototype)t[e]=n.prototype[e];return t}t.exports=n,n.prototype.on=n.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks[t]=this._callbacks[t]||[]).push(e),this},n.prototype.once=function(t,e){function n(){i.off(t,n),e.apply(this,arguments)}var i=this;return this._callbacks=this._callbacks||{},n.fn=e,this.on(t,n),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=n.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n=this._callbacks[t];if(!n)return this;if(1==arguments.length)return delete this._callbacks[t],this;for(var i,r=0;r<n.length;r++)if((i=n[r])===e||i.fn===e){n.splice(r,1);break}return this},n.prototype.emit=function(t){this._callbacks=this._callbacks||{};var e=[].slice.call(arguments,1),n=this._callbacks[t];if(n){n=n.slice(0);for(var i=0,r=n.length;i<r;++i)n[i].apply(this,e)}return this},n.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks[t]||[]},n.prototype.hasListeners=function(t){return!!this.listeners(t).length}},function(t,e,n){t.exports={default:n(108),__esModule:!0}},function(t,e,n){n(109),t.exports=n(0).Math.sign},function(t,e,n){var i=n(4);i(i.S,"Math",{sign:n(110)})},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e,n){e.__esModule=!0;var i=n(113),r=function(t){return t&&t.__esModule?t:{default:t}}(i);e.default=function(){function t(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),(0,r.default)(t,i.key,i)}}return function(e,n,i){return n&&t(e.prototype,n),i&&t(e,i),e}}()},function(t,e,n){t.exports={default:n(114),__esModule:!0}},function(t,e,n){n(115);var i=n(0).Object;t.exports=function(t,e,n){return i.defineProperty(t,e,n)}},function(t,e,n){var i=n(4);i(i.S+i.F*!n(6),"Object",{defineProperty:n(5).f})},function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0});var i="string",r="boolean",o="number",s={fill:{string:i},stroke:{string:i},strokeWidth:{number:o},__type__:{string:i,object:"object",undefined:"undefined"}},a={animationAutoStart:{boolean:r,undefined:"undefined"},animationInterval:{number:o},animationPreload:{boolean:r},axisColor:{string:i},backgroundColor:s,xBarWidth:{number:o,undefined:"undefined"},yBarWidth:{number:o,undefined:"undefined"},cameraPosition:{distance:{number:o},horizontal:{number:o},vertical:{number:o},__type__:{object:"object"}},xCenter:{string:i},yCenter:{string:i},dataColor:s,dotSizeMinFraction:{number:o},dotSizeMaxFraction:{number:o},dotSizeRatio:{number:o},filterLabel:{string:i},gridColor:{string:i},onclick:{function:"function"},keepAspectRatio:{boolean:r},xLabel:{string:i},yLabel:{string:i},zLabel:{string:i},legendLabel:{string:i},xMin:{number:o,undefined:"undefined"},yMin:{number:o,undefined:"undefined"},zMin:{number:o,undefined:"undefined"},xMax:{number:o,undefined:"undefined"},yMax:{number:o,undefined:"undefined"},zMax:{number:o,undefined:"undefined"},showAnimationControls:{boolean:r,undefined:"undefined"},showGrid:{boolean:r},showLegend:{boolean:r,undefined:"undefined"},showPerspective:{boolean:r},showShadow:{boolean:r},showXAxis:{boolean:r},showYAxis:{boolean:r},showZAxis:{boolean:r},xStep:{number:o,undefined:"undefined"},yStep:{number:o,undefined:"undefined"},zStep:{number:o,undefined:"undefined"},style:{number:o,string:["bar","bar-color","bar-size","dot","dot-line","dot-color","dot-size","line","grid","surface"]},tooltip:{boolean:r,function:"function"},tooltipStyle:{content:{color:{string:i},background:{string:i},border:{string:i},borderRadius:{string:i},boxShadow:{string:i},padding:{string:i},__type__:{object:"object"}},line:{borderLeft:{string:i},height:{string:i},width:{string:i},__type__:{object:"object"}},dot:{border:{string:i},borderRadius:{string:i},height:{string:i},width:{string:i},__type__:{object:"object"}},__type__:{object:"object"}},xValueLabel:{function:"function"},yValueLabel:{function:"function"},zValueLabel:{function:"function"},valueMax:{number:o,undefined:"undefined"},valueMin:{number:o,undefined:"undefined"},verticalRatio:{number:o},height:{string:i},width:{string:i},__type__:{object:"object"}};e.allOptions=a},function(t,e,n){function i(){this.dataTable=null}var r=n(35),o=n(36),s=n(118),a=n(55),u=n(52),h=n(13);i.prototype.initializeData=function(t,e,n){if(void 0!==e){Array.isArray(e)&&(e=new r(e));var i;if(!(e instanceof r||e instanceof o))throw new Error("Array, DataSet, or DataView expected");if(i=e.get(),0!=i.length){this.style=n,this.dataSet&&this.dataSet.off("*",this._onChange),this.dataSet=e,this.dataTable=i;var s=this;this._onChange=function(){t.setData(s.dataSet)},this.dataSet.on("*",this._onChange),this.colX="x",this.colY="y",this.colZ="z";var u=t.hasBars(n);if(u&&(void 0!==t.defaultXBarWidth?this.xBarWidth=t.defaultXBarWidth:this.xBarWidth=this.getSmallestDifference(i,this.colX)||1,void 0!==t.defaultYBarWidth?this.yBarWidth=t.defaultYBarWidth:this.yBarWidth=this.getSmallestDifference(i,this.colY)||1),this._initializeRange(i,this.colX,t,u),this._initializeRange(i,this.colY,t,u),this._initializeRange(i,this.colZ,t,!1),i[0].hasOwnProperty("style")){this.colValue="style";var h=this.getColumnRange(i,this.colValue);this._setRangeDefaults(h,t.defaultValueMin,t.defaultValueMax),this.valueRange=h}this.getDataTable()[0].hasOwnProperty("filter")&&void 0===this.dataFilter&&(this.dataFilter=new a(this,"filter",t),this.dataFilter.setOnLoadCallback(function(){t.redraw()}));return this.dataFilter?this.dataFilter._getDataPoints():this._getDataPoints(this.getDataTable())}}},i.prototype._collectRangeSettings=function(t,e){if(-1==["x","y","z"].indexOf(t))throw new Error("Column '"+t+"' invalid");var n=t.toUpperCase();return{barWidth:this[t+"BarWidth"],min:e["default"+n+"Min"],max:e["default"+n+"Max"],step:e["default"+n+"Step"],range_label:t+"Range",step_label:t+"Step"}},i.prototype._initializeRange=function(t,e,n,i){var r=this._collectRangeSettings(e,n),o=this.getColumnRange(t,e);i&&"z"!=e&&o.expand(r.barWidth/2),this._setRangeDefaults(o,r.min,r.max),this[r.range_label]=o,this[r.step_label]=void 0!==r.step?r.step:o.range()/5},i.prototype.getDistinctValues=function(t,e){void 0===e&&(e=this.dataTable);for(var n=[],i=0;i<e.length;i++){var r=e[i][t]||0;-1===n.indexOf(r)&&n.push(r)}return n.sort(function(t,e){return t-e})},i.prototype.getSmallestDifference=function(t,e){for(var n=this.getDistinctValues(t,e),i=null,r=1;r<n.length;r++){var o=n[r]-n[r-1];(null==i||i>o)&&(i=o)}return i},i.prototype.getColumnRange=function(t,e){for(var n=new s,i=0;i<t.length;i++){var r=t[i][e];n.adjust(r)}return n},i.prototype.getNumberOfRows=function(){return this.dataTable.length},i.prototype._setRangeDefaults=function(t,e,n){void 0!==e&&(t.min=e),void 0!==n&&(t.max=n),t.max<=t.min&&(t.max=t.min+1)},i.prototype.getDataTable=function(){return this.dataTable},i.prototype.getDataSet=function(){return this.dataSet},i.prototype.getDataPoints=function(t){for(var e=[],n=0;n<t.length;n++){var i=new h;i.x=t[n][this.colX]||0,i.y=t[n][this.colY]||0,i.z=t[n][this.colZ]||0,i.data=t[n],void 0!==this.colValue&&(i.value=t[n][this.colValue]||0);var r={};r.point=i,r.bottom=new h(i.x,i.y,this.zRange.min),r.trans=void 0,r.screen=void 0,e.push(r)}return e},i.prototype.initDataAsMatrix=function(t){var e,n,i,r,o=this.getDistinctValues(this.colX,t),s=this.getDistinctValues(this.colY,t),a=this.getDataPoints(t),u=[];for(i=0;i<a.length;i++){r=a[i];var h=o.indexOf(r.point.x),l=s.indexOf(r.point.y);void 0===u[h]&&(u[h]=[]),u[h][l]=r}for(e=0;e<u.length;e++)for(n=0;n<u[e].length;n++)u[e][n]&&(u[e][n].pointRight=e<u.length-1?u[e+1][n]:void 0,u[e][n].pointTop=n<u[e].length-1?u[e][n+1]:void 0,u[e][n].pointCross=e<u.length-1&&n<u[e].length-1?u[e+1][n+1]:void 0);return a},i.prototype.getInfo=function(){var t=this.dataFilter;if(t)return t.getLabel()+": "+t.getSelectedValue()},i.prototype.reload=function(){this.dataTable&&this.setData(this.dataTable)},i.prototype._getDataPoints=function(t){var e=[];if(this.style===u.STYLE.GRID||this.style===u.STYLE.SURFACE)e=this.initDataAsMatrix(t);else if(this._checkValueField(t),e=this.getDataPoints(t),this.style===u.STYLE.LINE)for(var n=0;n<e.length;n++)n>0&&(e[n-1].pointNext=e[n]);return e},i.prototype._checkValueField=function(t){if(this.style===u.STYLE.BARCOLOR||this.style===u.STYLE.BARSIZE||this.style===u.STYLE.DOTCOLOR||this.style===u.STYLE.DOTSIZE){if(void 0===this.colValue)throw new Error("Expected data to have field 'style' for graph style '"+this.style+"'");if(void 0===t[0][this.colValue])throw new Error("Expected data to have field '"+this.colValue+"' for graph style '"+this.style+"'")}},t.exports=i},function(t,e,n){function i(){this.min=void 0,this.max=void 0}i.prototype.adjust=function(t){void 0!==t&&((void 0===this.min||this.min>t)&&(this.min=t),(void 0===this.max||this.max<t)&&(this.max=t))},i.prototype.combine=function(t){this.add(t.min),this.add(t.max)},i.prototype.expand=function(t){if(void 0!==t){var e=this.min-t,n=this.max+t;if(e>n)throw new Error("Passed expansion value makes range invalid");this.min=e,this.max=n}},i.prototype.range=function(){return this.max-this.min},i.prototype.center=function(){return(this.min+this.max)/2},t.exports=i},function(t,e,n){function i(){var t=function(){};return{on:t,off:t,destroy:t,emit:t,get:function(e){return{set:t}}}}if("undefined"!=typeof window){var r=n(120),o=window.Hammer||n(121);t.exports=r(o,{preventDefault:"mouse"})}else t.exports=function(){return i()}},function(t,e,n){var i,r,o;!function(n){r=[],i=n,void 0!==(o="function"==typeof i?i.apply(e,r):i)&&(t.exports=o)}(function(){var t=null;return function e(n,i){function r(t){return t.match(/[^ ]+/g)}function o(e){if("hammer.input"!==e.type){if(e.srcEvent._handled||(e.srcEvent._handled={}),e.srcEvent._handled[e.type])return;e.srcEvent._handled[e.type]=!0}var n=!1;e.stopPropagation=function(){n=!0};var i=e.srcEvent.stopPropagation.bind(e.srcEvent);"function"==typeof i&&(e.srcEvent.stopPropagation=function(){i(),e.stopPropagation()}),e.firstTarget=t;for(var r=t;r&&!n;){var o=r.hammer;if(o)for(var s,a=0;a<o.length;a++)if(s=o[a]._handlers[e.type])for(var u=0;u<s.length&&!n;u++)s[u](e);r=r.parentNode}}var s=i||{preventDefault:!1};if(n.Manager){var a=n,u=function(t,n){var i=Object.create(s);return n&&a.assign(i,n),e(new a(t,i),i)};return a.assign(u,a),u.Manager=function(t,n){var i=Object.create(s);return n&&a.assign(i,n),e(new a.Manager(t,i),i)},u}var h=Object.create(n),l=n.element;return l.hammer||(l.hammer=[]),l.hammer.push(h),n.on("hammer.input",function(e){!0!==s.preventDefault&&s.preventDefault!==e.pointerType||e.preventDefault(),e.isFirst&&(t=e.target)}),h._handlers={},h.on=function(t,e){return r(t).forEach(function(t){var i=h._handlers[t];i||(h._handlers[t]=i=[],n.on(t,o)),i.push(e)}),h},h.off=function(t,e){return r(t).forEach(function(t){var i=h._handlers[t];i&&(i=e?i.filter(function(t){return t!==e}):[],i.length>0?h._handlers[t]=i:(n.off(t,o),delete h._handlers[t]))}),h},h.emit=function(e,i){t=i.target,n.emit(e,i)},h.destroy=function(){var t=n.element.hammer,e=t.indexOf(h);-1!==e&&t.splice(e,1),t.length||delete n.element.hammer,h._handlers={},n.destroy()},h}})},function(t,e,n){var i;/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*
* Copyright (c) 2016 Jorik Tangelder;
* Licensed under the MIT license */
!function(r,o,s,a){function u(t,e,n){return setTimeout(f(t,n),e)}function h(t,e,n){return!!Array.isArray(t)&&(l(t,n[e],n),!0)}function l(t,e,n){var i;if(t)if(t.forEach)t.forEach(e,n);else if(t.length!==a)for(i=0;i<t.length;)e.call(n,t[i],i,t),i++;else for(i in t)t.hasOwnProperty(i)&&e.call(n,t[i],i,t)}function c(t,e,n){var i="DEPRECATED METHOD: "+e+"\n"+n+" AT \n";return function(){var e=new Error("get-stack-trace"),n=e&&e.stack?e.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",o=r.console&&(r.console.warn||r.console.log);return o&&o.call(r.console,i,n),t.apply(this,arguments)}}function d(t,e,n){var i,r=e.prototype;i=t.prototype=Object.create(r),i.constructor=t,i._super=r,n&&pt(i,n)}function f(t,e){return function(){return t.apply(e,arguments)}}function p(t,e){return typeof t==yt?t.apply(e?e[0]||a:a,e):t}function m(t,e){return t===a?e:t}function v(t,e,n){l(w(e),function(e){t.addEventListener(e,n,!1)})}function y(t,e,n){l(w(e),function(e){t.removeEventListener(e,n,!1)})}function g(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1}function _(t,e){return t.indexOf(e)>-1}function w(t){return t.trim().split(/\s+/g)}function b(t,e,n){if(t.indexOf&&!n)return t.indexOf(e);for(var i=0;i<t.length;){if(n&&t[i][n]==e||!n&&t[i]===e)return i;i++}return-1}function x(t){return Array.prototype.slice.call(t,0)}function S(t,e,n){for(var i=[],r=[],o=0;o<t.length;){var s=e?t[o][e]:t[o];b(r,s)<0&&i.push(t[o]),r[o]=s,o++}return n&&(i=e?i.sort(function(t,n){return t[e]>n[e]}):i.sort()),i}function M(t,e){for(var n,i,r=e[0].toUpperCase()+e.slice(1),o=0;o<mt.length;){if(n=mt[o],(i=n?n+r:e)in t)return i;o++}return a}function T(){return St++}function D(t){var e=t.ownerDocument||t;return e.defaultView||e.parentWindow||r}function k(t,e){var n=this;this.manager=t,this.callback=e,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(e){p(t.options.enable,[t])&&n.handler(e)},this.init()}function O(t){var e=t.options.inputClass;return new(e||(Dt?V:kt?U:Tt?X:F))(t,E)}function E(t,e,n){var i=n.pointers.length,r=n.changedPointers.length,o=e&Et&&i-r==0,s=e&(Pt|Lt)&&i-r==0;n.isFirst=!!o,n.isFinal=!!s,o&&(t.session={}),n.eventType=e,C(t,n),t.emit("hammer.input",n),t.recognize(n),t.session.prevInput=n}function C(t,e){var n=t.session,i=e.pointers,r=i.length;n.firstInput||(n.firstInput=R(e)),r>1&&!n.firstMultiple?n.firstMultiple=R(e):1===r&&(n.firstMultiple=!1);var o=n.firstInput,s=n.firstMultiple,a=s?s.center:o.center,u=e.center=A(i);e.timeStamp=wt(),e.deltaTime=e.timeStamp-o.timeStamp,e.angle=N(a,u),e.distance=z(a,u),P(n,e),e.offsetDirection=I(e.deltaX,e.deltaY);var h=Y(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=h.x,e.overallVelocityY=h.y,e.overallVelocity=_t(h.x)>_t(h.y)?h.x:h.y,e.scale=s?j(s.pointers,i):1,e.rotation=s?W(s.pointers,i):0,e.maxPointers=n.prevInput?e.pointers.length>n.prevInput.maxPointers?e.pointers.length:n.prevInput.maxPointers:e.pointers.length,L(n,e);var l=t.element;g(e.srcEvent.target,l)&&(l=e.srcEvent.target),e.target=l}function P(t,e){var n=e.center,i=t.offsetDelta||{},r=t.prevDelta||{},o=t.prevInput||{};e.eventType!==Et&&o.eventType!==Pt||(r=t.prevDelta={x:o.deltaX||0,y:o.deltaY||0},i=t.offsetDelta={x:n.x,y:n.y}),e.deltaX=r.x+(n.x-i.x),e.deltaY=r.y+(n.y-i.y)}function L(t,e){var n,i,r,o,s=t.lastInterval||e,u=e.timeStamp-s.timeStamp;if(e.eventType!=Lt&&(u>Ot||s.velocity===a)){var h=e.deltaX-s.deltaX,l=e.deltaY-s.deltaY,c=Y(u,h,l);i=c.x,r=c.y,n=_t(c.x)>_t(c.y)?c.x:c.y,o=I(h,l),t.lastInterval=e}else n=s.velocity,i=s.velocityX,r=s.velocityY,o=s.direction;e.velocity=n,e.velocityX=i,e.velocityY=r,e.direction=o}function R(t){for(var e=[],n=0;n<t.pointers.length;)e[n]={clientX:gt(t.pointers[n].clientX),clientY:gt(t.pointers[n].clientY)},n++;return{timeStamp:wt(),pointers:e,center:A(e),deltaX:t.deltaX,deltaY:t.deltaY}}function A(t){var e=t.length;if(1===e)return{x:gt(t[0].clientX),y:gt(t[0].clientY)};for(var n=0,i=0,r=0;r<e;)n+=t[r].clientX,i+=t[r].clientY,r++;return{x:gt(n/e),y:gt(i/e)}}function Y(t,e,n){return{x:e/t||0,y:n/t||0}}function I(t,e){return t===e?Rt:_t(t)>=_t(e)?t<0?At:Yt:e<0?It:zt}function z(t,e,n){n||(n=Ft);var i=e[n[0]]-t[n[0]],r=e[n[1]]-t[n[1]];return Math.sqrt(i*i+r*r)}function N(t,e,n){n||(n=Ft);var i=e[n[0]]-t[n[0]],r=e[n[1]]-t[n[1]];return 180*Math.atan2(r,i)/Math.PI}function W(t,e){return N(e[1],e[0],Vt)+N(t[1],t[0],Vt)}function j(t,e){return z(e[0],e[1],Vt)/z(t[0],t[1],Vt)}function F(){this.evEl=Bt,this.evWin=Ut,this.pressed=!1,k.apply(this,arguments)}function V(){this.evEl=Zt,this.evWin=qt,k.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function G(){this.evTarget=Jt,this.evWin=Qt,this.started=!1,k.apply(this,arguments)}function B(t,e){var n=x(t.touches),i=x(t.changedTouches);return e&(Pt|Lt)&&(n=S(n.concat(i),"identifier",!0)),[n,i]}function U(){this.evTarget=te,this.targetIds={},k.apply(this,arguments)}function H(t,e){var n=x(t.touches),i=this.targetIds;if(e&(Et|Ct)&&1===n.length)return i[n[0].identifier]=!0,[n,n];var r,o,s=x(t.changedTouches),a=[],u=this.target;if(o=n.filter(function(t){return g(t.target,u)}),e===Et)for(r=0;r<o.length;)i[o[r].identifier]=!0,r++;for(r=0;r<s.length;)i[s[r].identifier]&&a.push(s[r]),e&(Pt|Lt)&&delete i[s[r].identifier],r++;return a.length?[S(o.concat(a),"identifier",!0),a]:void 0}function X(){k.apply(this,arguments);var t=f(this.handler,this);this.touch=new U(this.manager,t),this.mouse=new F(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function Z(t,e){t&Et?(this.primaryTouch=e.changedPointers[0].identifier,q.call(this,e)):t&(Pt|Lt)&&q.call(this,e)}function q(t){var e=t.changedPointers[0];if(e.identifier===this.primaryTouch){var n={x:e.clientX,y:e.clientY};this.lastTouches.push(n);var i=this.lastTouches,r=function(){var t=i.indexOf(n);t>-1&&i.splice(t,1)};setTimeout(r,ee)}}function $(t){for(var e=t.srcEvent.clientX,n=t.srcEvent.clientY,i=0;i<this.lastTouches.length;i++){var r=this.lastTouches[i],o=Math.abs(e-r.x),s=Math.abs(n-r.y);if(o<=ne&&s<=ne)return!0}return!1}function J(t,e){this.manager=t,this.set(e)}function Q(t){if(_(t,ae))return ae;var e=_(t,ue),n=_(t,he);return e&&n?ae:e||n?e?ue:he:_(t,se)?se:oe}function K(t){this.options=pt({},this.defaults,t||{}),this.id=T(),this.manager=null,this.options.enable=m(this.options.enable,!0),this.state=ce,this.simultaneous={},this.requireFail=[]}function tt(t){return t&ve?"cancel":t&pe?"end":t&fe?"move":t&de?"start":""}function et(t){return t==zt?"down":t==It?"up":t==At?"left":t==Yt?"right":""}function nt(t,e){var n=e.manager;return n?n.get(t):t}function it(){K.apply(this,arguments)}function rt(){it.apply(this,arguments),this.pX=null,this.pY=null}function ot(){it.apply(this,arguments)}function st(){K.apply(this,arguments),this._timer=null,this._input=null}function at(){it.apply(this,arguments)}function ut(){it.apply(this,arguments)}function ht(){K.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function lt(t,e){return e=e||{},e.recognizers=m(e.recognizers,lt.defaults.preset),new ct(t,e)}function ct(t,e){this.options=pt({},lt.defaults,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=O(this),this.touchAction=new J(this,this.options.touchAction),dt(this,!0),l(this.options.recognizers,function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])},this)}function dt(t,e){var n=t.element;if(n.style){var i;l(t.options.cssProps,function(r,o){i=M(n.style,o),e?(t.oldCssProps[i]=n.style[i],n.style[i]=r):n.style[i]=t.oldCssProps[i]||""}),e||(t.oldCssProps={})}}function ft(t,e){var n=o.createEvent("Event");n.initEvent(t,!0,!0),n.gesture=e,e.target.dispatchEvent(n)}var pt,mt=["","webkit","Moz","MS","ms","o"],vt=o.createElement("div"),yt="function",gt=Math.round,_t=Math.abs,wt=Date.now;pt="function"!=typeof Object.assign?function(t){if(t===a||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),n=1;n<arguments.length;n++){var i=arguments[n];if(i!==a&&null!==i)for(var r in i)i.hasOwnProperty(r)&&(e[r]=i[r])}return e}:Object.assign;var bt=c(function(t,e,n){for(var i=Object.keys(e),r=0;r<i.length;)(!n||n&&t[i[r]]===a)&&(t[i[r]]=e[i[r]]),r++;return t},"extend","Use `assign`."),xt=c(function(t,e){return bt(t,e,!0)},"merge","Use `assign`."),St=1,Mt=/mobile|tablet|ip(ad|hone|od)|android/i,Tt="ontouchstart"in r,Dt=M(r,"PointerEvent")!==a,kt=Tt&&Mt.test(navigator.userAgent),Ot=25,Et=1,Ct=2,Pt=4,Lt=8,Rt=1,At=2,Yt=4,It=8,zt=16,Nt=At|Yt,Wt=It|zt,jt=Nt|Wt,Ft=["x","y"],Vt=["clientX","clientY"];k.prototype={handler:function(){},init:function(){this.evEl&&v(this.element,this.evEl,this.domHandler),this.evTarget&&v(this.target,this.evTarget,this.domHandler),this.evWin&&v(D(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&y(this.element,this.evEl,this.domHandler),this.evTarget&&y(this.target,this.evTarget,this.domHandler),this.evWin&&y(D(this.element),this.evWin,this.domHandler)}};var Gt={mousedown:Et,mousemove:Ct,mouseup:Pt},Bt="mousedown",Ut="mousemove mouseup";d(F,k,{handler:function(t){var e=Gt[t.type];e&Et&&0===t.button&&(this.pressed=!0),e&Ct&&1!==t.which&&(e=Pt),this.pressed&&(e&Pt&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:"mouse",srcEvent:t}))}});var Ht={pointerdown:Et,pointermove:Ct,pointerup:Pt,pointercancel:Lt,pointerout:Lt},Xt={2:"touch",3:"pen",4:"mouse",5:"kinect"},Zt="pointerdown",qt="pointermove pointerup pointercancel";r.MSPointerEvent&&!r.PointerEvent&&(Zt="MSPointerDown",qt="MSPointerMove MSPointerUp MSPointerCancel"),d(V,k,{handler:function(t){var e=this.store,n=!1,i=t.type.toLowerCase().replace("ms",""),r=Ht[i],o=Xt[t.pointerType]||t.pointerType,s="touch"==o,a=b(e,t.pointerId,"pointerId");r&Et&&(0===t.button||s)?a<0&&(e.push(t),a=e.length-1):r&(Pt|Lt)&&(n=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:o,srcEvent:t}),n&&e.splice(a,1))}});var $t={touchstart:Et,touchmove:Ct,touchend:Pt,touchcancel:Lt},Jt="touchstart",Qt="touchstart touchmove touchend touchcancel";d(G,k,{handler:function(t){var e=$t[t.type];if(e===Et&&(this.started=!0),this.started){var n=B.call(this,t,e);e&(Pt|Lt)&&n[0].length-n[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:n[0],changedPointers:n[1],pointerType:"touch",srcEvent:t})}}});var Kt={touchstart:Et,touchmove:Ct,touchend:Pt,touchcancel:Lt},te="touchstart touchmove touchend touchcancel";d(U,k,{handler:function(t){var e=Kt[t.type],n=H.call(this,t,e);n&&this.callback(this.manager,e,{pointers:n[0],changedPointers:n[1],pointerType:"touch",srcEvent:t})}});var ee=2500,ne=25;d(X,k,{handler:function(t,e,n){var i="touch"==n.pointerType,r="mouse"==n.pointerType;if(!(r&&n.sourceCapabilities&&n.sourceCapabilities.firesTouchEvents)){if(i)Z.call(this,e,n);else if(r&&$.call(this,n))return;this.callback(t,e,n)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var ie=M(vt.style,"touchAction"),re=ie!==a,oe="auto",se="manipulation",ae="none",ue="pan-x",he="pan-y",le=function(){if(!re)return!1;var t={},e=r.CSS&&r.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(n){t[n]=!e||r.CSS.supports("touch-action",n)}),t}();J.prototype={set:function(t){"compute"==t&&(t=this.compute()),re&&this.manager.element.style&&le[t]&&(this.manager.element.style[ie]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return l(this.manager.recognizers,function(e){p(e.options.enable,[e])&&(t=t.concat(e.getTouchAction()))}),Q(t.join(" "))},preventDefaults:function(t){var e=t.srcEvent,n=t.offsetDirection;if(this.manager.session.prevented)return void e.preventDefault();var i=this.actions,r=_(i,ae)&&!le[ae],o=_(i,he)&&!le[he],s=_(i,ue)&&!le[ue];if(r){var a=1===t.pointers.length,u=t.distance<2,h=t.deltaTime<250;if(a&&u&&h)return}return s&&o?void 0:r||o&&n&Nt||s&&n&Wt?this.preventSrc(e):void 0},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var ce=1,de=2,fe=4,pe=8,me=pe,ve=16;K.prototype={defaults:{},set:function(t){return pt(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(h(t,"recognizeWith",this))return this;var e=this.simultaneous;return t=nt(t,this),e[t.id]||(e[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return h(t,"dropRecognizeWith",this)?this:(t=nt(t,this),delete this.simultaneous[t.id],this)},requireFailure:function(t){if(h(t,"requireFailure",this))return this;var e=this.requireFail;return t=nt(t,this),-1===b(e,t)&&(e.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(h(t,"dropRequireFailure",this))return this;t=nt(t,this);var e=b(this.requireFail,t);return e>-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){function e(e){n.manager.emit(e,t)}var n=this,i=this.state;i<pe&&e(n.options.event+tt(i)),e(n.options.event),t.additionalEvent&&e(t.additionalEvent),i>=pe&&e(n.options.event+tt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=32},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(this.requireFail[t].state&(32|ce)))return!1;t++}return!0},recognize:function(t){var e=pt({},t);if(!p(this.options.enable,[this,e]))return this.reset(),void(this.state=32);this.state&(me|ve|32)&&(this.state=ce),this.state=this.process(e),this.state&(de|fe|pe|ve)&&this.tryEmit(e)},process:function(t){},getTouchAction:function(){},reset:function(){}},d(it,K,{defaults:{pointers:1},attrTest:function(t){var e=this.options.pointers;return 0===e||t.pointers.length===e},process:function(t){var e=this.state,n=t.eventType,i=e&(de|fe),r=this.attrTest(t);return i&&(n&Lt||!r)?e|ve:i||r?n&Pt?e|pe:e&de?e|fe:de:32}}),d(rt,it,{defaults:{event:"pan",threshold:10,pointers:1,direction:jt},getTouchAction:function(){var t=this.options.direction,e=[];return t&Nt&&e.push(he),t&Wt&&e.push(ue),e},directionTest:function(t){var e=this.options,n=!0,i=t.distance,r=t.direction,o=t.deltaX,s=t.deltaY;return r&e.direction||(e.direction&Nt?(r=0===o?Rt:o<0?At:Yt,n=o!=this.pX,i=Math.abs(t.deltaX)):(r=0===s?Rt:s<0?It:zt,n=s!=this.pY,i=Math.abs(t.deltaY))),t.direction=r,n&&i>e.threshold&&r&e.direction},attrTest:function(t){return it.prototype.attrTest.call(this,t)&&(this.state&de||!(this.state&de)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=et(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),d(ot,it,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[ae]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||this.state&de)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),d(st,K,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[oe]},process:function(t){var e=this.options,n=t.pointers.length===e.pointers,i=t.distance<e.threshold,r=t.deltaTime>e.time;if(this._input=t,!i||!n||t.eventType&(Pt|Lt)&&!r)this.reset();else if(t.eventType&Et)this.reset(),this._timer=u(function(){this.state=me,this.tryEmit()},e.time,this);else if(t.eventType&Pt)return me;return 32},reset:function(){clearTimeout(this._timer)},emit:function(t){this.state===me&&(t&&t.eventType&Pt?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=wt(),this.manager.emit(this.options.event,this._input)))}}),d(at,it,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[ae]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||this.state&de)}}),d(ut,it,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Nt|Wt,pointers:1},getTouchAction:function(){return rt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,n=this.options.direction;return n&(Nt|Wt)?e=t.overallVelocity:n&Nt?e=t.overallVelocityX:n&Wt&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&n&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&_t(e)>this.options.velocity&&t.eventType&Pt},emit:function(t){var e=et(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),d(ht,K,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[se]},process:function(t){var e=this.options,n=t.pointers.length===e.pointers,i=t.distance<e.threshold,r=t.deltaTime<e.time;if(this.reset(),t.eventType&Et&&0===this.count)return this.failTimeout();if(i&&r&&n){if(t.eventType!=Pt)return this.failTimeout();var o=!this.pTime||t.timeStamp-this.pTime<e.interval,s=!this.pCenter||z(this.pCenter,t.center)<e.posThreshold;this.pTime=t.timeStamp,this.pCenter=t.center,s&&o?this.count+=1:this.count=1,this._input=t;if(0===this.count%e.taps)return this.hasRequireFailures()?(this._timer=u(function(){this.state=me,this.tryEmit()},e.interval,this),de):me}return 32},failTimeout:function(){return this._timer=u(function(){this.state=32},this.options.interval,this),32},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==me&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),lt.VERSION="2.0.7",lt.defaults={domEvents:!1,touchAction:"compute",enable:!0,inputTarget:null,inputClass:null,preset:[[at,{enable:!1}],[ot,{enable:!1},["rotate"]],[ut,{direction:Nt}],[rt,{direction:Nt},["swipe"]],[ht],[ht,{event:"doubletap",taps:2},["tap"]],[st]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};ct.prototype={set:function(t){return pt(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?2:1},recognize:function(t){var e=this.session;if(!e.stopped){this.touchAction.preventDefaults(t);var n,i=this.recognizers,r=e.curRecognizer;(!r||r&&r.state&me)&&(r=e.curRecognizer=null);for(var o=0;o<i.length;)n=i[o],2===e.stopped||r&&n!=r&&!n.canRecognizeWith(r)?n.reset():n.recognize(t),!r&&n.state&(de|fe|pe)&&(r=e.curRecognizer=n),o++}},get:function(t){if(t instanceof K)return t;for(var e=this.recognizers,n=0;n<e.length;n++)if(e[n].options.event==t)return e[n];return null},add:function(t){if(h(t,"add",this))return this;var e=this.get(t.options.event);return e&&this.remove(e),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(h(t,"remove",this))return this;if(t=this.get(t)){var e=this.recognizers,n=b(e,t);-1!==n&&(e.splice(n,1),this.touchAction.update())}return this},on:function(t,e){if(t!==a&&e!==a){var n=this.handlers;return l(w(t),function(t){n[t]=n[t]||[],n[t].push(e)}),this}},off:function(t,e){if(t!==a){var n=this.handlers;return l(w(t),function(t){e?n[t]&&n[t].splice(b(n[t],e),1):delete n[t]}),this}},emit:function(t,e){this.options.domEvents&&ft(t,e);var n=this.handlers[t]&&this.handlers[t].slice();if(n&&n.length){e.type=t,e.preventDefault=function(){e.srcEvent.preventDefault()};for(var i=0;i<n.length;)n[i](e),i++}},destroy:function(){this.element&&dt(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},pt(lt,{INPUT_START:Et,INPUT_MOVE:Ct,INPUT_END:Pt,INPUT_CANCEL:Lt,STATE_POSSIBLE:ce,STATE_BEGAN:de,STATE_CHANGED:fe,STATE_ENDED:pe,STATE_RECOGNIZED:me,STATE_CANCELLED:ve,STATE_FAILED:32,DIRECTION_NONE:Rt,DIRECTION_LEFT:At,DIRECTION_RIGHT:Yt,DIRECTION_UP:It,DIRECTION_DOWN:zt,DIRECTION_HORIZONTAL:Nt,DIRECTION_VERTICAL:Wt,DIRECTION_ALL:jt,Manager:ct,Input:k,TouchAction:J,TouchInput:U,MouseInput:F,PointerEventInput:V,TouchMouseInput:X,SingleTouchInput:G,Recognizer:K,AttrRecognizer:it,Tap:ht,Pan:rt,Swipe:ut,Pinch:ot,Rotate:at,Press:st,on:v,off:y,each:l,merge:xt,extend:bt,assign:pt,inherit:d,bindFn:f,prefixed:M}),(void 0!==r?r:"undefined"!=typeof self?self:{}).Hammer=lt,(i=function(){return lt}.call(e,n,e,t))!==a&&(t.exports=i)}(window,document)},function(t,e,n){var i,r,o;!function(n,s){r=[],i=s,void 0!==(o="function"==typeof i?i.apply(e,r):i)&&(t.exports=o)}(0,function(){function t(t){var e,n=t&&t.preventDefault||!1,i=t&&t.container||window,r={},o={keydown:{},keyup:{}},s={};for(e=97;e<=122;e++)s[String.fromCharCode(e)]={code:e-97+65,shift:!1};for(e=65;e<=90;e++)s[String.fromCharCode(e)]={code:e,shift:!0};for(e=0;e<=9;e++)s[""+e]={code:48+e,shift:!1};for(e=1;e<=12;e++)s["F"+e]={code:111+e,shift:!1};for(e=0;e<=9;e++)s["num"+e]={code:96+e,shift:!1};s["num*"]={code:106,shift:!1},s["num+"]={code:107,shift:!1},s["num-"]={code:109,shift:!1},s["num/"]={code:111,shift:!1},s["num."]={code:110,shift:!1},s.left={code:37,shift:!1},s.up={code:38,shift:!1},s.right={code:39,shift:!1},s.down={code:40,shift:!1},s.space={code:32,shift:!1},s.enter={code:13,shift:!1},s.shift={code:16,shift:void 0},s.esc={code:27,shift:!1},s.backspace={code:8,shift:!1},s.tab={code:9,shift:!1},s.ctrl={code:17,shift:!1},s.alt={code:18,shift:!1},s.delete={code:46,shift:!1},s.pageup={code:33,shift:!1},s.pagedown={code:34,shift:!1},s["="]={code:187,shift:!1},s["-"]={code:189,shift:!1},s["]"]={code:221,shift:!1},s["["]={code:219,shift:!1};var a=function(t){h(t,"keydown")},u=function(t){h(t,"keyup")},h=function(t,e){if(void 0!==o[e][t.keyCode]){for(var i=o[e][t.keyCode],r=0;r<i.length;r++)void 0===i[r].shift?i[r].fn(t):1==i[r].shift&&1==t.shiftKey?i[r].fn(t):0==i[r].shift&&0==t.shiftKey&&i[r].fn(t);1==n&&t.preventDefault()}};return r.bind=function(t,e,n){if(void 0===n&&(n="keydown"),void 0===s[t])throw new Error("unsupported key: "+t);void 0===o[n][s[t].code]&&(o[n][s[t].code]=[]),o[n][s[t].code].push({fn:e,shift:s[t].shift})},r.bindAll=function(t,e){void 0===e&&(e="keydown");for(var n in s)s.hasOwnProperty(n)&&r.bind(n,t,e)},r.getKey=function(t){for(var e in s)if(s.hasOwnProperty(e)){if(1==t.shiftKey&&1==s[e].shift&&t.keyCode==s[e].code)return e;if(0==t.shiftKey&&0==s[e].shift&&t.keyCode==s[e].code)return e;if(t.keyCode==s[e].code&&"shift"==e)return e}return"unknown key, currently not supported"},r.unbind=function(t,e,n){if(void 0===n&&(n="keydown"),void 0===s[t])throw new Error("unsupported key: "+t);if(void 0!==e){var i=[],r=o[n][s[t].code];if(void 0!==r)for(var a=0;a<r.length;a++)r[a].fn==e&&r[a].shift==s[t].shift||i.push(o[n][s[t].code][a]);o[n][s[t].code]=i}else o[n][s[t].code]=[]},r.reset=function(){o={keydown:{},keyup:{}}},r.destroy=function(){o={keydown:{},keyup:{}},i.removeEventListener("keydown",a,!0),i.removeEventListener("keyup",u,!0)},i.addEventListener("keydown",a,!0),i.addEventListener("keyup",u,!0),r}return t})}])});
</script>
<script type="text/csv" id="unparsed">
0.100000 -0.0005678904186797 -0.0025542631256835 0.0002903016008317
0.100000 -0.0004983324301052 -0.0025668379963741 0.0003195073410332
0.100000 -0.0004297762154893 -0.0025842461547002 0.0002904136700575
0.100000 -0.0004023425922428 -0.0025962999330977 0.0002200469144488
0.100000 -0.0004320863414586 -0.0025959451112981 0.0001495873324179
0.100000 -0.0005016006845630 -0.0025833893534606 0.0001202695279516
0.100000 -0.0005702041698887 -0.0025659807130522 0.0001492509568671
0.100000 -0.0005977485065536 -0.0025539068902822 0.0002195710251399
0.200000 -0.0005105352232827 -0.0025626683809292 0.0002877702150803
0.200000 -0.0004410276943461 -0.0025752360580516 0.0003169544958513
0.200000 -0.0003725208818172 -0.0025926334505265 0.0002878823256237
0.200000 -0.0003451068269298 -0.0026046792188110 0.0002175674297259
0.200000 -0.0003748290469967 -0.0026043238808870 0.0001471597760847
0.200000 -0.0004442932160432 -0.0025917753637577 0.0001178635970228
0.200000 -0.0005128470658262 -0.0025743774418164 0.0001468236434950
0.200000 -0.0005403714990154 -0.0025623115801886 0.0002170918029220
0.300000 -0.0004529285396381 -0.0025698054592311 0.0002850965605315
0.300000 -0.0003835057044925 -0.0025823637930751 0.0003142453399106
0.300000 -0.0003150816908323 -0.0025997459743343 0.0002852093454094
0.300000 -0.0002877004109018 -0.0026117796139963 0.0002149809929124
0.300000 -0.0003173866180495 -0.0026114223988665 0.0001446598040063
0.300000 -0.0003867667179150 -0.0025988832863134 0.0001153995483476
0.300000 -0.0004552372368023 -0.0025815004910699 0.0001443237702269
0.300000 -0.0004827281872057 -0.0025694466914100 0.0002145051592143
0.400000 -0.0003950978707881 -0.0025756652274033 0.0002822813364147
0.400000 -0.0003257943259325 -0.0025882142748267 0.0003113807940083
0.400000 -0.0002574867572036 -0.0026055790636882 0.0002823959178580
0.400000 -0.0002301515338825 -0.0026175974648427 0.0002122888623424
0.400000 -0.0002597871862364 -0.0026172361744805 0.0001420885903951
0.400000 -0.0003290490827554 -0.0026047064256605 0.0001128784553509
0.400000 -0.0003974022076041 -0.0025873408828118 0.0001417522683595
0.400000 -0.0004248458971142 -0.0025753022335309 0.0002118118348031
0.500000 -0.0003370710720272 -0.0025802390919909 0.0002793253168530
0.500000 -0.0002679216643493 -0.0025927811479247 0.0003083618579110
0.500000 -0.0001997643209123 -0.0026101286473649 0.0002794432995284
0.500000 -0.0001724884606838 -0.0026221297143058 0.0002094923461036
0.500000 -0.0002020590017234 -0.0026217613115703 0.0001394473447751
0.500000 -0.0002711684338034 -0.0026092386637758 0.0001103014239611
0.500000 -0.0003393698484580 -0.0025918901841494 0.0001391101118618
0.500000 -0.0003667523503232 -0.0025798687413007 0.0002090126302082
0.600000 -0.0002788763431277 -0.0025835190133886 0.0002762293518277
0.600000 -0.0002099160555283 -0.0025960586374470 0.0003051896107728
0.600000 -0.0001419427357618 -0.0026133912493991 0.0002763528148267
0.600000 -0.0001147395195123 -0.0026253739038476 0.0002065928015303
0.600000 -0.0001442304216861 -0.0026249945122482 0.0001367373115914
0.600000 -0.0002131531146007 -0.0026124744688104 0.0001076695924444
0.600000 -0.0002811683670639 -0.0025951405211027 0.0001363983176325
0.600000 -0.0003084756574848 -0.0025831372905838 0.0002061084065011
0.700000 -0.0002205422200184 -0.0025854975200531 0.0002729943681216
0.700000 -0.0001518060548069 -0.0025980415580761 0.0003018652115214
0.700000 -0.0000840504577450 -0.0026153639929586 0.0002731258557100
0.700000 -0.0000569330902319 -0.0026273281749925 0.0002035916346799
0.700000 -0.0000863298986470 -0.0026269330803949 0.0001339597698052
0.700000 -0.0001550316782971 -0.0026144089037246 0.0001049841312198
0.700000 -0.0002228263000959 -0.0025970845924880 0.0001336179457352
0.700000 -0.0002500443111895 -0.0025850995144952 0.0002031000861040
0.800000 -0.0001620975659004 -0.0025861677227920 0.0002696213702363
0.800000 -0.0000936204261611 -0.0025987253231512 0.0002983898992131
0.800000 -0.0000261160332727 -0.0026160446040433 0.0002697638813651
0.800000 0.0000009024074172 -0.0026279912706973 0.0002004902997924
0.800000 -0.0000283859686864 -0.0026275749249783 0.0001311160324731
0.800000 -0.0000968328766133 -0.0026150376348175 0.0001022462426534
0.800000 -0.0001643725041536 -0.0025977156838615 0.0001307700996099
0.800000 -0.0001914871782035 -0.0025857476196994 0.0001999886535673
0.900000 -0.0001035715617823 -0.0025855233291104 0.0002661114412819
0.900000 -0.0000353881309241 -0.0025981059536147 0.0002947649933525
0.900000 0.0000318319127404 -0.0026154314150020 0.0002662684178592
0.900000 0.0000587385256423 -0.0026273625365348 0.0001972902987328
0.900000 0.0000295727604713 -0.0026269185631863 0.0001282074463117
0.900000 -0.0000385856484575 -0.0026143569401371 0.0000994571608328
0.900000 -0.0001058361461468 -0.0025970276815047 0.0001278559262583
0.900000 -0.0001328334910501 -0.0025850744028548 0.0001967751563227
1.000000 -0.0000449936964163 -0.0025835586575938 0.0002624657438348
1.000000 0.0000228616838704 -0.0025961800868384 0.0002909918941770
1.000000 0.0000897646889291 -0.0026135233678636 0.0002626410577630
1.000000 0.0001165468004632 -0.0026254419216882 0.0001939931804168
1.000000 0.0000875176214969 -0.0026249631233721 0.0001252353912457
1.000000 0.0000196808918095 -0.0026123637177578 0.0000966181513189
1.000000 -0.0000472466930974 -0.0025950150864300 0.0001248766164016
1.000000 -0.0000741128389137 -0.0025830732671804 0.0001934607054084
1.100000 0.0000136062443797 -0.0025802686523069 0.0002586855207625
1.100000 0.0000810996975221 -0.0025929449853153 0.0002870720829015
1.100000 0.0001476535496706 -0.0026103200174742 0.0002588834597462
1.100000 0.0001742987636175 -0.0026222299797552 0.0001906005402194
1.100000 0.0001454198996193 -0.0026217083478035 0.0001222012799400
1.100000 0.0000779374664629 -0.0026090554939116 0.0000937305108760
1.100000 0.0000113660986552 -0.0025916730283867 0.0001218334046094
1.100000 -0.0000153551578416 -0.0025797382391211 0.0001900464761649
1.200000 0.0000721981890304 -0.0025756488971827 0.0002547720960089
1.200000 0.0001392964280829 -0.0025883985452019 0.0002830071219247
1.200000 0.0002054697074166 -0.0026058215344373 0.0002549973481434
1.200000 0.0002319659545064 -0.0026177278693595 0.0001871140193664
1.200000 0.0002032508449116 -0.0026171545952132 0.0001191065573162
1.200000 0.0001361546468627 -0.0026044304309585 0.0000907955671787
1.200000 0.0000699721948633 -0.0025869972798434 0.0001187275693968
1.200000 0.0000434092797785 -0.0025750639850863 0.0001865337088966
1.300000 0.0001307517921589 -0.0025696956303803 0.0002507268753403
1.300000 0.0001974222451604 -0.0025825393046949 0.0002787986549920
1.300000 0.0002631843451631 -0.0026000287078485 0.0002509845124914
1.300000 0.0002895199321778 -0.0026119373545685 0.0001835353043085
1.300000 0.0002609816846991 -0.0026113028431447 0.0001159527000523
1.300000 0.0001943028662619 -0.0025984873351812 0.0000878146784951
1.300000 0.0001285412954061 -0.0025809842699224 0.0001155604332891
1.300000 0.0001021498764859 -0.0025690458282349 0.0001829237094972
1.400000 0.0001892364472014 -0.0025624057585827 0.0002465513470459
1.400000 0.0002554473831136 -0.0025753664522261 0.0002744484073150
1.400000 0.0003207686290566 -0.0025929429478212 0.0002468468070365
1.400000 0.0003469322873463 -0.0026048608051135 0.0001798661260784
1.400000 0.0003185836360882 -0.0026041546900872 0.0001127412160662
1.400000 0.0002523524329805 -0.0025912256643893 0.0000847892333457
1.400000 0.0001870428469665 -0.0025736310982623 0.0001123333628515
1.400000 0.0001608357217831 -0.0025616797652764 0.0001792178500354
1.500000 0.0002476212996989 -0.0025537768712096 0.0002422470825907
1.500000 0.0003133419546390 -0.0025668798344595 0.0002699581856439
1.500000 0.0003781937211350 -0.0025845662877947 0.0002425861502112
1.500000 0.0004041746544500 -0.0025965011964127 0.0001761082596301
1.500000 0.0003760279186135 -0.0025957123573947 0.0001094736439819
1.500000 0.0003102735439436 -0.0025826455353167 0.0000817206501371
1.500000 0.0002454460563611 -0.0025649355487798 0.0001090477686823
1.500000 0.0002194356049584 -0.0025529624832585 0.0001754175692972
1.600000 0.0003058752612752 -0.0025438072545142 0.0002378157372163
1.600000 0.0003710759647535 -0.0025570799640726 0.0002653298782928
1.600000 0.0004354307922021 -0.0025749013866203 0.0002382045240807
1.600000 0.0004612187237396 -0.0025868621093922 0.0001722635231615
1.600000 0.0004332857670034 -0.0025859786909841 0.0001061515525791
1.600000 0.0003680362985872 -0.0025727477307960 0.0000786103767701
1.600000 0.0003037199045361 -0.0025548961033050 0.0001057051053669
1.600000 0.0002779180287173 -0.0025428913763070 0.0001715243732812
1.700000 0.0003639670243149 -0.0025324959055366 0.0002332590504865
1.700000 0.0004286193251708 -0.0025459680273038 0.0002605654551135
1.700000 0.0004924510348331 -0.0025639515304184 0.0002337039737570
1.700000 0.0005180362534018 -0.0025759477301043 0.0001683337774187
1.700000 0.0004903284440590 -0.0025749571628054 0.0001027765402257
1.700000 0.0004256107131319 -0.0025615337066942 0.0000754598902214
1.700000 0.0003618331612402 -0.0025435119550583 0.0001023068713920
1.700000 0.0003362512236388 -0.0025314645622836 0.0001675398356443
1.800000 0.0004218650773529 -0.0025198425458790 0.0002285788467738
1.800000 0.0004859418690761 -0.0025335458912498 0.0002556669674177
1.800000 0.0005492256765086 -0.0025517206341989 0.0002290866067822
1.800000 0.0005745990817126 -0.0025637628491401 0.0001643209249830
1.800000 0.0005471272536476 -0.0025626518720793 0.0000993502342926
1.800000 0.0004829667352232 -0.0025490055985913 0.0000722706960984
1.800000 0.0004197544003833 -0.0025307830219412 0.0000988546090172
1.800000 0.0003944031634763 -0.0025186808993260 0.0001634655980932
1.900000 0.0004795377211834 -0.0025058476352735 0.0002237770356822
1.900000 0.0005430133662952 -0.0025198161108915 0.0002506365478440
1.900000 0.0006057259928755 -0.0025382132432407 0.0002243545924785
1.900000 0.0006308791392192 -0.0025503128608336 0.0001602269095403
1.900000 0.0006036535538053 -0.0025490675462953 0.0000958742905516
1.900000 0.0005400742589395 -0.0025351662281857 0.0000690443281660
1.900000 0.0004774520160909 -0.0025167099596065 0.0000953499041014
1.900000 0.0004523415813164 -0.0025045400022294 0.0001593033707182
2.000000 0.0005369530856975 -0.0024905123849051 0.0002188556124039
2.000000 0.0005998035388605 -0.0025047819358320 0.0002454764101689
2.000000 0.0006619233211307 -0.0025234345342214 0.0002195101612654
2.000000 0.0006868484609500 -0.0025356037622558 0.0001560537151325
2.000000 0.0006598787699473 -0.0025342095419650 0.0000923503925551
2.000000 0.0005969031401646 -0.0025200191094084 0.0000657823478459
2.000000 0.0005348942394602 -0.0025012941742762 0.0000917943858844
2.000000 0.0005100339866134 -0.0024890422586311 0.0001550549322658
2.100000 0.0005940791474573 -0.0024738387704571 0.0002138166580035
2.100000 0.0006562820769682 -0.0024884473167254 0.0002401888490587
2.100000 0.0007177890735255 -0.0025073903160916 0.0002145556039444
2.100000 0.0007424791986490 -0.0025196421519947 0.0001518033653915
2.100000 0.0007157744081829 -0.0025180838451243 0.0000887802509981
2.100000 0.0006534232123239 -0.0025035684542268 0.0000624863436862
2.100000 0.0005920491560257 -0.0024845378352726 0.0000881897267189
2.100000 0.0005674476831093 -0.0024721888449544 0.0001507221303467
2.200000 0.0006508837480095 -0.0024558295448399 0.0002086623396288
2.200000 0.0007124186553277 -0.0024708169113781 0.0002347762397609
2.200000 0.0007732947509861 -0.0024900870306864 0.0002094932709482
2.200000 0.0007977436330323 -0.0025024352287194 0.0001474779227546
2.200000 0.0007713120687311 -0.0025006970715782 0.0000851656030627
2.200000 0.0007096043024794 -0.0024858191781219 0.0000591579308026
2.200000 0.0006488847239364 -0.0024664438872265 0.0000845376417532
2.200000 0.0006245497876524 -0.0024539817420681 0.0001463068815739
2.300000 0.0007073346129445 -0.0024364882505671 0.0002033949106412
2.300000 0.0007681829498971 -0.0024518960905015 0.0002292410377323
2.300000 0.0008284119568481 -0.0024715317530681 0.0002043255715568
2.300000 0.0008526141860659 -0.0024839907895257 0.0001430794876626
2.300000 0.0008264634594332 -0.0024820564668821 0.0000815082117439
2.300000 0.0007654162477818 -0.0024667769052183 0.0000557987502893
2.300000 0.0007053687928497 -0.0024470160619273 0.0000808398885620
2.300000 0.0006813072499227 -0.0024344237506160 0.0001418111716285
2.400000 0.0007633993717009 -0.0024158192317391 0.0001980167106637
2.400000 0.0008235446550007 -0.0024316909430962 0.0002235857782033
2.400000 0.0008831124106982 -0.0024517321915921 0.0001990549730784
2.400000 0.0009070634332607 -0.0024643172280597 0.0001386101977390
2.400000 0.0008812004093599 -0.0024621699060539 0.0000778098651580
2.400000 0.0008208289122729 -0.0024464479730493 0.0000524104685997
2.400000 0.0007614691235414 -0.0024262588897749 0.0000770982667228
2.400000 0.0007376868730719 -0.0024135185059682 0.0001372370552494
2.500000 0.0008190455781175 -0.0023938276455941 0.0001925301655416
2.500000 0.0008784735008242 -0.0024102082814470 0.0002178130756745
2.500000 0.0009373679623222 -0.0024306966876895 0.0001936839999947
2.500000 0.0009610641159827 -0.0024434235324166 0.0001340722269526
2.500000 0.0009354948825062 -0.0024410458930096 0.0000740723758319
2.500000 0.0008758122040336 -0.0024248394369378 0.0000489947768963
2.500000 0.0008171534082320 -0.0024041777107981 0.0000733146173375
2.500000 0.0007936553352811 -0.0023912704927441 0.0001325866561412
2.600000 0.0008742407317279 -0.0023705194735850 0.0001869377872114
2.600000 0.0009329392712786 -0.0023874556457082 0.0002119256233445
2.600000 0.0009911506057510 -0.0024084342153601 0.0001882152330711
2.600000 0.0010145891537753 -0.0024213192828133 0.0001294677847599
2.600000 0.0009893189915713 -0.0024186935597175 0.0000702975799746
2.600000 0.0009303360926705 -0.0024019590739736 0.0000455533903697
2.600000 0.0008723892916261 -0.0023807786851969 0.0000694908224963
2.600000 0.0008491792122402 -0.0023676850588585 0.0001278621667987
2.700000 0.0009289522997963 -0.0023459015319411 0.0001812421734754
2.700000 0.0009869118222282 -0.0023634413080581 0.0002059261924680
2.700000 0.0010444324934017 -0.0023849543803678 0.0001826513084302
2.700000 0.0010676116566908 -0.0023980146490287 0.0001247991152314
2.700000 0.0010426450118189 -0.0023951226650636 0.0000664873367306
2.700000 0.0009843706271339 -0.0023778153865684 0.0000420880475260
2.700000 0.0009271443926607 -0.0023560688033695 0.0000656288046827
2.700000 0.0009042250005478 -0.0023427684290357 0.0001230658482428
2.800000 0.0009831477400862 -0.0023199814816710 0.0001754460076769
2.800000 0.0010403611000708 -0.0023381742764007 0.0001998176316405
2.800000 0.0010971859503077 -0.0023602674191320 0.0001769949165896
2.800000 0.0011201049376281 -0.0023735203876131 0.0001200684961579
2.800000 0.0010954453950106 -0.0023703435934231 0.0000626435274140
2.800000 0.0010378859538577 -0.0023524176055685 0.0000386005094424
2.800000 0.0009813863269550 -0.0023300558953843 0.0000617305261178
2.800000 0.0009587591420277 -0.0023165277177402 0.0001182000296644
2.900000 0.0010367945243536 -0.0022927678379631 0.0001695520582716
2.900000 0.0010932571606629 -0.0023116642975956 0.0001936028660091
2.900000 0.0011493834884316 -0.0023343841973083 0.0001712488014623
2.900000 0.0011720425246727 -0.0023478478388592 0.0001152782381399
2.900000 0.0011476927834094 -0.0023443673529306 0.0000587680547249
2.900000 0.0010908523352129 -0.0023257756929058 0.0000350925589904
2.900000 0.0010350827299527 -0.0023027486398522 0.0000577979880435
2.900000 0.0010127480489570 -0.0022889709414667 0.0001132671079726
3.000000 0.0010898601625544 -0.0022642699789402 0.0001635631782931
3.000000 0.0011455701885774 -0.0022839218601932 0.0001872848964073
3.000000 0.0012009978210551 -0.0023073162080516 0.0001654157593202
3.000000 0.0012233981734362 -0.0023210089235357 0.0001104306836580
3.000000 0.0011993600238458 -0.0023172055734442 0.0000548628419470
3.000000 0.0011432401682623 -0.0022979003437693 0.0000315660000275
3.000000 0.0010882012807460 -0.0022741565721600 0.0000538332299403
3.000000 0.0010661581301956 -0.0022601070303365 0.0001082695472437
3.100000 0.0011423122277501 -0.0022344981537229 0.0001574823047077
3.100000 0.0011972705166824 -0.0022549581966540 0.0001808667984121
3.100000 0.0012520018772393 -0.0022790755699542 0.0001594986377204
3.100000 0.0012741458793903 -0.0022930161393774 0.0001055282061253
3.100000 0.0012504201818404 -0.0022888705041964 0.0000509298321267
3.100000 0.0011950200038067 -0.0022688029882750 0.0000280226565562
3.100000 0.0011407097265658 -0.0022442900920202 0.0000498383286827
3.100000 0.0011189558182046 -0.0022299458389401 0.0001032098780674
3.200000 0.0011941183816977 -0.0022034634897570 0.0001513124576548
3.200000 0.0012483286460269 -0.0022247852850332 0.0001743517213220
3.200000 0.0013023688163481 -0.0022496750246529 0.0001535003343936
3.200000 0.0013242598901936 -0.0022638825573315 0.0001005732089212
3.200000 0.0013008465557784 -0.0022593750111265 0.0000469709872343
3.200000 0.0012461625657081 -0.0022384957926180 0.0000244643718494
3.200000 0.0011925759079240 -0.0022131604702952 0.0000458153976264
3.200000 0.0011711075969379 -0.0021984981563706 0.0000980906967867
3.300000 0.0012452464011025 -0.0021711779993601 0.0001450567395696
3.300000 0.0012987152660205 -0.0021934158501074 0.0001677428870543
3.300000 0.0013520720426275 -0.0022191279340989 0.0001474237960947
3.300000 0.0013737147180040 -0.0022336218175548 0.0000955681244079
3.300000 0.0013506126911253 -0.0022287325738881 0.0000429882873060
3.300000 0.0012966387704767 -0.0022069916596861 0.0000208930075452
3.300000 0.0012437677843867 -0.0021807798550528 0.0000417665856298
3.300000 0.0012225800305871 -0.0021657757153897 0.0000929146646286
3.400000 0.0012956642045135 -0.0021376545854422 0.0001387183341861
3.400000 0.0013484012748892 -0.0021608633639240 0.0001610435889604
3.400000 0.0014010852198335 -0.0021874482774827 0.0001412720174155
3.400000 0.0014224851517756 -0.0022022481251610 0.0000905154129274
3.400000 0.0013996923946816 -0.0021969572825270 0.0000389837295685
3.400000 0.0013464197471069 -0.0021743042291170 0.0000173104427071
3.400000 0.0012942534609577 -0.0021471612768101 0.0000376940760066
3.400000 0.0012733397931558 -0.0021317912006661 0.0000876845067221
3.500000 0.0013453398798350 -0.0021029070463548 0.0001323005054147
3.500000 0.0013973578003925 -0.0021271420457533 0.0001542571905580
3.500000 0.0014493822859002 -0.0021546506478088 0.0001350480395592
3.500000 0.0014705462695331 -0.0021697762457136 0.0000854175617816
3.500000 0.0014480597488637 -0.0021640638338218 0.0000349593275448
3.500000 0.0013954768571463 -0.0021404478767803 0.0000137185728532
3.500000 0.0013440012150480 -0.0021123186529231 0.0000336000854105
3.500000 0.0013233536988369 -0.0020965582560305 0.0000824030110012
3.600000 0.0013942417124268 -0.0020669500798247 0.0001258065960944
3.600000 0.0014455562207823 -0.0020922668614232 0.0001473871241788
3.600000 0.0014969374676389 -0.0021207502481140 0.0001287549490763
3.600000 0.0015178734506210 -0.0021362215004626 0.0000802770841933
3.600000 0.0014956891260082 -0.0021300675272845 0.0000309171101421
3.600000 0.0014437817149794 -0.0021054377136667 0.0000101193089525
3.600000 0.0013929795240035 -0.0020762667910790 0.0000294868626487
3.600000 0.0013725887331620 -0.0020600914906856 0.0000770730269902
3.700000 0.0014423382137637 -0.0020297992859278 0.0001192400266145
3.700000 0.0014929681859835 -0.0020562535220169 0.0001404368895305
3.700000 0.0015437252954611 -0.0020857628873223 0.0001223958765623
3.700000 0.0015644423879203 -0.0021015997613218 0.0000750965182501
3.700000 0.0015425552026867 -0.0020949842608132 0.0000268591207223
3.700000 0.0014913062083090 -0.0020692895841670 0.0000065145763885
3.700000 0.0014411570931611 -0.0020390213918505 0.0000253566874274
3.700000 0.0014210120848864 -0.0020224064843170 0.0000716974644683
3.800000 0.0014895981506173 -0.0019914711690598 0.0001126042934057
3.800000 0.0015395656389785 -0.0020191184819152 0.0001334100521735
3.800000 0.0015897206181140 -0.0020497049757325 0.0001159739953171
3.800000 0.0016102291000306 -0.0020659274455843 0.0000698784258294
3.800000 0.0015886329740265 -0.0020588305259934 0.0000227874161542
3.800000 0.0015380225188154 -0.0020320200637233 0.0000029063138921
3.800000 0.0014885028844008 -0.0020005990502704 0.0000212118690251
3.800000 0.0014685911785715 -0.0019835197910438 0.0000662792920121
3.900000 0.0015359905747264 -0.0019519831388612 0.0001059029672961
3.900000 0.0015853208373694 -0.0019808789361648 0.0001263102419096
3.900000 0.0016348986174210 -0.0020125935201304 0.0001094925199660
3.900000 0.0016552099434101 -0.0020292215103736 0.0000646253915067
3.900000 0.0016338977680254 -0.0020216234030424 0.0000187040658485
3.900000 0.0015839031429722 -0.0019936464558365 -0.0000007035275579
3.900000 0.0015349861451569 -0.0019610172563861 0.0000170547448965
3.900000 0.0015152937078216 -0.0019434489421563 0.0000608215354137
4.000000 0.0015814848529133 -0.0019113535100560 0.0000991396917323
4.000000 0.0016302063750990 -0.0019415528171558 0.0001191411510836
4.000000 0.0016792348230154 -0.0019744461185229 0.0001029547050421
4.000000 0.0016993616244680 -0.0019914994468266 0.0000593400214454
4.000000 0.0016783252598529 -0.0019833805553919 0.0000146111507752
4.000000 0.0016289209129983 -0.0019541867884147 -0.0000043129858649
4.000000 0.0015805764378506 -0.0019202943947555 0.0000128876792057
4.000000 0.0015610876691260 -0.0019022124475833 0.0000553272759742
4.100000 0.0016260506976044 -0.0018696015011629 0.0000923181808631
4.100000 0.0016741952043033 -0.0019011587905903 0.0001119065327975
4.100000 0.0017227051270582 -0.0019352809544868 0.0000963638435305
4.100000 0.0017426612116057 -0.0019527792740086 0.0000540249422692
4.100000 0.0017218914861282 -0.0019441202239048 0.0000105107624651
4.100000 0.0016730490179218 -0.0019136598094460 -0.0000079200889751
4.100000 0.0016252436697025 -0.0018784497428466 0.0000087130612887
4.100000 0.0016059413962562 -0.0018598297960366 0.0000497996486686
4.200000 0.0016696581977082 -0.0018267472320418 0.0000854422174842
4.200000 0.0017172606572706 -0.0018597162507277 0.0001046101990351
4.200000 0.0017652857989290 -0.0018951167911291 0.0000897232653751
4.200000 0.0017850861471984 -0.0019130795325555 0.0000486827999177
4.200000 0.0017645728591641 -0.0019038612207217 0.0000064050019930
4.200000 0.0017162610247336 -0.0018720849819830 -0.0000115228560686
4.200000 0.0016689581228791 -0.0018355034683046 0.0000045333040471
4.200000 0.0016498235951610 -0.0018163214537819 0.0000442418401851
4.300000 0.0017122778498018 -0.0017828117202390 0.0000785156508449
4.300000 0.0017593764684818 -0.0018172453148905 0.0000972560187003
4.300000 0.0018069534998777 -0.0018539729646529 0.0000830363359463
4.300000 0.0018266142595127 -0.0018724192780418 0.0000433162584840
4.300000 0.0018063461811676 -0.0018626229227325 0.0000022959789457
4.300000 0.0017585308996044 -0.0018294824784254 -0.0000151192987788
4.300000 0.0017116904849283 -0.0017914766250518 0.0000003508422717
4.300000 0.0016927033793006 -0.0017717088619860 0.0000386570868350
4.400000 0.0017538805895734 -0.0017378168760963 0.0000715423943138
4.400000 0.0018005167967014 -0.0017737668172173 0.0000898479155653
4.400000 0.0018476852976280 -0.0018118693775264 0.0000763064544728
4.400000 0.0018672237745530 -0.0018308180740731 0.0000379279990359
4.400000 0.0018471886583862 -0.0018204252646709 -0.0000018141896259
4.400000 0.0017998330291398 -0.0017858731740866 -0.0000187074224412
4.400000 0.0017534118794520 -0.0017463911481891 -0.0000038318691006
4.400000 0.0017345503053537 -0.0017260144325939 0.0000330486723354
4.500000 0.0017944378234664 -0.0016917854965919 0.0000645264229056
4.500000 0.0018406562470933 -0.0017293023016502 0.0000823898661327
4.500000 0.0018874586809188 -0.0017688264912489 0.0000695370524342
4.500000 0.0019068933278307 -0.0017882959851004 0.0000325207184203
4.500000 0.0018870779151890 -0.0017772887318272 -0.0000059233802717
4.500000 0.0018401422416472 -0.0017412786400355 -0.0000222852273690
4.500000 0.0017940938969637 -0.0017002698476673 -0.0000080123567987
4.500000 0.0017753344092317 -0.0016792615426930 0.0000274199254645
4.600000 0.0018339214604659 -0.0016447412578840 0.0000574717706688
4.600000 0.0018797698933285 -0.0016838740141437 0.0000748858974088
4.600000 0.0019262515739715 -0.0017248653187130 0.0000627315919185
4.600000 0.0019456019760498 -0.0017448735689538 0.0000270971280507
4.600000 0.0019259920080718 -0.0017332343523767 -0.0000100294642206
4.600000 0.0018794338283856 -0.0016957211352008 -0.0000258507101564
4.600000 0.0018337086258766 -0.0016531364007020 -0.0000121881310929
4.600000 0.0018150262423256 -0.0016314745273228 0.0000217742175897
4.700000 0.0018723039439689 -0.0015967087065295 0.0000503825279343
4.700000 0.0019178332996553 -0.0016375048940861 0.0000673400845917
4.700000 0.0019640423508728 -0.0016800074161578 0.0000558935639421
4.700000 0.0019833292087010 -0.0017005718690958 0.0000216599526788
4.700000 0.0019639094395744 -0.0016882836893208 -0.0000141303084747
4.700000 0.0019176835647697 -0.0016492235977294 -0.0000294018650063
4.700000 0.0018722286835625 -0.0016050153429065 -0.0000163566877355
4.700000 0.0018535969079111 -0.0015826786706946 0.0000161149600710
4.800000 0.0019095582836738 -0.0015477132493551 0.0000432628384272
4.800000 0.0019548225428992 -0.0015902185649235 0.0000597565486727
4.800000 0.0020008098498574 -0.0016342748747110 0.0000490264867338
4.800000 0.0020200549595581 -0.0016554124065909 0.0000162119291506
4.800000 0.0020008091720985 -0.0016424588320393 -0.0000182237769180
4.800000 0.0019548677314997 -0.0016018096355919 -0.0000329366850838
4.800000 0.0019096272474234 -0.0015559320581199 -0.0000205155099631
4.800000 0.0018910180976324 -0.0015329001957871 0.0000104456015413
4.900000 0.0019456580874239 -0.0014977811419588 0.0000361168962429
4.900000 0.0019907142343599 -0.0015420393239785 0.0000521394539535
4.900000 0.0020365333874799 -0.0015876903115188 0.0000421339039845
4.900000 0.0020557596180699 -0.0016094171717910 0.0000107558051455
4.900000 0.0020366706416143 -0.0015957823874511 -0.0000223077314373
4.900000 0.0019909631355852 -0.0015535035164262 -0.0000364531638925
4.900000 0.0019458780859115 -0.0015059127669125 -0.0000246620705587
4.900000 0.0019272621279811 -0.0014821662522905 0.0000047696250645
5.000000 0.0019805775929378 -0.0014469394758256 0.0000289489426908
5.000000 0.0020254855415713 -0.0014929921314577 0.0000444930054803
5.000000 0.0020711927726609 -0.0015402768604597 0.0000352193830606
5.000000 0.0020904240406384 -0.0015626086157355 0.0000052943379016
5.000000 0.0020714737712433 -0.0015482774707814 -0.0000263800330582
5.000000 0.0020259471312324 -0.0015043301566164 -0.0000399492966728
5.000000 0.0019809555894350 -0.0014549845137510 -0.0000287938339711
5.000000 0.0019623019766856 -0.0014305049028744 -0.0000009094548231
5.100000 0.0020142916993564 -0.0013952161640440 0.0000217632630060
5.100000 0.0020591142098898 -0.0014431025986427 0.0000368214463964
5.100000 0.0021047683205950 -0.0014920581624427 0.0000282865131844
5.100000 0.0021240295617780 -0.0015150096412655 -0.0000001697070746
5.100000 0.0021051989847053 -0.0014999676959361 -0.0000304385430926
5.100000 0.0020597976405632 -0.0014543151096005 -0.0000434230818210
5.100000 0.0020148348010807 -0.0014031751528133 -0.0000329082584894
5.100000 0.0019961113189205 -0.0013779451077608 -0.0000065880951876
5.200000 0.0020467759985353 -0.0013426399256125 0.0000145641829351
5.200000 0.0020915785838755 -0.0013923969752624 0.0000291290552146
5.200000 0.0021372408665060 -0.0014430583552882 0.0000213389035808
5.200000 0.0021565580051463 -0.0014666435938502 -0.0000056335573134
5.200000 0.0021378272196159 -0.0014508771654801 -0.0000344811242980
5.200000 0.0020924931741326 -0.0014034845534063 -0.0000468725223282
5.200000 0.0020474914470883 -0.0013505133324414 -0.0000370027984691
5.200000 0.0020286645632469 -0.0013245167075877 -0.0000122627278825
5.300000 0.0020780068060093 -0.0012892402683317 0.0000073560651975
5.300000 0.0021228576284314 -0.0013409021360436 0.0000214201430118
5.300000 0.0021685917792352 -0.0013933020631911 0.0000143801815917
5.300000 0.0021879916944386 -0.0014175342521266 -0.0000110944347004
5.300000 0.0021693399406234 -0.0014010304602214 -0.0000385056420494
5.300000 0.0021240128512127 -0.0013518652774137 -0.0000502956272363
5.300000 0.0020789019670041 -0.0012970284782297 -0.0000410749066070
5.300000 0.0020599368871880 -0.0012702504045565 -0.0000179297628405
5.400000 0.0021079611915544 -0.0012350474702799 0.0000001433058274
5.400000 0.0021529309496621 -0.0012886455664424 0.0000136990505489
5.400000 0.0021988029746494 -0.0013428143857668 0.0000074139907578
5.400000 0.0022183134641400 -0.0013677058181513 -0.0000165495568095
5.400000 0.0021997191523691 -0.0013504526284004 -0.0000425099655205
5.400000 0.0021543364198085 -0.0012994846683440 -0.0000536904131105
5.400000 0.0021090435434456 -0.0012427507747470 -0.0000451220362613
5.400000 0.0020899042723462 -0.0012151777418576 -0.0000235855914676
5.500000 0.0021366170092727 -0.0011800925598752 -0.0000070696695982
5.500000 0.0021817788154168 -0.0012356553475557 0.0000059701453166
5.500000 0.0022278569288524 -0.0012916208866803 0.0000004439888713
5.500000 0.0022475066701236 -0.0013171829073644 -0.0000219961382487
5.500000 0.0022289474122608 -0.0012991691744845 -0.0000464919688759
5.500000 0.0021834442763725 -0.0012463706954783 -0.0000570549055260
5.500000 0.0021378941314028 -0.0011877111458945 -0.0000491416438130
5.500000 0.0021185435389636 -0.0011593310813808 -0.0000292265901322
5.600000 0.0021639529271219 -0.0011244072945315 -0.0000142784098425
5.600000 0.0022093821754789 -0.0011819601402195 -0.0000017621814889
5.600000 0.0022557366911875 -0.0012397475818601 -0.0000065261540028
5.600000 0.0022755552000897 -0.0012659905382666 -0.0000274313920186
5.600000 0.0022570078430437 -0.0012472060475705 -0.0000504495324720
5.600000 0.0022113174851831 -0.0011925518951089 -0.0000603871405678
5.600000 0.0021654324870059 -0.0011319412339087 -0.0000531311910660
5.600000 0.0021458323798294 -0.0011027435797168 -0.0000348491237462
5.700000 0.0021899484558157 -0.0010680241379206 -0.0000214784419941
5.700000 0.0022357226813639 -0.0011275891682978 -0.0000094935180566
5.700000 0.0022824258970142 -0.0011872209272980 -0.0000134927575331
5.700000 0.0023024434838353 -0.0012141541218083 -0.0000328525308835
5.700000 0.0022838841451565 -0.0011945896293952 -0.0000543805440664
5.700000 0.0022379377973532 -0.0011380573542300 -0.0000636851663412
5.700000 0.0021916381956849 -0.0010754733770200 -0.0000570881476795
5.700000 0.0021717493934344 -0.0010454491624678 -0.0000404495494292
5.800000 0.0022145839770141 -0.0010109762358575 -0.0000286652755511
5.800000 0.0022607827056889 -0.0010725722011706 -0.0000172194351171
5.800000 0.0023079087802453 -0.0011340678064386 -0.0000204521331557
5.800000 0.0023281565033459 -0.0011616994504940 -0.0000382567687538
5.800000 0.0023095606088578 -0.0011413467219572 -0.0000582829000352
5.800000 0.0022632876694334 -0.0010829166934738 -0.0000669470444909
5.800000 0.0022164916996480 -0.0010183405857829 -0.0000610099936304
5.800000 0.0021962741162743 -0.0009874824968879 -0.0000460242202496
5.900000 0.0022378407707312 -0.0009532973908293 -0.0000358344065957
5.900000 0.0022845453610754 -0.0010169395354309 -0.0000249354891588
5.900000 0.0023321701856289 -0.0010803155171595 -0.0000274005861348
5.900000 0.0023526798027013 -0.0011086526872001 -0.0000436413220801
5.900000 0.0023340221261100 -0.0010875045347524 -0.0000621545065970
5.900000 0.0022873502815759 -0.0010271600493019 -0.0000701708517275
5.900000 0.0022399743246074 -0.0009605765180997 -0.0000648942217008
5.900000 0.0022193870542037 -0.0009288789628821 -0.0000515694890359
6.000000 0.0022597010418803 -0.0008950220351953 -0.0000429813220523
6.000000 0.0023069945185483 -0.0009607219758019 -0.0000326372257016
6.000000 0.0023551955807604 -0.0010259917583475 -0.0000343344176484
6.000000 0.0023759994977863 -0.0010550403537107 -0.0000490034112571
6.000000 0.0023572542022061 -0.0010330906716265 -0.0000659932810427
6.000000 0.0023101095552240 -0.0009708180554628 -0.0000733546813586
6.000000 0.0022620683056767 -0.0009022154529621 -0.0000687383399841
6.000000 0.0022410697127431 -0.0008696746223995 -0.0000570817122502
6.100000 0.0022801479458833 -0.0008361852030896 -0.0000501015040228
6.100000 0.0023281148253925 -0.0009039508152884 -0.0000403201826239
6.100000 0.0023769710678090 -0.0009711246160744 -0.0000412499268970
6.100000 0.0023981022857965 -0.0010008893189696 -0.0000543402620378
6.100000 0.0023792429671256 -0.0009781331172484 -0.0000697971529707
6.100000 0.0023315501702942 -0.0009139218237278 -0.0000764966448231
6.100000 0.0022827568123719 -0.0008432922629409 -0.0000725398744077
6.100000 0.0022613046262417 -0.0008099061872628 -0.0000625572539145
6.200000 0.0022991656132693 -0.0007768225010609 -0.0000571904341893
6.200000 0.0023478917224320 -0.0008466578145782 -0.0000479798935391
6.200000 0.0023974833949437 -0.0009157425493775 -0.0000481434132358
6.200000 0.0024189754545315 -0.0009462267870536 -0.0000596491069573
6.200000 0.0023999751866057 -0.0009226602232087 -0.0000735640655258
6.200000 0.0023516575818138 -0.0008565029239206 -0.0000795948732255
6.200000 0.0023020239726417 -0.0007838423854583 -0.0000762963712646
6.200000 0.0022800753858023 -0.0007496109854814 -0.0000679924895828
6.300000 0.0023167391731893 -0.0007169700774924 -0.0000642435982775
6.300000 0.0023663114606930 -0.0007888751807114 -0.0000556118912170
6.300000 0.0024167199674433 -0.0008598743756491 -0.0000550111783263
6.300000 0.0024386068914659 -0.0008910802848673 -0.0000649271867649
6.300000 0.0024194382729131 -0.0008667006937492 -0.0000772919766417
6.300000 0.0023704180359840 -0.0007985933632561 -0.0000826475188695
6.300000 0.0023198548958609 -0.0007239017928812 -0.0000800053997504
6.300000 0.0022973666658764 -0.0006888269261046 -0.0000733838103492
6.400000 0.0023328547757765 -0.0006566645908466 -0.0000712564905706
6.400000 0.0023833611174151 -0.0007306355450361 -0.0000632117110458
6.400000 0.0024346688584766 -0.0008035492556439 -0.0000618495283086
6.400000 0.0024569850925876 -0.0008354776495627 -0.0000701717518635
6.400000 0.0024376202953036 -0.0008102835711273 -0.0000809788602852
6.400000 0.0023878185856322 -0.0007402255650070 -0.0000856527567867
6.400000 0.0023362356947167 -0.0006635069614810 -0.0000836645544990
6.400000 0.0023131642494379 -0.0006275924626746 -0.0000787276268830
6.500000 0.0023474996132838 -0.0005959431767854 -0.0000782246184657
6.500000 0.0023990286113769 -0.0006719719404747 -0.0000707748945305
6.500000 0.0024513188195347 -0.0007467966781074 -0.0000686547759903
6.500000 0.0024740991709969 -0.0007794470156868 -0.0000753800637576
6.500000 0.0024545099901541 -0.0007534382206229 -0.0000846227077020
6.500000 0.0024038471050227 -0.0006814323465186 -0.0000886087862606
6.500000 0.0023511535059244 -0.0006026948393052 -0.0000872714581132
6.500000 0.0023274550516521 -0.0005659465553494 -0.0000840203734805
6.600000 0.0023606619399317 -0.0005348434142204 -0.0000851435070629
6.600000 0.0024133027174995 -0.0006129177781221 -0.0000782969928218
6.600000 0.0024666592905041 -0.0006896464440367 -0.0000754232430523
6.600000 0.0024899388652538 -0.0007230168020602 -0.0000805493965061
6.600000 0.0024700967707544 -0.0006961943151947 -0.0000882215286626
6.600000 0.0024184923039930 -0.0006222468965925 -0.0000915138323404
6.600000 0.0023645965097081 -0.0005415028130151 -0.0000908237636827
6.600000 0.0023402271419548 -0.0005039286317663 -0.0000892585121247
6.700000 0.0023723310904044 -0.0004734032903547 -0.0000920087037770
6.700000 0.0024261730806945 -0.0005535068232037 -0.0000857735702721
6.700000 0.0024806804093627 -0.0006321286505782 -0.0000821512622689
6.700000 0.0025044945474676 -0.0006662156983895 -0.0000856770381824
6.700000 0.0024843707367439 -0.0006385818197915 -0.0000917733527071
6.700000 0.0024317437413846 -0.0005627027522640 -0.0000943661473458
6.700000 0.0023765539479871 -0.0004799686737459 -0.0000943191572855
6.700000 0.0023514697644662 -0.0004415785467292 -0.0000944385365429
6.800000 0.0023824974969337 -0.0004116611647770 -0.0000988157829623
6.800000 0.0024376302289254 -0.0004937731704186 -0.0000932002080122
6.800000 0.0024933730214857 -0.0005742736745741 -0.0000888351797395
6.800000 0.0025177572311158 -0.0006090726516196 -0.0000907602923375
6.800000 0.0024973226831805 -0.0005806309753290 -0.0000952762303878
6.800000 0.0024435918377392 -0.0005028337749983 -0.0000971640123574
6.800000 0.0023870161412097 -0.0004181305820487 -0.0000977553604666
6.800000 0.0023611733566632 -0.0003789365408016 -0.0000995569762502
6.900000 0.0023911527049149 -0.0003496557326784 -0.0001055603505407
6.900000 0.0024476655854495 -0.0004337512187001 -0.0001005725075436
6.900000 0.0025047286885465 -0.0005161121557650 -0.0000954713571325
6.900000 0.0025297185785869 -0.0005516168520273 -0.0000957964794690
6.900000 0.0025089441092276 -0.0005223722823382 -0.0000987282345097
6.900000 0.0024540278872292 -0.0004426741263310 -0.0000999057386919
6.900000 0.0023959745037813 -0.0003560270319797 -0.0001011301326875
6.900000 0.0023693295662449 -0.0003160431978986 -0.0001046104005715
7.000000 0.0023982893870019 -0.0002874259872622 -0.0001122380486218
7.000000 0.0024562714802104 -0.0003734756454231 -0.0001078860943422
7.000000 0.0025147396969974 -0.0004576749796594 -0.0001020561739374
7.000000 0.0025403709084340 -0.0004938777190639 -0.0001007829384918
7.000000 0.0025192272264458 -0.0004638364842965 -0.0001021274613652
7.000000 0.0024630440687964 -0.0003822582429845 -0.0001025896693595
7.000000 0.0024034215580363 -0.0002936968144049 -0.0001044412737421
7.000000 0.0023759312661264 -0.0002529394019710 -0.0001095954226290
7.100000 0.0024039013556339 -0.0002250111814232 -0.0001188445601054
7.100000 0.0024634411603535 -0.0003129813800917 -0.0001151366214659
7.100000 0.0025233990661179 -0.0003989932600823 -0.0001085860297237
7.100000 0.0025497072023323 -0.0004358848869492 -0.0001057170282115
7.100000 0.0025281649666769 -0.0004050545506501 -0.0001054720319651
7.100000 0.0024706334564715 -0.0003216208114875 -0.0001052141805009
7.100000 0.0024093509467070 -0.0002311789795909 -0.0001076866261324
7.100000 0.0023809725675066 -0.0001896662928836 -0.0001145087032870
7.200000 0.0024079835739504 -0.0001624507887730 -0.0001253756132561
7.200000 0.0024691687998366 -0.0002523035775431 -0.0001223197731626
7.200000 0.0025307005556149 -0.0003400983214112 -0.0001150573464052
7.200000 0.0025577211117313 -0.0003776681900241 -0.0001105961287998
7.200000 0.0025357509895066 -0.0003460576595389 -0.0001087600932616
7.200000 0.0024767900288481 -0.0002607967423318 -0.0001077776828013
7.200000 0.0024137574438474 -0.0001685127991568 -0.0001108640773995
7.200000 0.0023844488309577 -0.0001262652215897 -0.0001193469550412
7.300000 0.0024105321650543 -0.0000997844640953 -0.0001318269862382
7.300000 0.0024734495081094 -0.0001914775907027 -0.0001294312684714
7.300000 0.0025366386727626 -0.0002810216805153 -0.0001214665705072
7.300000 0.0025644069641901 -0.0003192576478668 -0.0001154176432693
7.300000 0.0025419796892932 -0.0002868771802339 -0.0001119898193650
7.300000 0.0024815086776892 -0.0001998211436985 -0.0001102786228795
7.300000 0.0024166369641750 -0.0001057377274646 -0.0001139715624026
7.300000 0.0023863566754948 -0.0000627777047102 -0.0001241069458458
7.400000 0.0024115444195909 -0.0000370520033140 -0.0001381945116024
7.400000 0.0024762793378407 -0.0001305389429295 -0.0001364668648117
7.400000 0.0025412086790689 -0.0002217950284077 -0.0001278101754347
7.400000 0.0025697597693900 -0.0002606834501788 -0.0001201789989485
7.400000 0.0025468462017511 -0.0002275446552998 -0.0001151594127504
7.400000 0.0024847852156419 -0.0001387292947885 -0.0001127154846496
7.400000 0.0024179865707959 -0.0000428933625287 -0.0001170070655430
7.400000 0.0023866939855885 0.0000007546213711 -0.0001287855028644
7.500000 0.0024110188016134 0.0000257066969395 -0.0001444740807114
7.500000 0.0024776552916684 -0.0000695232999906 -0.0001434223615554
7.500000 0.0025444065964550 -0.0001624502116258 -0.0001340846637389
7.500000 0.0025737752248119 -0.0002019759414474 -0.0001248776489548
7.500000 0.0025503464100757 -0.0001680917824937 -0.0001182671054549
7.500000 0.0024866163830412 -0.0000775566187939 -0.0001150867906527
7.500000 0.0024178044812859 0.0000199805934741 -0.0001199686229258
7.500000 0.0023854599160915 0.0000642900467854 -0.0001333795161378
7.600000 0.0024089549527108 0.0000884516800699 -0.0001506616480967
7.600000 0.0024775753279553 -0.0000084664417063 -0.0001502936035744
7.600000 0.0025462292129368 -0.0001030192133531 -0.0001402865693812
7.600000 0.0025764497210733 -0.0001431656053914 -0.0001295110736655
7.600000 0.0025524769505992 -0.0001085503964140 -0.0001213111602634
7.600000 0.0024869998537821 -0.0000163386555464 -0.0001173911033567
7.600000 0.0024160900721040 0.0000828443740097 -0.0001228543244550
7.600000 0.0023826548950569 0.0001277868347117 -0.0001378859421581
7.700000 0.0024053536943818 0.0001511429704841 -0.0001567532357345
7.700000 0.0024760383655306 0.0000525957666939 -0.0001570764847592
7.700000 0.0025466740877955 -0.0000435341342969 -0.0001464124599913
7.700000 0.0025777803469120 -0.0000842830491978 -0.0001340767821850
7.700000 0.0025532352179653 -0.0000489524499117 -0.0001242898718820
7.700000 0.0024859342402450 0.0000448889661173 -0.0001196270264214
7.700000 0.0024128438813204 0.0001456581882207 -0.0001256623158575
7.700000 0.0023782806244353 0.0001912032680501 -0.0001423018073387
7.800000 0.0024002170286408 0.0002137406146869 -0.0001627449372316
7.800000 0.0024730442874029 0.0001136274034586 -0.0001637669515028
7.800000 0.0025457395562273 0.0000159728266623 -0.0001524589391174
7.800000 0.0025777648938111 -0.0000253589875564 -0.0001385723138074
7.800000 0.0025526193698128 0.0000106700047220 -0.0001272015680976
7.800000 0.0024834190972569 0.0001060905562351 -0.0001217932059276
7.800000 0.0024080676096444 0.0002083822611026 -0.0001283908006304
7.800000 0.0023723400786435 0.0002544976961173 -0.0001466242113737
7.900000 0.0023935481368514 0.0002762047224153 -0.0001686329219111
7.900000 0.0024685939434313 0.0001745925194045 -0.0001703610061424
7.900000 0.0025434247334593 0.0000754693920343 -0.0001584226484667
7.900000 0.0025764018602549 0.0000335757734990 -0.0001429952394732
7.900000 0.0025506283309570 0.0000702848347768 -0.0001300446109227
7.900000 0.0024794549250769 0.0001672303918030 -0.0001238883315670
7.900000 0.0024017641197471 0.0002709768737345 -0.0001310380419079
7.900000 0.0023648375010059 0.0003176285812461 -0.0001508503304753
8.000000 0.0023853513767844 0.0003384955077185 -0.0001744134387895
8.000000 0.0024626891519421 0.0002354551671605 -0.0001768547103559
8.000000 0.0025397295183246 0.0001349232254793 -0.0001643002701340
8.000000 0.0025736904556085 0.0000924903529351 -0.0001473431632202
8.000000 0.0025472617970591 0.0001298598463388 -0.0001328173977237
8.000000 0.0024740431713936 0.0002282727450218 -0.0001259111377916
8.000000 0.0023939374338748 0.0003334024034763 -0.0001336023642429
8.000000 0.0023557783980786 0.0003805545451718 -0.0001549774204830
8.100000 0.0023756322779068 0.0004005733298906 -0.0001800828204347
8.100000 0.0024553327002836 0.0002961794305242 -0.0001832441885040
8.100000 0.0025346545962832 0.0001943019517478 -0.0001700885288154
8.100000 0.0025696306036112 0.0001513538112392 -0.0001516137236257
8.100000 0.0025425202377750 0.0001893628036852 -0.0001355183623325
8.100000 0.0024671862323246 0.0002891819116639 -0.0001278604049207
8.100000 0.0023845927297562 0.0003956193640436 -0.0001360821552994
8.100000 0.0023451695318717 0.0004432344150887 -0.0001590028198366
8.200000 0.0023643975349122 0.0004623987341651 -0.0001856374866975
8.200000 0.0024465283443121 0.0003567294538808 -0.0001895256309165
8.200000 0.0025282014418830 0.0002535731767828 -0.0001757841940054
8.200000 0.0025642229454781 0.0002101351671073 -0.0001558045952400
8.200000 0.0025364048993736 0.0002487614488411 -0.0001381459761388
8.200000 0.0024588874524129 0.0003499222395201 -0.0001297349602021
8.200000 0.0023737363348129 0.0004575884453724 -0.0001384758674529
8.200000 0.0023330189099959 0.0005056272692614 -0.0001629239524049
8.300000 0.0023516549995083 0.0005239324920783 -0.0001910739483073
8.300000 0.0024362808068047 0.0004170694716412 -0.0001956952971129
8.300000 0.0025203723206504 0.0003127045079664 -0.0001813840821751
8.300000 0.0025574688425995 0.0002688034142898 -0.0001599134900101
8.300000 0.0025289178068170 0.0003080235212841 -0.0001406987491633
8.300000 0.0024491511236129 0.0004104581568809 -0.0001315336788283
8.300000 0.0023613757186872 0.0005192705531866 -0.0001407820192936
8.300000 0.0023193357737633 0.0005676924820776 -0.0001667383301643
8.400000 0.0023374136704844 0.0005851356414135 -0.0001963888103250
8.400000 0.0024245957747980 0.0004771638376500 -0.0002017495189556
8.400000 0.0025111702904037 0.0003716635744926 -0.0001868850589288
8.400000 0.0025493703788331 0.0003273275385845 -0.0001639381586919
8.400000 0.0025200617652947 0.0003671167777784 -0.0001431752311090
8.400000 0.0024379824832651 0.0004707542010112 -0.0001332554849032
8.400000 0.0023475194841046 0.0005806268481820 -0.0001429991970307
8.400000 0.0023041305842830 0.0006293897684321 -0.0001704435557215
8.500000 0.0023216836820857 0.0006459695256363 -0.0002015787754452
8.500000 0.0024114798958526 0.0005369770545176 -0.0002076847037281
8.500000 0.0025005992019823 0.0004304180478478 -0.0001922840411374
8.500000 0.0025399303623792 0.0003856765349680 -0.0001678763922506
8.500000 0.0025098403612042 0.0004260090123218 -0.0001455740123916
8.500000 0.0024253877110569 0.0005307750465729 -0.0001348993523595
8.500000 0.0023321773560977 0.0006416187847414 -0.0001451260557952
8.500000 0.0022874150065973 0.0006906792273337 -0.0001740373246739
8.600000 0.0023044762907280 0.0007063958327344 -0.0002066406471414
8.600000 0.0023969407732477 0.0005964738028290 -0.0002134973371344
8.600000 0.0024886636993847 0.0004889356623799 -0.0001975779990455
8.600000 0.0025291523272343 0.0004438194248530 -0.0001717260232465
8.600000 0.0024982579625728 0.0004846680761876 -0.0001478937251453
8.600000 0.0024113739249735 0.0005904855339543 -0.0001364643058245
8.600000 0.0023153601696198 0.0007022081490991 -0.0001471613208369
8.600000 0.0022692018919104 0.0007515213846318 -0.0001775174278035
8.700000 0.0022858038600901 0.0007663766333794 -0.0002115713326466
8.700000 0.0023809869601109 0.0006556189701826 -0.0002191839862133
8.700000 0.0024753692193104 0.0005471842359356 -0.0002027639583499
8.700000 0.0025170405342147 0.0005017252734626 -0.0001754849272074
8.700000 0.0024853197189127 0.0005430618980448 -0.0001501330442048
8.700000 0.0023959491762400 0.0006498506974610 -0.0001379494214328
8.700000 0.0022970798555824 0.0007623570968725 -0.0001491037886156
8.700000 0.0022495052579706 0.0008118772347626 -0.0001808817531003
8.800000 0.0022656798446271 0.0008258744183282 -0.0002163678457663
8.800000 0.0023636279524918 0.0007143776800127 -0.0002247413021650
8.800000 0.0024607219901013 0.0006051316905474 -0.0002078390022488
8.800000 0.0025035999715440 0.0005593632073086 -0.0001791510239842
8.800000 0.0024710315605069 0.0006011585041365 -0.0001522906880613
8.800000 0.0023791224432631 0.0007088357933255 -0.0001393538275854
8.800000 0.0022773494253570 0.0008220281898831 -0.0001509523277834
8.800000 0.0022283402676695 0.0008717082814193 -0.0001841282876108
8.900000 0.0022441187715533 0.0008848521349860 -0.0002210273095149
8.900000 0.0023448741813896 0.0007727153201486 -0.0002301660230829
8.900000 0.0024447290300767 0.0006627460731497 -0.0002128002734566
8.900000 0.0024888363549990 0.0006167024317628 -0.0001827222790899
8.900000 0.0024554001971184 0.0006589260384995 -0.0001543654197919
8.900000 0.0023609036245792 0.0007674063274930 -0.0001406767056522
8.900000 0.0022561829537833 0.0008811844321917 -0.0001527058800571
8.900000 0.0022057232059307 0.0009309765770555 -0.0001872551191100
9.000000 0.0022211362213458 0.0009432732230560 -0.0002255469585753
9.000000 0.0023247370037491 0.0008305975710657 -0.0002354549765883
9.000000 0.0024273981452614 0.0007199955763031 -0.0002176449761850
9.000000 0.0024727561276077 0.0006737122487100 -0.0001861967050200
9.000000 0.0024384331161217 0.0007163327832051 -0.0001563560479610
9.000000 0.0023413035308192 0.0008255280831410 -0.0001419172906195
9.000000 0.0022335955607334 0.0009397893052743 -0.0001543634609798
9.000000 0.0021816714549638 0.0009896447611382 -0.0001902604375932
9.100000 0.0021967488068256 0.0010011016492061 -0.0002299241415737
9.100000 0.0023032286924383 0.0008879904337847 -0.0002406050823630
9.100000 0.0024087379265023 0.0007768485589073 -0.0002223703780859
9.100000 0.0024553664588939 0.0007303620742692 -0.0001895723625537
9.100000 0.0024201385800515 0.0007733471786034 -0.0001582614274928
9.100000 0.0023203338757044 0.0008831671478898 -0.0001430748716784
9.100000 0.0022096033912831 0.0009978068022709 -0.0001559241605705
9.100000 0.0021562034679635 0.0010476760970691 -0.0001931425365875
9.200000 0.0021709741508775 0.0010583019406826 -0.0002341563231697
9.200000 0.0022803624252274 0.0009448602573723 -0.0002456133545758
9.200000 0.0023887577459724 0.0008332735668806 -0.0002269738121556
9.200000 0.0024366752436641 0.0007866214565709 -0.0001928473620342
9.200000 0.0024005256235676 0.0008299378435501 -0.0001600804605135
9.200000 0.0022980072660851 0.0009402899406640 -0.0001441487927561
9.200000 0.0021842235945469 0.0010552014612407 -0.0001573871438617
9.200000 0.0021293387413418 0.0011050345077021 -0.0001958998142813
9.300000 0.0021438308628715 0.0011148392178115 -0.0002382410859566
9.300000 0.0022561522727887 0.0010011737660035 -0.0002504769041996
9.300000 0.0023674677530625 0.0008892393537864 -0.0002314526785965
9.300000 0.0024166911003309 0.0008424600935787 -0.0001960198646274
9.300000 0.0023796040498332 0.0008860735955975 -0.0001618120971628
9.300000 0.0022743371910417 0.0009968632381640 -0.0001451384529875
9.300000 0.0021574743012351 0.0011119383973623 -0.0001587516513248
9.300000 0.0021010977855794 0.0011616846093884 -0.0001985307744716
9.400000 0.0021153385138543 0.0011706792253253 -0.0002421761321713
9.400000 0.0022306131857382 0.0010568980855419 -0.0002551929412163
9.400000 0.0023448788696597 0.0009447149013847 -0.0002358044466355
9.400000 0.0023954233687699 0.0008978478509404 -0.0001990880835569
9.400000 0.0023573844263075 0.0009417234711303 -0.0001634553363730
9.400000 0.0022493380100653 0.0010528542009077 -0.0001460433071272
9.400000 0.0021293745999970 0.0011679833340216 -0.0001600169991842
9.400000 0.0020715020947913 0.0012175917444894 -0.0002010340273296
9.500000 0.0020855176105801 0.0012257883624642 -0.0002459592852122
9.500000 0.0022037609807459 0.0011120007695990 -0.0002597587767046
9.500000 0.0023210027848132 0.0009996694400875 -0.0002400266562972
9.500000 0.0023728821077051 0.0009527547798560 -0.0002020502853155
9.500000 0.0023338780799504 0.0009968567454254 -0.0001650092266154
9.500000 0.0022230249403384 0.0011082303988055 -0.0001468628659017
9.500000 0.0020999445126153 0.0012233026327341 -0.0001611825796194
9.500000 0.0020405741151000 0.0012727220123025 -0.0002034082899862
9.600000 0.0020543895684545 0.0012801337118012 -0.0002495884909637
9.600000 0.0021756123257376 0.0011664498250316 -0.0002641718248105
9.600000 0.0022958519487913 0.0010540724692981 -0.0002441169201277
9.600000 0.0023490780916203 0.0010071511349496 -0.0002049047908505
9.600000 0.0023090970918423 0.0010514429526161 -0.0001664728666124
9.600000 0.0021954140431393 0.0011629598362299 -0.0001475966963010
9.600000 0.0020692049681185 0.0012778633218527 -0.0001622478608583
9.600000 0.0020083372119156 0.0013270422983516 -0.0002056523869384
9.700000 0.0020219766834651 0.0013336830667455 -0.0002530618189279
9.700000 0.0021461847242200 0.0012202137368421 -0.0002684296045956
9.700000 0.0022694395665299 0.0011078937776114 -0.0002480729248699
9.700000 0.0023240228071932 0.0010610073921297 -0.0002076499767230
9.700000 0.0022830542912185 0.0011054519055422 -0.0001678454060153
9.700000 0.0021665222093943 0.0012170109765440 -0.0001482444218095
9.700000 0.0020371777758837 0.0013316331240165 -0.0001632123871601
9.700000 0.0019748156362200 0.0013805203020024 -0.0002077652502789
9.800000 0.0019883021031783 0.0013864049576879 -0.0002563774631638
9.800000 0.0021154964987561 0.0012732614924436 -0.0002725297417626
9.800000 0.0022417795904773 0.0011611034628553 -0.0002518924330865
9.800000 0.0022977284492491 0.0011142942664261 -0.0002102842762383
9.800000 0.0022557632489218 0.0011588537154646 -0.0001691260460457
9.800000 0.0021363671444022 0.0012703527660562 -0.0001488057225764
9.800000 0.0020038855978011 0.0013845804823008 -0.0001640757786931
9.800000 0.0019400344899584 0.0014331245623672 -0.0002097459197520
9.900000 0.0019533897968767 0.0014382686767505 -0.0002595337430348
9.900000 0.0020835667736244 0.0013255626052576 -0.0002764699702550
9.900000 0.0022128867128404 0.0012136719519524 -0.0002555732847294
9.900000 0.0022702079162337 0.0011669827297864 -0.0002128061805481
9.900000 0.0022272382702765 0.0012116188116244 -0.0001703140401010
9.900000 0.0021049673517621 0.0013229546573653 -0.0001492803355253
9.900000 0.0019693519195735 0.0014366745850335 -0.0001648377313053
9.900000 0.0019040196906368 0.0014848244824719 -0.0002115935426392
10.000000 0.0019172645249214 0.0014892443011133 -0.0002625291037667
10.000000 0.0020504154566953 0.0013770871376104 -0.0002802481337308
10.000000 0.0021827763572353 0.0012655700205798 -0.0002591133986534
10.000000 0.0022414748052015 0.0012190440288204 -0.0002152142397226
10.000000 0.0021974943873862 0.0012637179606288 -0.0001714086943224
10.000000 0.0020723421165298 0.0013747866320669 -0.0001496680544043
10.000000 0.0019336010212264 0.0014878853892483 -0.0001654980161938
10.000000 0.0018667979352290 0.0015355903516651 -0.0002133073734782
10.100000 0.0018799518074145 0.0015393027148929 -0.0002653621168176
10.100000 0.0020160632205571 0.0014278057228986 -0.0002838621869064
10.100000 0.0021514646697516 0.0013167688126079 -0.0002625107740732
10.100000 0.0022115434063206 0.0012704497024755 -0.0002175070637903
10.100000 0.0021665473508626 0.0013151222856416 -0.0001724093681249
10.100000 0.0020385114876369 0.0014258192227905 -0.0001499687297746
10.100000 0.0018966579469052 0.0015381836427475 -0.0001660564794723
10.100000 0.0018283966634930 0.0015853933662544 -0.0002148867736193
10.200000 0.0018414778922470 0.0015884156295537 -0.0002680314800635
10.200000 0.0019805314829315 0.0014776895869950 -0.0002873101967731
10.200000 0.0021189685094346 0.0013672398592971 -0.0002657634919611
10.200000 0.0021804286968918 0.0013211715996300 -0.0002196833237458
10.200000 0.0021344136209877 0.0013658032853605 -0.0001733154746888
10.200000 0.0020034962596024 0.0014760235345379 -0.0001501822689408
10.200000 0.0018585484740345 0.0015875409047555 -0.0001665130416421
10.200000 0.0017888440207991 0.0016342056483618 -0.0002163312106248
10.300000 0.0018018697226088 0.0016365556028379 -0.0002705360178015
10.300000 0.0019438423864129 0.0015267105688685 -0.0002905903436823
10.300000 0.0020853054381951 0.0014169550982311 -0.0002688697163847
10.300000 0.0021481463348827 0.0013711818965883 -0.0002217417525245
10.300000 0.0021011103583188 0.0014157328527612 -0.0001741264814119
10.300000 0.0019673179535707 0.0015253712652996 -0.0001503086358219
10.300000 0.0018192990819174 0.0016359295651460 -0.0001668676969675
10.300000 0.0017481688205669 0.0016820002629980 -0.0002176402575155
10.400000 0.0017611549040442 0.0016836960562045 -0.0002728746805765
10.400000 0.0019060187775705 0.0015748411403934 -0.0002937009223013
10.400000 0.0020504937101546 0.0014658868919692 -0.0002718276957823
10.400000 0.0021147126519779 0.0014204531144631 -0.0002236811459416
10.400000 0.0020666554137412 0.0014648832935894 -0.0001748419103215
10.400000 0.0019299987977111 0.0015738347259214 -0.0001503478507639
10.400000 0.0017789369198513 0.0016833228622316 -0.0001671205127600
10.400000 0.0017064005064115 0.0017287512333590 -0.0002188135918712
10.500000 0.0017193616711309 0.0017298112907730 -0.0002750465448327
10.500000 0.0018670841854540 0.0016220544253259 -0.0002966403424377
10.500000 0.0020145522604354 0.0015140080463960 -0.0002746357641749
10.500000 0.0020801446461446 0.0014689581364311 -0.0002255003635961
10.500000 0.0020310673179772 0.0015132273445811 -0.0001754613384468
10.500000 0.0018915617070126 0.0016213868592007 -0.0001502999902948
10.500000 0.0017374897748349 0.0017296948991097 -0.0001672716285743
10.500000 0.0016635691140926 0.0017744335543555 -0.0002198509947893
10.600000 0.0016765188538617 0.0017748765017717 -0.0002770508123971
10.600000 0.0018270627995414 0.0016683242174287 -0.0002994071297346
10.600000 0.0019775006934073 0.0015612918287501 -0.0002772923423140
10.600000 0.0020444599737171 0.0015166702248441 -0.0002271983297371
10.600000 0.0019943652705599 0.0015607381913943 -0.0001759843981494
10.600000 0.0018520302625115 0.0016680012581917 -0.0001501651868239
10.600000 0.0016949860389443 0.0017750206585618 -0.0001673212553198
10.600000 0.0016197052333618 0.0018190232043925 -0.0002207523497094
10.700000 0.0016326558438068 0.0018188677914958 -0.0002788868097983
10.700000 0.0017859794471705 0.0017136249977240 -0.0003019999262356
10.700000 0.0019393592703993 0.0016077119853129 -0.0002797959387627
10.700000 0.0020076769410006 0.0015635630381833 -0.0002287740340935
10.700000 0.0019565691282813 0.0016073894862316 -0.0001764107774137
10.700000 0.0018114286899873 0.0017136521836999 -0.0001499436282846
10.700000 0.0016514546764502 0.0018192760165083 -0.0001672696742907
10.700000 0.0015748399697985 0.0018624971554190 -0.0002215176411093
10.800000 0.0015878025601323 0.0018617621807839 -0.0002805539874274
10.800000 0.0017438595704957 0.0017579319508610 -0.0003044174908206
10.800000 0.0019001488968911 0.0016532427587399 -0.0002821451509103
10.800000 0.0019698144953980 0.0016096106478397 -0.0002302265326631
10.800000 0.0019176993931244 0.0016531553651379 -0.0001767402200945
10.800000 0.0017697818381669 0.0017583145809495 -0.0001496355577239
10.800000 0.0016069251907513 0.0018624377540261 -0.0001671172361196
10.800000 0.0015290049067213 0.0019048333812746 -0.0002221469530789
10.900000 0.0015419894155498 0.0019035376190259 -0.0002820519185453
10.900000 0.0017007292030109 0.0018012209805837 -0.0003066586995141
10.900000 0.0018598911091950 0.0016978589050149 -0.0002843386659184
10.900000 0.0019308922160632 0.0016547875547063 -0.0002315549484638
10.900000 0.0018777771996905 0.0016980104649540 -0.0001769725261235
10.900000 0.0017271151564720 0.0018019640954103 -0.0001492412728385
10.900000 0.0015614275911941 0.0019044835679381 -0.0001668643596581
10.900000 0.0014822320672613 0.0019460108643650 -0.0002226404677795
11.000000 0.0014952472822678 0.0019441729927212 -0.0002833802981428
11.000000 0.0016566149456822 0.0018434687242876 -0.0003087225456668
11.000000 0.0018186080606424 0.0017415357100114 -0.0002863752615977
11.000000 0.0018909303040826 0.0016990687055662 -0.0002327584722420
11.000000 0.0018368243021329 0.0017419299399105 -0.0001771075516734
11.000000 0.0016834546723505 0.0018445770877689 -0.0001487611254588
11.000000 0.0015149923598499 0.0019453920799896 -0.0001665115307875
11.000000 0.0014345538766771 0.0019860096007011 -0.0002229984637948
11.100000 0.0014476074580174 0.0019836481326062 -0.0002845389416609
11.100000 0.0016115439427311 0.0018846525666573 -0.0003106081400120
11.100000 0.0017763225072888 0.0017842490056446 -0.0002882538072152
11.100000 0.0018499495721922 0.0017424295092622 -0.0002338363631411
11.100000 0.0017948630606088 0.0017848894778436 -0.0001771452092793
11.100000 0.0016388269682300 0.0018861306480365 -0.0001481955209838
11.100000 0.0014676504183167 0.0019851428446299 -0.0001660593011657
11.100000 0.0013860031249898 0.0020248106033414 -0.0002232213143813
11.200000 0.0013991016322173 0.0020219438193771 -0.0002855277835756
11.200000 0.0015655438571106 0.0019247506523775 -0.0003123147105989
11.200000 0.0017330577931514 0.0018259751855955 -0.0002899732642297
11.200000 0.0018079714340324 0.0017848458526328 -0.0002347879493261
11.200000 0.0017519164272637 0.0018268653160190 -0.0001770854679178
11.200000 0.0015932591581315 0.0019266026087818 -0.0001475449177659
11.200000 0.0014194330946116 0.0020237163554196 -0.0001655082869128
11.200000 0.0013366129300105 0.0020623959042816 -0.0002233094856242
11.300000 0.0013497618523443 0.0020590417880362 -0.0002863468758561
11.300000 0.0015186428457173 0.0019637418979126 -0.0003138416026052
11.300000 0.0016888378349962 0.0018666912205946 -0.0002915326869570
11.300000 0.0017650178929476 0.0018262941161986 -0.0002356126285656
11.300000 0.0017080079317590 0.0018678342565456 -0.0001769283530432
11.300000 0.0015467788639838 0.0019659715574850 -0.0001468098264496
11.300000 0.0013703720902173 0.0020610940500895 -0.0001648591672403
11.300000 0.0012864167008311 0.0020987485548375 -0.0002232635345067
11.400000 0.0012996204905713 0.0020949247308917 -0.0002869963863011
11.400000 0.0014708695343802 0.0020016060023534 -0.0003151882780296
11.400000 0.0016436871066876 0.0019063746732484 -0.0002929312231618
11.400000 0.0017211115303355 0.0018667511895859 -0.0002363098687693
11.400000 0.0016631616663601 0.0019077736813662 -0.0001766739465816
11.400000 0.0014994141916754 0.0020042168480059 -0.0001459908092645
11.400000 0.0013204994473431 0.0020972583142785 -0.0001641126830287
11.400000 0.0012354481018421 0.0021338526245712 -0.0002230841068997
11.500000 0.0012487102107321 0.0021295762992461 -0.0002874765967624
11.500000 0.0014222529926680 0.0020383234573299 -0.0003163543152698
11.500000 0.0015976306231209 0.0019450037123945 -0.0002941681145774
11.500000 0.0016762754935544 0.0019061944866711 -0.0002368792084804
11.500000 0.0016174022705968 0.0019466615668095 -0.0001763223868816
11.500000 0.0014511937068847 0.0020413186111651 -0.0001450884792743
11.500000 0.0012698475164596 0.0021321924839805 -0.0001632696353564
11.500000 0.0011837410173400 0.0021676931988127 -0.0002227719354793
11.600000 0.0011970639356681 0.0021629811038101 -0.0002877879012599
11.600000 0.0013728227085560 0.0020738755559921 -0.0003173394085849
11.600000 0.0015506939237507 0.0019825571269727 -0.0002952426973531
11.600000 0.0016305334833927 0.0019446019604332 -0.0002373202573226
11.600000 0.0015707549155134 0.0019844764976897 -0.0001758738686230
11.600000 0.0014021464107244 0.0020772577644369 -0.0001441034995844
11.600000 0.0012184489241616 0.0021658808467352 -0.0001623308839856
11.600000 0.0011313295167794 0.0022002563748321 -0.0002223278375779
11.700000 0.0011447148150114 0.0021951247138792 -0.0002879308039986
11.700000 0.0013226085629929 0.0021082444010628 -0.0003181433674486
11.700000 0.0015029030557360 0.0020190143393984 -0.0002961544024271
11.700000 0.0015839097411114 0.0019819521174981 -0.0002376326964006
11.700000 0.0015232452875219 0.0020211976809405 -0.0001753286426824
11.700000 0.0013523017152413 0.0021120160207546 -0.0001430365825086
11.700000 0.0011663365414115 0.0021983086415973 -0.0001612973458090
11.700000 0.0010782478207234 0.0022315292567191 -0.0002217527129773
11.800000 0.0010916961934528 0.0022259936553164 -0.0002879059172910
11.800000 0.0012716408044066 0.0021414129119674 -0.0003187661157939
11.800000 0.0014542845567174 0.0020543554184269 -0.0002969027558269
11.800000 0.0015364290350658 0.0020182240323620 -0.0002378162786537
11.800000 0.0014748995718772 0.0020568049587707 -0.0001746870159577
11.800000 0.0013016894188048 0.0021455758964315 -0.0001418884886984
11.800000 0.0011135434522144 0.0022294620579223 -0.0001601699932601
11.800000 0.0010245302675391 0.0022614999490264 -0.0002210475416504
11.900000 0.0010380415795418 0.0022555754073826 -0.0002877139593955
11.900000 0.0012199500231890 0.0021733648310492 -0.0003192076911534
11.900000 0.0014048654372472 0.0020885610914963 -0.0002974873788958
11.900000 0.0014881166469155 0.0020533973612798 -0.0002378708291619
11.900000 0.0014257444357881 0.0020912788213299 -0.0001739493511491
11.900000 0.0012503396814253 0.0021779207182025 -0.0001406600262358
11.900000 0.0010601029227698 0.0022593282330086 -0.0001589498526944
11.900000 0.0009702112808820 0.0022901575492402 -0.0002202133814572
12.000000 0.0009837846150613 0.0022838583984599 -0.0002873557522746
12.000000 0.0011675671261960 0.0022040847288790 -0.0003194682436990
12.000000 0.0013546731628888 0.0021216127565398 -0.0002979079884461
12.000000 0.0014389983574325 0.0020874523558038 -0.0002377962454037
12.000000 0.0013758070111838 0.0021246004188728 -0.0001731160664997
12.000000 0.0011982830000348 0.0022090346293923 -0.0001393520496913
12.000000 0.0010060483711433 0.0022878952486384 -0.0001576380027416
12.000000 0.0009153253380090 0.0023174921391341 -0.0002192513658028
12.100000 0.0009289590450177 0.0023108320007130 -0.0002868322192829
12.100000 0.0011145233113018 0.0022335580086694 -0.0003195480351831
12.100000 0.0013037356360067 0.0021534924932568 -0.0002981643968384
12.100000 0.0013891004319166 0.0021203698759615 -0.0002375924974656
12.100000 0.0013251148771512 0.0021567515734108 -0.0001721876354939
12.100000 0.0011455501837682 0.0022389025952182 -0.0001379654591499
12.100000 0.0009514133375007 0.0023151521265587 -0.0001562355726367
12.100000 0.0008599069389541 0.0023434947750712 -0.0002181627012631
12.200000 0.0008735986882816 0.0023364865237376 -0.0002861443827891
12.200000 0.0010608500420409 0.0022617709098086 -0.0003194474377871
12.200000 0.0012520811772645 0.0021841830738334 -0.0002982565119890
12.200000 0.0013384496052289 0.0021521314030568 -0.0002372596282023
12.200000 0.0012736960420624 0.0021877147898419 -0.0001711645865155
12.200000 0.0010921723292773 0.0022675104072374 -0.0001365011992069
12.200000 0.0008962314549391 0.0023410888229479 -0.0001547437405304
12.200000 0.0008039905765977 0.0023681574773147 -0.0002169486651851
12.300000 0.0008177374089134 0.0023608132072416 -0.0002852933617414
12.300000 0.0010065790223750 0.0022887105105248 -0.0003191669328784
12.300000 0.0011997385068529 0.0022136679731057 -0.0002981843373027
12.300000 0.0012870730664535 0.0021827190520843 -0.0002367977533479
12.300000 0.0012215789254093 0.0022174732665504 -0.0001700475024648
12.300000 0.0010381807961134 0.0022948446869502 -0.0001349602579350
12.300000 0.0008405364209504 0.0023656962219126 -0.0001531637317852
12.300000 0.0007476107076559 0.0023914732184086 -0.0002156106032671
12.400000 0.0007614090882028 0.0023838042128098 -0.0002842803691807
12.400000 0.0009517421716160 0.0023143647297003 -0.0003187071096820
12.400000 0.0011467367254652 0.0022419313781568 -0.0002979479715349
12.400000 0.0012349984431994 0.0022121155837427 -0.0002362070615771
12.400000 0.0011687923393655 0.0022460109054658 -0.0001688370203356
12.400000 0.0009836071822088 0.0023208928885708 -0.0001333436658253
12.400000 0.0007843619695485 0.0023889661280613 -0.0001514968172599
12.400000 0.0006908017246129 0.0024134359106911 -0.0002141499271243
12.500000 0.0007046475974496 0.0024054526148002 -0.0002831067097102
12.500000 0.0008963715995391 0.0023387223278500 -0.0003180686638689
12.500000 0.0010931052950429 0.0022689581973430 -0.0002975476085807
12.500000 0.0011822537855543 0.0022403044160361 -0.0002354878145166
12.500000 0.0011153654700917 0.0022733123215757 -0.0001675338307539
12.500000 0.0009284832994910 0.0023456433009807 -0.0001316524947037
12.500000 0.0007277418440875 0.0024108912582013 -0.0001497443115854
12.500000 0.0006335979286144 0.0024340403930014 -0.0002125681118471
12.600000 0.0006474867715083 0.0024257523904213 -0.0002817737769258
12.600000 0.0008404995817161 0.0023617729072834 -0.0003172523960666
12.600000 0.0010388740193090 0.0022947340687412 -0.0002969835371934
12.600000 0.0011288675497011 0.0022672696354520 -0.0002346403467058
12.600000 0.0010613278588059 0.0022993628518841 -0.0001661386774763
12.600000 0.0008728411496580 0.0023690850488789 -0.0001298878566251
12.600000 0.0006707097707955 0.0024314652322046 -0.0001479075714364
12.600000 0.0005760335033372 0.0024532824166420 -0.0002108666935547
12.700000 0.0005899603831179 0.0024446984090415 -0.0002802830508157
12.700000 0.0007841585350984 0.0023835069114697 -0.0003162592102945
12.700000 0.0009840730241127 0.0023192453680149 -0.0002962561406320
12.700000 0.0010748685812127 0.0022929960077032 -0.0002336650655082
12.700000 0.0010067093826365 0.0023241485638105 -0.0001646523568513
12.700000 0.0008167129001460 0.0023912080931468 -0.0001280509027474
12.700000 0.0006132994330465 0.0024506825630931 -0.0001459879938017
12.700000 0.0005181424898465 0.0024711586306547 -0.0002090472669521
12.800000 0.0005321021180334 0.0024622864207778 -0.0002786360951330
12.800000 0.0007273809938778 0.0024039156236271 -0.0003150901123290
12.800000 0.0009287327376020 0.0023424792156940 -0.0002953658962393
12.800000 0.0010202860980345 0.0023174689880251 -0.0002325624509710
12.800000 0.0009515402352768 0.0023476562630230 -0.0001630757172428
12.800000 0.0007601308603154 0.0024120032304434 -0.0001261428221875
12.800000 0.0005555444463894 0.0024685386463872 -0.0001439870142564
12.800000 0.0004599587624484 0.0024876665664707 -0.0002071114828924
12.900000 0.0004739455509731 0.0024785130444147 -0.0002768345547495
12.900000 0.0006701995856522 0.0024229911645570 -0.0003137462080026
12.900000 0.0008728838702488 0.0023644234838644 -0.0002943133749504
12.900000 0.0009651496731715 0.0023406747310165 -0.0002313330556349
12.900000 0.0008958509074625 0.0023698735007020 -0.0001614096584168
12.900000 0.0007031274578837 0.0024314620920515 -0.0001241648408595
12.900000 0.0004974783343493 0.0024850297487671 -0.0001419061052391
12.900000 0.0004015160055428 0.0025028046219930 -0.0002050610459508
13.000000 0.0004155241223940 0.0024933757547010 -0.0002748801529939
13.000000 0.0006126470079208 0.0024407264897461 -0.0003122287014401
13.000000 0.0008165573947439 0.0023850668022669 -0.0002930992407347
13.000000 0.0009094892170911 0.0023626001000144 -0.0002299775042937
13.000000 0.0008396721672885 0.0023907885802302 -0.0001596551308922
13.000000 0.0006457352156301 0.0024495771419928 -0.0001221182203007
13.000000 0.0004391345050159 0.0025001529960924 -0.0001397467743359
13.000000 0.0003428476914771 0.0025165720451665 -0.0002028977120145
13.100000 0.0003568711161036 0.0025068728690738 -0.0002727746889821
13.100000 0.0005547560049332 0.0024571153857601 -0.0003105388932367
13.100000 0.0007597845257836 0.0024043985638022 -0.0002917242499693
13.100000 0.0008533349598580 0.0023832326759939 -0.0002284964937021
13.100000 0.0007830350403879 0.0024103905633058 -0.0001578131352570
13.100000 0.0005879867283956 0.0024663416744330 -0.0001200042564829
13.100000 0.0003805462284282 0.0025139063608275 -0.0001375105625767
13.100000 0.0002839870594008 0.0025289689170917 -0.0002006232858918
13.200000 0.0002980196377142 0.0025190035338554 -0.0002705200349427
13.200000 0.0004965593449133 0.0024721524659521 -0.0003086781785821
13.200000 0.0007025966997684 0.0024224089294426 -0.0002901892507478
13.200000 0.0007967174330143 0.0024025607659844 -0.0002268907922350
13.200000 0.0007259707899898 0.0024286692754777 -0.0001558847214492
13.200000 0.0005299146404026 0.0024817498103990 -0.0001178242786145
13.200000 0.0003217466147650 0.0025262886489182 -0.0001351990427426
13.200000 0.0002249670951154 0.0025399961347363 -0.0001982396189438
13.300000 0.0002390025939428 0.0025297677099711 -0.0002681181335448
13.300000 0.0004380897976806 0.0024858331655115 -0.0003066480453345
13.300000 0.0006450255544335 0.0024390888325501 -0.0002884951821242
13.300000 0.0007396674512204 0.0024205734109932 -0.0002251612394947
13.300000 0.0006685108968770 0.0024456153110997 -0.0001538709880056
13.300000 0.0004715516229141 0.0024957964938275 -0.0001155796479336
13.300000 0.0002627685933453 0.0025372994861641 -0.0001328138176899
13.300000 0.0001658205119138 0.0025496553932955 -0.0001957486067443
13.400000 0.0001798526727593 0.0025391661582331 -0.0002655709952304
13.400000 0.0003793801126860 0.0024981537358774 -0.0003044500720481
13.400000 0.0005871029084319 0.0024544299826014 -0.0002866430732934
13.400000 0.0006822160936718 0.0024372603934294 -0.0002233087458692
13.400000 0.0006106870392629 0.0024612200377045 -0.0001517730812771
13.400000 0.0004129303522537 0.0025084774869711 -0.0001132717564930
13.400000 0.0002036448924443 0.0025469393041320 -0.0001303565186921
13.400000 0.0001065797323992 0.0025579491682512 -0.0001931521867684
13.500000 0.0001206023243793 0.0025472004242337 -0.0002628806955587
13.500000 0.0003204629974813 0.0025091112385430 -0.0003020859259587
13.500000 0.0005288607408887 0.0024684248683222 -0.0002846340427096
13.500000 0.0006243946853075 0.0024526122440201 -0.0002213342920411
13.500000 0.0005525310726058 0.0024754755997965 -0.0001495921946132
13.500000 0.0003540834882055 0.0025197893651816 -0.0001109020259417
13.500000 0.0001444080199230 0.0025552093256536 -0.0001278288038001
13.500000 0.0000472768712729 0.0025648806971799 -0.0001904523361149
13.600000 0.0000612837431018 0.0025538728228934 -0.0002600493725632
13.600000 0.0002613710966373 0.0025187035382765 -0.0002995573609311
13.600000 0.0004703311709476 0.0024810667602333 -0.0002824692971449
13.600000 0.0005662347778253 0.0024666202482133 -0.0002192389284458
13.600000 0.0004940750093813 0.0024883749220647 -0.0001473295675160
13.600000 0.0002950436528096 0.0025297295110964 -0.0001084719063013
13.600000 0.0000850902446733 0.0025621115499492 -0.0001252323562266
13.600000 -0.0000120562809225 0.0025704539613543 -0.0001876510692645
13.700000 0.0000019288499831 0.0025591864227040 -0.0002570792241288
13.700000 0.0002021369711264 0.0025269292957845 -0.0002968662153720
13.700000 0.0004115464373288 0.0024923497126110 -0.0002801501306877
13.700000 0.0005077681305201 0.0024792764520609 -0.0002170237746824
13.700000 0.0004353509988304 0.0024999117120177 -0.0001449864847642
13.700000 0.0002358434095712 0.0025382961082505 -0.0001059828747414
13.700000 0.0000257235788736 0.0025676487374190 -0.0001225688827518
13.700000 -0.0000713882731206 0.0025746736671827 -0.0001847504358755
13.800000 -0.0000574307236579 0.0025631450297074 -0.0002539725053906
13.800000 0.0001427930781820 0.0025337879598452 -0.0002940144101119
13.800000 0.0003525388779160 0.0025022685648665 -0.0002776779236844
13.800000 0.0004490266909625 0.0024905736675756 -0.0002146900188745
13.800000 0.0003763913067032 0.0025100804620421 -0.0001425642755096
13.800000 0.0001765152430969 0.0025454881341384 -0.0001034364343545
13.800000 -0.0000336602389488 0.0025718243941431 -0.0001198401121559
13.800000 -0.0001306880081255 0.0025775452275310 -0.0001817525186212
13.900000 -0.0001167636519126 0.0025657531712511 -0.0002507315261580
13.900000 0.0000833717516458 0.0025392797589363 -0.0002910039462608
13.900000 0.0002933409093933 0.0025108189423490 -0.0002750541416245
13.900000 0.0003900425755319 0.0025005054775578 -0.0002122389169845
13.900000 0.0003172282950157 0.0025188764508878 -0.0001400643123453
13.900000 0.0001170915391723 0.0025513053527518 -0.0001008341129320
13.900000 -0.0000930297600567 0.0025746427561265 -0.0001170477936782
13.900000 -0.0001899247561020 0.0025790747429650 -0.0001786594310692
14.000000 -0.0001760389291442 0.0025670160795566 -0.0002473586483690
14.000000 0.0000239051828154 0.0025434056923855 -0.0002878369030399
14.000000 0.0002339850069489 0.0025179972565768 -0.0002722803339716
14.000000 0.0003308480498232 0.0025090662398885 -0.0002096717920791
14.000000 0.0002578944018394 0.0025262957445844 -0.0001374880103485
14.000000 0.0000576045652914 0.0025557483066146 -0.0000981774617429
14.000000 -0.0001523538408496 0.0025761087733295 -0.0001141936955036
14.000000 -0.0002490681671809 0.0025792689829534 -0.0001754733156046
14.100000 -0.0002352258840503 0.0025669396751369 -0.0002438562835753
14.100000 -0.0000355745982013 0.0025461675210691 -0.0002845154355938
14.100000 0.0001745036840639 0.0025238007049041 -0.0002693581329417
14.100000 0.0002714755089415 0.0025162510912824 -0.0002069900335488
14.100000 0.0001984221211399 0.0025323351967915 -0.0001348368260974
14.100000 -0.0000019135483493 0.0025588183083431 -0.0000954680543171
14.100000 -0.0002116016574298 0.0025762280935175 -0.0001112796032795
14.100000 -0.0003080882832018 0.0025781353670662 -0.0001721963414007
14.200000 -0.0002942941929388 0.0025655305500998 -0.0002402268904627
14.200000 -0.0000950357406161 0.0025475677576858 -0.0002810417727861
14.200000 0.0001149294724052 0.0025282272696287 -0.0002662892522304
14.200000 0.0002119574577036 0.0025220559505006 -0.0002041950962814
14.200000 0.0001388439826840 0.0025369924485897 -0.0001321122566647
14.200000 -0.0000614308273840 0.0025605174317537 -0.0000927074852336
14.200000 -0.0002707427193978 0.0025750070459657 -0.0001083073186628
14.200000 -0.0003669555486142 0.0025756819462049 -0.0001688307024353
14.300000 -0.0003532138922324 0.0025627959513680 -0.0002364729724091
14.300000 -0.0001544465905684 0.0025476096566306 -0.0002774182149824
14.300000 0.0000552949018371 0.0025312757165481 -0.0002630754856905
14.300000 0.0001523264907620 0.0025264775210188 -0.0002012884997891
14.300000 0.0000791925320315 0.0025402659277170 -0.0001293158385879
14.300000 -0.0001209154713298 0.0025608485025435 -0.0000898973689162
14.300000 -0.0003297468828908 0.0025724526250527 -0.0001052786578982
14.300000 -0.0004256408205607 0.0025719173838950 -0.0001653786155570
14.400000 -0.0004119553902175 0.0025587437638495 -0.0002325970750813
14.400000 -0.0002137757082074 0.0025462972034963 -0.0002736471318227
14.400000 -0.0000043675194295 0.0025329455929733 -0.0002597187059626
14.400000 0.0000926152726679 0.0025295132931498 -0.0001982718272915
14.400000 0.0000195003106292 0.0025421548472561 -0.0001264491468179
14.400000 -0.0001803358711508 0.0025598150885683 -0.0000870393384366
14.400000 -0.0003885843628770 0.0025685724737729 -0.0001021954504295
14.400000 -0.0004841153781669 0.0025668509376714 -0.0001618423185999
14.500000 -0.0004704894780540 0.0025533824935872 -0.0002286017840746
14.500000 -0.0002729918842434 0.0025436351042258 -0.0002697309599877
14.500000 -0.0000640253245342 0.0025332372252064 -0.0002562208630597
14.500000 0.0000328565178927 0.0025311615456187 -0.0001951467247554
14.500000 -0.0000402001639763 0.0025426592037811 -0.0001235137936467
14.500000 -0.0002396606263276 0.0025574214897419 -0.0000841350443273
14.500000 -0.0004472257447207 0.0025633748672003 -0.0000990595375436
14.500000 -0.0005423509310606 0.0025604924405863 -0.0001582240685496
14.600000 -0.0005287873400634 0.0025467212509172 -0.0002244897225950
14.600000 -0.0003320641559669 0.0025396287739432 -0.0002656722009608
14.600000 -0.0001236461074965 0.0025321517154927 -0.0002525839829081
14.600000 -0.0000269170291790 0.0025314213465901 -0.0001919148998900
14.600000 -0.0000998764177913 0.0025417797749697 -0.0001205114276165
14.600000 -0.0002988585614293 0.0025536727275809 -0.0000811861534047
14.600000 -0.0005056419950348 0.0025568686959311 -0.0000958727710482
14.600000 -0.0006003196271480 0.0025528522828644 -0.0001545261397595
14.700000 -0.0005868205633136 0.0025387697336623 -0.0002202635491870
14.700000 -0.0003909618227337 0.0025342843254859 -0.0002614734187898
14.700000 -0.0001831975425601 0.0025296909384560 -0.0002488101658460
14.700000 -0.0000866726142634 0.0025302925541476 -0.0001885781211014
14.700000 -0.0001594960398766 0.0025395181166889 -0.0001174437324097
14.700000 -0.0003578987421824 0.0025485745344188 -0.0000781943476035
14.700000 -0.0005638044718366 0.0025490634495328 -0.0000926370119837
14.700000 -0.0006579940596703 0.0025439413937304 -0.0001507508222189
14.800000 -0.0006445611465200 0.0025295382103861 -0.0002159259555087
14.800000 -0.0004496544609150 0.0025276085576633 -0.0002571372378498
14.800000 -0.0002426474033386 0.0025258575370272 -0.0002449015850820
14.800000 -0.0001463774931855 0.0025277758162261 -0.0001851382164055
14.800000 -0.0002190267016832 0.0025358765595632 -0.0001143124257222
14.800000 -0.0004167504910364 0.0025421333423122 -0.0000751613228236
14.800000 -0.0006216849340239 0.0025399692000264 -0.0000893541293701
14.800000 -0.0007153472735675 0.0025337712234327 -0.0001469004198728
14.900000 -0.0007019815082820 0.0025190375037321 -0.0002114796641539
14.900000 -0.0005081119383154 0.0025196089432660 -0.0002526663406108
14.900000 -0.0003019635817482 0.0025206549178768 -0.0002408604851159
14.900000 -0.0002059989518619 0.0025238725699975 -0.0001815970723003
14.900000 -0.0002784361762072 0.0025308582050338 -0.0001111192581205
14.900000 -0.0004753834022225 0.0025343562716632 -0.0000720887877903
14.900000 -0.0006792555501905 0.0025295965854250 -0.0000860259989887
14.900000 -0.0007723527711756 0.0025223537254812 -0.0001429772489935
15.000000 -0.0007590544946753 0.0025072789738698 -0.0002069274265244
15.000000 -0.0005663044280578 0.0025102936168477 -0.0002480634654126
15.000000 -0.0003611141067135 0.0025140872463612 -0.0002366891801221
15.000000 -0.0002655043262418 0.0025185850407121 -0.0001779566325995
15.000000 -0.0003376923569496 0.0025244669209179 -0.0001078660118847
15.000000 -0.0005337673563076 0.0025252511195793 -0.0000689784629291
15.000000 -0.0007364889067995 0.0025179567933530 -0.0000826545021983
15.000000 -0.0008289845172829 0.0025097013391220 -0.0001389836366046
15.100000 -0.0008157533862205 0.0024942745020690 -0.0002022720207512
15.100000 -0.0006242024219407 0.0024996713623034 -0.0002433314042484
15.100000 -0.0004200671626340 0.0025061594409951 -0.0002323900522995
15.100000 -0.0003248610221911 0.0025119162399984 -0.0001742188972285
15.100000 -0.0003967632766668 0.0025167073364792 -0.0001045544998371
15.100000 -0.0005918725342412 0.0025148263479943 -0.0000658320792544
15.100000 -0.0007933580157317 0.0025050615447664 -0.0000792415247873
15.100000 -0.0008852169435718 0.0024958269720629 -0.0001349219189561
15.200000 -0.0008720519042485 0.0024800364744209 -0.0001975162496676
15.200000 -0.0006817767432693 0.0024877516002656 -0.0002384730005608
15.200000 -0.0004787911075978 0.0024968771674609 -0.0002279655501883
15.200000 -0.0003840365353008 0.0025038699636231 -0.0001703859209821
15.200000 -0.0004556171258984 0.0025075848370171 -0.0001011865641586
15.200000 -0.0006496694308997 0.0025030910715698 -0.0000626513772757
15.200000 -0.0008498363212324 0.0024909230777952 -0.0000757889558613
15.200000 -0.0009410249524722 0.0024807439834681 -0.0001307944400522
15.300000 -0.0009279242166846 0.0024645777657257 -0.0001926629388329
15.300000 -0.0007389985591666 0.0024745443753395 -0.0002334911470509
15.300000 -0.0005372544913318 0.0024862468321671 -0.0002234181869561
15.300000 -0.0004429984706055 0.0024944507887158 -0.0001664598122480
15.300000 -0.0005142222712603 0.0024971055579891 -0.0000977640751944
15.300000 -0.0007071288681286 0.0024900550454014 -0.0000594381059182
15.300000 -0.0009058977062717 0.0024755541317263 -0.0000722986867646
15.300000 -0.0009963839204525 0.0024644661672344 -0.0001266035502294
15.400000 -0.0009833449432718 0.0024479117235618 -0.0001877149346083
15.400000 -0.0007958393923689 0.0024600603431990 -0.0002283887835033
15.400000 -0.0005954260728763 0.0024742755753670 -0.0002187505386552
15.400000 -0.0005017145621945 0.0024836640704627 -0.0001624427316942
15.400000 -0.0005725472734894 0.0024852763786732 -0.0000942889302488
15.400000 -0.0007642220072860 0.0024757286525468 -0.0000561940214621
15.400000 -0.0009615164983424 0.0024589679311440 -0.0000687726100384
15.400000 -0.0010512697007741 0.0024470077355628 -0.0001223516047865
15.500000 -0.0010382891602547 0.0024300521525517 -0.0001826751022847
15.500000 -0.0008522711325115 0.0024443107575619 -0.0002231688946291
15.500000 -0.0006532748379729 0.0024609712638522 -0.0002139652424538
15.500000 -0.0005601526926997 0.0024715159382724 -0.0001583368909243
15.500000 -0.0006305609052295 0.0024721049153848 -0.0000907630523715
15.500000 -0.0008209203612922 0.0024601228913982 -0.0000529208864983
15.500000 -0.0010166674747131 0.0024411781702447 -0.0000652126184125
15.500000 -0.0011056586257351 0.0024283833028357 -0.0001180409626639
15.600000 -0.0010927324045463 0.0024110132988407 -0.0001775463242630
15.600000 -0.0009082660469130 0.0024273074570655 -0.0002178345079276
15.600000 -0.0007107700161574 0.0024463424832307 -0.0002090649948408
15.600000 -0.0006182809126453 0.0024580132914207 -0.0001541445510995
15.600000 -0.0006882321685461 0.0024575995142576 -0.0000871883891355
15.600000 -0.0008771958061899 0.0024432493629175 -0.0000496204689033
15.600000 -0.0010713258671583 0.0024221989973404 -0.0000616206038320
15.600000 -0.0011595275084273 0.0024086078698108 -0.0001136739851738
15.700000 -0.0011466506773969 0.0023908098347983 -0.0001723314982869
15.700000 -0.0009637967908628 0.0024090628520595 -0.0002123886915702
15.700000 -0.0007678810975463 0.0024303985298051 -0.0002040525498085
15.700000 -0.0006760674596431 0.0024431637941798 -0.0001498680215305
15.700000 -0.0007455303121603 0.0024417692436019 -0.0000835669114089
15.700000 -0.0009330205922192 0.0024251202577529 -0.0000462945408313
15.700000 -0.0011254673661844 0.0024020449995645 -0.0000579984565188
15.700000 -0.0012128536440332 0.0023876968081385 -0.0001092530347787
15.800000 -0.0012000204475894 0.0023694568439557 -0.0001670335357270
15.800000 -0.0010188364174227 0.0023895899113354 -0.0002068345523054
15.800000 -0.0008245778493083 0.0024131494020619 -0.0001989307170136
15.800000 -0.0007334807774187 0.0024269758704372 -0.0001455096582393
15.800000 -0.0008024248483909 0.0024246238858508 -0.0000799006121208
15.800000 -0.0009883673544151 0.0024057483432551 -0.0000429448777265
15.800000 -0.0011790681247740 0.0023807311877924 -0.0000543480640658
15.800000 -0.0012656148106855 0.0023656658452116 -0.0001047804739183
15.900000 -0.0012528186541787 0.0023469698061885 -0.0001616553599182
15.900000 -0.0010733583867492 0.0023689021488086 -0.0002011752333890
15.900000 -0.0008808303318140 0.0023946057917860 -0.0001937023599191
15.900000 -0.0007904895346539 0.0024094586978114 -0.0001410718624926
15.900000 -0.0008588855697955 0.0024061739291080 -0.0000761915050218
15.900000 -0.0010432091227336 0.0023851469504106 -0.0000395732573538
15.900000 -0.0012321047616665 0.0023582729817874 -0.0000506713105655
15.900000 -0.0013177892699144 0.0023425310493524 -0.0001002586638847
16.000000 -0.0013050227087989 0.0023233645831552 -0.0001561999045480
16.000000 -0.0011273365749461 0.0023470136101706 -0.0001954139125391
16.000000 -0.0009366089144540 0.0023747790748140 -0.0001883703939177
16.000000 -0.0008470626436291 0.0023906222012733 -0.0001365570793089
16.000000 -0.0009148825655020 0.0023864305583084 -0.0000724416234423
16.000000 -0.0010975193317131 0.0023633299607089 -0.0000361814588495
16.000000 -0.0012845543641962 0.0023346861955833 -0.0000469700757711
16.000000 -0.0013693557667057 0.0023183088153422 -0.0000956899637427
16.100000 -0.0013566104975572 0.0022986574039970 -0.0001506701120962
16.100000 -0.0011807452824570 0.0023239388595256 -0.0001895537999175
16.100000 -0.0009918842911201 0.0023536813014383 -0.0001829377844400
16.100000 -0.0009031692786549 0.0023704770462779 -0.0001319677959391
16.100000 -0.0009703862372213 0.0023654056460057 -0.0000686530190473
16.100000 -0.0011512718296789 0.0023403117929602 -0.0000327712617916
16.100000 -0.0013363944907086 0.0023099870231107 -0.0000432462342894
16.100000 -0.0014202935291921 0.0022930158502979 -0.0000910767292975
16.200000 -0.0014075603825350 0.0022728648513093 -0.0001450689323258
16.200000 -0.0012335592420076 0.0022996929660278 -0.0001835981361389
16.200000 -0.0010466274953414 0.0023313251864771 -0.0001774075450485
16.200000 -0.0009587788942750 0.0023490346314174 -0.0001273065403234
16.200000 -0.0010253673149338 0.0023431117427978 -0.0000648277605898
16.200000 -0.0012044408875000 0.0023161073900771 -0.0000293444452898
16.200000 -0.0013876031725731 0.0022841920240768 -0.0000395016548067
16.200000 -0.0014705822680008 0.0022666691598970 -0.0000864213121057
16.300000 -0.0014578512029176 0.0022460038473874 -0.0001393993208239
16.300000 -0.0012857536261079 0.0022742914905327 -0.0001775501903084
16.300000 -0.0011008099150710 0.0023077240990223 -0.0001717827355191
16.300000 -0.0010138612432297 0.0023263070806028 -0.0001225758795250
16.300000 -0.0010797968722423 0.0023195620674049 -0.0000609679326641
16.300000 -0.0012570012069056 0.0022907322058383 -0.0000259027870966
16.300000 -0.0014381589158122 0.0022573181101048 -0.0000357381993445
16.300000 -0.0015202021752790 0.0022392860349543 -0.0000817260585306
16.400000 -0.0015074622757703 0.0022180916407543 -0.0001336642375920
16.400000 -0.0013373040541241 0.0022477504722761 -0.0001714132580885
16.400000 -0.0011544033071166 0.0022828920518797 -0.0001660664599112
16.400000 -0.0010683863941664 0.0023023072347828 -0.0001177784181425
16.400000 -0.0011336463413845 0.0022947704964116 -0.0000570756344592
16.400000 -0.0013089279283703 0.0022642021916448 -0.0000224480627371
16.400000 -0.0014880407023672 0.0022293825311379 -0.0000319577225469
16.400000 -0.0015691339234183 0.0022108840383507 -0.0000769933088404
16.500000 -0.0015563733964816 0.0021891457929729 -0.0001278666456857
16.500000 -0.0013881865989333 0.0022200864155933 -0.0001651906597963
16.500000 -0.0012073798112110 0.0022568436907144 -0.0001602618646301
16.500000 -0.0011223247490834 0.0022770486432108 -0.0001129167967020
16.500000 -0.0011868875278989 0.0022687515536872 -0.0000531529785135
16.500000 -0.0013601966385785 0.0022365337832846 -0.0000189820446606
16.500000 -0.0015372279910180 0.0022004028621148 -0.0000281620709967
16.500000 -0.0016173586634982 0.0021814809923144 -0.0000722253963468
16.600000 -0.0016045648388914 0.0021591841657464 -0.0001220095099023
16.600000 -0.0014383777931691 0.0021913162766906 -0.0001588857385313
16.600000 -0.0012597119637177 0.0022295942829154 -0.0001543721364805
16.600000 -0.0011756470604952 0.0022505455542682 -0.0001079936900307
16.600000 -0.0012394926249383 0.0022415203994961 -0.0000492020894723
16.600000 -0.0014107833774768 0.0022077438877175 -0.0000155065014115
16.600000 -0.0015857007179763 0.0021703969899195 -0.0000243530825618
16.600000 -0.0016648580234697 0.0021510949660533 -0.0000674246465857
16.700000 -0.0016520173551236 0.0021282249083107 -0.0001160957955154
16.700000 -0.0014878546350713 0.0021614574504806 -0.0001525018583349
16.700000 -0.0013113727109683 0.0022011597061923 -0.0001484005007150
16.700000 -0.0012283244483086 0.0022228129058555 -0.0001030118056130
16.700000 -0.0012914342272263 0.0022130928193132 -0.0000452251028477
16.700000 -0.0014606646449234 0.0021778498698917 -0.0000120231968206
16.700000 -0.0016334392971706 0.0021393831006089 -0.0000205325857690
16.700000 -0.0017116141060973 0.0021197442637389 -0.0000625933765354
16.800000 -0.0016987121751409 0.0020962864451175 -0.0001101284670560
16.800000 -0.0015365945939514 0.0021305277574910 -0.0001460424023812
16.800000 -0.0013623354222285 0.0021715564369168 -0.0001423502190779
16.800000 -0.0012803284163957 0.0021938663153608 -0.0000979738819309
16.800000 -0.0013426853446510 0.0021834852123548 -0.0000412241637837
16.800000 -0.0015098174069469 0.0021468695396048 -0.0000085338892175
16.800000 -0.0016804246202398 0.0021073796669215 -0.0000167023992059
16.800000 -0.0017576094866785 0.0020874474128376 -0.0000577338938740
16.900000 -0.0017446310060381 0.0020633874638126 -0.0001041104871393
16.900000 -0.0015845756152836 0.0020985454308574 -0.0001395107712011
16.900000 -0.0014125739022890 0.0021408015382241 -0.0001362245878466
16.900000 -0.0013316308688555 0.0021637220692167 -0.0000928826867897
16.900000 -0.0013932194154935 0.0021527145798404 -0.0000372014258248
16.900000 -0.0015582191016228 0.0021148211384181 -0.0000050403306613
16.900000 -0.0017266380562536 0.0020744054360677 -0.0000128643309500
16.900000 -0.0018028272105587 0.0020542231527885 -0.0000528484962735
17.000000 -0.0017897560310935 0.0020295469035070 -0.0000980448153356
17.000000 -0.0016317761254346 0.0020655291034093 -0.0001329103809380
17.000000 -0.0014620624036808 0.0021089126478847 -0.0001300269358705
17.000000 -0.0013822041259515 0.0021323971120575 -0.0000877410156311
17.000000 -0.0014430103192858 0.0021207985129970 -0.0000331590496915
17.000000 -0.0016058476445789 0.0020817233266357 -0.0000015442661937
17.000000 -0.0017720614511768 0.0020404794178043 -0.0000090201780234
17.000000 -0.0018472507904593 0.0020200904240234 -0.0000479394707297
17.100000 -0.0018340699085927 0.0019947839433422 -0.0000919344070850
17.100000 -0.0016781750360435 0.0020314977948567 -0.0001262446616365
17.100000 -0.0015107756385120 0.0020759079659615 -0.0001237606226116
17.100000 -0.0014320209397160 0.0020999090354868 -0.0000825516898340
17.100000 -0.0014920323892965 0.0020877551808193 -0.0000290992020618
17.100000 -0.0016526814341405 0.0020475951703567 0.0000019525668903
17.100000 -0.0018166771270934 0.0020056208727926 -0.0000051717258730
17.100000 -0.0018908642036346 0.0019850683573264 -0.0000430090929267
17.200000 -0.0018775557704421 0.0019591179913474 -0.0000857822126536
17.200000 -0.0017237517480631 0.0019964708990864 -0.0001195170555649
17.200000 -0.0015586887899253 0.0020418062422640 -0.0001174290361848
17.200000 -0.0014810545092123 0.0020662760664681 -0.0000773175550056
17.200000 -0.0015402604246408 0.0020536033175979 -0.0000250240543597
17.200000 -0.0016986993561258 0.0020124561286105 0.0000054484397506
17.200000 -0.0018604678812063 0.0019698493012401 -0.0000013207478758
17.200000 -0.0019336518888754 0.0019491762635281 -0.0000380596266346
17.300000 -0.0019201972205875 0.0019225686735886 -0.0000795911761323
17.300000 -0.0017684861554751 0.0019604681715746 -0.0001127310155694
17.300000 -0.0016057775231750 0.0020066267636126 -0.0001110355914023
17.300000 -0.0015292784954436 0.0020315170553503 -0.0000720414792636
17.300000 -0.0015876697020129 0.0020183622102300 -0.0000209357815522
17.300000 -0.0017438807883023 0.0019763260405818 0.0000089416326912
17.300000 -0.0019034169846301 0.0019331844318257 0.0000025309951330
17.300000 -0.0019755987433732 0.0019124336235296 -0.0000330933231396
17.400000 -0.0019619783332533 0.0018851558236063 -0.0000733642344746
17.400000 -0.0018123586486900 0.0019235097169217 -0.0001058900034628
17.400000 -0.0016520179963240 0.0019703893409245 -0.0001045837278209
17.400000 -0.0015766670359025 0.0019956514635394 -0.0000667263515103
17.400000 -0.0016342359870395 0.0019820516853219 -0.0000168365609547
17.400000 -0.0017882056045150 0.0019392251129331 0.0000124304358301
17.400000 -0.0019455081809891 0.0018956462109055 0.0000063817553080
17.400000 -0.0020166901194600 0.0018748600786521 -0.0000281124207057
17.500000 -0.0020028836510159 0.0018468994721400 -0.0000671043165743
17.500000 -0.0018553501176443 0.0018856159765160 -0.0000989974884451
17.500000 -0.0016973868705602 0.0019331142961350 -0.0000980769077959
17.500000 -0.0016231947587506 0.0019586993508299 -0.0000613750797018
17.500000 -0.0016799355452524 0.0019446920960998 -0.0000127285710455
17.500000 -0.0018316541784976 0.0019011739072332 0.0000159131497506
17.500000 -0.0019867256848382 0.0018572547919999 0.0000102297982199
17.500000 -0.0020569118212396 0.0018364754213067 -0.0000231191440652
17.600000 -0.0020428981827266 0.0018078198371367 -0.0000608143423803
17.600000 -0.0018974419546063 0.0018468077163316 -0.0000920569455578
17.600000 -0.0017418613201328 0.0018948224489640 -0.0000915186145397
17.600000 -0.0016688367966221 0.0019206813624069 -0.0000559905891112
17.600000 -0.0017247451526800 0.0019063043091374 -0.0000086139902909
17.600000 -0.0018742073873771 0.0018621933274953 0.0000193880861333
17.600000 -0.0020270541799191 0.0018180305255574 0.0000140734032604
17.600000 -0.0020962501011212 0.0017972995859773 -0.0000181157039388
17.700000 -0.0020820074012971 0.0017679373140392 -0.0000544972220492
17.700000 -0.0019386160567010 0.0018071060148646 -0.0000850718541702
17.700000 -0.0017854190419097 0.0018555351035416 -0.0000849123501895
17.700000 -0.0017135688000436 0.0018816187155332 -0.0000505758205893
17.700000 -0.0017686421060573 0.0018669096909148 -0.0000044949959800
17.700000 -0.0019158466148831 0.0018223046078324 0.0000228535683698
17.700000 -0.0020664788172657 0.0017779939489930 0.0000179108640261
17.700000 -0.0021346916562715 0.0017573526405131 -0.0000131042965831
17.800000 -0.0021201972413610 0.0017272724663519 -0.0000481558551323
17.800000 -0.0019788548281681 0.0017665322512120 -0.0000780456964993
17.800000 -0.0018280382645577 0.0018152740349024 -0.0000782616338829
17.800000 -0.0017573669504632 0.0018415331859322 -0.0000451337288228
17.800000 -0.0018116042326543 0.0018265300942194 -0.0000003737630713
17.800000 -0.0019565537542717 0.0017815293002351 0.0000263079321593
17.800000 -0.0021049852131731 0.0017371657769993 0.0000217404886835
17.800000 -0.0021722236249948 0.0017166547777217 -0.0000080871033645
17.900000 -0.0021574540968233 0.0016858460164784 -0.0000417931297982
17.900000 -0.0020181411823609 0.0017251080932974 -0.0000709819561608
17.900000 -0.0018696977573457 0.0017740614753608 -0.0000715699998438
17.900000 -0.0018002079728828 0.0018004470938819 -0.0000396672805920
17.900000 -0.0018536098997225 0.0017851878444006 0.0000037475369489
17.900000 -0.0019963112109761 0.0017398892624745 0.0000297495260857
17.900000 -0.0021425594470410 0.0016955668921247 0.0000255606003140
17.900000 -0.0022088335830555 0.0016752263072583 -0.0000030662903581
18.000000 -0.0021937648183109 0.0016436788368277 -0.0000354119220881
18.000000 -0.0020564585435002 0.0016828554862459 -0.0000638841167527
18.000000 -0.0019103768385740 0.0017319201007784 -0.0000648409954779
18.000000 -0.0018420691480885 0.0017583832900304 -0.0000341794530288
18.000000 -0.0018946380235623 0.0017429057254904 0.0000078667371965
18.000000 -0.0020351019049929 0.0016974066461372 0.0000331767121791
18.000000 -0.0021791880591059 0.0016532183356171 0.0000293695372413
18.000000 -0.0022445095399521 0.0016330876478041 0.0000019559920282
18.100000 -0.0022291167105351 0.0016007919411841 -0.0000290150952029
18.100000 -0.0020937908481929 0.0016397966409117 -0.0000567556604703
18.100000 -0.0019500553836324 0.0016888730167326 -0.0000580781794816
18.100000 -0.0018829283244730 0.0017153651409471 -0.0000286732318771
18.100000 -0.0019346680782096 0.0016997069662003 0.0000119816765066
18.100000 -0.0020729092730160 0.0016541038847933 0.0000365878664590
18.100000 -0.0022148580480729 0.0016101412985263 0.0000331656533412
18.100000 -0.0022792399351552 0.0015902593195255 0.0000069776094082
18.200000 -0.0022634975295782 0.0015572064763353 -0.0000226054988217
18.200000 -0.0021301225467251 0.0015959540225591 -0.0000496000667520
18.200000 -0.0019887138326880 0.0016449437445988 -0.0000512851199618
18.200000 -0.0019227639294448 0.0016714165144237 -0.0000231516097552
18.200000 -0.0019736801037457 0.0016556152258057 0.0000160902005370
18.200000 -0.0021097172703275 0.0016100036823021 0.0000399813794614
18.200000 -0.0022495568686581 0.0015663571130636 0.0000369473183349
18.200000 -0.0023130136343196 0.0015467619368096 0.0000119964437477
18.300000 -0.0022968954801132 0.0015129437139538 -0.0000161859684502
18.300000 -0.0021654386041429 0.0015513503397002 -0.0000424208109566
18.300000 -0.0020263331980068 0.0016001562075553 -0.0000444653925703
18.300000 -0.0019615549804220 0.0016265617645356 -0.0000176175844237
18.300000 -0.0020116547142303 0.0016106545799285 0.0000201901628586
18.300000 -0.0021455103724560 0.0015651290012576 0.0000433556567496
18.300000 -0.0022832724290537 0.0015218872442109 0.0000407129180659
18.300000 -0.0023458199254780 0.0015026162012664 0.0000170103936759
18.400000 -0.0023292992125690 0.0014680250427268 -0.0000097593247970
18.400000 -0.0021997245011286 0.0015060085330895 -0.0000352213630697
18.400000 -0.0020628950709127 0.0015545347165201 -0.0000376225786524
18.400000 -0.0019992810954041 0.0015808257164792 -0.0000120741570582
18.400000 -0.0020485731052614 0.0015648495062293 0.0000242794260316
18.400000 -0.0021802735766128 0.0015195030515761 0.0000467091194092
18.400000 -0.0023159930883250 0.0014767532815771 0.0000444608547626
18.400000 -0.0023776485152297 0.0014578428949923 0.0000220173747752
18.500000 -0.0023606978202496 0.0014224719607279 -0.0000033283731781
18.500000 -0.0022329662346837 0.0014599517648763 -0.0000280051864405
18.500000 -0.0020983816283852 0.0015081039560301 -0.0000307602634096
18.500000 -0.0020359225031209 0.0015342336511965 -0.0000065243305285
18.500000 -0.0020844170611629 0.0015182248700171 0.0000283558626671
18.500000 -0.0022139924029155 0.0014731492792277 0.0000500402045271
18.500000 -0.0023477076537504 0.0014309769314935 0.0000481895472856
18.500000 -0.0024084895249284 0.0014124628740867 0.0000270153198534
18.600000 -0.0023910808364165 0.0013763060680254 0.0000031040970530
18.600000 -0.0022651503186287 0.0014132034079158 -0.0000207757365474
18.600000 -0.0021327756393020 0.0014608889700720 -0.0000238820340795
18.600000 -0.0020714600527533 0.0014868112898009 -0.0000009711076866
18.600000 -0.0021191689618038 0.0014708059097893 0.0000324173564743
18.600000 -0.0022466528954087 0.0014260913551122 0.0000533473656564
18.600000 -0.0023784053781138 0.0013845800093464 0.0000518974313617
18.600000 -0.0024383334868813 0.0013664970624144 0.0000320021791969
18.700000 -0.0024204382313443 0.0013295490595213 0.0000095353130495
18.700000 -0.0022962637839291 0.0013657870352385 -0.0000135364597922
18.700000 -0.0021660604703279 0.0014129151478721 -0.0000169914781309
18.700000 -0.0021058752232260 0.0014385847778172 0.0000045825103376
18.700000 -0.0021528117890509 0.0014226182227092 0.0000364618032926
18.700000 -0.0022782416228912 0.0013783531640815 0.0000566290732655
18.700000 -0.0024080759569575 0.0013375844321378 0.0000555829598052
18.700000 -0.0024671713405649 0.0013199664456069 0.0000369759208079
18.800000 -0.0024487604093568 0.0012822227180149 0.0000159625189917
18.800000 -0.0023262941788571 0.0013177264096772 -0.0000062907923220
18.800000 -0.0021982200914561 0.0013642082096561 -0.0000100921814769
18.800000 -0.0021391501320674 0.0013895806692483 0.0000101335258300
18.800000 -0.0021853291328592 0.0013736877500322 0.0000404871121077
18.800000 -0.0023087456795594 0.0013299587941087 0.0000598838151741
18.800000 -0.0024367095258061 0.0012900122112703 0.0000592446027266
18.800000 -0.0024949944288656 0.0012728920652938 0.0000419345306250
18.900000 -0.0024760382058528 0.0012343489074845 0.0000223829765846
18.900000 -0.0023552295689980 0.0012690454736517 0.0000009578411217
18.900000 -0.0022292390812045 0.0013147941923847 -0.0000031877267054
18.900000 -0.0021712675438377 0.0013398259104815 0.0000156789461742
18.900000 -0.0022167051970027 0.0013240407624882 0.0000444912060534
18.900000 -0.0023381526854758 0.0012809325256031 0.0000631100969746
18.900000 -0.0024642966573684 0.0012418854455512 0.0000628808477299
18.900000 -0.0025217944943531 0.0012252950135589 0.0000468760127289
19.000000 -0.0025022628843284 0.0011859495665812 0.0000287939655337
19.000000 -0.0023830585371104 0.0012197683391101 0.0000082060283267
19.000000 -0.0022591026314720 0.0012646994354749 0.0000037183086722
19.000000 -0.0022022108781223 0.0012893478240474 0.0000212157855227
19.000000 -0.0022469248044489 0.0012737038456303 0.0000484720233957
19.000000 -0.0023664507868711 0.0012312988208722 0.0000663064424404
19.000000 -0.0024908283587259 0.0011932263144065 0.0000664902000985
19.000000 -0.0025475636755913 0.0011771964276112 0.0000517983895343
19.100000 -0.0025274261334037 0.0011370467023278 0.0000351927839997
19.100000 -0.0024097701828494 0.0011699192776239 0.0000154503707090
19.100000 -0.0022877965520591 0.0012139505665131 0.0000106223539535
19.100000 -0.0022319642170895 0.0012381740922447 0.0000267410664538
19.100000 -0.0022759734023817 0.0012227038851576 0.0000524275185028
19.100000 -0.0023936286562889 0.0011810823137294 0.0000694713939215
19.100000 -0.0025162960685156 0.0011440570713025 0.0000700711829718
19.100000 -0.0025722945034940 0.0011286174846656 0.0000566997019682
19.200000 -0.0025515200638605 0.0010876623840179 0.0000415767490339
19.200000 -0.0024353541223595 0.0011195227106378 0.0000226874843853
19.200000 -0.0023153072748584 0.0011625744869681 0.0000175208469581
19.200000 -0.0022605123126146 0.0011863327406412 0.0000322518216152
19.200000 -0.0023038370668758 0.0011710680522206 0.0000563556627968
19.200000 -0.0024196754925813 0.0011303077992465 0.0000726035127271
19.200000 -0.0025406916541131 0.0010944000373660 0.0000736223375117
19.200000 -0.0025959798977323 0.0010795793970231 0.0000615780096363
19.300000 -0.0025745372056974 0.0010378187373063 0.0000479431969953
19.300000 -0.0024598004877475 0.0010686031998694 0.0000299140012222
19.300000 -0.0023416218577173 0.0011105983579118 0.0000244102357211
19.300000 -0.0022878405929671 0.0011338521214665 0.0000377450953515
19.300000 -0.0023305025072273 0.0011188237887167 0.0000602544456903
19.300000 -0.0024445810207635 0.0010790002236501 0.0000757013794967
19.300000 -0.0025640074088248 0.0010442775951982 0.0000771422230596
19.300000 -0.0026186131631962 0.0010301034073465 0.0000664313909774
19.400000 -0.0025964705052094 0.0009875379384860 0.0000542894839492
19.400000 -0.0024830999264418 0.0010171854378590 0.0000371265698606
19.400000 -0.0023667279879809 0.0010580495857520 0.0000312869801662
19.400000 -0.0023139351690640 0.0010807608969058 0.0000432179453173
19.400000 -0.0023559570699444 0.0010659987925838 0.0000641218755059
19.400000 -0.0024683354917354 0.0010271846743608 0.0000787635945589
19.400000 -0.0025862360490937 0.0009937121828748 0.0000806294172865
19.400000 -0.0026401879865186 0.0009802107841200 0.0000712579434073
19.500000 -0.0026173133220965 0.0009368422089447 0.0000606129860504
19.500000 -0.0025052436004459 0.0009652942386656 0.0000443218567180
19.500000 -0.0023906139857171 0.0010049558079860 0.0000381475537590
19.500000 -0.0023387828402884 0.0010270880223090 0.0000486674440717
19.500000 -0.0023801887424024 0.0010126210030997 0.0000679559803786
19.500000 -0.0024909296818773 0.0009748863701721 0.0000817887782795
19.500000 -0.0026073707117265 0.0009427262881272 0.0000840825163340
19.500000 -0.0026606984326649 0.0009299228172898 0.0000760557834536
19.600000 -0.0026370594266077 0.0008857538097936 0.0000669110999102
19.600000 -0.0025262231854937 0.0009129545287072 0.0000514965469676
19.600000 -0.0024132688066307 0.0009513448789801 0.0000449884451381
19.600000 -0.0023623710998761 0.0009728627293251 0.0000540906806570
19.600000 -0.0024031861561680 0.0009587185861934 0.0000717548091417
19.600000 -0.0025123548925281 0.0009221306515691 0.0000847755713987
19.600000 -0.0026274049511462 0.0008913424426975 0.0000875001349486
19.600000 -0.0026801389415924 0.0008792608140743 0.0000808230468802
19.700000 -0.0026557029967256 0.0008342950366621 0.0000731812429488
19.700000 -0.0025460308701130 0.0008601913377416 0.0000586473454966
19.700000 -0.0024346820446711 0.0008972448557810 0.0000518061597270
19.700000 -0.0023846881398698 0.0009181145089756 0.0000594847621569
19.700000 -0.0024249385899972 0.0009043199197752 0.0000755164321953
19.700000 -0.0025326029493516 0.0008689429711826 0.0000877226353575
19.700000 -0.0026463327366773 0.0008395832168600 0.0000908809066104
19.700000 -0.0026985043249849 0.0008282460949391 0.0000855578888046
19.800000 -0.0026732386153961 0.0007824882146525 0.0000794208537350
19.800000 -0.0025646593546050 0.0008070297899857 0.0000657709778437
19.800000 -0.0024548439343380 0.0008426839839637 0.0000585972213226
19.800000 -0.0024057228556445 0.0008628730946767 0.0000648468152375
19.800000 -0.0024454359725115 0.0008494535790935 0.0000792389423580
19.800000 -0.0025516662016000 0.0008153488843773 0.0000906286526150
19.800000 -0.0026641484498674 0.0007874712141046 0.0000942234836540
19.800000 -0.0027157897630658 0.0007768999897295 0.0000902584838072
19.900000 -0.0026896612678076 0.0007303556934462 0.0000856273923117
19.900000 -0.0025821018499448 0.0007534950953689 0.0000728641911160
19.900000 -0.0024737453526914 0.0007876906835235 0.0000653581736634
19.900000 -0.0024254648500044 0.0008071684452229 0.0000701739876668
19.900000 -0.0024646688845571 0.0007941483221221 0.0000829204557012
19.900000 -0.0025695375212780 0.0007613740399720 0.0000934923269550
19.900000 -0.0026808468818505 0.0007350290659737 0.0000975265373858
19.900000 -0.0027319908014920 0.0007252438339508 0.0000949230260339
20.000000 -0.0027049663387246 0.0006779198425565 0.0000917983405118
20.000000 -0.0025983520766101 0.0006996125409186 0.0000799237548874
20.000000 -0.0024913778210692 0.0007322935348136 0.0000720855819757
20.000000 -0.0024439044368563 0.0007510307277415 0.0000754634498140
20.000000 -0.0024826285612517 0.0007384330749863 0.0000865591123664
20.000000 -0.0025862103022172 0.0007070441710871 0.0000963123837846
20.000000 -0.0026964232307567 0.0006822794270468 0.0001007887581953
20.000000 -0.0027471033483347 0.0006732989651932 0.0000995497292926
20.100000 -0.0027191496098794 0.0006252030467208 0.0000979312022615
20.100000 -0.0026134042633433 0.0006454074822714 0.0000869464620783
20.100000 -0.0025077335065198 0.0006765212645364 0.0000787760344970
20.100000 -0.0024610326444593 0.0006944903006315 0.0000807123961275
20.100000 -0.0024993068937244 0.0006823369174312 0.0000901530773650
20.100000 -0.0026016784590642 0.0006523850861183 0.0000990875704231
20.100000 -0.0027108730991722 0.0006292449700658 0.0001040088556623
20.100000 -0.0027611236711475 0.0006210867196909 0.0001041368271444
20.200000 -0.0027322072574250 0.0005722277014247 0.0001040235038747
20.200000 -0.0026272531458536 0.0005909053353100 0.0000939291298172
20.200000 -0.0025228052229527 0.0006204027317904 0.0000854261439779
20.200000 -0.0024768412182561 0.0006375776964942 0.0000859180465910
20.200000 -0.0025146964305527 0.0006258890683394 0.0000937005413607
20.200000 -0.0026159364261895 0.0005974226598312 0.0001018166563833
20.200000 -0.0027241924916534 0.0005759483811955 0.0001071855586606
20.200000 -0.0027740483941262 0.0005686284290097 0.0001086825729903
20.300000 -0.0027441358494538 0.0005190162085518 0.0001100727943384
20.300000 -0.0026398939654625 0.0005361315679184 0.0001008686002860
20.300000 -0.0025365864320138 0.0005639669141782 0.0000920325491617
20.300000 -0.0024913226232878 0.0005803236050691 0.0000910776481564
20.300000 -0.0025287903789026 0.0005691188713020 0.0000971997214352
20.300000 -0.0026289791565227 0.0005421828245761 0.0001044984336444
20.300000 -0.0027363778122995 0.0005224123554107 0.0001103176154578
20.300000 -0.0027858744953621 0.0005159454168569 0.0001131852401532
20.400000 -0.0027549323435842 0.0004655909721537 0.0001160766455900
20.400000 -0.0026513224676997 0.0004811116918532 0.0001077617415491
20.400000 -0.0025490712436885 0.0005072428939787 0.0000985919162413
20.400000 -0.0025044700461966 0.0005227588561827 0.0000961884761539
20.400000 -0.0025415826053750 0.0005120557802485 0.0001006488618360
20.400000 -0.0026408021203182 0.0004866915616159 0.0001071317169174
20.400000 -0.0027474258623858 0.0004686595920051 0.0001134037938124
20.400000 -0.0027965993041917 0.0004630589960045 0.0001176431219575
20.500000 -0.0027645940846185 0.0004119743943316 0.0001220326527865
20.500000 -0.0026615349008527 0.0004258712547265 0.0001146054483661
20.500000 -0.0025602544166400 0.0004502598443879 0.0001051009402936
20.500000 -0.0025162773968199 0.0004649144027221 0.0001012478356785
20.500000 -0.0025530676365653 0.0004547293451391 0.0001040462347072
20.500000 -0.0026514013038574 0.0004309748925673 0.0001097153439035
20.500000 -0.0027573338380618 0.0004147127902150 0.0001164428810690
20.500000 -0.0028062204986449 0.0004099904653221 0.0001220545318051
20.600000 -0.0027731188022746 0.0003581888712241 0.0001279384345690
20.600000 -0.0026705280144759 0.0003704358320952 0.0001213966429918
20.600000 -0.0025701313582859 0.0003930470158305 0.0001115563466915
20.600000 -0.0025267393093790 0.0004068213036418 0.0001062530629515
20.600000 -0.0025632406593393 0.0003971691977249 0.0001073901408031
20.600000 -0.0026607732080919 0.0003750588709477 0.0001122481755450
20.600000 -0.0027660993281169 0.0003605946449500 0.0001194336842507
20.600000 -0.0028147361029931 0.0003567611069090 0.0001264178032495
20.700000 -0.0027805046089946 0.0003042567890947 0.0001337916333195
20.700000 -0.0026782990578614 0.0003148310196540 0.0001281322759601
20.700000 -0.0025786981246185 0.0003356337223471 0.0001179548924933
20.700000 -0.0025358511432684 0.0003485107070135 0.0001112015266580
20.700000 -0.0025720975208319 0.0003394050373798 0.0001106789101847
20.700000 -0.0026689148472314 0.0003189695738273 0.0001147290962710
20.700000 -0.0027737203118153 0.0003063278426264 0.0001223750301507
20.700000 -0.0028221444853994 0.0003033921833221 0.0001307312900684
20.800000 -0.0027867499978313 0.0002502005205117 0.0001395899154148
20.800000 -0.0026848457784772 0.0002590824255257 0.0001348093268565
20.800000 -0.0025859514197739 0.0002780493280583 0.0001242933678095
20.800000 -0.0025436089834479 0.0002900138331285 0.0001160906292585
20.800000 -0.0025796347281721 0.0002814666170065 0.0001139109028987
20.800000 -0.0026758237472812 0.0002627330935788 0.0001171570142355
20.800000 -0.0027801951568043 0.0002519350570943 0.0001252657654224
20.800000 -0.0028284443556727 0.0002499049348916 0.0001349933663355
20.900000 -0.0027918538404154 0.0001960424206150 0.0001453309714751
20.900000 -0.0026901664203760 0.0002032156626455 0.0001414248050774
20.900000 -0.0025918885953541 0.0002203232337094 0.0001305685971467
20.900000 -0.0025500096404440 0.0002313619576609 0.0001209178082753
20.900000 -0.0025858494479392 0.0002233837290231 0.0001170845096399
20.900000 -0.0026814979445330 0.0002063755297245 0.0001195308615505
20.900000 -0.0027855226170961 0.0001974389456545 0.0001281047566688
20.900000 -0.0028336347631267 0.0001963205771171 0.0001392024264913
21.000000 -0.0027958153850052 0.0001418048234625 0.0001510125166098
21.000000 -0.0026942597225769 0.0001472563412341 0.0001479757505778
21.000000 -0.0025965076495076 0.0001624848632978 0.0001367774407293
21.000000 -0.0025550506499644 0.0001725863949007 0.0001256805375525
21.000000 -0.0025907395053558 0.0001651861914302 0.0001201981523963
21.000000 -0.0026859359840120 0.0001499229808723 0.0001218495945138
21.000000 -0.0027897018311267 0.0001428621451556 0.0001308908905324
21.000000 -0.0028377150945449 0.0001426602981398 0.0001433568854146
21.100000 -0.0027986342546206 0.0000875100384499 0.0001566322906608
21.100000 -0.0026971249174248 0.0000912300613553 0.0001544592346080
21.100000 -0.0025998072257717 0.0001045636507858 0.0001429167957982
21.100000 -0.0025587302721300 0.0001137184810653 0.0001303763284897
21.100000 -0.0025943033832222 0.0001069038339646 0.0001232502850774
21.100000 -0.0026891369178845 0.0000934015367405 0.0001241121938311
21.100000 -0.0027927323198929 0.0000882272681685 0.0001336230737839
21.100000 -0.0028406850722528 0.0000889452562828 0.0001474551784944
21.200000 -0.0028003104452611 0.0000331803467977 0.0001621880584436
21.200000 -0.0026987617289282 0.0000351624055527 0.0001608723604405
21.200000 -0.0026017866116821 0.0000465890269001 0.0001489835978873
21.200000 -0.0025610474903311 0.0000547895576968 0.0001350027312487
21.200000 -0.0025965402205949 0.0000485664843413 0.0001262393941257
21.200000 -0.0026911003038286 0.0000368372702632 0.0001263176648336
21.200000 -0.0027946139851688 0.0000335568992287 0.0001363002334128
21.200000 -0.0028425447522987 0.0000351965776530 0.0001514957617027
21.300000 -0.0028008443242114 -0.0000211620019009 0.0001676776099882
21.300000 -0.0026991703710804 -0.0000209210684386 0.0001672122640868
21.300000 -0.0026024457371541 -0.0000114095939790 0.0001549748220774
21.300000 -0.0025620020097114 -0.0000041690448457 0.0001395573359335
21.300000 -0.0025974498112166 -0.0000097960454144 0.0001291639991112
21.300000 -0.0026918262033707 -0.0000197437702254 0.0001284650376907
21.300000 -0.0027953471078032 -0.0000211264088580 0.0001389213167177
21.300000 -0.0028432945227430 -0.0000185646461998 0.0001554771116696
21.400000 -0.0028002366284344 -0.0000754947930778 0.0001730987607785
21.400000 -0.0026983515461639 -0.0000769948349113 0.0001734761150055
21.400000 -0.0026017851726387 -0.0000694028268378 0.0001608874842277
21.400000 -0.0025615942552856 -0.0000631260237929 0.0001440377737423
21.400000 -0.0025970326017001 -0.0000681539725394 0.0001320226533096
21.400000 -0.0026913151801906 -0.0000763155687338 0.0001305533676193
21.400000 -0.0027949323460997 -0.0000758001386537 0.0001414852913990
21.400000 -0.0028429351020570 -0.0000723173605754 0.0001593977257599
21.500000 -0.0027984884630512 -0.0001297958505398 0.0001784493519927
21.500000 -0.0026963064430423 -0.0001330334073387 0.0001796611168024
21.500000 -0.0025998061270582 -0.0001273613289569 0.0001667186421847
21.500000 -0.0025598253696968 -0.0001220501202622 0.0001484417180924
21.500000 -0.0025952896894709 -0.0001264775570108 0.0001348139442641
21.500000 -0.0026895682983968 -0.0001328521492867 0.0001325817350880
21.500000 -0.0027933707342790 -0.0001304418116762 0.0001439911456520
21.500000 -0.0028414675376316 -0.0001260405498712 0.0001632561221529
21.600000 -0.0027956012999115 -0.0001840430397766 0.0001837272507448
21.600000 -0.0026930367354392 -0.0001890113454693 0.0001857645079231
21.600000 -0.0025965104455262 -0.0001852558127445 0.0001724653969692
21.600000 -0.0025566972106175 -0.0001809101354388 0.0001527668857165
21.600000 -0.0025922228204731 -0.0001847371149249 0.0001375364943296
21.600000 -0.0026865871207760 -0.0001893275835349 0.0001345492460183
21.600000 -0.0027906636810255 -0.0001850289919431 0.0001464378882629
21.600000 -0.0028388932043963 -0.0001797132397932 0.0001670508399250
21.700000 -0.0027915769762517 -0.0002382142712324 0.0001889303503269
21.700000 -0.0026885445802080 -0.0002449032623650 0.0001917835623382
21.700000 -0.0025919006068541 -0.0002430570584754 0.0001781248939409
21.700000 -0.0025522123478020 -0.0002396749466333 0.0001570110377316
21.700000 -0.0025878343866428 -0.0002429030317751 0.0001401889612025
21.700000 -0.0026823737070153 -0.0002457159983052 0.0001364550319825
21.700000 -0.0027868129681182 -0.0002395392894785 0.0001488245487062
21.700000 -0.0028352138035482 -0.0002333144995355 0.0001707804391358
21.800000 -0.0027864176934439 -0.0002922875035489 0.0001940565704549
21.800000 -0.0026828326155918 -0.0003006838313900 0.0001977155902230
21.800000 -0.0025859797208490 -0.0003007359269324 0.0001836943239408
21.800000 -0.0025463740597938 -0.0002983135232099 0.0001611719806792
21.800000 -0.0025821274231523 -0.0003009457756290 0.0001427700384324
21.800000 -0.0026769306119016 -0.0003019915830951 0.0001382982503975
21.800000 -0.0027818207491452 -0.0002939503637878 0.0001511501772457
21.800000 -0.0028304313613919 -0.0002868234439343 0.0001744435009185
21.900000 -0.0027801260158334 -0.0003462407467846 0.0001991038575158
21.900000 -0.0026759039594754 -0.0003563277931534 0.0002035579386309
21.900000 -0.0025787515254067 -0.0003582633719513 0.0001891709244121
21.900000 -0.0025391863302948 -0.0003567949423787 0.0001652475675366
21.900000 -0.0025751056054297 -0.0003588359102003 0.0001452784559189
21.900000 -0.0026702608834980 -0.0003581285975176 0.0001400780847167
21.900000 -0.0027756895483047 -0.0003482399273078 0.0001534138450373
21.900000 -0.0028245482282891 -0.0003402192356026 0.0001780386275748
22.000000 -0.0027727048696658 -0.0004000520656160 0.0002040701848199
22.000000 -0.0026677622076301 -0.0004118099624126 0.0002093079921622
22.000000 -0.0025702203834023 -0.0004156104528669 0.0001945519804985
22.000000 -0.0025306538442024 -0.0004150884048452 0.0001692356987001
22.000000 -0.0025667732459578 -0.0004165441078154 0.0001477129803916
22.000000 -0.0026623680612986 -0.0004141013786997 0.0001417937446186
22.000000 -0.0027684222592888 -0.0004023857488371 0.0001556146442354
22.000000 -0.0028175670777187 -0.0003934810870516 0.0001815644426742
22.100000 -0.0027641575421041 -0.0004536995825295 0.0002089535528560
22.100000 -0.0026584114319522 -0.0004671052349405 0.0002149631736286
22.100000 -0.0025603912793825 -0.0004727483468600 0.0001998348261215
22.100000 -0.0025207819833193 -0.0004731632503123 0.0001731343229393
22.100000 -0.0025571352908553 -0.0004740411622731 0.0001500724158750
22.100000 -0.0026532561743620 -0.0004698843486407 0.0001434444661926
22.100000 -0.0027600221442535 -0.0004563656569543 0.0001577516881030
22.100000 -0.0028094909054462 -0.0004465882628041 0.0001850195911590
22.200000 -0.0027544876803332 -0.0005071614810058 0.0002137519895516
22.200000 -0.0026478561786938 -0.0005221885943628 0.0002205209447130
22.200000 -0.0025492698160629 -0.0005296483612045 0.0002050168450351
22.200000 -0.0025095768217424 -0.0005309889728288 0.0001769414383224
22.200000 -0.0025461973162448 -0.0005312980015951 0.0001523556041369
22.200000 -0.0026429297394244 -0.0005254520215328 0.0001450295121232
22.200000 -0.0027504928328714 -0.0005101575434284 0.0001598241111251
22.200000 -0.0028003230288028 -0.0004995200815068 0.0001884027394553
22.300000 -0.0027436992907540 -0.0005604160087073 0.0002184635505389
22.300000 -0.0026361014666885 -0.0005770351189685 0.0002259788066268
22.300000 -0.0025368622106324 -0.0005862819454139 0.0002100954718599
22.300000 -0.0024970451209372 -0.0005885352359785 0.0001806550931119
22.300000 -0.0025339655244102 -0.0005882857006676 0.0001545614251215
22.300000 -0.0026313937589931 -0.0005807790110506 0.0001465481718710
22.300000 -0.0027398383214693 -0.0005637393666289 0.0001618310691261
22.300000 -0.0027900670860722 -0.0005522559180460 0.0001917125755891
22.400000 -0.0027317967382637 -0.0006134414806707 0.0002230863194255
22.400000 -0.0026231527855696 -0.0006316199885012 0.0002313343007643
22.400000 -0.0025231752908685 -0.0006426207032873 0.0002150681930952
22.400000 -0.0024831943245027 -0.0006457718879051 0.0001842733866325
22.400000 -0.0025204467397473 -0.0006449754937709 0.0001566887973668
22.400000 -0.0026186537194189 -0.0006358400376137 0.0001479997618532
22.400000 -0.0027280629722477 -0.0006170891549411 0.0001637717393918
22.400000 -0.0027787270359863 -0.0006047752056737 0.0001949478093104
22.500000 -0.0027187847456235 -0.0006662162825133 0.0002276184080730
22.500000 -0.0026090160939809 -0.0006859184909325 0.0002365850093543
22.500000 -0.0025082164910655 -0.0006986364048526 0.0002199325481096
22.500000 -0.0024680325526327 -0.0007026689761684 0.0001877944701087
22.500000 -0.0025056484045106 -0.0007013387869983 0.0001587366784068
22.500000 -0.0026047155889490 -0.0006906099356250 0.0001493836256207
22.500000 -0.0027151715125829 -0.0006701850101918 0.0001656453207952
22.500000 -0.0027663071573274 -0.0006570574381496 0.0001981071722225
22.600000 -0.0027046683929108 -0.0007187188736575 0.0002320579568809
22.600000 -0.0025936978177812 -0.0007399060292260 0.0002417285561106
22.600000 -0.0024919938477793 -0.0007543009982089 0.0002246861301109
22.600000 -0.0024515685962809 -0.0007591967624259 0.0001912165474736
22.600000 -0.0024895785743596 -0.0007573471705606 0.0001607040651577
22.600000 -0.0025895858157584 -0.0007450636606928 0.0001506991340342
22.600000 -0.0027011690344096 -0.0007230051110929 0.0001674510339276
22.600000 -0.0027528120486362 -0.0007090821719042 0.0002011894179200
22.700000 -0.0026894531170565 -0.0007709277905808 0.0002364031350790
22.700000 -0.0025772048482377 -0.0007935581280930 0.0002467626068808
22.700000 -0.0024745159953897 -0.0008095866212660 0.0002293265870944
22.700000 -0.0024338119110331 -0.0008153257369368 0.0001945378761484
22.700000 -0.0024722459137076 -0.0008129724309774 0.0001625899942898
22.700000 -0.0025732713259600 -0.0007991762968373 0.0001519456854393
22.700000 -0.0026860609936836 -0.0007755277167075 0.0001691881212345
22.700000 -0.0027382466280252 -0.0007608290282292 0.0002041933221337
22.800000 -0.0026731447114642 -0.0008228216500946 0.0002406521410276
22.800000 -0.0025595445402121 -0.0008468504407474 0.0002516848702941
22.800000 -0.0024557921614836 -0.0008644656133813 0.0002338516227701
22.800000 -0.0024147726106952 -0.0008710266328829 0.0001977567677931
22.800000 -0.0024536596908748 -0.0008681865631536 0.0001643935425832
22.800000 -0.0025557795215922 -0.0008529230636886 0.0001531227058391
22.800000 -0.0026698532099223 -0.0008277311699447 0.0001708558471561
22.800000 -0.0027226161330955 -0.0008122776955013 0.0002071176828837
22.900000 -0.0026557493257106 -0.0008743791526611 0.0002448032025257
22.900000 -0.0025407247103333 -0.0008997587556629 0.0002564930984092
22.900000 -0.0024358321620610 -0.0009189105268939 0.0002382589974694
22.900000 -0.0023944614606008 -0.0009262704405024 0.0002008715890273
22.900000 -0.0024338297730499 -0.0009229617823402 0.0001661138272696
22.900000 -0.0025371182785829 -0.0009062793236798 0.0001542296490664
22.900000 -0.0026525518658224 -0.0008795939010898 0.0001724534982737
22.900000 -0.0027059261209564 -0.0008634079314447 0.0002099613206404
23.000000 -0.0026372734653263 -0.0009255790857515 0.0002488545771284
23.000000 -0.0025207536351589 -0.0009522590033370 0.0002611850873617
23.000000 -0.0024146463965657 -0.0009728941385551 0.0002425465290306
23.000000 -0.0023728898706448 -0.0009810284210335 0.0002038807621218
23.000000 -0.0024127666210615 -0.0009772705359786 0.0001677500063576
23.000000 -0.0025172959446885 -0.0009592205892390 0.0001552659969538
23.000000 -0.0026341635069520 -0.0009310944313744 0.0001739803834617
23.000000 -0.0026881824683454 -0.0009141995654373 0.0002127230784951
23.100000 -0.0026177239916521 -0.0009764003272519 0.0002528045524741
23.100000 -0.0024996400493205 -0.0010043272630676 0.0002657586780121
23.100000 -0.0023922458427426 -0.0010263894608555 0.0002467120936631
23.100000 -0.0023500698880495 -0.0010352721204630 0.0002067827656618
23.100000 -0.0023904812839627 -0.0010310855154281 0.0001693012789450
23.100000 -0.0024963213374062 -0.0010117225299845 0.0001562312595036
23.100000 -0.0026146950415161 -0.0009822113765931 0.0001754358340445
23.100000 -0.0026693913718479 -0.0009646325008682 0.0002154018223388
23.200000 -0.0025971081217728 -0.0010268218489235 0.0002566514466205
23.200000 -0.0024773931436536 -0.0010559397697445 0.0002702117565947
23.200000 -0.0023686420513228 -0.0010793697532490 0.0002507536267922
23.200000 -0.0023260141898675 -0.0010889733830768 0.0002095761351800
23.200000 -0.0023669853934298 -0.0010843796675755 0.0001707668855144
23.200000 -0.0024742037418573 -0.0010637609799282 0.0001571249750561
23.200000 -0.0025941537401931 -0.0010329234507726 0.0001768192039600
23.200000 -0.0026495593482139 -0.0010146867175505 0.0002179964410505
23.300000 -0.0025754334285223 -0.0010768227199218 0.0002603936083923
23.300000 -0.0024540225633079 -0.0011070729206617 0.0002745422553674
23.300000 -0.0023438471405392 -0.0011318085332714 0.0002546691238816
23.300000 -0.0023007360752293 -0.0011421043648098 0.0002122594637610
23.300000 -0.0023422911579789 -0.0011371262063263 0.0001721461082155
23.300000 -0.0024509529086410 -0.0011153119446903 0.0001579467104566
23.300000 -0.0025725472360390 -0.0010832094698981 0.0001781298699290
23.300000 -0.0026286932347715 -0.0010643422741962 0.0002205058466955
23.400000 -0.0025527078405605 -0.0011263821103819 0.0002640294177381
23.400000 -0.0024295384058356 -0.0011577032823546 0.0002787481532628
23.400000 -0.0023178737904734 -0.0011836795875563 0.0002584566412366
23.400000 -0.0022742494573382 -0.0011946375463895 0.0002148314026165
23.400000 -0.0023164113570007 -0.0011892986239770 0.0001734382711320
23.400000 -0.0024265790516541 -0.0011663516087298 0.0001586960612221
23.400000 -0.0025498835244590 -0.0011330483557040 0.0001793672316306
23.400000 -0.0026068001899324 -0.0011135793109579 0.0002229289747336
23.500000 -0.0025289396425174 -0.0011754792950732 0.0002675572861000
23.500000 -0.0024039512192562 -0.0012078075974650 0.0002828274765414
23.500000 -0.0022907352372341 -0.0012349569827456 0.0002621142967856
23.500000 -0.0022465688552211 -0.0012465457462732 0.0002172906616316
23.500000 -0.0022893593346173 -0.0012408707024673 0.0001746427405340
23.500000 -0.0024010928458761 -0.0012168563425937 0.0001593726517065
23.500000 -0.0025261709632412 -0.0011824191395334 0.0001805307118838
23.500000 -0.0025838876937907 -0.0011623780520441 0.0002252647842370
23.600000 -0.0025041374752031 -0.0012240936571325 0.0002709756567938
23.600000 -0.0023772720000935 -0.0012573627916392 0.0002867782994467
23.600000 -0.0022624452669707 -0.0012856150762951 0.0002656402708423
23.600000 -0.0022177093852391 -0.0012978021333735 0.0002196360098819
23.600000 -0.0022611489933606 -0.0012918165245124 0.0001757589251160
23.600000 -0.0023745054251158 -0.0012668027101904 0.0001599761352650
23.600000 -0.0025014182726522 -0.0012313009662729 0.0001816197568358
23.600000 -0.0025599635488099 -0.0012107188084137 0.0002275122581197
23.700000 -0.0024783103358793 -0.0012722046918776 0.0002742830054011
23.700000 -0.0023495121913829 -0.0013063459804627 0.0002905987448620
23.700000 -0.0022330182097206 -0.0013356285271750 0.0002690328068458
23.700000 -0.0021876867523633 -0.0013483802395710 0.0002218662761223
23.700000 -0.0022317947876756 -0.0013421104846141 0.0001767862762201
23.700000 -0.0023468283797167 -0.0013161674760895 0.0001605061944177
23.700000 -0.0024756345355891 -0.0012796730983677 0.0001826338361571
23.700000 -0.0025350358805962 -0.0012585819805543 0.0002296704033772
23.800000 -0.0024514675785900 -0.0013197920107105 0.0002774778401746
23.800000 -0.0023206836806439 -0.0013547344764346 0.0002942869849705
23.800000 -0.0022024689330923 -0.0013849723064656 0.0002722902120818
23.800000 -0.0021565172412223 -0.0013982539720101 0.0002239803492461
23.800000 -0.0022013117172491 -0.0013917272999500 0.0001777242880451
23.800000 -0.0023180737542181 -0.0013649276128514 0.0001609625410120
23.800000 -0.0024488291977862 -0.0013275149199231 0.0001835724432424
23.800000 -0.0025091131387574 -0.0013059480613518 0.0002317382513374
23.900000 -0.0024236189145482 -0.0013668353451128 0.0002805587024552
23.900000 -0.0022907987978160 -0.0014025057959867 0.0002978412419177
23.900000 -0.0021708128357853 -0.0014336217078460 0.0002754108583818
23.900000 -0.0021242177069255 -0.0014473976251763 0.0002259771787161
23.900000 -0.0021697153201664 -0.0014406420211404 0.0001785724978412
23.900000 -0.0022882540449689 -0.0014130603083916 0.0001613449163838
23.900000 -0.0024210120680732 -0.0013748059408979 0.0001844350954189
23.900000 -0.0024822040978416 -0.0013527976390557 0.0002337148579233
24.000000 -0.0023947744125739 -0.0014133145507411 0.0002835241671026
24.000000 -0.0022598703131532 -0.0014496376665491 0.0003012597884762
24.000000 -0.0021380658409465 -0.0014815523579766 0.0002783931828028
24.000000 -0.0020908055656684 -0.0014957858927526 0.0002278557749669
24.000000 -0.0021370216658952 -0.0014888300428920 0.0001793304860893
24.000000 -0.0022573821976893 -0.0014605429733810 0.0001616530915186
24.000000 -0.0023921933186790 -0.0014215258013946 0.0001852213341618
24.000000 -0.0024543178583553 -0.0013991114003467 0.0002355993039266
24.100000 -0.0023649444995806 -0.0014592096116263 0.0002863728429395
24.100000 -0.0022279114350732 -0.0014961080336678 0.0003045409487141
24.100000 -0.0021042443893649 -0.0015287402267750 0.0002812356882858
24.100000 -0.0020562987851243 -0.0015433938792522 0.0002296152097789
24.100000 -0.0021032473481001 -0.0015362671145181 0.0001799978766676
24.100000 -0.0022254716049779 -0.0015073532486868 0.0001618868672100
24.100000 -0.0023623834855805 -0.0014676542760527 0.0001859307253157
24.100000 -0.0024254638478561 -0.0014448701335121 0.0002373906952946
24.200000 -0.0023341399611063 -0.0015045006444837 0.0002891033732092
24.200000 -0.0021949358079568 -0.0015418950681752 0.0003076830986664
24.200000 -0.0020693654325034 -0.0015751616375841 0.0002839369442939
24.200000 -0.0020207158746290 -0.0015901971114251 0.0002312546166231
24.200000 -0.0020684094772871 -0.0015829293503330 0.0001805743370023
24.200000 -0.0021925361037598 -0.0015534690128566 0.0001620460742183
24.200000 -0.0023315934688898 -0.0015131712785502 0.0001865628593235
24.200000 -0.0023956518221177 -0.0014900547317346 0.0002390881634278
24.300000 -0.0023023719418835 -0.0015491679031384 0.0002917144360470
24.300000 -0.0021609575098941 -0.0015869771734185 0.0003106846670089
24.300000 -0.0020334464253699 -0.0016207932772314 0.0002864955874295
24.300000 -0.0019840758751610 -0.0016361715494379 0.0002327731909786
24.300000 -0.0020325256732803 -0.0016287932399213 0.0001810595782044
24.300000 -0.0021585899726702 -0.0015988683896476 0.0001621305734268
24.300000 -0.0022998345332761 -0.0015580568662185 0.0001871173514628
24.300000 -0.0023648918663630 -0.0015346461965011 0.0002406908654912
24.400000 -0.0022696519464458 -0.0015931917830719 0.0002942047449667
24.400000 -0.0021259910503711 -0.0016313329925478 0.0003135441357363
24.400000 -0.0019965053192263 -0.0016656122059801 0.0002889103220311
24.400000 -0.0019463983491252 -0.0016812935978229 0.0002341701906213
24.400000 -0.0019956140575305 -0.0016738356582808 0.0001814533551927
24.400000 -0.0021236479293719 -0.0016435297556047 0.0001621402559978
24.400000 -0.0022671183084184 -0.0016022912447763 0.0001875938420882
24.400000 -0.0023331943965622 -0.0015786256411366 0.0002421979847374
24.500000 -0.0022359918397642 -0.0016365528260954 0.0002965730493610
24.500000 -0.0020900513678938 -0.0016749414158678 0.0003162600408422
24.500000 -0.0019585605541364 -0.0017095958673694 0.0002911799207488
24.500000 -0.0019077033699428 -0.0017255401161962 0.0002354449358846
24.500000 -0.0019576932452572 -0.0017180338758370 0.0001817554668014
24.500000 -0.0020877251277985 -0.0016874317476898 0.0001620750435257
24.500000 -0.0022334567894839 -0.0016458547731878 0.0001879919968817
24.500000 -0.0023005701607912 -0.0016219742944690 0.0002436087308433
24.600000 -0.0022014038479100 -0.0016792317251541 0.0002988181350169
24.600000 -0.0020531538275429 -0.0017177815882533 0.0003188309730041
24.600000 -0.0019196310513523 -0.0017527220979440 0.0002933032250988
24.600000 -0.0018680115114530 -0.0017688884297414 0.0002365968098922
24.600000 -0.0019187823374243 -0.0017613655683293 0.0001819657558741
24.600000 -0.0020508371553215 -0.0017305532709636 0.0001619348881894
24.600000 -0.0021988623376267 -0.0016887279686502 0.0001883115071098
24.600000 -0.0022670302406470 -0.0016646735046317 0.0002449223402592
24.700000 -0.0021659005587380 -0.0017212093292698 0.0003009388246466
24.700000 -0.0020153142184551 -0.0017598329166348 0.0003212555782696
24.700000 -0.0018797362055401 -0.0017949691368727 0.0002952791459977
24.700000 -0.0018273438371313 -0.0018113163394588 0.0002376252587632
24.700000 -0.0018789009125507 -0.0018038088265669 0.0001820841093427
24.700000 -0.0020130000298345 -0.0017728735063230 0.0001617197729027
24.700000 -0.0021633476805020 -0.0017308915117158 0.0001885520898872
24.700000 -0.0022325860527149 -0.0017067047430085 0.0002461380765719
24.800000 -0.0021294949225846 -0.0017624666486248 0.0003029339784328
24.800000 -0.0019765487512249 -0.0018010750775519 0.0003235325587471
24.800000 -0.0018388958768433 -0.0018363156354517 0.0002971066642741
24.800000 -0.0017857218891296 -0.0018528021321774 0.0002385297917887
24.800000 -0.0018380690183549 -0.0018453421660535 0.0001821104582921
24.800000 -0.0019742301967501 -0.0018143719182958 0.0001614297114622
24.800000 -0.0021269259127899 -0.0017723262515537 0.0001887134884483
24.800000 -0.0021972493500837 -0.0017480496083279 0.0002472552308810
24.900000 -0.0020922002529764 -0.0018029848597939 0.0003048024945903
24.900000 -0.0019368740552215 -0.0018414880247802 0.0003256606732985
24.900000 -0.0017971303827848 -0.0018767406664958 0.0002987848311597
24.900000 -0.0017431676771410 -0.0018933245903277 0.0002393099815819
24.900000 -0.0017963071632362 -0.0018859445364794 0.0001820447780104
24.900000 -0.0019345445259033 -0.0018550282628937 0.0001610647486935
24.900000 -0.0020896104967241 -0.0018130132113562 0.0001887954724250
24.900000 -0.0021610322239035 -0.0017886898309117 0.0002482731221885
25.000000 -0.0020540302273411 -0.0018427453111288 0.0003065433099429
25.000000 -0.0018963071758145 -0.0018810519970318 0.0003276387382357
25.000000 -0.0017544604900077 -0.0019162237336120 0.0003003127687594
25.000000 -0.0016997036670965 -0.0019328630014746 0.0002399654641995
25.000000 -0.0017536363075906 -0.0019255953310793 0.0001818870880243
25.000000 -0.0018939603083572 -0.0018948225955264 0.0001606249605950
25.000000 -0.0020514152626177 -0.0018529335938949 0.0001887978381318
25.000000 -0.0021239471049808 -0.0018286072770845 0.0002491910978031
25.100000 -0.0020149988877168 -0.0018817295283002 0.0003081554005159
25.100000 -0.0018548655715031 -0.0019197475257305 0.0003294656280184
25.100000 -0.0017109074058522 -0.0019547447803564 0.0003016896704980
25.100000 -0.0016553527696954 -0.0019713971676087 0.0002404959392366
25.100000 -0.0017100778549630 -0.0019642743958544 0.0001816374521200
25.100000 -0.0018524952531033 -0.0019337352789759 0.0001601104544780
25.100000 -0.0020123544093812 -0.0018920687872311 0.0001887204088574
25.100000 -0.0020860067654064 -0.0018677839537497 0.0002500085337574
25.200000 -0.0019751206414513 -0.0019199192200019 0.0003096377821448
25.200000 -0.0018125671109416 -0.0019575554428644 0.0003311402759556
25.200000 -0.0016664927697718 -0.0019922841992720 0.0003029148015466
25.200000 -0.0016101383287757 -0.0020089074141933 0.0002409011698937
25.200000 -0.0016656536430364 -0.0020019620386569 0.0001812959783489
25.200000 -0.0018101674836523 -0.0019717469914348 0.0001595213691057
25.200000 -0.0019724425050259 -0.0019304003705852 0.0001885630351634
25.200000 -0.0020472243202096 -0.0019062020131373 0.0002507248352400
25.300000 -0.0019344102618860 -0.0019572962838232 0.0003109895110999
25.300000 -0.0017694300698557 -0.0019944568889162 0.0003326616749083
25.300000 -0.0016212386445845 -0.0020288228408057 0.0003039874992258
25.300000 -0.0015640841095281 -0.0020453745989680 0.0002411809830170
25.300000 -0.0016203859344563 -0.0020386390381361 0.0001808628190193
25.300000 -0.0017669955345082 -0.0020088387346064 0.0001588578748273
25.300000 -0.0019316944871451 -0.0019679101203698 0.0001883255951895
25.300000 -0.0020076132290328 -0.0019438437577307 0.0002513394370415
25.400000 -0.0018928828890163 -0.0019938428122921 0.0003122096847266
25.400000 -0.0017254731278419 -0.0020304333208721 0.0003340288779941
25.400000 -0.0015751675075621 -0.0020643420221022 0.0003049071733872
25.400000 -0.0015172142865579 -0.0020807801205043 0.0002413352691108
25.400000 -0.0015742974074929 -0.0020742866525418 0.0001803381706720
25.400000 -0.0017229983475196 -0.0020449918418697 0.0001581201737095
25.400000 -0.0018901256633671 -0.0020045800163913 0.0001880079949647
25.400000 -0.0019671872978210 -0.0019806916453769 0.0002518518040149
25.500000 -0.0018505540301217 -0.0020295410990963 0.0003132974421021
25.500000 -0.0016807153650448 -0.0020654665203100 0.0003352409992939
25.500000 -0.0015283022413544 -0.0020988235356736 0.0003056733067714
25.500000 -0.0014695534317992 -0.0021151059265152 0.0002413639823237
25.500000 -0.0015274111465398 -0.0021088866283860 0.0001797222740420
25.500000 -0.0016781952681021 -0.0020801879865071 0.0001573084996647
25.500000 -0.0018477517117713 -0.0020403922482237 0.0001876101687254
25.500000 -0.0019259606805186 -0.0020167282945866 0.0002522614315498
25.600000 -0.0018074395603579 -0.0020643736454843 0.0003142519647082
25.600000 -0.0016351762587033 -0.0020995386015669 0.0003362972145588
25.600000 -0.0014806661247491 -0.0021322496579409 0.0003062854553441
25.600000 -0.0014211265022860 -0.0021483345219141 0.0002412671404078
25.600000 -0.0014797506324493 -0.0021424212089583 0.0001790154140045
25.600000 -0.0016326060413244 -0.0021144091899971 0.0001564231185735
25.600000 -0.0018045886812611 -0.0020753292217594 0.0001871320792392
25.600000 -0.0018839478807676 -0.0020519364900293 0.0002525678460621
25.700000 -0.0017635557233020 -0.0020983231668526 0.0003150724771199
25.700000 -0.0015888756795603 -0.0021326320199867 0.0003371967619182
25.700000 -0.0014322828232670 -0.0021646031576475 0.0003067432486082
25.700000 -0.0013719588277830 -0.0021804489766243 0.0002410448246506
25.700000 -0.0014313397327053 -0.0021748731426939 0.0001782179195054
25.700000 -0.0015862508078529 -0.0021476378303698 0.0001554643284048
25.700000 -0.0017606529918834 -0.0021093735659403 0.0001865737181350
25.700000 -0.0018411637535990 -0.0020862991882305 0.0002527706054969
25.800000 -0.0017189191314436 -0.0021313725995216 0.0003157582477099
25.800000 -0.0015418338881277 -0.0021647295802463 0.0003379389425881
25.800000 -0.0013831763795911 -0.0021958673041394 0.0003070463898925
25.800000 -0.0013220760982822 -0.0022114329331364 0.0002406971797809
25.800000 -0.0013822026914326 -0.0022062256913916 0.0001773301634768
25.800000 -0.0015391500997461 -0.0021798566506253 0.0001544324593298
25.800000 -0.0017159614350890 -0.0021425081396741 0.0001859351062386
25.800000 -0.0017976235071111 -0.0021197995234746 0.0002528692998471
25.900000 -0.0016735467666126 -0.0021635051077060 0.0003163085893692
25.900000 -0.0014940715308000 -0.0021958144447613 0.0003385231215784
25.900000 -0.0013333712038297 -0.0022260258755112 0.0003071946566173
25.900000 -0.0012715043513673 -0.0022412706138117 0.0002402244138473
25.900000 -0.0013323641192444 -0.0022364626382785 0.0001763525627372
25.900000 -0.0014913248360927 -0.0022110487672141 0.0001533278738314
25.900000 -0.0016705311739229 -0.0021747160389382 0.0001852162939133
25.900000 -0.0017533427041252 -0.0021524208139203 0.0002528635516849
26.000000 -0.0016274559803347 -0.0021947040906813 0.0003167228602433
26.000000 -0.0014456096358075 -0.0022258701421688 0.0003389487284003
26.000000 -0.0012828920636129 -0.0022550631666152 0.0003071879005347
26.000000 -0.0012202699594514 -0.0022699468279319 0.0002396267980714
26.000000 -0.0012818489829264 -0.0022655682959201 0.0001752855778753
26.000000 -0.0014427963184869 -0.0022411976785784 0.0001521509668080
26.000000 -0.0016243797431370 -0.0022059806040762 0.0001844173614064
26.000000 -0.0017083372638115 -0.0021841465679336 0.0002527530167091
26.100000 -0.0015806644941043 -0.0022249531901523 0.0003170004644837
26.100000 -0.0013964696090031 -0.0022548805758875 0.0003392152577709
26.100000 -0.0012317640740221 -0.0022829639969291 0.0003070260479454
26.100000 -0.0011683996168914 -0.0022974469784921 0.0002389046666733
26.100000 -0.0012306825949585 -0.0022935275139711 0.0001741297131189
26.100000 -0.0013935862263323 -0.0022702872737517 0.0001509021656712
26.100000 -0.0015775250492141 -0.0022362854272887 0.0001835384192000
26.100000 -0.0016626234632768 -0.0022149604906443 0.0002525373843063
26.200000 -0.0015331903995677 -0.0022542362978249 0.0003171408530150
26.200000 -0.0013466732294743 -0.0022828300327520 0.0003393222703174
26.200000 -0.0011800126873513 -0.0023097137182803 0.0003067090998900
26.200000 -0.0011159203269831 -0.0023237570687372 0.0002380584166716
26.200000 -0.0011788906028744 -0.0023203256867663 0.0001728855161871
26.200000 -0.0013437166119676 -0.0022983018410161 0.0001495819304377
26.200000 -0.0015299853702961 -0.0022656143603223 0.0001825796083668
26.200000 -0.0016162179391036 -0.0022448464907291 0.0002522163781252
26.300000 -0.0014850521586029 -0.0022825375631855 0.0003171435243166
26.300000 -0.0012962426449710 -0.0023097031917210 0.0003392693932762
26.300000 -0.0011276636827013 -0.0023352982224239 0.0003062371323155
26.300000 -0.0010628593888408 -0.0023488637084385 0.0002370885076572
26.300000 -0.0011264989784587 -0.0023459487607452 0.0001715535781266
26.300000 -0.0012932098956076 -0.0023252260766140 0.0001481907538139
26.300000 -0.0014817793560036 -0.0022939515223593 0.0001815411009290
26.300000 -0.0015691376888322 -0.0022737886874297 0.0002517897566668
26.400000 -0.0014362686032885 -0.0023098414014906 0.0003170080252197
26.400000 -0.0012452003671438 -0.0023354851326557 0.0003390563211906
26.400000 -0.0010747431554044 -0.0023597039484695 0.0003056102962158
26.400000 -0.0010092443841657 -0.0023727541199108 0.0002359954615404
26.400000 -0.0010735340067820 -0.0023703832417108 0.0001701345331325
26.400000 -0.0012420888600899 -0.0023510450935119 0.0001467291612736
26.400000 -0.0014329260271384 -0.0023212813081110 0.0001804231002227
26.400000 -0.0015214000723756 -0.0023017714178073 0.0002512573138869
26.500000 -0.0013868589357499 -0.0023361325019694 0.0003167339517177
26.500000 -0.0011935692665818 -0.0023601613451663 0.0003386828166024
26.500000 -0.0010212775062810 -0.0023829178901538 0.0003048288177467
26.500000 -0.0009551031639065 -0.0023954161437680 0.0002347798622729
26.500000 -0.0010200222750749 -0.0023936162019156 0.0001686290583513
26.500000 -0.0011903766454225 -0.0023757444302133 0.0001451977111277
26.500000 -0.0013834447752568 -0.0023475883961156 0.0001792258412636
26.500000 -0.0014730228133567 -0.0023287792442408 0.0002506188798132
26.600000 -0.0013368427278706 -0.0023613958362406 0.0003163209497917
26.600000 -0.0011413725676440 -0.0023837177375242 0.0003381487107392
26.600000 -0.0009672934307270 -0.0024049276029564 0.0003038929983135
26.600000 -0.0009004638348165 -0.0024168382444152 0.0002334423555429
26.600000 -0.0009659906614397 -0.0024156352869739 0.0001670378736687
26.600000 -0.0011380967431214 -0.0023993100596173 0.0001435969945860
26.600000 -0.0013333553621044 -0.0023728577572443 0.0001779495911171
26.600000 -0.0014240240003576 -0.0023547969621716 0.0002498743211751
26.700000 -0.0012862399208591 -0.0023856166669468 0.0003157687162477
26.700000 -0.0010886338430741 -0.0024061406456346 0.0003374539041949
26.700000 -0.0009128179076321 -0.0024257212110522 0.0003028032146330
26.700000 -0.0008453547459109 -0.0024370095152769 0.0002319836484446
26.700000 -0.0009114663234021 -0.0024364287225952 0.0001653617414794
26.700000 -0.0010852729903335 -0.0024217283979186 0.0001419276358104
26.700000 -0.0012826779188984 -0.0023970746634152 0.0001765946492703
26.700000 -0.0013744220880688 -0.0023798096081005 0.0002490235420474
26.800000 -0.0012350708246573 -0.0024087805566070 0.0003150769995687
26.800000 -0.0010353770083914 -0.0024274168420679 0.0003365983676040
26.800000 -0.0008578781881288 -0.0024452874140989 0.0003015599187672
26.800000 -0.0007898044748278 -0.0024559196837593 0.0002304045091226
26.800000 -0.0008564766863018 -0.0024559853211352 0.0001636014664413
26.800000 -0.0010319295637348 -0.0024429863135452 0.0001401902919584
26.800000 -0.0012314329454484 -0.0024202246965177 0.0001751613480056
26.800000 -0.0013242358983273 -0.0024038024678394 0.0002480664845061
26.900000 -0.0011833561171798 -0.0024308733766892 0.0003142456007771
26.900000 -0.0009816263160497 -0.0024475335451437 0.0003355821423067
26.900000 -0.0008025017841719 -0.0024636154938537 0.0003001636381296
26.900000 -0.0007338418140980 -0.0024735591159445 0.0002287057663898
26.900000 -0.0008010494315236 -0.0024742944879608 0.0001617578952111
26.900000 -0.0009780909731980 -0.0024630711361295 0.0001383856532169
26.900000 -0.0011796413091009 -0.0024422937575477 0.0001736500527756
26.900000 -0.0012734846210313 -0.0024267610850226 0.0002470031292973
27.000000 -0.0011311168433707 -0.0024518813169031 0.0003132743743101
27.000000 -0.0009274063493542 -0.0024664784280635 0.0003344053410055
27.000000 -0.0007467164569491 -0.0024806953206151 0.0002986149754633
27.000000 -0.0006774957573258 -0.0024899188210171 0.0002268883093199
27.000000 -0.0007452124845694 -0.0024913462276237 0.0001598319161641
27.000000 -0.0009237820552198 -0.0024819706655060 0.0001365144428268
27.000000 -0.0011273242434974 -0.0024632680759528 0.0001720611625793
27.000000 -0.0012221878149193 -0.0024486712698809 0.0002458334965169
27.100000 -0.0010783744140645 -0.0024717908947134 0.0003121632289056
27.100000 -0.0008727420161293 -0.0024842396280871 0.0003330681484116
27.100000 -0.0006905502051225 -0.0024965173594855 0.0002969146087901
27.100000 -0.0006207954852860 -0.0025049904554192 0.0002249530868144
27.100000 -0.0006889940029718 -0.0025071311498403 0.0001578244590951
27.100000 -0.0008690279661019 -0.0024996731807327 0.0001345774170947
27.100000 -0.0010745033471309 -0.0024831342191895 0.0001703951103376
27.100000 -0.0011703654081992 -0.0024695191082812 0.0002445576463037
27.200000 -0.0010251506046385 -0.0024905889650749 0.0003109121284976
27.200000 -0.0008176585421291 -0.0025008057557456 0.0003315708218794
27.200000 -0.0006340312529017 -0.0025110726764493 0.0002950632913312
27.200000 -0.0005637703519403 -0.0025187663267349 0.0002229011071443
27.200000 -0.0006324223640498 -0.0025216404752715 0.0001557364949029
27.200000 -0.0008138541748773 -0.0025161674491274 0.0001325753653949
27.200000 -0.0010212005816902 -0.0025018791024900 0.0001686523632688
27.200000 -0.0011180376990151 -0.0024892909710351 0.0002431756795415
27.300000 -0.0009714675534424 -0.0025082627303862 0.0003095210931215
27.300000 -0.0007621814641803 -0.0025161659040877 0.0003299136920290
27.300000 -0.0005771880379488 -0.0025243529442619 0.0002930618513973
27.300000 -0.0005064498703779 -0.0025312393972997 0.0002207334374664
27.300000 -0.0005755261525092 -0.0025348660410987 0.0001535690352559
27.300000 -0.0007582864559735 -0.0025314427353154 0.0001305091101584
27.300000 -0.0009674382701756 -0.0025194899988383 0.0001668334232620
27.300000 -0.0010652253557371 -0.0025079735234779 0.0002416877385729
27.400000 -0.0009173477599905 -0.0025247997506642 0.0003079901998276
27.400000 -0.0007063366230510 -0.0025303096579487 0.0003280971633542
27.400000 -0.0005200491991156 -0.0025363504481442 0.0002909111922491
27.400000 -0.0004488636986834 -0.0025424032875369 0.0002184512033138
27.400000 -0.0005183341478867 -0.0025468003063916 0.0001513231322407
27.400000 -0.0007023508816064 -0.0025454888102784 0.0001283795068497
27.400000 -0.0009132390947746 -0.0025359545491540 0.0001649388272496
27.400000 -0.0010119494170595 -0.0025255537353206 0.0002400940079225
27.500000 -0.0008628140829040 -0.0025401879539344 0.0003063195836016
27.500000 -0.0006501501560365 -0.0025432271032387 0.0003261217148159
27.500000 -0.0004626435640149 -0.0025470580912781 0.0002886122919267
27.500000 -0.0003910416257357 -0.0025522522790155 0.0002160555880619
27.500000 -0.0004608753118410 -0.0025574363572622 0.0001489998779915
27.500000 -0.0006460738138968 -0.0025582959604009 0.0001261874439295
27.500000 -0.0008586260944819 -0.0025512607726816 0.0001629691475755
27.500000 -0.0009582312918921 -0.0025420188907769 0.0002383947150287
27.600000 -0.0008078897375851 -0.0025544156468371 0.0003045094382912
27.600000 -0.0005936484892533 -0.0025549088362403 0.0003239879004184
27.600000 -0.0004050001364254 -0.0025564694000959 0.0002861662030488
27.600000 -0.0003330135569444 -0.0025607813172314 0.0002135478323687
27.600000 -0.0004031787752909 -0.0025667679118008 0.0001466004043014
27.600000 -0.0005894818967011 -0.0025698549965027 0.0001239338428042
27.600000 -0.0008036226624500 -0.0025653970775819 0.0001609249923608
27.600000 -0.0009040927590297 -0.0025573565989644 0.0002365901309848
27.700000 -0.0007525982936118 -0.0025674715254459 0.0003025600175382
27.700000 -0.0005368583296333 -0.0025653459729081 0.0003216963497683
27.700000 -0.0003471480835327 -0.0025645785293605 0.0002835740525790
27.700000 -0.0002748094999238 -0.0025679860141081 0.0002109292335907
27.700000 -0.0003452738254035 -0.0025747893247877 0.0001441258822158
27.700000 -0.0005326020471513 -0.0025801572628523 0.0001216196577608
27.700000 -0.0007482525430550 -0.0025783522717229 0.0001588070058641
27.700000 -0.0008495559665820 -0.0025715548045820 0.0002346805712867
27.800000 -0.0006969636718341 -0.0025793446862946 0.0003004716357141
27.800000 -0.0004798066566117 -0.0025745301581613 0.0003192477686133
27.800000 -0.0002891167230067 -0.0025713802670284 0.0002808370415606
27.800000 -0.0002164595501130 -0.0025738626502161 0.0002082011451729
27.800000 -0.0002871898924326 -0.0025814955921775 0.0001415775216060
27.800000 -0.0004754614468944 -0.0025891946461495 0.0001192458758854
27.800000 -0.0006925398286630 -0.0025901155736664 0.0001566158688367
27.800000 -0.0007946434311497 -0.0025846017988636 0.0002326663965871
27.900000 -0.0006410101411592 -0.0025900246376086 0.0002982446688575
27.900000 -0.0004225207134977 -0.0025824535751603 0.0003166429393607
27.900000 -0.0002309355099179 -0.0025768700388908 0.0002779564448189
27.900000 -0.0001579938763428 -0.0025784081767093 0.0002053649760151
27.900000 -0.0002289565364113 -0.0025868823553482 0.0001389565707249
27.900000 -0.0004180875330265 -0.0025969595844706 0.0001168135169674
27.900000 -0.0006365089560818 -0.0026006766238439 0.0001543522988708
27.900000 -0.0007393780367271 -0.0025964862308051 0.0002305480134560
28.000000 -0.0005847623150064 -0.0025995013107357 0.0002958795556135
28.000000 -0.0003650279985236 -0.0025891089545573 0.0003138827215728
28.000000 -0.0001726340234931 -0.0025810439129875 0.0002749336106296
28.000000 -0.0000994427063558 -0.0025816202169770 0.0002024221898121
28.000000 -0.0001706034336994 -0.0025909459051115 0.0001362643157423
28.000000 -0.0003605079887141 -0.0026034450761643 0.0001143236333855
28.000000 -0.0005801847026817 -0.0026100254959180 0.0001520170507411
28.000000 -0.0006837830333153 -0.0026071971186657 0.0002283258751450
28.100000 -0.0005282451474188 -0.0026077650717713 0.0002933767981719
28.100000 -0.0003073562555624 -0.0025944895837109 0.0003109680524389
28.100000 -0.0001142419537144 -0.0025838986037854 0.0002717699603541
28.100000 -0.0000408363122836 -0.0025834970680090 0.0001993743043707
28.100000 -0.0001121603633890 -0.0025936831854784 0.0001335020802623
28.100000 -0.0003027507334953 -0.0026086446886887 0.0001117773099773
28.100000 -0.0005235921821701 -0.0026181527083226 0.0001496109167365
28.100000 -0.0006278820352270 -0.0026167238617404 0.0002260004823555
28.200000 -0.0004714839288116 -0.0026148067333697 0.0002907369632030
28.200000 -0.0002495334645080 -0.0025985893158533 0.0003078999472204
28.200000 -0.0000557890877610 -0.0025854314761185 0.0002684669880404
28.200000 0.0000177950039154 -0.0025840377014729 0.0001962228909005
28.200000 -0.0000536571935706 -0.0025950917971733 0.0001306712248208
28.200000 -0.0002448439132565 -0.0026125525673786 0.0001091756638906
28.200000 -0.0004667568400042 -0.0026250492359743 0.0001471347269830
28.200000 -0.0005716990190645 -0.0026250562523999 0.0002235723840087
28.300000 -0.0004145042813436 -0.0026206175667361 0.0002879606827899
28.300000 -0.0001915878313107 -0.0026014025791990 0.0003046794996697
28.300000 0.0000026947037004 -0.0025856405488798 0.0002650262599893
28.300000 0.0000764209250515 -0.0025832417645023 0.0001929695732820
28.300000 0.0000048761325377 -0.0025951700008935 0.0001277731463627
28.300000 -0.0001868158898771 -0.0026151634441323 0.0001065198444156
28.300000 -0.0004097044484246 -0.0026307065221475 0.0001445893497558
28.300000 -0.0005152583213521 -0.0026321844883959 0.0002210421780165
28.400000 -0.0003573321538923 -0.0026251893137902 0.0002850486553553
28.400000 -0.0001335477776608 -0.0026029243859832 0.0003013078824183
28.400000 0.0000611794803774 -0.0025845244984613 0.0002614494142850
28.400000 0.0001350111333292 -0.0025811095801924 0.0001896160273087
28.400000 0.0000634096105938 -0.0025939167203050 0.0001248092777006
28.400000 -0.0001286952305369 -0.0026164726460044 0.0001038110327984
28.400000 -0.0003524611010946 -0.0026351164905045 0.0001419756917782
28.400000 -0.0004585846358026 -0.0026380991854253 0.0002184105120522
28.500000 -0.0002999938166173 -0.0026285141994912 0.0002820016465796
28.500000 -0.0000754419303146 -0.0026031503414167 0.0002977863473355
28.500000 0.0001196352463600 -0.0025820826619347 0.0002577381602906
28.500000 0.0001935353249977 -0.0025776421478044 0.0001861639799063
28.500000 0.0001219131892662 -0.0025913315447718 0.0001217810869526
28.500000 -0.0000705106966818 -0.0026164761036940 0.0001010504420332
28.500000 -0.0002950532073281 -0.0026382715572709 0.0001392946985089
28.500000 -0.0004017030101989 -0.0026427913899490 0.0002156780843188
28.600000 -0.0002425158550940 -0.0026305849443165 0.0002788204903102
28.600000 -0.0000172991100573 -0.0026020766525448 0.0002941162258527
28.600000 0.0001780319642739 -0.0025783150399658 0.0002538942781071
28.600000 0.0002519632250208 -0.0025728411426737 0.0001826152083266
28.600000 0.0001803567844940 -0.0025874147318112 0.0001186900769612
28.600000 -0.0000122912326415 -0.0026151703599139 0.0000982393166349
28.600000 -0.0002375074858897 -0.0026401646435455 0.0001365473544128
28.600000 -0.0003446388428702 -0.0026462525922590 0.0002128456443142
28.700000 -0.0001849251639999 -0.0026313947768799 0.0002755060894591
28.700000 0.0000408516797047 -0.0025997001369962 0.0002902989292539
28.700000 0.0002363395695736 -0.0025732222994569 0.0002499196179956
28.700000 0.0003102646017626 -0.0025667089158229 0.0001789715393188
28.700000 0.0002387102938707 -0.0025821672092692 0.0001155377846910
28.700000 0.0000459340461035 -0.0026125525776291 0.0000953789323893
28.700000 -0.0001798509583508 -0.0026407891877333 0.0001337346832169
28.700000 -0.0002874178787404 -0.0026484747397845 0.0002099139935905
28.800000 -0.0001272489403374 -0.0026309374466800 0.0002720594168853
28.800000 0.0000989812647251 -0.0025960182316077 0.0002863359489288
28.800000 0.0002945279849738 -0.0025668057759101 0.0002458160997628
28.800000 0.0003684092816833 -0.0025592484932766 0.0001752348482756
28.800000 0.0002969436111457 -0.0025755905772114 0.0001123257806069
28.800000 0.0001041358650116 -0.0026086205481489 0.0000924705960806
28.800000 -0.0001221109419850 -0.0026401391580886 0.0001308577481487
28.800000 -0.0002300662049314 -0.0026494502506305 0.0002068839865073
28.900000 -0.0000695146761741 -0.0026292072369635 0.0002684815162621
28.900000 0.0001570603120784 -0.0025910290009100 0.0002822288565878
28.900000 0.0003525671350122 -0.0025590674755045 0.0002415857121083
28.900000 0.0004263671640400 -0.0025504635750773 0.0001714070583565
28.900000 0.0003550266408403 -0.0025676871095211 0.0001090556680319
28.900000 0.0001622848029287 -0.0026033726990592 0.0000895156451974
28.900000 -0.0000643150421860 -0.0026382090653551 0.0001279176521553
28.900000 -0.0001726102458952 -0.0026491720273380 0.0002037565309751
29.000000 -0.0000117501508858 -0.0026261989776898 0.0002647735029247
29.000000 0.0002150593427039 -0.0025847311454586 0.0002779793044356
29.000000 0.0004104269607423 -0.0025500100768816 0.0002372305119346
29.000000 0.0004841082355876 -0.0025403585339997 0.0001674901395874
29.000000 0.0004129293129730 -0.0025584597552009 0.0001057290824848
29.000000 0.0002203513048990 -0.0025968081019799 0.0000865154476129
29.000000 -0.0000064911443923 -0.0026349939754882 0.0001249155381024
29.000000 -0.0001150767580577 -0.0026476334708545 0.0002005325891884
29.100000 0.0000460165771180 -0.0026219080585817 0.0002609365646967
29.100000 0.0002729487443374 -0.0025771240099957 0.0002735890253031
29.100000 0.0004680774345489 -0.0025396369326304 0.0002327526236182
29.100000 0.0005416025852740 -0.0025289384139639 0.0001634861079368
29.100000 0.0004706215978894 -0.0025479121393711 0.0001023476909968
29.100000 0.0002783056953411 -0.0025889264801326 0.0000834714012429
29.100000 0.0000513325944978 -0.0026304895224428 0.0001218525889516
29.100000 -0.0000574928239494 -0.0026448284947039 0.0001972131783464
29.200000 0.0001037571792003 -0.0026163304422448 0.0002569719626924
29.200000 0.0003306987848320 -0.0025682075914240 0.0002690598327337
29.200000 0.0005254885750830 -0.0025279520704678 0.0002281542382418
29.200000 0.0005988204189255 -0.0025162089281433 0.0001593970243687
29.200000 0.0005280735211913 -0.0025360485639576 0.0000989131914084
29.200000 0.0003361181915905 -0.0025797282157016 0.0000803849336768
29.200000 0.0001091277552367 -0.0026246919210110 0.0001187300279136
29.200000 0.0000001141541981 -0.0026407515393404 0.0001937993713578
29.300000 0.0001614430658527 -0.0026094626773380 0.0002528810320922
29.300000 0.0003882796258719 -0.0025579825465783 0.0002643936210232
29.300000 0.0005826304623098 -0.0025149601941053 0.0002234376127880
29.300000 0.0006557320739147 -0.0025021764567689 0.0001552249938730
29.300000 0.0005852551787595 -0.0025228740080659 0.0000954273116454
29.300000 0.0003937589178108 -0.0025692143569732 0.0000772575017837
29.300000 0.0001668656658797 -0.0026175979796901 0.0001155491185773
29.300000 0.0000577164614106 -0.0026353975866742 0.0001902922975286
29.400000 0.0002190453966174 -0.0026013019117765 0.0002486651828883
29.400000 0.0004456613370809 -0.0025464501997747 0.0002595923652110
29.400000 0.0006394732526645 -0.0025006666837964 0.0002186050692929
29.400000 0.0007123080338076 -0.0024868480446259 0.0001509721644726
29.400000 0.0006421367518644 -0.0025083941280325 0.0000918918089748
29.400000 0.0004511979192732 -0.0025573866252355 0.0000740905912927
29.400000 0.0002245174119931 -0.0026092051135629 0.0001123111650108
29.400000 0.0001152860775090 -0.0026287621747491 0.0001866931432307
29.500000 0.0002765350905910 -0.0025918459059459 0.0002443259005977
29.500000 0.0005028139105260 -0.0025336125501227 0.0002546581210201
29.500000 0.0006959871943101 -0.0024850775965586 0.0002136589939596
29.500000 0.0007685189429825 -0.0024702313982436 0.0001466407262083
29.500000 0.0006986885223583 -0.0024926152571505 0.0000883084692395
29.500000 0.0005084051770055 -0.0025442474214233 0.0000708857163446
29.500000 0.0002820538474344 -0.0025995113571687 0.0001090175118353
29.500000 0.0001727946852463 -0.0026208414125578 0.0001830031525475
29.600000 0.0003338828375256 -0.0025810930459064 0.0002398647469392
29.600000 0.0005597072756165 -0.0025194722785781 0.0002495930247440
29.600000 0.0007521426424905 -0.0024681996660615 0.0002086018362323
29.600000 0.0008243356212153 -0.0024523348827756 0.0001422329101013
29.600000 0.0007548808879429 -0.0024755444050616 0.0000846791060735
29.600000 0.0005653506228085 -0.0025297998324879 0.0000676444190174
29.600000 0.0003394456057180 -0.0025885153773439 0.0001056695442680
29.600000 0.0002302136790672 -0.0026116319949732 0.0001792236278958
29.700000 0.0003910591095430 -0.0025690423565639 0.0002352833604715
29.700000 0.0006163113143994 -0.0025040327547213 0.0002443992930791
29.700000 0.0008079100749717 -0.0024500403021764 0.0002034361078297
29.700000 0.0008797290782261 -0.0024331675185706 0.0001377509870938
29.700000 0.0008106843775054 -0.0024571892568097 0.0000810055600958
29.700000 0.0006220041546403 -0.0025140476374776 0.0000643682688228
29.700000 0.0003966631119803 -0.0025762164860085 0.0001022686881332
29.700000 0.0002875141745110 -0.0026011312177758 0.0001753559306188
29.800000 0.0004480341734744 -0.0025556935147835 0.0002305834571889
29.800000 0.0006725958772482 -0.0024872980432399 0.0002390792228990
29.800000 0.0008632601075656 -0.0024306075901796 0.0001981643817369
29.800000 0.0009346705281790 -0.0024127389774321 0.0001331972669675
29.800000 0.0008660696665160 -0.0024375581715506 0.0000772896980848
29.800000 0.0006783356523641 -0.0024969953133071 0.0000610588621737
29.800000 0.0004536765955584 -0.0025626146528750 0.0000988164098401
29.800000 0.0003446670182795 -0.0025893369927546 0.0001714014815505
29.900000 0.0005047781038420 -0.0025410468624206 0.0002257668310714
29.900000 0.0007285307989445 -0.0024692729100963 0.0002336351909700
29.900000 0.0009181635097270 -0.0024099102896038 0.0001927892911582
29.900000 0.0009891314041313 -0.0023910595785660 0.0001285740972410
29.900000 0.0009210075924791 -0.0024166601809121 0.0000735334121317
29.900000 0.0007343149938579 -0.0024786480402002 0.0000577178218230
29.900000 0.0005104561031933 -0.0025477105180536 0.0000953142163243
29.900000 0.0004016427989915 -0.0025762478628568 0.0001673617615457
30.000000 0.0005612607964933 -0.0025251034192411 0.0002208353545855
30.000000 0.0007840859151483 -0.0024499628283603 0.0002280696536054
30.000000 0.0009725912202180 -0.0023879578327306 0.0001873135284265
30.000000 0.0010430833724237 -0.0023681402842154 0.0001238838620454
30.000000 0.0009754691704308 -0.0023945049869989 0.0000697386187743
30.000000 0.0007899120714821 -0.0024590117067851 0.0000543467962721
30.000000 0.0005669715128704 -0.0025315054045272 0.0000917636549525
30.000000 0.0004584118586439 -0.0025618630173620 0.0001632383119744
30.100000 0.0006174519829006 -0.0025078648957037 0.0002157909791324
30.100000 0.0008392310792541 -0.0024293739836878 0.0002223851462559
30.100000 0.0010265143628298 -0.0023647603227187 0.0001817398438740
30.100000 0.0010964983470059 -0.0023439926949827 0.0001191289809799
30.100000 0.0010294256084749 -0.0023711029600373 0.0000659072581105
30.100000 0.0008450968088994 -0.0024380929148253 0.0000509474591487
30.100000 0.0006231925483073 -0.0025140013304675 0.0000881663133881
30.100000 0.0005149443047990 -0.0025461823070505 0.0001590327351769
30.200000 0.0006733212451372 -0.0024893337055735 0.0002106357354397
30.200000 0.0008939361796270 -0.0024075132794221 0.0002165842830348
30.200000 0.0010799042621552 -0.0023403285313614 0.0001760710446596
30.200000 0.0011493485036916 -0.0023186290448367 0.0001143119079457
30.200000 0.0010828483233485 -0.0023464651356555 0.0000620412928921
30.200000 0.0008998391782427 -0.0024158989835643 0.0000475215085545
30.200000 0.0006790887940995 -0.0024952010213640 0.0000845238194151
30.200000 0.0005712100235185 -0.0025292062593397 0.0001547466948767
30.300000 0.0007288380315401 -0.0024695129783377 0.0002053717338928
30.300000 0.0009481711572142 -0.0023843883413003 0.0002106697561761
30.300000 0.0011327324594014 -0.0023146738964674 0.0001703099935560
30.300000 0.0012016062943348 -0.0022920621958064 0.0001094351299607
30.300000 0.0011357089560091 -0.0023206032117926 0.0000581427075990
30.300000 0.0009541092176225 -0.0023924379536679 0.0000440706663810
30.300000 0.0007346297115308 -0.0024751079219337 0.0000808378407199
30.300000 0.0006271786930615 -0.0025109360933546 0.0001503819165468
30.400000 0.0007839716730669 -0.0024484065713882 0.0002000011648035
30.400000 0.0010019060235236 -0.0023600075217420 0.0002046443354223
30.400000 0.0011849707282351 -0.0022878085188600 0.0001644596076951
30.400000 0.0012532444609216 -0.0022643056323589 0.0001045011659535
30.400000 0.0011879793872332 -0.0022935295452338 0.0000542135074938
30.400000 0.0010078770489684 -0.0023677185907419 0.0000405966775944
30.400000 0.0007897846550582 -0.0024537262077817 0.0000771100846276
30.400000 0.0006828197983647 -0.0024913737349006 0.0001459401877282
30.500000 0.0008386914003556 -0.0024260190819402 0.0001945262986094
30.500000 0.0010551108789626 -0.0023343799036987 0.0001985108673421
30.500000 0.0012365910906497 -0.0022597451589881 0.0001585228572721
30.500000 0.0013042360495704 -0.0022353734554631 0.0000995125655387
30.500000 0.0012396317532187 -0.0022652571477663 0.0000502557176572
30.500000 0.0010611128961943 -0.0023417503884075 0.0000371013094879
30.500000 0.0008445228894748 -0.0024310607967775 0.0000733422977919
30.500000 0.0007381026463206 -0.0024705218313045 0.0001414233582951
30.600000 0.0008929663614930 -0.0024023558586505 0.0001889494860029
30.600000 0.0011077559315277 -0.0023075153040448 0.0001922722745738
30.600000 0.0012875658328445 -0.0022304972331455 0.0001525027642084
30.600000 0.0013545544244334 -0.0022052803763386 0.0000944719077723
30.600000 0.0012906384611799 -0.0022357996819513 0.0000462713820046
30.600000 0.0011137871036785 -0.0023145435709141 0.0000335863509020
30.600000 0.0008988136077580 -0.0024071173601147 0.0000695362658372
30.600000 0.0007929963818701 -0.0024483837660852 0.0001368333406641
30.700000 0.0009467656404948 -0.0023774230128993 0.0001832731579849
30.700000 0.0011598115158346 -0.0022794242764865 0.0001859315549947
30.700000 0.0013378675211070 -0.0022000788092915 0.0001464024007731
30.700000 0.0014041732814917 -0.0021740417098891 0.0000893817998891
30.700000 0.0013409722049266 -0.0022051714565089 0.0000422625622843
30.700000 0.0011658701550486 -0.0022861090952702 0.0000300536114129
30.700000 0.0009526259496032 -0.0023819023330177 0.0000656938129492
30.700000 0.0008474700049218 -0.0024249636734175 0.0001321721099445
30.800000 0.0010000582765024 -0.0023512274296990 0.0001774998258378
30.800000 0.0012112481124781 -0.0022501181139692 0.0001794917808135
30.800000 0.0013874690176856 -0.0021685046024701 0.0001402248881637
30.800000 0.0014530666622378 -0.0021416733678217 0.0000842448760216
30.800000 0.0013906059804159 -0.0021733874213122 0.0000382313370566
30.800000 0.0012173326922580 -0.0022564586528729 0.0000265049204876
30.800000 0.0010059290206477 -0.0023554229250594 0.0000618168014145
30.800000 0.0009014923881117 -0.0024002664523473 0.0001274417040242
30.900000 0.0010528132836956 -0.0023237767781906 0.0001716320810170
30.900000 0.0012620363677083 -0.0022196088505606 0.0001729560975843
30.900000 0.0014363434966435 -0.0021357899698216 0.0001339733950460
30.900000 0.0015012089672370 -0.0021081918514526 0.0000790637959009
30.900000 0.0014395131012665 -0.0021404631619863 0.0000341798006556
30.900000 0.0012681455349425 -0.0022256046706163 0.0000229421266071
30.900000 0.0010586919123814 -0.0023276871300523 0.0000579071311059
30.900000 0.0009550322954136 -0.0023742977807171 0.0001226442235903
31.000000 0.0011049996719210 -0.0022950795216891 0.0001656725949542
31.000000 0.0013121471134101 -0.0021879092627904 0.0001663277231410
31.000000 0.0014844644596821 -0.0021019509051845 0.0001276511360534
31.000000 0.0015485749695613 -0.0020736142441985 0.0000738412435411
31.000000 0.0014876672142259 -0.0021064148941097 0.0000301100621335
31.000000 0.0013182797000429 -0.0021935603114616 0.0000193670963558
31.000000 0.0011108837227446 -0.0022987037354755 0.0000539667389124
31.000000 0.0010080584016084 -0.0023470641287572 0.0001177818320777
31.100000 0.0011565864680338 -0.0022651449272364 0.0001596241187692
31.100000 0.0013615513873712 -0.0021550328704235 0.0001596099464508
31.100000 0.0015318057519217 -0.0020670040332818 0.0001212613702461
31.100000 0.0015951398280876 -0.0020379582037565 0.0000685799259055
31.100000 0.0015350423145779 -0.0020712594570156 0.0000260242441871
31.100000 0.0013677064216777 -0.0021603394744463 0.0000157817134793
31.100000 0.0011624735774080 -0.0022684823313966 0.0000499975981121
31.100000 0.0010605393126209 -0.0023185727722979 0.0001128567555447
31.200000 0.0012075427379469 -0.0022339830746216 0.0001534894828882
31.200000 0.0014102204538216 -0.0021209939366479 0.0001528061263839
31.200000 0.0015783415776281 -0.0020309666034898 0.0001148073995302
31.200000 0.0016408791006523 -0.0020012419539714 0.0000632825715586
31.200000 0.0015816127614792 -0.0020350143071901 0.0000219244820680
31.200000 0.0014163971712516 -0.0021259567941187 0.0000121878779089
31.200000 0.0012134306517286 -0.0022370333188510 0.0000460017176860
31.200000 0.0011124435867267 -0.0022888318055542 0.0001078712824696
31.300000 0.0012578376093810 -0.0022016048648252 0.0001472715965614
31.300000 0.0014581258242284 -0.0020858074676558 0.0001459196904012
31.300000 0.0016240465158734 -0.0019938564831860 0.0001082925670379
31.300000 0.0016857687570558 -0.0019634842763944 0.0000579519293000
31.300000 0.0016273532932154 -0.0019976975112642 0.0000178129224766
31.300000 0.0014643236777797 -0.0020904276393751 0.0000085875047536
31.300000 0.0012637241933735 -0.0022043679176353 0.0000419811415722
31.300000 0.0011637397566333 -0.0022578501534361 0.0001028277634663
31.400000 0.0013074402953057 -0.0021680220278449 0.0001409734472797
31.400000 0.0015052392783261 -0.0020494892115986 0.0001389541331552
31.400000 0.0016688955361175 -0.0019556921506730 0.0001017202554682
31.400000 0.0017297851919075 -0.0019247045015314 0.0000525907667852
31.400000 0.0016722390423622 -0.0019593277386009 0.0000136917224403
31.400000 0.0015114579484123 -0.0020537681116854 0.0000049825232601
31.400000 0.0013133235456015 -0.0021704981734759 0.0000379379478578
31.400000 0.0012143963524353 -0.0022256375833324 0.0000977286109145
31.500000 0.0013563201180603 -0.0021332471298598 0.0001345981000841
31.500000 0.0015515328853631 -0.0020120556568968 0.0001319130150062
31.500000 0.0017128640136978 -0.0019164926876766 0.0000950938853899
31.500000 0.0017729052373047 -0.0018849224997853 0.0000472018691308
31.500000 0.0017162455508407 -0.0019199242534718 0.0000095630481759
31.500000 0.0015577722891384 -0.0020159950426875 0.0000013748757406
31.500000 0.0013621981711886 -0.0021354369645293 0.0000338742479085
31.500000 0.0012643819254397 -0.0021922047163177 0.0000925762985003
31.600000 0.0014044465341392 -0.0020972935796884 0.0001281486967654
31.600000 0.0015969790255429 -0.0019735240298840 0.0001247999604518
31.600000 0.0017559277452149 -0.0018762777714157 0.0000884169135060
31.600000 0.0018151061753373 -0.0018441586720930 0.0000417880375056
31.600000 0.0017593487848557 -0.0018795069068260 0.0000054290739384
31.600000 0.0016032393256476 -0.0019771259911353 -0.0000022334835310
31.600000 0.0014103176769838 -0.0020991980071727 0.0000297921854335
31.600000 0.0013136650728581 -0.0021575630377283 0.0000873733606652
31.700000 0.0014517891596243 -0.0020601756344961 0.0001216284549508
31.700000 0.0016415504116378 -0.0019339122917699 0.0001176186564676
31.700000 0.0017980629637998 -0.0018350676662439 0.0000816928308822
31.700000 0.0018563657504098 -0.0018024339402592 0.0000363520877090
31.700000 0.0018015251497024 -0.0018380961276483 0.0000012919808550
31.700000 0.0016478320243303 -0.0019371792391843 -0.0000058405894543
31.700000 0.0014576518390753 -0.0020617958610433 0.0000256939354848
31.700000 0.0013622144633542 -0.0021217249070550 0.0000821223919580
31.800000 0.0014983177962463 -0.0020219084047091 0.0001150406670741
31.800000 0.0016852201107518 -0.0018932391349017 0.0001103728507619
31.800000 0.0018392463542499 -0.0017928832148596 0.0000749251611377
31.800000 0.0018966621813725 -0.0017597697369898 0.0000308968487365
31.800000 0.0018427515044307 -0.0017957129139076 -0.0000028460442544
31.800000 0.0016915237133906 -0.0018961737879978 -0.0000094444672678
31.800000 0.0015041706285487 -0.0020232459332822 0.0000215817033912
31.800000 0.0014099988634393 -0.0020847035670956 0.0000768260462880
31.900000 0.0015440024580504 -0.0019825078580876 0.0001083886992254
31.900000 0.0017279615662060 -0.0018515239783089 0.0001030663499403
31.900000 0.0018794550680199 -0.0017497458290863 0.0000681174586014
31.900000 0.0019359741734553 -0.0017161879956274 0.0000254251613329
31.900000 0.0018830051763529 -0.0017523788230951 -0.0000069828100688
31.900000 0.0017342881040501 -0.0018541293526621 -0.0000130431337452
31.900000 0.0015498442378126 -0.0019835644819424 0.0000174577236244
31.900000 0.0014569871646961 -0.0020465131523124 0.0000714870360748
32.000000 0.0015888133986413 -0.0019419908229170 0.0001016759898785
32.000000 0.0017697486195230 -0.0018087869625155 0.0000957030175827
32.000000 0.0019186667380531 -0.0017056774802224 0.0000612733064332
32.000000 0.0019742809299942 -0.0016717111395916 0.0000199398765345
32.000000 0.0019222639753831 -0.0017081159623544 -0.0000111161219704
32.000000 0.0017760993118173 -0.0018110663563942 -0.0000166345984203
32.000000 0.0015946431074664 -0.0019427686185178 0.0000133242585971
32.000000 0.0015031484118171 -0.0020071686963379 0.0000661081312926
32.100000 0.0016327211389803 -0.0019003749902705 0.0000949060484929
32.100000 0.0018105555324807 -0.0017650489436038 0.0000882867722315
32.100000 0.0019568594934398 -0.0016607006889599 0.0000543963147112
32.100000 0.0020115621639438 -0.0016263620715273 0.0000144438542007
32.100000 0.0019605062081943 -0.0016629469782024 -0.0000152437832601
32.100000 0.0018169318777950 -0.0017670059240317 -0.0000202168648409
32.100000 0.0016385379536819 -0.0019008763095519 0.0000091835973930
32.100000 0.0015484518314321 -0.0019666861385719 0.0000606921584051
32.200000 0.0016756964957007 -0.0018576789153014 0.0000880824539874
32.200000 0.0018503570092084 -0.0017203314865170 0.0000808215852914
32.200000 0.0019940119738884 -0.0016148385148750 0.0000474901184864
32.200000 0.0020477981091662 -0.0015801641621650 0.0000089399615352
32.200000 0.0019977106921799 -0.0016168950458457 -0.0000193635963833
32.200000 0.0018567607900004 -0.0017219698747916 -0.0000237879318508
32.200000 0.0016814997960660 -0.0018579063772853 0.0000050380544283
32.200000 0.0015928668617013 -0.0019250823298121 0.0000552419991886
32.300000 0.0017177106099090 -0.0018139220175211 0.0000812088530834
32.300000 0.0018891282182944 -0.0016746568575868 0.0000733114788412
32.300000 0.0020301033439935 -0.0015681145454906 0.0000405583758057
32.300000 0.0020829695314910 -0.0015331412388951 0.0000034310715991
32.300000 0.0020338567692070 -0.0015699838580912 -0.0000234733641660
32.300000 0.0018955615046692 -0.0016759807142879 -0.0000273457948980
32.300000 0.0017234999859722 -0.0018138784993015 0.0000008899680433
32.300000 0.0016363631826440 -0.0018823750368621 0.0000497605894413
32.400000 0.0017587349764328 -0.0017691245800220 0.0000742889585160
32.400000 0.0019268448148759 -0.0016280480162759 0.0000657605233576
32.400000 0.0020651133072884 -0.0015205528849134 0.0000336047657035
32.400000 0.0021170577395345 -0.0014853175740627 -0.0000020799381853
32.400000 0.0020689243191477 -0.0015222376138572 -0.0000275708910594
32.400000 0.0019333099675142 -0.0016290616257992 -0.0000308884473693
32.400000 0.0017645102352206 -0.0017688132071320 -0.0000032583009741
32.400000 0.0016789107471696 -0.0018385829460585 0.0000442509175749
32.500000 0.0017987414734758 -0.0017233077476038 0.0000673265471110
32.500000 0.0019634829626782 -0.0015805286061228 0.0000581728353533
32.500000 0.0020990221200664 -0.0014721781420489 0.0000266329861653
32.500000 0.0021500445952735 -0.0014367178729844 -0.0000075901875378
32.500000 0.0021028937731746 -0.0014736810062850 -0.0000316539843929
32.500000 0.0019699826349091 -0.0015812364607776 -0.0000344138819497
32.500000 0.0018045026451897 -0.0017227318837823 -0.0000074043709343
32.500000 0.0017204798127729 -0.0017937256656618 0.0000387160230879
32.600000 0.0018377023926351 -0.0016764935237646 0.0000603254577262
32.600000 0.0019990193559705 -0.0015321229448827 0.0000505525749286
32.600000 0.0021318106049553 -0.0014230154183962 0.0000196467520613
32.600000 0.0021819125243639 -0.0013873672616936 -0.0000130967948305
32.600000 0.0021357461268074 -0.0014243392104567 -0.0000357204556349
32.600000 0.0020055564949675 -0.0015325297285910 -0.0000379200920045
32.600000 0.0018434497362340 -0.0016756567601434 -0.0000115458408602
32.600000 0.0017610409738534 -0.0017478237270542 0.0000331589949178
32.700000 0.0018755904692341 -0.0016287047665177 0.0000532895890561
32.700000 0.0020334312414062 -0.0014828560138547 0.0000429039432386
32.700000 0.0021634601642322 -0.0013730902954272 0.0000126497930544
32.700000 0.0022126445261965 -0.0013372912744180 -0.0000185968786037
32.700000 0.0021674629526973 -0.0013742378707234 -0.0000397681216587
32.700000 0.0020400090884834 -0.0014829665854958 -0.0000414050729848
32.700000 0.0018813244773826 -0.0016276109102516 -0.0000156802921692
32.700000 0.0018005651946118 -0.0017008985846910 0.0000275829696708
32.800000 0.0019123789129216 -0.0015799651830003 0.0000462228972998
32.800000 0.0020666964397111 -0.0014327534463911 0.0000352311798773
32.800000 0.0021939527928622 -0.0013224288215557 0.0000056458514820
32.800000 0.0022422241836821 -0.0012865158407943 -0.0000240875590872
32.800000 0.0021980264131352 -0.0013234030876466 -0.0000437948060150
32.800000 0.0020733185297036 -0.0014325728228325 -0.0000448668238529
32.800000 0.0019181003162704 -0.0015786182453656 -0.0000198052904223
32.800000 0.0018390238424740 -0.0016529726147508 0.0000219911297284
32.900000 0.0019480414384835 -0.0015302993228383 0.0000391293936910
32.900000 0.0020987933671857 -0.0013818415155827 0.0000275385601805
32.900000 0.0022232710912478 -0.0012710574986994 -0.0000013613197863
32.900000 0.0022706356727583 -0.0012350672728266 -0.0000295659597256
32.900000 0.0022274192722701 -0.0012718614045615 -0.0000477983402089
32.900000 0.0021054635268978 -0.0013813748544450 -0.0000483033485277
32.900000 0.0019537512092490 -0.0015287035068286 -0.0000239183871388
32.900000 0.0018763887219894 -0.0016040691124344 0.0000163867012289
33.000000 0.0019825522968112 -0.0014797325702370 0.0000320131418904
33.000000 0.0021297010569850 -0.0013301471211186 0.0000198303924490
33.000000 0.0022513982776719 -0.0012190032684413 -0.0000083679595136
33.000000 0.0022978637716104 -0.0011829722515920 -0.0000350292087065
33.000000 0.0022556249080250 -0.0012196397937643 -0.0000517765649796
33.000000 0.0021364234026928 -0.0013293997033193 -0.0000517126573479
33.000000 0.0019882516516244 -0.0014778922576868 -0.0000280171216763
33.000000 0.0019126321091440 -0.0015542122878616 0.0000107729519245
33.100000 0.0020158863059678 -0.0014282911347678 0.0000248782552415
33.100000 0.0021593991801398 -0.0012776977753200 0.0000121110150939
33.100000 0.0022783182004226 -0.0011662934977981 -0.0000153703002818
33.100000 0.0023238938695974 -0.0011302578137013 -0.0000404744404925
33.100000 0.0022826273236966 -0.0011667656423329 -0.0000557273315832
33.100000 0.0021661781141380 -0.0012766749874448 -0.0000550927685512
33.100000 0.0020215767079634 -0.0014262108730383 -0.0000320990231729
33.100000 0.0019477267860264 -0.0015034272605198 0.0000051531889126
33.200000 0.0020480188822919 -0.0013760020408253 0.0000177288938901
33.200000 0.0021878680662815 -0.0012245215883462 0.0000043847937077
33.200000 0.0023040153495834 -0.0011129559646004 -0.0000223645706974
33.200000 0.0023487119758784 -0.0010769513375201 -0.0000458987973527
33.200000 0.0023084111592251 -0.0011132667375866 -0.0000596485030774
33.200000 0.0021947082724670 -0.0012232289048979 -0.0000584417097682
33.200000 0.0020537020424095 -0.0013736865290887 -0.0000361616125515
33.200000 0.0019816460757797 -0.0014517400522184 -0.0000004692437569
33.300000 0.0020789260714725 -0.0013228931157315 0.0000105692617695
33.300000 0.0022150887240337 -0.0011706472525786 -0.0000033438819381
33.300000 0.0023284748684740 -0.0010590188424931 -0.0000293469976148
33.300000 0.0023723047277281 -0.0010230805291558 -0.0000512994308967
33.300000 0.0023329617021219 -0.0010591712521924 -0.0000635379556058
33.300000 0.0022219951625207 -0.0011690902181539 -0.0000617575195290
33.300000 0.0020846039489470 -0.0013203471908924 -0.0000402024045828
33.300000 0.0020143638777696 -0.0013991775785096 -0.0000060909675991
33.400000 0.0021085845795309 -0.0012689929764675 0.0000034036034527
33.400000 0.0022410428610321 -0.0011161040261851 -0.0000110706009644
33.400000 0.0023516825647294 -0.0010045106855651 -0.0000363138083764
33.400000 0.0023946593985381 -0.0009686734082195 -0.0000566735036073
33.400000 0.0023562648980418 -0.0010045077289259 -0.0000673935796823
33.400000 0.0022480207617980 -0.0011142882376310 -0.0000650382487811
33.400000 0.0021142593815483 -0.0012662215987630 -0.0000442189100051
33.400000 0.0020458547028923 -0.0013457676385354 -0.0000117085723336
33.500000 0.0021369718036388 -0.0012143310150148 -0.0000037637991256
33.500000 0.0022657129035350 -0.0010609217158719 -0.0000187909345230
33.500000 0.0023736249210012 -0.0009494604126148 -0.0000432612330663
33.500000 0.0024157639054935 -0.0009137582933675 -0.0000620181903716
33.500000 0.0023783073609866 -0.0009493050650965 -0.0000712132814736
33.500000 0.0022727677590977 -0.0010588528044748 -0.0000682819624155
33.500000 0.0021426459841388 -0.0012113392533376 -0.0000482086376988
33.500000 0.0020760937089463 -0.0012915389032683 -0.0000173186186461
33.600000 0.0021640658627031 -0.0011589373822968 -0.0000109286300744
33.600000 0.0022890820155863 -0.0010051306588310 -0.0000265004389984
33.600000 0.0023942891052679 -0.0008938972910635 -0.0000501855067778
33.600000 0.0024356068169203 -0.0008583637876303 -0.0000673306800109
33.600000 0.0023990763831279 -0.0008935924966442 -0.0000749949840790
33.600000 0.0022962195727174 -0.0010028142725915 -0.0000714867408007
33.600000 0.0021697421203111 -0.0011557303992861 -0.0000521690969119
33.600000 0.0021050567359838 -0.0012365209021137 -0.0000229176410681
33.700000 0.0021898456276436 -0.0011028429707073 -0.0000180865430759
33.700000 0.0023111341176917 -0.0009487617038945 -0.0000341946592692
33.700000 0.0024136629807411 -0.0008378509205247 -0.0000570828718905
33.700000 0.0024541773592953 -0.0008025187635379 -0.0000726081768065
33.700000 0.0024185599442377 -0.0008373995819195 -0.0000787366288062
33.700000 0.0023183603681753 -0.0009462034899419 -0.0000746506813205
33.700000 0.0021955269027188 -0.0010994260076573 -0.0000560977995343
33.700000 0.0021327203415581 -0.0011807440078500 -0.0000285021509735
33.800000 0.0022142907512895 -0.0010460793952259 -0.0000252331650354
33.800000 0.0023318539049716 -0.0008918461919072 -0.0000418691320259
33.800000 0.0024317351153531 -0.0007813512160401 -0.0000639495803571
33.800000 0.0024714654239119 -0.0007462523480472 -0.0000778479020218
33.800000 0.0024367467207129 -0.0007807561851554 -0.0000824361764423
33.800000 0.0023391750754173 -0.0008890517791076 -0.0000777718999158
33.800000 0.0022199802220784 -0.0010424577568597 -0.0000599922624165
33.800000 0.0021590618357775 -0.0011242394198841 -0.0000340686396880
33.900000 0.0022373816978188 -0.0009886789731161 -0.0000323640998466
33.900000 0.0023512268647516 -0.0008344159353323 -0.0000495193891415
33.900000 0.0024484947908138 -0.0007244283909949 -0.0000707818959965
33.900000 0.0024874615731967 -0.0006895939072811 -0.0000830470954186
33.900000 0.0024536260941832 -0.0007236924596432 -0.0000860916085187
33.900000 0.0023586494054784 -0.0008313909171450 -0.0000808485326259
33.900000 0.0022430827757074 -0.0009848580122789 -0.0000638500097301
33.900000 0.0021840593160756 -0.0010670391458068 -0.0000396135817079
34.000000 0.0022590997716636 -0.0009306747022136 -0.0000394749322685
34.000000 0.0023692392935527 -0.0007765031971070 -0.0000571409610886
34.000000 0.0024639320112239 -0.0006671129397227 -0.0000775760967927
34.000000 0.0025021570466683 -0.0006325730310863 -0.0000882030167683
34.000000 0.0024691881596912 -0.0006662388306228 -0.0000897009285685
34.000000 0.0023767698665616 -0.0007732531147434 -0.0000838787371293
34.000000 0.0022648160955247 -0.0009266598045360 -0.0000676685753658
34.000000 0.0022076917016027 -0.0010091759812374 -0.0000451334380242
34.100000 0.0022794271458039 -0.0008721002378109 -0.0000465612319066
34.100000 0.0023858783134466 -0.0007181406687672 -0.0000647293804020
34.100000 0.0024780375112311 -0.0006094356198130 -0.0000843284771957
34.100000 0.0025155437665353 -0.0005752195174198 -0.0000933129473546
34.100000 0.0024834237334326 -0.0006084259778991 -0.0000932621633758
34.100000 0.0023935237795014 -0.0007146709947049 -0.0000868606942792
34.100000 0.0022851625754390 -0.0008678968063989 -0.0000714455053644
34.100000 0.0022299387671439 -0.0009506834879530 -0.0000506246595465
34.200000 0.0022983468893700 -0.0008129898681530 -0.0000536185572949
34.200000 0.0024011318877356 -0.0006593614478598 -0.0000722801851791
34.200000 0.0024908027637190 -0.0005514274341347 -0.0000910353504241
34.200000 0.0025276143429241 -0.0005175633565720 -0.0000983741914692
34.200000 0.0024963243600467 -0.0005502848181980 -0.0000967733642150
34.200000 0.0024088992925797 -0.0006556775697671 -0.0000897926096339
34.200000 0.0023041054980517 -0.0008086033083590 -0.0000751783603772
34.200000 0.0022507811764652 -0.0008915959703032 -0.0000560836906228
34.300000 0.0023158429944777 -0.0007533784885637 -0.0000606424600698
34.300000 0.0024149888359255 -0.0006001990146688 -0.0000797889226156
34.300000 0.0025022199870160 -0.0004931196125879 -0.0000976930507657
34.300000 0.0025383620787344 -0.0004596347152346 -0.0001033840778978
34.300000 0.0025078823194461 -0.0004918464872734 -0.0001002326080798
34.300000 0.0024228853956602 -0.0005963062197899 -0.0000926727149784
34.300000 0.0023216290605989 -0.0007488141928938 -0.0000788647181509
34.300000 0.0022702005149878 -0.0008319484499175 -0.0000615069726475
34.400000 0.0023319004022148 -0.0006933015742234 -0.0000676284892312
34.400000 0.0024274388479540 -0.0005406872082764 -0.0000872511525698
34.400000 0.0025122821516127 -0.0004345435935995 -0.0001042979358756
34.400000 0.0025477809741147 -0.0004014639204248 -0.0001083399613955
34.400000 0.0025180906331766 -0.0004331423217793 -0.0001036379989000
34.400000 0.0024354719336111 -0.0005365906683312 -0.0000954992698345
34.400000 0.0023377184000575 -0.0006885649074401 -0.0000825021760320
34.400000 0.0022881793216923 -0.0007717766387187 -0.0000668909477526
34.500000 0.0023465050277035 -0.0006327951516290 -0.0000745721954811
34.500000 0.0024384724976410 -0.0004808602019887 -0.0000946624511521
34.500000 0.0025209829863786 -0.0003757310053764 -0.0001108463890684
34.500000 0.0025558657305533 -0.0003430814432735 -0.0001132392241519
34.500000 0.0025269430702971 -0.0003742038409204 -0.0001069876687456
34.500000 0.0024466496189848 -0.0004765649586356 -0.0000982705629580
34.500000 0.0023523596173438 -0.0006278914361035 -0.0000860883534858
34.500000 0.0023047011201499 -0.0007111169102635 -0.0000722320625752
34.600000 0.0023596437841599 -0.0005718957687688 -0.0000814691356343
34.600000 0.0024480812553297 -0.0004207524781532 -0.0001020184143330
34.600000 0.0025283169842670 -0.0003167136469316 -0.0001173348216027
34.600000 0.0025626117545808 -0.0002845178826871 -0.0001180792772434
34.600000 0.0025344341527704 -0.0003150627278957 -0.0001102797790159
34.600000 0.0024564100439252 -0.0004162634290648 -0.0001009849138200
34.600000 0.0023655398005292 -0.0005668302701417 -0.0000896208946259
34.600000 0.0023197504485812 -0.0006500062694364 -0.0000775267720924
34.700000 0.0023713046058763 -0.0005106404640503 -0.0000883148770903
34.700000 0.0024562574996850 -0.0003603988023992 -0.0001093146615654
34.700000 0.0025342794074984 -0.0002575234688984 -0.0001237596749564
34.700000 0.0025680151610781 -0.0002258039488941 -0.0001228575620723
34.700000 0.0025405591603575 -0.0002557508111493 -0.0001135125216143
34.700000 0.0024647456912741 -0.0003557206879981 -0.0001036406740700
34.700000 0.0023772470470026 -0.0005054183772556 -0.0000930974707468
34.700000 0.0023333128888414 -0.0005884823205301 -0.0000827715435183
34.800000 0.0023814764700502 -0.0004490667340255 -0.0000951050023601
34.800000 0.0024629945286201 -0.0002998341973337 -0.0001165468394148
34.800000 0.0025388662922138 -0.0001981925541500 -0.0001301174230894
34.800000 0.0025720727761876 -0.0001669704468858 -0.0001275715517920
34.800000 0.0025453141350057 -0.0001963000454436 -0.0001166841201053
34.800000 0.0024716499448506 -0.0002949715882332 -0.0001062362289784
34.800000 0.0023874704845097 -0.0004436931697348 -0.0000965157828564
34.800000 0.0023453750942331 -0.0005265832337551 -0.0000879628602520
34.900000 0.0023901494173899 -0.0003872124999617 -0.0001018351136369
34.900000 0.0024682865693226 -0.0002390939157273 -0.0001237106251920
34.900000 0.0025420744525898 -0.0001387530982388 -0.0001364045746927
34.900000 0.0025747821398210 -0.0001080482597608 -0.0001322187527163
34.900000 0.0025486958847247 -0.0001367424927700 -0.0001197928308553
34.900000 0.0024771170988753 -0.0002340512009209 -0.0001087699988555
34.900000 0.0023962002909996 -0.0003816924715021 -0.0000998735642009
34.900000 0.0023559248160482 -0.0004643477102229 -0.0000930972258700
35.000000 0.0023973145714244 -0.0003251160733114 -0.0001085008374020
35.000000 0.0024721287873528 -0.0001782134132251 -0.0001308017305835
35.000000 0.0025439014844067 -0.0000792373896754 -0.0001426176754206
35.000000 0.0025761415077632 -0.0000490683319849 -0.0001367967057139
35.000000 0.0025507019869429 -0.0000771103031139 -0.0001228369441529
35.000000 0.0024811423665182 -0.0001729947890660 -0.0001112404404457
35.000000 0.0024034277132147 -0.0003194544841115 -0.0001031685827781
35.000000 0.0023649509287436 -0.0004018149454609 -0.0000981711681529
35.100000 0.0024029641564526 -0.0002628161201402 -0.0001150978290567
35.100000 0.0024745172947895 -0.0001172283206218 -0.0001378159052717
35.100000 0.0025443457680635 -0.0000196777900613 -0.0001487533101052
35.100000 0.0025761498533658 0.0000099383474234 -0.0001413029875835
35.100000 0.0025513307913370 -0.0000174356950880 -0.0001258147853106
35.100000 0.0024837218875454 -0.0001118377806298 -0.0001136460482934
35.100000 0.0024091450839585 -0.0002570177517543 -0.0001063986438320
35.100000 0.0023724434536560 -0.0003390245915167 -0.0001031812431370
35.200000 0.0024070915140659 -0.0002003516245746 -0.0001216217775687
35.200000 0.0024754491573985 -0.0000561744157390 -0.0001447489405420
35.200000 0.0025434064710322 0.0000398932859047 -0.0001548081049495
35.200000 0.0025748068688300 0.0000689407617720 -0.0001457352124131
35.200000 0.0025505814221307 0.0000422490635475 -0.0001287247157449
35.200000 0.0024848527350438 -0.0000506157412719 -0.0001159853560788
35.200000 0.0024133458379832 -0.0001944211253367 -0.0001095615923235
35.200000 0.0023783935811673 -0.0002760167177228 -0.0001081240391810
35.300000 0.0024096911181845 -0.0001377618513383 -0.0001280684101237
35.300000 0.0024749224008041 0.0000049124050548 -0.0001515966728679
35.300000 0.0025410835497468 0.0000994433905286 -0.0001607787296978
35.300000 0.0025721129660738 0.0001279078836261 -0.0001500910329184
35.300000 0.0025484537798559 0.0001019116754623 -0.0001315651340343
35.300000 0.0024845329212054 0.0000106356532328 -0.0001182569379211
35.300000 0.0024160245264375 -0.0001317037256912 -0.0001126553153713
35.300000 0.0023827936912326 -0.0002128317701933 -0.0001129961810378
35.400000 0.0024107585885504 -0.0000750863074477 -0.0001344334967715
35.400000 0.0024729360156426 0.0000659961556377 -0.0001583549874703
35.400000 0.0025373777509211 0.0001589400633151 -0.0001666618997809
35.400000 0.0025680692771832 0.0001868086917820 -0.0001543681417618
35.400000 0.0025449485425725 0.0001615198334142 -0.0001343344769538
35.400000 0.0024827614021536 0.0000718806448611 -0.0001204594096470
35.400000 0.0024171768298239 -0.0000689049059933 -0.0001156777446575
35.400000 0.0023856373721882 -0.0001495105301370 -0.0001177943339209
35.500000 0.0024102907026238 -0.0000123647031436 -0.0001407128550556
35.500000 0.0024694899616810 0.0001270407892015 -0.0001650198218441
35.500000 0.0025322906122899 0.0002183508512329 -0.0001724543784349
35.500000 0.0025626776544434 0.0002456121882709 -0.0001585642728504
35.500000 0.0025400671665429 0.0002210412399704 -0.0001370312204861
35.500000 0.0024795380817943 0.0001330834214544 -0.0001225914300220
35.500000 0.0024167995694134 -0.0000060642134557 -0.0001186268587905
35.500000 0.0023869194377638 -0.0000860940710704 -0.0001225152075551
35.600000 0.0024082854058347 0.0000503630878632 -0.0001469023546152
35.600000 0.0024645851708862 0.0001880102275447 -0.0001715871692469
35.600000 0.0025258244627727 0.0002776433290331 -0.0001781529787891
35.600000 0.0025559406699506 0.0003042874153826 -0.0001626772026117
35.600000 0.0025338118863575 0.0002804436272745 -0.0001396538808059
35.600000 0.0024748638146810 0.0001942081450351 -0.0001246517019426
35.600000 0.0024148907170748 0.0000567786496249 -0.0001215006856220
35.600000 0.0023866359422229 -0.0000226237150253 -0.0001271555602006
35.700000 0.0024047418201475 0.0001130570687473 -0.0001529979217503
35.700000 0.0024582235494305 0.0002488683905488 -0.0001780530821424
35.700000 0.0025179824220539 0.0003367851196024 -0.0001837545659240
35.700000 0.0025478616148003 0.0003628034726968 -0.0001667047512466
35.700000 0.0025261857145093 0.0003396947768426 -0.0001422010152399
35.700000 0.0024687404078801 0.0002552189802855 -0.0001266389735872
35.700000 0.0024114494034748 0.0001195838653867 -0.0001242973045094
35.700000 0.0023847841935679 0.0000408590121506 -0.0001317122026393
35.800000 0.0023996602508970 0.0001756771604409 -0.0001589955439361
35.800000 0.0024504079786246 0.0003095792257902 -0.0001844136755947
35.800000 0.0025087683995787 0.0003957439143306 -0.0001892560588949
35.800000 0.0025384444978544 0.0004211295341122 -0.0001706447839583
35.800000 0.0025171924404148 0.0003987625393689 -0.0001446712231975
35.800000 0.0024611706218282 0.0003160801231462 -0.0001285520395234
35.800000 0.0024064759246161 0.0001823115404064 -0.0001270148485209
35.800000 0.0023813627647468 0.0001043124262980 -0.0001361820021136
35.900000 0.0023930421918664 0.0002381832429321 -0.0001648912742790
35.900000 0.0024411423147681 0.0003701067382422 -0.0001906651306064
35.900000 0.0024981870929638 0.0004544874934745 -0.0001946544327201
35.900000 0.0025276940440828 0.0004792348648599 -0.0001744952121567
35.900000 0.0025068366288805 0.0004576148545259 -0.0001470631470750
35.900000 0.0024521581701732 0.0003767558294923 -0.0001303897417707
35.900000 0.0023999717466797 0.0002449217461025 -0.0001296515065748
35.900000 0.0023763715028086 0.0001676947311465 -0.0001405618862055
36.000000 0.0023848903285756 0.0003005351968993 -0.0001706812359006
36.000000 0.0024304313879135 0.0004304150200189 -0.0001968036973950
36.000000 0.0024862439858209 0.0005129837464971 -0.0001999467203312
36.000000 0.0025156156924832 0.0005370888384907 -0.0001782539946376
36.000000 0.0024951236180147 0.0005162197707377 -0.0001493754731295
36.000000 0.0024417077185953 0.0004372104438414 -0.0001321509708150
36.000000 0.0023919395091467 0.0003073745594502 -0.0001322055255105
36.000000 0.0023698115359587 0.0002309640650994 -0.0001448488466467
36.100000 0.0023752085397608 0.0003626929455881 -0.0001763616262410
36.100000 0.0024182809995392 0.0004904682801140 -0.0002028256986023
36.100000 0.0024729453449935 0.0005712006923640 -0.0002051300144846
36.100000 0.0025022155935754 0.0005946609538254 -0.0001819191387344
36.100000 0.0024820595165836 0.0005745454649117 -0.0001516069323236
36.100000 0.0024298248826038 0.0004974084280529 -0.0001338346665751
36.100000 0.0023823830261787 0.0003696301039188 -0.0001346752120839
36.100000 0.0023616852784764 0.0002940785484877 -0.0001490399430474
36.200000 0.0023640018970276 0.0004246164968343 -0.0001819287212698
36.200000 0.0024046979191313 0.0005502308740859 -0.0002087275324313
36.200000 0.0024582982172091 0.0006291064997769 -0.0002102014696306
36.200000 0.0024875006064733 0.0006519208518547 -0.0001854887014432
36.200000 0.0024676512008135 0.0006325602621086 -0.0001537563011383
36.200000 0.0024165162243105 0.0005573143899707 -0.0001354398193183
36.200000 0.0023713072862420 0.0004316485905418 -0.0001370589348826
36.200000 0.0023519964334598 0.0003569963311734 -0.0001531323065352
36.300000 0.0023512766626673 0.0004862659851388 -0.0001873788795946
36.300000 0.0023896898796766 0.0006096673336422 -0.0002145056757052
36.300000 0.0024423104251463 0.0006866695073242 -0.0002151583037395
36.300000 0.0024714782955349 0.0007088383325788 -0.0001889607905203
36.300000 0.0024519063106400 0.0006902326551339 -0.0001558224023554
36.300000 0.0024017892481793 0.0006168931119688 -0.0001369654705234
36.300000 0.0023587184499651 0.0004933903590270 -0.0001393551261576
36.300000 0.0023407499933750 0.0004196756403820 -0.0001571231432922
36.400000 0.0023370402856328 0.0005476017136953 -0.0001927085464575
36.400000 0.0023732655720699 0.0006687423960740 -0.0002201566868433
36.400000 0.0024249905629210 0.0007438582435298 -0.0002199978000827
36.400000 0.0024541569265899 0.0007653833717744 -0.0001923335655494
36.400000 0.0024348332454069 0.0007475313240323 -0.0001578041058062
36.400000 0.0023856523957582 0.0006761095793532 -0.0001384107136909
36.400000 0.0023446238462270 0.0005548159188147 -0.0001415622835645
36.400000 0.0023279522383929 0.0004820748286410 -0.0001610097379817
36.500000 0.0023213013956757 0.0006085841962750 -0.0001979142576091
36.500000 0.0023554346384435 0.0007274210334940 -0.0002256772087489
36.500000 0.0024063479909940 0.0008006414467806 -0.0002247173089662
36.500000 0.0024355454627487 0.0008215261376775 -0.0001956052389807
36.500000 0.0024164411590172 0.0008044251554672 -0.0001597003290884
36.500000 0.0023681150393978 0.0007349290085772 -0.0001397746950974
36.500000 0.0023290319664771 0.0006158859899904 -0.0001436789718121
36.500000 0.0023136107325049 0.0005441524216988 -0.0001647894570539
36.600000 0.0023040697956528 0.0006691741988695 -0.0002029926430514
36.600000 0.0023362076644278 0.0007856684818298 -0.0002310639716048
36.600000 0.0023863928305045 0.0008569880851131 -0.0002293142494163
36.600000 0.0024156535597936 0.0008772370075705 -0.0001987740771382
36.600000 0.0023967399545397 0.0008608832619679 -0.0001615100382474
36.600000 0.0023491874749666 0.0007933168752265 -0.0001410566144946
36.600000 0.0023119524572952 0.0006765615439610 -0.0001457038242134
36.600000 0.0022977343174182 0.0006058671663008 -0.0001684597519224
36.700000 0.0022853564520160 0.0007293327809961 -0.0002079404306404
36.700000 0.0023155961703555 0.0008434502695262 -0.0002363137955709
36.700000 0.0023651359570340 0.0009128673758396 -0.0002337861108136
36.700000 0.0023944915611544 0.0009324865842626 -0.0002018384011970
36.700000 0.0023757402782753 0.0009168750010264 -0.0001632322484248
36.700000 0.0023288809135718 0.0008512389417312 -0.0001422557257503
36.700000 0.0022933961112041 0.0007368038437994 -0.0001476355441350
36.700000 0.0022803331042380 0.0006671780776949 -0.0001720181620017
36.800000 0.0022651734835065 0.0007890213365697 -0.0002127544495395
36.800000 0.0022936126014227 0.0009007322459096 -0.0002414235933804
36.800000 0.0023425889938057 0.0009682488049964 -0.0002381304544766
36.800000 0.0023720704924713 0.0009872457124511 -0.0002047965881280
36.800000 0.0023534535132896 0.0009723699940268 -0.0001648660244707
36.800000 0.0023072074723000 0.0009086612847614 -0.0001433713374316
36.800000 0.0022733748557553 0.0007965744841701 -0.0001494729063428
36.800000 0.0022614184629555 0.0007280444867453 -0.0001754623175989
36.900000 0.0022435341480784 0.0008482016342457 -0.0002174316335163
36.900000 0.0022702703168249 0.0009574806091700 -0.0002463903728309
36.900000 0.0023187643043269 0.0010231021465935 -0.0002423449151904
36.900000 0.0023484020557489 0.0010414854949535 -0.0002076470716104
36.900000 0.0023298917724141 0.0010273381449891 -0.0001664104815201
36.900000 0.0022841801639914 0.0009655503222658 -0.0001444028133287
36.900000 0.0022519017409112 0.0008558354307424 -0.0001512147582395
36.900000 0.0022410030097640 0.0007884260865282 -0.0001787899426500
37.000000 0.0022204528280862 0.0009068358571423 -0.0002219690240754
37.000000 0.0022455835778857 0.0010136619339152 -0.0002512112391647
37.000000 0.0022936749844798 0.0010773974816480 -0.0002464272026816
37.000000 0.0023234986231028 0.0010951773087983 -0.0002103883429109
37.000000 0.0023050678907251 0.0010817496591119 -0.0001678647855340
37.000000 0.0022598128860666 0.0010218728401105 -0.0001453495729191
37.000000 0.0022289909247551 0.0009145490590050 -0.0001528600209924
37.000000 0.0022191005922394 0.0008482829782900 -0.0001819988572958
37.100000 0.0021959450137711 0.0009648866418523 -0.0002263637734198
37.100000 0.0022195675352013 0.0010692431982550 -0.0002558833973369
37.100000 0.0022673348540704 0.0011311052169839 -0.0002503751030360
37.100000 0.0022973732301048 0.0011482928211630 -0.0002130189517295
37.100000 0.0022789954175066 0.0011355750610951 -0.0001692281538031
37.100000 0.0022341204084217 0.0010775960182812 -0.0001462110917710
37.100000 0.0022046576575639 0.0009726781923954 -0.0001544076905485
37.100000 0.0021957262724234 0.0009075757166485 -0.0001850869802888
37.200000 0.0021700272850926 0.0010223171166549 -0.0002306131472346
37.200000 0.0021922382148223 0.0011241918103719 -0.0002604041541666
37.200000 0.0022397584478413 0.0011841961037786 -0.0002541864800594
37.200000 0.0022700395687292 0.0012008040051498 -0.0002155375070104
37.200000 0.0022516886077032 0.0011887852132283 -0.0001704998554140
37.200000 0.0022071183604174 0.0011326874566056 -0.0001469869018866
37.200000 0.0021789182642855 0.0010301861396611 -0.0001558568385354
37.200000 0.0021708963078618 0.0009662653539212 -0.0001880523312274
37.300000 0.0021427172919523 0.0010790909388452 -0.0002347145272882
37.300000 0.0021636125035004 0.0011784756345388 -0.0002647709203686
37.300000 0.0022109610059612 0.0012366412558402 -0.0002578592765790
37.300000 0.0022415119799054 0.0012526831553864 -0.0002179426777183
37.300000 0.0022231624128730 0.0012413513332263 -0.0001716792116790
37.300000 0.0021788232169801 0.0011871151999629 -0.0001476765919830
37.300000 0.0021517901254649 0.0010870367313711 -0.0001572066130463
37.300000 0.0021446281306510 0.0010243134834694 -0.0001908930326103
37.400000 0.0021140337328640 0.0011351723310983 -0.0002386654138447
37.400000 0.0021337081330264 0.0012320630165432 -0.0002689812124631
37.400000 0.0021809584639967 0.0012884121675971 -0.0002613915156852
37.400000 0.0022118054456813 0.0013039029034420 -0.0002202331935792
37.400000 0.0021934324716484 0.0012932450117983 -0.0001727655965266
37.400000 0.0021492522838441 0.0012408477629396 -0.0001482798077129
37.400000 0.0021232916566722 0.0011431943555005 -0.0001584562393077
37.400000 0.0021169403245592 0.0010816822819497 -0.0001936073117075
37.500000 0.0020839963321297 0.0011905261167918 -0.0002424634278845
37.500000 0.0021025436636907 0.0012849228084821 -0.0002730326545604
37.500000 0.0021497674423808 0.0013394807317847 -0.0002647813019124
37.500000 0.0021809355810025 0.0013544362330478 -0.0002224078457854
37.500000 0.0021625150997138 0.0013444382299327 -0.0001737584368550
37.500000 0.0021184236819593 0.0012938541539009 -0.0001487962518232
37.500000 0.0020934422864849 0.0011986239920149 -0.0001596050202291
37.500000 0.0020878526002917 0.0011383345503703 -0.0001961935022445
37.600000 0.0020526258155838 0.0012451177542126 -0.0002461063131279
37.600000 0.0020701384668960 0.0013370243928888 -0.0002769229800191
37.600000 0.0021174052353867 0.0013898192568112 -0.0002680268223572
37.600000 0.0021489186251135 0.0014042564951116 -0.0002244654876635
37.600000 0.0021304272793111 0.0013949033758848 -0.0001746572128464
37.600000 0.0020863563310924 0.0013461038984403 -0.0001492256842527
37.600000 0.0020622624330860 0.0012532912463841 -0.0001606523368353
37.600000 0.0020573857689771 0.0011942337538542 -0.0001986500458958
37.700000 0.0020199438849730 0.0012989133695800 -0.0002495919378596
37.700000 0.0020365127069567 0.0013883377061608 -0.0002806500329751
37.700000 0.0020838897996195 0.0014394004837880 -0.0002711263477344
37.700000 0.0021157714325857 0.0014533374225155 -0.0002264050353062
37.700000 0.0020971866482828 0.0014446132618508 -0.0001754614582432
37.700000 0.0020530699326531 0.0013975670621787 -0.0001495679221682
37.700000 0.0020297734795399 0.0013071623819582 -0.0001615976485792
37.700000 0.0020255617139583 0.0012493440600181 -0.0002009754935863
37.800000 0.0019859731910428 0.0013518797888189 -0.0002529182965525
37.800000 0.0020016873221195 0.0014388332612531 -0.0002842117697416
37.800000 0.0020492397420386 0.0014881976032093 -0.0002740782333689
37.800000 0.0020815114639787 0.0015016531446882 -0.0002282254681665
37.800000 0.0020628114886630 0.0014935411403145 -0.0001761707605848
37.800000 0.0020185849517747 0.0014482142728806 -0.0001498228399402
37.800000 0.0019959977478141 0.0013602043511465 -0.0001624404935376
37.800000 0.0019924033609749 0.0013036303758798 -0.0002031685065974
37.900000 0.0019507373054055 0.0014039845680266 -0.0002560835112868
37.900000 0.0019656840048419 0.0014884821696095 -0.0002876062600764
37.900000 0.0020134743075225 0.0015361842712647 -0.0002768809201232
37.900000 0.0020461567761419 0.0015491782019402 -0.0002299258296143
37.900000 0.0020273207148300 0.0015416607200530 -0.0001767847614064
37.900000 0.0019829225986835 0.0014980167418604 -0.0001499903690585
37.900000 0.0019609584716148 0.0014123848253399 -0.0001631804884897
37.900000 0.0019579346468322 0.0013570583832156 -0.0002052278574800
38.000000 0.0019142606912671 0.0014551960225755 -0.0002590858329660
38.000000 0.0019285251813648 0.0015372561623019 -0.0002908316883177
38.000000 0.0019766133659910 0.0015833346257732 -0.0002795329352599
38.000000 0.0020097260121617 0.0015958875595532 -0.0002315052274548
38.000000 0.0019907338612300 0.0015889461817880 -0.0001773031563979
38.000000 0.0019461048093889 0.0015469462846512 -0.0001500704979880
38.000000 0.0019246797681126 0.0014636722235252 -0.0001638173288791
38.000000 0.0019221804866531 0.0014095945722963 -0.0002071524307703
38.100000 0.0018765686730928 0.0015054832548052 -0.0002619236423283
38.100000 0.0018902339906200 0.0015851276103521 -0.0002938863543872
38.100000 0.0019386773990972 0.0016296233017218 -0.0002820328932384
38.100000 0.0019722383909627 0.0016417566216147 -0.0002329628344089
38.100000 0.0019530710696856 0.0016353721934692 -0.0001777256955248
38.100000 0.0019081542257310 0.0015949753409119 -0.0001500632719651
38.100000 0.0018871866086305 0.0015140357395452 -0.0001643507886619
38.100000 0.0018851667398151 0.0014612062739330 -0.0002089412235132
38.200000 0.0018376874052945 0.0015548161802586 -0.0002645954507531
38.200000 0.0018508342625111 0.0016320695442121 -0.0002967686746597
38.200000 0.0018996874865050 0.0016750254463989 -0.0002843794964459
38.200000 0.0019337136965698 0.0016867612445870 -0.0002342978885550
38.200000 0.0019143530763029 0.0016809139251787 -0.0001780521831093
38.200000 0.0018690941748205 0.0016420769935496 -0.0001499687927368
38.200000 0.0018485047883744 0.0015634453679591 -0.0001647807200413
38.200000 0.0018469201746759 0.0015118616897781 -0.0002105933455908
38.300000 0.0017976438400235 0.0016031655524243 -0.0002670999008659
38.300000 0.0018103504956090 0.0016780556723812 -0.0002994771827000
38.300000 0.0018596652917661 0.0017195167341073 -0.0002865715358613
38.300000 0.0018941722670378 0.0017308777506033 -0.0002355096937313
38.300000 0.0018746011979879 0.0017255470636431 -0.0001782824778739
38.300000 0.0018289486479083 0.0016882249870367 -0.0001497872182424
38.300000 0.0018086608952848 0.0016118719284692 -0.0001651070530921
38.300000 0.0018074684321973 0.0015615299208285 -0.0002121080198609
38.400000 0.0017564656941549 0.0016505029859527 -0.0002694357669405
38.400000 0.0017688078343034 0.0017230603991403 -0.0003020105298668
38.400000 0.0018186330478122 0.0017630733804467 -0.0002886078916531
38.400000 0.0018536349830575 0.0017740829404814 -0.0002365976199000
38.400000 0.0018338373185889 0.0017692478263429 -0.0001784164929446
38.400000 0.0017877422787224 0.0017333937449033 -0.0001495187622391
38.400000 0.0017676822780902 0.0016592870888793 -0.0001653297952771
38.400000 0.0017668399885738 0.0016101809940875 -0.0002134845821069
38.500000 0.0017141814155502 0.0016968009783177 -0.0002716019551034
38.500000 0.0017262320454534 0.0017670588413862 -0.0003043674857850
38.500000 0.0017766135420783 0.0018056721561540 -0.0002904875337099
38.500000 0.0018121232562463 0.0018163541064461 -0.0002375611034714
38.500000 0.0017920838746770 0.0018119929752091 -0.0001784541958174
38.500000 0.0017455003213097 0.0017775583863887 -0.0001491636938728
38.500000 0.0017255970136454 0.0017056633865590 -0.0001654490308574
38.500000 0.0017250641169798 0.0016577858873516 -0.0002147224808025
38.600000 0.0016708201486852 0.0017420329299030 -0.0002735975033410
38.600000 0.0016826494945785 0.0018100268445514 -0.0003065469386865
38.600000 0.0017336301012725 0.0018472904004913 -0.0002922095221039
38.600000 0.0017696590171302 0.0018576690445531 -0.0002383996475893
38.600000 0.0017493638409798 0.0018537598298951 -0.0001783956082857
38.600000 0.0017022486274226 0.0018206947422367 -0.0001487223371957
38.600000 0.0016824338736358 0.0017509742483916 -0.0001654649202007
38.600000 0.0016821708485447 0.0017043165520910 -0.0002158212766949
38.700000 0.0016264116997315 0.0017861731624974 -0.0002754215813153
38.700000 0.0016380871216344 0.0018519409975964 -0.0003085478956213
38.700000 0.0016897065758092 0.0018879060341707 -0.0002937730074876
38.700000 0.0017262647028279 0.0018980060668056 -0.0002391128223762
38.700000 0.0017057007154830 0.0018945262806160 -0.0001782408063293
38.700000 0.0016580136234888 0.0018627793696230 -0.0001481950706309
38.700000 0.0016382222907327 0.0017951940091900 -0.0001653776989907
38.700000 0.0016381909326696 0.0017497459344062 -0.0002167806422117
38.800000 0.0015809865011772 0.0018291969361860 -0.0002770734899904
38.800000 0.0015925724164155 0.0018927786470637 -0.0003103694825400
38.800000 0.0016448673239219 0.0019274975718085 -0.0002951772314234
38.800000 0.0016819632444435 0.0019373440129564 -0.0002397002651392
38.800000 0.0016611185042150 0.0019342708005458 -0.0001779899199671
38.800000 0.0016128222872034 0.0019037895662021 -0.0001475823263877
38.800000 0.0015929923242806 0.0018382979285680 -0.0001651876773405
38.800000 0.0015931557967971 0.0017940479940449 -0.0002176003606963
38.900000 0.0015345755760768 0.0018710804646355 -0.0002785526610749
38.900000 0.0015461333936298 0.0019325179101871 -0.0003120109442496
38.900000 0.0015991371954735 0.0019660441338987 -0.0002964215266462
38.900000 0.0016367780541789 0.0019756622619879 -0.0002401616805365
38.900000 0.0016156417057291 0.0019729724577642 -0.0001776431330712
38.900000 0.0015667021237842 0.0019437033832676 -0.0001468845898260
38.900000 0.0015467746256004 0.0018802622062615 -0.0001648952388139
38.900000 0.0015470975057449 0.0018371977214746 -0.0002182803254765
39.000000 0.0014872105020125 0.0019118009287703 -0.0002798586562858
39.000000 0.0014987985676861 0.0019711376870489 -0.0003134716442453
39.000000 0.0015525415154794 0.0020035254582996 -0.0002975053172598
39.000000 0.0015907330121734 0.0020129407432632 -0.0002404968407034
39.000000 0.0015692952953002 0.0020106109267450 -0.0001772006831452
39.000000 0.0015196811419283 0.0019824996380175 -0.0001461023987749
39.000000 0.0014996004029891 0.0019210639958980 -0.0001645008393595
39.000000 0.0015000487207138 0.0018791711530117 -0.0002188205387732
39.100000 0.0014389233748546 0.0019513364888458 -0.0002809911664387
39.100000 0.0014505969272400 0.0020086176717824 -0.0003147510644186
39.100000 0.0015051060673627 0.0020399219112249 -0.0002984281188663
39.100000 0.0015438524530802 0.0020491599473407 -0.0002407055853398
39.100000 0.0015221047088501 0.0020471664993795 -0.0001766628610650
39.100000 0.0014717878295105 0.0020201579249205 -0.0001452363428046
39.100000 0.0014515013864980 0.0019606814172180 -0.0001640050061603
39.100000 0.0014520426580770 0.0019199453840153 -0.0002192211104555
39.200000 0.0013897467724027 0.0019896662949296 -0.0002819500103698
39.200000 0.0014015579095392 0.0020449383628177 -0.0003158488046468
39.200000 0.0014568570759577 0.0020752144977345 -0.0002991895386309
39.200000 0.0014961611523907 0.0020843009364475 -0.0002407878217567
39.200000 0.0014740958266180 0.0020826200955282 -0.0001760300107850
39.200000 0.0014230511290625 0.0020566586261814 -0.0001442870624540
39.200000 0.0014025097925676 0.0019990935667562 -0.0001634083364039
39.200000 0.0014031130480576 0.0019594985801594 -0.0002194822566483
39.300000 0.0013397137179888 0.0020267704958030 -0.0002827351336971
39.300000 0.0013517113746117 0.0020800810721728 -0.0003167645822639
39.300000 0.0014078211902795 0.0021093848717188 -0.0002997892752798
39.300000 0.0014476843125142 0.0021183453546032 -0.0002407435248841
39.300000 0.0014252949565925 0.0021169532730952 -0.0001753025290075
39.300000 0.0013735004130718 0.0020919829213036 -0.0001432552484170
39.300000 0.0013526582885974 0.0020362805269951 -0.0001627114959774
39.300000 0.0013532940933971 0.0019978099868057 -0.0002196042982000
39.400000 0.0012888576441221 0.0020626302463046 -0.0002833466074264
39.400000 0.0013010875793379 0.0021140279337917 -0.0003174982314185
39.400000 0.0013580254660777 0.0021424153453709 -0.0003002271190344
39.400000 0.0013984475486243 0.0021512754373898 -0.0002405727372391
39.400000 0.0013757288177206 0.0021501482376198 -0.0001744808648184
39.400000 0.0013231654591390 0.0021261127957521 -0.0001421416406879
39.400000 0.0013019799575262 0.0020722233740088 -0.0001619152180922
39.400000 0.0013026204281138 0.0020348599365036 -0.0002195876590174
39.500000 0.0012372123562516 0.0020972277131378 -0.0002837846264092
39.500000 0.0012497171514487 0.0021467619109349 -0.0003180497023187
39.500000 0.0013074973481917 0.0021742888981440 -0.0003005029514809
39.500000 0.0013484768742810 0.0021830740213617 -0.0002402755688545
39.500000 0.0013254245229099 0.0021821878513808 -0.0001735655192879
39.500000 0.0012720764250321 0.0021590310487177 -0.0001409470276683
39.500000 0.0012505082624961 0.0021069041836164 -0.0001610203018417
39.500000 0.0012511270764496 0.0020706298546500 -0.0002194328642757
39.600000 0.0011848119967199 0.0021305460791694 -0.0002840495076597
39.600000 0.0011976310634882 0.0021782668026298 -0.0003184190603706
39.600000 0.0012562646527253 0.0022049891851891 -0.0003006167453760
39.600000 0.0012977986868403 0.0022137245530907 -0.0002398521971686
39.600000 0.0012744095618411 0.0022130556420097 -0.0001725570450378
39.600000 0.0012202638236735 0.0021907212999896 -0.0001396722452379
39.600000 0.0011982770116720 0.0021403060360719 -0.0001600276106981
39.600000 0.0011988494120958 0.0021051022633465 -0.0002191405385108
39.700000 0.0011316910089811 0.0021625695462529 -0.0002841416885382
39.700000 0.0011448606067829 0.0022085272491890 -0.0003186064852109
39.700000 0.0012043555490583 0.0022345005452718 -0.0003005685643906
39.700000 0.0012464397526590 0.0022432110978406 -0.0002393028668753
39.700000 0.0012227117836052 0.0022427358106095 -0.0001714560457759
39.700000 0.0011677584980993 0.0022211679959417 -0.0001383181757907
39.700000 0.0011453203232839 0.0021724130193177 -0.0001589380709527
39.700000 0.0011458231177885 0.0021382607834980 -0.0002187114036023
39.800000 0.0010778841021480 0.0021932833366084 -0.0002840617248086
39.800000 0.0010914373654536 0.0022375287368075 -0.0003186122696389
39.800000 0.0011517985417129 0.0022628080081640 -0.0003003585627911
39.800000 0.0011944271921072 0.0022715183478677 -0.0002386278897367
39.800000 0.0011703593791845 0.0022712132393766 -0.0001702631757982
39.800000 0.0011145915964234 0.0022503564146421 -0.0001368857472387
39.800000 0.0010916725909588 0.0022032102308343 -0.0001577526701035
39.800000 0.0010920841453564 0.0021700901351996 -0.0002181462766549
39.900000 0.0010234262159354 0.0022226736927996 -0.0002838102885764
39.900000 0.0010373931905086 0.0022652576012513 -0.0003184368184508
39.900000 0.0010986224520926 0.0022898973015117 -0.0002999869850599
39.900000 0.0011417884643980 0.0022986316303420 -0.0002378276443554
39.900000 0.0011173808637901 0.0022984734987227 -0.0001689791394589
39.900000 0.0010607945468453 0.0022782726700945 -0.0001353759319853
39.900000 0.0010373684494040 0.0022326837781214 -0.0001564724551957
39.900000 0.0010376686763016 0.0022005761364637 -0.0002174460677864
40.000000 0.0009683524860601 0.0022507278763478 -0.0002833881661172
40.000000 0.0009827601740548 0.0022917010306517 -0.0003180806471809
40.000000 0.0010448564001111 0.0023157548571758 -0.0002994541654555
40.000000 0.0010885513522453 0.0023245369148861 -0.0002369025759102
40.000000 0.0010638050590758 0.0023245028538974 -0.0001676046906104
40.000000 0.0010063990327317 0.0023049037156250 -0.0001337897458703
40.000000 0.0009824427405018 0.0022608207778481 -0.0001550985311197
40.000000 0.0009826130829880 0.0022297057003422 -0.0002166117778304
40.100000 0.0009126982101552 0.0022774341650266 -0.0002827962556014
40.100000 0.0009275706236599 0.0023168470674199 -0.0003175443807519
40.100000 0.0009905297857279 0.0023403678170473 -0.0002987605275143
40.100000 0.0010347439463590 0.0023492208207275 -0.0002358531958530
40.100000 0.0010096610752407 0.0023492882711073 -0.0001661406320128
40.100000 0.0009514369678083 0.0023302373464249 -0.0001321282470887
40.100000 0.0009269304798712 0.0022876093537134 -0.0001536320588712
40.100000 0.0009269538905077 0.0022574668305040 -0.0002156444959616
40.200000 0.0008564988142522 0.0023027818488839 -0.0002820355647239
40.200000 0.0008718570369019 0.0023406846093004 -0.0003168287520406
40.200000 0.0009356722704087 0.0023637240383376 -0.0002979065834937
40.200000 0.0009803946297905 0.0023726706234617 -0.0002346800815684
40.200000 0.0009549782930405 0.0023728174231356 -0.0001645878147139
40.200000 0.0008959404714920 0.0023542622012666 -0.0001303925350851
40.200000 0.0008708668239506 0.0023130386330594 -0.0001520742537772
40.200000 0.0008707277392909 0.0022838486153273 -0.0002145453972522
40.300000 0.0007997898198832 0.0023267612250401 -0.0002811072082462
40.300000 0.0008156520761367 0.0023632034095798 -0.0003159346003617
40.300000 0.0008803137585276 0.0023858120983436 -0.0002968929337588
40.300000 0.0009255320621374 0.0023948742614221 -0.0002333838759956
40.300000 0.0008997863457189 0.0023950786944583 -0.0001629471374011
40.300000 0.0008399418443947 0.0023769677634062 -0.0001285837494259
40.300000 0.0008142870376498 0.0023370987422826 -0.0001504263836939
40.300000 0.0008139713485181 0.0023088412205737 -0.0002133157401662
40.400000 0.0007426068118479 0.0023493635913102 -0.0002800124054597
40.400000 0.0007589885435149 0.0023843940764734 -0.0003148628698729
40.400000 0.0008244843787272 0.0024066212986916 -0.0002957202661134
40.400000 0.0008701851636180 0.0024158203416555 -0.0002319652872141
40.400000 0.0008441151008796 0.0024160611858609 -0.0001612195457259
40.400000 0.0007834735440290 0.0023983443606906 -0.0001267030686517
40.400000 0.0007572264626177 0.0023597808010907 -0.0001486897671801
40.400000 0.0007567214803916 0.0023324358807074 -0.0002119568640015
40.500000 0.0006849854066889 0.0023705812387049 -0.0002787524775762
40.500000 0.0007018993562780 0.0024042480717071 -0.0003136146079082
40.500000 0.0007682144652535 0.0024261416690610 -0.0002943893550768
40.500000 0.0008143830990285 0.0024354981454999 -0.0002304250879927
40.500000 0.0007879946423095 0.0024357547185556 -0.0001594060316005
40.500000 0.0007265681607429 0.0024183831648879 -0.0001247517091108
40.500000 0.0006997204861695 0.0023810769156522 -0.0001468657716503
40.500000 0.0006990149053139 0.0023546248889300 -0.0002104701862844
40.600000 0.0006269612219155 0.0023904074428610 -0.0002773288450548
40.600000 0.0006444175223617 0.0024227577083200 -0.0003121909632404
40.600000 0.0007115345392822 0.0024443639703908 -0.0002929010611070
40.600000 0.0007581552615902 0.0024538976337632 -0.0002287641153021
40.600000 0.0007314552517732 0.0024541498378011 -0.0001575076324699
40.600000 0.0006692583939119 0.0024370761902587 -0.0001227309237777
40.600000 0.0006418045109094 0.0024009801706906 -0.0001449558115123
40.600000 0.0006408883680197 0.0023754015859987 -0.0002088572001276
40.700000 0.0005685698460101 0.0024088364544554 -0.0002757430248721
40.700000 0.0005865761163324 0.0024399161477076 -0.0003105931842800
40.700000 0.0006544752902523 0.0024612796975742 -0.0002912563297722
40.700000 0.0007015312567010 0.0024710094515003 -0.0002269832697928
40.700000 0.0006745273907897 0.0024712378160285 -0.0001555254305579
40.700000 0.0006115770284141 0.0024544162913902 -0.0001206420010562
40.700000 0.0005835139250878 0.0024194846205717 -0.0001429613462928
40.700000 0.0005823785547005 0.0023947603478995 -0.0002071194715555
40.800000 0.0005098468092489 0.0024258634886592 -0.0002739966277428
40.800000 0.0005284082556834 0.0024557173959316 -0.0003088226172117
40.800000 0.0005970675572222 0.0024768810816430 -0.0002894561908726
40.800000 0.0006445408855995 0.0024868249323888 -0.0002250835152366
40.800000 0.0006172416824090 0.0024870106554745 -0.0001534605520894
40.800000 0.0005535569114116 0.0024703971603121 -0.0001184862635713
40.800000 0.0005248840737225 0.0024365852794381 -0.0001408838787559
40.800000 0.0005235220611564 0.0024126965724446 -0.0002052586368070
40.900000 0.0004508275553664 0.0024414847136846 -0.0002720913552984
40.900000 0.0004699470775116 0.0024701562993201 -0.0003068807040757
40.900000 0.0005393423102643 0.0024911610914486 -0.0002875017575119
40.900000 0.0005872141289530 0.0025013361027012 -0.0002230658779354
40.900000 0.0005596288930022 0.0025014610903276 -0.0001513141664895
40.900000 0.0004952309294628 0.0024850133229179 -0.0001162650669501
40.900000 0.0004659502305128 0.0024522781104411 -0.0001387249530172
40.900000 0.0004643553620054 0.0024292066648672 -0.0002032763996197
41.000000 0.0003915474140859 0.0024556972384818 -0.0002700289972311
41.000000 0.0004112257156000 0.0024832285393828 -0.0003047689807958
41.000000 0.0004813306319133 0.0025041134348440 -0.0002853942251222
41.000000 0.0005295811303808 0.0025145356848724 -0.0002209314460938
41.000000 0.0005017199140790 0.0025145825883891 -0.0001490874855599
41.000000 0.0004366319859868 0.0024982601347135 -0.0001139797985946
41.000000 0.0004067475705730 0.0024665600141251 -0.0001364861526586
41.000000 0.0004049147809755 0.0024442880224830 -0.0002011745285047
41.100000 0.0003320415745389 0.0024684990996410 -0.0002678114284087
41.100000 0.0003522772779229 0.0024949306270683 -0.0003024890751590
41.100000 0.0004230636986817 0.0025157325593722 -0.0002831348704416
41.100000 0.0004716721799226 0.0025264171006642 -0.0002186813691604
41.100000 0.0004435457441475 0.0025263693522554 -0.0001467817626341
41.100000 0.0003777929790992 0.0025101337759151 -0.0001116318764477
41.100000 0.0003473111440049 0.0024794288160142 -0.0001341690988457
41.100000 0.0003452364622995 0.0024579390184907 -0.0001989548540165
41.200000 0.0002723450595892 0.0024798892475543 -0.0002654406059689
41.200000 0.0002931348245952 0.0025052598963891 -0.0003000427047516
41.200000 0.0003645727626581 0.0025260136524679 -0.0002807250504486
41.200000 0.0004135176974631 0.0025369744739243 -0.0002163168571340
41.200000 0.0003851374706293 0.0025368163200250 -0.0001443982917125
41.200000 0.0003187467798403 0.0025206312459221 -0.0001092227477548
41.200000 0.0002876758503297 0.0024908832534572 -0.0001317754484524
41.200000 0.0002853563432296 0.0024701589849805 -0.0001966192660248
41.300000 0.0002124927010771 0.0024898675318932 -0.0002629185663975
41.300000 0.0002338313462812 0.0025142144974404 -0.0002974316748544
41.300000 0.0003058891332019 0.0025349526411785 -0.0002781662012513
41.300000 0.0003551482161227 0.0025462026329420 -0.0002138391798396
41.300000 0.0003265262518440 0.0025459191655367 -0.0001419384065770
41.300000 0.0002595262108108 0.0025297503571870 -0.0001067538878213
41.300000 0.0002278764137930 0.0025009229617805 -0.0001293068921963
41.300000 0.0002253101276837 0.0024809481952205 -0.0001941697109942
41.400000 0.0001525191159932 0.0024984346864553 -0.0002602474225979
41.400000 0.0001743997430795 0.0025217933888414 -0.0002946578763022
41.400000 0.0002470441587469 0.0025425461914120 -0.0002754598369365
41.400000 0.0002965943656256 0.0025540971123998 -0.0002112496661707
41.400000 0.0002677432990750 0.0025536742981430 -0.0001394034798880
41.400000 0.0002001640252331 0.0025374897285081 -0.0001042267987701
41.400000 0.0001679473595571 0.0025095484598033 -0.0001267651527859
41.400000 0.0001651332610292 0.0024903078452886 -0.0001916081892756
41.500000 0.0000924586835915 0.0025055923134349 -0.0002574293609574
41.500000 0.0001148728038975 0.0025279963296246 -0.0002917232833113
41.500000 0.0001880692087281 0.0025487917067188 -0.0002726075483777
41.500000 0.0002378868556549 0.0025606541549225 -0.0002085497033019
41.500000 0.0002088198587311 0.0025600788620275 -0.0001367949222631
41.500000 0.0001406928864520 0.0025438487777694 -0.0001016430082975
41.500000 0.0001079229907871 0.0025167611347651 -0.0001241519830850
41.500000 0.0001048609060121 0.0024982400351179 -0.0001889367524174
41.600000 0.0000323455234439 0.0025113428671691 -0.0002544666384159
41.600000 0.0000552831863286 0.0025328238706016 -0.0002886299512777
41.600000 0.0001289956556441 0.0025536873266150 -0.0002696110020042
41.600000 0.0001790564592055 0.0025658707122245 -0.0002057407358703
41.600000 0.0001497871946141 0.0025651307350703 -0.0001341141813392
41.600000 0.0000811453478878 0.0025488277141521 -0.0000990040684327
41.600000 0.0000478373666404 0.0025225632267172 -0.0001214691642952
41.600000 0.0000445279198272 0.0025047477490185 -0.0001861575004977
41.700000 -0.0000277865255588 0.0025156896374118 -0.0002513615795417
41.700000 -0.0000043366029577 0.0025362773452315 -0.0002853800145519
41.700000 0.0000698548572663 0.0025572319244567 -0.0002664719385343
41.700000 0.0001201339959446 0.0025697444458574 -0.0002028242651274
41.700000 0.0000906765703064 0.0025688285272695 -0.0001313627408185
41.700000 0.0000215538334549 0.0025524275298436 -0.0000963115542991
41.700000 -0.0000122757188396 0.0025269578124270 -0.0001187185041597
41.700000 -0.0000158311676704 0.0025098348357420 -0.0001832725794855
41.800000 -0.0000879039252630 0.0025186367321857 -0.0002481165736213
41.800000 -0.0000639542273022 0.0025383588600216 -0.0002819756841916
41.800000 0.0000106781390077 0.0025594251048720 -0.0002631921716711
41.800000 0.0000611503155899 0.0025722737275580 -0.0001998018480616
41.800000 0.0000315192316888 0.0025711715787258 -0.0001285421195005
41.800000 -0.0000380493815447 0.0025546499912683 -0.0000935670628811
41.800000 -0.0000723827569226 0.0025299487888450 -0.0001159018351911
41.800000 -0.0000761821746206 0.0025135059881476 -0.0001802841786322
41.900000 -0.0001479734573662 0.0025201890602622 -0.0002447340717655
41.900000 -0.0001235375386115 0.0025390712844846 -0.0002784192456978
41.900000 -0.0000485032235375 0.0025602672007603 -0.0002597735867656
41.900000 0.0000021362813161 0.0025734576392011 -0.0001966750964922
41.900000 -0.0000276536104001 0.0025721599571976 -0.0001256538702988
41.900000 -0.0000976321890425 0.0025554976298662 -0.0000907722117967
41.900000 -0.0001324505434852 0.0025315408561814 -0.0001130210129245
41.900000 -0.0001364912866901 0.0025157667225319 -0.0001771945278989
42.000000 -0.0002079622415964 0.0025203523133163 -0.0002412165840386
42.000000 -0.0001830545953753 0.0025384182406817 -0.0002747130567368
42.000000 -0.0001076580218736 0.0025597592698690 -0.0002562181394468
42.000000 -0.0000568772468016 0.0025732959723563 -0.0001934456761360
42.000000 -0.0000868107973511 0.0025717944552343 -0.0001226995792458
42.000000 -0.0001571626663318 0.0025549737324435 -0.0000879286380772
42.000000 -0.0001924461974040 0.0025317395006394 -0.0001100779141988
42.000000 -0.0001967250754921 0.0025166233576772 -0.0001740058954230
42.100000 -0.0002678377529634 0.0025191329478027 -0.0002375666766130
42.100000 -0.0002424736801409 0.0025364040923780 -0.0002708595448513
42.100000 -0.0001667551316909 0.0025579030909548 -0.0002525278542210
42.100000 -0.0001158594282963 0.0025717892274544 -0.0001901153056462
42.100000 -0.0001459212398093 0.0025700765868964 -0.0001196808644850
42.100000 -0.0002166090936968 0.0025530823311205 -0.0000850379969564
42.100000 -0.0002523371780518 0.0025305509768489 -0.0001070744354674
42.100000 -0.0002568505159097 0.0025160829936765 -0.0001707205850264
42.200000 -0.0003275678380927 0.0025165381665987 -0.0002337869689549
42.200000 -0.0003017633164391 0.0025330339338352 -0.0002668612051648
42.200000 -0.0002257635297523 0.0025547011595409 -0.0002487048230412
42.200000 -0.0001747794587617 0.0025689386125636 -0.0001866857556258
42.200000 -0.0002049539345252 0.0025670085840693 -0.0001165993752518
42.200000 -0.0002759399715357 0.0025498281929019 -0.0000821019606683
42.200000 -0.0003120913019075 0.0025279822900459 -0.0001040124911403
42.200000 -0.0003168350023403 0.0025141534905852 -0.0001673409337695
42.300000 -0.0003871207306534 0.0025125759004561 -0.0002298801310436
42.300000 -0.0003608922851610 0.0025283135782705 -0.0002627205980810
42.300000 -0.0002846523105684 0.0025501566832794 -0.0002447512038496
42.300000 -0.0002336065862376 0.0025647460417794 -0.0001831588476140
42.300000 -0.0002638779810239 0.0025625933923814 -0.0001134567908442
42.300000 -0.0003351240369742 0.0025452168088926 -0.0000791222172575
42.300000 -0.0003716767582872 0.0025240411780386 -0.0001008940119590
42.300000 -0.0003766463638802 0.0025108434469520 -0.0001638693095526
42.400000 -0.0004464650658941 0.0025072547893041 -0.0002258488806275
42.400000 -0.0004198296403816 0.0025222495460045 -0.0002584403469828
42.400000 -0.0003433907028536 0.0025442735769281 -0.0002406692190927
42.400000 -0.0002923101275204 0.0025592141332318 -0.0001795364530494
42.400000 -0.0003226625980821 0.0025568346667331 -0.0001102548195842
42.400000 -0.0003941302799662 0.0025392543831857 -0.0000761004693996
42.400000 -0.0004310621242098 0.0025187360930007 -0.0000977209434055
42.400000 -0.0004362528784713 0.0025061621782763 -0.0001603081087677
42.500000 -0.0005055698943021 0.0025005841634419 -0.0002216959805215
42.500000 -0.0004785447246319 0.0025148490523257 -0.0002540231359323
42.500000 -0.0004019480857529 0.0025370564569533 -0.0002364611542124
42.500000 -0.0003508594843886 0.0025523462067130 -0.0001758204922075
42.500000 -0.0003812771400046 0.0025497367664472 -0.0001069951977704
42.500000 -0.0004529279588795 0.0025319478214432 -0.0000730384332365
42.500000 -0.0004902163784090 0.0025120761831315 -0.0000944952441470
42.500000 -0.0004956232860331 0.0025001196954378 -0.0001566597540029
42.600000 -0.0005644046944014 0.0024925740246603 -0.0002174242359474
42.600000 -0.0005370071836180 0.0025061199950950 -0.0002494717073761
42.600000 -0.0004602940048337 0.0025285106357675 -0.0002321293561134
42.600000 -0.0004092241597350 0.0025441462809283 -0.0001720129331160
42.600000 -0.0004396911126919 0.0025413047500490 -0.0001036796886228
42.600000 -0.0005114866155646 0.0025233047191955 -0.0000699378372240
42.600000 -0.0005491089145079 0.0025040712742199 -0.0000912188845165
42.600000 -0.0005547268006047 0.0024927266831421 -0.0001529266918005
42.700000 -0.0006229393847103 0.0024832350273270 -0.0002130364919191
42.700000 -0.0005951869803907 0.0024960709421153 -0.0002447888598564
42.700000 -0.0005183981878336 0.0025186421156127 -0.0002276762316089
42.700000 -0.0004673737735959 0.0025346190703752 -0.0001681157904464
42.700000 -0.0004978741894911 0.0025315443696849 -0.0001003100812207
42.700000 -0.0005697760899076 0.0025133333498819 -0.0000668004209957
42.700000 -0.0006077095533706 0.0024947318511467 -0.0000878938450309
42.700000 -0.0006135331215238 0.0024839944784216 -0.0001491113904716
42.800000 -0.0006811443348745 0.0024725784594699 -0.0002085356306778
42.800000 -0.0006530544089674 0.0024847111182883 -0.0002399774457329
42.800000 -0.0005762305601571 0.0025074575821006 -0.0002231042458460
42.800000 -0.0005252780790702 0.0025237699818545 -0.0001641311243847
42.800000 -0.0005557962268226 0.0025204620651908 -0.0000968881894352
42.800000 -0.0006277665338673 0.0025020426526535 -0.0000636279342411
42.800000 -0.0006659885546501 0.0024840690393611 -0.0000845221149473
42.800000 -0.0006720124436691 0.0024739350492317 -0.0001452163379671
42.900000 -0.0007389903759987 0.0024606162238922 -0.0002039245691760
42.900000 -0.0007105801074099 0.0024720503925844 -0.0002350403689158
42.900000 -0.0006337612601156 0.0024949643974188 -0.0002184159207120
42.900000 -0.0005829069781185 0.0025116051106173 -0.0001600610394801
42.900000 -0.0006134272795752 0.0025080649578168 -0.0000934158508554
42.900000 -0.0006854284249991 0.0024894422199622 -0.0000604221356009
42.900000 -0.0007239166275490 0.0024720945863620 -0.0000811056908580
42.900000 -0.0007301354667953 0.0024625609731770 -0.0001412440398079
43.000000 -0.0007964488101967 0.0024473608193478 -0.0001992062566139
43.000000 -0.0007677350703625 0.0024580992648442 -0.0002299805826135
43.000000 -0.0006909606539044 0.0024811705932153 -0.0002136138332236
43.000000 -0.0006402305372342 0.0024981312361523 -0.0001559076834741
43.000000 -0.0006707376162636 0.0024943608436202 -0.0000898949257111
43.000000 -0.0007427325794673 0.0024755422849558 -0.0000571847915791
43.000000 -0.0007814649408136 0.0024588208432149 -0.0000776465753242
43.000000 -0.0007878734039900 0.0024498854164005 -0.0001371970170732
43.100000 -0.0008534914193826 0.0024328253218072 -0.0001943836720303
43.100000 -0.0008244906610568 0.0024428688524365 -0.0002248010870961
43.100000 -0.0007477993503102 0.0024660848631700 -0.0002087006138997
43.100000 -0.0006972190029798 0.0024833558176186 -0.0001516732461099
43.100000 -0.0007276977339410 0.0024793581865356 -0.0000863272957913
43.100000 -0.0007996501645503 0.0024603537087012 -0.0000539176754728
43.100000 -0.0008386051319819 0.0024442607461337 -0.0000741467755496
43.100000 -0.0008451979892821 0.0024359221126687 -0.0001330778044495
43.200000 -0.0009100904733253 0.0024170233658401 -0.0001894598219477
43.200000 -0.0008808186227876 0.0024263708767918 -0.0002195049274776
43.200000 -0.0008042482151454 0.0024497165552657 -0.0002036789451199
43.200000 -0.0007538428173791 0.0024672869889282 -0.0001473599579224
43.200000 -0.0007842783728622 0.0024630661111313 -0.0000827148633599
43.200000 -0.0008561527106420 0.0024438879672547 -0.0000506225663197
43.200000 -0.0008953093159048 0.0024284277981534 -0.0000706083020942
43.200000 -0.0009020814844331 0.0024206853426789 -0.0001288889483398
43.300000 -0.0009662187369901 0.0023999691261407 -0.0001844377380741
43.300000 -0.0009366910898688 0.0024086176498328 -0.0002140951915177
43.300000 -0.0008602783854024 0.0024320756637679 -0.0001985515594695
43.300000 -0.0008100726331575 0.0024499335534833 -0.0001429700890109
43.300000 -0.0008404505308910 0.0024454943950622 -0.0000790595500695
43.300000 -0.0009122121227562 0.0024261571386000 -0.0000473012478647
43.300000 -0.0009515500925649 0.0024113360509201 -0.0000670331676268
43.300000 -0.0009584966849413 0.0024041899136167 -0.0001246330050330
43.400000 -0.0010218494771914 0.0023816772992177 -0.0001793204750620
43.400000 -0.0009920805980749 0.0023896220603200 -0.0002085750074461
43.400000 -0.0009158612831266 0.0024131728209246 -0.0001933212380721
43.400000 -0.0008658793288243 0.0024313049785736 -0.0001385059477948
43.400000 -0.0008961854776465 0.0024266534612290 -0.0000753632958733
43.400000 -0.0009678006915375 0.0024071738894731 -0.0000439555075455
43.400000 -0.0010073005542122 0.0023930000866215 -0.0000634233857189
43.400000 -0.0010144169252905 0.0023864511389871 -0.0001203125389343
43.500000 -0.0010769564685801 0.0023621630852719 -0.0001741111083254
43.500000 -0.0010469600945780 0.0023693975601320 -0.0002029475418095
43.500000 -0.0009709686290007 0.0023930192883965 -0.0001879908089126
43.500000 -0.0009212340235886 0.0024114113894390 -0.0001339698797518
43.500000 -0.0009514547683848 0.0024065543696535 -0.0000716280579370
43.500000 -0.0010228911037863 0.0023869514620909 -0.0000405871354978
43.500000 -0.0010625342918413 0.0023734350000791 -0.0000597809696774
43.500000 -0.0010698160834754 0.0023674848187421 -0.0001159301208566
43.600000 -0.0011315139989906 0.0023414421702811 -0.0001688127319157
43.600000 -0.0011013029473882 0.0023479581504987 -0.0001972159973443
43.600000 -0.0010255724556400 0.0023716269484288 -0.0001825631451497
43.600000 -0.0009761080921019 0.0023902635630026 -0.0001293642661418
43.600000 -0.0010062302576111 0.0023852088090786 -0.0000678558095498
43.600000 -0.0010774564525056 0.0023655036608028 -0.0000371979235800
43.600000 -0.0011172254010325 0.0023526563810245 -0.0000561079314180
43.600000 -0.0011246685848336 0.0023473072197235 -0.0001114883263719
43.700000 -0.0011854968741716 0.0023195307083106 -0.0001634284564563
43.700000 -0.0011550829543062 0.0023253183682035 -0.0001913836108750
43.700000 -0.0010796451205936 0.0023490082947732 -0.0001770411634208
43.700000 -0.0010304731790205 0.0023678729212801 -0.0001246915227152
43.700000 -0.0010604841124173 0.0023626290883045 -0.0000640485390367
43.700000 -0.0011314702464750 0.0023428448386816 -0.0000337896644182
43.700000 -0.0011713484871791 0.0023306802965763 -0.0000524062803769
43.700000 -0.0011789494052166 0.0023259350564400 -0.0001069897342230
43.800000 -0.0012388804219259 0.0022964453040657 -0.0001579614071367
43.800000 -0.0012082743513997 0.0023014932717713 -0.0001854536512404
43.800000 -0.0011331593190494 0.0023251764233731 -0.0001714278221398
43.800000 -0.0010843012133812 0.0023442515244708 -0.0001199540984069
43.800000 -0.0011141888255442 0.0023388281272695 -0.0000602082486721
43.800000 -0.0011849064193625 0.0023189898840695 -0.0000303641504713
43.800000 -0.0012248786701257 0.0023075232739372 -0.0000486780224631
43.800000 -0.0012326340735309 0.0023033854721934 -0.0001024369247947
43.900000 -0.0012916404956833 0.0022722029957022 -0.0001524147217663
43.900000 -0.0012608518210117 0.0022764984276592 -0.0001794294172482
43.900000 -0.0011860880962416 0.0023001450228198 -0.0001657261197894
43.900000 -0.0011375644227834 0.0023194120637360 -0.0001151544740180
43.900000 -0.0011673172281624 0.0023138194478850 -0.0000563369535944
43.900000 -0.0012377393383801 0.0022939542070958 -0.0000269231731171
43.900000 -0.0012777915882402 0.0022832022833245 -0.0000449251590485
43.900000 -0.0012856986736797 0.0022796760205693 -0.0000978324786448
44.000000 -0.0013437534775323 0.0022468212379084 -0.0001467915488866
44.000000 -0.0013127904993130 0.0022503498964619 -0.0001733142356602
44.000000 -0.0012384048595566 0.0022739283645913 -0.0001599390932081
44.000000 -0.0011902353473718 0.0022933678536717 -0.0001102951608842
44.000000 -0.0012198425023704 0.0022876171646353 -0.0000524366807244
44.000000 -0.0012899438124945 0.0022677537261799 -0.0000234685217583
44.000000 -0.0013300634019423 0.0022577347211515 -0.0000411496859966
44.000000 -0.0013381198459360 0.0022548246473043 -0.0000931789750920
44.100000 -0.0013951962807332 0.0022203178852702 -0.0001410950459440
44.100000 -0.0013640659834083 0.0022230642191489 -0.0001671114592065
44.100000 -0.0012900833903388 0.0022465412930834 -0.0001540698158743
44.100000 -0.0012422868536132 0.0022661328244791 -0.0001053786995328
44.100000 -0.0012717381934074 0.0022602359749499 -0.0000485094676862
44.100000 -0.0013414951002003 0.0022404048545355 -0.0000200019829497
44.100000 -0.0013816707967134 0.0022311383934701 -0.0000373535927291
44.100000 -0.0013898747877768 0.0022288496725391 -0.0000884789908627
44.200000 -0.0014459463517393 0.0021927111759316 -0.0001353283775203
44.200000 -0.0014146543380093 0.0021946584033447 -0.0001608244646330
44.200000 -0.0013410978553916 0.0022179992154425 -0.0001481213961879
44.200000 -0.0012936921478615 0.0022377215138423 -0.0001004076583287
44.200000 -0.0013229782215784 0.0022316911493593 -0.0000445573617310
44.200000 -0.0013923689168665 0.0022119244866871 -0.0000165253395462
44.200000 -0.0014325909856093 0.0022034314996870 -0.0000335388613302
44.200000 -0.0014409412542090 0.0022017697734684 -0.0000837350987935
44.300000 -0.0014959816717482 0.0021640197155594 -0.0001294947136219
44.300000 -0.0014645321016835 0.0021651499096647 -0.0001544566507793
44.300000 -0.0013914228181759 0.0021883180912106 -0.0001420969757497
44.300000 -0.0013444247897055 0.0022081490585166 -0.0000953846321104
44.300000 -0.0013735368938897 0.0022019985214431 -0.0000405824186668
44.300000 -0.0014425414416660 0.0021823299850139 -0.0000130403698710
44.300000 -0.0014828017113007 0.0021746326165654 -0.0000297074656864
44.300000 -0.0014912975576151 0.0021736039673946 -0.0000789498665897
44.400000 -0.0015452807578082 0.0021342624616199 -0.0001235972280274
44.400000 -0.0015136762926930 0.0021345566381202 -0.0001480114366907
44.400000 -0.0014410332497038 0.0021575144217915 -0.0001359997276419
44.400000 -0.0013944587050934 0.0021774311856347 -0.0000903122408162
44.400000 -0.0014233889153936 0.0021711744775785 -0.0000365867017913
44.400000 -0.0014919893240976 0.0021516391663316 -0.0000095488469054
44.400000 -0.0015322812476623 0.0021447606825184 -0.0000258613706630
44.400000 -0.0015409225671475 0.0021443715951900 -0.0000741258556381
44.500000 -0.0015938226635023 0.0021034587079760 -0.0001176390966918
44.500000 -0.0015620644144339 0.0021028969146009 -0.0001414922597626
44.500000 -0.0014899045391273 0.0021256052397471 -0.0001298328547072
44.500000 -0.0014437681992299 0.0021455842037375 -0.0000851931281027
44.500000 -0.0014725094002404 0.0021392359464994 -0.0000325722808306
44.500000 -0.0015406896901125 0.0021198702885241 -0.0000060525374984
44.500000 -0.0015810084009353 0.0021138349822047 -0.0000220025313160
44.500000 -0.0015897957076998 0.0021140923051742 -0.0000692656198732
44.600000 -0.0016415869792341 0.0020716280698101 -0.0001116234962076
44.600000 -0.0016096744604879 0.0020701894774472 -0.0001349025739187
44.600000 -0.0015380125040230 0.0020926080979351 -0.0001235995878313
44.600000 -0.0014923279692390 0.0021126249935356 -0.0000800299599540
44.600000 -0.0015208738824378 0.0021062003886752 -0.0000285412308839
44.600000 -0.0015886201478544 0.0020870420372357 -0.0000025532015972
44.600000 -0.0016289625104831 0.0020818751314317 -0.0000181328921377
44.600000 -0.0016378969584814 0.0020827860374090 -0.0000643717046954
44.700000 -0.0016885538321365 0.0020387904688774 -0.0001055536023210
44.700000 -0.0016564849192997 0.0020364534641213 -0.0001282458478237
44.700000 -0.0015853334003721 0.0020585410584938 -0.0001173031842264
44.700000 -0.0015401131165892 0.0020785709984067 -0.0000748254232851
44.700000 -0.0015684583263157 0.0020720857855163 -0.0000244956313737
44.700000 -0.0016357587930247 0.0020531735126336 0.0000009474085016
44.700000 -0.0016761234491636 0.0020489010623719 -0.0000142543863367
44.700000 -0.0016852068512221 0.0020504730084128 -0.0000594466459408
44.800000 -0.0017347038856262 0.0020049661190940 -0.0000994325885039
44.800000 -0.0017024747784909 0.0020017083979851 -0.0001215255631296
44.800000 -0.0016318439322374 0.0020234226816863 -0.0001109469257185
44.800000 -0.0015870991592760 0.0020434402146378 -0.0000695822245385
44.800000 -0.0016152391366977 0.0020369106284170 -0.0000204375650033
44.800000 -0.0016820842138838 0.0020182842162508 0.0000044475488809
44.800000 -0.0017224716233402 0.0020149330090985 -0.0000103689351501
44.800000 -0.0017317064680336 0.0020171736962969 -0.0000544929688997
44.900000 -0.0017800183386263 0.0019701755124616 -0.0000932636245786
44.900000 -0.0017476235288239 0.0019659741751942 -0.0001147452127570
44.900000 -0.0016775212611364 0.0019872720146096 -0.0001045341170387
44.900000 -0.0016332620437560 0.0020072511814170 -0.0000643030882744
44.900000 -0.0016611931687774 0.0020006939076423 -0.0000163691167206
44.900000 -0.0017275754958994 0.0019823940379164 0.0000079454847122
44.900000 -0.0017679879725497 0.0019799914934412 -0.0000064784471877
44.900000 -0.0017773774389510 0.0019829088263217 -0.0000495131873836
45.000000 -0.0018244789244762 0.0019344394053329 -0.0000870498753957
45.000000 -0.0017919111678269 0.0019292710517145 -0.0001079082992102
45.000000 -0.0017223430151146 0.0019501085797800 -0.0000980680841196
45.000000 -0.0016785781566300 0.0019700229705808 -0.0000589907557573
45.000000 -0.0017062977377006 0.0019634551010691 -0.0000122923726901
45.000000 -0.0017722122260524 0.0019455232427837 0.0000114394909441
45.000000 -0.0018126539688512 0.0019440973111682 -0.0000025848178080
45.000000 -0.0018222019391791 0.0019476993568736 -0.0000445098028397
45.100000 -0.0018680679095510 0.0018977788050164 -0.0000807944995639
45.100000 -0.0018353182030929 0.0018916196304691 -0.0001010183329276
45.100000 -0.0017662872975163 0.0019119523636000 -0.0000915521723967
45.100000 -0.0017230243360702 0.0019317751761268 -0.0000536479835375
45.100000 -0.0017505306278538 0.0019252141627869 -0.0000082094192717
45.100000 -0.0018159744968126 0.0019076924584615 0.0000149278529718
45.100000 -0.0018564516158730 0.0019072715184933 0.0000013100714763
45.100000 -0.0018661626860685 0.0019115664658602 -0.0000394853035105
45.200000 -0.0019107680916098 0.0018602149567215 -0.0000745006482297
45.200000 -0.0018778256552648 0.0018530408486205 -0.0000940788306664
45.200000 -0.0018093326954587 0.0018728238047168 -0.0000849897451167
45.200000 -0.0017665778829872 0.0018925279034936 -0.0000482775420293
45.200000 -0.0017938701018592 0.0018859915115687 -0.0000041223420087
45.200000 -0.0018588429097942 0.0018689226622562 0.0000184088672875
45.200000 -0.0018993634475793 0.0018695354189109 0.0000052043535635
45.200000 -0.0019092429358414 0.0018745315375203 -0.0000344421636371
45.300000 -0.0019525627978922 0.0018217693308450 -0.0000681714639071
45.300000 -0.0019194150607189 0.0018135559649952 -0.0000870933139209
45.300000 -0.0018514582880074 0.0018327437822800 -0.0000783841816527
45.300000 -0.0018092165719332 0.0018523017586196 -0.0000428822140866
45.300000 -0.0018362949092765 0.0018458080192188 -0.0000000332246239
45.300000 -0.0019007985791031 0.0018292351685315 0.0000218808421111
45.300000 -0.0019413725267742 0.0018309105503581 0.0000090961762994
45.300000 -0.0019514264800907 0.0018366161496465 -0.0000293828427061
45.400000 -0.0019934358829817 0.0017824636105949 -0.0000618100793547
45.400000 -0.0019600684739576 0.0017731865476535 -0.0000800653073765
45.400000 -0.0018926436540576 0.0017917336041041 -0.0000717388758265
45.400000 -0.0018509186617386 0.0018111178367829 -0.0000374647935762
45.400000 -0.0018777842950139 0.0018046849988038 0.0000040558519764
45.400000 -0.0019418231343860 0.0017886516161903 0.0000253420980026
45.400000 -0.0019824624433626 0.0017914186727046 0.0000129837029863
45.400000 -0.0019926976420733 0.0017978420612147 -0.0000243097847368
45.500000 -0.0020333717264549 0.0017423196799523 -0.0000554196165001
45.500000 -0.0019997684697257 0.0017319544616112 -0.0000729983373960
45.500000 -0.0019328688799222 0.0017498149947457 -0.0000650572342404
45.500000 -0.0018916629058775 0.0017689977112325 -0.0000320280839499
45.500000 -0.0019183180074478 0.0017626441927767 0.0000081428106874
45.500000 -0.0019818987235938 0.0017471939562842 0.0000287909684563
45.500000 -0.0020226173123852 0.0017510817555673 0.0000168651128659
45.500000 -0.0020330412728164 0.0017582312004173 -0.0000192254176089
45.600000 -0.0020723552303327 0.0017013596119666 -0.0000490031854096
45.600000 -0.0020384981448586 0.0016898818567154 -0.0000658959305409
45.600000 -0.0019721145666293 0.0017070100835010 -0.0000583426746166
45.600000 -0.0019314285625592 0.0017259634216152 -0.0000265748968159
45.600000 -0.0019578763062537 0.0017197077609987 0.0000122255791834
45.600000 -0.0020210080154689 0.0017048844397555 0.0000322258004767
45.600000 -0.0020618217718455 0.0017099219664497 0.0000207386015766
45.600000 -0.0020724427470584 0.0017178056530928 -0.0000141321524287
45.700000 -0.0021103718163526 0.0016596056573829 -0.0000425638833021
45.700000 -0.0020762411198773 0.0016469911556774 -0.0000587616121253
45.700000 -0.0020103618369310 0.0016633413923299 -0.0000515986241465
45.700000 -0.0019701954045435 0.0016820374622059 -0.0000211080505098
45.700000 -0.0019964399699489 0.0016758982686674 0.0000163020908846
45.700000 -0.0020591342017678 0.0016617456053157 0.0000356449551367
45.700000 -0.0021000609803450 0.0016679616592021 0.0000246023815852
45.700000 -0.0021108879590403 0.0016765876515472 -0.0000090323829311
45.800000 -0.0021474074230763 0.0016170802335958 -0.0000361047936059
45.800000 -0.0021129815403397 0.0016033050422676 -0.0000515989048029
45.800000 -0.0020475923420266 0.0016188318237148 -0.0000448285178504
45.800000 -0.0020079437286752 0.0016372427699477 -0.0000156303686669
45.800000 -0.0020339903031495 0.0016312386741577 0.0000203702859138
45.800000 -0.0020962609992295 0.0016178002674629 0.0000390468081190
45.800000 -0.0021373206145438 0.0016252233628010 0.0000284546825965
45.800000 -0.0021483633181677 0.0016345995637600 -0.0000039284849183
45.900000 -0.0021834485028502 0.0015738059139276 -0.0000296289850572
45.900000 -0.0021487040779594 0.0015588464496714 -0.0000444113271868
45.900000 -0.0020837882680029 0.0015735046484598 -0.0000380357969472
45.900000 -0.0020446543651367 0.0015916027123089 -0.0000101446787951
45.900000 -0.0020705091435428 0.0015857523167808 0.0000244281120441
45.900000 -0.0021323726513007 0.0015730715046428 0.0000424297502398
45.900000 -0.0021735868664617 0.0015817297704424 0.0000322937519388
45.900000 -0.0021848557445588 0.0015918638829681 0.0000011771842676
46.000000 -0.0022184820186324 0.0015298054172242 -0.0000231395108383
46.000000 -0.0021833939315045 0.0015136385490109 -0.0000372023925009
46.000000 -0.0021189323419941 0.0015273834934354 -0.0000312239072347
46.000000 -0.0020803086864154 0.0015451410749626 -0.0000046538108498
46.000000 -0.0021059788685767 0.0015394629044703 0.0000284735256351
46.000000 -0.0021674539296277 0.0015275826475540 0.0000457921879571
46.000000 -0.0022088464406347 0.0015375037289470 0.0000361178549281
46.000000 -0.0022203526644958 0.0015484032176195 0.0000062822862401
46.100000 -0.0022524954407026 0.0014851015977655 -0.0000166394077550
46.100000 -0.0022170368274853 0.0014677047380314 -0.0000299756072630
46.100000 -0.0021530078380640 0.0014804923292765 -0.0000243962974819
46.100000 -0.0021148886159834 0.0014978820492965 0.0000008394041880
46.100000 -0.0021403824018697 0.0014923945013985 0.0000325044925594
46.100000 -0.0022014901353252 0.0014813572676015 0.0000491325438618
46.100000 -0.0022430865511421 0.0014925682284715 0.0000399252752113
46.100000 -0.0022548420057941 0.0015042402816904 0.0000113845020320
46.200000 -0.0022854767432667 0.0014397174354833 -0.0000101316954512
46.200000 -0.0022496190206429 0.0014210686299549 -0.0000227344699990
46.200000 -0.0021859985828136 0.0014328554580378 -0.0000175564178327
46.200000 -0.0021483766366876 0.0014498502197595 0.0000063321357311
46.200000 -0.0021737032193414 0.0014445715155311 0.0000365189891177
46.200000 -0.0022344671000325 0.0014344191654981 0.0000524492571539
46.200000 -0.0022762949185179 0.0014469463925208 0.0000437143150893
46.200000 -0.0022883121931045 0.0014593978853564 0.0000164815325288
46.300000 -0.0023174144009721 0.0013936760264825 -0.0000036193756596
46.300000 -0.0022811272942486 0.0013737540425002 -0.0000154824699874
46.300000 -0.0022178889607180 0.0013844975008130 -0.0000107077182215
46.300000 -0.0021807557988475 0.0014010705510508 0.0000118215550016
46.300000 -0.0022059253550673 0.0013960186861251 0.0000405150029432
46.300000 -0.0022663711867670 0.0013867923600161 0.0000557407841032
46.300000 -0.0023084597665594 0.0014006614682579 0.0000474832958212
46.300000 -0.0023207521431630 0.0014138989260102 0.0000215710988746
46.400000 -0.0023482973853435 0.0013470005738572 0.0000028945685128
46.400000 -0.0023115489602233 0.0013257849870703 -0.0000082230860333
46.400000 -0.0022486639191940 0.0013354433853219 -0.0000038536468018
46.400000 -0.0022120097280598 0.0013515683751592 0.0000173048364418
46.400000 -0.0022370334068599 0.0013467610711754 0.0000444905338954
46.400000 -0.0022971892905835 0.0013385010768904 0.0000590055984951
46.400000 -0.0023395698190474 0.0013537368171036 0.0000512305579102
46.400000 -0.0023521512600004 0.0013677663796171 0.0000266509428500
46.500000 -0.0023781151611549 0.0012997143787986 0.0000094071732662
46.500000 -0.0023408718590890 0.0012771856581056 -0.0000009597852723
46.500000 -0.0022783089734027 0.0012857183334719 0.0000030023516127
46.500000 -0.0022421226327068 0.0013013693782582 0.0000227791591202
46.500000 -0.0022670125415776 0.0012968240348163 0.0000484435949422
46.500000 -0.0023269088390506 0.0012895697378713 0.0000622421920624
46.500000 -0.0023696142963885 0.0013061959056215 0.0000549544613720
46.500000 -0.0023824994301249 0.0013210232923991 0.0000317188272247
46.600000 -0.0024068576827461 0.0012518408319849 0.0000159154947572
46.600000 -0.0023690843597586 0.0012279804226041 0.0000063039779984
46.600000 -0.0023068102107904 0.0012353478488974 0.0000098568370943
46.600000 -0.0022710793111675 0.0012504995874644 0.0000282417081321
46.600000 -0.0022958485001650 0.0012462332346818 0.0000523722130306
46.600000 -0.0023555177925520 0.0012400229499299 0.0000654490749026
46.600000 -0.0023985829121927 0.0012580622966816 0.0000586533859866
46.600000 -0.0024117870176898 0.0012736927728397 0.0000367725360850
46.700000 -0.0024345153902975 0.0012034034052482 0.0000224166097181
46.700000 -0.0023961753591769 0.0011781938098046 0.0000135647634598
46.700000 -0.0023341542953700 0.0011843577044817 0.0000167063761334
46.700000 -0.0022988651587301 0.0011989853574647 0.0000336896759938
46.700000 -0.0023235276024266 0.0011950146092307 0.0000562744299463
46.700000 -0.0023830046444214 0.0011898854946133 0.0000686247758822
46.700000 -0.0024264658697963 0.0012093596408971 0.0000623257315352
46.700000 -0.0024400048596574 0.0012257979839991 0.0000418098751388
46.800000 -0.0024610792060724 0.0011544256435108 0.0000289076160455
46.800000 -0.0024221342818192 0.0011278505010350 0.0000208191458846
46.800000 -0.0023603284717474 0.0011327739298673 0.0000235475431573
46.800000 -0.0023254661742042 0.0011468533570197 0.0000391202640302
46.800000 -0.0023500367515358 0.0011431943650410 0.0000601483031618
46.800000 -0.0024093584209218 0.0011391823175503 0.0000717678430277
46.800000 -0.0024532538587426 0.0011601116683258 0.0000659699180215
46.800000 -0.0024671442609697 0.0011773621361317 0.0000468286719976
46.900000 -0.0024865405306372 0.0011049311569838 0.0000353856333631
46.900000 -0.0024469510790569 0.0010769753197204 0.0000280637162242
46.900000 -0.0023853205688950 0.0010806227989559 0.0000303769220356
46.900000 -0.0023508689662306 0.0010941305553488 0.0000445306837551
46.900000 -0.0023753634382829 0.0010907989640777 0.0000639919066721
46.900000 -0.0024345686810752 0.0010879385181056 0.0000748768439040
46.900000 -0.0024789380512289 0.0011103421804312 0.0000695843858795
46.900000 -0.0024931969897363 0.0011284084795959 0.0000518267764389
47.000000 -0.0025108912390695 0.0010549436136205 0.0000418478035558
47.000000 -0.0024706162283991 0.0010255932215519 0.0000352950826701
47.000000 -0.0024091190036758 0.0010279308174048 0.0000371911075707
47.000000 -0.0023750607592895 0.0010408442084039 0.0000499181582437
47.000000 -0.0023994957450641 0.0010378551109395 0.0000678033318197
47.000000 -0.0024586255163521 0.0010361793391827 0.0000779503659807
47.000000 -0.0025035100985304 0.0010600750422959 0.0000731675961681
47.000000 -0.0025181552724485 0.0010789602980470 0.0000568020606479
47.100000 -0.0025341236771623 0.0010044867318169 0.0000482912912796
47.100000 -0.0024931207326182 0.0009737292848120 0.0000425098716905
47.100000 -0.0024317127841227 0.0009747247101216 0.0000439867069748
47.100000 -0.0023980293994041 0.0009870218450387 0.0000552799234971
47.100000 -0.0024224223496133 0.0009843897400872 0.0000715806881071
47.100000 -0.0024815195502294 0.0009839301571718 0.0000809870169863
47.100000 -0.0025269621274105 0.0010093341750790 0.0000767180307528
47.100000 -0.0025420117892291 0.0010290409019043 0.0000617524194416
47.200000 -0.0025562306576341 0.0009535842733522 0.0000547132844476
47.200000 -0.0025144561187662 0.0009214087008547 0.0000497047290426
47.200000 -0.0024530915124736 0.0009210314087618 0.0000507603413322
47.200000 -0.0024197633595397 0.0009326912530782 0.0000606132297970
47.200000 -0.0024441325284813 0.0009304300030595 0.0000753221039977
47.200000 -0.0025032419376228 0.0009312164720424 0.0000839854252520
47.200000 -0.0025492867365252 0.0009581435487120 0.0000802341924771
47.200000 -0.0025647596691258 0.0009786736220822 0.0000666757704752
47.300000 -0.0025772054563519 0.0009022600365614 0.0000611109946926
47.300000 -0.0025346144370914 0.0008686567647373 0.0000568763207618
47.300000 -0.0024732453879678 0.0008668780392315 0.0000575086470467
47.300000 -0.0024402517446970 0.0008778804652962 0.0000659153430520
47.300000 -0.0024646161602633 0.0008760032556781 0.0000790257277043
47.300000 -0.0025237843642025 0.0008780638975783 0.0000869442400433
47.300000 -0.0025704769928310 0.0009065271748238 0.0000837146053214
47.300000 -0.0025863924854562 0.0009278818039769 0.0000715700544324
47.400000 -0.0025970418085751 0.0008505378497319 0.0000674816578083
47.400000 -0.0025535882598600 0.0008154988660016 0.0000640213341284
47.400000 -0.0024921652094059 0.0008122919091996 0.0000642282772750
47.400000 -0.0024594842966998 0.0008226177453067 0.0000711835461337
47.400000 -0.0024838637285773 0.0008211370452477 0.0000826897279666
47.400000 -0.0025431390455988 0.0008244981517516 0.0000898621318825
47.400000 -0.0025905264280043 0.0008545090998898 0.0000871578145532
47.400000 -0.0026069042512125 0.0008766888016978 0.0000764332352010
47.500000 -0.0026157339052285 0.0007984415647163 0.0000738225341707
47.500000 -0.0025713706800927 0.0007619604795994 0.0000711364786126
47.500000 -0.0025098423774762 0.0007573004956213 0.0000709159033447
47.500000 -0.0024774513986745 0.0007669315733743 0.0000764151402016
47.500000 -0.0025018663247974 0.0007658590977535 0.0000863122948155
47.500000 -0.0025612987265043 0.0007705450472339 0.0000927377928601
47.500000 -0.0026094290348780 0.0008021133985947 0.0000905623868670
47.500000 -0.0026262894145311 0.0008251179725361 0.0000812633000340
47.600000 -0.0026332763892092 0.0007459950507538 0.0000801309091396
47.600000 -0.0025879553102199 0.0007080671569610 0.0000782184867984
47.600000 -0.0025262688968507 0.0007019314322764 0.0000775682161576
47.600000 -0.0024941440792239 0.0007108506321519 0.0000816074460187
47.600000 -0.0025186156505433 0.0007101973050592 0.0000898916403264
47.600000 -0.0025782566796802 0.0007162304820425 0.0000955699369372
47.600000 -0.0026271792639048 0.0007493641674037 0.0000939269105163
47.600000 -0.0026445428542354 0.0007731926716596 0.0000860582596981
47.700000 -0.0026496643517358 0.0006932221884926 0.0000864040934428
47.700000 -0.0026033362806640 0.0006538445172021 0.0000852641152875
47.700000 -0.0025414373780546 0.0006462124973252 0.0000841819275778
47.700000 -0.0025095540162915 0.0006544037923492 0.0000867578052540
47.700000 -0.0025341040199290 0.0006541797121098 0.0000934259993593
47.700000 -0.0025940067048714 0.0006615804303162 0.0000983573002388
47.700000 -0.0026437720196510 0.0006962855183334 0.0000972499954369
47.700000 -0.0026616598754561 0.0007209362470252 0.0000908161486102
47.800000 -0.0026648933287447 0.0006401468642040 0.0000926394235432
47.800000 -0.0026175082383542 0.0005993182384649 0.0000922701455836
47.800000 -0.0025553410391103 0.0005901716008833 0.0000907537718053
47.800000 -0.0025236735407188 0.0005976200983401 0.0000918635817741
47.800000 -0.0025483243615727 0.0005978345041417 0.0000969136302878
47.800000 -0.0026085431276385 0.0006066209332205 0.0001010986413375
47.800000 -0.0026592026573303 0.0006429015729144 0.0001005302733634
47.800000 -0.0026776362053364 0.0006683720345000 0.0000955350249627
47.900000 -0.0026789592973391 0.0005867929641818 0.0000988342619904
47.900000 -0.0026304663451791 0.0005445140493899 0.0000992333849587
47.900000 -0.0025679737069615 0.0005338367726191 0.0000972805067333
47.900000 -0.0025364956394935 0.0005405287537142 0.0000969221629227
47.900000 -0.0025612702203718 0.0005411899939022 0.0001003528157158
47.900000 -0.0026218607981106 0.0005513780899767 0.0001037927415300
47.900000 -0.0026734669793796 0.0005892364563384 0.0001037663979387
47.900000 -0.0026924679888248 0.0006155233531808 0.0001002129708392
48.000000 -0.0026918586722967 0.0005331843693181 0.0001049859977576
48.000000 -0.0026422062763831 0.0004894577207145 0.0001061506673011
48.000000 -0.0025793298186769 0.0004772361493748 0.0001037589152917
48.000000 -0.0025480139586899 0.0004831591067780 0.0001019309607863
48.000000 -0.0025729357590434 0.0004842746088830 0.0001037418631809
48.000000 -0.0026339550896656 0.0004958780490121 0.0001064384051047
48.000000 -0.0026865612320852 0.0005353142917821 0.0001069570448178
48.000000 -0.0027061517845630 0.0005624135009045 0.0001048480923211
48.100000 -0.0027035883026401 0.0004793449498476 0.0001110920465650
48.100000 -0.0026527242189117 0.0004341750569938 0.0001130188539470
48.100000 -0.0025894044224396 0.0004203979628142 0.0001101858067738
48.100000 -0.0025582228060997 0.0004255406360123 0.0001068874134476
48.100000 -0.0025833157594342 0.0004271168785691 0.0001070791058476
48.100000 -0.0026448218975430 0.0004401469992272 0.0001090344596021
48.100000 -0.0026984821022637 0.0004811591948993 0.0001101009117656
48.100000 -0.0027186845608705 0.0005090657499389 0.0001094385195853
48.200000 -0.0027141454682742 0.0004252985602532 0.0001171498511916
48.200000 -0.0026620168697108 0.0003786918884392 0.0001198348344951
48.200000 -0.0025981931783222 0.0003633505270979 0.0001165580181490
48.200000 -0.0025671171535554 0.0003677029354916 0.0001117889862249
48.200000 -0.0025924056236016 0.0003697454217052 0.0001103629031864
48.200000 -0.0026544576373935 0.0003842111613767 0.0001115797560678
48.200000 -0.0027092267140005 0.0004267952684748 0.0001131967187508
48.200000 -0.0027300636918325 0.0004555033428453 0.0001139824069955
48.300000 -0.0027235278766962 0.0003710690343236 0.0001231568817743
48.300000 -0.0026700814339834 0.0003230340628707 0.0001265955276067
48.300000 -0.0026056923588516 0.0003061222265887 0.0001228724153594
48.300000 -0.0025746926389441 0.0003096757002714 0.0001166331728971
48.300000 -0.0026002013746680 0.0003121889335839 0.0001135916416422
48.300000 -0.0026628592437709 0.0003280967795598 0.0001140731692989
48.300000 -0.0027187926254533 0.0003722465972306 0.0001162432080349
48.300000 -0.0027402869534926 0.0004017494885052 0.0001184779331870
48.400000 -0.0027317336597806 0.0003166801803568 0.0001291106360979
48.400000 -0.0026769156234102 0.0002672274377778 0.0001332978817909
48.400000 -0.0026118988493655 0.0002487415035883 0.0001291258946013
48.400000 -0.0025809455679135 0.0002514887117482 0.0001214174969143
48.400000 -0.0026066996574507 0.0002544761733559 0.0001167637352897
48.400000 -0.0026700241685702 0.0002718301128155 0.0001165135980835
48.400000 -0.0027271778257220 0.0003175372427780 0.0001192391442573
48.400000 -0.0027493525201552 0.0003478273583001 0.0001229233011449
48.500000 -0.0027387613706422 0.0002621557765004 0.0001350086398753
48.500000 -0.0026825176543355 0.0002112978724849 0.0001399388761757
48.500000 -0.0026168101481627 0.0001912368461068 0.0001353153835913
48.500000 -0.0025858729152702 0.0001931718229998 0.0001261395125940
48.500000 -0.0026118977388701 0.0001966359513656 0.0001198776264767
48.500000 -0.0026759503794161 0.0002154374268200 0.0001188999654345
48.500000 -0.0027343807317898 0.0002626912387077 0.0001221833145181
48.500000 -0.0027572589607992 0.0002937600824382 0.0001273167382787
48.600000 -0.0027446099805829 0.0002075195662202 0.0001408484470191
48.600000 -0.0026868862459244 0.0001552712204159 0.0001465155212661
48.600000 -0.0026204243664501 0.0001336367756668 0.0001414378428165
48.600000 -0.0025894723260692 0.0001347549441096 0.0001307968063007
48.600000 -0.0026157935081367 0.0001386971165138 0.0001229317864556
48.600000 -0.0026806363580055 0.0001589449856797 0.0001212312188175
48.600000 -0.0027404001855388 0.0002077325858095 0.0001250745284576
48.600000 -0.0027640052356078 0.0002395707464173 0.0001316564964925
48.700000 -0.0027492788761217 0.0001527952538924 0.0001466276399068
48.700000 -0.0026900206182934 0.0000991733214539 0.0001530248596905
48.700000 -0.0026227402280883 0.0000759698351431 0.0001474902667703
48.700000 -0.0025917421163971 0.0000762680274824 0.0001353869976112
48.700000 -0.0026183854767206 0.0000806885436501 0.0001259247160025
48.700000 -0.0026840810984085 0.0001023790438176 0.0001235063303727
48.700000 -0.0027452354508431 0.0001526852474143 0.0001279116183338
48.700000 -0.0027695906926141 0.0001852823876169 0.0001359408522512
48.800000 -0.0027527678561137 0.0000980065005076 0.0001523438296383
48.800000 -0.0026919204906179 0.0000430299943902 0.0001594639669347
48.800000 -0.0026237570691369 0.0000182645766392 0.0001534696851720
48.800000 -0.0025926812738476 0.0000177410531557 0.0001399077404619
48.800000 -0.0026196727781040 0.0000226391209954 0.0001288549460241
48.800000 -0.0026862841053293 0.0000457658379475 0.0001257242971328
48.800000 -0.0027488862107424 0.0000975731448515 0.0001306934390990
48.800000 -0.0027740150644669 0.0001309179920106 0.0001401681066452
48.900000 -0.0027550771289580 0.0000431769194818 0.0001579946562886
48.900000 -0.0026925860792197 -0.0000131329705417 0.0001658299520652
48.900000 -0.0026234748372031 -0.0000394504505978 0.0001593731641708
48.900000 -0.0025922894576910 -0.0000407959858865 0.0001443567242814
48.900000 -0.0026196551673194 -0.0000354222624014 0.0001317210381524
48.900000 -0.0026872453923326 -0.0000108684208682 0.0001278841412345
48.900000 -0.0027513525646974 0.0000424201530123 0.0001334188684742
48.900000 -0.0027772784653178 0.0000765004909900 0.0001443365854528
49.000000 -0.0027562073098977 -0.0000116699274332 0.0001635777891561
49.000000 -0.0026920180956372 -0.0000692898190516 0.0001721199584433
49.000000 -0.0026218940905946 -0.0000971467122234 0.0001651978075351
49.000000 -0.0025905669987374 -0.0000993130983930 0.0001487316751043
49.000000 -0.0026183330202749 -0.0000934667291734 0.0001345215853273
49.000000 -0.0026869654800357 -0.0000674975550822 0.0001299849101271
49.000000 -0.0027526350259314 -0.0000127499039857 0.0001360868070235
49.000000 -0.0027793813878313 0.0000220527582930 0.0001484446392016
49.100000 -0.0027561594184141 -0.0000665105341502 0.0001690909270066
49.100000 -0.0026902177446794 -0.0001254148401044 0.0001783311644282
49.100000 -0.0026190159972777 -0.0001547957008016 0.0001709407578258
49.100000 -0.0025875148988949 -0.0001577803095110 0.0001530303566693
49.100000 -0.0026157073328676 -0.0001514654261081 0.0001372552123671
49.100000 -0.0026854453942700 -0.0001240954284509 0.0001320256767757
49.100000 -0.0027527345188578 -0.0000679132570437 0.0001386961782286
49.100000 -0.0027803247003185 -0.0000324023929726 0.0001524906432290
49.200000 -0.0027549348757152 -0.0001213214541620 0.0001745317983146
49.200000 -0.0026871867224686 -0.0001814823731605 0.0001844607840727
49.200000 -0.0026148423336438 -0.0002123689477696 0.0001765991975540
49.200000 -0.0025831348304237 -0.0002161676754341 0.0001572505714979
49.200000 -0.0026117797198875 -0.0002093895365824 0.0001399205765268
49.200000 -0.0026826866642150 -0.0001806359537538 0.0001340055398607
49.200000 -0.0027516523765963 -0.0001230461962405 0.0001412459285629
49.200000 -0.0027801096439978 -0.0000868422132174 0.0001564729977437
49.300000 -0.0027525355023219 -0.0001760793043813 0.0001798981615024
49.300000 -0.0026829272144698 -0.0002374668153530 0.0001905060678105
49.300000 -0.0026093754830845 -0.0002698380353604 0.0001821703503241
49.300000 -0.0025774291348852 -0.0002744452980258 0.0001613901619562
49.300000 -0.0026065524137132 -0.0002672102929582 0.0001425163680442
49.300000 -0.0026786913205043 -0.0002370931004477 0.0001359236239742
49.300000 -0.0027493903385796 -0.0001781250749155 0.0001437350275662
49.300000 -0.0027787378303808 -0.0001412440191790 0.0001603901278872
49.400000 -0.0027489635157502 -0.0002307607689118 0.0001851878051782
49.400000 -0.0026774418935119 -0.0002933426286034 0.0001964643031356
49.400000 -0.0026026184343772 -0.0003271746084824 0.0001876514819602
49.400000 -0.0025704008217894 -0.0003325833394131 0.0001654470112977
49.400000 -0.0026000282628004 -0.0003248989889362 0.0001450413106736
49.400000 -0.0026734618933080 -0.0002934409022607 0.0001377790798118
49.400000 -0.0027459505482506 -0.0002331263136807 0.0001461624679215
49.400000 -0.0027762112387860 -0.0001955851966587 0.0001642404837976
49.500000 -0.0027442215282934 -0.0002853426027580 0.0001903985483737
49.500000 -0.0026707339177995 -0.0003490843466843 0.0002023328152756
49.500000 -0.0025945747798824 -0.0003843503865558 0.0001930399016180
49.500000 -0.0025620535669390 -0.0003905520365467 0.0001694190446868
49.500000 -0.0025922107299635 -0.0003824269918677 0.0001474941622076
49.500000 -0.0026670014103905 -0.0003496534647305 0.0001395710843625
49.500000 -0.0027413355508520 -0.0002880264043708 0.0001485272655319
49.500000 -0.0027725322139807 -0.0002498432031935 0.0001680225406748
49.600000 -0.0027383125449022 -0.0003398016354810 0.0001955282407814
49.600000 -0.0026628069289181 -0.0004046665822309 0.0002081089678587
49.600000 -0.0025852487135538 -0.0004413371753033 0.0001983329628807
49.600000 -0.0025523917104733 -0.0004483217157190 0.0001733042302041
49.600000 -0.0025831038904544 -0.0004397657550221 0.0001498737149867
49.600000 -0.0026593133951474 -0.0004057049726915 0.0001412988410948
49.600000 -0.0027355482913087 -0.0003428019139377 0.0001508284596005
49.600000 -0.0027677034639505 -0.0003039955706715 0.0001717347988485
49.700000 -0.0027312399611641 -0.0003941147748069 0.0002005747629940
49.700000 -0.0026536650498316 -0.0004600640337091 0.0002137901635754
49.700000 -0.0025746450287620 -0.0004981068784964 0.0002035280648393
49.700000 -0.0025414202546110 -0.0005058628070385 0.0001771005798307
49.700000 -0.0025727124298355 -0.0004968868298089 0.0001521787963964
49.700000 -0.0026504018646196 -0.0004615696977165 0.0001429615801401
49.700000 -0.0027285921122032 -0.0003974294882963 0.0001530651127117
49.700000 -0.0027617280577974 -0.0003580199078982 0.0001753757838496
49.800000 -0.0027230075613831 -0.0004482590101960 0.0002055360267446
49.800000 -0.0026433128828748 -0.0005152514923430 0.0002193738448344
49.800000 -0.0025627691159329 -0.0005546315096554 0.0002086226531575
49.800000 -0.0025291448610941 -0.0005631458588512 0.0001808061504138
49.800000 -0.0025610416416512 -0.0005537618779524 0.0001544082693526
49.800000 -0.0026402713274877 -0.0005172220055161 0.0001445585584739
49.800000 -0.0027204707518450 -0.0004518858561303 0.0001552363109154
49.800000 -0.0027546094237664 -0.0004118939031206 0.0001789440464851
49.900000 -0.0027136195167580 -0.0005022114163787 0.0002104099751495
49.900000 -0.0026317555077395 -0.0005702038490089 0.0002248574944160
49.900000 -0.0025496269600014 -0.0006108832037018 0.0002136142211212
49.900000 -0.0025155718483335 -0.0006201415521071 0.0001844190446114
49.900000 -0.0025480974248972 -0.0006103626836191 0.0001565610327737
49.900000 -0.0026289267820456 -0.0005726363633019 0.0001460890600945
49.900000 -0.0027111883424332 -0.0005061478326630 0.0001573411638139
49.900000 -0.0027463513474003 -0.0004655953265177 0.0001824381629174
50.000000 -0.0027030803836602 -0.0005559491568666 0.0002151945829552
50.000000 -0.0026189984794545 -0.0006248961010987 0.0002302386361195
50.000000 -0.0025352251376815 -0.0006668342285641 0.0002185003106716
50.000000 -0.0025007081882578 -0.0006768207146644 0.0001879374118159
50.000000 -0.0025338862812881 -0.0006666611654939 0.0001586360220415
50.000000 -0.0026163737141545 -0.0006277873471171 0.0001475523961995
50.000000 -0.0027007494083121 -0.0005601923234014 0.0001593788046525
50.000000 -0.0027369579698217 -0.0005191020326633 0.0001858567347487
50.100000 -0.0026913951020100 -0.0006094494874436 0.0002198878567879
50.100000 -0.0026050478263605 -0.0006793033593592 0.0002355148354098
50.100000 -0.0025195708145521 -0.0007224569967338 0.0002232785134235
50.100000 -0.0024845615028657 -0.0007331543355267 0.0001913594490580
50.100000 -0.0025184153123247 -0.0007226293888062 0.0001606322094494
50.100000 -0.0026026180951759 -0.0006826496491401 0.0001489479053602
50.100000 -0.0026891588643210 -0.0006139963278606 0.0001613483904130
50.100000 -0.0027264337861429 -0.0005723919629690 0.0001891983891100
50.200000 -0.0026785689937515 -0.0006626897596466 0.0002244878354082
50.200000 -0.0025899100480773 -0.0007334008547116 0.0002406837000590
50.200000 -0.0025026717419610 -0.0007777240767736 0.0002279464716671
50.200000 -0.0024671400604841 -0.0007891135790077 0.0001946834018874
50.200000 -0.0025016922161615 -0.0007782395773027 0.0001625486046376
50.200000 -0.0025876663798848 -0.0007371980849651 0.0001502749536943
50.200000 -0.0026764220142348 -0.0006675369432746 0.0001632491019114
50.200000 -0.0027147836440023 -0.0006254431481146 0.0001924617787567
50.300000 -0.0026646077614235 -0.0007156474242403 0.0002289925899711
50.300000 -0.0025735921134653 -0.0007871639450559 0.0002457428807879
50.300000 -0.0024845362537451 -0.0008326082047744 0.0002325018793540
50.300000 -0.0024484527717331 -0.0008446697988188 0.0001979075652336
50.300000 -0.0024837252842740 -0.0008334641251671 0.0001643842550171
50.300000 -0.0025715255043613 -0.0007914076008639 0.0001515329350372
50.300000 -0.0026625445492978 -0.0007207913683011 0.0001650801438994
50.300000 -0.0027020127422263 -0.0006782337104732 0.0001956455821698
50.400000 -0.0026495174868282 -0.0007683000346941 0.0002334002242915
50.400000 -0.0025561014585771 -0.0008405681220656 0.0002506900719044
50.400000 -0.0024651732627681 -0.0008870822957618 0.0002369424830680
50.400000 -0.0024285091851981 -0.0008997945520730 0.0002010302842438
50.400000 -0.0024645233979273 -0.0008882756088829 0.0001661382461799
50.400000 -0.0025542028838608 -0.0008452532810346 0.0001527212711111
50.400000 -0.0026475325468463 -0.0007737369067267 0.0001668407451706
50.400000 -0.0026881266296156 -0.0007307418665373 0.0001987485036644
50.500000 -0.0026333046297929 -0.0008206252506678 0.0002377088751162
50.500000 -0.0025374459846016 -0.0008935890179763 0.0002555230119413
50.500000 -0.0024445922572767 -0.0009411194550503 0.0002412660829791
50.500000 -0.0024073194828122 -0.0009544596132013 0.0002040499550980
50.500000 -0.0024440960244451 -0.0009426467990404 0.0001678097022975
50.500000 -0.0025357064106608 -0.0008987103548404 0.0001538394116932
50.500000 -0.0026313924690225 -0.0008263509711792 0.0001685301586712
50.500000 -0.0026731312038557 -0.0007829459293540 0.0002017692735052
50.600000 -0.0026159760270263 -0.0008726008415126 0.0002419167124029
50.600000 -0.0025176340557961 -0.0009462024123749 0.0002602394842933
50.600000 -0.0024228032970729 -0.0009946929895456 0.0002454705337811
50.600000 -0.0023848944749489 -0.0010086369877751 0.0002069650258027
50.600000 -0.0024224532132805 -0.0009965506720845 0.0001693977865066
50.600000 -0.0025160444518834 -0.0009517542040437 0.0001548868347820
50.600000 -0.0026141311615745 -0.0008786110868544 0.0001701476616158
50.600000 -0.0026570327105494 -0.0008348243109746 0.0002047066480293
50.700000 -0.0025975388910667 -0.0009242046897937 0.0002460219396066
50.700000 -0.0024966744974065 -0.0009983842389911 0.0002648373178537
50.700000 -0.0023998170095048 -0.0010477764189924 0.0002495537456144
50.700000 -0.0023612455952275 -0.0010622989262298 0.0002097739969604
50.700000 -0.0023996055918879 -0.0010499604220025 0.0001709017012822
50.700000 -0.0024952258472924 -0.0010043603700389 0.0001558630467632
50.700000 -0.0025957558527443 -0.0009304948952625 0.0001716925556076
50.700000 -0.0026398377423691 -0.0008863555249277 0.0002075594097779
50.800000 -0.0025780008093189 -0.0009754147948419 0.0002500227939747
50.800000 -0.0024745765935734 -0.0010501105924988 0.0002693143876506
50.800000 -0.0023756445852737 -0.0011003434871673 0.0002535136849705
50.800000 -0.0023363848950317 -0.0011154179374848 0.0002124754225164
50.800000 -0.0023755643613956 -0.0011028494719500 0.0001723206887974
50.800000 -0.0024732599070628 -0.0010565045610900 0.0001567675825734
50.800000 -0.0025762741522386 -0.0009819801580030 0.0001731641667648
50.800000 -0.0026215532383294 -0.0009375181887204 0.0002103263676355
50.900000 -0.0025573697431805 -0.0010262092763399 0.0002539175468501
50.900000 -0.0024513500852215 -0.0011013577353295 0.0002736686154845
50.900000 -0.0023502977740581 -0.0011523681730160 0.0002573483755815
50.900000 -0.0023103250377448 -0.0011679668024535 0.0002150679104816
50.900000 -0.0023503412920805 -0.0011551914858139 0.0001736540312713
50.900000 -0.0024501564095206 -0.0011081626595741 0.0001576000058638
50.900000 -0.0025556940502841 -0.0010330447605717 0.0001745618458521
50.900000 -0.0026021864831762 -0.0009882910263767 0.0002130063569787
51.000000 -0.0025356540272528 -0.0010765663779508 0.0002577045039839
51.000000 -0.0024270051679311 -0.0011521021045033 0.0002778979705659
51.000000 -0.0023237888799548 -0.0012038247017337 0.0002610558992923
51.000000 -0.0022830792927013 -0.0012199185874392 0.0002175501236320
51.000000 -0.0023239487186433 -0.0012069603797092 0.0001749010513032
51.000000 -0.0024259255988511 -0.0011593107292382 0.0001583599091614
51.000000 -0.0025340239167610 -0.0010836667162094 0.0001758849684181
51.000000 -0.0025817451068914 -0.0010386528710171 0.0002155982398340
51.100000 -0.0025128623686356 -0.0011264644709940 0.0002613820058577
51.100000 -0.0024015524897872 -0.0012023203184814 0.0002820004701540
51.100000 -0.0022961307567343 -0.0012546875557862 0.0002646343969158
51.100000 -0.0022546615288579 -0.0012712466574106 0.0002199207801830
51.100000 -0.0022963995352843 -0.0012581303334095 0.0001760611121939
51.100000 -0.0024005781827729 -0.0012099250224709 0.0001590469140306
51.100000 -0.0025112725004163 -0.0011338241697960 0.0001771329349384
51.100000 -0.0025602370843101 -0.0010885826674892 0.0002181009050455
51.200000 -0.0024890038463025 -0.0011758820581761 0.0002649484280161
51.200000 -0.0023750031492053 -0.0012519891840441 0.0002859741801977
51.200000 -0.0022673368029130 -0.0013049314858719 0.0002680820690714
51.200000 -0.0022250862081850 -0.0013219246891523 0.0002221786544398
51.200000 -0.0022677071905808 -0.0013086758017081 0.0001771336182544
51.200000 -0.0023741253301755 -0.0012599819875933 0.0001596606712329
51.200000 -0.0024874489281509 -0.0011834954017984 0.0001783051709651
51.200000 -0.0025376707348498 -0.0011380594750539 0.0002205132684523
51.300000 -0.0024640879105542 -0.0012247977773825 0.0002684021814101
51.300000 -0.0023473686927306 -0.0013010857031987 0.0002898172159767
51.300000 -0.0022374209566388 -0.0013545315218224 0.0002713971770062
51.300000 -0.0021943683787816 -0.0013719266842849 0.0002243225774229
51.300000 -0.0022378856821631 -0.0013585715257088 0.0001781180151002
51.300000 -0.0023465786687166 -0.0013094582761743 0.0001602008608861
51.300000 -0.0024625627043804 -0.0012326588322774 0.0001794011272827
51.300000 -0.0025140547223468 -0.0011870624701341 0.0002228342730767
51.400000 -0.0024381243825462 -0.0012731904055357 0.0002717417127516
51.400000 -0.0023186611128059 -0.0013495870801207 0.0002935277427464
51.400000 -0.0022063976903907 -0.0014034629834400 0.0002745780433988
51.400000 -0.0021625236677139 -0.0014212269821491 0.0002263514374678
51.400000 -0.0022069495511917 -0.0014077925440428 0.0001790137899337
51.400000 -0.0023179502823772 -0.0013583307503713 0.0001606671926216
51.400000 -0.0024366237104641 -0.0012812930249598 0.0001804202800696
51.400000 -0.0024893980549994 -0.0012355709491343 0.0002250628893227
51.500000 -0.0024111234538889 -0.0013210388625279 0.0002749655048789
51.500000 -0.0022888928455066 -0.0013974707281330 0.0002971039763832
51.500000 -0.0021742820054920 -0.0014517014912714 0.0002776230531451
51.500000 -0.0021295682735817 -0.0014698002725485 0.0002282641808000
51.500000 -0.0021749138766331 -0.0014563142040109 0.0001798204718119
51.500000 -0.0022882527089703 -0.0014065764903023 0.0001610594057419
51.500000 -0.0024096422042011 -0.0013293766913830 0.0001813621310673
51.500000 -0.0024637100854138 -0.0012835643313351 0.0002271981151862
51.600000 -0.0023830956863156 -0.0013683222152326 0.0002780720771355
51.600000 -0.0022580767682381 -0.0014447142767252 0.0003005441840334
51.600000 -0.0021410894264340 -0.0014992229773142 0.0002805306541267
51.600000 -0.0020955189588126 -0.0015176216083464 0.0002300598120836
51.600000 -0.0021417942693343 -0.0015041121726484 0.0001805376319009
51.600000 -0.0022574989376002 -0.0014541728014512 0.0001613772693759
51.600000 -0.0023816288193890 -0.0013768886951173 0.0001822262077552
51.600000 -0.0024370005107496 -0.0013310221618717 0.0002292389764762
51.700000 -0.0023540520114148 -0.0014150196816024 0.0002810599857601
51.700000 -0.0022262261973919 -0.0014912955786191 0.0003038466847640
51.700000 -0.0021068359950126 -0.0015460036956568 0.0002832993579609
51.700000 -0.0020603930416883 -0.0015646664179103 0.0002317373949443
51.700000 -0.0021076068658957 -0.0015511624477097 0.0001811648837167
51.700000 -0.0022257024060681 -0.0015010972221100 0.0001616205826337
51.700000 -0.0023525945654412 -0.0014238080560716 0.0001830120635332
51.700000 -0.0024092793729630 -0.0013779241148012 0.0002311845270477
51.800000 -0.0023240037304239 -0.0014611106348581 0.0002839278242902
51.800000 -0.0021933548859562 -0.0015371927168806 0.0003070098502160
51.800000 -0.0020715382642731 -0.0015920202330464 0.0002859277407322
51.800000 -0.0020242083881034 -0.0016109105173998 0.0002332960524656
51.800000 -0.0020723683223416 -0.0015974413685711 0.0001817018833517
51.800000 -0.0021928769982209 -0.0015473275308613 0.0001617891747599
51.800000 -0.0023225508270602 -0.0014701139548907 0.0001837192779102
51.800000 -0.0023805570591430 -0.0014242499962670 0.0002330338490473
51.900000 -0.0022929625140794 -0.0015065746077770 0.0002866742239785
51.900000 -0.0021594770210775 -0.0015823840120838 0.0003100321052611
51.900000 -0.0020352132922656 -0.0016372495193865 0.0002884144437052
51.900000 -0.0019869834030600 -0.0016563301228914 0.0002347349676587
51.900000 -0.0020360958075876 -0.0016429256270486 0.0001821483296878
51.900000 -0.0021590370412379 -0.0015928417541030 0.0001618829052853
51.900000 -0.0022915093639610 -0.0015157857374467 0.0001843474567001
51.900000 -0.0023508443019384 -0.0014699797477649 0.0002347860531700
52.000000 -0.0022609404025189 -0.0015513912970838 0.0002892978542234
52.000000 -0.0021246072215671 -0.0016268480295295 0.0003129119286607
52.000000 -0.0019978786356068 -0.0016816688381588 0.0002907581740184
52.000000 -0.0019487370219008 -0.0017009018623364 0.0002360533839052
52.000000 -0.0019988069967042 -0.0016875922781276 0.0001825039645941
52.000000 -0.0021241973028519 -0.0016376181736190 0.0001619016641779
52.000000 -0.0022594823106422 -0.0015608029194346 0.0001848962322252
52.000000 -0.0023201521800700 -0.0015150934495196 0.0002364402789302
52.100000 -0.0022279498052325 -0.0015955405679528 0.0002917974230127
52.100000 -0.0020887605353493 -0.0016705635865207 0.0003156478537275
52.100000 -0.0019595523428498 -0.0017252558367686 0.0002929577053590
52.100000 -0.0019094887012827 -0.0017446027873445 0.0002372506053726
52.100000 -0.0019605200639762 -0.0017314187506030 0.0001827685731114
52.100000 -0.0020883729885003 -0.0016816353341981 0.0001618453719920
52.100000 -0.0022264821761989 -0.0016051451910739 0.0001853652635256
52.100000 -0.0022884921189266 -0.0015595713239767 0.0002379956949442
52.200000 -0.0021940035010557 -0.0016390024586250 0.0002941716773823
52.200000 -0.0020519524368456 -0.0017135097596979 0.0003182384689909
52.200000 -0.0019202529476581 -0.0017679885368112 0.0002950118786171
52.200000 -0.0018692584098932 -0.0017874103847900 0.0002383259974026
52.200000 -0.0019212536757566 -0.0017743828576253 0.0001829419836213
52.200000 -0.0020515797383998 -0.0017248720513028 0.0001617139800150
52.200000 -0.0021925218441723 -0.0016487924219251 0.0001857542365767
52.200000 -0.0022558758912383 -0.0016033937394174 0.0002394514992267
52.300000 -0.0021591146382015 -0.0016817571851476 0.0002964194038889
52.300000 -0.0020141988242902 -0.0017556658924381 0.0003206824188643
52.300000 -0.0018799994617851 -0.0018098453442558 0.0002969196025212
52.300000 -0.0018280666189134 -0.0018293025882331 0.0002392789868713
52.300000 -0.0018810269831150 -0.0018164628071505 0.0001830240680003
52.300000 -0.0020138336245427 -0.0017673074187918 0.0001615074704132
52.300000 -0.0021576145724330 -0.0016917246658249 0.0001860628645133
52.300000 -0.0022223156178241 -0.0016465412137023 0.0002408069195006
52.400000 -0.0021232967343251 -0.0017237851462407 0.0002985394290976
52.400000 -0.0019755160169702 -0.0017970116023172 0.0003229784043159
52.400000 -0.0018388113678561 -0.0018508050595447 0.0002986798542519
52.400000 -0.0017859342922298 -0.0018702577891527 0.0002401090625213
52.400000 -0.0018398596142795 -0.0018576372122906 0.0001830147417598
52.400000 -0.0019751511476057 -0.0018089208166958 0.0001612258563757
52.400000 -0.0021217739930904 -0.0017339221659470 0.0001862908878614
52.400000 -0.0021878237684091 -0.0016889944181511 0.0002420612135201
52.500000 -0.0020865636766162 -0.0017650669282972 0.0003005306200849
52.500000 -0.0019359207523872 -0.0018375267886408 0.0003251251835415
52.500000 -0.0017967086119521 -0.0018908468876043 0.0003002916800361
52.500000 -0.0017428828763971 -0.0019102548479842 0.0002408157752660
52.500000 -0.0017977716668710 -0.0018978851015601 0.0001829139641699
52.500000 -0.0019355492337700 -0.0018496919190511 0.0001608691822549
52.500000 -0.0020850141124231 -0.0017753653599926 0.0001864380747762
52.500000 -0.0021524131625057 -0.0017307341815640 0.0002432136694085
52.600000 -0.0020489297219128 -0.0018055833105213 0.0003023918849567
52.600000 -0.0018954301833323 -0.0018771916400438 0.0003271215726406
52.600000 -0.0017537115959947 -0.0019299504477664 0.0003017541957190
52.600000 -0.0016989342903567 -0.0019492731049569 0.0002413987384647
52.600000 -0.0017547836999298 -0.0019371859290171 0.0001827217383685
52.600000 -0.0018950452314437 -0.0018896007017898 0.0001604375237060
52.600000 -0.0020473493108264 -0.0018160348855181 0.0001865042212883
52.600000 -0.0021160969703545 -0.0017717414943931 0.0002442636060092
52.700000 -0.0020104094968306 -0.0018453152702124 0.0003041221733817
52.700000 -0.0018540618748700 -0.0019159866421605 0.0003289664462944
52.700000 -0.0017098411699301 -0.0019680957835934 0.0003030665873152
52.700000 -0.0016541109149128 -0.0019872923907268 0.0002418576281694
52.700000 -0.0017109167257335 -0.0019755195842937 0.0001824381114541
52.700000 -0.0018536569078830 -0.0019286274506908 0.0001599309878229
52.700000 -0.0020087943427680 -0.0018559115854033 0.0001864891515561
52.700000 -0.0020788887139199 -0.0018119975130676 0.0002452103732516
52.800000 -0.0019710179979022 -0.0018842439881972 0.0003057204771408
52.800000 -0.0018118338012243 -0.0019538925853673 0.0003306587384463
52.800000 -0.0016651186237117 -0.0020052633726075 0.0003042281115370
52.800000 -0.0016084355819690 -0.0020242930367975 0.0002421921833423
52.800000 -0.0016661922014059 -0.0020128664025124 0.0001820631745635
52.800000 -0.0018114024457051 -0.0019667527693899 0.0001593497132717
52.800000 -0.0019693643367475 -0.0018949765134662 0.0001863927181258
52.800000 -0.0020408022679327 -0.0018514835644822 0.0002460533525312
52.900000 -0.0019307705917183 -0.0019223508544180 0.0003071858306926
52.900000 -0.0017687643425607 -0.0019908905725993 0.0003321974429842
52.900000 -0.0016195656790794 -0.0020414341359174 0.0003052380963013
52.900000 -0.0015619315635305 -0.0020602558857261 0.0002424022060440
52.900000 -0.0016206320203155 -0.0020492071740846 0.0001815970629328
52.900000 -0.0017683004392873 -0.0020039575874519 0.0001586938704211
52.900000 -0.0019290747952523 -0.0019332109402304 0.0001862148021976
52.900000 -0.0020018518609773 -0.0018901811506527 0.0002467919571047
53.000000 -0.0018896830150656 -0.0019596174736815 0.0003085173117538
53.000000 -0.0017248722816582 -0.0020269620272414 0.0003335816144246
53.000000 -0.0015732044811350 -0.0020765894477410 0.0003060959412124
53.000000 -0.0015146225604734 -0.0020951623011059 0.0002424875615921
53.000000 -0.0015742585032640 -0.0020845231543871 0.0001810399559419
53.000000 -0.0017243698910463 -0.0020402231685042 0.0001579636614689
53.000000 -0.0018879415947033 -0.0019705963588488 0.0001859553138999
53.000000 -0.0019620520766135 -0.0019280719535472 0.0002474256324993
53.100000 -0.0018477713750530 -0.0019960256715723 0.0003097140418969
53.100000 -0.0016801768004631 -0.0020620887010944 0.0003348103685978
53.100000 -0.0015260575897130 -0.0021107111448180 0.0003068011180220
53.100000 -0.0014665326910862 -0.0021289941773238 0.0002424481786905
53.100000 -0.0015270943894640 -0.0021187960733131 0.0001803920771435
53.100000 -0.0016796302075898 -0.0020755311184325 0.0001571593205657
53.100000 -0.0018459809853827 -0.0020071144911887 0.0001856141925687
53.100000 -0.0019214178545297 -0.0019651378400976 0.0002479538569376
53.200000 -0.0018050521492191 -0.0020315575005377 0.0003107751871634
53.200000 -0.0016346974765201 -0.0020962526824179 0.0003358828833351
53.200000 -0.0014781479705441 -0.0021437815357103 0.0003073531710653
53.200000 -0.0014176864793863 -0.0021617339490840 0.0002422840495282
53.200000 -0.0014791628273046 -0.0021520081446913 0.0001796536942743
53.200000 -0.0016341011957363 -0.0021098633936393 0.0001562811139334
53.200000 -0.0018032095913368 -0.0020427472940841 0.0001851914070349
53.200000 -0.0018799644917183 -0.0020013608673997 0.0002483761417770
53.300000 -0.0017615421856131 -0.0020661952461474 0.0003116999586935
53.300000 -0.0015884542792711 -0.0021294364040489 0.0003367983991550
53.300000 -0.0014294989862128 -0.0021757834099843 0.0003077517176725
53.300000 -0.0013681088432158 -0.0021933646006947 0.0002419952298476
53.300000 -0.0014304873649066 -0.0021841420755710 0.0001788251192490
53.300000 -0.0015878030583939 -0.0021432023093633 0.0001553293399806
53.300000 -0.0017596444102461 -0.0020774769657588 0.0001846869559170
53.300000 -0.0018377076436677 -0.0020367232881060 0.0002486920319642
53.400000 -0.0017172587028417 -0.0020999214335334 0.0003124876133717
53.400000 -0.0015414675662171 -0.0021616226515964 0.0003375562199511
53.400000 -0.0013801343869062 -0.0022067000472719 0.0003079964485553
53.400000 -0.0013178250821205 -0.0022238696751111 0.0002415818389837
53.400000 -0.0013810919404640 -0.0022151810753666 0.0001779067081383
53.400000 -0.0015407563902932 -0.0021755305480612 0.0001543043294126
53.400000 -0.0017153028132540 -0.0021112859524246 0.0001841008679206
53.400000 -0.0017946633255629 -0.0020712075560191 0.0002489011065055
53.500000 -0.0016722192900717 -0.0021327188340151 0.0003131374544884
53.500000 -0.0014937580789337 -0.0021927945717122 0.0003381557136790
53.500000 -0.0013300783009540 -0.0022365152262049 0.0003080871281679
53.500000 -0.0012668608650165 -0.0022532332827309 0.0002410440598711
53.500000 -0.0013310008723750 -0.0022451088648584 0.0001768988611277
53.500000 -0.0014929821735660 -0.0022068311678496 0.0001532064453363
53.500000 -0.0016702025447458 -0.0021441569550603 0.0001834332021436
53.500000 -0.0017508479134866 -0.0021047963318917 0.0002490029789512
53.600000 -0.0016264419069824 -0.0021645704719122 0.0003136488324186
53.600000 -0.0014453469389336 -0.0022229356804362 0.0003385963130421
53.600000 -0.0012793552251592 -0.0022652132332175 0.0003080235950421
53.600000 -0.0012152422176475 -0.0022814401099348 0.0002403821390216
53.600000 -0.0012802388491594 -0.0022739096850425 0.0001758020224597
53.600000 -0.0014445017731633 -0.0022370876110063 0.0001520360833603
53.600000 -0.0016243617220702 -0.0021760729363736 0.0001826840483873
53.600000 -0.0017062781456132 -0.0021374724894383 0.0002489972978967
53.700000 -0.0015799448836553 -0.0021954596315526 0.0003140211453154
53.700000 -0.0013962556433692 -0.0022520298716165 0.0003388775161770
53.700000 -0.0012279900149180 -0.0022927788712137 0.0003078057620961
53.700000 -0.0011629955098394 -0.0023084754273688 0.0002395963864696
53.700000 -0.0012288309191644 -0.0023015683058269 0.0001746166803576
53.700000 -0.0013953369321054 -0.0022662837125294 0.0001507936716885
53.700000 -0.0015777988351919 -0.0022070171279513 0.0001818535274729
53.700000 -0.0016609711233867 -0.0021692191215658 0.0002488837474971
53.800000 -0.0015327469203952 -0.0022253698644757 0.0003142538398198
53.800000 -0.0013465060605664 -0.0022800614254010 0.0003389988873357
53.800000 -0.0011760078741296 -0.0023191974680919 0.0003074336169152
53.800000 -0.0011101474425542 -0.0023343250979622 0.0002386871756872
53.800000 -0.0011768024800585 -0.0023280700345672 0.0001733433669303
53.800000 -0.0013455097665568 -0.0022944037087530 0.0001494796712081
53.800000 -0.0015305327462689 -0.0022369730376008 0.0001809417915628
53.800000 -0.0016149443126742 -0.0022000195468282 0.0002486620479983
53.900000 -0.0014848670874697 -0.0022542849968382 0.0003143464117866
53.900000 -0.0012961204253823 -0.0023070150168016 0.0003389600575658
53.900000 -0.0011234343448944 -0.0023444548851242 0.0003069072220057
53.900000 -0.0010567250347504 -0.0023589755846755 0.0002376549434679
53.900000 -0.0011241792681128 -0.0023534007244364 0.0001719826580596
53.900000 -0.0012950427607176 -0.0023214322460159 0.0001480945755700
53.900000 -0.0014825826891419 -0.0022659244568865 0.0001799490244878
53.900000 -0.0015682155448844 -0.0022298573161111 0.0002483319562826
54.000000 -0.0014363248247590 -0.0022821891370234 0.0003142984070248
54.000000 -0.0012451213343783 -0.0023328757243261 0.0003387607253873
54.000000 -0.0010702952970005 -0.0023685375251822 0.0003062267150202
54.000000 -0.0010027556100522 -0.0023824139579743 0.0002365001897784
54.000000 -0.0010709873472714 -0.0023775467826240 0.0001705351732681
54.000000 -0.0012439587615255 -0.0023473543893827 0.0001466389112636
54.000000 -0.0014339682687272 -0.0022938554688642 0.0001788754420778
54.000000 -0.0015208030180428 -0.0022587162195530 0.0002478932664294
54.100000 -0.0013871399413049 -0.0023090666834594 0.0003141094220543
54.100000 -0.0011935317408023 -0.0023576290386771 0.0003384006574649
54.100000 -0.0010166169171992 -0.0023914323408063 0.0003053923089536
54.100000 -0.0009482667832348 -0.0024046279030225 0.0002352234775793
54.100000 -0.0010172530980108 -0.0024004951783584 0.0001690015755676
54.100000 -0.0011922809731593 -0.0023721556314119 0.0001451132376822
54.100000 -0.0013847094603024 -0.0023207504560163 0.0001777212924971
54.100000 -0.0014727252978128 -0.0022865802937063 0.0002473458102906
54.200000 -0.0013373326147474 -0.0023349023326470 0.0003137791048761
54.200000 -0.0011413749493688 -0.0023812608715146 0.0003378796892756
54.200000 -0.0009624256982687 -0.0024131268421097 0.0003044042923101
54.200000 -0.0008932864465299 -0.0024256057265910 0.0002338254326136
54.200000 -0.0009630032059894 -0.0024222334507457 0.0001673825712887
54.200000 -0.0011400329513372 -0.0023958219009705 0.0001435181471818
54.200000 -0.0013348266086740 -0.0023465941083908 0.0001764868565833
54.200000 -0.0014240013184514 -0.0023134338289463 0.0002466894580809
54.300000 -0.0012869233906391 -0.0023596810874023 0.0003133071557581
54.300000 -0.0010886746108312 -0.0024037575642791 0.0003371977257704
54.300000 -0.0009077484278657 -0.0024336091045145 0.0003032630292396
54.300000 -0.0008378427557560 -0.0024453363636765 0.0002323067431639
54.300000 -0.0009082646504869 -0.0024427497164209 0.0001656789098907
54.300000 -0.0010872385974015 -0.0024183395720891 0.0001418542651307
54.300000 -0.0012843404272145 -0.0023713714319455 0.0001751724481896
54.300000 -0.0013746503836897 -0.0023392613771311 0.0002459241189823
54.400000 -0.0012359331816239 -0.0023833882653141 0.0003126933280340
54.400000 -0.0010354547163375 -0.0024251058970715 0.0003363547420290
54.400000 -0.0008526121771674 -0.0024528677763106 0.0003019689596438
54.400000 -0.0007819641162810 -0.0024638093838244 0.0002306681597772
54.400000 -0.0008530646926367 -0.0024620326770032 0.0001638913837513
54.400000 -0.0010339221521826 -0.0024396954728545 0.0001401222499498
54.400000 -0.0012332719967601 -0.0023950677571010 0.0001737784145301
54.400000 -0.0013246921675257 -0.0023640477595185 0.0002450497417630
54.500000 -0.0011843832664696 -0.0024060095074206 0.0003119374289165
54.500000 -0.0009817395915599 -0.0024452930975859 0.0003353507839071
54.500000 -0.0007970442893014 -0.0024708920860334 0.0003005225992501
54.500000 -0.0007256791688206 -0.0024810149971529 0.0002289104949578
54.500000 -0.0007974308634502 -0.0024800716263509 0.0001620208279360
54.500000 -0.0009801081896342 -0.0024598768943347 0.0001383227931439
54.500000 -0.0011816427643541 -0.0024176687475016 0.0001723051365269
54.500000 -0.0012741467149175 -0.0023877780749440 0.0002440663154100
54.600000 -0.0011322952889409 -0.0024275307871044 0.0003110393203227
54.600000 -0.0009275538905911 -0.0024643068500907 0.0003341859686750
54.600000 -0.0007410723675670 -0.0024876718496526 0.0002989245396546
54.600000 -0.0006690167750795 -0.0024969440600712 0.0002270346228283
54.600000 -0.0007413909516366 -0.0024968564576082 0.0001600681199481
54.600000 -0.0009258216102320 -0.0024788715995326 0.0001364566193218
54.600000 -0.0011294745418256 -0.0024391604089884 0.0001707530291594
54.600000 -0.0012230344423646 -0.0024104377082651 0.0002429738697755
54.700000 -0.0010796912565005 -0.0024479384192096 0.0003099989197124
54.700000 -0.0008729225895980 -0.0024821353044531 0.0003328604856461
54.700000 -0.0006847242634466 -0.0025031974775661 0.0002971754483316
54.700000 -0.0006120060032414 -0.0025115880806884 0.0002250414787584
54.700000 -0.0006849729912179 -0.0025123776700384 0.0001580341794564
54.700000 -0.0008710876341279 -0.0024966678323607 0.0001345244862074
54.700000 -0.0010767895041901 -0.0024595290987823 0.0001691225418149
54.700000 -0.0011713761383643 -0.0024320123390746 0.0002417724762362
54.800000 -0.0010265935388245 -0.0024672190693803 0.0003088162009375
54.800000 -0.0008178709802255 -0.0024987670852016 0.0003313745967945
54.800000 -0.0006280280644107 -0.0025174599813920 0.0002952760686099
54.800000 -0.0005546761133134 -0.0025249392239083 0.0002229320589607
54.800000 -0.0006282052489430 -0.0025266263756360 0.0001559199680035
54.800000 -0.0008159317940525 -0.0025132543266336 0.0001325271846370
54.800000 -0.0010236101878593 -0.0024787615348795 0.0001674141586390
54.800000 -0.0011191929637297 -0.0024524879506888 0.0002404622483654
54.900000 -0.0009730248661196 -0.0024853597636211 0.0003074911951028
54.900000 -0.0007624246627407 -0.0025141913006210 0.0003297286373611
54.900000 -0.0005710120815152 -0.0025304509805520 0.0002932272196155
54.900000 -0.0004970565423316 -0.0025369903162045 0.0002207074200559
54.900000 -0.0005711162115007 -0.0025395943055118 0.0001537264886923
54.900000 -0.0007603799279576 -0.0025286203150698 0.0001304655385472
54.900000 -0.0009699594886461 -0.0024968448056584 0.0001656283988869
54.900000 -0.0010665064517540 -0.0024718508394116 0.0002390433426177
55.000000 -0.0009190083272270 -0.0025023478980800 0.0003060239914367
55.000000 -0.0007066095389101 -0.0025283975518727 0.0003279230164454
55.000000 -0.0005137048367948 -0.0025421627086391 0.0002910297961797
55.000000 -0.0004391768894336 -0.0025477348500725 0.0002183686786040
55.000000 -0.0005137345725368 -0.0025512738160437 0.0001514547858507
55.000000 -0.0007044581713921 -0.0025427555382977 0.0001283404049482
55.000000 -0.0009158606595519 -0.0025137663796978 0.0001637658172735
55.000000 -0.0010133385082090 -0.0024900876240803 0.0002375159590243
55.100000 -0.0008645673674988 -0.0025181712490534 0.0003044147381708
55.100000 -0.0006504518046001 -0.0025413759421342 0.0003259582175836
55.100000 -0.0004561350504530 -0.0025525880195626 0.0002886847687117
55.100000 -0.0003810669008061 -0.0025571669881536 0.0002159170106041
55.100000 -0.0004560892194746 -0.0025616578947862 0.0001491059446757
55.100000 -0.0006481929496017 -0.0025556502538571 0.0001261526738852
55.100000 -0.0008613373083212 -0.0025295141158041 0.0001618270043213
55.100000 -0.0009597114111599 -0.0025071852558933 0.0002358803419008
55.200000 -0.0008097257864331 -0.0025328179832103 0.0003026636434284
55.200000 -0.0005939779420954 -0.0025531170857507 0.0003238347993104
55.200000 -0.0003983316278520 -0.0025617203934633 0.0002861931830354
55.200000 -0.0003227564545124 -0.0025652815670266 0.0002133536509624
55.200000 -0.0003982092201444 -0.0025707401661320 0.0001466810908546
55.200000 -0.0005916109693480 -0.0025672952451897 0.0001239032683854
55.200000 -0.0008064133947497 -0.0025440762732481 0.0001598125867074
55.200000 -0.0009056478105828 -0.0025231310285231 0.0002341367805642
55.300000 -0.0007545077350515 -0.0025462766680365 0.0003007709761191
55.300000 -0.0005372147121227 -0.0025636121173899 0.0003215533957035
55.300000 -0.0003403236463037 -0.0025695539423914 0.0002835561601905
55.300000 -0.0002642755452086 -0.0025720741006623 0.0002106798929269
55.300000 -0.0003401238092243 -0.0025785148967185 0.0001441813901654
55.300000 -0.0005347392104369 -0.0025776818306100 0.0001215931443910
55.300000 -0.0007511132277313 -0.0025574415222064 0.0001577232276061
55.300000 -0.0008511707277675 -0.0025379125885171 0.0002322856100602
55.400000 -0.0006989377130040 -0.0025585362824950 0.0002987370668406
55.400000 -0.0004801891455767 -0.0025728527011928 0.0003191147169096
55.400000 -0.0002821403416648 -0.0025760834157393 0.0002807748961956
55.400000 -0.0002056542687549 -0.0025775407835386 0.0002078970874909
55.400000 -0.0002818623744941 -0.0025849770005721 0.0001416080480534
55.400000 -0.0004776049169504 -0.0025868018722471 0.0001192232906761
55.400000 -0.0006954614620277 -0.0025695989544069 0.0001555596270279
55.400000 -0.0007963035544889 -0.0025515179459854 0.0002303272118990
55.500000 -0.0006430405653861 -0.0025695862278991 0.0002965623087846
55.500000 -0.0004229285349357 -0.0025808310399102 0.0003165195496496
55.500000 -0.0002238110947396 -0.0025813042054233 0.0002778506617743
55.500000 -0.0001469228067283 -0.0025816784934094 0.0002050066427638
55.500000 -0.0002234544429087 -0.0025901220439827 0.0001389623091871
55.500000 -0.0004202355881754 -0.0025946477849498 0.0001167947287488
55.500000 -0.0006394830947463 -0.0025805380939729 0.0001533225221537
55.500000 -0.0007410700519303 -0.0025639354855782 0.0002282620147992
55.600000 -0.0005868414792507 -0.0025794163389962 0.0002942471586459
55.600000 -0.0003654604253629 -0.0025875398840178 0.0003137687577029
55.600000 -0.0001653654174928 -0.0025852123508043 0.0002747848020427
55.600000 -0.0000881114108470 -0.0025844847937265 0.0002020100233108
55.600000 -0.0001649296664931 -0.0025939462501023 0.0001362454569901
55.600000 -0.0003626589692213 -0.0026012125451436 0.0001143085127368
55.600000 -0.0005832034615110 -0.0025902489084635 0.0001510126876630
55.600000 -0.0006854943493399 -0.0025751539777515 0.0002260904954388
55.700000 -0.0005303659797991 -0.0025880168952568 0.0002917921375349
55.700000 -0.0003078126054836 -0.0025929725407971 0.0003108632823680
55.700000 -0.0001068329390768 -0.0025878045433425 0.0002715787361582
55.700000 -0.0000292503873108 -0.0025859579357082 0.0001989087494595
55.700000 -0.0001063178080632 -0.0025964465032592 0.0001334588131513
55.700000 -0.0003049030413207 -0.0026064896996307 0.0001117657292546
55.700000 -0.0005266482323080 -0.0025987218201034 0.0001486309360553
55.700000 -0.0006296009424025 -0.0025851625903209 0.0002238131792117
55.800000 -0.0004736399262348 -0.0025953786323637 0.0002891978318891
55.800000 -0.0002500130978312 -0.0025971228833735 0.0003078041428976
55.800000 -0.0000482433916759 -0.0025890781309763 0.0002682339569293
55.800000 0.0000296299189320 -0.0025860968600528 0.0001957043965760
55.800000 -0.0000476487267782 -0.0025976203529814 0.0001306037371113
55.800000 -0.0002469960118078 -0.0026104733743217 0.0001091674972544
55.800000 -0.0004698434069927 -0.0026059477171979 0.0001461781179631
55.800000 -0.0005734146913071 -0.0025939509003024 0.0002214306409898
55.900000 -0.0004166895072618 -0.0026014927538958 0.0002864648943846
55.900000 -0.0001920901489561 -0.0025999853597000 0.0003045924369080
55.900000 0.0000103734038264 -0.0025890311222188 0.0002647520303846
55.900000 0.0000884991399848 -0.0025849011982933 0.0001923985943090
55.900000 0.0000110476364719 -0.0025974660177216 0.0001276816255267
55.900000 -0.0001889663037656 -0.0026131582828871 0.0001065149678573
55.900000 -0.0004128153104396 -0.0026119179657262 0.0001436551224561
55.900000 -0.0005169608184914 -0.0026015089060377 0.0002189435058878
56.000000 -0.0003595412362113 -0.0026063509431993 0.0002835940448450
56.000000 -0.0001340722191894 -0.0026015550014749 0.0003012293407599
56.000000 0.0000689875523546 -0.0025876621899635 0.0002611345953022
56.000000 0.0001473269008608 -0.0025823712737888 0.0001889930258021
56.000000 0.0000697412738372 -0.0025959823882769 0.0001246939117106
56.000000 -0.0001308425453402 -0.0026145397353187 0.0001038093241658
56.000000 -0.0003555905873190 -0.0026166244211042 0.0001410628773355
56.000000 -0.0004602649060418 -0.0026078270396009 0.0002163524500315
56.100000 -0.0003022219457783 -0.0026099453754387 0.0002805860711452
56.100000 -0.0000759879720554 -0.0026018274329805 0.0002977161099081
56.100000 0.0001275690993166 -0.0025849706749930 0.0002573833626977
56.100000 0.0002060828353912 -0.0025785081023515 0.0001854894268757
56.100000 0.0001284021254330 -0.0025931690308951 0.0001216420650503
56.100000 -0.0000726535587132 -0.0026146136463864 0.0001010517810557
56.100000 -0.0002981961964837 -0.0026200594401119 0.0001384023494160
56.100000 -0.0004033528927305 -0.0026128961794834 0.0002136582013258
56.200000 -0.0002447587823509 -0.0026122687298200 0.0002774418301092
56.200000 -0.0000178662633267 -0.0026007988798319 0.0002940540792209
56.200000 0.0001860880454422 -0.0025809565891802 0.0002535001152705
56.200000 0.0002647366021753 -0.0025733133925053 0.0001818895851777
56.200000 0.0001870000944128 -0.0025890261900623 0.0001185275904009
56.200000 -0.0000144283487293 -0.0026133765439793 0.0000982435849481
56.200000 -0.0002406594049487 -0.0026222158929716 0.0001356745447957
56.200000 -0.0003462510706657 -0.0026167076635513 0.0002108615402233
56.300000 -0.0001871791999146 -0.0026133142019745 0.0002741622483996
56.300000 0.0000402638702832 -0.0025984661776208 0.0002902446632643
56.300000 0.0002445143617810 -0.0025756206183773 0.0002494867068088
56.300000 0.0003232579005633 -0.0025667895453731 0.0001781953393032
56.300000 0.0002455050621817 -0.0025835547909621 0.0001153520274571
56.300000 0.0000438039088257 -0.0026108255773171 0.0000953860135591
56.300000 -0.0001830077814464 -0.0026230871755721 0.0001328805091119
56.300000 -0.0002889860815366 -0.0026192533022706 0.0002079633004901
56.400000 -0.0001295109535131 -0.0026130755164947 0.0002707483233967
56.400000 0.0000983732227973 -0.0025948267804405 0.0002862893565513
56.400000 0.0003028180048505 -0.0025689641249826 0.0002453450615518
56.400000 0.0003816164866624 -0.0025589396541916 0.0001744085778844
56.400000 0.0003038869037469 -0.0025767564416014 0.0001121169500998
56.400000 0.0001020138793017 -0.0026069585250177 0.0000924803756281
56.400000 -0.0001252691895402 -0.0026226672218223 0.0001300213277813
56.400000 -0.0002315849124278 -0.0026205253921926 0.0002049643699684
56.500000 -0.0000717820922471 -0.0026115469396095 0.0002672011240642
56.500000 0.0001564324310240 -0.0025898787692794 0.0002821897337531
56.500000 0.0003609689319319 -0.0025609891501785 0.0002410771735086
56.500000 0.0004397821893596 -0.0025497675034498 0.0001705312386500
56.500000 0.0003621155031944 -0.0025686334345953 0.0001088239657205
56.500000 0.0001601720816185 -0.0026017738030078 0.0000895280106226
56.500000 -0.0000674717802793 -0.0026209505161274 0.0001270981262235
56.500000 -0.0001740748911836 -0.0026205167296921 0.0002018656913329
56.600000 -0.0000140209517947 -0.0026087232919865 0.0002635217918010
56.600000 0.0002144119869858 -0.0025836208602661 0.0002779474498711
56.600000 0.0004189371165038 -0.0025516984158336 0.0002366851057352
56.600000 0.0004977249263488 -0.0025392775676504 0.0001665653074549
56.600000 0.0004201607692885 -0.0025591887486036 0.0001054747145217
56.600000 0.0002182489010610 -0.0025952704722606 0.0000865302884200
56.600000 -0.0000096439843780 -0.0026179321059698 0.0001241120700658
56.600000 -0.0001164836812974 -0.0026192206249486 0.0001986682628404
56.700000 0.0000437438535673 -0.0026045999616472 0.0002597115412741
56.700000 0.0002722822507289 -0.0025760524127512 0.0002735642403675
56.700000 0.0004766925638087 -0.0025410953260599 0.0002321709895662
56.700000 0.0005554147201563 -0.0025274750096915 0.0001625128172807
56.700000 0.0004779926511836 -0.0025484260494131 0.0001020708687943
56.700000 0.0002762146024382 -0.0025874482463455 0.0000834886089646
56.700000 0.0000481854960995 -0.0026136076145841 0.0001210643653293
56.700000 -0.0000588392763039 -0.0026166309161616 0.0001953731390698
56.800000 0.0001014834394574 -0.0025991729169804 0.0002557716612332
56.800000 0.0003300134635175 -0.0025671734372100 0.0002690419212512
56.800000 0.0005342053265449 -0.0025291839684187 0.0002275370238045
56.800000 0.0006128217141524 -0.0025143656788673 0.0001583758472073
56.800000 0.0005355811542428 -0.0025363496906576 0.0000986141321712
56.800000 0.0003340393436077 -0.0025783074987755 0.0000804044019003
56.800000 0.0001059876965635 -0.0026079732537082 0.0001179562585923
56.800000 -0.0000011699936503 -0.0026127419839864 0.0001919814316506
56.900000 0.0001591686604170 -0.0025924387198373 0.0002517035153007
56.900000 0.0003875757614177 -0.0025569846029499 0.0002643823891198
56.900000 0.0005914455206747 -0.0025159691147684 0.0002227854738651
56.900000 0.0006699161885421 -0.0024999561084869 0.0001541565213551
56.900000 0.0005928963559530 -0.0025229647141716 0.0000951062388580
56.900000 0.0003916931893680 -0.0025678492701334 0.0000772791261771
56.900000 0.0001637333992516 -0.0026010258363957 0.0001147890371316
56.900000 0.0000564955319774 -0.0026075487661795 0.0001884943099772
57.000000 0.0002167701194904 -0.0025843945386916 0.0002475085427371
57.000000 0.0004449391892702 -0.0025454872456036 0.0002595876211522
57.000000 0.0006483833413425 -0.0025014562217456 0.0002179186708757
57.000000 0.0007266685763236 -0.0024842535131090 0.0001498570078000
57.000000 0.0006499084219300 -0.0025082768499684 0.0000915489528403
57.000000 0.0004491461257181 -0.0025560752749636 0.0000741142696315
57.000000 0.0002213931431249 -0.0025927627898703 0.0001115640290390
57.000000 0.0001141283558961 -0.0026010467724375 0.0001849130019082
57.100000 0.0002742581783735 -0.0025750381618445 0.0002431882591786
57.100000 0.0005020737150551 -0.0025326833743928 0.0002546596750527
57.100000 0.0007049890788934 -0.0024856514308736 0.0002129390107316
57.100000 0.0007830494792053 -0.0024672657853931 0.0001454795174604
57.100000 0.0007065876220027 -0.0024922925158391 0.0000879440670683
57.100000 0.0005063680744862 -0.0025429879084091 0.0000709113485404
57.100000 0.0002789372343254 -0.0025831821684042 0.0001082826033113
57.100000 0.0001716992312607 -0.0025932320994148 0.0001812387944459
57.200000 0.0003316029681497 -0.0025643680106558 0.0002387442573415
57.200000 0.0005589492446495 -0.0025185756791432 0.0002496006889429
57.200000 0.0007612331349831 -0.0024685615682911 0.0002078489531070
57.200000 0.0008390296834725 -0.0024490014925650 0.0001410263029566
57.200000 0.0007629043463685 -0.0024750188165642 0.0000842934026177
57.200000 0.0005633289083256 -0.0025285902525793 0.0000676719071467
57.200000 0.0003363357572092 -0.0025722826662002 0.0001049461699125
57.200000 0.0002291786175160 -0.0025841014459018 0.0001774730343957
57.300000 0.0003887744006287 -0.0025523831527791 0.0002341782076935
57.300000 0.0006155356369771 -0.0025031675370313 0.0002444128811989
57.300000 0.0008170860387713 -0.0024501941440946 0.0002026510204201
57.300000 0.0008945801757920 -0.0024294698724981 0.0001364996574436
57.300000 0.0008188291218104 -0.0024564635427345 0.0000805988078292
57.300000 0.0006199984660775 -0.0025128860826285 0.0000643975171576
57.300000 0.0003935585859732 -0.0025600636302545 0.0001015561798059
57.300000 0.0002865366894894 -0.0025736521281452 0.0001736171290012
57.400000 0.0004457421803052 -0.0025390833153786 0.0002294918590863
57.400000 0.0006718027195501 -0.0024864630190471 0.0002390985502338
57.400000 0.0008725184631873 -0.0024305573512875 0.0001973477967541
57.400000 0.0009496721589463 -0.0024086808294090 0.0001319019134187
57.400000 0.0008743326279644 -0.0024366351691741 0.0000768621574240
57.400000 0.0006763465684981 -0.0024958798725288 0.0000610897772133
57.400000 0.0004505753968881 -0.0025465250731799 0.0000981141249551
57.400000 0.0003437433471489 -0.0025618820952891 0.0001696725465529
57.500000 0.0005024758169543 -0.0025244688983030 0.0002246870393476
57.500000 0.0007277203044004 -0.0024684668961494 0.0002336600742211
57.500000 0.0009275012412587 -0.0024096600643304 0.0001919419267322
57.500000 0.0010042770674867 -0.0023866449291679 0.0001272354415018
57.500000 0.0009293857136293 -0.0024155428529601 0.0000730853515983
57.500000 0.0007323430343476 -0.0024775768005172 0.0000577503123274
57.500000 0.0005073556811542 -0.0025316676859620 0.0000946215382905
57.500000 0.0004007682260503 -0.0025487899449146 0.0001656408169672
57.600000 0.0005589446388767 -0.0025085409871914 0.0002197656558273
57.600000 0.0007832582043996 -0.0024491846450969 0.0002280999107582
57.600000 0.0009820053824936 -0.0023875118372864 0.0001864361143485
57.600000 0.0010583665832947 -0.0023633733942255 0.0001225026491922
57.600000 0.0009839594131055 -0.0023931964310361 0.0000692703150948
57.600000 0.0007879576968365 -0.0024579827542001 0.0000543807732965
57.600000 0.0005638687583927 -0.0025154928506256 0.0000910799936414
57.600000 0.0004575807084974 -0.0025343749386544 0.0001615235323330
57.700000 0.0006151178068102 -0.0024913013664831 0.0002147296958969
57.700000 0.0008383862499627 -0.0024286224539348 0.0002224205964678
57.700000 0.0010360020893036 -0.0023641229015551 0.0001808331217530
57.700000 0.0011119126510421 -0.0023388780981557 0.0001177059796005
57.700000 0.0010380249625547 -0.0023696064174122 0.0000654189962536
57.700000 0.0008431604204265 -0.0024371043352952 0.0000509828360805
57.700000 0.0006200837907864 -0.0024980026527828 0.0000874911056308
57.700000 0.0005141499354374 -0.0025186370178541 0.0001573223474229
57.800000 0.0006709643285205 -0.0024727525323050 0.0002095812273955
57.800000 0.0008930743061319 -0.0024067872271141 0.0002166247465347
57.800000 0.0010894627734586 -0.0023395041631910 0.0001751357679925
57.800000 0.0011648874935393 -0.0023131715598162 0.0001128479101566
57.800000 0.0010915538163671 -0.0023447839999492 0.0000615333660407
57.800000 0.0008979211179780 -0.0024149488639910 0.0000475582011513
57.800000 0.0006759697978811 -0.0024791998940348 0.0000838565295300
57.800000 0.0005704448191160 -0.0025015768192554 0.0001530389801642
57.900000 0.0007264530740836 -0.0024528977052042 0.0002043223990212
57.900000 0.0009472922900353 -0.0023836865902267 0.0002107150541769
57.900000 0.0011423590725606 -0.0023136671997998 0.0001693469277058
57.900000 0.0012172636269615 -0.0022862669371284 0.0001079309512950
57.900000 0.0011445176635265 -0.0023187410367216 0.0000576154170559
57.900000 0.0009522097682405 -0.0023915243829064 0.0000441085928110
57.900000 0.0007314956720600 -0.0024590881041979 0.0000801779610732
57.900000 0.0006264340565133 -0.0024831956906674 0.0001486752120691
58.000000 0.0007815527918723 -0.0024317408426956 0.0001989554406623
58.000000 0.0010010101887145 -0.0023593288943320 0.0002046942900473
58.000000 0.0011946628665258 -0.0022866242570092 0.0001634695297748
58.000000 0.0012690138759422 -0.0022581780204776 0.0001029576451177
58.000000 0.0011968884439591 -0.0022914900519568 0.0000536671625203
58.000000 0.0010059964336759 -0.0023668396606290 0.0000406357584781
58.000000 0.0007866301947015 -0.0024376715533230 0.0000764571362282
58.000000 0.0006820861435820 -0.0024634957065977 0.0001442328886179
58.100000 0.0008362321252568 -0.0024092866515926 0.0001934826636650
58.100000 0.0010541980773129 -0.0023337232198563 0.0001985653015669
58.100000 0.0012463462940615 -0.0022583882445088 0.0001575065559321
58.100000 0.0013201113885245 -0.0022289192257369 0.0000979305640357
58.100000 0.0012486383648569 -0.0022630442315466 0.0000496906352437
58.100000 0.0010592512786089 -0.0023409041948144 0.0000371414679423
58.100000 0.0008413420530272 -0.0024149552634754 0.0000726958309228
58.100000 0.0007373693903093 -0.0024424796838068 0.0001397139195930
58.200000 0.0008904596300293 -0.0023855406000845 0.0001879064610344
58.200000 0.0011068261376172 -0.0023068793800430 0.0001923310121841
58.200000 0.0012973817691272 -0.0022289727316551 0.0001514610393230
58.200000 0.0013705296509581 -0.0021985055869160 0.0000928523093892
58.200000 0.0012997399169606 -0.0022334174181274 0.0000456878865714
58.200000 0.0011119445876927 -0.0023137282148255 0.0000336275125865
58.200000 0.0008955998576516 -0.0023909450202422 0.0000688958607233
58.200000 0.0007922519366210 -0.0024201511967501 0.0001351202793598
58.300000 0.0009442037925599 -0.0023605089295272 0.0001822293075627
58.300000 0.0011588646769415 -0.0022788079239315 0.0001859944205616
58.300000 0.0013477419973655 -0.0021983919426387 0.0001453360630253
58.300000 0.0014202425023340 -0.0021669527484385 0.0000877255100488
58.300000 0.0013501658907912 -0.0022026241057283 0.0000416609853133
58.300000 0.0011640467846818 -0.0022853226838922 0.0000300957045773
58.300000 0.0009493721608366 -0.0023656473839315 0.0000650590804647
58.300000 0.0008467017691476 -0.0023965145928713 0.0001304540070907
58.400000 0.0009974330486903 -0.0023341986659086 0.0001764537598830
58.400000 0.0012102841473451 -0.0022495201388456 0.0001795585996868
58.400000 0.0013973999924914 -0.0021666607512086 0.0001391347585259
58.400000 0.0014692241490443 -0.0021342769570501 0.0000825528209961
58.400000 0.0013998893928169 -0.0021706794339833 0.0000376120166528
58.400000 0.0012155284514984 -0.0022556993007738 0.0000265478760221
58.400000 0.0010026274754579 -0.0023390697004276 0.0000611873838297
58.400000 0.0009006867388685 -0.0023715750077037 0.0001257172069281
58.500000 0.0010501158033716 -0.0023066176309509 0.0001705824564423
58.500000 0.0012610551651700 -0.0022190280523681 0.0001730266959050
58.500000 0.0014463290926243 -0.0021337946749537 0.0001328603041537
58.500000 0.0015174491790579 -0.0021004950533618 0.0000773369218875
58.500000 0.0014488838615413 -0.0021375991819067 0.0000335430810384
58.500000 0.0012663603475816 -0.0022248705009023 0.0000229858780943
58.500000 0.0010553342946848 -0.0023112201116651 0.0000572827028750
58.500000 0.0009541745796508 -0.0023453383797402 0.0001209120480826
58.600000 0.0011022204510464 -0.0022777744528102 0.0001646181173913
58.600000 0.0013111485308870 -0.0021873444337817 0.0001664019278743
58.600000 0.0014945029765525 -0.0020998098691355 0.0001265159234721
58.600000 0.0015648925760020 -0.0020656244630310 0.0000720805155993
58.600000 0.0014971230835018 -0.0021033997612304 0.0000294562930581
58.600000 0.0013165134295043 -0.0021928494569891 0.0000194115801248
58.600000 0.0011074611123771 -0.0022821075656822 0.0000533470075026
58.600000 0.0010071329276961 -0.0023178114650260 0.0001160407648625
58.700000 0.0011537153967793 -0.0022476785763326 0.0001585635443854
58.700000 0.0013605352492347 -0.0021544827949546 0.0001596875854391
58.700000 0.0015418956799130 -0.0020647231200731 0.0001201048836289
58.700000 0.0016115297330383 -0.0020296831875857 0.0000667863267573
58.700000 0.0015445812091624 -0.0020680982093019 0.0000253537802957
58.700000 0.0013659588708443 -0.0021596500790757 0.0000158268686615
58.700000 0.0011589764441971 -0.0022517418262145 0.0000493823048748
58.700000 0.0010595293419082 -0.0022890018514277 0.0001111056566305
58.800000 0.0012045690781334 -0.0022163402728242 0.0001524216202936
58.800000 0.0014091865496365 -0.0021204573906502 0.0001528870284225
58.800000 0.0015884816112745 -0.0020285518380771 0.0001136304936658
58.800000 0.0016573364665244 -0.0019926897948953 0.0000614571002497
58.800000 0.0015912327686888 -0.0020317121815431 0.0000212376821723
58.800000 0.0014146680822920 -0.0021252870140090 0.0000122336464960
58.800000 0.0012098488494351 -0.0022201334817880 0.0000453906387707
58.800000 0.0011113313251923 -0.0022589179725306 0.0001061090876832
58.900000 0.0012547499877901 -0.0021837706492923 0.0001461953088111
58.900000 0.0014570739068799 -0.0020852832182406 0.0001460036853355
58.900000 0.0016342355681093 -0.0019913140499321 0.0001070961027887
58.900000 0.0017022890294501 -0.0019546634092932 0.0000560955997263
58.900000 0.0016370526875905 -0.0019942599434701 0.0000171101487712
58.900000 0.0014626127319798 -0.0020897756443243 0.0000086338316574
58.900000 0.0012600469535443 -0.0021872939542694 0.0000413740888827
58.900000 0.0011625063466920 -0.0022275691211144 0.0001010534870498
59.000000 0.0013042266969076 -0.0021499816571132 0.0001398876539703
59.000000 0.0015041690620378 -0.0020489760168032 0.0001390410520015
59.000000 0.0016791327526385 -0.0019530283909275 0.0001005050985980
59.000000 0.0017463641246385 -0.0019156237013558 0.0000507046060832
59.000000 0.0016820163022183 -0.0019557603622741 0.0000129733396485
59.000000 0.0015097647660134 -0.0020531320865164 0.0000050293563742
59.000000 0.0013095394713780 -0.0021532355068323 0.0000373347700509
59.000000 0.0012130218649728 -0.0021949654621531 0.0000959413482052
59.100000 0.0013529678792098 -0.0021149861000818 0.0001335017795481
59.100000 0.0015504440436149 -0.0020115522655815 0.0001320026900961
59.100000 0.0017231487875362 -0.0019137140964363 0.0000938609052815
59.100000 0.0017895389177023 -0.0018755908773446 0.0000452869159354
59.100000 0.0017260993751004 -0.0019162328979653 0.0000088294226295
59.100000 0.0015560964291855 -0.0020153731886831 0.0000014221660032
59.100000 0.0013582952311215 -0.0021179712512934 0.0000332748314343
59.100000 0.0012628453521526 -0.0021611180452875 0.0000907752286943
59.200000 0.0014009423357958 -0.0020787976417973 0.0001270408883633
59.200000 0.0015958711888975 -0.0019730291817899 0.0001248922255996
59.200000 0.0017662597314794 -0.0018733909930422 0.0000871669817694
59.200000 0.0018317910497447 -0.0018345856683157 0.0000398453400773
59.200000 0.0017692781101044 -0.0018756975940808 0.0000046805725921
59.200000 0.0016015802858534 -0.0019765165275229 -0.0000021857820719
59.200000 0.0014062831989053 -0.0020815151547774 0.0000291964556172
59.200000 0.0013119443189812 -0.0021260388167113 0.0000855577496617
59.300000 0.0014481190206576 -0.0020414308123374 0.0001205082614620
59.300000 0.0016404231654845 -0.0019334247177448 0.0001177133471639
59.300000 0.0018084420945257 -0.0018320794892172 0.0000804268198540
59.300000 0.0018730986497967 -0.0017926293189041 0.0000343827019325
59.300000 0.0018115291674114 -0.0018341750679596 0.0000005289702372
59.300000 0.0016461892409567 -0.0019365804046717 -0.0000057925195750
59.300000 0.0014534725040885 -0.0020438820456642 0.0000251018576488
59.300000 0.0013602863408657 -0.0020897406304169 0.0000802915952850
59.400000 0.0014944670668901 -0.0020029010141749 0.0001139072571853
59.400000 0.0016840729929780 -0.0018927575573032 0.0001104698043900
59.400000 0.0018496728533065 -0.0017898005655500 0.0000736439422736
59.400000 0.0019134403469799 -0.0017497435757876 0.0000289018359943
59.400000 0.0018528296782865 -0.0017916865005865 -0.0000036231991513
59.400000 0.0016898965611532 -0.0018955838423622 -0.0000093960685014
59.400000 0.0014998324651935 -0.0020050876187739 0.0000209932840154
59.400000 0.0014078390848361 -0.0020522372587375 0.0000749795121057
59.500000 0.0015399558135756 -0.0019632245272887 0.0001072413101175
59.500000 0.0017267940648084 -0.0018510471115925 0.0001031654060190
59.500000 0.0018899294660190 -0.0017465757645289 0.0000668219007629
59.500000 0.0019527952823858 -0.0017059506758399 0.0000234055862572
59.500000 0.0018931572596319 -0.0017482536260086 -0.0000077737469590
59.500000 0.0017326758960502 -0.0018535465783919 -0.0000129944423128
59.500000 0.0015453326164748 -0.0019651484397445 0.0000168730115439
59.500000 0.0014545703374428 -0.0020135434021289 0.0000696243082543
59.600000 0.0015845548333207 -0.0019224185134212 0.0001005139299099
59.600000 0.0017685601701678 -0.0018083135140140 0.0000958040180332
59.600000 0.0019291898872019 -0.0017024271798809 0.0000599642740710
59.600000 0.0019911431206636 -0.0016612733339770 0.0000178968046414
59.600000 0.0019324900283093 -0.0017038987203294 -0.0000119204825013
59.600000 0.0017745012995043 -0.0018104890603856 -0.0000165856471615
59.600000 0.0015899427350981 -0.0019240819485567 0.0000127433462352
59.600000 0.0015004480335725 -0.0019736746981266 0.0000642288525668
59.700000 0.0016282339604224 -0.0018805010194352 0.0000937286999768
59.700000 0.0018093455160259 -0.0017645776145053 0.0000883895616700
59.700000 0.0019674325822802 -0.0016573774454714 0.0000530746659472
59.700000 0.0020284640613055 -0.0016157347307059 0.0000123783494103
59.700000 0.0019708066152155 -0.0016586445902826 -0.0000160612142937
59.700000 0.0018153472509656 -0.0017664324393391 -0.0000201676831437
59.700000 0.0016336328689070 -0.0018819064621602 0.0000086066220266
59.700000 0.0015454402861664 -0.0019326477294172 0.0000587960735871
59.800000 0.0016709633196346 -0.0018374909797205 0.0000868892760615
59.800000 0.0018491247492011 -0.0017198609730471 0.0000809260113456
59.800000 0.0020046365418629 -0.0016114497237675 0.0000461567030979
59.800000 0.0020647388496228 -0.0015693584993842 0.0000068530835834
59.800000 0.0020080861790980 -0.0016125145613927 -0.0000201937513298
59.800000 0.0018551886768385 -0.0017213985624328 -0.0000237385455807
59.800000 0.0016763733647466 -0.0018386411761570 0.0000044651994829
59.800000 0.0015895154168215 -0.0018904800309588 0.0000533289584527
59.900000 0.0017127133555062 -0.0017934082176053 0.0000799993846679
59.900000 0.0018878729784556 -0.0016741858524005 0.0000734173924924
59.900000 0.0020407812957791 -0.0015646676938712 0.0000392140331142
59.900000 0.0020999487874025 -0.0015221687131962 0.0000013238733445
59.900000 0.0020443084200965 -0.0015655324657274 -0.0000243159043657
59.900000 0.0018940009718309 -0.0016754099651042 -0.0000272962263271
59.900000 0.0017181348973157 -0.0017943061654964 0.0000003214644155
59.900000 0.0016326419872486 -0.0018471900960880 0.0000478305516609
60.000000 0.0017534548622539 -0.0017482734457233 0.0000730628213565
60.000000 0.0019255657965864 -0.0016275752100629 0.0000658677793069
60.000000 0.0020758469268369 -0.0015170555391264 0.0000322503223726
60.000000 0.0021340757432375 -0.0014741898718570 -0.0000042064135526
60.000000 0.0020794535929953 -0.0015177226292476 -0.0000284254872108
60.000000 0.0019317600202636 -0.0016284898623685 -0.0000308387151051
60.000000 0.0017588884985122 -0.0017489223841380 -0.0000038221735717
60.000000 0.0016747888315616 -0.0018027973815476 0.0000423039537106
60.100000 0.0017931590141360 -0.0017021082652921 0.0000660834489005
60.100000 0.0019621793024798 -0.0015800526894315 0.0000582812924111
60.100000 0.0021098140842899 -0.0014686379343060 0.0000252692539101
60.100000 0.0021671021625212 -0.0014254468880502 -0.0000097349093808
60.100000 0.0021135025201738 -0.0014691098587622 -0.0000325203180227
60.100000 0.0019684422173098 -0.0015806621393806 -0.0000343640008643
60.100000 0.0017986055872338 -0.0017025116636397 -0.0000079632826085
60.100000 0.0017159250893613 -0.0017573223113708 0.0000367523196181
60.200000 0.0018317973962827 -0.0016549351642558 0.0000590651953018
60.200000 0.0019976901230977 -0.0015316426101634 0.0000506620964279
60.200000 0.0021426639969963 -0.0014194400323866 0.0000182745252761
60.200000 0.0021990110771000 -0.0013759650736114 -0.0000152587480366
60.200000 0.0021464366042398 -0.0014197194284943 -0.0000365982206066
60.200000 0.0020040244901336 -0.0015319513412298 -0.0000378700731645
60.200000 0.0018372579995959 -0.0016550967106274 -0.0000120994101576
60.200000 0.0017560202395799 -0.0017107862795577 0.0000311788573041
60.300000 0.0018693420359422 -0.0016067775142498 0.0000520120516631
60.300000 0.0020320754353616 -0.0014823699577268 0.0000430143974705
60.300000 0.0021743784862561 -0.0013694874509167 0.0000112698463605
60.300000 0.0022297861145749 -0.0013257701254633 -0.0000207750666371
60.300000 0.0021782378403334 -0.0013695770662682 -0.0000406570257165
60.300000 0.0020384843188972 -0.0014823826619616 -0.0000413549235814
60.300000 0.0018748180195203 -0.0016067011031070 -0.0000162280846867
60.300000 0.0017950441350410 -0.0016632116514792 0.0000255868258482
60.400000 0.0019057654340921 -0.0015576595663430 0.0000449280699164
60.400000 0.0020653129879019 -0.0014322603721326 0.0000353424405486
60.400000 0.0022049399783109 -0.0013188062579871 0.0000042589372031
60.400000 0.0022594115072451 -0.0012748881113156 -0.0000262810071145
60.400000 0.0022088888280871 -0.0013187089393237 -0.0000446945723588
60.400000 0.0020717997576029 -0.0014319819328222 -0.0000448165471340
60.400000 0.0019112584096499 -0.0015573492855782 -0.0000203468174124
60.400000 0.0018329670376908 -0.0016146217639467 0.0000199795336107
60.500000 0.0019410405973673 -0.0015076064455187 0.0000378173604049
60.500000 0.0020973811226352 -0.0013813401358445 0.0000276505068919
60.500000 0.0022343315164922 -0.0012674229578118 -0.0000027544742173
60.500000 0.0022878721006880 -0.0012233454551365 -0.0000317737178088
60.500000 0.0022383727832290 -0.0012671416397686 -0.0000487087090953
60.500000 0.0021039494547392 -0.0013807756097236 -0.0000482529437310
60.500000 0.0019465524425387 -0.0015070665629130 -0.0000244531041151
60.500000 0.0018697596544461 -0.0015650409238836 0.0000143603362179
60.600000 0.0019751410702485 -0.0014566441438538 0.0000306840893191
60.600000 0.0021282587961352 -0.0013296361608620 0.0000199429111925
60.600000 0.0022625367730041 -0.0012153644759282 -0.0000097666542097
60.600000 0.0023151533619675 -0.0011711689224078 -0.0000372503550560
60.600000 0.0022666735488166 -0.0012149021696779 -0.0000526972953461
60.600000 0.0021349126736954 -0.0013287907599254 -0.0000516621196355
60.600000 0.0019806739320636 -0.0014558790929627 -0.0000285444270257
60.600000 0.0019053931736051 -0.0015144944055394 0.0000087326344112
60.700000 0.0020080409674547 -0.0014047995123603 0.0000235324759861
60.700000 0.0021579256007618 -0.0012771759749744 0.0000122239987696
60.700000 0.0022895400603256 -0.0011626581440274 -0.0000167738656138
60.700000 0.0023412413874644 -0.0011183856051724 -0.0000427080847707
60.700000 0.0022937756060876 -0.0011620179258496 -0.0000566582026906
60.700000 0.0021646693129123 -0.0012760550479365 -0.0000550420889470
60.700000 0.0020135972650031 -0.0014038138778608 -0.0000326182567804
60.700000 0.0019398393017567 -0.0014630084461875 0.0000030998717576
60.800000 0.0020397150064778 -0.0013521002514544 0.0000163667900120
60.800000 0.0021863617855085 -0.0012239877071862 0.0000044981426567
60.800000 0.0023153263422195 -0.0011093316844231 -0.0000237723700545
60.800000 0.0023661229103244 -0.0010650229068870 -0.0000481440840239
60.800000 0.0023196640849166 -0.0011085166842289 -0.0000605893161652
60.800000 0.0021931999257345 -0.0012225967206355 -0.0000583908750973
60.800000 0.0020452974327217 -0.0013508987539898 -0.0000366720544437
60.800000 0.0019730703011245 -0.0014106102402502 -0.0000025344677776
60.900000 0.0020701385401961 -0.0012985749000228 0.0000091913482780
60.900000 0.0022135482765331 -0.0011701000723155 -0.0000032302593840
60.900000 0.0023398812443337 -0.0010554131941720 -0.0000307584302098
60.900000 0.0023897853075159 -0.0010111085270882 -0.0000535555426112
60.900000 0.0023443247738644 -0.0010544265840116 -0.0000644885355566
60.900000 0.0022204857399279 -0.0011684445916155 -0.0000617065123605
60.900000 0.0020757500628997 -0.0012971623805850 -0.0000407032735984
60.900000 0.0020050590272713 -0.0013573279317972 -0.0000081668623976
61.000000 0.0020992875894980 -0.0012442528230568 0.0000020105117922
61.000000 0.0022394666973334 -0.0011155423547672 -0.0000109567879198
61.000000 0.0023631910643826 -0.0010009311288559 -0.0000377283120856
61.000000 0.0024122166064939 -0.0009566704458843 -0.0000589396646144
61.000000 0.0023677441298091 -0.0009997761114373 -0.0000683537766902
61.000000 0.0022465086768301 -0.0011136280247576 -0.0000649870473732
61.000000 0.0021049314512426 -0.0012426342269488 -0.0000447093624986
61.000000 0.0020357789670902 -0.0013031906053664 -0.0000137937551786
61.100000 0.0021271388758475 -0.0011891641978295 -0.0000051713176026
61.100000 0.0022640993885285 -0.0010603443914895 -0.0000186770049731
61.100000 0.0023852427818953 -0.0009459142860385 -0.0000446782872997
61.100000 0.0024334054914650 -0.0009017369082846 -0.0000642936699516
61.100000 0.0023899092871471 -0.0009445940832869 -0.0000721829727112
61.100000 0.0022712513700959 -0.0010581769170390 -0.0000682305406655
61.100000 0.0021328185931022 -0.0011873445582543 -0.0000486877662856
61.100000 0.0020652042769993 -0.0012482282750619 -0.0000194115569119
61.200000 0.0021536698537174 -0.0011333399985956 -0.0000123497006626
61.200000 0.0022874294272081 -0.0010045365541172 -0.0000263864572126
61.200000 0.0024060240675178 -0.0008903917884088 -0.0000516046353694
61.200000 0.0024533413092478 -0.0008463364083759 -0.0000696147959176
61.200000 0.0024108080665538 -0.0008889096300948 -0.0000759740753587
61.200000 0.0022946971840048 -0.0010021216805864 -0.0000714350681977
61.200000 0.0021593892149403 -0.0011313244199202 -0.0000526359292625
61.200000 0.0020933098212557 -0.0011924718718826 -0.0000250166490822
61.300000 0.0021788587428148 -0.0010768119797945 -0.0000195201643155
61.300000 0.0023094406458114 -0.0009481497303142 -0.0000340806792059
61.300000 0.0024255232918588 -0.0008343930666250 -0.0000585036460031
61.300000 0.0024720140747259 -0.0007904976733594 -0.0000749002987113
61.300000 0.0024304289832931 -0.0008327521790906 -0.0000797250562297
61.300000 0.0023168302312936 -0.0009454932239838 -0.0000745987229037
61.300000 0.0021846218055619 -0.0010746056205407 -0.0000565512972259
61.300000 0.0021200712102979 -0.0011359532292465 -0.0000306053869801
61.400000 0.0022026845600219 -0.0010196126577449 -0.0000266782053677
61.400000 0.0023301176504974 -0.0008912153043251 -0.0000417551967309
61.400000 0.0024437295338664 -0.0007779478418730 -0.0000653716213924
61.400000 0.0024894144758888 -0.0007342496474580 -0.0000801474549507
61.400000 0.0024487612550658 -0.0007761514368834 -0.0000834339080341
61.400000 0.0023376353904799 -0.0008883229328481 -0.0000777196162367
61.400000 0.0022084956470426 -0.0010172207133619 -0.0000604313198503
61.400000 0.0021454648390225 -0.0010787050666732 -0.0000361741029452
61.500000 0.0022251271509704 -0.0009617752908213 -0.0000338192943446
61.500000 0.0023494458389665 -0.0008337651367497 -0.0000494055301413
61.500000 0.0024606325887245 -0.0007210861081523 -0.0000722048785030
61.500000 0.0025055338784578 -0.0006776214757074 -0.0000853535631728
61.500000 0.0024657948093875 -0.0007191373719028 -0.0000870986458374
61.500000 0.0023570983226423 -0.0008306426496854 -0.0000807958797162
61.500000 0.0022309908452762 -0.0009592029762957 -0.0000642734531231
61.500000 0.0021694679248963 -0.0010207609715981 -0.0000417191097392
61.600000 0.0022461672211696 -0.0009033338581072 -0.0000409388794578
61.600000 0.0023674114176983 -0.0007758315435557 -0.0000570271977816
61.600000 0.0024762229752603 -0.0006638381143060 -0.0000789997513622
61.600000 0.0025203643300940 -0.0006206424876421 -0.0000905159453182
61.600000 0.0024815202904872 -0.0006617401966115 -0.0000907173082912
61.600000 0.0023752054876208 -0.0007724846530459 -0.0000838256664739
61.600000 0.0022520883600612 -0.0009005863904710 -0.0000680751618257
61.600000 0.0021920585458021 -0.0009621553792930 -0.0000472367040422
61.700000 0.0022657863666033 -0.0008443230365262 -0.0000480323906947
61.700000 0.0023840014185653 -0.0007174472743472 -0.0000646157194496
61.700000 0.0024904919428507 -0.0006062343458094 -0.0000857525933411
61.700000 0.0025338985641849 -0.0005633421808876 -0.0000956319482000
61.700000 0.0024959290657180 -0.0006039903495034 -0.0000942879588496
61.700000 0.0023919441596058 -0.0007138816359938 -0.0000868071527957
61.700000 0.0022717700346497 -0.0008414056173240 -0.0000718339220565
61.700000 0.0022132156775131 -0.0009029235508781 -0.0000527231700698
61.800000 0.0022839671037112 -0.0007847781764561 -0.0000550952440261
61.800000 0.0023992037147864 -0.0006586454899093 -0.0000721666198986
61.800000 0.0025034314778203 -0.0005483055063321 -0.0000924597794286
61.800000 0.0025461300032086 -0.0005057502046730 -0.0001006989449538
61.800000 0.0025090132314720 -0.0005459184769038 -0.0000978086869716
61.800000 0.0024073024420804 -0.0006548666839136 -0.0000897385396582
61.800000 0.0022900186246762 -0.0007816959742335 -0.0000755472237921
61.800000 0.0022329192306860 -0.0008431015494120 -0.0000581747833059
61.900000 0.0023006928986692 -0.0007247352758364 -0.0000621228457239
61.900000 0.0024130070361848 -0.0005994597390498 -0.0000796754323781
61.900000 0.0025150343093211 -0.0004900824990913 -0.0000991177084957
61.900000 0.0025570527616737 -0.0004478963432734 -0.0001057143364700
61.900000 0.0025207656185923 -0.0004875554145871 -0.0001012776093059
61.900000 0.0024212692820847 -0.0005954732516731 -0.0000926180542567
61.900000 0.0023068178263861 -0.0007214934087161 -0.0000792125734820
61.900000 0.0022511500872627 -0.0007827262140573 -0.0000635878143445
62.000000 0.0023159481958822 -0.0006642309527850 -0.0000691105967843
62.000000 0.0024254009837122 -0.0005399239347617 -0.0000871377022054
62.000000 0.0025252939146860 -0.0004315964080122 -0.0001057228055479
62.000000 0.0025666616486321 -0.0003898104993967 -0.0001106755528061
62.000000 0.0025311797972747 -0.0004289321692265 -0.0001046928708596
62.000000 0.0024338344837684 -0.0005357351401676 -0.0000954439515226
62.000000 0.0023221523040815 -0.0006608344711948 -0.0000828274966720
62.000000 0.0022678901361671 -0.0007218351323238 -0.0000689585328355
62.100000 0.0023297184456025 -0.0006033024167452 -0.0000760538974474
62.100000 0.0024363760432075 -0.0004800723297340 -0.0000945489903642
62.100000 0.0025342045242494 -0.0003728784787121 -0.0001122715239628
62.100000 0.0025749521697662 -0.0003315226775262 -0.0001155800545786
62.100000 0.0025402500814548 -0.0003700798996941 -0.0001080526461484
62.100000 0.0024449887212031 -0.0004756864722707 -0.0000982145156283
62.100000 0.0023360077167026 -0.0005997562863666 -0.0000863895406511
62.100000 0.0022831223081811 -0.0006604666103989 -0.0000742832115266
62.200000 0.0023419901305880 -0.0005419874381910 -0.0000829481518071
62.200000 0.0024459235983534 -0.0004199394912358 -0.0001019048771255
62.200000 0.0025417611256269 -0.0003139600993260 -0.0001187603477114
62.200000 0.0025819205290477 -0.0002730629672297 -0.0001204253343328
62.200000 0.0025479715326720 -0.0003110298982266 -0.0001113551403268
62.200000 0.0024547235504215 -0.0004153616682177 -0.0001009280614758
62.200000 0.0023483707434640 -0.0005382965231950 -0.0000898962771165
62.200000 0.0022968306098850 -0.0005986596415848 -0.0000795581303942
62.300000 0.0023527507917133 -0.0004803243169210 -0.0000897887725018
62.300000 0.0024540359428006 -0.0003595602754071 -0.0001092009656844
62.300000 0.0025479594674491 -0.0002548727811917 -0.0001251857935608
62.300000 0.0025875636299690 -0.0002144615264508 -0.0001252089178903
62.300000 0.0025543399634091 -0.0002518135714737 -0.0001145985902979
62.300000 0.0024630314206577 -0.0003547954204522 -0.0001035829361680
62.300000 0.0023592291084633 -0.0004764933635596 -0.0000933453048518
62.300000 0.0023090001565441 -0.0005364538728655 -0.0000847795808558
62.400000 0.0023619890524502 -0.0004183518489825 -0.0000965711854778
62.400000 0.0024607062914275 -0.0002989698009846 -0.0001164328858077
62.400000 0.0025527960625437 -0.0001956481394107 -0.0001315444132559
62.400000 0.0025918790763482 -0.0001557485647912 -0.0001299283656733
62.400000 0.0025593519398999 -0.0001924624214463 -0.0001177812658020
62.400000 0.0024699056847578 -0.0002940226679653 -0.0001061775204593
62.400000 0.0023685716041832 -0.0004143854696033 -0.0000967342524119
62.400000 0.0023196172038244 -0.0004738895696397 -0.0000899438700537
62.500000 0.0023696946421325 -0.0003561092922659 -0.0001032908348160
62.500000 0.0024659287907057 -0.0002382034224987 -0.0001235962974871
62.500000 0.0025562681905607 -0.0001363178733053 -0.0001378327956784
62.500000 0.0025948651727061 -0.0000969543267978 -0.0001345812740037
62.500000 0.0025630047844039 -0.0001330080263812 -0.0001209014704820
62.500000 0.0024753406087371 -0.0002330785701590 -0.0001087102301841
62.500000 0.0023763881138085 -0.0003520119498180 -0.0001000607808097
62.500000 0.0023286691782234 -0.0004110075786594 -0.0000950473252024
62.600000 0.0023758584179238 -0.0002936363308224 -0.0001099431876112
62.600000 0.0024696985281425 -0.0001772967029761 -0.0001306868945920
62.600000 0.0025583739000377 -0.0000769137467891 -0.0001440475689800
62.600000 0.0025965209242198 -0.0000381090752673 -0.0001391652763775
62.600000 0.0025652965769437 -0.0000734820215407 -0.0001239575429251
62.600000 0.0024793313804585 -0.0001719984802690 -0.0001111795176591
62.600000 0.0023826696322810 -0.0002894123239194 -0.0001033225861976
62.600000 0.0023361447060970 -0.0003478492892258 -0.0001000862979883
62.700000 0.0023804723854098 -0.0002309730379587 -0.0001165237388959
62.700000 0.0024720115407755 -0.0001162853861847 -0.0001377004085153
62.700000 0.0025591120099012 -0.0000174675686684 -0.0001501854026892
62.700000 0.0025968460362506 0.0000207569254215 -0.0001436780447133
62.700000 0.0025662261565032 -0.0000139160799632 -0.0001269478576799
62.700000 0.0024818741174075 -0.0001108179183807 -0.0001135838730583
62.700000 0.0023874082860171 -0.0002266264865647 -0.0001065174025379
62.700000 0.0023420336411728 -0.0002844565926987 -0.0001050571690130
62.800000 0.0023835297177360 -0.0001681598381692 -0.0001230280165954
62.800000 0.0024728648226925 -0.0000552053684601 -0.0001446326118085
62.800000 0.0025584821104021 0.0000419888271040 -0.0001562430097883
62.800000 0.0025958409134513 0.0000796134259336 -0.0001481172905729
62.800000 0.0025657931216853 0.0000456581068163 -0.0001298708262482
62.800000 0.0024829658735441 -0.0000495725440760 -0.0001159218257588
62.800000 0.0023905973512178 -0.0001636946699718 -0.0001096430042561
62.800000 0.0023463270904366 -0.0002208718403888 -0.0001099563522682
62.900000 0.0023850247732199 -0.0001052374679736 -0.0001294515865051
62.900000 0.0024722563315552 0.0000059073298457 -0.0001514793217969
62.900000 0.0025564845634826 0.0001014236012062 -0.0001622171487594
62.900000 0.0025935066584541 0.0001384302085513 -0.0001524807663554
62.900000 0.0025639978308285 0.0001052088480599 -0.0001327248980495
62.900000 0.0024826046452107 0.0000117018712533 -0.0001181919456533
62.900000 0.0023922312706998 -0.0001006574055048 -0.0001126972088710
62.900000 0.0023490174382857 -0.0001571377999051 -0.0001147802996308
63.000000 0.0023849531113637 -0.0000422469357297 -0.0001357900572781
63.000000 0.0024701849941059 0.0000670165932529 -0.0001582364041727
63.000000 0.0025531205025751 0.0001608049287361 -0.0001681046255968
63.000000 0.0025898450701409 0.0001971771036838 -0.0001567662664621
63.000000 0.0025608414015806 0.0001647044731144 -0.0001355085613583
63.000000 0.0024807893760786 0.0000729694723832 -0.0001203928444278
63.000000 0.0023923056691846 -0.0000375554842955 -0.0001156778795933
63.000000 0.0023500983688438 -0.0000932976100410 -0.0001195255053680
63.100000 0.0023833115072056 0.0000207705195003 -0.0001420390854109
63.100000 0.0024666507106369 0.0001280862403357 -0.0001648997765564
63.100000 0.0025483918318314 0.0002201010189924 -0.0001739022957844
63.100000 0.0025848586415010 0.0002558240062998 -0.0001609716284323
63.100000 0.0025563257099330 0.0002241133506789 -0.0001382203442133
63.100000 0.0024775199611163 0.0001341943484901 -0.0001225231768036
63.100000 0.0023908173669815 0.0000255700830268 -0.0001185829278894
63.100000 0.0023495648863400 -0.0000293947342901 -0.0001241885106389
63.200000 0.0023800979639431 0.0000837734699504 -0.0001481943802168
63.200000 0.0024616543584083 0.0001890800531541 -0.0001714654120234
63.200000 0.0025423012247833 0.0002792801352289 -0.0001796070662362
63.200000 0.0025785505570780 0.0003143408922733 -0.0001650947340496
63.200000 0.0025504533887134 0.0002834039080305 -0.0001408588152972
63.200000 0.0024727972495659 0.0001953405615944 -0.0001245816417390
63.200000 0.0023877643920080 0.0000886781074168 -0.0001214103160007
63.200000 0.0023474133334560 0.0000345270869104 -0.0001287659079816
63.300000 0.0023753117237752 0.0001467203419299 -0.0001542517087729
63.300000 0.0024551977939978 0.0002499618068892 -0.0001779293425875
63.300000 0.0025348521224362 0.0003383106143637 -0.0001852158971969
63.300000 0.0025709246900113 0.0003726978346302 -0.0001691335104178
63.300000 0.0025432278255411 0.0003425446501943 -0.0001434225847863
63.300000 0.0024666230469163 0.0002563721751739 -0.0001265669835902
63.300000 0.0023831459900949 0.0001517272632260 -0.0001241580594137
63.300000 0.0023436414075543 0.0000984238851030 -0.0001332543457719
63.400000 0.0023689532769080 0.0002095694592935 -0.0001602069008312
63.400000 0.0024472838545717 0.0003106952996377 -0.0001842876626380
63.400000 0.0025260487307974 0.0003971608866235 -0.0001907258041029
63.400000 0.0025619855986754 0.0004308650196847 -0.0001730859310050
63.400000 0.0025346531602471 0.0004015041790381 -0.0001459103051699
63.400000 0.0024590001158615 0.0003172532829053 -0.0001284779932291
63.400000 0.0023769626335254 0.0002146761306576 -0.0001268242292744
63.400000 0.0023382481747047 0.0001622515137892 -0.0001376505326428
63.500000 0.0023610243686795 0.0002722790875056 -0.0001660558536787
63.500000 0.0024379163580674 0.0003712443823171 -0.0001905365323211
63.500000 0.0025158960178418 0.0004557994951050 -0.0001961338594000
63.500000 0.0025517385229216 0.0004888127630552 -0.0001769500166572
63.500000 0.0025247342817612 0.0004602512122747 -0.0001483206720378
63.500000 0.0024499321762381 0.0003779480374892 -0.0001303135091153
63.500000 0.0023692160277677 0.0002774832387764 -0.0001294069547402
63.500000 0.0023312340814348 0.0002259656993423 -0.0001419512418505
63.600000 0.0023515280047608 0.0003348074782029 -0.0001717945369370
63.600000 0.0024271001022793 0.0004315729886347 -0.0001966721808634
63.600000 0.0025043997099189 0.0005141951152339 -0.0002014371943174
63.600000 0.0025401893799280 0.0005465115255484 -0.0001807238365786
63.600000 0.0025134768244709 0.0005187546023558 -0.0001506524248360
63.600000 0.0024394239039351 0.0004384206795158 -0.0001320724183215
63.600000 0.0023599091163614 0.0003401071089781 -0.0001319044252628
63.600000 0.0023226009641366 0.0002895220927337 -0.0001461533155751
63.700000 0.0023404684544001 0.0003971129141538 -0.0001774189972865
63.700000 0.0024148408628453 0.0004916451650727 -0.0002026909098289
63.700000 0.0024915662876051 0.0005723165741039 -0.0002066330005951
63.700000 0.0025273447596622 0.0006039319289011 -0.0001844055092806
63.700000 0.0025008871640565 0.0005769833552391 -0.0001529043475899
63.700000 0.0024274809287733 0.0004986355663262 -0.0001337536575096
63.700000 0.0023490460839261 0.0004025062988234 -0.0001343148927973
63.700000 0.0023123520560704 0.0003528763219388 -0.0001502536691429
63.800000 0.0023278512516806 0.0004591537545107 -0.0001829253631059
63.800000 0.0024011453901299 0.0005514251008396 -0.0002085890963059
63.800000 0.0024774029810070 0.0006301328696767 -0.0002117185321651
63.800000 0.0025132119199625 0.0006610447713697 -0.0001879932034961
63.800000 0.0024869724128080 0.0006349066490124 -0.0001550752695934
63.800000 0.0024141098313530 0.0005585572008258 -0.0001353562138561
63.800000 0.0023366323572658 0.0004646394461384 -0.0001366366739302
63.800000 0.0023004919919159 0.0004159840448887 -0.0001542492951573
63.900000 0.0023136831947702 0.0005208884802502 -0.0001883098490124
63.900000 0.0023860214050053 0.0006108771577415 -0.0002143631960167
63.900000 0.0024619177645200 0.0006876131898250 -0.0002166911067829
63.900000 0.0024977987812440 0.0007178210431570 -0.0001914851390618
63.900000 0.0024717404144276 0.0006924938523586 -0.0001571640660653
63.900000 0.0023993181388713 0.0006181502602044 -0.0001368791259252
63.900000 0.0023226746045496 0.0005264653132797 -0.0001388681519208
63.900000 0.0022870268098267 0.0004788010028305 -0.0001581372675276
64.000000 0.0022979723431474 0.0005822757396931 -0.0001935687602929
64.000000 0.0023694775935338 0.0006699658999226 -0.0002200097463468
64.000000 0.0024451193510510 0.0007447269312011 -0.0002215481076086
64.000000 0.0024811139208353 0.0007742319416675 -0.0001948795877658
64.000000 0.0024551997383281 0.0007497145428446 -0.0001591696587707
64.000000 0.0023831143199122 0.0006773796245196 -0.0001383214844882
64.000000 0.0023071807325538 0.0005879428314632 -0.0001410077786520
64.000000 0.0022719639509596 0.0005412830739500 -0.0001619147453808
64.100000 0.0022807280127962 0.0006432743939950 -0.0001986984972134
64.100000 0.0023515236005561 0.0007286561234276 -0.0002255253692861
64.100000 0.0024270171857096 0.0008014437179131 -0.0002262869847376
64.100000 0.0024631665669521 0.0008302488865797 -0.0001981748741611
64.100000 0.0024373596734297 0.0008065385250189 -0.0001610910166079
64.100000 0.0023655077782154 0.0007362104050978 -0.0001396824332881
64.100000 0.0022901598819589 0.0006490311450534 -0.0001430540764832
64.100000 0.0022553122564520 0.0006033863271153 -0.0001655789768467
64.200000 0.0022619607693675 0.0007038435624991 -0.0002036955591959
64.200000 0.0023321700221948 0.0007869128855371 -0.0002309067742788
64.200000 0.0024076214389780 0.0008577334199921 -0.0002309052566773
64.200000 0.0024439665923155 0.0008858435347290 -0.0002013693763446
64.200000 0.0024182302214665 0.0008629358483016 -0.0001629271561602
64.200000 0.0023465088454326 0.0007946079727099 -0.0001409611697465
64.200000 0.0022716224207003 0.0007096896557076 -0.0001450056400015
64.200000 0.0022370819618389 0.0006650670755908 -0.0001691273027046
64.300000 0.0022416824193130 0.0007639426678398 -0.0002085565488527
64.300000 0.0023114283972833 0.0008447015338284 -0.0002361507609776
64.300000 0.0023869429993668 0.0009135661716329 -0.0002354005117698
64.300000 0.0024235245074208 0.0009409877947892 -0.0002044615267014
64.300000 0.0023978220898092 0.0009188768246519 -0.0001646771422121
64.300000 0.0023261287728795 0.0008525379854776 -0.0001421569456148
64.300000 0.0022515799353780 0.0007698780662737 -0.0001468611376670
64.300000 0.0022172846889030 0.0007262819305763 -0.0001725571598791
64.400000 0.0022199059990053 0.0008235314806882 -0.0002132781758665
64.400000 0.0022893111977325 0.0009019877349153 -0.0002412542218953
64.400000 0.0023649934655664 0.0009689123891922 -0.0002397704095607
64.400000 0.0024018514534652 0.0009956538417467 -0.0002074498126141
64.400000 0.0023761466838130 0.0009743320459980 -0.0001663400882300
64.400000 0.0023043797222989 0.0009099664164674 -0.0001432690675650
64.400000 0.0022300452207390 0.0008295564243351 -0.0001486193133470
64.400000 0.0021959334349690 0.0007869878544193 -0.0001758660847763
64.500000 0.0021966457618626 0.0008825701640308 -0.0002178572607069
64.500000 0.0022658318178529 0.0009587375028183 -0.0002462141449525
64.500000 0.0023417851381031 0.0010237427889285 -0.0002440126821101
64.500000 0.0023789591949411 0.0010498141311569 -0.0002103327771367
64.500000 0.0023532160986998 0.0010292724014158 -0.0001679151568068
64.500000 0.0022812747556468 0.0009668595809294 -0.0001442968977226
64.500000 0.0022070322672489 0.0008886851653010 -0.0001502789877353
64.500000 0.0021730425596583 0.0008471422133543 -0.0001790517164490
64.600000 0.0021719171635059 0.0009410193168732 -0.0002222907381754
64.600000 0.0022410045626489 0.0010149172269216 -0.0002510276159156
64.600000 0.0023173310105114 0.0010780284044679 -0.0002481251352476
64.600000 0.0023548601119031 0.0011034414131764 -0.0002131090196333
64.600000 0.0023290431109857 0.0010836690940405 -0.0001694015600701
64.600000 0.0022568278239203 0.0010231841631408 -0.0001452398541380
64.600000 0.0021825562467808 0.0009472251549409 -0.0001518390596538
64.600000 0.0021486277691321 0.0009067028296209 -0.0001821117995830
64.700000 0.0021457368449824 0.0009988400172636 -0.0002265756607678
64.700000 0.0022148446351051 0.0010704936994717 -0.0002556918207210
64.700000 0.0022916447600319 0.0011317406039802 -0.0002521056497694
64.700000 0.0023295671919165 0.0011565087463621 -0.0002157771963811
64.700000 0.0023036411694621 0.0011374936576994 -0.0001707985600547
64.700000 0.0022310537550452 0.0010789072428119 -0.0001460974111978
64.700000 0.0021566334964509 0.0010051377312611 -0.0001532985072325
64.700000 0.0021227060978624 0.0009656280328154 -0.0001850441872948
64.800000 0.0021181226140948 0.0010559938645319 -0.0002307092018474
64.800000 0.0021873681224902 0.0011254341425738 -0.0002602040476835
64.800000 0.0022647407378479 0.0011848511070524 -0.0002559521825758
64.800000 0.0023030940216956 0.0012089895112303 -0.0002183360211383
64.800000 0.0022770243857432 0.0011907179732517 -0.0001721054690378
64.800000 0.0022039682408444 0.0011339963210160 -0.0001468690999748
64.800000 0.0021292815006407 0.0010623847456274 -0.0001546563889659
64.800000 0.0020952958879781 0.0010238767103344 -0.0001878468437327
64.900000 0.0020890934248849 0.0011124430206451 -0.0002346886586217
64.900000 0.0021585919817001 0.0011797062346437 -0.0002645616895846
64.900000 0.0022366339588712 0.0012373320012430 -0.0002596627677503
64.900000 0.0022754547784401 0.0012608574235690 -0.0002207842656756
64.900000 0.0022492075243896 0.0012433142846226 -0.0001733216498380
64.900000 0.0021755878231110 0.0011884193456051 -0.0001475545085160
64.900000 0.0021005188712488 0.0011189286030377 -0.0001559118446422
64.900000 0.0020664167662440 0.0010814083567703 -0.0001905178464757
65.000000 0.0020586693553235 0.0011681502505795 -0.0002385114549150
65.000000 0.0021285340236695 0.0012332781362756 -0.0002687622456378
65.000000 0.0022073400910907 0.0012891557583063 -0.0002632355175780
65.000000 0.0022466642208778 0.0013120865474959 -0.0002231207602728
65.000000 0.0022202059926211 0.0012952552145203 -0.0001744465160785
65.000000 0.0021459298788084 0.0012421447360735 -0.0001481532820690
65.000000 0.0020703653262228 0.0011747323014528 -0.0001570640961450
65.000000 0.0020360896187412 0.0011381831221261 -0.0001930553887217
65.100000 0.0020268715832664 0.0012230789616183 -0.0002421751437319
65.100000 0.0020972128968812 0.0012861185154857 -0.0002728033233288
65.100000 0.0021768754444954 0.0013402952500721 -0.0002666686235036
65.100000 0.0022167376800224 0.0013626513082567 -0.0002253443941795
65.100000 0.0021900358296285 0.0013465137798232 -0.0001754795324124
65.100000 0.0021150126044274 0.0012951414078345 -0.0001486651232462
65.100000 0.0020388416664271 0.0012297594700959 -0.0001581124481249
65.100000 0.0020043365633233 0.0011941618587173 -0.0001954577812623
65.200000 0.0019937223607430 0.0012771932414836 -0.0002456774096048
65.200000 0.0020646480700026 0.0013381965722944 -0.0002766826401275
65.200000 0.0021452569595877 0.0013907237639682 -0.0002699603570289
65.200000 0.0021856910496549 0.0014125265047564 -0.0002274541160400
65.200000 0.0021587136954996 0.0013970634066269 -0.0001764202147131
65.200000 0.0020828549995251 0.0013473787958763 -0.0001490897921278
65.200000 0.0020059697509070 0.0012839744066368 -0.0001590562885407
65.200000 0.0019711809199347 0.0012493061666413 -0.0001977234542362
65.300000 0.0019592449866449 0.0013304578952183 -0.0002490160707234
65.300000 0.0020308598136845 0.0013894820626110 -0.0002803980250709
65.300000 0.0021125021954970 0.0014404150181757 -0.0002731090705482
65.300000 0.0021535407765385 0.0014616873218189 -0.0002294489342827
65.300000 0.0021262568597698 0.0014468779449404 -0.0001772681302272
65.300000 0.0020494768494781 0.0013988268777631 -0.0001494271063021
65.300000 0.0019717724706161 0.0013373421131797 -0.0001598950890689
65.300000 0.0019366471788822 0.0013035784376927 -0.0001998509586616
65.400000 0.0019234637778939 0.0013828384807383 -0.0002521890808404
65.400000 0.0019958691815542 0.0014399453213888 -0.0002839474202136
65.400000 0.0020786293177112 0.0014893431764040 -0.0002761131981228
65.400000 0.0021203038503735 0.0015101093421689 -0.0002313279174746
65.400000 0.0020926831896119 0.0014959316830208 -0.0001780228976923
65.400000 0.0020148987074799 0.0014494561959529 -0.0001496769408455
65.400000 0.0019362737206767 0.0013898283309793 -0.0001606284053823
65.400000 0.0019007609671614 0.0013569418976183 -0.0002018389677406
65.500000 0.0018864040391659 0.0014343013429794 -0.0002551945309510
65.500000 0.0019596979904425 0.0014895572850159 -0.0002873288819466
65.500000 0.0020436570854390 0.0015374828622759 -0.0002789712561933
65.500000 0.0020859977935047 0.0015577685581316 -0.0002330901946404
65.500000 0.0020580111376769 0.0015441993613381 -0.0001786841874179
65.500000 0.0019791418758157 0.0014992378794004 -0.0001498392282410
65.500000 0.0018994983712493 0.0014413995738127 -0.0001612558772973
65.500000 0.0018635490129445 0.0014093606466055 -0.0002036862779379
65.600000 0.0018480920312579 0.0014848136465704 -0.0002580306507453
65.600000 0.0019223687998780 0.0015382895129147 -0.0002905405821811
65.600000 0.0020076048386170 0.0015848091733132 -0.0002816818442303
65.600000 0.0020506406503868 0.0016046413830442 -0.0002347349555456
65.600000 0.0020222597296015 0.0015916561861598 -0.0001792517213314
65.600000 0.0019422283864483 0.0015481436644203 -0.0001499139582368
65.600000 0.0018614722370889 0.0014920231599429 -0.0001617772287906
65.600000 0.0018250391083413 0.0014607996979124 -0.0002053918098289
65.700000 0.0018085549381839 0.0015343434069686 -0.0002606958098302
65.700000 0.0018839048908919 0.0015861142083208 -0.0002935808093983
65.700000 0.0019704924845790 0.0016312976945126 -0.0002842436453227
65.700000 0.0020142509768199 0.0016507046623769 -0.0002362614509460
65.700000 0.0019854485511938 0.0016382778427483 -0.0001797252729886
65.700000 0.0019041809809514 0.0015961459147834 -0.0001499011776450
65.700000 0.0018222220458727 0.0015416672426115 -0.0001621922678878
65.700000 0.0017852600705546 0.0015112250145510 -0.0002069546087213
65.800000 0.0017678208330933 0.0015828595200008 -0.0002631885187225
65.800000 0.0018443302441699 0.0016330042382165 -0.0002964479695640
65.800000 0.0019323404844005 0.0016769245115041 -0.0002866554267049
65.800000 0.0019768478289625 0.0016959356845569 -0.0002376689928020
65.800000 0.0019475977353132 0.0016840405081629 -0.0001801046675488
65.800000 0.0018650230898244 0.0016432176410235 -0.0001498009900819
65.800000 0.0017817754053817 0.0015903008390081 -0.0001625008864230
65.800000 0.0017442417015511 0.0015606035439473 -0.0002083738450466
65.900000 0.0017259186431034 0.0016303317897576 -0.0002655074296124
65.900000 0.0018036695175945 0.0016789331523951 -0.0002991405869075
65.900000 0.0018931698389345 0.0017216662232836 -0.0002889160402218
65.900000 0.0019384507521319 0.0017403121914935 -0.0002389569544582
65.900000 0.0019087279484573 0.0017289208636588 -0.0001803897817158
65.900000 0.0018247788112281 0.0016893325189336 -0.0001496135556505
65.900000 0.0017401607696286 0.0016378938576639 -0.0001627030596742
65.900000 0.0017020147463769 0.0016089032505088 -0.0002096488145278
66.000000 0.0016828781131447 0.0016767309547981 -0.0002676513368976
66.000000 0.0017619480232186 0.0017238752016360 -0.0003016573045665
66.000000 0.0018530020745557 0.0017654999545126 -0.0002910244227323
66.000000 0.0018990797694010 0.0017838123888004 -0.0002401247707890
66.000000 0.0018688603770709 0.0017728961066767 -0.0001805805436442
66.000000 0.0017834728891778 0.0017344649072308 -0.0001493390905665
66.000000 0.0016974074040186 0.0016844171242297 -0.0001627988458751
66.000000 0.0016586108502470 0.0016560931460404 -0.0002107789381222
66.100000 0.0016387297689165 0.0017220287126238 -0.0002696191774924
66.100000 0.0017191917037133 0.0017678053549707 -0.0003039968850965
66.100000 0.0018118592286268 0.0018084033673781 -0.0002929795964516
66.100000 0.0018587553700015 0.0018264149557114 -0.0002411719383109
66.100000 0.0018280167135916 0.0018159439624179 -0.0001806769328123
66.100000 0.0017411306912327 0.0017785898643744 -0.0001489778667281
66.100000 0.0016535453496381 0.0017298424055987 -0.0001627883856063
66.100000 0.0016140625145439 0.0017021433179591 -0.0002117637617448
66.200000 0.0015935048790518 0.0017661977423933 -0.0002714100309115
66.200000 0.0016754271083340 0.0018106993160250 -0.0003061582108468
66.200000 0.0017697638347043 0.0018503546730066 -0.0002947806692330
66.200000 0.0018174984975409 0.0018680990546873 -0.0002420980152605
66.200000 0.0017862191422459 0.0018580426949983 -0.0001806789798610
66.200000 0.0016977781857210 0.0018216831645207 -0.0001485302112326
66.200000 0.0016086053867641 0.0017741424323444 -0.0001626719010696
66.200000 0.0015684030518593 0.0017470249552659 -0.0002126029557762
66.300000 0.0015472354165931 0.0018092117258493 -0.0002730231191340
66.300000 0.0016306813684469 0.0018525335384216 -0.0003081402842046
66.300000 0.0017267389074995 0.0018913326424278 -0.0002964268347891
66.300000 0.0017753305380452 0.0019088443407124 -0.0002429026216398
66.300000 0.0017434903246115 0.0018991711181767 -0.0001805867664008
66.300000 0.0016534419185405 0.0018637213126012 -0.0001479965058397
66.300000 0.0015626189976888 0.0018172909194466 -0.0001624496952481
66.300000 0.0015216665402147 0.0017907103722452 -0.0002132963143594
66.400000 0.0014999540198796 0.0018510453664410 -0.0002744578062501
66.400000 0.0015849821726615 0.0018932852402329 -0.0003099422277067
66.400000 0.0016828079276102 0.0019313166170825 -0.0002979173728525
66.400000 0.0017322733078339 0.0019486309702767 -0.0002435854392282
66.400000 0.0016998533849590 0.0019393086056546 -0.0001804004247858
66.400000 0.0016081489895733 0.0019046815585140 -0.0001473771863832
66.400000 0.0015156183289545 0.0018592625852898 -0.0001621221509569
66.400000 0.0014738877765990 0.0018331730298685 -0.0002138437544917
66.500000 0.0014516939529460 0.0018916744066288 -0.0002757135978959
66.500000 0.0015383577416128 0.0019329324174745 -0.0003115632840224
66.500000 0.0016379948260406 0.0019702865188700 -0.0002992516492781
66.500000 0.0016883490412382 0.0019874396100426 -0.0002441462115631
66.500000 0.0016553318953894 0.0019784351009414 -0.0001801201378562
66.500000 0.0015619270287563 0.0019445419104190 -0.0001466727421332
66.500000 0.0014676361530947 0.0019000331689167 -0.0001616897297870
66.500000 0.0014251022299577 0.0018743875548913 -0.0002142453149179
66.600000 0.0014024890655349 0.0019310756433659 -0.0002767901404816
66.600000 0.0014908368024367 0.0019714538566318 -0.0003130028158087
66.600000 0.0015923239685234 0.0020082228597342 -0.0003004291160864
66.600000 0.0016435803781702 0.0020252514451961 -0.0002445847438869
66.600000 0.0016099498607810 0.0020165311267840 -0.0001797461386500
66.600000 0.0015148041718467 0.0019832811471294 -0.0001458837151104
66.600000 0.0014187058299743 0.0019395794455339 -0.0001611529709477
66.600000 0.0013753459937700 0.0019143297566390 -0.0002145011548316
66.700000 0.0013523737528195 0.0019692269417556 -0.0002776872202183
66.700000 0.0014424485629840 0.0020088291462156 -0.0003142603054399
66.700000 0.0015458201396625 0.0020451067507826 -0.0003014493114482
66.700000 0.0015979903515534 0.0020620481874785 -0.0002449009030638
66.700000 0.0015637317035600 0.0020535777941577 -0.0001792787100834
66.700000 0.0014668090359221 0.0020208788295956 -0.0001450106993536
66.700000 0.0013688612678246 0.0019778792402657 -0.0001605124900119
66.700000 0.0013246557383450 0.0019529766414884 -0.0002146115523924
66.800000 0.0013013829149373 0.0020061072468920 -0.0002784047619497
66.800000 0.0013932226858156 0.0020450386873448 -0.0003153353546137
66.800000 0.0014985085269108 0.0020809199109386 -0.0003023118596125
66.800000 0.0015516023746224 0.0020978120829002 -0.0002450946174647
66.800000 0.0015167022483105 0.0020895568108158 -0.0001787181846027
66.800000 0.0014179706946563 0.0020573153114779 -0.0001440543401425
66.800000 0.0013181368840651 0.0020149114401618 -0.0001597689775690
66.800000 0.0012730686629709 0.0019903064250570 -0.0002145769030668
66.900000 0.0012495519164284 0.0020416965938956 -0.0002789428277966
66.900000 0.0013431892620230 0.0020800637033548 -0.0003162276838380
66.900000 0.0014504147043987 0.0021156446751237 -0.0003030164707785
66.900000 0.0015044402281006 0.0021325259191338 -0.0002451658768215
66.900000 0.0014688867062379 0.0021244504893978 -0.0001780649438052
66.900000 0.0013683186534092 0.0020925717488075 -0.0001430153331779
66.900000 0.0012665675660024 0.0020506560044683 -0.0001589231977894
66.900000 0.0012206224480413 0.0020262985421253 -0.0002143977178010
67.000000 0.0011969165456738 0.0020759761161609 -0.0002793016156203
67.000000 0.0012923787849174 0.0021138862484349 -0.0003169371317986
67.000000 0.0014015646166311 0.0021492640019705 -0.0003035629409106
67.000000 0.0014565280472662 0.0021661730325876 -0.0002451147320509
67.000000 0.0014203106594996 0.0021582417550934 -0.0001773194180334
67.000000 0.0013178828241701 0.0021266301087366 -0.0001418944237212
67.000000 0.0012141886314968 0.0020850939731778 -0.0001579759869075
67.000000 0.0011673552072863 0.0020609336543196 -0.0002140746210354
67.100000 0.0011435129744251 0.0021089280518399 -0.0002794814573123
67.100000 0.0012408221236281 0.0021464892152982 -0.0003174636546138
67.100000 0.0013519845620663 0.0021817614810648 -0.0003039511515002
67.100000 0.0014078903089126 0.0021987373151592 -0.0002449412950489
67.100000 0.0013710000454177 0.0021909141528646 -0.0001764820859404
67.100000 0.0012666935003941 0.0021594731773807 -0.0001406924056940
67.100000 0.0011610357896826 0.0021182074738785 -0.0001569282516263
67.100000 0.0011133054402253 0.0020941936555950 -0.0002136083485681
67.200000 0.0010893777175122 0.0021405357485895 -0.0002794828169202
67.200000 0.0011885504966542 0.0021778563418899 -0.0003178073249767
67.200000 0.0013017011765934 0.0022131213397182 -0.0003041810692726
67.200000 0.0013585518182137 0.0022302032206679 -0.0002446457384558
67.200000 0.0013209811405882 0.0022224518542237 -0.0001755534740285
67.200000 0.0012147813317680 0.0021910845667586 -0.0001394101207422
67.200000 0.0011071451018259 0.0021499797269273 -0.0001557809674511
67.200000 0.0010585119849603 0.0021260616755623 -0.0002129997452795
67.300000 0.0010345475928170 0.0021707836666151 -0.0002793062886155
67.300000 0.0011355954454081 0.0022079722171437 -0.0003179683311900
67.300000 0.0012507414169236 0.0022433284492716 -0.0003042527458421
67.300000 0.0013085376955026 0.0022605557709678 -0.0002442282953917
67.300000 0.0012702805448997 0.0022528396635692 -0.0001745341561613
67.300000 0.0011621772989439 0.0022214487208345 -0.0001380484572634
67.300000 0.0010525529424031 0.0021803950489774 -0.0001545351769550
67.300000 0.0010030139714168 0.0021565220807104 -0.0002122497627245
67.400000 0.0009790596815926 0.0021996573800488 -0.0002789525945138
67.400000 0.0010819888077916 0.0022368222857939 -0.0003179469760965
67.400000 0.0011991325439100 0.0022723683309306 -0.0003041663173148
67.400000 0.0012578733629698 0.0022897805617417 -0.0002436892591650
67.400000 0.0012189251654762 0.0022820630240801 -0.0001734247530506
67.400000 0.0011089126882777 0.0022505509206741 -0.0001366083494028
67.400000 0.0009972959604773 0.0022094388548936 -0.0001531919879847
67.400000 0.0009468507751409 0.0021855604735814 -0.0002113594566052
67.500000 0.0009229512892075 0.0022271435767034 -0.0002784225823555
67.500000 0.0010277626918433 0.0022643928522581 -0.0003177436759089
67.500000 0.0011469021058106 0.0023002271611363 -0.0003039220038413
67.500000 0.0012065845312918 0.0023178637679762 -0.0002430289829518
67.500000 0.0011669422005568 0.0023101080231716 -0.0001722259317187
67.500000 0.0010550190666061 0.0022783772887205 -0.0001350907760171
67.500000 0.0009414110414468 0.0022370976580940 -0.0001517525718089
67.500000 0.0008900619717496 0.0022131636899607 -0.0002103299841318
67.600000 0.0008662599063885 0.0022532300562473 -0.0002777172230555
67.600000 0.0009729494494951 0.0022906710836010 -0.0003173589589427
67.600000 0.0010940779215104 0.0023268917764721 -0.0003035201091194
67.600000 0.0011546971861960 0.0023447921491194 -0.0002422478794490
67.600000 0.0011143591233264 0.0023369613975117 -0.0001709384049356
67.600000 0.0010005282560996 0.0023049147922055 -0.0001334967596105
67.600000 0.0008849352692397 0.0022633590693590 -0.0001502181612176
67.600000 0.0008326872921294 0.0022393197941516 -0.0002091626012820
67.700000 0.0008090231710330 0.0022779057268500 -0.0002768376081318
67.700000 0.0009175816504727 0.0023156450115977 -0.0003167934642564
67.700000 0.0010406880637145 0.0023523496781109 -0.0003029610198491
67.700000 0.0011022375749711 0.0023705530539224 -0.0002413464204999
67.700000 0.0010612036657101 0.0023626105376048 -0.0001695629306345
67.700000 0.0009454723092221 0.0023301512457057 -0.0001318273652433
67.700000 0.0008279058890200 0.0022882117941544 -0.0001485900485754
67.700000 0.0007747665784704 0.0022640180724038 -0.0002078586599706
67.800000 0.0007512788306564 0.0023011606003508 -0.0002757849470212
67.800000 0.0008616920563777 0.0023393035339108 -0.0003160479402031
67.800000 0.0009867608421290 0.0023765890358059 -0.0003022452051399
67.800000 0.0010492321929298 0.0023951344249658 -0.0002403251366941
67.800000 0.0010075038021430 0.0023870434919416 -0.0001681003113036
67.800000 0.0008898834838324 0.0023540753128609 -0.0001300836994162
67.800000 0.0007703602704704 0.0023116456285143 -0.0001468695838358
67.800000 0.0007163397412165 0.0022872490245741 -0.0002064196051361
67.900000 0.0006930647055355 0.0023229857860034 -0.0002745605642921
67.900000 0.0008053135949824 0.0023616364144007 -0.0003151232428967
67.900000 0.0009323247866410 0.0023995986914288 -0.0003013732158731
67.900000 0.0009957077698320 0.0024185248028731 -0.0002391846169418
67.900000 0.0009532877333309 0.0024102489707220 -0.0001665513933574
67.900000 0.0008337942184572 0.0023766765072687 -0.0001282669089319
67.900000 0.0007123358717119 0.0023336514535371 -0.0001450581725209
67.900000 0.0006574467170080 0.0023090043540985 -0.0002048469717575
68.000000 0.0006344186526072 0.0023433734828572 -0.0002731658967627
68.000000 0.0007484793347713 0.0023826342825897 -0.0003140203345985
68.000000 0.0008774086305127 0.0024213681620591 -0.0003003456840184
68.000000 0.0009416912562751 0.0024407133302127 -0.0002379255080221
68.000000 0.0008985838700102 0.0024322163491519 -0.0001649170664859
68.000000 0.0007772371077664 0.0023979451925725 -0.0001263781797359
68.000000 0.0006538702039152 0.0023542212285466 -0.0001431572736721
68.000000 0.0005981274276827 0.0023292769563563 -0.0002031423818079
68.100000 0.0005753785301735 0.0023623169708321 -0.0002716024905346
68.100000 0.0006912224597603 0.0024022886322984 -0.0003127402820268
68.100000 0.0008220412936015 0.0024418876426315 -0.0002991633219077
68.100000 0.0008872098100594 0.0024616897550903 -0.0002365485141081
68.100000 0.0008434208167225 0.0024529356703209 -0.0001631982629854
68.100000 0.0007202448782803 0.0024178725817627 -0.0001244187357396
68.100000 0.0005950007966569 0.0023733479829742 -0.0001411683977767
68.100000 0.0005384217403998 0.0023480609055134 -0.0002013075411572
68.200000 0.0005159821634614 0.0023798106005494 -0.0002698719979499
68.200000 0.0006335762446206 0.0024205918194789 -0.0003112842545951
68.200000 0.0007662518656198 0.0024611480081435 -0.0002978269214670
68.200000 0.0008322907825355 0.0024814444344339 -0.0002350543962668
68.200000 0.0007878273556135 0.0024723976476628 -0.0001613959570684
68.200000 0.0006628503643347 0.0024364507357082 -0.0001223898376261
68.200000 0.0005357651640669 0.0023910258070197 -0.0001390931046758
68.200000 0.0004783694289396 0.0023653514399281 -0.0001993442364304
68.300000 0.0004562673110824 0.0023958497819818 -0.0002679761744813
68.300000 0.0005755740301388 0.0024375370592664 -0.0003096535225820
68.300000 0.0007100695894460 0.0024791408154323 -0.0002963373534070
68.300000 0.0007769617049401 0.0024999683369743 -0.0002334439719358
68.300000 0.0007318324302677 0.0024905936670052 -0.0001595111641569
68.300000 0.0006050864843323 0.0024536725609403 -0.0001202927816420
68.300000 0.0004762007718118 0.0024072498411487 -0.0001369330014580
68.300000 0.0004180101362297 0.0023811449462105 -0.0001972543318328
68.400000 0.0003962716324295 0.0024104309719855 -0.0002659168755639
68.400000 0.0005172491990359 0.0024531184222739 -0.0003078494552384
68.400000 0.0006535238444986 0.0024958583045238 -0.0002946955663745
68.400000 0.0007212502747270 0.0025172530459219 -0.0002317181143776
68.400000 0.0006754651295911 0.0025075157882139 -0.0001575449401565
68.400000 0.0005469862173034 0.0024695318067088 -0.0001181288983770
68.400000 0.0004163450049526 0.0024220162644871 -0.0001346897403435
68.400000 0.0003573833381380 0.0023954389420201 -0.0001950397659502
68.500000 0.0003360326560485 0.0024235516607802 -0.0002636960533769
68.500000 0.0004586351521724 0.0024673308301543 -0.0003058735188349
68.500000 0.0005966441301862 0.0025112933995619 -0.0002929025860654
68.500000 0.0006651843419009 0.0025332907613448 -0.0002298777521110
68.500000 0.0006187546717506 0.0025231567464357 -0.0001554983807150
68.500000 0.0004885825798011 0.0024840230613338 -0.0001158995515323
68.500000 0.0003562351367121 0.0024353222821744 -0.0001323650165640
68.500000 0.0002965283085717 0.0024082320576946 -0.0001927025485309
68.600000 0.0002755877490114 0.0024352103574412 -0.0002613157535843
68.600000 0.0003997652851608 0.0024801700504570 -0.0003037272746553
68.600000 0.0005394600494422 0.0025254397093245 -0.0002909595143014
68.600000 0.0006087918953580 0.0025480743022481 -0.0002279238683205
68.600000 0.0005617303881830 0.0025375099529471 -0.0001533726204645
68.600000 0.0004299086031517 0.0024971417478742 -0.0001136061366808
68.600000 0.0002959082981831 0.0024471661117351 -0.0001299605662414
68.600000 0.0002354840859092 0.0024195240167945 -0.0001902447572609
68.700000 0.0002149740873209 0.0024454065744704 -0.0002587781120413
68.700000 0.0003406729654077 0.0024916326908026 -0.0003014123769388
68.700000 0.0004820012923577 0.0025382915273323 -0.0002888675280706
68.700000 0.0005521010492429 0.0025615971083597 -0.0002258575002449
68.700000 0.0005044217076805 0.0025505694956145 -0.0001511688322484
68.700000 0.0003709973110824 0.0025088841191383 -0.0001112500800208
68.700000 0.0002354014490045 0.0024575469685324 -0.0001274781642712
68.700000 0.0001742894407912 0.0024293156156555 -0.0001876685345368
68.800000 0.0001542286273655 0.0024541408115095 -0.0002560853514762
68.800000 0.0002813915096058 0.0025017161924056 -0.0002989305707764
68.800000 0.0004242976199207 0.0025498438315588 -0.0002866278785340
68.800000 0.0004951400293240 0.0025738532416243 -0.0002236797385450
68.800000 0.0004468581405652 0.0025623301389714 -0.0001488882263338
68.800000 0.0003118816977448 0.0025192472520581 -0.0001088328371240
68.800000 0.0001747513490283 0.0024664650503645 -0.0001249196222133
68.800000 0.0001129828452889 0.0024376087020335 -0.0001849760842456
68.900000 0.0000933880784452 0.0024614145382633 -0.0002532397781544
68.900000 0.0002219541616929 0.0025104188229699 -0.0002962836899650
68.900000 0.0003663788478725 0.0025600922837477 -0.0002842418899997
68.900000 0.0004379371593965 0.0025848373874075 -0.0002213917266510
68.900000 0.0003890692629597 0.0025727873239203 -0.0001465320496115
68.900000 0.0002525947061520 0.0025282290414537 -0.0001063558916808
68.900000 0.0001139945309962 0.0024739215212657 -0.0001222867861939
68.900000 0.0000516024434623 0.0024444061529300 -0.0001821696685585
69.000000 0.0000324888763794 0.0024672301766945 -0.0002502437785313
69.000000 0.0001623940712949 0.0025177396689863 -0.0002934736548235
69.000000 0.0003082748306911 0.0025690332283462 -0.0002817109588650
69.000000 0.0003805208477167 0.0025945448554166 -0.0002189946600901
69.000000 0.0003310847011643 0.0025819371670647 -0.0001441015847816
69.000000 0.0001931692070464 0.0025358281932119 -0.0001038207542444
69.000000 0.0000531672742420 0.0024799184945742 -0.0001195815348243
69.000000 -0.0000098139766834 0.0024497118516823 -0.0001792516047442
69.100000 -0.0000284328417901 0.0024715910825565 -0.0002470998159019
69.100000 0.0001027442726679 0.0025236786274588 -0.0002905024699754
69.100000 0.0002500154457098 0.0025766636910620 -0.0002790365525288
69.100000 0.0003229195734739 0.0026029715803365 -0.0002164897857954
69.100000 0.0002729341161474 0.0025897764596795 -0.0001415981495280
69.100000 0.0001336379782129 0.0025420442169033 -0.0001012289609742
69.100000 -0.0000076944205686 0.0024844590153260 -0.0001168057771365
69.100000 -0.0000712290098416 0.0024535306644005 -0.0001762242620086
69.200000 -0.0000893412619973 0.0024745015263252 -0.0002438104270546
69.200000 0.0000430376641533 0.0025282363970882 -0.0002873722221008
69.200000 0.0001916305773801 0.0025829813770516 -0.0002762202082747
69.200000 0.0002651618733044 0.0026101141221884 -0.0002138784013956
69.200000 0.0002146471881601 0.0025963026663262 -0.0001390230956820
69.200000 0.0000740336842510 0.0025468774178640 -0.0000985820723814
69.200000 -0.0000685548556527 0.0024875470420359 -0.0001139614505425
69.200000 -0.0001326056586480 0.0024558684158344 -0.0001730900583678
69.300000 -0.0001502009162465 0.0024759666735914 -0.0002403782189332
69.300000 -0.0000166930118434 0.0025314144689412 -0.0002840850776630
69.300000 0.0001331501016879 0.0025879846687488 -0.0002732635321272
69.300000 0.0002072763278536 0.0026159696664115 -0.0002111618544871
69.300000 0.0001562536014794 0.0026015139231192 -0.0001363778083742
69.300000 0.0000143888568188 0.0025503288887681 -0.0000958816720782
69.300000 -0.0001293786592746 0.0024891874279246 -0.0001110505188171
69.300000 -0.0001939073575326 0.0024567318647468 -0.0001698514575574
69.400000 -0.0002109767046041 0.0024759925649755 -0.0002368058653158
69.400000 -0.0000764151883387 0.0025332151166331 -0.0002806432806122
69.400000 0.0000746038707290 0.0025916726233409 -0.0002701681976808
69.400000 0.0001492915483908 0.0026205360236730 -0.0002083415418887
69.400000 0.0000977830292903 0.0026054090356523 -0.0001336637051781
69.400000 -0.0000452641246415 0.0025524005007138 -0.0000931293655312
69.400000 -0.0001901308078571 0.0024893859016483 -0.0001080749701098
69.400000 -0.0002550979951895 0.0024561286788697 -0.0001665109659853
69.500000 -0.0002716339160918 0.0024745860956204 -0.0002330961035146
69.500000 -0.0001360964927140 0.0025336413860517 -0.0002770491500716
69.500000 0.0000160216974531 0.0025940449699023 -0.0002669359449053
69.500000 0.0000912361634810 0.0026238116294081 -0.0002054189088783
69.500000 0.0000392651187120 0.0026079874765923 -0.0001308822352434
69.500000 -0.0001048930516850 0.0025530948938526 -0.0000903267788213
69.500000 -0.0002507766470417 0.0024881490475884 -0.0001050368149858
69.500000 -0.0003161419356788 0.0024540674095187 -0.0001630711297322
69.600000 -0.0003321382484860 0.0024717549943229 -0.0002292517311030
69.600000 -0.0001957047651069 0.0025326970846504 -0.0002733050780073
69.600000 -0.0000425666594175 0.0025951021061931 -0.0002635685789267
69.600000 0.0000331388057188 0.0026257955430957 -0.0002023954484141
69.600000 -0.0000192705240237 0.0026092493829457 -0.0001280348784216
69.600000 -0.0001644659051468 0.0025524154675825 -0.0000874755574106
69.600000 -0.0003112819117016 0.0024854842857560 -0.0001019380845008
69.600000 -0.0003770040381790 0.0024505574659331 -0.0001595345316025
69.700000 -0.0003924558270345 0.0024675078023557 -0.0002252756026741
69.700000 -0.0002552080762459 0.0025303867703392 -0.0002694135268879
69.700000 -0.0001011315102882 0.0025948450951312 -0.0002600679687857
69.700000 -0.0000249719014709 0.0026264874472705 -0.0001992727003391
69.700000 -0.0000777943482372 0.0026091955530091 -0.0001251231443839
69.700000 -0.0002239508729159 0.0025503663703352 -0.0000845773649190
69.700000 -0.0003716127449141 0.0024813998513645 -0.0000987808283100
69.700000 -0.0004376496754102 0.0024456090894123 -0.0001559037882324
69.800000 -0.0004525532221005 0.0024618538520356 -0.0002211706266361
69.800000 -0.0003145747447230 0.0025267157399990 -0.0002653770273355
69.800000 -0.0001596432494046 0.0025932756609485 -0.0002564360461757
69.800000 -0.0000830673569625 0.0026258876462779 -0.0001960522505704
69.800000 -0.0001362768733013 0.0026078274430082 -0.0001221485717320
69.800000 -0.0002833163671973 0.0025469524889780 -0.0000816338819097
69.800000 -0.0004317357159019 0.0024759047741207 -0.0000955671128145
69.800000 -0.0004980447507526 0.0024392333273109 -0.0001521815472554
69.900000 -0.0005123974657498 0.0024548032450872 -0.0002169397620490
69.900000 -0.0003737733537019 0.0025216900176481 -0.0002611981757715
69.900000 -0.0002180723693719 0.0025903961850373 -0.0002526748041601
69.900000 -0.0001411189949837 0.0026239970647729 -0.0001927357302732
69.900000 -0.0001946887029724 0.0026051471634352 -0.0001191127271027
69.900000 -0.0003425310412562 0.0025421794378588 -0.0000786468046865
69.900000 -0.0004916178369538 0.0024690088572870 -0.0000922990193459
69.900000 -0.0005581557140879 0.0024314420069559 -0.0001483704845304
70.000000 -0.0005719560672954 0.0024463668308537 -0.0002125860155062
70.000000 -0.0004327727670581 0.0025153163422867 -0.0002568796320615
70.000000 -0.0002763894754757 0.0025862097014981 -0.0002487862958718
70.000000 -0.0001990982980911 0.0026208172459679 -0.0001893248150203
70.000000 -0.0002530005395470 0.0026011574750911 -0.0001160172042668
70.000000 -0.0004015638056406 0.0025360535475166 -0.0000756178441033
70.000000 -0.0005512265793407 0.0024607226565593 -0.0000889786423915
70.000000 -0.0006179495763913 0.0024222477095422 -0.0001444733014352
70.100000 -0.0006311970278205 0.0024365561843991 -0.0002081124380642
70.100000 -0.0004915421449517 0.0025076021554447 -0.0002524241171611
70.100000 -0.0003345652997996 0.0025807198923965 -0.0002447726331942
70.100000 -0.0002569768100640 0.0026163503496323 -0.0001858212239372
70.100000 -0.0003111831978386 0.0025958617848414 -0.0001128636232229
70.100000 -0.0004603838438819 0.0025285818530826 -0.0000725487243864
70.100000 -0.0006105298882401 0.0024510574588093 -0.0000856080878614
70.100000 -0.0006773939231063 0.0024116637440633 -0.0001404927222264
70.200000 -0.0006900888536971 0.0024253835845496 -0.0002035221222257
70.200000 -0.0005500509588318 0.0024985555884608 -0.0002478344107653
70.200000 -0.0003925707151337 0.0025739310827380 -0.0002406359854268
70.200000 -0.0003147261487110 0.0026105991498481 -0.0001822267188342
70.200000 -0.0003692076189703 0.0025892641410932 -0.0001096536292870
70.200000 -0.0005189606276701 0.0025197720823960 -0.0000694411819713
70.200000 -0.0006694961966891 0.0024400252607343 -0.0000821894713977
70.200000 -0.0007364569263360 0.0023997041213278 -0.0001364314914686
70.300000 -0.0007486005691249 0.0024128619919146 -0.0001988181989768
70.300000 -0.0006082690058753 0.0024881854495150 -0.0002431133489659
70.300000 -0.0004503767486722 0.0025658482351700 -0.0002363785779352
70.300000 -0.0003723180185881 0.0026035670325244 -0.0001785431033243
70.300000 -0.0004270448839796 0.0025813692290013 -0.0001063888921781
70.300000 -0.0005772639315047 0.0025096326438562 -0.0000662969643547
70.300000 -0.0007280944385831 0.0024276387474555 -0.0000787249167283
70.300000 -0.0007951073558841 0.0023863835281114 -0.0001322923715349
70.400000 -0.0008067017277115 0.0023990050269294 -0.0001940038348831
70.400000 -0.0006661664228611 0.0024765012104417 -0.0002382638219177
70.400000 -0.0005079545954936 0.0025564769444200 -0.0002320026907866
70.400000 -0.0004297242236236 0.0025952579926744 -0.0001747722219292
70.400000 -0.0004846662272302 0.0025721823654103 -0.0001030711051006
70.400000 -0.0006352638468222 0.0024981726140370 -0.0000631178289617
70.400000 -0.0007862940607423 0.0024139112711064 -0.0000752165540653
70.400000 -0.0008533145891843 0.0023717173014886 -0.0001280781401799
70.500000 -0.0008643624231199 0.0023838269479566 -0.0001890822292453
70.500000 -0.0007237136994842 0.0024635129933450 -0.0002332887715165
70.500000 -0.0005652756318224 0.0025458234314775 -0.0002275106573731
70.500000 -0.0004869166796468 0.0025856766314590 -0.0001709159591723
70.500000 -0.0005420430496286 0.0025617094935424 -0.0000997019838240
70.500000 -0.0006929307956012 0.0024854017250828 -0.0000599055420302
70.500000 -0.0008440650340678 0.0023988568294483 -0.0000716665185489
70.500000 -0.0009110486201533 0.0023557214033870 -0.0001237915881857
70.600000 -0.0009215532988086 0.0023673426294835 -0.0001840566113179
70.600000 -0.0007808816911138 0.0024492315570413 -0.0002281911890923
70.600000 -0.0006223114280673 0.0025338945375304 -0.0002229048630226
70.600000 -0.0005438674268179 0.0025748281529999 -0.0001669762386602
70.600000 -0.0005991469316405 0.0025499571774371 -0.0000962832657608
70.600000 -0.0007502355434485 0.0024713303519093 -0.0000566618775125
70.600000 -0.0009013778638097 0.0023824900445486 -0.0000680769487373
70.600000 -0.0009682800670063 0.0023384123954034 -0.0001194355170824
70.700000 -0.0009782455568908 0.0023495675404484 -0.0001789302375926
70.700000 -0.0008376416310003 0.0024336682833499 -0.0002229741131182
70.700000 -0.0006790337616346 0.0025206977176621 -0.0002181877435987
70.700000 -0.0006005486419554 0.0025627183609660 -0.0001629550221522
70.700000 -0.0006559496461064 0.0025369325961504 -0.0000928167090420
70.700000 -0.0008071492121695 0.0024559694992312 -0.0000533886159947
70.700000 -0.0009582035989732 0.0023648261415560 -0.0000644499851434
70.700000 -0.0010249801790751 0.0023198074139171 -0.0001150127369445
70.800000 -0.0010344109661408 0.0023305177227278 -0.0001737063891473
70.800000 -0.0008939651419379 0.0024168351632550 -0.0002176406269381
70.800000 -0.0007354146295132 0.0025062410343202 -0.0002133617840910
70.800000 -0.0006569326507594 0.0025493536549361 -0.0001588543086195
70.800000 -0.0007124231708513 0.0025226435377227 -0.0000893040915926
70.800000 -0.0008636432918268 0.0024393307884347 -0.0000500875436345
70.800000 -0.0010145138408866 0.0023458809276037 -0.0000607877688174
70.800000 -0.0010811208426670 0.0022999241455346 -0.0001105260642608
70.900000 -0.0010900218691750 0.0023102097698139 -0.0001683883690627
70.900000 -0.0009498242473894 0.0023987447829589 -0.0002121938565155
70.900000 -0.0007914262606301 0.0024905331505629 -0.0002084295171964
70.900000 -0.0007129919399265 0.0025347410265422 -0.0001546761332925
70.900000 -0.0007685397010873 0.0025070983929213 -0.0000857472102056
70.900000 -0.0009196896522933 0.0024214264443183 -0.0000467604511186
70.900000 -0.0010702807509570 0.0023256707708708 -0.0000570924399774
70.900000 -0.0011366745860049 0.0022787808028940 -0.0001059783198814
71.000000 -0.0011450511888370 0.0022886608057094 -0.0001629794999073
71.000000 -0.0010051913820812 0.0023794103098473 -0.0002066369682040
71.000000 -0.0008470411279743 0.0024735833230939 -0.0002033935218920
71.000000 -0.0007686991691556 0.0025188880553960 -0.0001504225666988
71.000000 -0.0008242716616076 0.0024903061487654 -0.0000821478796160
71.000000 -0.0009752605543042 0.0024022692817184 -0.0000434091326381
71.000000 -0.0011254770576419 0.0023042125798290 -0.0000533661366860
71.000000 -0.0011916145832894 0.0022563961008580 -0.0001013723270393
71.100000 -0.0011994724338164 0.0022658884640654 -0.0001574831212921
71.100000 -0.0010600394020756 0.0023588454783857 -0.0002009731665424
71.100000 -0.0009022319604869 0.0024554013950919 -0.0001982564220019
71.100000 -0.0008240271830403 0.0025018029048016 -0.0001460957136908
71.100000 -0.0008795917187684 0.0024722763818421 -0.0000785079315757
71.100000 -0.0010303286600149 0.0023818726920391 -0.0000400353848859
71.100000 -0.0011800760626617 0.0022815237827006 -0.0000496109935738
71.100000 -0.0012459146579220 0.0022327892331193 -0.0000967109094468
71.200000 -0.0012532597035289 0.0022419108675854 -0.0001519025874950
71.200000 -0.0011143415943313 0.0023370645759660 -0.0001952056920752
71.200000 -0.0009569717547172 0.0024359977888441 -0.0001930208847565
71.200000 -0.0008789490228468 0.0024834943172590 -0.0001416977124637
71.200000 -0.0009344727922582 0.0024530192514184 -0.0000748292139282
71.200000 -0.0010848670430727 0.0023602506297058 -0.0000366410060722
71.200000 -0.0012340516464825 0.0022576223071502 -0.0000458291406103
71.200000 -0.0012995492849292 0.0022079798492402 -0.0000919968894666
71.300000 -0.0013063876922898 0.0022167466077154 -0.0001462412651558
71.300000 -0.0011680716857595 0.0023140824287211 -0.0001893378191998
71.300000 -0.0010112337862437 0.0024153834981903 -0.0001876896193475
71.300000 -0.0009334379381747 0.0024639716097606 -0.0001372307335643
71.300000 -0.0009888880666535 0.0024325454923587 -0.0000711135896856
71.300000 -0.0011388491982083 0.0023374175985570 -0.0000332277949614
71.300000 -0.0012873782730955 0.0022325265602342 -0.0000420227019193
71.300000 -0.0013524935926290 0.0021819880321466 -0.0000872330863569
71.400000 -0.0013588316928087 0.0021904147246415 -0.0001405025310417
71.400000 -0.0012212038517871 0.0022899143873244 -0.0001833728540433
71.400000 -0.0010649916208585 0.0023935700807880 -0.0001822653754784
71.400000 -0.0009874673984985 0.0024432446688837 -0.0001326969788908
71.400000 -0.0010428110027584 0.0024108664078538 -0.0000673629361059
71.400000 -0.0011922490503567 0.0023133886381936 -0.0000297975499302
71.400000 -0.0013400309941218 0.0022062554086252 -0.0000381937946422
71.400000 -0.0014047233635769 0.0021548342760913 -0.0000824223145893
71.500000 -0.0014105675990366 0.0021629346876102 -0.0001346897698838
71.500000 -0.0012737127244364 0.0022645763127902 -0.0001773141323673
71.500000 -0.0011182191255165 0.0023705696502023 -0.0001767509419103
71.500000 -0.0010410111045876 0.0024213239456831 -0.0001280986806844
71.500000 -0.0010962153487292 0.0023879938619671 -0.0000635791437733
71.500000 -0.0012450409633156 0.0022881793102994 -0.0000263520680452
71.500000 -0.0013919854522703 0.0021788281591312 -0.0000343445278448
71.500000 -0.0014562150348317 0.0021265394651045 -0.0000775673822386
71.600000 -0.0014615719083934 0.0021343263755886 -0.0001288063722839
71.600000 -0.0013255733999331 0.0022380845622918 -0.0001711650175048
71.600000 -0.0011708904790468 0.0023463948678321 -0.0001711491450057
71.600000 -0.0010940429998031 0.0023982204503861 -0.0001234381005122
71.600000 -0.0011490751509809 0.0023639402720078 -0.0000597641156804
71.600000 -0.0012971997479504 0.0022618056849499 -0.0000228931441629
71.600000 -0.0014432178841765 0.0021502645395252 -0.0000304770014698
71.600000 -0.0015069456975785 0.0020971248519399 -0.0000726710894437
71.700000 -0.0015118217234073 0.0021046100582769 -0.0001228557326915
71.700000 -0.0013767614458531 0.0022104559750098 -0.0001649288983280
71.700000 -0.0012229801826288 0.0023210589346763 -0.0001654628472700
71.700000 -0.0011465372812692 0.0023739457468931 -0.0001187175282428
71.700000 -0.0012013647648776 0.0023387186007340 -0.0000559197663124
71.700000 -0.0013487006699552 0.0022342843269221 -0.0000194225700498
71.700000 -0.0014937051226504 0.0021205846797001 -0.0000265933053331
71.700000 -0.0015568930961476 0.0020666120375309 -0.0000677362269380
71.800000 -0.0015612947527925 0.0020738063774866 -0.0001168412474511
71.800000 -0.0014272529078195 0.0021817078580265 -0.0001586091872483
71.800000 -0.0012744630700317 0.0022945755829502 -0.0001596949458910
71.800000 -0.0011984684109180 0.0023485119470867 -0.0001139392810137
71.800000 -0.0012530588652051 0.0023123423483953 -0.0000520480207356
71.800000 -0.0013995194571793 0.0022056322820199 -0.0000159421335241
71.800000 -0.0015434245983613 0.0020898090931615 -0.0000226955181636
71.800000 -0.0016060356264646 0.0020350229509613 -0.0000627655746486
71.900000 -0.0016099693119969 0.0020419363288936 -0.0001107663129179
71.900000 -0.0014770243157625 0.0021518579722781 -0.0001522093182508
71.900000 -0.0013253143176188 0.0022669590675570 -0.0001538483712778
71.900000 -0.0012498111264048 0.0023219317049523 -0.0001091057021915
71.900000 -0.0013041324564259 0.0022848255446196 -0.0000481508136882
71.900000 -0.0014496323065309 0.0021758670634285 -0.0000124536176186
71.900000 -0.0015923543409860 0.0020579586588702 -0.0000187857066851
71.900000 -0.0016543523339686 0.0020023798299600 -0.0000577619003619
72.000000 -0.0016578243232458 0.0020090212441770 -0.0001046343236428
72.000000 -0.0015260526897533 0.0021209245185778 -0.0001457327449613
72.000000 -0.0013755094541168 0.0022382241574215 -0.0001479260855997
72.000000 -0.0013005404518933 0.0022942182105132 -0.0001042191603260
72.000000 -0.0013545608827169 0.0022561827401505 -0.0000442300886746
72.000000 -0.0014990158904658 0.0021450066381086 -0.0000089587997644
72.000000 -0.0016404729798489 0.0020250546034441 -0.0000148659247401
72.000000 -0.0017018229110335 0.0019687052019226 -0.0000527279584548
72.100000 -0.0017048393151109 0.0019750827735485 -0.0000984486706243
72.100000 -0.0015743155454251 0.0020889261237210 -0.0001391829387487
72.100000 -0.0014250243701516 0.0022083861266936 -0.0001419310813250
72.100000 -0.0013506317087086 0.0022653851835821 -0.0000992820480962
72.100000 -0.0014043198377901 0.0022264289984414 -0.0000402877970641
72.100000 -0.0015476473630741 0.0021130694132436 -0.0000054594509959
72.100000 -0.0016877597440793 0.0019911184837282 -0.0000109382124549
72.100000 -0.0017484276939265 0.0019340218654638 -0.0000476664886898
72.200000 -0.0017509944216308 0.0019401428686812 -0.0000922127396277
72.200000 -0.0016217908989923 0.0020558818266827 -0.0001325633868621
72.200000 -0.0014738353275507 0.0021774607458268 -0.0001358663797615
72.200000 -0.0014000605258566 0.0022354468673333 -0.0000942967812512
72.200000 -0.0014533853744967 0.0021955798871120 -0.0000363258971937
72.200000 -0.0015955043657745 0.0020800742227501 -0.0000019573351769
72.200000 -0.0017341944623138 0.0019561721697396 -0.0000070045954437
72.200000 -0.0017941476593364 0.0018983528725019 -0.0000425802150725
72.300000 -0.0017962703810113 0.0019042237660416 -0.0000859299095691
72.300000 -0.0016684572718820 0.0020218110649187 -0.0001258775906029
72.300000 -0.0015219189684147 0.0021454642725385 -0.0001297350295977
72.300000 -0.0014488028504077 0.0022044180216961 -0.0000892657975442
72.300000 -0.0015017339142153 0.0021636514692739 -0.0000323463534746
72.300000 -0.0016425650326275 0.0020460403138611 0.0000015457917533
72.300000 -0.0017797575619679 0.0019202378279934 -0.0000030670840521
72.300000 -0.0018389644205051 0.0018617215108752 -0.0000374718447695
72.400000 -0.0018406485339298 0.0018673479706269 -0.0000796035509649
72.400000 -0.0017142936949890 0.0019867336607783 -0.0001191290635328
72.400000 -0.0015692523239583 0.0021124134426577 -0.0001235401054468
72.400000 -0.0014968349577442 0.0021723139165736 -0.0000841915556606
72.400000 -0.0015493422560248 0.0021306602947286 -0.0000283511355036
72.400000 -0.0016888079952785 0.0020109873337932 0.0000050481825118
72.400000 -0.0018244300681031 0.0018833379052143 0.0000008723273614
72.400000 -0.0018828602229919 0.0018241512874895 -0.0000323440670846
72.500000 -0.0018841108214710 0.0018295382401131 -0.0000732370244433
72.500000 -0.0017592797125681 0.0019506698080374 -0.0001123213297175
72.500000 -0.0016158128231230 0.0020783254608663 -0.0001172847063926
72.500000 -0.0015441334616687 0.0021391503248893 -0.0000790765341413
72.500000 -0.0015961875856626 0.0020966233910454 -0.0000243422171798
72.500000 -0.0017342123875424 0.0019749353165045 0.0000085480991853
72.500000 -0.0018681936019145 0.0018454951124370 0.0000048116611076
72.500000 -0.0019258179401016 0.0017856659119939 -0.0000271995524931
72.600000 -0.0019266397827176 0.0017908175694126 -0.0000668336793185
72.600000 -0.0018033953857747 0.0019136400585609 -0.0001054579220063
72.600000 -0.0016615783009624 0.0020432179913393 -0.0001109719545390
72.600000 -0.0015906753243743 0.0021049435154629 -0.0000739232302996
72.600000 -0.0016422474842701 0.0020615582545233 -0.0000203215758257
72.600000 -0.0017787578496401 0.0019379046695531 0.0000120438139211
72.600000 -0.0019110303788622 0.0018067324094981 0.0000087489568124
72.600000 -0.0019678210680054 0.0017462892809814 -0.0000220409517302
72.700000 -0.0019682185520209 0.0017512091756423 -0.0000603968522254
72.700000 -0.0018466212958687 0.0018756653090993 -0.0000985423803473
72.700000 -0.0017065270068030 0.0020071091482891 -0.0001046049935624
72.700000 -0.0016364378662716 0.0020697102457179 -0.0000687341591338
72.700000 -0.0016874999369252 0.0020254828410421 -0.0000162911913133
72.700000 -0.0018224245320997 0.0018999161610636 0.0000155336096001
72.700000 -0.0019529232064702 0.0017670729899207 0.0000126822720281
72.700000 -0.0020088537205814 0.0017060454627097 -0.0000168708949335
72.800000 -0.0020088308559738 0.0017107364835023 -0.0000539298658131
72.800000 -0.0018889385470916 0.0018367667882290 -0.0000915782501390
72.800000 -0.0017506376121813 0.0019700174864197 -0.0000981869872682
72.800000 -0.0016813987756756 0.0020334677542249 -0.0000635118522345
72.800000 -0.0017319233409642 0.0019884155568070 -0.0000122530451965
72.800000 -0.0018651930993318 0.0018609909068070 0.0000190157804888
72.800000 -0.0019938554818165 0.0017265402661912 0.0000166096828117
72.800000 -0.0020489006240032 0.0016649586823359 -0.0000116919908370
72.900000 -0.0020484610101102 0.0016694231110627 -0.0000474360274956
72.900000 -0.0019303287692316 0.0017969660434395 -0.0000845690806173
72.900000 -0.0017938892185599 0.0019319619912949 -0.0000917211181520
72.900000 -0.0017255361183464 0.0019962337530802 -0.0000582588566876
72.900000 -0.0017754965140941 0.0019503752489928 -0.0000082091198475
72.900000 -0.0019070447328924 0.0018211503574024 0.0000224886328724
72.900000 -0.0020338111887358 0.0016851578554296 0.0000205292842692
72.900000 -0.0020879471111004 0.0016230533076602 -0.0000065068260147
73.000000 -0.0020870939153515 0.0016272928559568 -0.0000409186282599
73.000000 -0.0019707741198874 0.0017562849283737 -0.0000775184232783
73.000000 -0.0018362613648240 0.0018929620696258 -0.0000852105859641
73.000000 -0.0017688283468867 0.0019580264201241 -0.0000529777339727
73.000000 -0.0018181987022955 0.0019113811962897 -0.0000041613976008
73.000000 -0.0019479611344420 0.0017804162856452 0.0000259504856688
73.000000 -0.0020727748947559 0.0016429495654495 0.0000244391910703
73.000000 -0.0021259791155169 0.0015803538353689 -0.0000013179641720
73.100000 -0.0021247150542219 0.0015843696819762 -0.0000343809415274
73.100000 -0.0020102572864445 0.0017147455902264 -0.0000704298303365
73.100000 -0.0018777340345616 0.0018530375394824 -0.0000786586062806
73.100000 -0.0018112543099915 0.0019188643909994 -0.0000476710588571
73.100000 -0.0018600095875197 0.0018714530993580 -0.0000001118599010
73.100000 -0.0019879245284156 0.0017388107739665 0.0000293996710239
73.100000 -0.0021107317477903 0.0015999393812078 0.0000283375379312
73.100000 -0.0021629831656905 0.0015368848777711 0.0000038720545166
73.200000 -0.0021613104868535 0.0015406777060660 -0.0000278262220686
73.200000 -0.0020487614877747 0.0016723704573045 -0.0000633068532176
73.200000 -0.0019182876631280 0.0018122086204322 -0.0000720684090785
73.200000 -0.0018527932615503 0.0018787667510540 -0.0000423414182868
73.200000 -0.0019009092951795 0.0018306110711925 0.0000039375135421
73.200000 -0.0020269176644107 0.0016963562020299 0.0000328345348885
73.200000 -0.0021476674726054 0.0015561514516393 0.0000322224800695
73.200000 -0.0021989463786748 0.0014926711500188 0.0000090607140254
73.300000 -0.0021968668467991 0.0014962411857135 -0.0000212577049693
73.300000 -0.0020862704756714 0.0016291822267521 -0.0000561530410871
73.300000 -0.0019579031444981 0.0017704959236126 -0.0000654432373164
73.300000 -0.0018934248696001 0.0018377530270866 -0.0000369914102726
73.300000 -0.0019408784014365 0.0017888756274040 0.0000079847455930
73.300000 -0.0020649238193079 0.0016530752344675 0.0000362534375771
73.300000 -0.0021835683670828 0.0015116100768735 0.0000360921936301
73.300000 -0.0022338564538266 0.0014477374578015 0.0000142455230534
73.400000 -0.0022313713366739 0.0014510845067264 -0.0000146786046468
73.400000 -0.0021227685360336 0.0015852038524437 -0.0000489719394120
73.400000 -0.0019965618379090 0.0017279204417379 -0.0000587863455222
73.400000 -0.0019331292251277 0.0017958431789413 -0.0000316236427734
73.400000 -0.0019798979402856 0.0017462676764180 0.0000120278625234
73.400000 -0.0021019267991326 0.0016089908087612 0.0000396547543093
73.400000 -0.0022184212982948 0.0014663396958293 0.0000399448760846
73.400000 -0.0022677016663783 0.0014021086855066 0.0000194240155593
73.500000 -0.0022648117236425 0.0014052321713940 -0.0000080921139133
73.500000 -0.0021582404898078 0.0015404585330484 -0.0000417670885577
73.500000 -0.0020342455742931 0.0016845035390472 -0.0000521009983849
73.500000 -0.0019718868507197 0.0017530575909493 -0.0000262407325762
73.500000 -0.0020179494104395 0.0017028085095977 0.0000160648948399
73.500000 -0.0021379109406697 0.0015641261232701 0.0000430368757339
73.500000 -0.0022522136984118 0.0014203648741824 0.0000437787466046
73.500000 -0.0023004708609144 0.0013558097848334 0.0000245937512578
73.600000 -0.0022971763347692 0.0013587087870265 -0.0000015014030867
73.600000 -0.0021926716937017 0.0014949697002660 -0.0000345420224172
73.600000 -0.0020709366625075 0.0016402669411950 -0.0000453904693544
73.600000 -0.0020096787090595 0.0017094170632221 -0.0000208453041727
73.600000 -0.0020550147820132 0.0016585197912920 0.0000200938781041
73.600000 -0.0021728611128418 0.0015185046254082 0.0000463982084362
73.600000 -0.0022849335604579 0.0013737102927000 0.0000475920464108
73.600000 -0.0023321534447709 0.0013088657638524 0.0000297523160782
73.700000 -0.0023284540522483 0.0013115390548635 0.0000050903808543
73.700000 -0.0022260480406793 0.0014487610072372 -0.0000273002670741
73.700000 -0.0021066178953587 0.0015952327250895 -0.0000386580392468
73.700000 -0.0020464862112693 0.0016649428027963 -0.0000154399886332
73.700000 -0.0020910765030119 0.0016134235488130 0.0000241128537470
73.700000 -0.0022067627178603 0.0014721499999731 0.0000497371754284
73.700000 -0.0023165694339328 0.0013264007359371 0.0000513830390975
73.700000 -0.0023627393813744 0.0012613016764968 0.0000348973225886
73.800000 -0.0023586343085301 0.0012637477593470 0.0000116801150722
73.800000 -0.0022583559602488 0.0014018563171280 -0.0000200453394972
73.800000 -0.0021412725554269 0.0015494233086797 -0.0000319069948564
73.800000 -0.0020822912250953 0.0016196564146333 -0.0000100274224781
73.800000 -0.0021261175056229 0.0015675421623461 0.0000281198698774
73.800000 -0.0022396016921619 0.0014250861576288 0.0000530522166252
73.800000 -0.0023471104203140 0.0012784610812879 0.0000551500109352
73.800000 -0.0023922191835387 0.0012131426124770 0.0000400264103856
73.900000 -0.0023877070813579 0.0012153597577496 0.0000182647016303
73.900000 -0.0022895824185546 0.0013542796918903 -0.0000127807462678
73.900000 -0.0021748844206923 0.0015028614406964 -0.0000251406275750
73.900000 -0.0021170760829365 0.0015735798924735 -0.0000046102465462
73.900000 -0.0021601212123129 0.0015208983547949 0.0000321129820828
73.900000 -0.0022713645071373 0.0013773372235425 0.0000563417893025
73.900000 -0.0023765461684561 0.0012299162883859 0.0000588912711513
73.900000 -0.0024205839067323 0.0011644136876049 0.0000451372464523
74.000000 -0.0024156628887298 0.0011663999701510 0.0000248410682134
74.000000 -0.0023197149182823 0.0013060553811969 -0.0000055099823374
74.000000 -0.0022074377699646 0.0014555701903482 -0.0000183622320173
74.000000 -0.0021508235897122 0.0015267356095489 0.0000008088951383
74.000000 -0.0021930715417343 0.0014735151815649 0.0000360902542247
74.000000 -0.0023020381696653 0.0013289275261770 0.0000596043685421
74.000000 -0.0024048668699012 0.0011807913888447 0.0000626051521908
74.000000 -0.0024478251423331 0.0011151400345180 0.0000502275254858
74.100000 -0.0024424927838011 0.0011168933697543 0.0000314061688097
74.100000 -0.0023487414983892 0.0012572078115518 0.0000017634701840
74.100000 -0.0022389173881189 0.0014075729369768 -0.0000115751046541
74.100000 -0.0021835170305706 0.0014791463091540 0.0000062273565017
74.100000 -0.0022249529144390 0.0014254160202869 0.0000400497592266
74.100000 -0.0023316102224594 0.0012798815862384 0.0000628384476609
74.100000 -0.0024320632541139 0.0011311114763331 0.0000662900099563
74.100000 -0.0024739350108836 0.0010653467937900 0.0000552949701959
74.200000 -0.0024681883497366 0.0010668649735341 0.0000379569843563
74.200000 -0.0023766507336675 0.0012077615755754 0.0000090361432096
74.200000 -0.0022693085711407 0.0013588933596715 -0.0000047825424525
74.200000 -0.0022151401784336 0.0014308350950776 0.0000116424905581
74.200000 -0.0022557502584047 0.0013766245604842 0.0000439895798559
74.200000 -0.0023600687442371 0.0012302241057804 0.0000660425386266
74.200000 -0.0024581265836547 0.0010809016969766 0.0000699442240311
74.200000 -0.0024989061553585 0.0010150591054168 0.0000603373315771
74.300000 -0.0024927416945297 0.0010163398332077 0.0000444905233494
74.300000 -0.0024034317341522 0.0011577414214619 0.0000163045838282
74.300000 -0.0022985971309806 0.0013095554268488 0.0000020121584769
74.300000 -0.0022456773013782 0.0013818254218958 0.0000170516505487
74.300000 -0.0022854490143728 0.0013271647931845 0.0000479078094989
74.300000 -0.0023874023497220 0.0011799799574630 0.0000692151724587
74.300000 -0.0024830486493037 0.0010301872400765 0.0000735661978834
74.300000 -0.0025227317344593 0.0009643021006667 0.0000653523891536
74.400000 -0.0025161454457963 0.0009653430265202 0.0000510038224213
74.400000 -0.0024290741443819 0.0011071722426095 0.0000235653554288
74.400000 -0.0023267694002232 0.0012595833857953 0.0000088057042254
74.400000 -0.0022751131698521 0.0013321410851297 0.0000224521910817
74.400000 -0.0023140351410008 0.0012770610004805 0.0000518025529296
74.400000 -0.0024136001894856 0.0011291741739663 0.0000723548996175
74.400000 -0.0025068217651469 0.0009789933291392 0.0000771543590550
74.400000 -0.0025454054159438 0.0009131008942805 0.0000703379512018
74.500000 -0.0025383927455565 0.0009138996488351 0.0000574939468853
74.500000 -0.0024535681425210 0.0010560790674202 0.0000308150387971
74.500000 -0.0023538122365707 0.0012090017521790 0.0000155948044238
74.500000 -0.0023034330637213 0.0012818062112670 0.0000278414692749
74.500000 -0.0023414951198303 0.0012263377450383 0.0000556719270705
74.500000 -0.0024386519496396 0.0010778319375585 0.0000754602903787
74.500000 -0.0025294387636370 0.0009273452132071 0.0000807071593334
74.500000 -0.0025669213700041 0.0008614805770120 0.0000752918549485
74.600000 -0.0025594772450142 0.0008620348050212 0.0000639579912503
74.600000 -0.0024769044393536 0.0010044870492684 0.0000380502331851
74.600000 -0.0023797130271440 0.0011578352995288 0.0000223761735728
74.600000 -0.0023306227791490 0.0012308452476509 0.0000332168458981
74.600000 -0.0023678159600718 0.0011750198595592 0.0000595140617487
74.600000 -0.0024625478513847 0.0010259785698151 0.0000785299351968
74.600000 -0.0025508929906380 0.0008752681584831 0.0000842230749102
74.600000 -0.0025872742627013 0.0008094662084956 0.0000802119667487
74.700000 -0.0025793930993442 0.0008097736016263 0.0000703930797068
74.700000 -0.0024990742771560 0.0009524214566345 0.0000452675573550
74.700000 -0.0024044596926029 0.0011061090486853 0.0000291465323663
74.700000 -0.0023566686353032 0.0011792829522361 0.0000385756865168
74.700000 -0.0023929852032088 0.0011231324361931 0.0000633271004436
74.700000 -0.0024852786504268 0.0009736395214900 0.0000815624450555
74.700000 -0.0025711783004644 0.0008227874402382 0.0000877006065248
74.700000 -0.0026064592494665 0.0007570828104282 0.0000850961822432
74.800000 -0.0025981349624961 0.0007571411393293 0.0000767963665846
74.800000 -0.0025200694284572 0.0008999076634024 0.0000524636505971
74.800000 -0.0024280406910885 0.0010538482572228 0.0000359026090061
74.800000 -0.0023815574808909 0.0011271443832150 0.0000439153626367
74.800000 -0.0024169909274211 0.0010707008159080 0.0000671092010284
74.800000 -0.0025068356362659 0.0009208403625345 0.0000845564518078
74.800000 -0.0025902890509253 0.0007699283349959 0.0000911382795960
74.800000 -0.0026244719686764 0.0007043553600559 0.0000899424264972
74.900000 -0.0026156979820245 0.0007041625056599 0.0000831650367858
74.900000 -0.0025398821946940 0.0008469711393174 0.0000596351737242
74.900000 -0.0024504450219884 0.0010010784088455 0.0000426411405101
74.900000 -0.0024052767005177 0.0010744548885140 0.0000492332528482
74.900000 -0.0024398217518297 0.0010177505778146 0.0000708585365056
74.900000 -0.0025272106313665 0.0008676067722634 0.0000875106085035
74.900000 -0.0026082200983812 0.0007167161129825 0.0000945346443412
74.900000 -0.0026413085353122 0.0006513087839511 0.0000947486541224
75.000000 -0.0026320777939518 0.0006508627679783 0.0000894963061923
75.000000 -0.0025585054047696 0.0007936374406012 0.0000667788100408
75.000000 -0.0024716622295272 0.0009478252027580 0.0000493588740121
75.000000 -0.0024278142208700 0.0010212400951624 0.0000545267439715
75.000000 -0.0024614668405645 0.0009643075284500 0.0000745732957344
75.000000 -0.0025463959902171 0.0008139645296656 0.0000904235897071
75.000000 -0.0026249667928218 0.0006631760308354 0.0000978882758839
75.000000 -0.0026569655347076 0.0005979679520691 0.0000995128493819
75.100000 -0.0026472705176737 0.0005972669667037 0.0000957874220509
75.100000 -0.0025759324135211 0.0007399322007217 0.0000738912662908
75.100000 -0.0024916824061844 0.0008941145430121 0.0000560525680546
75.100000 -0.0024491585167182 0.0009675258985347 0.0000597932322014
75.100000 -0.0024819159066548 0.0009103976910198 0.0000782516841526
75.100000 -0.0025643845982846 0.0007599395038554 0.0000932940918051
75.100000 -0.0026405249729744 0.0006093333245596 0.0001011977743518
75.100000 -0.0026714400163938 0.0005443576720736 0.0001042330262814
75.200000 -0.0026612727509122 0.0005434001087840 0.0001020356633358
75.200000 -0.0025921571001054 0.0006858811213122 0.0000809692735826
75.200000 -0.0025104961959407 0.0008399725278296 0.0000627189938736
75.200000 -0.0024692986167389 0.0009133384514685 0.0000650301242520
75.200000 -0.0025011592157457 0.0008560472946001 0.0000818919244911
75.200000 -0.0025811698708719 0.0007055576446636 0.0000961208333034
75.200000 -0.0026548909614484 0.0005552132027249 0.0001044617649644
75.200000 -0.0026847294880470 0.0004905026839180 0.0001089072286455
75.300000 -0.0026740815647243 0.0004892871613960 0.0001082383410919
75.300000 -0.0026071738663072 0.0006315099632392 0.0000880095882922
75.300000 -0.0025280947973543 0.0007854254389036 0.0000693549366759
75.300000 -0.0024882241091523 0.0008587041532585 0.0000702348385010
75.300000 -0.0025191875896392 0.0008012827633015 0.0000854922574819
75.300000 -0.0025967457518833 0.0006508449733638 0.0000989025551157
75.300000 -0.0026680615599236 0.0005008408398919 0.0001076788981120
75.300000 -0.0026968319095443 0.0004364276546713 0.0001135335301828
75.400000 -0.0026856944985713 0.0004349530458669 0.0001143927987578
75.400000 -0.0026209776347779 0.0005768445378121 0.0000950089929471
75.400000 -0.0025444699664695 0.0007304997306778 0.0000759571969090
75.400000 -0.0025059251471756 0.0008036496385286 0.0000754048061331
75.400000 -0.0025359924096627 0.0007461307053954 0.0000890509425593
75.400000 -0.0026111067125057 0.0005958275735309 0.0001016380208420
75.400000 -0.0026800340443888 0.0004462413702612 0.0001108478494270
75.400000 -0.0027077456871329 0.0003821571735788 0.0001181100345386
75.500000 -0.0026961095554561 0.0003804226318083 0.0001204964124719
75.500000 -0.0026335638472092 0.0005219106981327 0.0001019642970891
75.500000 -0.0025596140195580 0.0006752220196051 0.0000825225915227
75.500000 -0.0025223924542861 0.0007482017659840 0.0000805374722824
75.500000 -0.0025515656198648 0.0006906179024032 0.0000925662585544
75.500000 -0.0026242477498105 0.0005405315820288 0.0001043260170398
75.500000 -0.0026908061604365 0.0003914398815337 0.0001139673198470
75.500000 -0.0027174696677171 0.0003277157473443 0.0001226348753373
75.600000 -0.0027053251971311 0.0003257207314535 0.0001265465913615
75.600000 -0.0026449284624494 0.0004667343305792 0.0001088723381201
75.600000 -0.0025735198356948 0.0006196190733859 0.0000890479552243
75.600000 -0.0025376173292953 0.0006923876070439 0.0000856302971736
75.600000 -0.0025658997300389 0.0006347712981500 0.0000960365043826
75.600000 -0.0026361643852814 0.0004849831801241 0.0001069653534859
75.600000 -0.0027003761186191 0.0003364614089750 0.0001170360356720
75.600000 -0.0027260031332671 0.0002731277956244 0.0001271062162164
75.700000 -0.0027133403393845 0.0002708720941876 0.0001325407778165
75.700000 -0.0026550679545657 0.0004113413464214 0.0001157299821275
75.700000 -0.0025861808591699 0.0005637178001864 0.0000955301417252
75.700000 -0.0025515916512284 0.0006362344343575 0.0000906807572624
75.700000 -0.0025789878185766 0.0005786179877831 0.0000994599997251
75.700000 -0.0026468526632749 0.0004292085847206 0.0001095548634313
75.700000 -0.0027087425898722 0.0002813309296737 0.0001200527486148
75.700000 -0.0027333457953546 0.0002184176467239 0.0001315222508507
75.800000 -0.0027201543474066 0.0002159014012630 0.0001384764477496
75.800000 -0.0026639793108586 0.0003557576735619 0.0001225341246948
75.800000 -0.0025975911017354 0.0005075452378380 0.0001019660249805
75.800000 -0.0025643078840089 0.0005797697102039 0.0000956863463729
75.800000 -0.0025908235351493 0.0005221852067557 0.0001028350857026
75.800000 -0.0026563091494168 0.0003732340397118 0.0001120934038482
75.800000 -0.0027159047010087 0.0002260733569853 0.0001230162358467
75.800000 -0.0027394977898159 0.0001636095334803 0.0001358812029706
75.900000 -0.0027257670312424 0.0001608332606896 0.0001443511108423
75.900000 -0.0026716600298335 0.0003000092483991 0.0001292816916937
75.900000 -0.0026077451446920 0.0004511285430171 0.0001083525004211
75.900000 -0.0025757590809438 0.0005230210747779 0.0001006445768344
75.900000 -0.0026014011032204 0.0004655003197777 0.0001061601255432
75.900000 -0.0026645309289404 0.0003170858074478 0.0001145798556702
75.900000 -0.0027218620302888 0.0001707135351524 0.0001259253000380
75.900000 -0.0027444596715481 0.0001087275893292 0.0001401813263731
76.000000 -0.0027301786413325 0.0001056922022923 0.0001501623107806
76.000000 -0.0026781081191330 0.0002441220078071 0.0001359696400624
76.000000 -0.0026166381408120 0.0003944949804063 0.0001146864861778
76.000000 -0.0025859388890084 0.0004660163343642 0.0001055529806146
76.000000 -0.0026107153223874 0.0004085908097325 0.0001094335052429
76.000000 -0.0026715156049717 0.0002607901603115 0.0001170131240256
76.000000 -0.0027266146030697 0.0001152762340928 0.0001287787693945
76.000000 -0.0027482324094392 0.0000537958445383 0.0001444209049273
76.100000 -0.0027333898641459 0.0000505026729249 0.0001559076254786
76.100000 -0.0026833220934350 0.0001881218812288 0.0001425949585670
76.100000 -0.0026242658161026 0.0003376719118375 0.0001209649242985
76.100000 -0.0025948415529263 0.0004087834494006 0.0001104091104513
76.100000 -0.0026187615705543 0.0003514842665619 0.0001126536342196
76.100000 -0.0026772612967631 0.0002043733723997 0.0001193921384648
76.100000 -0.0027301628875384 0.0000597861443463 0.0001315754976904
76.100000 -0.0027508173814351 -0.0000011617773990 0.0001485982525757
76.200000 -0.0027354018179084 -0.0000047109681664 0.0001615846672931
76.200000 -0.0026873009723197 0.0001320347828756 0.0001491546685512
76.200000 -0.0026306244714079 0.0002806867854157 0.0001271847819578
76.200000 -0.0026024619190425 0.0003513505224327 0.0001152105409807
76.200000 -0.0026255358059340 0.0002942083761180 0.0001158189459603
76.200000 -0.0026817666378827 0.0001478617113065 0.0001217158531813
76.200000 -0.0027325077905300 0.0000042678721713 0.0001343143642983
76.200000 -0.0027522163697444 -0.0000561214632211 0.0001527117133316
76.300000 -0.0027362160484283 -0.0000599244538400 0.0001671910832294
76.300000 -0.0026900442781102 0.0000758866040307 0.0001556458246704
76.300000 -0.0026357109838511 0.0002235671246253 0.0001333430526590
76.300000 -0.0026087954389869 0.0002937457859617 0.0001199548698627
76.300000 -0.0026310345688816 0.0002367909089844 0.0001189278986615
76.300000 -0.0026850307743608 0.0000912814300027 0.0001239832472271
76.300000 -0.0027336506534357 -0.0000512540652164 0.0001369942742165
76.300000 -0.0027524315561835 -0.0001110595132152 0.0001567596612729
76.400000 -0.0027358345250214 -0.0001151136134245 0.0001727245551394
76.400000 -0.0026915520336888 0.0000197032054496 0.0001620655156151
76.400000 -0.0026395228081172 0.0001663405174175 0.0001394367574285
76.400000 -0.0026138381731243 0.0002359975901884 0.0001246397189026
76.400000 -0.0026352549835573 0.0001792597092657 0.0001219789758625
76.400000 -0.0026870533627977 0.0000346587588073 0.0001261933247236
76.400000 -0.0027335932482019 -0.0001067552442722 0.0001396141580946
76.400000 -0.0027514655176633 -0.0001659523444055 0.0001607405005341
76.500000 -0.0027342596365380 -0.0001702543769616 0.0001781827999134
76.500000 -0.0026918247602928 -0.0000364895901457 0.0001684108648212
76.500000 -0.0026420579775760 0.0001090346052801 0.0001454629460034
76.500000 -0.0026175867937882 0.0001781343906533 0.0001292627351690
76.500000 -0.0026381947594199 0.0001216426833459 0.0001249706870720
76.500000 -0.0026878345684353 -0.0000219801025524 0.0001283451150659
76.500000 -0.0027323377734231 -0.0001622113396267 0.0001421729722578
76.500000 -0.0027493212218164 -0.0002207764936199 0.0001646526652972
76.600000 -0.0027314941874933 -0.0002253227793345 0.0001835635696653
76.600000 -0.0026908634752929 -0.0000926660054858 0.0001746790311700
76.600000 -0.0026433151052452 0.0000516770722891 0.0001514186980109
76.600000 -0.0026200385882963 0.0001201847357773 0.0001338215921076
76.600000 -0.0026398521925488 0.0000639677886177 0.0001279015683883
76.600000 -0.0026873750631963 -0.0000786089927983 0.0001304376731245
76.600000 -0.0027298868505303 -0.0002175981284735 0.0001446696987295
76.600000 -0.0027460020227686 -0.0002755086204455 0.0001684946197809
76.700000 -0.0027275413943022 -0.0002802949642905 0.0001888646519141
76.700000 -0.0026886696899551 -0.0001488003160890 0.0001808672096776
76.700000 -0.0026432933845939 -0.0000057043658586 0.0001573011241409
76.700000 -0.0026211914617417 0.0000621772543042 0.0001383139906508
76.700000 -0.0026402261667962 0.0000062630221802 0.0001307701831111
76.700000 -0.0026856760236929 -0.0001352017968805 0.0001324700794404
76.700000 -0.0027262435200756 -0.0002728914948486 0.0001471033452545
76.700000 -0.0027415116570520 -0.0003301255100823 0.0001722648582306
76.800000 -0.0027224048816195 -0.0003351471883655 0.0001940838697609
76.800000 -0.0026852454071906 -0.0002048668575193 0.0001869726321746
76.800000 -0.0026419925901870 -0.0000630819728300 0.0001631073673105
76.800000 -0.0026210439395603 0.0000041406426465 0.0001427376603218
76.800000 -0.0026393161547663 -0.0000514435904918 0.0001335751223481
76.800000 -0.0026827391292070 -0.0001917324536817 0.0001344414404183
76.800000 -0.0027214112381166 -0.0003280674338107 0.0001494729453215
76.800000 -0.0027358542396621 -0.0003846040761029 0.0001759619049082
76.900000 -0.0027160886787863 -0.0003898558247191 0.0001992190820627
76.900000 -0.0026805931192939 -0.0002608400325716 0.0001929925679770
76.900000 -0.0026394130781679 -0.0001204280026588 0.0001688346038217
76.900000 -0.0026195951698671 -0.0000538963478607 0.0001470903603339
76.900000 -0.0026371222186234 -0.0001091240069079 0.0001363150056134
76.900000 -0.0026785665596448 -0.0002481749636530 0.0001363508885142
76.900000 -0.0027153938726982 -0.0003831020555293 0.0001517775581858
76.900000 -0.0027290342602571 -0.0004389213631273 0.0001795843140838
77.000000 -0.0027085972163842 -0.0004443973668873 0.0002042681836048
77.000000 -0.0026747158056713 -0.0003166943183894 0.0001989243245488
77.000000 -0.0026355557865815 -0.0001777147107674 0.0001744800445109
77.000000 -0.0026168449255613 -0.0001119049237974 0.0001513698806842
77.000000 -0.0026336450107254 -0.0001667501789507 0.0001389884814187
77.000000 -0.0026731609934665 -0.0003045033963856 0.0001381975824201
77.000000 -0.0027081957004359 -0.0004379715892886 0.0001540162688936
77.000000 -0.0027210565795006 -0.0004930545494225 0.0001831306700289
77.100000 -0.0026999353228953 -0.0004987484324621 0.0002092291052709
77.100000 -0.0026676169305617 -0.0003724042735198 0.0002047652481567
77.100000 -0.0026304222355352 -0.0002349143650057 0.0001800409358914
77.100000 -0.0026127936061944 -0.0001698562625840 0.0001555740432412
77.100000 -0.0026288857740844 -0.0002242940642935 0.0001415942278580
77.100000 -0.0026665256055936 -0.0003606918981220 0.0001399807072458
77.100000 -0.0026998214031982 -0.0004926523874160 0.0001561881883067
77.100000 -0.0027119264255453 -0.0005469809494331 0.0001865995870120
77.200000 -0.0026901082214705 -0.0005528857667047 0.0002140998142133
77.200000 -0.0026593004407499 -0.0004279445449116 0.0002105127245186
77.200000 -0.0026240145271977 -0.0002919992567093 0.0001855145612880
77.200000 -0.0026074422395994 -0.0002277215254920 0.0001597007028258
77.200000 -0.0026228463426500 -0.0002817276378443 0.0001441309531847
77.200000 -0.0026586640652945 -0.0004167146992127 0.0001416994746971
77.200000 -0.0026902760648907 -0.0005471209291423 0.0001582924531291
77.200000 -0.0027016493906588 -0.0006006780162533 0.0001899897092973
77.300000 -0.0026791215268036 -0.0006067862460994 0.0002188783140230
77.300000 -0.0026497707632745 -0.0004832898748600 0.0002161641794447
77.300000 -0.0026163353456346 -0.0003489417117750 0.0001908982419641
77.300000 -0.0026007924832760 -0.0002854718707360 0.0001637477482861
77.300000 -0.0026155291414181 -0.0003390229032179 0.0001465973963810
77.300000 -0.0026495805340494 -0.0004725461215227 0.0001433531232509
77.300000 -0.0026795651683396 -0.0006013538244005 0.0001603282259357
77.300000 -0.0026902314279897 -0.0006541233440468 0.0001932997111472
77.400000 -0.0026669812421128 -0.0006604268818581 0.0002235626449010
77.400000 -0.0026390328031298 -0.0005384151079056 0.0002217170794739
77.400000 -0.0026073879564801 -0.0004057141017546 0.0001961893382406
77.400000 -0.0025928466255301 -0.0003430784666460 0.0001677131035638
77.400000 -0.0026069371863595 -0.0003961519042346 0.0001489923277205
77.400000 -0.0026392796633952 -0.0005281605857920 0.0001449409183286
77.400000 -0.0026676945922764 -0.0006553278175725 0.0001622946952030
77.400000 -0.0026776788484717 -0.0007072946704236 0.0001965282968282
77.500000 -0.0026536937562273 -0.0007137848233797 0.0002281508838307
77.500000 -0.0026270919409634 -0.0005932951976899 0.0002271689325044
77.500000 -0.0025971762064422 -0.0004622888549665 0.0002013852506075
77.500000 -0.0025836075863619 -0.0004005125049138 0.0001715947287542
77.500000 -0.0025970740841702 -0.0004530867364445 0.0001513145493226
77.500000 -0.0026277665927511 -0.0005835326189562 0.0001464621524657
77.500000 -0.0026546706084218 -0.0007090197911893 0.0001641910753426
77.500000 -0.0026639983178671 -0.0007601698787806 0.0001996742006221
77.600000 -0.0026392658407790 -0.0007668373616745 0.0002326411447532
77.600000 -0.0026139540307681 -0.0006479052137742 0.0002325172884201
77.600000 -0.0025857045226424 -0.0005186384676250 0.0002064834208276
77.600000 -0.0025730789181001 -0.0004577452139132 0.0001753906211571
77.600000 -0.0025859440318401 -0.0005097995586775 0.0001535628956997
77.600000 -0.0026150469472251 -0.0006386368614299 0.0001479161454808
77.600000 -0.0026404998786684 -0.0007624067695931 0.0001660166067372
77.600000 -0.0026491968539452 -0.0008127270006143 0.0002027361868419
77.700000 -0.0026237046474983 -0.0008195619327583 0.0002370315787456
77.700000 -0.0025996253975700 -0.0007022203484260 0.0002377597397125
77.700000 -0.0025729779117861 -0.0005747355149868 0.0002114813330314
77.700000 -0.0025612648057793 -0.0005147478720881 0.0001790988163193
77.700000 -0.0025735518160388 -0.0005662626046170 0.0001557362342962
77.700000 -0.0026011268354012 -0.0006934480743593 0.0001493022446407
77.700000 -0.0026251894523621 -0.0008154659225685 0.0001677705557804
77.700000 -0.0026332818237959 -0.0008649442178130 0.0002057130498534
77.800000 -0.0026070177056118 -0.0008719361210263 0.0002413203742024
77.800000 -0.0025841128351104 -0.0007562159233782 0.0002428939221003
77.800000 -0.0025590019591639 -0.0006305526625148 0.0002163765148047
77.800000 -0.0025481700672544 -0.0005714918214057 0.0001827173890683
77.800000 -0.0025599028123164 -0.0006224481943984 0.0001578334660203
77.800000 -0.0025860128471069 -0.0007479411468476 0.0001506198248249
77.800000 -0.0026087467636795 -0.0008681745689488 0.0001694522149197
77.800000 -0.0026162609412758 -0.0009167998649356 0.0002086036141026
77.900000 -0.0025892129193413 -0.0009239376626100 0.0002455057570220
77.900000 -0.0025674236035223 -0.0008098673965656 0.0002479175151443
77.900000 -0.0025437828274803 -0.0006860626770586 0.0002211665382674
77.900000 -0.0025338001530508 -0.0006279484808709 0.0001862444545357
77.900000 -0.0025450029841177 -0.0006783287462294 0.0001598535257666
77.900000 -0.0025697120511614 -0.0008020911031586 0.0001518682886880
77.900000 -0.0025911796291015 -0.0009205101802062 0.0001710609027032
77.900000 -0.0025981422645851 -0.0009682724314843 0.0002114067341498
78.000000 -0.0025702985655022 -0.0009755444487280 0.0002495859907970
78.000000 -0.0025495654270000 -0.0008631503688441 0.0002528282428615
78.000000 -0.0025273272555106 -0.0007412384380512 0.0002258490211436
78.000000 -0.0025181611459455 -0.0006840893600978 0.0001896781691710
78.000000 -0.0025288588816074 -0.0007338767880327 0.0001617953829316
78.000000 -0.0025522319931025 -0.0008558731099011 0.0001530470668198
78.000000 -0.0025724962449801 -0.0009724503840309 0.0001725959638300
78.000000 -0.0025789341939730 -0.0010193405641790 0.0002141212947103
78.100000 -0.0025502832911992 -0.0010267345290342 0.0002535593770116
78.100000 -0.0025305464914620 -0.0009160405906966 0.0002576238743362
78.100000 -0.0025096425565804 -0.0007960529487212 0.0002304216278240
78.100000 -0.0025012597602749 -0.0007398860729338 0.0001930167317447
78.100000 -0.0025114776403046 -0.0007890649691088 0.0001636580419202
78.100000 -0.0025335806928921 -0.0009092624832019 0.0001541556179050
78.100000 -0.0025527051851980 -0.0010239729679077 0.0001740567692059
78.100000 -0.0025586454695693 -0.0010699830692391 0.0002167462107025
78.200000 -0.0025291761116172 -0.0010774861149720 0.0002574242552430
78.200000 -0.0025103754422031 -0.0009685139689306 0.0002623022243301
78.200000 -0.0024907366168692 -0.0008504793473200 0.0002348820704181
78.200000 -0.0024831033409672 -0.0007953103511326 0.0001962583843399
78.200000 -0.0024928669795237 -0.0008438660718185 0.0001654405426436
78.200000 -0.0025137666425984 -0.0009622346958680 0.0001551934288804
78.200000 -0.0025318153989177 -0.0010750558826949 0.0001754427160021
78.200000 -0.0025372851693394 -0.0011201789146811 0.0002192804273032
78.300000 -0.0025069864079053 -0.0011277775831405 0.0002611790033713
78.300000 -0.0024890613815381 -0.0010205465733729 0.0002668611538907
78.300000 -0.0024706178935335 -0.0009044909183638 0.0002392281097982
78.300000 -0.0024636998622935 -0.0008503340580699 0.0001994014133322
78.300000 -0.0024730352006194 -0.0008982530232832 0.0001671419610091
78.300000 -0.0024927988040551 -0.0010147653845451 0.0001561600150912
78.300000 -0.0025098362084186 -0.0011256772462139 0.0001767532277196
78.300000 -0.0025148627071610 -0.0011699072326374 0.0002217229200118
78.400000 -0.0024837239251519 -0.0011775874786791 0.0002648220377949
78.400000 -0.0024666138664318 -0.0010721146435640 0.0002712985709599
78.400000 -0.0024492954126483 -0.0009580611038880 0.0002434575566343
78.400000 -0.0024430579263360 -0.0009049292024992 0.0002024441503573
78.400000 -0.0024519911850340 -0.0009521989071026 0.0001687614094002
78.400000 -0.0024706866064926 -0.0010668303568755 0.0001570549204465
78.400000 -0.0024867773070200 -0.0011758153468548 0.0001779877542581
78.400000 -0.0024913878310184 -0.0012191473217046 0.0002240726947218
78.500000 -0.0024593987704471 -0.0012268945186770 0.0002683518136548
78.500000 -0.0024430429061154 -0.0011231945954588 0.0002756124309812
78.500000 -0.0024267787669634 -0.0010111635147149 0.0002475682724185
78.500000 -0.0024211867611680 -0.0009590679523411 0.0002053849732662
78.500000 -0.0024297443921436 -0.0010056769750863 0.0001702980371481
78.500000 -0.0024474399441432 -0.0011184055986591 0.0001578777175726
78.500000 -0.0024626487570870 -0.0012254486472052 0.0001791457719900
78.500000 -0.0024668706213128 -0.0012678786493261 0.0002263287878016
78.600000 -0.0024340214110305 -0.0012756775956137 0.0002717668250657
78.600000 -0.0024183589596865 -0.0011737630281363 0.0002798007375080
78.600000 -0.0024030781134739 -0.0010637719417320 0.0002515581704804
78.600000 -0.0023980962187432 -0.0010127226485013 0.0002082223070657
78.600000 -0.0024063048569009 -0.0010586606589994 0.0001717510309936
78.600000 -0.0024230691738153 -0.0011694672810231 0.0001586280079663
78.600000 -0.0024374609881160 -0.0012745557877069 0.0001802267838396
78.600000 -0.0024413214892847 -0.0013160808542165 0.0002284902661842
78.700000 -0.0024076026725218 -0.0013239157808377 0.0002750656053571
78.700000 -0.0023925729336905 -0.0012237967305236 0.0002838615428114
78.700000 -0.0023782041707999 -0.0011158603671805 0.0002554252169921
78.700000 -0.0023737967724898 -0.0010658658187119 0.0002109546248458
78.700000 -0.0023816831872717 -0.0011111235823197 0.0001731196155396
78.700000 -0.0023975851124353 -0.0012199917676024 0.0001593054221458
78.700000 -0.0024112247948983 -0.0013231155903496 0.0001812303193671
78.700000 -0.0024147511755451 -0.0013637337488349 0.0002305562274657
78.800000 -0.0023801537372292 -0.0013715883280873 0.0002782467273215
78.800000 -0.0023656961796801 -0.0012732726881379 0.0002877929484894
78.800000 -0.0023521682163746 -0.0011674029759525 0.0002591674319631
78.800000 -0.0023482995146071 -0.0011184701913911 0.0002135804486923
78.800000 -0.0023558905614628 -0.0011630395720042 0.0001744030536935
78.800000 -0.0023709990345549 -0.0012699556217360 0.0001599096198021
78.800000 -0.0023839513357574 -0.0013711070624045 0.0001821559348592
78.800000 -0.0023871707487132 -0.0014108173219115 0.0002325258000142
78.900000 -0.0023516861425349 -0.0014186746770624 0.0002813088034736
78.900000 -0.0023377404917513 -0.0013221680898504 0.0002915931060763
78.900000 -0.0023249820834370 -0.0012183741668952 0.0002627828902234
78.900000 -0.0023216161530592 -0.0011705087095146 0.0002160983505834
78.900000 -0.0023289387249376 -0.0012143826702624 0.0001756006471002
78.900000 -0.0023433226698206 -0.0013193356136825 0.0001604402899477
78.900000 -0.0023556521308571 -0.0014185094002062 0.0001830032134242
78.900000 -0.0023585916041557 -0.0014573117410357 0.0002343981430878
79.000000 -0.0023222117793513 -0.0014651544570506 0.0002842504863186
79.000000 -0.0023087181040510 -0.0013704603346759 0.0002952602176542
79.000000 -0.0022966581578264 -0.0012687485641203 0.0002662697223973
79.000000 -0.0022937590082649 -0.0012219545444925 0.0002185069532707
79.000000 -0.0023008399872169 -0.0012651271463357 0.0001767117365641
79.000000 -0.0023145682004024 -0.0013681087278587 0.0001608971510654
79.000000 -0.0023263390605771 -0.0014653019929873 0.0001837717650937
79.000000 -0.0023290254628246 -0.0015031973553106 0.0002361724469633
79.100000 -0.0022917428906470 -0.0015110074906151 0.0002870704686304
79.100000 -0.0022786416882553 -0.0014181270385931 0.0002987925364649
79.100000 -0.0022672093745763 -0.0013185010283170 0.0002696261158640
79.100000 -0.0022647410094776 -0.0012727811100471 0.0002208049311437
79.100000 -0.0022716072184618 -0.0013152475082782 0.0001777357024604
79.100000 -0.0022847482583785 -0.0014162521701040 0.0001612799512553
79.100000 -0.0022960243639520 -0.0015114644267721 0.0001844612269289
79.100000 -0.0022984843701907 -0.0015484546980806 0.0002378479330746
79.200000 -0.0022602920700357 -0.0015562137973491 0.0002897674837407
79.200000 -0.0022475243510126 -0.0014651460413974 0.0003021883675248
79.200000 -0.0022366492143034 -0.0013676066680665 0.0002728503157072
79.200000 -0.0022345756908555 -0.0013229620760829 0.0002229910110765
79.200000 -0.0022412538458357 -0.0013647185147382 0.0001786719651368
79.200000 -0.0022538759230729 -0.0014637433749750 0.0001615884683815
79.200000 -0.0022647206371702 -0.0015569764883357 0.0001850712631343
79.200000 -0.0022669806952668 -0.0015930644897373 0.0002394238541625
79.300000 -0.0022278722604274 -0.0016007535977037 0.0002923403058384
79.300000 -0.0022153796313495 -0.0015114954135908 0.0003054460682401
79.300000 -0.0022049916993903 -0.0014160408511557 0.0002759406256526
79.300000 -0.0022032771872148 -0.0013724713825446 0.0002250639732571
79.300000 -0.0022097938496424 -0.0014135151867360 0.0001795199853022
79.300000 -0.0022219647183420 -0.0015105600130725 0.0001618225102160
79.300000 -0.0022324408321280 -0.0016018181692326 0.0001856015651761
79.300000 -0.0022345271297184 -0.0016370076406116 0.0002408994944347
79.400000 -0.0021944967527338 -0.0016446073168929 0.0002947877502812
79.400000 -0.0021822214980347 -0.0015571534633129 0.0003085640490253
79.400000 -0.0021722513899571 -0.0014637792158875 0.0002788954089921
79.400000 -0.0021708602294670 -0.0014212832532541 0.0002270226519970
79.400000 -0.0021772417592365 -0.0014616128194362 0.0001802792644055
79.400000 -0.0021890286098057 -0.0015566799984051 0.0001619819145834
79.400000 -0.0021991982550357 -0.0016459696699020 0.0001860518519072
79.400000 -0.0022011366870563 -0.0016802652539545 0.0002422741697367
79.500000 -0.0021601791846266 -0.0016877555888827 0.0002971086739171
79.500000 -0.0021480643468974 -0.0016020987433146 0.0003115407739229
79.500000 -0.0021384433796198 -0.0015107976823860 0.0002817130894952
79.500000 -0.0021373401397346 -0.0014693722097204 0.0002288659365229
79.500000 -0.0021436126487033 -0.0015089869939107 0.0001809493450018
79.500000 -0.0021550820020205 -0.0016020814957905 0.0001620665495026
79.500000 -0.0021650065650700 -0.0016894114038537 0.0001864218696982
79.500000 -0.0021668227019074 -0.0017228186290163 0.0002435472277348
79.600000 -0.0021249335393422 -0.0017301792604690 0.0002993019754188
79.600000 -0.0021129229980952 -0.0016463100579785 0.0003143747612256
79.600000 -0.0021035832910316 -0.0015570724638927 0.0002843921523069
79.600000 -0.0021027328261432 -0.0015167130849157 0.0002305927717465
79.600000 -0.0021089221323060 -0.0015556135888887 0.0001815298111068
79.600000 -0.0021201397355891 -0.0016467429282998 0.0001620763133279
79.600000 -0.0021298797730684 -0.0017321240019407 0.0001867113925738
79.600000 -0.0021315988293587 -0.0017646492642265 0.0002447180481095
79.700000 -0.0020887741445292 -0.0017718593954497 0.0003013665956294
79.700000 -0.0020768126933275 -0.0016897664703898 0.0003170645841008
79.700000 -0.0020676872712036 -0.0016025800780512 0.0002869311448308
79.700000 -0.0020670547772885 -0.0015632810370091 0.0002322021590150
79.700000 -0.0020731863596947 -0.0016014687924905 0.0001820202885385
79.700000 -0.0020842170842020 -0.0016906429847446 0.0001620111348880
79.700000 -0.0020938322402617 -0.0017740883167240 0.0001869202223567
79.700000 -0.0020954790443702 -0.0018057388604823 0.0002457860427606
79.800000 -0.0020517156711316 -0.0018127772788961 0.0003033015179209
79.800000 -0.0020397490929894 -0.0017324473094581 0.0003196088712174
79.800000 -0.0020307719866033 -0.0016472973581779 0.0002893286775984
79.800000 -0.0020303230563741 -0.0016090515630508 0.0002336931568394
79.800000 -0.0020364220108761 -0.0016465291139415 0.0001824204452461
79.800000 -0.0020473297516072 -0.0017337606272117 0.0001618709736242
79.800000 -0.0020568786770382 -0.0018152854269338 0.0001870481888158
79.800000 -0.0020584776412504 -0.0018460693245500 0.0002467506560248
79.900000 -0.0020137731323051 -0.0018529144215284 0.0003051057685640
79.900000 -0.0020017482732615 -0.0017743321770955 0.0003220063073744
79.900000 -0.0019928546180244 -0.0016912014645135 0.0002915834251226
79.900000 -0.0019925552950190 -0.0016540005125986 0.0002350648816003
79.900000 -0.0019986462909398 -0.0016907713952615 0.0001827299916264
79.900000 -0.0020094938685029 -0.0017760750986453 0.0001616558197254
79.900000 -0.0020190341417342 -0.0018556966420323 0.0001870951498215
79.900000 -0.0020206092331915 -0.0018856227725857 0.0002476113649040
80.000000 -0.0019749618823589 -0.0018922525642006 0.0003067784171115
80.000000 -0.0019628267231300 -0.0018154009554506 0.0003242556341321
80.000000 -0.0019539528552276 -0.0017342698954545 0.0002936941267351
80.000000 -0.0019537696867318 -0.0016981041012793 0.0002363165082312
80.000000 -0.0019598769245373 -0.0017341728229262 0.0001829486808259
80.000000 -0.0019707259893478 -0.0018175659304812 0.0001613656942624
80.000000 -0.0019803140394473 -0.0018953035068833 0.0001870609915070
80.000000 -0.0019818887518562 -0.0019243815337798 0.0002483676793062
80.100000 -0.0019352976157186 -0.0019307736824998 0.0003083185767940
80.100000 -0.0019230013413320 -0.0018556338142028 0.0003263556504454
80.100000 -0.0019140848913474 -0.0017764804987577 0.0002956595874086
80.100000 -0.0019139849800513 -0.0017413389242756 0.0002374472708776
80.100000 -0.0019201321501127 -0.0017767109394949 0.0001830763090291
80.100000 -0.0019310430890840 -0.0018582129503326 0.0001610006493191
80.100000 -0.0019407341208643 -0.0019340878065335 0.0001869456284348
80.100000 -0.0019423314470133 -0.0019623281541312 0.0002490191422983
80.200000 -0.0018947963659033 -0.0019684599914630 0.0003097254049282
80.200000 -0.0018822894332211 -0.0018950112179180 0.0003283052132990
80.200000 -0.0018732694170619 -0.0018178114827160 0.0002974786785605
80.200000 -0.0018732204713494 -0.0017836819697308 0.0002384564635321
80.200000 -0.0018794307138786 -0.0018183636552012 0.0001831127157328
80.200000 -0.0018904625597675 -0.0018979962897301 0.0001605607681219
80.200000 -0.0019003104810991 -0.0019720315711087 0.0001867490037701
80.200000 -0.0019019528862136 -0.0019994454003566 0.0002495653303709
80.300000 -0.0018534745045113 -0.0020052939504187 0.0003109981033384
80.300000 -0.0018407087075465 -0.0019335139334666 0.0003301032383446
80.300000 -0.0018315256145221 -0.0018582414273004 0.0002991503388402
80.300000 -0.0018314959972971 -0.0018251106320623 0.0002393434406436
80.300000 -0.0018377918635375 -0.0018591092595010 0.0001830577840059
80.300000 -0.0018490022070997 -0.0019368963919176 0.0001600461651661
80.300000 -0.0018590595585344 -0.0020091170808311 0.0001864710894585
80.300000 -0.0018607689545028 -0.0020357162639397 0.0002500058537153
80.400000 -0.0018113487402086 -0.0020412582679553 0.0003121359187910
80.400000 -0.0017982772731404 -0.0019711230375071 0.0003317487005393
80.400000 -0.0017888731510381 -0.0018977492952635 0.0003006735748972
80.400000 -0.0017888319269914 -0.0018656027251748 0.0002401076177010
80.400000 -0.0017952353417434 -0.0018989264325724 0.0001829114407333
80.400000 -0.0018066802468556 -0.0019748940197036 0.0001594569863398
80.400000 -0.0018169981336605 -0.0020453268711611 0.0001861118864112
80.400000 -0.0018187958541629 -0.0020711239653255 0.0002503403565129
80.500000 -0.0017684361177121 -0.0020763359070213 0.0003131381434419
80.500000 -0.0017550136355080 -0.0020078199240353 0.0003332406347863
80.500000 -0.0017453321725179 -0.0019363144431998 0.0003020474621303
80.500000 -0.0017452491537415 -0.0019051364955645 0.0002407484717900
80.500000 -0.0017517813793015 -0.0019377942567626 0.0001826736568450
80.500000 -0.0017635153012012 -0.0020119702633717 0.0001587934090443
80.500000 -0.0017741433279049 -0.0020806437380676 0.0001856714246940
80.500000 -0.0017760501044769 -0.0021056519582647 0.0002505685172365
80.600000 -0.0017247540167625 -0.0021105100901624 0.0003140041152973
80.600000 -0.0017109366933132 -0.0020435863120003 0.0003345781365762
80.600000 -0.0017009232966564 -0.0019739166325585 0.0003032711454178
80.600000 -0.0017007690865148 -0.0019436906353050 0.0002412655421223
80.600000 -0.0017074506881025 -0.0019756922279761 0.0001823444475290
80.600000 -0.0017195263948954 -0.0020481065486472 0.0001580556423114
80.600000 -0.0017305126024451 -0.0021150507434310 0.0001851497637226
80.600000 -0.0017325485415106 -0.0021392839343133 0.0002506900489640
80.700000 -0.0016803201510782 -0.0021437643048985 0.0003147332186870
80.700000 -0.0016660657347536 -0.0020784042529891 0.0003357603626292
80.700000 -0.0016556676058711 -0.0020105360406025 0.0003043438398267
80.700000 -0.0016554136410410 -0.0019812442949045 0.0002416584305366
80.700000 -0.0016622644537896 -0.0020126002669976 0.0001819238724279
80.700000 -0.0016747329513695 -0.0020832846447234 0.0001572439269175
80.700000 -0.0016861237569990 -0.0021485312205837 0.0001845469924632
80.700000 -0.0016883083179027 -0.0021720038274918 0.0002507046997045
80.800000 -0.0016351525672843 -0.0021760823092440 0.0003153248847515
80.800000 -0.0016204204338190 -0.0021122561389786 0.0003367865315384
80.800000 -0.0016095866399813 -0.0020461532713085 0.0003052648313003
80.800000 -0.0016092052305757 -0.0020177770960264 0.0002419268019706
80.800000 -0.0016162443281549 -0.0020484987307446 0.0001814120358187
80.800000 -0.0016291547886772 -0.0021174866723461 0.0001563585354928
80.800000 -0.0016409949285837 -0.0021810687799893 0.0001838632296375
80.800000 -0.0016433469026580 -0.0022037958191097 0.0002506122527363
80.900000 -0.0015892696438078 -0.0022074481373765 0.0003157785919416
80.900000 -0.0015740208464265 -0.0021451247101573 0.0003376559244127
80.900000 -0.0015627023886286 -0.0020807493662032 0.0003060334773247
80.900000 -0.0015621667563210 -0.0020532691440614 0.0002420703849032
80.900000 -0.0015694124212620 -0.0020833684234423 0.0001808090867751
80.900000 -0.0015828121153107 -0.0021506951119558 0.0001553997726269
80.900000 -0.0015951445902369 -0.0022126473150671 0.0001830986239329
80.900000 -0.0015976820809354 -0.0022346443427577 0.0002504125269572
81.000000 -0.0015426900897327 -0.0022378461054568 0.0003160938665308
81.000000 -0.0015268874064239 -0.0021769930628151 0.0003383678855200
81.000000 -0.0015150372834342 -0.0021143058151287 0.0003066492075717
81.000000 -0.0015143215975067 -0.0020877010405438 0.0002420889717659
81.000000 -0.0015217912932938 -0.0021171906077149 0.0001801152193122
81.000000 -0.0015357255258734 -0.0021828928118890 0.0001543679749700
81.000000 -0.0015485915496918 -0.0022432510081630 0.0001822533542175
81.000000 -0.0015513319538229 -0.0022645340894755 0.0002501053772469
81.100000 -0.0014954329436054 -0.0022672608176024 0.0003162702831408
81.100000 -0.0014790409214572 -0.0022078446573016 0.0003389218229293
81.100000 -0.0014666141898927 -0.0021468045669307 0.0003071115245193
81.100000 -0.0014656936011296 -0.0021210538953986 0.0002419824193237
81.100000 -0.0014734039461215 -0.0021499470155858 0.0001793306725136
81.100000 -0.0014879159966050 -0.0022140629966349 0.0001532635113286
81.100000 -0.0015013549479982 -0.0022728643366701 0.0001813276297590
81.100000 -0.0015043149380920 -0.0022934500130958 0.0002496906948412
81.200000 -0.0014475175721836 -0.0022956771720196 0.0003163074652789
81.200000 -0.0014305025686923 -0.0022376633260526 0.0003393172091520
81.200000 -0.0014174563989970 -0.0021782280400641 0.0003074200040462
81.200000 -0.0014163070713545 -0.0021533093390124 0.0002417506490231
81.200000 -0.0014242738145944 -0.0021816198593799 0.0001784557306388
81.200000 -0.0014394048807505 -0.0022441892751499 0.0001520867827563
81.200000 -0.0014534542580811 -0.0023014720793035 0.0001803216904480
81.200000 -0.0014566497659233 -0.0023213773357714 0.0002491684077179
81.300000 -0.0013989636691187 -0.0023230803672955 0.0003162050858891
81.300000 -0.0013812938903850 -0.0022664332816829 0.0003395535817814
81.300000 -0.0013675876185937 -0.0022085591331087 0.0003075742960024
81.300000 -0.0013661867585767 -0.0021844495341155 0.0002413936473078
81.300000 -0.0013744247575462 -0.0022121918425212 0.0001774907232126
81.300000 -0.0013902139037659 -0.0022732556492248 0.0001508382226385
81.300000 -0.0014049092832282 -0.0023290593225297 0.0001792358070248
81.300000 -0.0014083554845939 -0.0023483015536882 0.0002485384809950
81.400000 -0.0013497912535637 -0.0023494559088532 0.0003159628679137
81.400000 -0.0013314367892923 -0.0022941391251458 0.0003396305441296
81.400000 -0.0013170319644662 -0.0022377812351871 0.0003075741247532
81.400000 -0.0013153578481478 -0.0022144571874663 0.0002409114659012
81.400000 -0.0013238810485187 -0.0022416461702171 0.0001764360250938
81.400000 -0.0013403651583555 -0.0023012465219063 0.0001495182967718
81.400000 -0.0013557401554978 -0.0023556114671547 0.0001780702813100
81.400000 -0.0013594514561190 -0.0023742084429683 0.0002478009173394
81.500000 -0.0013000206686979 -0.0023747896155726 0.0003155805848677
81.500000 -0.0012809535239162 -0.0023207658539554 0.0003395477658623
81.500000 -0.0012658139511430 -0.0022658782362793 0.0003074192896961
81.500000 -0.0012638459487681 -0.0022433155613253 0.0002403042220544
81.500000 -0.0012726673661985 -0.0022699665600218 0.0001752920565253
81.500000 -0.0012898810993305 -0.0023281467059686 0.0001481275034360
81.500000 -0.0013059673340381 -0.0023811142350722 0.0001768254464380
81.500000 -0.0013099573568382 -0.0023990840657670 0.0002469557573877
81.600000 -0.0012496725801573 -0.0023990676265789 0.0003150580614246
81.600000 -0.0012298667035731 -0.0023462988704725 0.0003393049836289
81.600000 -0.0012139584824297 -0.0022928345374249 0.0003071096657497
81.600000 -0.0012116770805458 -0.0022710084847115 0.0002395720987593
81.600000 -0.0012208087845678 -0.0022971372522717 0.0001740592831621
81.600000 -0.0012387845382844 -0.0023539414324331 0.0001466663734594
81.600000 -0.0012556116033072 -0.0024055536761744 0.0001755016670933
81.600000 -0.0012598931769359 -0.0024229147765668 0.0002460030801775
81.700000 -0.0011987679743634 -0.0024222764082012 0.0003143951740132
81.700000 -0.0011781992832816 -0.0023707239902498 0.0003389020016890
81.700000 -0.0011614908416618 -0.0023186350608069 0.0003066452038146
81.700000 -0.0011588776627278 -0.0022975203644262 0.0002387153449267
81.700000 -0.0011683307627658 -0.0023231430203834 0.0001727382160798
81.700000 -0.0011870986380756 -0.0023786163591339 0.0001451354702772
81.700000 -0.0012046940711864 -0.0024289161754256 0.0001740993397492
81.700000 -0.0012092792198874 -0.0024456872286721 0.0002449430035895
81.800000 -0.0011473281567380 -0.0024444027611014 0.0003135918514250
81.800000 -0.0011259745584600 -0.0023940274504346 0.0003383386925342
81.800000 -0.0011084366816787 -0.0023432652597066 0.0003060259312036
81.800000 -0.0011054745011046 -0.0023228361958373 0.0002377342755274
81.800000 -0.0011152591346616 -0.0023479691810059 0.0001713294117603
81.800000 -0.0011348469071119 -0.0024021575793257 0.0001435353899815
81.800000 -0.0011532361669751 -0.0024511884601025 0.0001726188929082
81.800000 -0.0011581361018208 -0.0024673883809076 0.0002437756848003
81.900000 -0.0010953747497961 -0.0024654338275767 0.0003126480754322
81.900000 -0.0010732161594256 -0.0024161959182257 0.0003376149975028
81.900000 -0.0010548220145151 -0.0023667111283242 0.0003052519520419
81.900000 -0.0010514947750920 -0.0023469415734105 0.0002366292716976
81.900000 -0.0010616200981367 -0.0023716016040191 0.0001698334720571
81.900000 -0.0010820531934271 -0.0024245516303298 0.0001418667613629
81.900000 -0.0011012596392575 -0.0024723576071991 0.0001710607873444
81.900000 -0.0011064847507818 -0.0024880055045227 0.0002425013207448
82.000000 -0.0010429296911044 -0.0024853570990355 0.0003115638814151
82.000000 -0.0010199480456891 -0.0024372164993819 0.0003367309273887
82.000000 -0.0010006732008112 -0.0023889592114544 0.0003043234476353
82.000000 -0.0009969660244945 -0.0023698227009784 0.0002354007808055
82.000000 -0.0010074402040771 -0.0023940267223690 0.0001682510441363
82.000000 -0.0010287416785439 -0.0024457855022157 0.0001401302459433
82.000000 -0.0010487865536314 -0.0024924110509998 0.0001694255163461
82.000000 -0.0010543464058943 -0.0025075261903056 0.0002411201485888
82.100000 -0.0009900152310960 -0.0025041604236468 0.0003103393589991
82.100000 -0.0009661945000347 -0.0024570767467769 0.0003356865630425
82.100000 -0.0009460169389385 -0.0024099966140102 0.0003032406768065
82.100000 -0.0009419161359546 -0.0023914664017348 0.0002340493164811
82.100000 -0.0009527463450749 -0.0024152315417299 0.0001665828203968
82.100000 -0.0009749368711148 -0.0024658466465129 0.0001383265379998
82.100000 -0.0009958392902880 -0.0025113365908184 0.0001677136059602
82.100000 -0.0010017426164020 -0.0025259383559083 0.0002396324462101
82.200000 -0.0009366539307295 -0.0025218320141652 0.0003089746526995
82.200000 -0.0009119801223781 -0.0024757646689975 0.0003344820559636
82.200000 -0.0008908802538418 -0.0024298110103841 0.0003020039761970
82.200000 -0.0008863733290924 -0.0024118601279452 0.0002325754586066
82.200000 -0.0008975657438390 -0.0024352036499859 0.0001648295383655
82.200000 -0.0009206636003335 -0.0024847229849476 0.0001364563645778
82.200000 -0.0009424405414307 -0.0025291223989051 0.0001659256152348
82.200000 -0.0009486952405822 -0.0025432302533847 0.0002380385326893
82.300000 -0.0008828686589815 -0.0025383604559302 0.0003074699625755
82.300000 -0.0008573298233959 -0.0024932687389802 0.0003331176288831
82.300000 -0.0008352904855977 -0.0024483906536387 0.0003006137605353
82.300000 -0.0008303661423410 -0.0024309919703609 0.0002309798532676
82.300000 -0.0008419259413164 -0.0024539312265206 0.0001629919805700
82.300000 -0.0008659470091095 -0.0025024029182007 0.0001345204854945
82.300000 -0.0008886133085239 -0.0025457570285202 0.0001640621364629
82.300000 -0.0008952264445183 -0.0025593904769436 0.0002363387688080
82.400000 -0.0008286825901607 -0.0025537347150388 0.0003058255448900
82.400000 -0.0008022688179156 -0.0025095779026813 0.0003315935763355
82.400000 -0.0007792752776877 -0.0024657243845180 0.0002990705228695
82.400000 -0.0007739234184829 -0.0024488506673274 0.0002292632126653
82.400000 -0.0007858547845234 -0.0024714030513055 0.0001610709743859
82.400000 -0.0008108125469977 -0.0025188753346806 0.0001325196933303
82.400000 -0.0008343808993579 -0.0025612294221728 0.0001621237954236
82.400000 -0.0008413587007196 -0.0025744079709189 0.0002345335575550
82.500000 -0.0007741192010319 -0.0025679441466921 0.0003040417127766
82.500000 -0.0007468226180610 -0.0025246815877737 0.0003299102652192
82.500000 -0.0007228625649882 -0.0024818016402680 0.0002973748347633
82.500000 -0.0007170742898937 -0.0024654256135745 0.0002274263149871
82.500000 -0.0007293804140890 -0.0024876085137786 0.0001590673918604
82.500000 -0.0007552859628765 -0.0025341296193038 0.0001304548134097
82.500000 -0.0007797669249201 -0.0025755289200251 0.0001601112516224
82.500000 -0.0007871147865755 -0.0025882720379554 0.0002326233446402
82.600000 -0.0007192022677372 -0.0025809785037135 0.0003021188369121
82.600000 -0.0006910170261427 -0.0025385697123670 0.0003280681353434
82.600000 -0.0006660805614764 -0.0024966124632585 0.0002955273464549
82.600000 -0.0006598481634997 -0.0024807068686794 0.0002254700042382
82.600000 -0.0006725312515117 -0.0025025376215008 0.0001569821495108
82.600000 -0.0006993932973660 -0.0025481556622789 0.0001283267037692
82.600000 -0.0007247952960592 -0.0025886452684587 0.0001580251985283
82.600000 -0.0007325177826309 -0.0026009723474135 0.0002306086190135
82.700000 -0.0006639558625031 -0.0025928279452365 0.0003000573461934
82.700000 -0.0006348781272878 -0.0025512326937414 0.0003260676999613
82.700000 -0.0006089577476540 -0.0025101475093955 0.0002935287869770
82.700000 -0.0006022747054558 -0.0024946851651899 0.0002233951900300
82.700000 -0.0006153359861304 -0.0025161810085824 0.0001548162080963
82.700000 -0.0006431608749799 -0.0025609438678847 0.0001261362551123
82.700000 -0.0006694902199313 -0.0026005686288021 0.0001558663638081
82.700000 -0.0006775910706700 -0.0026124989439910 0.0002284899133913
82.800000 -0.0006084043501195 -0.0026034830455605 0.0002978577284182
82.800000 -0.0005784322817987 -0.0025626614570911 0.0003239095462876
82.800000 -0.0005515228576903 -0.0025223980563147 0.0002913799642388
82.800000 -0.0005443838255515 -0.0025073519163996 0.0002212028473290
82.800000 -0.0005578235618138 -0.0025285299438673 0.0001525705723657
82.800000 -0.0005866152960027 -0.0025724851632367 0.0001238843907520
82.800000 -0.0006138761962139 -0.0026112895862151 0.0001536355095566
82.800000 -0.0006223583315940 -0.0026228422565632 0.0002262678047860
82.900000 -0.0005525723841790 -0.0026129348031715 0.0002955205309685
82.900000 -0.0005217061172351 -0.0025728474442679 0.0003215943359995
82.900000 -0.0004938048662848 -0.0025333560113442 0.0002890817650660
82.900000 -0.0004862056613525 -0.0025186992237619 0.0002188940161619
82.900000 -0.0005000231633685 -0.0025395763388655 0.0001502462907770
82.900000 -0.0005297834280862 -0.0025827710070332 0.0001215720665378
82.900000 -0.0005579780130772 -0.0026207991587293 0.0001513334325222
82.900000 -0.0005668435430798 -0.0026319931072382 0.0002239429150413
83.000000 -0.0004964849030615 -0.0026211746499237 0.0002930463614952
83.000000 -0.0004647265202106 -0.0025817826225185 0.0003191228057192
83.000000 -0.0004358329752534 -0.0025430139192289 0.0002866351552013
83.000000 -0.0004277705620859 -0.0025287198839353 0.0002164698012794
83.000000 -0.0004419642026705 -0.0025493127554235 0.0001478444551917
83.000000 -0.0004726923975580 -0.0025917933982729 0.0001192002707688
83.000000 -0.0005018207428979 -0.0026290888064377 0.0001489609643264
83.000000 -0.0005110709770039 -0.0026399427206290 0.0002215159113701
83.100000 -0.0004401671256535 -0.0026281944603793 0.0002904358886036
83.100000 -0.0004075206278963 -0.0025894594932062 0.0003164957674770
83.100000 -0.0003776365998391 -0.0025513649696035 0.0002840411792613
83.100000 -0.0003691090722784 -0.0025374073954476 0.0002139313717771
83.100000 -0.0003836763045222 -0.0025577324131210 0.0001453662005413
83.100000 -0.0004153695804340 -0.0025995448849343 0.0001167700240916
83.100000 -0.0004454297377037 -0.0026361504408318 0.0001465189716780
83.100000 -0.0004550651966175 -0.0026466827333375 0.0002189875068942
83.200000 -0.0003836445467856 -0.0026339865613003 0.0002876898425377
83.200000 -0.0003501158192240 -0.0025958711005082 0.0003137141091541
83.200000 -0.0003192453547512 -0.0025584030042041 0.0002813009606514
83.200000 -0.0003102519151554 -0.0025447559649699 0.0002112799606730
83.200000 -0.0003251892922403 -0.0025648291963843 0.0001428127044665
83.200000 -0.0003578425931311 -0.0026060185726096 0.0001142823793813
83.200000 -0.0003888306243345 -0.0026419764342796 0.0001440083565790
83.200000 -0.0003988510534574 -0.0026522052036504 0.0002163584611866
83.300000 -0.0003269429323767 -0.0026385437412891 0.0002848090158621
83.300000 -0.0002925397057825 -0.0026010110400795 0.0003107787949019
83.300000 -0.0002606890399349 -0.0025641225238091 0.0002784157014363
83.300000 -0.0002512299758123 -0.0025507605131913 0.0002085168644426
83.300000 -0.0002665331729768 -0.0025705976613045 0.0001401851869289
83.300000 -0.0003001392828699 -0.0026112081330798 0.0001117384216068
83.300000 -0.0003320492993075 -0.0026465596296393 0.0001414300565230
83.300000 -0.0003424536839775 -0.0026565026214424 0.0002136295808129
83.400000 -0.0002700883142692 -0.0026418592605697 0.0002817942641407
83.400000 -0.0002348201223988 -0.0026048734676730 0.0003076908655378
83.400000 -0.0002019976260771 -0.0025685186948962 0.0002753866821655
83.400000 -0.0001920742841652 -0.0025554166802836 0.0002056434425099
83.400000 -0.0002077381227801 -0.0025750330421506 0.0001374849097944
83.400000 -0.0002422877177648 -0.0026151078128249 0.0001091392676773
83.400000 -0.0002751119233722 -0.0026498933500025 0.0001387850446838
83.400000 -0.0002858985058847 -0.0026595679182826 0.0002108017198726
83.500000 -0.0002131069847428 -0.0026439268609048 0.0002786465066098
83.500000 -0.0001769851173982 -0.0026074531077058 0.0003044514389158
83.500000 -0.0001432012398504 -0.0025715873560073 0.0002722152616532
83.500000 -0.0001328159976947 -0.0025587208309471 0.0002026611166953
83.500000 -0.0001488344713994 -0.0025781312575661 0.0001347131763881
83.500000 -0.0001843161765936 -0.0026177124414537 0.0001064860662724
83.500000 -0.0002180449157418 -0.0026519714085596 0.0001360743300947
83.500000 -0.0002292112141624 -0.0026613944777418 0.0002078757805384
83.600000 -0.0001560254906915 -0.0026447407756410 0.0002753667268452
83.600000 -0.0001190629425368 -0.0026087452617600 0.0003010617102687
83.600000 -0.0000843301489014 -0.0025733250238074 0.0002689028767116
83.600000 -0.0000734863839911 -0.0025606700590291 0.0001995713706195
83.600000 -0.0000898526868390 -0.0025798889164383 0.0001318713310215
83.600000 -0.0001262531382411 -0.0026190174400464 0.0001037799976517
83.600000 -0.0001608749479870 -0.0026527881185803 0.0001332989578158
83.600000 -0.0001724177767676 -0.0026619761458922 0.0002048527135914
83.700000 -0.0000988706274495 -0.0026442957398730 0.0002719559734202
83.700000 -0.0000610820425994 -0.0026087458170071 0.0002975229525228
83.700000 -0.0000254147465883 -0.0025737288988292 0.0002654510418367
83.700000 -0.0000141168031129 -0.0025612621917050 0.0001963757490639
83.700000 -0.0000308233596687 -0.0025803033234295 0.0001289607584893
83.700000 -0.0000681272708122 -0.0026190188293936 0.0001010222734464
83.700000 -0.0001036289375792 -0.0026523383034991 0.0001304600090897
83.700000 -0.0001155444299810 -0.0026613072419970 0.0002017335189528
83.800000 -0.0000416694322523 -0.0026425870007203 0.0002684153605540
83.800000 -0.0000030710446578 -0.0026074512545435 0.0002938365165808
83.800000 0.0000335144635282 -0.0025727968708912 0.0002618613488460
83.800000 0.0000452613102287 -0.0025604957932154 0.0001930758572869
83.800000 0.0000282228129036 -0.0025793724841597 0.0001259828835390
83.800000 -0.0000099674204092 -0.0026177132381237 0.0000982141364296
83.800000 -0.0000463340410680 -0.0026506173070992 0.0001275586014833
83.800000 -0.0000586176733969 -0.0026593825693795 0.0001985192462084
83.900000 0.0000155508226816 -0.0026396103277036 0.0002647460687480
83.900000 0.0000549412530168 -0.0026048586576252 0.0002900038315729
83.900000 0.0000924268834314 -0.0025705275241776 0.0002581354664667
83.900000 0.0001046164646493 -0.0025583701681487 0.0001896733602972
83.900000 0.0000872550431897 -0.0025770951100291 0.0001229391703096
83.900000 0.0000481974004310 -0.0026150979107022 0.0000953568602662
83.900000 0.0000109823531204 -0.0026476210037824 0.0001245958890156
83.900000 -0.0000016642645331 -0.0026561974264680 0.0001952109951270
84.000000 0.0000727626374638 -0.0026353620232134 0.0002609493454089
84.000000 0.0001129258923919 -0.0026009657197871 0.0002860264050733
84.000000 0.0001512918366301 -0.0025669201419710 0.0002542751398748
84.000000 0.0001639171302197 -0.0025548853642641 0.0001861699820825
84.000000 0.0001462424694016 -0.0025734706226702 0.0001198311217417
84.000000 0.0001063380246449 -0.0026111707152916 0.0000924517492414
84.000000 0.0000682926322766 -0.0026433458089146 0.0001215730622691
84.000000 0.0000552887869556 -0.0026517476180033 0.0001918099161682
84.100000 0.0001299382922569 -0.0026298389330579 0.0002570265054552
84.100000 0.0001708537674674 -0.0025957707528351 0.0002819058232816
84.100000 0.0002100785843639 -0.0025619747110245 0.0002502821901835
84.100000 0.0002231317567336 -0.0025500421748452 0.0001825675047951
84.100000 0.0002051541722471 -0.0025684991580203 0.0001166602789582
84.100000 0.0001644251428977 -0.0026059301514576 0.0000895001379665
84.100000 0.0001255689674096 -0.0026377886892366 0.0001184913484850
84.100000 0.0001122142254782 -0.0026460294664041 0.0001883172109803
84.200000 0.0001870498554190 -0.0026230384570778 0.0002529789319062
84.200000 0.0002286956364298 -0.0025892726946951 0.0002776437511645
84.200000 0.0002687563420277 -0.0025556919255655 0.0002461585138798
84.200000 0.0002822287920978 -0.0025438421405784 0.0001788677678945
84.200000 0.0002639591917317 -0.0025621815700005 0.0001134282206149
84.200000 0.0002224293161898 -0.0025993753577071 0.0000865033910620
84.200000 0.0001827833216677 -0.0026309471733250 0.0001153520116398
84.200000 0.0001690845561402 -0.0026390398232756 0.0001847341328858
84.300000 0.0002440691920846 -0.0026149585598156 0.0002488080764515
84.300000 0.0002864221341690 -0.0025814711171057 0.0002732419325599
84.300000 0.0003272942958061 -0.0025480731909167 0.0002419060822105
84.300000 0.0003411767008345 -0.0025362875509497 0.0001750726672459
84.300000 0.0003226265441570 -0.0025545194337952 0.0001101365622216
84.300000 0.0002803209888182 -0.0025915061188431 0.0000834629028171
84.300000 0.0002399074591939 -0.0026228193620927 0.0001121563525025
84.300000 0.0002258720518264 -0.0026307760810522 0.0001810619873524
84.400000 0.0003009679731973 -0.0026055977812246 0.0002445154599976
84.400000 0.0003440037851636 -0.0025723662331381 0.0002687021902374
84.400000 0.0003856616195088 -0.0025391206267274 0.0002375269405150
84.400000 0.0003999439826798 -0.0025273814451525 0.0001711841541766
84.400000 0.0003811252393075 -0.0025455150487183 0.0001067869554335
84.400000 0.0003380705016929 -0.0025823228731216 0.0000803800968249
84.400000 0.0002969129544281 -0.0026134039393116 0.0001089057086706
84.400000 0.0002825487607522 -0.0026212361847613 0.0001773021324477
84.500000 0.0003577176850082 -0.0025949552474030 0.0002401026731900
84.500000 0.0004014110167350 -0.0025619589045280 0.0002640264259165
84.500000 0.0004438274915988 -0.0025288370698017 0.0002330232075055
84.500000 0.0004584991912648 -0.0025171276125023 0.0001672042344896
84.500000 0.0004394242978144 -0.0025351714406587 0.0001033810873126
84.500000 0.0003956481060111 -0.0025718267191951 0.0000772564255923
84.500000 0.0003537712018709 -0.0026027001821439 0.0001056014545848
84.500000 0.0003390865144993 -0.0026104186438938 0.0001734559792761
84.600000 0.0004142896390523 -0.0025830306813364 0.0002355713769087
84.600000 0.0004586141726739 -0.0025502506488035 0.0002592166202381
84.600000 0.0005017611124026 -0.0025172260765154 0.0002283970744938
84.600000 0.0005168109528652 -0.0025055305923511 0.0001631349674350
84.600000 0.0004974927686859 -0.0025234923640940 0.0000999206795599
84.600000 0.0004530239772906 -0.0025600194228252 0.0000740933701251
84.600000 0.0004104534263198 -0.0025907079716654 0.0001022450015188
84.600000 0.0003954569365573 -0.0025983225443660 0.0001695249923950
84.700000 0.0004706549826180 -0.0025698244136320 0.0002309233027337
84.700000 0.0005155835272406 -0.0025372436461926 0.0002542748326895
84.700000 0.0005594317214932 -0.0025042919248099 0.0002236508045639
84.700000 0.0005748479852032 -0.0024925956734981 0.0001589784646395
84.700000 0.0005552997469941 -0.0025104823036634 0.0000964074877175
84.700000 0.0005101682297612 -0.0025469034233500 0.0000708924394858
84.700000 0.0004669306935920 -0.0025774278033621 0.0000988377975452
84.700000 0.0004516314513857 -0.0025849475605591 0.0001655106902098
84.800000 0.0005267847097218 -0.0025553373932260 0.0002261602533786
84.800000 0.0005722892995396 -0.0025229407462913 0.0002492032014790
84.800000 0.0006168086152351 -0.0024900396157542 0.0002187867316914
84.800000 0.0006325791162878 -0.0024783288930924 0.0001547368889950
84.800000 0.0006128143917051 -0.0024961464752907 0.0000928433003412
84.800000 0.0005670509311151 -0.0025324818398875 0.0000676551703255
84.800000 0.0005231739217454 -0.0025628607975837 0.0000953813274745
84.800000 0.0005075812940158 -0.0025702939674153 0.0001614146453425
84.900000 0.0005826496726014 -0.0025395711980447 0.0002212841030895
84.900000 0.0006287016682692 -0.0025073454744778 0.0002440039433592
84.900000 0.0006738611644787 -0.0024744748746657 0.0002138072598073
84.900000 0.0006899733032780 -0.0024627370350226 0.0001504124535062
84.900000 0.0006700059436415 -0.0024804908268487 0.0000892299381441
84.900000 0.0006236421176139 -0.0025167584772585 0.0000643831263878
84.900000 0.0005791538928088 -0.0025470087099326 0.0000918771127655
84.900000 0.0005632775202104 -0.0025543626525755 0.0001572384849756
85.000000 0.0006382205937383 -0.0025225280456000 0.0002162967980060
85.000000 0.0006847907868449 -0.0024904620380520 0.0002386793533969
85.000000 0.0007305588323944 -0.0024576041517784 0.0002087148618076
85.000000 0.0007469996513522 -0.0024458276277912 0.0001460074200978
85.000000 0.0007268437435644 -0.0024635220383561 0.0000855692531108
85.000000 0.0006799118095521 -0.0024997378316117 0.0000610778979852
85.000000 0.0006348412650344 -0.0025298739415693 0.0000883267114073
85.000000 0.0006186910171963 -0.0025371551285363 0.0001529838911647
85.100000 0.0006934680784230 -0.0025042108034958 0.0002112003564823
85.100000 0.0007405267988960 -0.0024722953320834 0.0002332318046870
85.100000 0.0007868711924327 -0.0024394346224527 0.0002035120785078
85.100000 0.0008036274325689 -0.0024276089418708 0.0001415240983832
85.100000 0.0007832972503614 -0.0024452475216987 0.0000818631275825
85.100000 0.0007358300270725 -0.0024814250957326 0.0000577411014463
85.100000 0.0006902065856810 -0.0025114595494113 0.0000847317177693
85.100000 0.0006737925149903 -0.0025186735448049 0.0001486526011209
85.200000 0.0007483626278728 -0.0024846229998251 0.0002059968693639
85.200000 0.0007958798541330 -0.0024528509449485 0.0002276637480096
85.200000 0.0008427679463982 -0.0024199741869145 0.0001982015175418
85.200000 0.0008598261047024 -0.0024080899865401 0.0001369648443933
85.200000 0.0008393360593278 -0.0024256754198675 0.0000781134733137
85.200000 0.0007913668063316 -0.0024618261640186 0.0000543743785345
85.200000 0.0007452203043390 -0.0024917692562050 0.0000810937624194
85.200000 0.0007285525983308 -0.0024989207000311 0.0001442464074581
85.300000 0.0008028746529122 -0.0024637688334316 0.0002006885002196
85.300000 0.0008508201245824 -0.0024321351635381 0.0002219777114269
85.300000 0.0008982189426234 -0.0023992314695186 0.0001927858522068
85.300000 0.0009155653300365 -0.0023872805061968 0.0001323320592680
85.300000 0.0008949299205255 -0.0024048146057067 0.0000743222305009
85.300000 0.0008464922160097 -0.0024409476371010 0.0000509793958368
85.300000 0.0007998527868071 -0.0024708074604439 0.0000774145119071
85.300000 0.0007829417192344 -0.0024779000540902 0.0001397671584037
85.400000 0.0008569744882269 -0.0024416531840137 0.0001952774855225
85.400000 0.0009053178211860 -0.0024101549781160 0.0002161762998187
85.400000 0.0009531941942294 -0.0023772158175256 0.0001872678202515
85.400000 0.0009708149941011 -0.0023651909761488 0.0001276281879101
85.400000 0.0009500487572079 -0.0023826746801630 0.0000704913667820
85.400000 0.0009011763741612 -0.0024187968260958 0.0000475578441232
85.400000 0.0008540743295275 -0.0024485792461117 0.0000736956685119
85.400000 0.0008369302101918 -0.0024556157400923 0.0001352167579694
85.500000 0.0009106324071982 -0.0024182816220422 0.0001897661347795
85.500000 0.0009593432107589 -0.0023869180868080 0.0002102621943553
85.500000 0.0010076638974596 -0.0023539372993869 0.0001816502226103
85.500000 0.0010255452243337 -0.0023418325978805 0.0001228557176035
85.500000 0.0010046626842922 -0.0023592659700314 0.0000666228762101
85.500000 0.0009553894653985 -0.0023953817564657 0.0000441114376750
85.500000 0.0009078551745887 -0.0024250903922214 0.0000699389699535
85.500000 0.0008904882980162 -0.0024320725762909 0.0001305971660803
85.600000 0.0009638186373271 -0.0023936604184666 0.0001841568306046
85.600000 0.0010128666333010 -0.0023624328997036 0.0002042381519038
85.600000 0.0010615984500695 -0.0023294067025287 0.0001759359220820
85.600000 0.0010797264086502 -0.0023172172937971 0.0001180171765951
85.600000 0.0010587420268674 -0.0023345995251918 0.0000627187781985
85.600000 0.0010091017584035 -0.0023707111714712 0.0000406419135824
85.600000 0.0009611655253013 -0.0024003473821259 0.0000661461890638
85.600000 0.0009435861183615 -0.0024072760778611 0.0001259103986576
85.700000 0.0010165033762537 -0.0023677965541808 0.0001784520287336
85.700000 0.0010658585196557 -0.0023367085425479 0.0001981070043686
85.700000 0.0011149684697607 -0.0023036355306307 0.0001701278419536
85.700000 0.0011333292139075 -0.0022913577014452 0.0001131151326432
85.700000 0.0011122573387194 -0.0023086871153285 0.0000587811164401
85.700000 0.0010622836237568 -0.0023447945351957 0.0000371510310116
85.700000 0.0010139755623539 -0.0023743574125713 0.0000623191334180
85.700000 0.0009961937309188 -0.0023812324685198 0.0001211585276544
85.800000 0.0010686568083783 -0.0023406977292196 0.0001726542579762
85.800000 0.0011182894095067 -0.0023097548600051 0.0001918716579622
85.800000 0.0011677448126399 -0.0022766360003912 0.0001642289645705
85.800000 0.0011863246042417 -0.0022642671672129 0.0001081521915315
85.800000 0.0011651794208592 -0.0022815412261305 0.0000548119578003
85.800000 0.0011149055520783 -0.0023176420351219 0.0000336405704402
85.800000 0.0010662554605516 -0.0023471284024636 0.0000584596449236
85.800000 0.0010482811353078 -0.0023539486919536 0.0001163436810399
85.900000 0.0011202491220879 -0.0023123723716550 0.0001667661201032
85.900000 0.0011701299697060 -0.0022815824184728 0.0001855350924054
85.900000 0.0012198985916905 -0.0022484210377735 0.0001582423298510
85.900000 0.0012386838592641 -0.0022359597395106 0.0001031309955521
85.900000 0.0012174793400366 -0.0022531750549666 0.0000508133911847
85.900000 0.0011669381724664 -0.0022892645842433 0.0000301123328603
85.900000 0.0011179754061425 -0.0023186690013202 0.0000545695993662
85.900000 0.0010998182876703 -0.0023254324230232 0.0001114680427290
86.000000 0.0011712505275921 -0.0022828296461615 0.0001607902896637
86.000000 0.0012213510129216 -0.0022522025084266 0.0001791003600552
86.000000 0.0012714011952368 -0.0022190042737303 0.0001521710337493
86.000000 0.0012903785920993 -0.0022064501614358 0.0000980542219559
86.000000 0.0012691284472221 -0.0022236025060321 0.0000467875263818
86.000000 0.0012183522712276 -0.0022596738226902 0.0000265681389510
86.000000 0.0011691056147320 -0.0022889885973737 0.0000506509059095
86.000000 0.0011507751179776 -0.0022956920787092 0.0001065338524556
86.100000 0.0012216312753690 -0.0022520794622178 0.0001547295137317
86.100000 0.0012719235165947 -0.0022216271462751 0.0001725705849588
86.100000 0.0013222243053870 -0.0021884000393983 0.0001460182266633
86.100000 0.0013413807672477 -0.0021757538629241 0.0000929245813740
86.100000 0.0013200983960419 -0.0021928381849636 0.0000427364928818
86.100000 0.0012691188108822 -0.0022288821188509 0.0000230098282180
86.100000 0.0012196163497876 -0.0022580973252980 0.0000467055065495
86.100000 0.0012011215480590 -0.0022647368287633 0.0001015434055855
86.200000 0.0012713616752223 -0.0022201324819116 0.0001485866115754
86.200000 0.0013218186421944 -0.0021898690757046 0.0001659489618318
86.200000 0.0013723399164357 -0.0021566233607622 0.0001397871117915
86.200000 0.0013916627182560 -0.0021438869523915 0.0000877448162101
86.200000 0.0013703611611463 -0.0021608973929196 0.0000386624386717
86.200000 0.0013192089494340 -0.0021969025699713 0.0000194392581017
86.200000 0.0012694779417318 -0.0022260060735231 0.0000427353755194
86.200000 0.0012508275103588 -0.0022325766060274 0.0000964990528654
86.300000 0.0013204121159479 -0.0021870001273134 0.0001423644742486
86.300000 0.0013710077547566 -0.0021569417684937 0.0001592387549596
86.300000 0.0014217203532096 -0.0021236899527834 0.0001334809434373
86.300000 0.0014411971651787 -0.0021108662078724 0.0000825176990048
86.300000 0.0014198890564950 -0.0021277961201253 0.0000345675290081
86.300000 0.0013685940598904 -0.0021637490022121 0.0000158583030527
86.300000 0.0013186608076207 -0.0021927264911054 0.0000387425186461
86.300000 0.0012998629674266 -0.0021992221163819 0.0000914032001058
86.400000 0.0013687530856065 -0.0021526945873840 0.0001360660640995
86.400000 0.0014194624426916 -0.0021228594247770 0.0001524432970202
86.400000 0.0014703382893380 -0.0020896162129903 0.0001271030252631
86.400000 0.0014899572318139 -0.0020767090676580 0.0000772460307749
86.400000 0.0014686547535415 -0.0020935510388795 0.0000304539451682
86.400000 0.0014172457500160 -0.0021294359701466 0.0000122688535760
86.400000 0.0013671354714058 -0.0021582709941195 0.0000347289726547
86.400000 0.0013481979321442 -0.0021646848482827 0.0000862583077946
86.500000 0.0014163551923985 -0.0021172288243799 0.0001296944141935
86.500000 0.0014671545378476 -0.0020876369727396 0.0001455659878273
86.500000 0.0015181667654296 -0.0020544192145295 0.0001206567084930
86.500000 0.0015379164626982 -0.0020414336204413 0.0000719326393263
86.500000 0.0015166312992974 -0.0020581794960242 0.0000263238831795
86.500000 0.0014651358823047 -0.0020939787556813 0.0000086728152427
86.500000 0.0014148725847706 -0.0021226527715368 0.0000306968044209
86.500000 0.0013958024886913 -0.0021289770818459 0.0000810668906373
86.600000 0.0014631891861336 -0.0020806165797205 0.0001232526276478
86.600000 0.0015140561358095 -0.0020512900677219 0.0001386102929927
86.600000 0.0015651792071389 -0.0020181166986756 0.0001141453900682
86.600000 0.0015850488398420 -0.0020050585949755 0.0000665803775452
86.600000 0.0015637921342597 -0.0020216995048765 0.0000221795525303
86.600000 0.0015122365941530 -0.0020573933663801 0.0000050721076703
86.600000 0.0014618429485368 -0.0020858857905548 0.0000266481101704
86.600000 0.0014426468142482 -0.0020921118974361 0.0000758315170220
86.700000 0.0015092259802861 -0.0020428723792794 0.0001167438768725
86.700000 0.0015601396164184 -0.0020138350907154 0.0001315797425070
86.700000 0.0016113494431007 -0.0019807270667999 0.0001075725107532
86.700000 0.0016313287991911 -0.0019676033492527 0.0000611921216658
86.700000 0.0016101111101811 -0.0019841297366232 0.0000180231748603
86.700000 0.0015585203182137 -0.0020196965331778 0.0000014686634714
86.700000 0.0015080175346287 -0.0020479848013420 0.0000225850146222
86.700000 0.0014887012014347 -0.0020541031837158 0.0000705548084048
86.800000 0.0015544366746270 -0.0020040115380613 0.0001101714027176
86.800000 0.0016053776644909 -0.0019752891462321 0.0001244779292364
86.800000 0.0016566517227172 -0.0019422693717970 0.0001009415531953
86.800000 0.0016767312467985 -0.0019290878592102 0.0000557707695186
86.800000 0.0016555625076661 -0.0019454895111810 0.0000138569826338
86.800000 0.0016039598029139 -0.0019809057074635 -0.0000021355728286
86.800000 0.0015533675085850 -0.0020089653411620 0.0000185096700771
86.800000 0.0015339360814782 -0.0020149656451096 0.0000652394386135
86.900000 0.0015987925784180 -0.0019640501642290 0.0001035385135208
86.900000 0.0016497432907177 -0.0019356700595283 0.0001173085073376
86.900000 0.0017010607337757 -0.0019027633089716 0.0000942560399385
86.900000 0.0017212315746892 -0.0018895327069746 0.0000503192387589
86.900000 0.0017001210535732 -0.0019057987875240 0.0000096832177958
86.900000 0.0016485281331125 -0.0019410390575197 -0.0000057386459048
86.900000 0.0015978642526043 -0.0019688437378387 0.0000144242554482
86.900000 0.0015783220481049 -0.0019747148086375 0.0000598881330664
87.000000 0.0016422652341536 -0.0019230051624383 0.0000968485840535
87.000000 0.0016932098527207 -0.0018949963731658 0.0001100751905864
87.000000 0.0017445516198800 -0.0018622292063864 0.0000875195313937
87.000000 0.0017648056764047 -0.0018489590686497 0.0000448404650786
87.000000 0.0017437619382048 -0.0018650781534807 0.0000055041304118
87.000000 0.0016921987508789 -0.0019001154643009 -0.0000093385907765
87.000000 0.0016414793891082 -0.0019276371125276 0.0000103309752341
87.000000 0.0016218298821442 -0.0019333670300703 0.0000545036679031
87.100000 0.0016848264418334 -0.0018808942364451 0.0000901050543635
87.100000 0.0017357510762456 -0.0018532873428933 0.0001027817506233
87.100000 0.0017870999976752 -0.0018206880146731 0.0000807356237651
87.100000 0.0018074299622108 -0.0018073887016612 0.0000393374004015
87.100000 0.0017864608322660 -0.0018233488150072 0.0000013219772936
87.100000 0.0017349454763673 -0.0018581545165382 -0.0000129334339800
87.100000 0.0016841848048039 -0.0018853633817544 0.0000062320584323
87.100000 0.0016644305768323 -0.0018909394993582 0.0000490888690242
87.200000 0.0017264482837446 -0.0018377358909445 0.0000833114285091
87.200000 0.0017773410764653 -0.0018105629328330 0.0000954320151126
87.200000 0.0018286819738465 -0.0017781612963110 0.0000739079469357
87.200000 0.0018490813739538 -0.0017648439316659 0.0000338130110645
87.200000 0.0018281939035737 -0.0017806325849375 -0.0000028609793890
87.200000 0.0017767425287638 -0.0018151765051544 -0.0000165211947712
87.200000 0.0017259526752262 -0.0018420412586856 0.0000021297573943
87.200000 0.0017060953638011 -0.0018474502452864 0.0000436466110377
87.300000 0.0017671031497335 -0.0017935494326031 0.0000764712731845
87.300000 0.0018179543793699 -0.0017668438099556 0.0000880298658170
87.300000 0.0018692741618734 -0.0017346712143765 0.0000670401623128
87.300000 0.0018897373995528 -0.0017213476390377 0.0000282702759869
87.300000 0.0018689378334970 -0.0017369518712204 -0.0000070424735088
87.300000 0.0018175645472813 -0.0017712024169789 -0.0000200998863565
87.300000 0.0017667554897357 -0.0017976902535921 -0.0000019736533810
87.300000 0.0017467957397324 -0.0018029181393059 0.0000381798161098
87.400000 0.0018067637629396 -0.0017483549702468 0.0000695882162326
87.400000 0.0018575659432160 -0.0017221513378300 0.0000805792365863
87.400000 0.0019088536985195 -0.0016902405207679 0.0000601359606358
87.400000 0.0019293760871106 -0.0016769232449405 0.0000227121848272
87.400000 0.0019086698331108 -0.0016923296646455 -0.0000112202363927
87.400000 0.0018573866121755 -0.0017262539277483 -0.0000236675171510
87.400000 0.0018065660769486 -0.0017523306734712 -0.0000060758785139
87.400000 0.0017865034936575 -0.0017573628984918 0.0000326914527161
87.500000 0.0018454032059661 -0.0017021734141646 0.0000626659450430
87.500000 0.0018961511800091 -0.0016765075696351 0.0000730841112609
87.500000 0.0019473982600390 -0.0016448925439125 0.0000531990597470
87.500000 0.0019679760586334 -0.0016315946970017 0.0000171417361325
87.500000 0.0019473676590431 -0.0016467895260687 -0.0000153919982437
87.500000 0.0018961842657557 -0.0016803533943833 -0.0000272220920639
87.500000 0.0018453576305693 -0.0017059836207893 -0.0000101746030712
87.500000 0.0018251907348752 -0.0017108050875798 0.0000271845342930
87.600000 0.0018829949474568 -0.0016550264744918 0.0000557082048342
87.600000 0.0019336859769893 -0.0016299352404203 0.0000655485214913
87.600000 0.0019848860780799 -0.0015986511759611 0.0000462332023282
87.600000 0.0020055165233434 -0.0015853864545967 0.0000115619354785
87.600000 0.0019850096289995 -0.0016003555731426 -0.0000195554895705
87.600000 0.0019339335333616 -0.0016335238465314 -0.0000307616138092
87.600000 0.0018831037355975 -0.0016586709913109 -0.0000142674939559
87.600000 0.0018628299214619 -0.0016632661200305 0.0000216621177848
87.700000 0.0019195128690457 -0.0016069366586354 0.0000487187968166
87.700000 0.0019701467180916 -0.0015824577586037 0.0000579765444716
87.700000 0.0020212959552662 -0.0015515408594782 0.0000392421536044
87.700000 0.0020419772905729 -0.0015383234737589 0.0000059757936050
87.700000 0.0020215746369442 -0.0015530524665615 -0.0000237084426249
87.700000 0.0019706109442779 -0.0015857889773673 -0.0000342840842415
87.700000 0.0019197783948750 -0.0016104154709781 -0.0000183522013571
87.700000 0.0018993938893418 -0.0016147682580724 0.0000161273020873
87.800000 0.0019549312926451 -0.0015579272677046 0.0000417015762362
87.800000 0.0020055103053500 -0.0015340991966988 0.0000503723005913
87.800000 0.0020566072804393 -0.0015035865736356 0.0000322296990173
87.800000 0.0020773387822279 -0.0014904311917279 0.0000003863245467
87.800000 0.0020570421679230 -0.0015049053958312 -0.0000278485928454
87.800000 0.0020061935525567 -0.0015371731336420 -0.0000377875057153
87.800000 0.0019553560559390 -0.0015612405318071 -0.0000224263602616
87.800000 0.0019348558818817 -0.0015653346116755 0.0000105832263838
87.900000 0.0019892250080330 -0.0015080223919130 0.0000346604502968
87.900000 0.0020397541802133 -0.0014848842812600 0.0000427399510027
87.900000 0.0020908000435400 -0.0014548138199185 0.0000251996418692
87.900000 0.0021115820448086 -0.0014417355111505 -0.0000052034562389
87.900000 0.0020913923125067 -0.0014559400645715 -0.0000319736803045
87.900000 0.0020406589577175 -0.0014877013049769 -0.0000412698824667
87.900000 0.0019898116381417 -0.0015111704267695 -0.0000264875920268
87.900000 0.0019691895799719 -0.0015149891364072 0.0000050330683728
88.000000 0.0020223693007003 -0.0014572469049165 0.0000275993759595
88.000000 0.0020728563447417 -0.0014348383820405 0.0000350836951085
88.000000 0.0021238548501134 -0.0014052486073538 0.0000181558009417
88.000000 0.0021446887609764 -0.0013922627839479 -0.0000107905337432
88.000000 0.0021246057808421 -0.0014061826753650 -0.0000360814511592
88.000000 0.0020739853252925 -0.0014373991123959 -0.0000447292220161
88.000000 0.0020231205599985 -0.0014602301836258 -0.0000305335060130
88.000000 0.0020023691325523 -0.0014637566301230 -0.0000005199576125
88.100000 0.0020543399799124 -0.0014056264570565 0.0000205223576202
88.100000 0.0021047953826489 -0.0013839875003559 0.0000274077679678
88.100000 0.0021557529354179 -0.0013549174372714 0.0000111020080890
88.100000 0.0021766412606570 -0.0013420397948647 -0.0000163718952786
88.100000 0.0021566639162894 -0.0013556599141623 -0.0000401696591041
88.100000 0.0021061514071875 -0.0013862927960933 -0.0000481635365908
88.100000 0.0020552587667200 -0.0014084455976822 -0.0000345617012761
88.100000 0.0020343691875357 -0.0014116627284460 -0.0000060726025964
88.200000 0.0020851134069413 -0.0013531874674763 0.0000134334446625
88.200000 0.0021355504801572 -0.0013323582566503 0.0000197164376242
88.200000 0.0021864761781204 -0.0013038472876100 0.0000040421058095
88.200000 0.0022074225316688 -0.0012910937447152 -0.0000219445323459
88.200000 0.0021875487086332 -0.0013043989342562 -0.0000442360668231
88.200000 0.0021371365618226 -0.0013344092024348 -0.0000515708445657
88.200000 0.0020862027578825 -0.0013558432234411 -0.0000385697683192
88.200000 0.0020651649230804 -0.0013587338989918 -0.0000116215850625
88.300000 0.0021146665234169 -0.0012999571150822 0.0000063367288877
88.300000 0.0021651014466308 -0.0012799778772606 0.0000120140023575
88.300000 0.0022160071135617 -0.0012520655967785 -0.0000030200552020
88.300000 0.0022370162298678 -0.0012394522333408 -0.0000275054424995
88.300000 0.0022172428068482 -0.0012524273398388 -0.0000482784474414
88.300000 0.0021669207740236 -0.0012817757701924 -0.0000549491719204
88.300000 0.0021159296151904 -0.0013024503651206 -0.0000425552909011
88.300000 0.0020947320791586 -0.0013049974342949 -0.0000171635931674
88.400000 0.0021429768797475 -0.0012459633283227 -0.0000007636581783
88.400000 0.0021934287349505 -0.0012268741803793 0.0000043047878599
88.400000 0.0022443289465730 -0.0011996002470885 -0.0000100806185205
88.400000 0.0022654066888003 -0.0011871432422978 -0.0000330516312040
88.400000 0.0022457295314064 -0.0011997731691553 -0.0000522945859735
88.400000 0.0021954846746268 -0.0012284205160127 -0.0000582965537122
88.400000 0.0021444170302788 -0.0012482950660167 -0.0000465158479022
88.400000 0.0021230469893635 -0.0012504814433960 -0.0000226952870653
88.500000 0.0021700226635560 -0.0011912347737602 -0.0000078635481010
88.500000 0.0022205134615962 -0.0011730755612157 -0.0000034068556597
88.500000 0.0022714255638290 -0.0011464795477683 -0.0000171357244705
88.500000 0.0022925789288545 -0.0011341951172875 -0.0000385801136850
88.500000 0.0022729928861083 -0.0011464648772676 -0.0000562822807678
88.500000 0.0022228095597658 -0.0011743720191237 -0.0000616110355612
88.500000 0.0021716433325042 -0.0011934060966876 -0.0000504490152446
88.500000 0.0021500866128944 -0.0011952148420530 -0.0000282133013433
88.600000 0.0021957827280730 -0.0011358008434145 -0.0000149587384746
88.600000 0.0022463374263986 -0.0011186109763580 -0.0000111165564416
88.600000 0.0022972815457207 -0.0010927322175760 -0.0000241815126197
88.600000 0.0023185186659043 -0.0010806365503495 -0.0000440879167682
88.600000 0.0022990175694260 -0.0010925313184458 -0.0000602393449449
88.600000 0.0022488774098057 -0.0011196594052814 -0.0000648906751482
88.600000 0.0021975875166691 -0.0011378129419395 -0.0000543523678652
88.600000 0.0021758285666563 -0.0011392273415387 -0.0000337142475663
88.700000 0.0022202366204311 -0.0010796916408579 -0.0000220449959795
88.700000 0.0022708831319253 -0.0010635099273401 -0.0000188199242084
88.700000 0.0023218821777317 -0.0010383873670249 -0.0000312141242817
88.700000 0.0023432123194379 -0.0010264965618318 -0.0000495720807089
88.700000 0.0023237889853425 -0.0010380017282004 -0.0000641636078291
88.700000 0.0022736709078896 -0.0010643123299662 -0.0000681335437210
88.700000 0.0022222292706216 -0.0010815457865974 -0.0000582234817407
88.700000 0.0022002511574061 -0.0010825494359927 -0.0000391947169313
88.800000 0.0022433646097967 -0.0010229379660445 -0.0000291180595571
88.800000 0.0022941338024632 -0.0010078024434198 -0.0000265125532626
88.800000 0.0023452134613053 -0.0009834744802384 -0.0000382297050267
88.800000 0.0023666470201653 -0.0009718044821568 -0.0000550296610073
88.800000 0.0023472932536751 -0.0009829057049742 -0.0000680529163712
88.800000 0.0022971734580630 -0.0010083609608342 -0.0000713377276099
88.800000 0.0022455490026740 -0.0010246355000462 -0.0000620599359605
88.800000 0.0022233334138752 -0.0010252123882988 -0.0000446512830277
88.900000 0.0022651477152781 -0.0009655712988628 -0.0000361736437020
88.900000 0.0023160734025603 -0.0009515190635762 -0.0000341900256454
88.900000 0.0023672621241852 -0.0009280233964494 -0.0000452244071968
88.900000 0.0023888106170983 -0.0009165899333988 -0.0000604577302094
88.900000 0.0023695172198688 -0.0009272731915095 -0.0000719051365603
88.900000 0.0023193692029430 -0.0009518359594339 -0.0000745013297476
88.900000 0.0022675278687762 -0.0009671136195319 -0.0000658593148464
88.900000 0.0022450551187929 -0.0009672482144601 -0.0000500805047034
89.000000 0.0022855677335444 -0.0009076237813986 -0.0000432074418654
89.000000 0.0023366866550908 -0.0008946908177350 -0.0000418479143529
89.000000 0.0023880156302188 -0.0008720642911640 -0.0000521943924236
89.000000 0.0024096916840998 -0.0008608828106929 -0.0000658533796918
89.000000 0.0023904484642493 -0.0008711344559093 -0.0000757181548253
89.000000 0.0023402430408963 -0.0008947684622006 -0.0000776224711936
89.000000 0.0022881477993840 -0.0009090123322137 -0.0000696192101168
89.000000 0.0022653968407352 -0.0009086896664520 -0.0000554789290333
89.100000 0.0023046072660878 -0.0008491281989037 -0.0000502151299695
89.100000 0.0023559590588045 -0.0008373492072356 -0.0000494817866073
89.100000 0.0024074621886090 -0.0008156276570049 -0.0000591358341458
89.100000 0.0024292795258965 -0.0008047132634896 -0.0000712137214281
89.100000 0.0024100753107235 -0.0008145200724096 -0.0000794898794217
89.100000 0.0023597806426923 -0.0008371900607409 -0.0000806992926599
89.100000 0.0023073915259566 -0.0008503644559640 -0.0000733372230900
89.100000 0.0022843399657177 -0.0008495702135326 -0.0000608430943869
89.200000 0.0023222497460629 -0.0007901179594665 -0.0000571923700276
89.200000 0.0023738769053258 -0.0007795261845522 -0.0000570872071780
89.200000 0.0024255907626014 -0.0007587442842541 -0.0000660449201234
89.200000 0.0024475641835518 -0.0007481116766763 -0.0000765358897366
89.200000 0.0024283868349164 -0.0007574609018827 -0.0000832182418050
89.200000 0.0023779684675982 -0.0007791327814233 -0.0000837299560360
89.200000 0.0023252426070188 -0.0007912034189142 -0.0000770109669271
89.200000 0.0023018667284510 -0.0007899240219989 -0.0000661695335923
89.300000 0.0023384794646312 -0.0007306270723862 -0.0000641348138661
89.300000 0.0023904272955645 -0.0007212541322847 -0.0000646597417491
89.300000 0.0024423910775976 -0.0007014452411147 -0.0000729178549465
89.300000 0.0024645364393978 -0.0006911086515805 -0.0000818170430058
89.300000 0.0024453728717356 -0.0006999880720899 -0.0000869011979871
89.300000 0.0023947937788815 -0.0007206290642909 -0.0000867126459117
89.300000 0.0023416854537206 -0.0007315632377491 -0.0000806380689075
89.300000 0.0023179602431720 -0.0007297859333788 -0.0000714547771928
89.400000 0.0023532815967424 -0.0006706901252547 -0.0000710381069437
89.400000 0.0024055981555024 -0.0006625658414384 -0.0000721949603295
89.400000 0.0024578536286818 -0.0006437618537096 -0.0000797508625355
89.400000 0.0024801878214211 -0.0006337349868751 -0.0000870543653985
89.400000 0.0024610240223542 -0.0006421329577037 -0.0000905367298759
89.400000 0.0024102446586877 -0.0006617117413160 -0.0000896455710935
89.400000 0.0023567053548273 -0.0006714784947578 -0.0000842161727364
89.400000 0.0023326045339662 -0.0006691914410552 -0.0000766953567901
89.500000 0.0023666422262799 -0.0006103422597559 -0.0000778978922634
89.500000 0.0024193782513200 -0.0006034944890117 -0.0000796884407004
89.500000 0.0024719696875521 -0.0005857256858390 -0.0000865401886310
89.500000 0.0024945106071047 -0.0005760216594014 -0.0000922450685310
89.500000 0.0024753316606032 -0.0005839271601189 -0.0000941228465954
89.500000 0.0024243100222607 -0.0006024140140165 -0.0000925269661152
89.500000 0.0023702885010719 -0.0006109843136502 -0.0000877429408778
89.500000 0.0023457845644894 -0.0006081766653241 -0.0000818878084723
89.600000 0.0023785483704987 -0.0005496191461963 -0.0000847098143702
89.600000 0.0024317572038298 -0.0005440736149127 -0.0000871357718964
89.600000 0.0024847313088466 -0.0005273685185156 -0.0000932821032692
89.600000 0.0025074978267219 -0.0005179998049298 -0.0000973863931272
89.600000 0.0024882879387661 -0.0005254024870734 -0.0000976575857853
89.600000 0.0024369796314744 -0.0005427694304576 -0.0000953550927377
89.600000 0.0023824220088006 -0.0005501163341545 -0.0000912160569117
89.600000 0.0023574862670010 -0.0005467783268925 -0.0000870286763174
89.700000 0.0023889880036841 -0.0004885569567843 -0.0000914695234306
89.700000 0.0024427255021798 -0.0004843370982305 -0.0000945325577147
89.700000 0.0024961313358569 -0.0004687223293001 -0.0000999729032418
89.700000 0.0025191432660847 -0.0004597006988745 -0.0001024756106463
89.700000 0.0024998857927706 -0.0004665909320999 -0.0001011390148799
89.700000 0.0024482441076446 -0.0004828118616611 -0.0000981282414371
89.700000 0.0023930939428439 -0.0004889106854148 -0.0000946332279086
89.700000 0.0023676965706153 -0.0004850337188301 -0.0000921145159706
89.800000 0.0023979500799582 -0.0004271923376796 -0.0000981726793849
89.800000 0.0024522745167958 -0.0004243191328847 -0.0001018744202480
89.800000 0.0025061634056209 -0.0004098192714572 -0.0001066089145363
89.800000 0.0025294414687454 -0.0004011557369805 -0.0001075100248814
89.800000 0.0025101189467690 -0.0004075246538277 -0.0001045652323628
89.800000 0.0024580949435910 -0.0004225754774506 -0.0001008447328782
89.800000 0.0024022933385439 -0.0004274039582122 -0.0000979921868188
89.800000 0.0023764034286793 -0.0004229806769910 -0.0000971418982857
89.900000 0.0024054245551633 -0.0003655623798423 -0.0001048149561682
89.900000 0.0024603965115296 -0.0003640542026826 -0.0001091570034360
89.900000 0.0025148219533888 -0.0003506916529533 -0.0001131864947553
89.900000 0.0025383877376545 -0.0003423964160007 -0.0001124869735293
89.900000 0.0025189819171054 -0.0003482359551582 -0.0001079343689977
89.900000 0.0024665245149224 -0.0003620947217581 -0.0001035029193713
89.900000 0.0024100102228693 -0.0003656331760354 -0.0001012906948705
89.900000 0.0023835958451853 -0.0003606575489327 -0.0001021074130259
90.000000 0.0024114024077498 -0.0003037045887109 -0.0001113920459902
90.000000 0.0024670846549828 -0.0003035770558131 -0.0001163759766300
90.000000 0.0025221022164570 -0.0002913719153196 -0.0001197020355114
90.000000 0.0025459781362755 -0.0002834543143809 -0.0001174038297294
90.000000 0.0025264700156631 -0.0002887572623330 -0.0001112445890337
90.000000 0.0024735260905151 -0.0003014042874233 -0.0001061011863097
90.000000 0.0024162356345524 -0.0003036357650352 -0.0001045265439736
90.000000 0.0023892639001244 -0.0002981031613599 -0.0001070076726160
90.100000 0.0024158756586001 -0.0002416568527461 -0.0001178996636674
90.100000 0.0024723330309752 -0.0002429226788075 -0.0001235270381649
90.100000 0.0025280002373648 -0.0002318926124016 -0.0001261519647960
90.100000 0.0025522094891600 -0.0002243610729686 -0.0001222580035710
90.100000 0.0025325793525914 -0.0002291211039184 -0.0001144940913838
90.100000 0.0024790938421603 -0.0002405390905139 -0.0001086379535854
90.100000 0.0024209616431796 -0.0002414495228974 -0.0001076975591221
90.100000 0.0023933987736894 -0.0002353567861326 -0.0001118393159387
90.200000 0.0024188373897178 -0.0001794574108823 -0.0001243335509998
90.200000 0.0024761366481313 -0.0001821262700026 -0.0001306059189350
90.200000 0.0025325128664505 -0.0001722863890165 -0.0001325327493176
90.200000 0.0025570793819861 -0.0001651483757652 -0.0001270469435668
90.200000 0.0025373068384074 -0.0001693600897259 -0.0001176811107747
90.200000 0.0024832228533540 -0.0001795342442027 -0.0001111116769813
90.200000 0.0024241813671725 -0.0001791125866747 -0.0001108016007916
90.200000 0.0023959927692375 -0.0001724581048799 -0.0001165990121667
90.300000 0.0024202817617163 -0.0001171448189313 -0.0001306894811823
90.300000 0.0024784914485569 -0.0001212232125386 -0.0001376083859647
90.300000 0.0025356377637643 -0.0001125859595432 -0.0001388408968100
90.300000 0.0025605861610645 -0.0001058479307361 -0.0001317681380930
90.300000 0.0025406501854736 -0.0001095068896921 -0.0001208039188683
90.300000 0.0024859091272082 -0.0001184250322317 -0.0001135208495362
90.300000 0.0024258889905943 -0.0001166633996244 -0.0001138365673262
90.300000 0.0023970393349218 -0.0001094471722699 -0.0001212834646219
90.400000 0.0024202040300415 -0.0000547579149886 -0.0001369632632433
90.400000 0.0024793943155808 -0.0000602490469301 -0.0001445302459721
90.400000 0.0025373734003355 -0.0000528240864660 -0.0001450729583056
90.400000 0.0025627289323159 -0.0000464914506972 -0.0001364191167940
90.400000 0.0025426079088494 -0.0000495942127382 -0.0001238608253519
90.400000 0.0024871495934590 -0.0000572468820019 -0.0001158640028817
90.400000 0.0024260797787215 -0.0000541406770989 -0.0001168003973096
90.400000 0.0023965330839049 -0.0000463643779910 -0.0001258894146542
90.500000 0.0024186005598644 0.0000076642161031 -0.0001431507465000
90.500000 0.0024788430805389 0.0000007605567528 -0.0001513673489177
90.500000 0.0025377190587945 0.0000069664411054 -0.0001512255303720
90.500000 0.0025635075597265 0.0000128893657066 -0.0001409974519508
90.500000 0.0025431793265177 0.0000103452143678 -0.0001268501789981
90.500000 0.0024869421145535 0.0000039646626780 -0.0001181397085476
90.500000 0.0024247500923222 0.0000084166284555 -0.0001196910719141
90.500000 0.0023944698130705 0.0000167495924923 -0.0001304136455294
90.600000 0.0024154688395858 0.0000700822791730 -0.0001492478250229
90.600000 0.0024768365285790 0.0000617698270544 -0.0001581155915318
90.600000 0.0025366748333486 0.0000667528289159 -0.0001572952573106
90.600000 0.0025629226632855 0.0000722628529149 -0.0001455007598124
90.600000 0.0025423645589876 0.0000702786681259 -0.0001297703686915
90.600000 0.0024852854907963 0.0000651739691429 -0.0001203465792347
90.600000 0.0024218974005825 0.0000709693633354 -0.0001225066172242
90.600000 0.0023908465201497 0.0000798537983417 -0.0001348529863166
90.700000 0.0024108074928936 0.0001324568059629 -0.0001552504420966
90.700000 0.0024733744034663 0.0001227429196114 -0.0001647709208176
90.700000 0.0025342416291130 0.0001265022990232 -0.0001632788333138
90.700000 0.0025609756164124 0.0001315973972407 -0.0001499267018898
90.700000 0.0025401645282762 0.0001301734493736 -0.0001326198244221
90.700000 0.0024821794645390 0.0001263453436864 -0.0001224832700510
90.700000 0.0024175202926301 0.0001334782091905 -0.0001252451065262
90.700000 0.0023856614191849 0.0001429070848313 -0.0001392043157678
90.800000 0.0024046162893210 0.0001947481931200 -0.0001611545946710
90.800000 0.0024684574113722 0.0001836439458999 -0.0001713293375210
90.800000 0.0025304211607992 0.0001861821112111 -0.0001691730045784
90.800000 0.0025576685428803 0.0001908614555201 -0.0001542729862102
90.800000 0.0025365809562711 0.0001899969042883 -0.0001353970182451
90.800000 0.0024776247233987 0.0001874430595985 -0.0001245484797107
90.800000 0.0024116184876034 0.0001959037203409 -0.0001279046625614
90.800000 0.0023789139542566 0.0002058681258360 -0.0001434645661765
90.900000 0.0023968961532536 0.0002569167408713 -0.0001669563377887
90.900000 0.0024620872236318 0.0002444370022061 -0.0001777868995636
90.900000 0.0025252159507637 0.0002457595843361 -0.0001749745713751
90.900000 0.0025530043132433 0.0002500235736073 -0.0001585373685327
90.900000 0.0025316163624803 0.0002497164453038 -0.0001381004652047
90.900000 0.0024716229024919 0.0002484313853853 -0.0001265409516936
90.900000 0.0024041928432191 0.0002582063617351 -0.0001304834597352
90.900000 0.0023706048114027 0.0002686954672375 -0.0001476307272080
91.000000 0.0023876491713413 0.0003189226923053 -0.0001726517889819
91.000000 0.0024542664784561 0.0003050861987772 -0.0001841397254323
91.000000 0.0025186293264209 0.0003052021175844 -0.0001806803900691
91.000000 0.0025469865407747 0.0003090524047001 -0.0001627176535236
91.000000 0.0025252740611708 0.0003092995719159 -0.0001407287242223
91.000000 0.0024641765856742 0.0003092746131296 -0.0001284594753621
91.000000 0.0023952453627974 0.0003203465474735 -0.0001329797262770
91.000000 0.0023607359286663 0.0003313475711566 -0.0001516998496897
91.100000 0.0023768785982716 0.0003807262731808 -0.0001782371326256
91.100000 0.0024449987815876 0.0003655556891087 -0.0001903839975187
91.100000 0.0025106654170255 0.0003644772116174 -0.0001862873750924
91.100000 0.0025396195769260 0.0003679167274820 -0.0001668116958908
91.100000 0.0025175581579052 0.0003687138913615 -0.0001432803989486
91.100000 0.0024552893057762 0.0003699370869493 -0.0001303028870344
91.100000 0.0023847792007030 0.0003822846798236 -0.0001353917463471
91.100000 0.0023493105042110 0.0003937828609148 -0.0001556690493516
91.200000 0.0023645888608683 0.0004422877321839 -0.0001837086242385
91.200000 0.0024342887058924 0.0004258096993202 -0.0001965159654055
91.200000 0.0025013291498290 0.0004235524895841 -0.0001917925008648
91.200000 0.0025309085063145 0.0004265854640662 -0.0001708174014765
91.200000 0.0025084735454802 0.0004279271391459 -0.0001457541385775
91.200000 0.0024449655438306 0.0004303832315115 -0.0001320700710122
91.200000 0.0023727986661709 0.0004439811886491 -0.0001377178620824
91.200000 0.0023363330024519 0.0004559597666242 -0.0001595355105068
91.300000 0.0023507855604823 0.0005035673815462 -0.0001890625947211
91.300000 0.0024221417898804 0.0004858125575756 -0.0002025319490908
91.300000 0.0024906262456184 0.0004823957179791 -0.0001971928036611
91.300000 0.0025208591412499 0.0004850276977299 -0.0001747327283092
91.300000 0.0024980258992757 0.0004869071994025 -0.0001481486386226
91.300000 0.0024332107272846 0.0004905775805593 -0.0001337599605601
91.300000 0.0023593092254838 0.0005053965711695 -0.0001399564755780
91.300000 0.0023218091581534 0.0005178367713017 -0.0001632964896614
91.400000 0.0023354754736483 0.0005645256379389 -0.0001942954545191
91.400000 0.0024085645351517 0.0005455287235002 -0.0002084283421473
91.400000 0.0024785632136437 0.0005409748273246 -0.0002024853834250
91.400000 0.0025094780158082 0.0005432126904232 -0.0001785556876124
91.400000 0.0024862216720223 0.0005456221250624 -0.0001504626416545
91.400000 0.0024200312271971 0.0005504848054069 -0.0001353715388366
91.400000 0.0023443175024787 0.0005664914319697 -0.0001421060507985
91.400000 0.0023057459784524 0.0005793724573959 -0.0001669493190442
91.500000 0.0023186665509841 0.0006251230635535 -0.0001994036977034
91.500000 0.0023935644027663 0.0006049228175464 -0.0002142016148102
91.500000 0.0024651473459426 0.0005992579326559 -0.0002076674055256
91.500000 0.0024967723794644 0.0006011099000434 -0.0001822843447709
91.500000 0.0024730680879959 0.0006040401578164 -0.0001526949380001
91.500000 0.0024054343544201 0.0006100697433600 -0.0001369038397737
91.500000 0.0023278312773611 0.0006272265231726 -0.0001441651154145
91.500000 0.0022881517427755 0.0006405255536173 -0.0001704914100450
91.600000 0.0023003679143171 0.0006853204072777 -0.0002043839059566
91.600000 0.0023771498085398 0.0006639596502636 -0.0002198483169883
91.600000 0.0024503867110724 0.0006572133537904 -0.0002127361024566
91.600000 0.0024827501902948 0.0006586889974597 -0.0001859168202546
91.600000 0.0024585731366490 0.0006621297478503 -0.0001548443664012
91.600000 0.0023894283547663 0.0006692974260175 -0.0001383559489036
91.600000 0.0023098594838122 0.0006875627846892 -0.0001461322625583
91.600000 0.0022690360006198 0.0007012549819530 -0.0001739202565533
91.700000 0.0022805898520263 0.0007450786458748 -0.0002092327524544
91.700000 0.0023593301172668 0.0007226042514221 -0.0002253650811937
91.700000 0.0024342901472581 0.0007148096353601 -0.0002176887754761
91.700000 0.0024674201077583 0.0007159198832787 -0.0001894512904983
91.700000 0.0024427455656896 0.0007198595733349 -0.0001569098146340
91.700000 0.0023720224031694 0.0007281331074114 -0.0001397270041322
91.700000 0.0022904122043794 0.0007474613844562 -0.0001480061524966
91.700000 0.0022484095671816 0.0007615199047503 -0.0001772334381857
91.800000 0.0022593438125948 0.0008043590250722 -0.0002139470056344
91.800000 0.0023401156358802 0.0007808218989462 -0.0002307486253846
91.800000 0.0024168672549682 0.0007720155665880 -0.0002225227961863
91.800000 0.0024507914850691 0.0007727727043395 -0.0001928859887391
91.800000 0.0024255948736180 0.0007771985596537 -0.0001588902200883
91.800000 0.0023532265968412 0.0007865422919409 -0.0001410161964575
91.800000 0.0022695006641464 0.0008068837585743 -0.0001497855142124
91.800000 0.0022262845168191 0.0008212797717496 -0.0001804286233940
91.900000 0.0022366423963737 0.0008631231004669 -0.0002185235328405
91.900000 0.0023195176055528 0.0008385781476083 -0.0002359957557170
91.900000 0.0023981283889293 0.0008288002007901 -0.0002272356080510
91.900000 0.0024328743611726 0.0008292178699274 -0.0001962192058092
91.900000 0.0024071313017335 0.0008341158983507 -0.0001607845703059
91.900000 0.0023330519474374 0.0008444907620573 -0.0001422227706307
91.900000 0.0022471372226825 0.0008657916512562 -0.0001514691468957
91.900000 0.0022026741743465 0.0008804943669437 -0.0001835035724450
92.000000 0.0022124993455636 0.0009213327781518 -0.0002229593038359
92.000000 0.0022975481927544 0.0008958388574389 -0.0002411033692005
92.000000 0.0023780846495919 0.0008851328745844 -0.0002318247278505
92.000000 0.0024136794523350 0.0008852260676970 -0.0001994492908855
92.000000 0.0023873658256232 0.0008905810657822 -0.0001625919034782
92.000000 0.0023115103722418 0.0009019446056589 -0.0001433460257612
92.000000 0.0022233353642797 0.0009241471544953 -0.0001530559213359
92.000000 0.0021775931041634 0.0009391238551448 -0.0001864561402619
92.100000 0.0021869295324257 0.0009789503549694 -0.0002272513941748
92.100000 0.0022742204792759 0.0009525702218054 -0.0002460684562538
92.100000 0.0023567478740609 0.0009409832267905 -0.0002362877470727
92.100000 0.0023932181433600 0.0009407682792943 -0.0002025746521961
92.100000 0.0023663101461456 0.0009465638414557 -0.0001643113089036
92.100000 0.0022886146843820 0.0009588702431522 -0.0001443853158624
92.100000 0.0021981096864886 0.0009819127473649 -0.0001545447812140
92.100000 0.0021510570972327 0.0009971288281356 -0.0001892842791208
92.200000 0.0021599489457422 0.0010359385583007 -0.0002313969884241
92.200000 0.0022495484512373 0.0010087387951157 -0.0002508881031557
92.200000 0.0023341306265032 0.0009963212170007 -0.0002406223332394
92.200000 0.0023715024784441 0.0009958157956707 -0.0002055937576820
92.200000 0.0023439766799230 0.0010020343260430 -0.0001659419274037
92.200000 0.0022643785820942 0.0010152344541384 -0.0001453400503388
92.200000 0.0021714758869706 0.0010390513348606 -0.0001559347442915
92.200000 0.0021230831559264 0.0010544703502843 -0.0001919860411934
92.300000 0.0021315746755484 0.0010922605852951 -0.0002353933832286
92.300000 0.0022235469870980 0.0010643115201025 -0.0002555594943884
92.300000 0.0023102461880473 0.0010511171438084 -0.0002448262311671
92.300000 0.0023485451516834 0.0010503402320789 -0.0002085051356161
92.300000 0.0023203785493555 0.0010569629590491 -0.0001674829516979
92.300000 0.0022388166370524 0.0010710044036867 -0.0001462096944131
92.300000 0.0021434507486911 0.0010955262861963 -0.0001572249034913
92.300000 0.0020936894767690 0.0011111100035043 -0.0001945595809289
92.400000 0.0021018248961677 0.0011478801414519 -0.0002392379902107
92.400000 0.0021962318446885 0.0011192557546441 -0.0002600799148685
92.400000 0.0022851085461902 0.0011053416626774 -0.0002488972641619
92.400000 0.0023243594972438 0.0011043135427445 -0.0002113073751788
92.400000 0.0022955295721727 0.0011113205361267 -0.0001689336267383
92.400000 0.0022119442817831 0.0011261476681526 -0.0001469937694935
92.400000 0.0021140521234807 0.0011513014724698 -0.0001584144278702
92.400000 0.0020628954311139 0.0011670099314401 -0.0001970031572682
92.500000 0.0020707188475848 0.0012027614784634 -0.0002429283386987
92.500000 0.0021676196472881 0.0011735392980811 -0.0002644467520630
92.500000 0.0022587323837253 0.0011589658034373 -0.0002528333351467
92.500000 0.0022989594792081 0.0011577080352042 -0.0002139991269891
92.500000 0.0022694442505359 0.0011650782260208 -0.0001702932500024
92.500000 0.0021837777961869 0.0011806322605046 -0.0001476918534792
92.500000 0.0020832989139987 0.0012063413036104 -0.0001595025634788
92.500000 0.0020307215437981 0.0012221328827644 -0.0001993151356851
92.600000 0.0020382768151977 0.0012568694312342 -0.0002464620782769
92.600000 0.0021377278687716 0.0012271304169877 -0.0002686574979871
92.600000 0.0022311330672091 0.0012119609873904 -0.0002566324277224
92.600000 0.0022723596811126 0.0012104963843069 -0.0002165791035948
92.600000 0.0022421377597077 0.0012182075871313 -0.0001715611717464
92.600000 0.0021543342931899 0.0012344266551224 -0.0001483035810065
92.600000 0.0020512110541390 0.0012606107645300 -0.0001604886341079
92.600000 0.0019971894698266 0.0012764422534734 -0.0002014939900480
92.700000 0.0020045201079959 0.0013101694539912 -0.0002498369811521
92.700000 0.0021065748178527 0.0012799978703576 -0.0002727097510808
92.700000 0.0022023266349810 0.0012642990440181 -0.0002602926071603
92.700000 0.0022445752951863 0.0012626516458682 -0.0002190460799176
92.700000 0.0022136259363041 0.0012706805836823 -0.0001727367952174
92.700000 0.0021236317035511 0.0012874998120294 -0.0001488286436324
92.700000 0.0020178094879206 0.0013140754503951 -0.0001613720419195
92.700000 0.0019623219691453 0.0013299021280724 -0.0002035383042977
92.800000 0.0019694710352159 0.0013626276554048 -0.0002530509443310
92.800000 0.0020741796214531 0.0013321109341683 -0.0002766012179625
92.800000 0.0021723297847540 0.0013159522272723 -0.0002638120213275
92.800000 0.0022156221113048 0.0013141472699762 -0.0002213988936577
92.800000 0.0021839252661448 0.0013224696014855 -0.0001738195768249
92.800000 0.0020916887598519 0.0013398212005275 -0.0001492667899577
92.800000 0.0019831161469137 0.0013667016009431 -0.0001621522679610
92.800000 0.0019261428795703 0.0013824773195469 -0.0002054467739376
92.900000 0.0019331528815301 0.0014142108326423 -0.0002561019916040
92.900000 0.0020405622072272 0.0013834394252866 -0.0002803297150559
92.900000 0.0021411598607938 0.0013668932314418 -0.0002671889015432
92.900000 0.0021855165056736 0.0013649571139406 -0.0002236364456549
92.900000 0.0021530528717184 0.0013735474632901 -0.0001748090262735
92.900000 0.0020585249796972 0.0013913608221997 -0.0001496178256897
92.900000 0.0019471539262526 0.0014184561337717 -0.0001628288725618
92.900000 0.0018886770879445 0.0014341334080179 -0.0002072182073317
93.000000 0.0018955898808308 0.0014648865042815 -0.0002589882753316
93.000000 0.0020057432852755 0.0014339537246806 -0.0002838931700904
93.000000 0.0021088348407017 0.0014170952065817 -0.0002704215633683
93.000000 0.0021542754292517 0.0014150554548829 -0.0002257577002089
93.000000 0.0021210264992788 0.0014238874437059 -0.0001757047066551
93.000000 0.0020241606481568 0.0014420892332499 -0.0001498816136427
93.000000 0.0019099466592948 0.0014693066765280 -0.0001634014956126
93.000000 0.0018499504996026 0.0014848367779891 -0.0002088515268091
93.100000 0.0018568071886751 0.0015146229420135 -0.0002617080780304
93.100000 0.0019697443290803 0.0014836247999067 -0.0002872896234713
93.100000 0.0020753733218213 0.0014665317734949 -0.0002735084073251
93.100000 0.0021219163959314 0.0014644170019626 -0.0002277616853579
93.100000 0.0020878645055892 0.0014734632836938 -0.0001765062345023
93.100000 0.0019886167994808 0.0014919775661510 -0.0001500580736800
93.100000 0.0018715190909875 0.0015192215979336 -0.0001638698567257
93.100000 0.0018099900062289 0.0015345546540948 -0.0002103457695722
93.200000 0.0018168308534583 0.0015633892010698 -0.0002642598137560
93.200000 0.0019325875556988 0.0015324242268405 -0.0002905172295204
93.200000 0.0020407945072851 0.0015151770382584 -0.0002764479195505
93.200000 0.0020884574704835 0.0015130169082364 -0.0002296474931169
93.200000 0.0020535858443318 0.0015222492046136 -0.0001772132798032
93.200000 0.0019519151981200 0.0015409975505730 -0.0001501471825947
93.200000 0.0018318968500065 0.0015681700375822 -0.0001642337552780
93.200000 0.0017688234521988 0.0015832551352657 -0.0002117000884069
93.300000 0.0017756877863917 0.0016111551493129 -0.0002666420292804
93.300000 0.0018942959052522 0.0015803242106223 -0.0002935742575839
93.300000 0.0020051181917202 0.0015630056062834 -0.0002792386723804
93.300000 0.0020539172562847 0.0015608307821476 -0.0002314142796748
93.300000 0.0020182100521993 0.0015702199218231 -0.0001778255659776
93.300000 0.0019140783190857 0.0015891215335657 -0.0001501489739321
93.300000 0.0017911064197373 0.0016161219344524 -0.0001644930703372
93.300000 0.0017264795994997 0.0016309072272373 -0.0002129137521956
93.400000 0.0017334057303587 0.0016578914949351 -0.0002688534050636
93.400000 0.0018548930197462 0.0016272976057915 -0.0002964590930095
93.400000 0.0019683647466305 0.0016099925959032 -0.0002818793248675
93.400000 0.0020183148828373 0.0016078346986428 -0.0002330612655531
93.400000 0.0019817572346848 0.0016173506578205 -0.0001783428698159
93.400000 0.0018751293276853 0.0016363224989715 -0.0001500635377538
93.400000 0.0017491751081703 0.0016630480540821 -0.0001646477604708
93.400000 0.0016829880913308 0.0016774808733289 -0.0002139861462318
93.500000 0.0016900132277295 0.0017035698127137 -0.0002708927560186
93.500000 0.0018144032212648 0.0016733179355854 -0.0002991702379900
93.500000 0.0019305551054755 0.0016561136514801 -0.0002843686232310
93.500000 0.0019816699930955 0.0016540052099147 -0.0002345877357244
93.500000 0.0019442480515897 0.0016636171549250 -0.0001787650213809
93.500000 0.0018350920586678 0.0016825740860466 -0.0001498910203438
93.500000 0.0017061310167846 0.0017089200143569 -0.0001646978634417
93.500000 0.0016383794144868 0.0017229469834322 -0.0002149167723385
93.600000 0.0016455395872171 0.0017481625687778 -0.0002727590320692
93.600000 0.0017728514895758 0.0017183594103795 -0.0003017063122748
93.600000 0.0018917107484610 0.0017013449560274 -0.0002867054012407
93.600000 0.0019440027306095 0.0016993193557695 -0.0002359930396931
93.600000 0.0019057037022640 0.0017089956874905 -0.0001790919038728
93.600000 0.0017939909948181 0.0017278506072708 -0.0001496316238586
93.600000 0.0016620030084974 0.0017537103098665 -0.0001646434957895
93.600000 0.0015926848606317 0.0017672774611521 -0.0002157052487906
93.700000 0.0016000148498573 0.0017916431438467 -0.0002744513185033
93.700000 0.0017302634391904 0.0017623969452493 -0.0003040660537488
93.700000 0.0018518536870645 0.0017456632433391 -0.0002888885805347
93.700000 0.0019053337265018 0.0017437546736170 -0.0002372765915376
93.700000 0.0018661459105989 0.0017534630736473 -0.0001793234534587
93.700000 0.0017518512450360 0.0017721270653276 -0.0001492856059222
93.700000 0.0016168206747600 0.0017973923347940 -0.0001644848523018
93.700000 0.0015459364865728 0.0018104452290531 -0.0002163513100452
93.800000 0.0015534697541988 0.0018339858549033 -0.0002759688361208
93.800000 0.0016866652959173 0.0018054061766367 -0.0003062483188796
93.800000 0.0018110064483098 0.0017890458096235 -0.0002909171708711
93.800000 0.0018656840862863 0.0017872892080843 -0.0002384378699157
93.800000 0.0018255969097873 0.0017969966865687 -0.0001794596590668
93.800000 0.0017086985219399 0.0018153791692376 -0.0001488532791658
93.800000 0.0015706143018787 0.0018399404043009 -0.0001642222053761
93.800000 0.0014981670736471 0.0018524242519691 -0.0002168548062813
93.900000 0.0015059357007923 0.0018751659752765 -0.0002773109411799
93.900000 0.0016420838729549 0.0018473634781040 -0.0003082520830338
93.900000 0.0017691920588123 0.0018314705246370 -0.0002927902703166
93.900000 0.0018250753765430 0.0018299015202522 -0.0002394764180337
93.900000 0.0017840794268699 0.0018395744652595 -0.0001795005621463
93.900000 0.0016645591190328 0.0018575833496334 -0.0001483350107163
93.900000 0.0015234148366458 0.0018813297743821 -0.0001638559042763
93.900000 0.0014494100863341 0.0018931895583447 -0.0002172157027541
94.000000 0.0014574447160632 0.0019151597531051 -0.0002784771251445
94.000000 0.0015965465465634 0.0018882459751640 -0.0003100764406636
94.000000 0.0017264340286113 0.0018729158423146 -0.0002945070653693
94.000000 0.0017835296114608 0.0018715706965147 -0.0002403918435789
94.000000 0.0017416166670846 0.0018811749248633 -0.0001794462563937
94.000000 0.0016194598874691 0.0018987167731614 -0.0001477312216320
94.000000 0.0014752538513620 0.0019215366601661 -0.0001633863742861
94.000000 0.0013996996302087 0.0019327172595820 -0.0002174340789663
94.100000 0.0014080294156606 0.0019539444281686 -0.0002794670142350
94.100000 0.0015500812313607 0.0019280315591731 -0.0003117206053642
94.100000 0.0016827563348097 0.0019133608108956 -0.0002960668310206
94.100000 0.0017410692392591 0.0019122763570627 -0.0002411838186177
94.100000 0.0016982322980358 0.0019217771664879 -0.0001792968874461
94.100000 0.0015734282124645 0.0019387573560030 -0.0001470423862892
94.100000 0.0014261635083341 0.0019605382526437 -0.0001628141157625
94.100000 0.0013490704093499 0.0019709845673754 -0.0002175101276630
94.200000 0.0013577229673680 0.0019914982470694 -0.0002802803687873
94.200000 0.0015027163552844 0.0019666989002803 -0.0003131839098055
94.200000 0.0016381834050377 0.0019527850825422 -0.0002974689307534
94.200000 0.0016977171285006 0.0019519986639927 -0.0002418520794591
94.200000 0.0016539504336996 0.0019613608865476 -0.0001790526525423
94.200000 0.0015264919893840 0.0019776837765056 -0.0001462690317202
94.200000 0.0013761765239336 0.0019983127338115 -0.0001621397030935
94.200000 0.0012975576833188 0.0020079698090238 -0.0002174441536545
94.300000 0.0013065590536666 0.0020278004767615 -0.0002809170824244
94.300000 0.0014544808342633 0.0020042274594256 -0.0003144658055382
94.300000 0.0015927401007589 0.0019911689224500 -0.0002987128164803
94.300000 0.0016534965543065 0.0019907183290424 -0.0002423964264843
94.300000 0.0016087956182838 0.0019999063856217 -0.0001787138001535
94.300000 0.0014786795995517 0.0020154754869182 -0.0001454117369044
94.300000 0.0013253261322982 0.0020348392902230 -0.0001613637835628
94.300000 0.0012451972238222 0.0020436524407186 -0.0002172365724730
94.400000 0.0012545718340376 0.0020628314164226 -0.0002813771810448
94.400000 0.0014054040466422 0.0020405974993820 -0.0003155658626767
94.400000 0.0015464517004374 0.0020284932174517 -0.0002997980284213
94.400000 0.0016084311844842 0.0020284166209549 -0.0002428167239442
94.400000 0.0015627928099565 0.0020373945768303 -0.0001782806295820
94.400000 0.0014300198858193 0.0020521127242277 -0.0001444711320149
94.400000 0.0012736460487605 0.0020700981249452 -0.0001604870761262
94.400000 0.0011920252711712 0.0020780130588101 -0.0002168879088704
94.500000 0.0012017959070913 0.0020965724076739 -0.0002816608216342
94.500000 0.0013555158074019 0.0020757900948408 -0.0003164837694631
94.500000 0.0014993438825833 0.0020647394841131 -0.0003007241949234
94.500000 0.0015625450655800 0.0020650753724742 -0.0002431128997241
94.500000 0.0015159673644623 0.0020738069937272 -0.0001777534905326
94.500000 0.0013805421279326 0.0020875765200947 -0.0001434478976214
94.500000 0.0012211704330869 0.0021040704679217 -0.0001595103701042
94.500000 0.0011380784906492 0.0021110334090665 -0.0002163987951622
94.600000 0.0011482662726081 0.0021290058431564 -0.0002817682909059
94.600000 0.0013048463422166 0.0021097871415402 -0.0003172193317116
94.600000 0.0014514427086924 0.0020998898763234 -0.0003014910322214
94.600000 0.0015158626088659 0.0021006769869732 -0.0002432849450773
94.600000 0.0014683450186391 0.0021091257977132 -0.0001771327826531
94.600000 0.0013302760177360 0.0021218487098874 -0.0001423427638521
94.600000 0.0011679338526060 0.0021367385847518 -0.0001584345237930
94.600000 0.0010833939288945 0.0021426963939413 -0.0002157699694269
94.700000 0.0010940182935759 0.0021601151734759 -0.0002817000037753
94.700000 0.0012534262613925 0.0021425713644376 -0.0003177724721396
94.700000 0.0014027746061004 0.0021339271923816 -0.0003020983441438
94.700000 0.0014684085762715 0.0021352044447190 -0.0002433329143287
94.700000 0.0014199518738541 0.0021433337849700 -0.0001764189550490
94.700000 0.0012792516342519 0.0021549119408165 -0.0001411565095160
94.700000 0.0011139712453094 0.0021680857838956 -0.0001572604630020
94.700000 0.0010280089704059 0.0021729860778763 -0.0002150022735662
94.800000 0.0010390876583051 0.0021898849125381 -0.0002814565016769
94.800000 0.0012012865337257 0.0021741263249323 -0.0003181432295858
94.800000 0.0013533663507649 0.0021668348815816 -0.0003025460217620
94.800000 0.0014202080662703 0.0021686413087778 -0.0002432569245482
94.800000 0.0013708143793724 0.0021764143929193 -0.0001756125057701
94.800000 0.0012274994186739 0.0021867496791753 -0.0001398899611876
94.800000 0.0010593178829996 0.0021980964223226 -0.0001559891795180
94.800000 0.0009719612942723 0.0022018876906704 -0.0002140966512357
94.900000 0.0009835103427013 0.0022183006412934 -0.0002810384507299
94.900000 0.0011484584603234 0.0022044364271437 -0.0003183317581195
94.900000 0.0013032450499939 0.0021985970502994 -0.0003028340429869
94.900000 0.0013712864997315 0.0022009717305620 -0.0002430571551953
94.900000 0.0013209593156743 0.0022083517062085 -0.0001747139812719
94.900000 0.0011750501493103 0.0022173462166893 -0.0001385439922563
94.900000 0.0010040093345641 0.0022267559096241 -0.0001546217295051
94.900000 0.0009152888312266 0.0022293876289514 -0.0002130541456524
95.000000 0.0009273225727727 0.0022453490099214 -0.0002804466397583
95.000000 0.0010949736484258 0.0022334869232527 -0.0003183383260457
95.000000 0.0012524381251367 0.0022291984675855 -0.0003029624721123
95.000000 0.0013216696057447 0.0022321804550252 -0.0002427338477361
95.000000 0.0012704137777352 0.0022391304622286 -0.0001737239758520
95.000000 0.0011219349165140 0.0022466866759837 -0.0001371195219418
95.000000 0.0009480814294467 0.0022540507106151 -0.0001531592318411
95.000000 0.0008580297211172 0.0022554734557944 -0.0002118758972887
95.100000 0.0008705607874464 0.0022710177384854 -0.0002796819781760
95.100000 0.0010408639852678 0.0022612639179178 -0.0003181633148063
95.100000 0.0012009732942513 0.0022586245702676 -0.0003029314593072
95.100000 0.0012713834074284 0.0022622528255071 -0.0002422873052323
95.100000 0.0012192051582837 0.0022687360561671 -0.0001726431310620
95.100000 0.0010681850976363 0.0022747570151777 -0.0001356175142786
95.100000 0.0008915702213896 0.0022799683464535 -0.0001516028663992
95.100000 0.0008002222708906 0.0022801338985332 -0.0002105631414601
95.200000 0.0008132616017651 0.0022952956160919 -0.0002787454937421
95.200000 0.0009861616120202 0.0022877543717764 -0.0003178072177852
95.200000 0.0011488785547655 0.0022868614675679 -0.0003027412400589
95.200000 0.0012204542077299 0.0022911747882334 -0.0002417178919047
95.200000 0.0011673611310508 0.0022971545456013 -0.0001714721350973
95.200000 0.0010138323320363 0.0023015440316152 -0.0001340389770701
95.200000 0.0008345119525120 0.0023044973943095 -0.0001499538722754
95.200000 0.0007419049131684 0.0023033588448191 -0.0002091172058155
95.300000 0.0007554617705319 0.0023181724985952 -0.0002776383301948
95.300000 0.0009308988978435 0.0023129461040456 -0.0003172706390170
95.300000 0.0010961821661462 0.0023138959452408 -0.0003023921345674
95.300000 0.0011689085752257 0.0023189328964759 -0.0002410260326703
95.300000 0.0011149096340239 0.0023243726546373 -0.0001702117221634
95.300000 0.0009589084961824 0.0023270353647446 -0.0001323849608159
95.300000 0.0007769430177936 0.0023276274856217 -0.0001482135459713
95.300000 0.0006831161655027 0.0023251393369829 -0.0002075395077396
95.400000 0.0006971981524678 0.0023396393048874 -0.0002763617447730
95.400000 0.0008751084140940 0.0023368277942372 -0.0003165542918064
95.400000 0.0010429126325900 0.0023397154692366 -0.0003018845470929
95.400000 0.0011167733299306 0.0023455143143755 -0.0002402122126546
95.400000 0.0010618788527196 0.0023503777775999 -0.0001688626718229
95.400000 0.0009034456788773 0.0023512194981624 -0.0001306565576139
95.400000 0.0007188999300227 0.0023493493029776 -0.0001463832395328
95.400000 0.0006238945903856 0.0023454675647615 -0.0002058315516734
95.500000 0.0006385076749437 0.0023596880118212 -0.0002749171056327
95.500000 0.0008188229087129 0.0023593889830043 -0.0003156589972602
95.500000 0.0009890986857508 0.0023643081888969 -0.0003012189652584
95.500000 0.0010640755291223 0.0023709068204343 -0.0002392769766808
95.500000 0.0010082972034876 0.0023751579822795 -0.0001674258083202
95.500000 0.0008474761566375 0.0023740857608324 -0.0001288549000382
95.500000 0.0006604192852697 0.0023696545756619 -0.0001444643586526
95.500000 0.0005642787560836 0.0023643368564536 -0.0002039949263648
95.600000 0.0005794272993431 0.0023783116478110 -0.0002733058891666
95.600000 0.0007620752808337 0.0023806200721360 -0.0003145856827369
95.600000 0.0009347692675170 0.0023876629396903 -0.0003003959593081
95.600000 0.0010108424531908 0.0023950988106818 -0.0002382209287344
95.600000 0.0009541933168574 0.0023987020127424 -0.0001659019998884
95.600000 0.0007910323692599 0.0023956243275006 -0.0001269811599961
95.600000 0.0006015377289407 0.0023885360739158 -0.0001424583607398
95.600000 0.0005043071983638 0.0023817416685713 -0.0002020313020546
95.700000 0.0005199939871103 0.0023955042851641 -0.0002715296772352
95.700000 0.0007048985556374 0.0024005123237212 -0.0003133353802177
95.700000 0.0008799535128522 0.0024097692454926 -0.0002994161813235
95.700000 0.0009571015915181 0.0024180793015190 -0.0002370447314066
95.700000 0.0008995960209408 0.0024209992917116 -0.0001642921580376
95.700000 0.0007341468956022 0.0024158262183196 -0.0001250365475664
95.700000 0.0005422919224636 0.0024059876019547 -0.0001403667529618
95.700000 0.0004440183831731 0.0023976775740594 -0.0001999424276083
95.800000 0.0004602446665332 0.0024112610311935 -0.0002695901543177
95.800000 0.0006473258594881 0.0024190578585018 -0.0003119092246033
95.800000 0.0008246807327104 0.0024306173204225 -0.0002982803643984
95.800000 0.0009028806283965 0.0024398379322472 -0.0002357491053150
95.800000 0.0008445343249017 0.0024420399225242 -0.0001625972368250
95.800000 0.0006768524296068 0.0024346832977028 -0.0001230223098196
95.800000 0.0004827185106559 0.0024220039897940 -0.0001381910902630
95.800000 0.0003834506703247 0.0024121412491520 -0.0001977301276012
95.900000 0.0004002162003061 0.0024255780181676 -0.0002674891045905
95.900000 0.0005893903953754 0.0024362496534355 -0.0003103084519404
95.900000 0.0007689803970399 0.0024501980702371 -0.0002969893217757
95.900000 0.0008482074289903 0.0024603649672852 -0.0002343348285042
95.900000 0.0007890374025030 0.0024618146906737 -0.0001608182321094
95.900000 0.0006191817565942 0.0024521882724288 -0.0001209397296230
95.900000 0.0004228540898183 0.0024365810839322 -0.0001359329733653
95.900000 0.0003226422782423 0.0024251304589434 -0.0001953962993651
96.000000 0.0003399453539162 0.0024384523921504 -0.0002652284089420
96.000000 0.0005311254186917 0.0024520815384930 -0.0003085343975822
96.000000 0.0007128821178862 0.0024685030932980 -0.0002955439459446
96.000000 0.0007931100253498 0.0024796512980822 -0.0002328027358259
96.000000 0.0007331345757420 0.0024803150649439 -0.0001589561807898
96.000000 0.0005611677298518 0.0024683346890132 -0.0001187901244328
96.000000 0.0003627351765959 0.0024497157369449 -0.0001335940467543
96.000000 0.0002616312498073 0.0024366440417469 -0.0001929429100042
96.100000 0.0002794687648893 0.0024498823007915 -0.0002628100419307
96.100000 0.0004725642133707 0.0024665481927123 -0.0003065884942872
96.100000 0.0006564156326048 0.0024855246811157 -0.0002939452077032
96.100000 0.0007376166024808 0.0024976884447295 -0.0002311537182992
96.100000 0.0006768552985854 0.0024975331981433 -0.0001570121600290
96.100000 0.0005028432475410 0.0024831169303730 -0.0001165748450750
96.100000 0.0003023981776448 0.0024614057960427 -0.0001311759966559
96.100000 0.0002004554193467 0.0024466818923184 -0.0001903719933885
96.200000 0.0002188229129313 0.0024598668801220 -0.0002602360686956
96.200000 0.0004137400684092 0.0024796451395337 -0.0003044722702605
96.200000 0.0005996107871958 0.0025012558184794 -0.0002921941551852
96.200000 0.0006817554844766 0.0025144685572791 -0.0002293887224531
96.200000 0.0006202291408113 0.0025134619274467 -0.0001549872864637
96.200000 0.0004442412299466 0.0024965302118023 -0.0001142952745157
96.200000 0.0002418793601377 0.0024716500906469 -0.0001286805490073
96.200000 0.0001391523807973 0.0024552449440218 -0.0001876856471319
96.300000 0.0001580440909928 0.0024684062404158 -0.0002575086418257
96.300000 0.0003546862547971 0.0024913687414430 -0.0003021873471420
96.300000 0.0005424975197692 0.0025156901831847 -0.0002902919128540
96.300000 0.0006255551207184 0.0025299844167724 -0.0002275087496503
96.300000 0.0005632857719693 0.0025280947743536 -0.0001528827154018
96.300000 0.0003853945970892 0.0025085705762849 -0.0001119528266253
96.300000 0.0001812148231390 0.0024804484190404 -0.0001261094674271
96.300000 0.0000777594570731 0.0024623351500141 -0.0001848860295613
96.400000 0.0000971683772863 0.0024755014511750 -0.0002546299981963
96.400000 0.0002954360028750 0.0025017161939457 -0.0002997354379452
96.400000 0.0004851058441508 0.0025288221453639 -0.0002882396804642
96.400000 0.0005690440721474 0.0025442294359871 -0.0002255148553939
96.400000 0.0005060549454668 0.0025414259442710 -0.0001506996400072
96.400000 0.0003263362467200 0.0025192348891641 -0.0001095489449359
96.400000 0.0001204404698767 0.0024878015341467 -0.0001234645511872
96.400000 0.0000163136706608 0.0024679554635260 -0.0001819753566856
96.500000 0.0000362316082758 0.0024811545252985 -0.0002516024557797
96.500000 0.0002360224801384 0.0025106855189018 -0.0002971183449512
96.500000 0.0004274658336388 0.0025406467664322 -0.0002860387319943
96.500000 0.0005122509976154 0.0025571976599050 -0.0002234081486178
96.500000 0.0004485664827899 0.0025534503257293 -0.0001484392904735
96.500000 0.0002670990327172 0.0025285208321969 -0.0001070851013947
96.500000 0.0000595919809330 0.0024937111284957 -0.0001207476331917
96.500000 -0.0000451482845386 0.0024721098173162 -0.0001789558991695
96.600000 -0.0000247306473408 0.0024853684024935 -0.0002484284104373
96.600000 0.0001764787695086 0.0025182755572448 -0.0002943379575619
96.600000 0.0003696076049175 0.0025511597976568 -0.0002836904145486
96.600000 0.0004552046403164 0.0025688837659097 -0.0002211897909608
96.600000 0.0003908502578658 0.0025641634892403 -0.0001461029331877
96.600000 0.0002077157439005 0.0025364268970135 -0.0001045627951158
96.600000 -0.0000012952116254 0.0024981798184306 -0.0001179605779654
96.600000 -0.0001065900701078 0.0024748031023741 -0.0001758299793189
96.700000 -0.0000856831136420 0.0024881469319875 -0.0002451103326995
96.700000 0.0001168378480830 0.0025244859611149 -0.0002913962501162
96.700000 0.0003115613021385 0.0025603576783594 -0.0002811961472335
96.700000 0.0003979338143045 0.0025792830637169 -0.0002188609960255
96.700000 0.0003329361815764 0.0025735616858060 -0.0001436918698834
96.700000 0.0001482190832800 0.0025429523780092 -0.0001019835511301
96.700000 -0.0000621859491616 0.0025012111276132 -0.0001151052796559
96.700000 -0.0001679757287418 0.0024760411459461 -0.0001725999680844
96.800000 -0.0001465908314737 0.0024894948546009 -0.0002416507645407
96.800000 0.0000571325663825 0.0025293171854312 -0.0002882952796735
96.800000 0.0002533570811760 0.0025682375337622 -0.0002785574200069
96.800000 0.0003404673911020 0.0025883914950445 -0.0002164230286231
96.800000 0.0002748541864270 0.0025816418450866 -0.0001412074367863
96.800000 0.0000886416477535 0.0025480973646927 -0.0000993489191374
96.800000 -0.0001230453704144 0.0025028094698825 -0.0001121836600516
96.800000 -0.0002292697086027 0.0024758306889604 -0.0001692682820880
96.900000 -0.0002074191814126 0.0024894177842363 -0.0002380523161549
96.900000 -0.0000026043718922 0.0025327704789329 -0.0002850371837683
96.900000 0.0001950250940623 0.0025747971724861 -0.0002757757925030
96.900000 0.0002828342864009 0.0025962056330288 -0.0002138772040033
96.900000 0.0002166342113788 0.0025884015732377 -0.0001386510037505
96.900000 0.0000290159082638 0.0025518627335152 -0.0000966604722602
96.900000 -0.0001838389344658 0.0025029801315213 -0.0001091976666204
96.900000 -0.0002904368863985 0.0024741793629195 -0.0001658373806787
97.000000 -0.0002681339056964 0.0024879221888426 -0.0002343176627388
97.000000 -0.0000623404295837 0.0025348478747151 -0.0002816241781396
97.000000 0.0001365954736127 0.0025800350837123 -0.0002728528928349
97.000000 0.0002250634468608 0.0026027226813898 -0.0002112248870717
97.000000 0.0001583061868508 0.0025938391504250 -0.0001360239733884
97.000000 -0.0000306258095691 0.0025542501392067 -0.0000939198058017
97.000000 -0.0002445324427241 0.0025017292529865 -0.0001061492705704
97.000000 -0.0003514425891907 0.0024710956663339 -0.0001623097630213
97.100000 -0.0003287011291202 0.0024850153709079 -0.0002304495412878
97.100000 -0.0001220432552708 0.0025355521802878 -0.0002780585544392
97.100000 0.0000780983182426 0.0025839504340160 -0.0002697904163743
97.100000 0.0001671838370076 0.0026079404733543 -0.0002084674915936
97.100000 0.0000999000198959 0.0025979535280250 -0.0001333277801935
97.100000 -0.0000902513443348 0.0025552620056434 -0.0000911285360091
97.100000 -0.0003050920599172 0.0024990638101553 -0.0001030404649356
97.100000 -0.0004122526149368 0.0024665889407628 -0.0001586879652247
97.200000 -0.0003890873788979 0.0024807054475383 -0.0002264507474099
97.200000 -0.0001816807019209 0.0025348869671858 -0.0002743426779216
97.200000 0.0000195636769857 0.0025865430638836 -0.0002665901245112
97.200000 0.0001092244262340 0.0026118574703398 -0.0002056064793860
97.200000 0.0000414455795571 0.0026007443255227 -0.0001305638896576
97.200000 -0.0001498287172262 0.0025549015162731 -0.0000882882988440
97.200000 -0.0003654843340973 0.0024949915951401 -0.0000998732626900
97.200000 -0.0004728332517785 0.0024606693465295 -0.0001549745575118
97.300000 -0.0004492596034940 0.0024750013301730 -0.0002223241321636
97.300000 -0.0002412208449966 0.0025328565601563 -0.0002704789851205
97.300000 -0.0000389784652844 0.0025878134839213 -0.0002632538433952
97.300000 0.0000512141759058 0.0026144727604060 -0.0002026433594982
97.300000 -0.0000170273175916 0.0026022118271130 -0.0001277337973825
97.300000 -0.0002093261499337 0.0025531726041213 -0.0000854007487601
97.300000 -0.0004256762156571 0.0024895211967234 -0.0000966496948914
97.300000 -0.0005331512960891 0.0024533478381746 -0.0001511721414367
97.400000 -0.0005091851904317 0.0024679127039899 -0.0002180725989238
97.400000 -0.0003006320000091 0.0025294660259519 -0.0002664699815140
97.400000 -0.0000974982024220 0.0025877628707673 -0.0002597834626577
97.400000 -0.0000068179734237 0.0026157860564788 -0.0001995796873802
97.400000 -0.0000754889217150 0.0026023569780162 -0.0001248390281874
97.400000 -0.0002687120820340 0.0025500799414055 -0.0000824675574913
97.400000 -0.0004856350753623 0.0024826619804629 -0.0000933718088576
97.400000 -0.0005931740692971 0.0024446361397089 -0.0001472833471524
97.500000 -0.0005688319830855 0.0024594500070500 -0.0002136991002811
97.500000 -0.0003598827395151 0.0025247211617557 -0.0002623182391825
97.500000 -0.0001559657213639 0.0025863930627157 -0.0002561809341184
97.500000 -0.0000648431146907 0.0026157976943521 -0.0001964170640413
97.500000 -0.0001339095637938 0.0026011813805166 -0.0001218811352125
97.500000 -0.0003279551878670 0.0025456289287806 -0.0000794904128491
97.500000 -0.0005453287214081 0.0024744240685142 -0.0000900416663766
97.500000 -0.0006528694335056 0.0024345467197248 -0.0001433108307314
97.600000 -0.0006281682964698 0.0024496244092301 -0.0002092066349777
97.600000 -0.0004189419095523 0.0025186284832653 -0.0002580263944622
97.600000 -0.0002143513162668 0.0025837065550629 -0.0002524482704760
97.600000 -0.0001228323868850 0.0026145086304726 -0.0001931571351982
97.600000 -0.0001922596695052 0.0025986872897323 -0.0001188616990191
97.600000 -0.0003870243928975 0.0025398256842403 -0.0000764710175325
97.600000 -0.0006047254155067 0.0024648183192200 -0.0000866613419530
97.600000 -0.0007122058059290 0.0024230927664227 -0.0001392572715438
97.700000 -0.0006871629320379 0.0024384477909905 -0.0002045982448855
97.700000 -0.0004777786455136 0.0025111952124612 -0.0002535971455976
97.700000 -0.0002726254024223 0.0025797064951860 -0.0002485875439854
97.700000 -0.0001807569875012 0.0026119204395124 -0.0001898015904137
97.700000 -0.0002505097729036 0.0025948776091256 -0.0001157823266872
97.700000 -0.0004458888895596 0.0025326770316999 -0.0000734110879497
97.700000 -0.0006637938880187 0.0024538563065093 -0.0000832329210922
97.700000 -0.0007711521721725 0.0024102881626059 -0.0001351253696944
97.800000 -0.0007457851915040 0.0024259327220221 -0.0001998770120275
97.800000 -0.0005363623874570 0.0025024292650865 -0.0002490332503954
97.800000 -0.0003307585299494 0.0025743966773625 -0.0002446008851207
97.800000 -0.0002385881848759 0.0026080353117348 -0.0001863521622253
97.800000 -0.0003086305298985 0.0025897558857631 -0.0001126446509105
97.800000 -0.0005045181525802 0.0025241904892817 -0.0000703123530542
97.800000 -0.0007225033521406 0.0024415502991513 -0.0000797584986229
97.800000 -0.0008296780983794 0.0023961474606953 -0.0001309178435211
97.900000 -0.0008040048897084 0.0024120924398162 -0.0001950460556490
97.900000 -0.0005946628948533 0.0024923392378619 -0.0002443375238835
97.900000 -0.0003887213972597 0.0025677815373416 -0.0002404904812275
97.900000 -0.0002962973304071 0.0026028560501582 -0.0001828106252660
97.900000 -0.0003665927315274 0.0025833263053328 -0.0001094503290909
97.900000 -0.0005628819537821 0.0025143742573289 -0.0000671765531950
97.900000 -0.0007808235171629 0.0024279132399062 -0.0000762401770607
97.900000 -0.0008877537422760 0.0023806858578115 -0.0001266374271577
98.000000 -0.0008617923665421 0.0023969408281981 -0.0001901085293394
98.000000 -0.0006526502607720 0.0024809343954620 -0.0002395128359767
98.000000 -0.0004464848642934 0.0025598661466759 -0.0002362585751637
98.000000 -0.0003538558706580 0.0025963860675218 -0.0001791787953759
98.000000 -0.0004243673170225 0.0025755936869287 -0.0001062010424307
98.000000 -0.0006209503763671 0.0025032372061702 -0.0000640054389816
98.000000 -0.0008387246008166 0.0024129587246123 -0.0000726800650125
98.000000 -0.0009453498631436 0.0023639191709704 -0.0001222868681613
98.100000 -0.0009191184979526 0.0023804923958637 -0.0001850676182076
98.100000 -0.0007102949255076 0.0024682246572749 -0.0002345621091525
98.100000 -0.0005040199655250 0.0025506562068229 -0.0002319074639305
98.100000 -0.0004112353593418 0.0025886293830596 -0.0001754585287061
98.100000 -0.0004819253866664 0.0025665634776092 -0.0001028984950251
98.100000 -0.0006786938286793 0.0024907888636557 -0.0000608007701661
98.100000 -0.0008961773407244 0.0023967009812485 -0.0000690802756235
98.100000 -0.0010024378307478 0.0023458638124350 -0.0001178689252077
98.200000 -0.0009759547060517 0.0023627622549556 -0.0001799265361148
98.200000 -0.0007675676896510 0.0024542205839720 -0.0002294883161394
98.200000 -0.0005612979227370 0.0025401580430258 -0.0002274394972953
98.200000 -0.0004684074691877 0.0025795906190850 -0.0001716517208148
98.200000 -0.0005392382144397 0.0025562417467393 -0.0000995444129545
98.200000 -0.0007360830574517 0.0024770394024893 -0.0000575643145417
98.200000 -0.0009531530049776 0.0023791548490088 -0.0000654429250673
98.200000 -0.0010589896332597 0.0023265367652620 -0.0001133863658542
98.300000 -0.0010322729683486 0.0023437660997148 -0.0001746885229658
98.300000 -0.0008244397266089 0.0024389333639065 -0.0002242944776189
98.300000 -0.0006182901575594 0.0025283785979823 -0.0002228570764058
98.300000 -0.0005253440036877 0.0025692749973918 -0.0001677603057563
98.300000 -0.0005962772604552 0.0025446351801232 -0.0000961405433770
98.300000 -0.0007930891605387 0.0024619996273762 -0.0000542978468583
98.300000 -0.0010096234018576 0.0023603357574225 -0.0000617701310792
98.300000 -0.0011149778842012 0.0023059555590828 -0.0001088419643716
98.400000 -0.0010880458261318 0.0023235201852401 -0.0001693568420608
98.400000 -0.0008808825945775 0.0024223747993671 -0.0002189836599458
98.400000 -0.0006749683037762 0.0025153254253102 -0.0002181626523982
98.400000 -0.0005820169087236 0.0025576883354756 -0.0001637862551626
98.400000 -0.0006530141831805 0.0025317510739371 -0.0000926886536217
98.400000 -0.0008496835991380 0.0024456809620071 -0.0000510031477567
98.400000 -0.0010655608887256 0.0023402597055545 -0.0000580640115348
98.400000 -0.0011703758284494 0.0022841382461499 -0.0001042384996466
98.500000 -0.0011432463920247 0.0023020413063871 -0.0001639347775102
98.500000 -0.0009368682479755 0.0024045572927048 -0.0002135589728856
98.500000 -0.0007313042193964 0.0025010066828183 -0.0002133587249987
98.500000 -0.0006383982840729 0.0025448370425793 -0.0001597315773190
98.500000 -0.0007094208514478 0.0025175973284681 -0.0000891905302835
98.500000 -0.0009058382095074 0.0024280954358998 -0.0000476820027212
98.500000 -0.0011209383801016 0.0023189432413147 -0.0000543266830722
98.500000 -0.0012251573473350 0.0022611033776847 -0.0000995787531539
98.600000 -0.0011978483567401 0.0022793467768351 -0.0001584256317129
98.600000 -0.0009923690483448 0.0023854938323557 -0.0002080235673736
98.600000 -0.0007872699984902 0.0024854311255918 -0.0002084478411207
98.600000 -0.0006944603947954 0.0025307281155660 -0.0001555983162322
98.600000 -0.0007654693562492 0.0025021824416675 -0.0000856479783195
98.600000 -0.0009615252141808 0.0024092556711175 -0.0000443362010516
98.600000 -0.0011757293549568 0.0022964034409081 -0.0000505602597593
98.600000 -0.0012792969628702 0.0022368699805514 -0.0000948655069993
98.700000 -0.0012518259950608 0.0022554544083500 -0.0001528327229000
98.700000 -0.0010473577747243 0.0023651979787789 -0.0002023806332967
98.700000 -0.0008428379827913 0.0024686080988996 -0.0002034325934568
98.700000 -0.0007501756824985 0.0025153691346255 -0.0001513885506940
98.700000 -0.0008211320223203 0.0024855155025265 -0.0000820628201470
98.700000 -0.0010167172326904 0.0023891748688815 -0.0000409675348540
98.700000 -0.0012299078632436 0.0022726578884494 -0.0000467668518065
98.700000 -0.0013327698411424 0.0022114575342871 -0.0000901015420334
98.800000 -0.0013051541710712 0.0022303824902673 -0.0001471593827449
98.800000 -0.0011018076335069 0.0023436838503290 -0.0001966333972983
98.800000 -0.0008979807730637 0.0024505475309316 -0.0001983156190684
98.800000 -0.0008055167764825 0.0024987682588141 -0.0001471043933371
98.800000 -0.0008763814195088 0.0024676061842812 -0.0000784368947442
98.800000 -0.0010713872918004 0.0023678667960982 -0.0000375777980522
98.800000 -0.0012834485316880 0.0022477246557714 -0.0000429485643235
98.800000 -0.0013855517949095 0.0021848859485108 -0.0000852896360359
98.900000 -0.0013578083426693 0.0022041497692193 -0.0001414089540398
98.900000 -0.0011556922677875 0.0023209661090812 -0.0001907851206103
98.900000 -0.0009526712402355 0.0024312599253745 -0.0001930995979713
98.900000 -0.0008604565047657 0.0024809342214352 -0.0001427479896873
98.900000 -0.0009311903739319 0.0024484647374529 -0.0000747720567537
98.900000 -0.0011255088352612 0.0023453457718171 -0.0000341687854189
98.900000 -0.0013363265688692 0.0022216222824471 -0.0000391074961215
98.900000 -0.0014376192854328 0.0021571755407326 -0.0000804325619699
99.000000 -0.0014097645653842 0.0021767754291278 -0.0001355847884403
99.000000 -0.0012089857662114 0.0022970599466271 -0.0001848390969110
99.000000 -0.0010068825363003 0.0024107563538330 -0.0001877872517207
99.000000 -0.0009149679049888 0.0024618763252609 -0.0001383215172090
99.000000 -0.0009855319789202 0.0024281019827324 -0.0000710701755885
99.000000 -0.0011790557330904 0.0023216266536365 -0.0000307422916277
99.000000 -0.0013885177696127 0.0021943697560497 -0.0000352457385602
99.000000 -0.0014889494235840 0.0021283470145837 -0.0000755330863062
99.100000 -0.0014609994955284 0.0021482790714817 -0.0001296902442780
99.100000 -0.0012616626713333 0.0022719810698578 -0.0001787986502124
99.100000 -0.0010605881049855 0.0023890484481044 -0.0001823813419938
99.100000 -0.0009690242352005 0.0024416044375997 -0.0001338271843461
99.100000 -0.0010393796057515 0.0024065293037132 -0.0000673331345413
99.100000 -0.0012320022903897 0.0022967248240729 -0.0000273001103251
99.100000 -0.0014399985187220 0.0021659864926702 -0.0000313653744380
99.100000 -0.0015395199702614 0.0020984214384833 -0.0000705939674168
99.200000 -0.0015114903927118 0.0021186806959168 -0.0001237286844404
99.200000 -0.0013136979874967 0.0022457456867508 -0.0001726671327765
99.200000 -0.0011137616921922 0.0023661483923129 -0.0001768846691722
99.200000 -0.0010225989845233 0.0024201289852118 -0.0001292672295576
99.200000 -0.0010927069141734 0.0023837586394814 -0.0000635628298978
99.200000 -0.0012843232557056 0.0022706561769103 -0.0000238440332242
99.200000 -0.0014907457940756 0.0021364923177091 -0.0000274684769279
99.200000 -0.0015893093361515 0.0020674202247581 -0.0000656179540370
99.300000 -0.0015612151217448 0.0020880006811155 -0.0001177034743202
99.300000 -0.0013650671882451 0.0022183704921750 -0.0001664479230624
99.300000 -0.0011663773562042 0.0023420689149112 -0.0001713000709240
99.300000 -0.0010756658837005 0.0023974609490759 -0.0001246439203490
99.300000 -0.0011454878627175 0.0023598024770669 -0.0000597611700533
99.300000 -0.0013359938289443 0.0022434371035438 -0.0000203758492186
99.300000 -0.0015407371691154 0.0021059074469618 -0.0000235571085549
99.300000 -0.0016382965808711 0.0020353651092274 -0.0000606077837940
99.400000 -0.0016101521539595 0.0020562597660393 -0.0001116179798315
99.400000 -0.0014157462232753 0.0021898726537298 -0.0001601444237054
99.400000 -0.0012184094776718 0.0023168232805564 -0.0001656304207867
99.400000 -0.0011281989155250 0.0023736118590097 -0.0001199595522986
99.400000 -0.0011976967188054 0.0023346738437639 -0.0000559300746332
99.400000 -0.0013869896688494 0.0022150844793306 -0.0000168973435177
99.400000 -0.0015899508147515 0.0020742524680108 -0.0000196333202175
99.400000 -0.0016864614115238 0.0020022781312643 -0.0000555661818034
99.500000 -0.0016582805679741 0.0020234790315070 -0.0001054755654947
99.500000 -0.0014657115249449 0.0021602697976298 -0.0001537600595281
99.500000 -0.0012698327693694 0.0022904252818649 -0.0001598786267508
99.500000 -0.0011801723251503 0.0023485937881469 -0.0001152164480793
99.500000 -0.0012493080686489 0.0023083862993244 -0.0000520714736178
99.500000 -0.0014372869000521 0.0021856156499626 -0.0000134102968030
99.500000 -0.0016383655007114 0.0020415483219379 -0.0000156991502512
99.500000 -0.0017337841807056 0.0019681816143428 -0.0000504958593301
99.600000 -0.0017055800499299 0.0019896798821318 -0.0000992795925879
99.600000 -0.0015149400143448 0.0021295799946507 -0.0001472982755853
99.600000 -0.0013206222857299 0.0022628892310553 -0.0001540476298450
99.600000 -0.0012315606302847 0.0023224193472714 -0.0001104169564764
99.600000 -0.0013002968269460 0.0022809539280316 -0.0000481873064717
99.600000 -0.0014868621197049 0.0021550484178743 -0.0000099164844052
99.600000 -0.0016859605963577 0.0020078162853708 -0.0000117566235334
99.600000 -0.0017802458839927 0.0019330981470777 -0.0000453995125133
99.700000 -0.0017520308932268 0.0019548840286242 -0.0000930334173655
99.700000 -0.0015634091069497 0.0020978217461463 -0.0001407625352420
99.700000 -0.0013707534321593 0.0022342299514819 -0.0001481404027236
99.700000 -0.0012823386312682 0.0022951016790141 -0.0001055634514012
99.700000 -0.0013506382463733 0.0022523913306585 -0.0000442795212772
99.700000 -0.0015356924037082 0.0021234010286944 -0.0000064176755027
99.700000 -0.0017327160710007 0.0019730779528720 -0.0000078077506293
99.700000 -0.0018258281569444 0.0018970505647631 -0.0000402798211554
99.800000 -0.0017976139977833 0.0019191134704713 -0.0000867403893429
99.800000 -0.0016110967178580 0.0020650139701493 -0.0001341563182869
99.800000 -0.0014202019741314 0.0022044627690676 -0.0001421599482562
99.800000 -0.0013324814210348 0.0022666544519108 -0.0001006583308997
99.800000 -0.0014003079268788 0.0022227136163149 -0.0000403500738729
99.800000 -0.0015837553125415 0.0020906921577566 -0.0000029156323408
99.800000 -0.0017786124937317 0.0019373552196808 -0.0000038545269774
99.800000 -0.0018705132716525 0.0018600619314147 -0.0000351394475709
99.900000 -0.0018423108688486 0.0018823904789994 -0.0000804038496462
99.900000 -0.0016579812666325 0.0020311759875654 -0.0001274831190796
99.900000 -0.0014689440460676 0.0021736035036394 -0.0001361092981199
99.900000 -0.0013819643949585 0.0022370918543251 -0.0000957040161586
99.900000 -0.0014492818247755 0.0021919363941910 -0.0000364009269966
99.900000 -0.0016310288967087 0.0020569408966772 0.0000005878905286
99.900000 -0.0018236310328009 0.0019006702648163 0.0000001010678850
99.900000 -0.0019142841328685 0.0018221555223163 -0.0000299810354966
100.000000 -0.0018861036153907 0.0018447375808241 -0.0000740271294264
100.000000 -0.0017040416817569 0.0019963275084719 -0.0001207464447341
100.000000 -0.0015169561600024 0.0021416684601727 -0.0001299915113952
100.000000 -0.0014307632605855 0.0022064285882378 -0.0000907029505062
100.000000 -0.0014975362616381 0.0021600757651989 -0.0000324340494333
100.000000 -0.0016774917018098 0.0020221667400098 0.0000040911469861
100.000000 -0.0018677534545660 0.0018630455345465 0.0000040570710588
100.000000 -0.0019571242737393 0.0017833548070742 -0.0000248072090595
100.100000 -0.0019289749480867 0.0018061775416944 -0.0000676135483367
100.100000 -0.0017492574047170 0.0019604886185294 -0.0001139498133372
100.100000 -0.0015642152140391 0.0021086744199495 -0.0001238096731654
100.100000 -0.0014788540472525 0.0021746798629029 -0.0000856575984100
100.100000 -0.0015450479330058 0.0021271483135181 -0.0000284514151684
100.100000 -0.0017231227732487 0.0019863895719876 0.0000075924000638
100.100000 -0.0019109621220344 0.0018245037262317 0.0000080115369821
100.100000 -0.0019990178511799 0.0017436834331784 -0.0000196205718022
100.200000 -0.0019709081769398 0.0017667333507327 -0.0000611664130729
100.200000 -0.0017936083937218 0.0019236797655141 -0.0001070967522027
100.200000 -0.0016106985005961 0.0020746386316343 -0.0001175668931195
100.200000 -0.0015262131155917 0.0021418613883742 -0.0000805704444705
100.200000 -0.0015917939168930 0.0020931710980493 -0.0000244550025460
100.200000 -0.0017679016605894 0.0019496296533606 0.0000110899226443
100.200000 -0.0019532399930235 0.0017850677725433 0.0000119625380933
100.200000 -0.0020399496409118 0.0017031652100684 -0.0000144237057633
100.300000 -0.0020118872085466 0.0017264282050737 -0.0000546890159734
100.300000 -0.0018370751270762 0.0018859217459806 -0.0001001907961618
100.300000 -0.0016563837144495 0.0020395788022730 -0.0001112663041593
100.300000 -0.0015728171669236 0.0021079893689004 -0.0000754439924112
100.300000 -0.0016377516821097 0.0020581616437794 -0.0000204467934318
100.300000 -0.0018118084215712 0.0019119076083353 0.0000145819981387
100.300000 -0.0019945706179624 0.0017447608260635 0.0000159081654583
100.300000 -0.0020799050321949 0.0016618240937038 -0.0000092191706119
100.400000 -0.0020518965430381 0.0016852854949039 -0.0000481846336809
100.400000 -0.0018796386062172 0.0018472356920595 -0.0000932354858887
100.400000 -0.0017012489605723 0.0020035130882184 -0.0001049110610114
100.400000 -0.0016186432525378 0.0020730804961924 -0.0000702807640645
100.400000 -0.0016828990963952 0.0020221379330627 -0.0000164287723821
100.400000 -0.0018548236257943 0.0018732444116261 0.0000180669211462
100.400000 -0.0020349381373572 0.0017036062442671 0.0000198465293631
100.400000 -0.0021188700222788 0.0016196841716335 -0.0000040095028340
100.500000 -0.0020909212707172 0.0016433287889006 -0.0000416565258611
100.500000 -0.0019212803584266 0.0018076430583994 -0.0000862343662631
100.500000 -0.0017452727617749 0.0019664600859872 -0.0000985043388428
100.500000 -0.0016636687828620 0.0020371519425627 -0.0000650832983545
100.500000 -0.0017272144343660 0.0019851183968202 -0.0000124029258175
100.500000 -0.0018969283580864 0.0018336613756223 0.0000215429980931
100.500000 -0.0020743272789425 0.0016616275748869 0.0000237757598737
100.500000 -0.0021568312105997 0.0015767696485610 0.0000012027850305
100.600000 -0.0021289470684156 0.0016005818200711 -0.0000351079339796
100.600000 -0.0019619824392322 0.0017671656092561 -0.0000791909847670
100.600000 -0.0017884340661485 0.0019284388230506 -0.0000920493318827
100.600000 -0.0017078715365214 0.0020002213539375 -0.0000598541502761
100.600000 -0.0017706763852823 0.0019471219056622 -0.0000083712412019
100.600000 -0.0019381042215630 0.0017931801376795 0.0000250085478533
100.600000 -0.0021127233545404 0.0016188485416627 0.0000276940073627
100.600000 -0.0021937757927462 0.0015331048324002 0.0000064152051023
100.700000 -0.0021659601955894 0.0015570684719902 -0.0000285420801343
100.700000 -0.0020017274345110 0.0017258254057362 -0.0000721088899186
100.700000 -0.0018307122543161 0.0018894687485634 -0.0000855492520475
100.700000 -0.0017512296692866 0.0019623068427422 -0.0000545958898695
100.700000 -0.0018132640606328 0.0019081677609354 -0.0000043357062273
100.700000 -0.0019783333403906 0.0017518226475386 0.0000284619023494
100.700000 -0.0021501122566479 0.0015752930304733 0.0000315994430052
100.700000 -0.0022296915542198 0.0014887141208145 0.0000116252948297
100.800000 -0.0022019474901767 0.0015128127654334 -0.0000219621659422
100.800000 -0.0020404984623042 0.0016836447931991 -0.0000649916297402
100.800000 -0.0018720871464922 0.0018495697240345 -0.0000790073275730
100.800000 -0.0017937217229124 0.0019234269806612 -0.0000493111011926
100.800000 -0.0018549570015435 0.0018682756856989 -0.0000002983080038
100.800000 -0.0020175983622656 0.0017096111548791 0.0000319014071362
100.800000 -0.0021864804547735 0.0015309850758504 0.0000354902592436
100.800000 -0.0022645668640098 0.0014436219882350 0.0000168306176105
100.900000 -0.0022368963642348 0.0014678388454035 -0.0000153713714792
100.900000 -0.0020782791743582 0.0016406463888205 -0.0000578427502625
100.900000 -0.0019125390093556 0.0018087620139413 -0.0000724268016498
100.900000 -0.0018353266338668 0.0018836007912716 -0.0000440023812886
100.900000 -0.0018957351860103 0.0018274658156302 0.0000037389677457
100.900000 -0.0020558824606187 0.0016665681970096 0.0000353254219648
100.900000 -0.0022218149915419 0.0014859488478726 0.0000393646702237
100.900000 -0.0022983906680067 0.0013978529733472 0.0000220287633702
101.000000 -0.0022707947993784 0.0014221709685462 -0.0000087728542715
101.000000 -0.0021150537574030 0.0015968530693228 -0.0000506657940622
101.000000 -0.0019520485627375 0.0017670662762913 -0.0000658109310656
101.000000 -0.0018760237419510 0.0018428477425520 -0.0000386723391501
101.000000 -0.0019355790359591 0.0017857586898654 0.0000077741374845
101.000000 -0.0020931693365563 0.0016227165867007 0.0000387323213299
101.000000 -0.0022561034785864 0.0014402086394350 0.0000432209122029
101.000000 -0.0023311524822737 0.0013514316670407 0.0000272173490982
101.100000 -0.0023036313420358 0.0013758334909511 -0.0000021697483367
101.100000 -0.0021508069341784 0.0015522879588733 -0.0000434642988354
101.100000 -0.0019905969861289 0.0017245035531333 -0.0000591629848520
101.100000 -0.0019157927988098 0.0018011877392651 -0.0000333235946800
101.100000 -0.0019744694241357 0.0017431752417746 0.0000118052206560
101.100000 -0.0021294432205494 0.0015780794001622 0.0000421204949997
101.100000 -0.0022893340922470 0.0013937888538937 0.0000470572439299
101.100000 -0.0023628423861952 0.0013043827008121 0.0000323940193438
101.200000 -0.0023353950985416 0.0013288508563326 0.0000044348367269
101.200000 -0.0021855239642214 0.0015069744171534 -0.0000362417960037
101.200000 -0.0020281659250084 0.0016810952610203 -0.0000524862429376
101.200000 -0.0019546139763342 0.0017586411152156 -0.0000279587776486
101.200000 -0.0020123876808279 0.0016997367896741 0.0000158302404727
101.200000 -0.0021646888738811 0.0015326799651692 0.0000454883485279
101.200000 -0.0023214955690923 0.0013467139930782 0.0000508719469998
101.200000 -0.0023934510155231 0.0012567307356128 0.0000375564466729
101.300000 -0.0023660757300834 0.0012812475845857 0.0000110378166034
101.300000 -0.0022191906444246 0.0014609360276012 -0.0000290018093548
101.300000 -0.0020647374969958 0.0016368631814270 -0.0000457839948055
101.300000 -0.0019924678749538 0.0017152286253824 -0.0000225805266462
101.300000 -0.0020493156004217 0.0016554650274791 0.0000198472246997
101.300000 -0.0021988915898616 0.0014865418493374 0.0000488343037500
101.300000 -0.0023525772012823 0.0012990086456690 0.0000546633261829
101.300000 -0.0024229695553368 0.0012085004511307 0.0000427023320884
101.400000 -0.0023956634475182 0.0012330482607111 0.0000176361330779
101.400000 -0.0022517933093777 0.0014141965858283 -0.0000217478537150
101.400000 -0.0021002942978320 0.0015918294511225 -0.0000390595381577
101.400000 -0.0020293355318215 0.0016709714379241 -0.0000171914880335
101.400000 -0.0020852354477943 0.0016103820152968 0.0000238542064327
101.400000 -0.0022320371948235 0.0014396888485514 0.0000521567992633
101.400000 -0.0023825688317870 0.0012506974759351 0.0000584297097303
101.400000 -0.0024513897329344 0.0011597165354986 0.0000478294054151
101.500000 -0.0024241490060748 0.0011842775241020 0.0000242267548111
101.500000 -0.0022833188315020 0.0013667800882114 -0.0000144834336550
101.500000 -0.0021348194071898 0.0015460165525015 -0.0000323161775840
101.500000 -0.0020651984288878 0.0016258911260595 -0.0000117943148868
101.500000 -0.0021201299645466 0.0015645101699619 0.0000278492248710
101.500000 -0.0022641120489047 0.0013921449755462 0.0000554542908907
101.500000 -0.0024114608494796 0.0012018052128241 0.0000621694496559
101.500000 -0.0024787038106722 0.0011104036754170 0.0000529354256504
101.600000 -0.0024515236999576 0.0011349600581877 0.0000308066780715
101.600000 -0.0023137546209898 0.0013187107206604 -0.0000072120422269
101.600000 -0.0021682963943174 0.0014994473038740 -0.0000255572232370
101.600000 -0.0021000385008670 0.0015800096598200 -0.0000063916659402
101.600000 -0.0021539823750764 0.0015178722555163 0.0000318303260854
101.600000 -0.0022951030466315 0.0013439344486435 0.0000587252521296
101.600000 -0.0024392441841155 0.0011523566394020 0.0000658809219966
101.600000 -0.0025049045787654 0.0010605865466811 0.0000580181812832
101.700000 -0.0024777793568646 0.0010851205804254 0.0000373729274273
101.700000 -0.0023430886255571 0.0012700128475618 0.0000000628402673
101.700000 -0.0022007093235173 0.0014521448497160 -0.0000187859895122
101.700000 -0.0021338381430924 0.0015333493976763 -0.0000009862045239
101.700000 -0.0021867763924948 0.0014704913736334 0.0000357955637810
101.700000 -0.0023249976173086 0.0012950816806434 0.0000619681745858
101.700000 -0.0024659103012150 0.0011023765826329 0.0000695625270518
101.700000 -0.0025299853480673 0.0010102898051027 0.0000630754905817
101.800000 -0.0025029083324357 0.0010347838326342 0.0000439225563992
101.800000 -0.0023713093300223 0.0012207110008981 0.0000073377474767
101.800000 -0.0022320427594642 0.0014041326508818 -0.0000120057937343
101.800000 -0.0021665802192617 0.0014859330780351 0.0000044194025015
101.800000 -0.0022184962243883 0.0014223909539882 0.0000397430000545
101.800000 -0.0023537837252284 0.0012456112678715 0.0000651815683928
101.800000 -0.0024914511968613 0.0010518899034940 0.0000732126896022
101.800000 -0.0025539399428374 0.0009595380778154 0.0000681052018527
101.900000 -0.0025269035046425 0.0009839745716619 0.0000504526480754
101.900000 -0.0023984057557179 0.0011708298695422 0.0000146092281729
101.900000 -0.0022622817723627 0.0013554344747783 -0.0000052199548483
101.900000 -0.0021982480690716 0.0014377838106090 0.0000098224858144
101.900000 -0.0022491265784280 0.0013735947445743 0.0000436707061475
101.900000 -0.0023814498697067 0.0011955479793819 0.0000683639626171
101.900000 -0.0025158593924276 0.0010009214874188 0.0000768298591098
101.900000 -0.0025767626935136 0.0009083559549511 0.0000731051936721
102.000000 -0.0025497582681323 0.0009327175603781 0.0000569603156911
102.000000 -0.0024243674597472 0.0011203942887252 0.0000218738473920
102.000000 -0.0022914119429491 0.0013060743855038 0.0000015682078840
102.000000 -0.0022288255157392 0.0013889250676554 0.0000152203747053
102.000000 -0.0022786526678283 0.0013241268019677 0.0000475767631937
102.000000 -0.0024079850849547 0.0011449167463144 0.0000715139056503
102.000000 -0.0025391279292462 0.0009494962350600 0.0000804125099005
102.000000 -0.0025984484294990 0.0008567679816793 0.0000780733750907
102.100000 -0.0025714665285387 0.0008810375589858 0.0000634427031733
102.100000 -0.0024491845340933 0.0010694292296779 0.0000291281875477
102.100000 -0.0023194193673380 0.0012560767339502 0.0000083553761819
102.100000 -0.0022582968734127 0.0013393806750854 0.0000206103981544
102.100000 -0.0023070602166555 0.0012740114815388 0.0000514592629621
102.100000 -0.0024333789397957 0.0010937426514068 0.0000746299655878
102.100000 -0.0025612503632304 0.0008976390533653 0.0000839591413281
102.100000 -0.0026189924719749 0.0008047986505951 0.0000830076858138
102.200000 -0.0025920226967699 0.0008289593166409 0.0000698969856519
102.200000 -0.0024728476045908 0.0010179597894417 0.0000363688495179
102.200000 -0.0023462906617178 0.0012054661478692 0.0000151382340388
102.200000 -0.0022866469544659 0.0012891748034417 0.0000259898859123
102.200000 -0.0023343354649903 0.0012232734276122 0.0000553163085952
102.200000 -0.0024576215372352 0.0010420509186597 0.0000777107305944
102.200000 -0.0025822207594622 0.0008453748469590 0.0000874682779235
102.200000 -0.0026383906267511 0.0007524723944474 0.0000879060963581
102.300000 -0.0026114216832841 0.0007765075633744 0.0000763203699411
102.300000 -0.0024953478297683 0.0009660111808500 0.0000435924537030
102.300000 -0.0023720129668947 0.0011542675219044 0.0000219134690096
102.300000 -0.0023138610766796 0.0012383319587427 0.0000313561695856
102.300000 -0.0023604651739432 0.0011719375635748 0.0000591460153423
102.300000 -0.0024807035138925 0.0009898669031532 0.0000807548092587
102.300000 -0.0026020336867547 0.0007927285098191 0.0000909384695276
102.300000 -0.0026566391771616 0.0006998135791936 0.0000927666081867
102.400000 -0.0026296588923634 0.0007237070023055 0.0000827100949884
102.400000 -0.0025166768995695 0.0009136087226749 0.0000507956410588
102.400000 -0.0023965739526897 0.0011025060075873 0.0000286777734940
102.400000 -0.0023399250703046 0.0011868769731948 0.0000367065837250
102.400000 -0.0023854366305263 0.0011200290819318 0.0000629465112883
102.400000 -0.0025026160393017 0.0009372160810134 0.0000837608309345
102.400000 -0.0026206842122009 0.0007397249172455 0.0000943682914101
102.400000 -0.0026737348770169 0.0006468464973726 0.0000975872538225
102.500000 -0.0026467302163948 0.0006705823021397 0.0000890634322971
102.500000 -0.0025368270339624 0.0008607778299395 0.0000579750741035
102.500000 -0.0024199618221886 0.0010502070032989 0.0000354278460138
102.500000 -0.0023648252850081 0.0011348349957681 0.0000420384669193
102.500000 -0.0024092376523815 0.0010675734343120 0.0000667159380778
102.500000 -0.0025233508150896 0.0008841240395271 0.0000867274460716
102.500000 -0.0026381678957169 0.0006863889181068 0.0000977563443742
102.500000 -0.0026896749436197 0.0005935953617811 0.0001023660969433
102.600000 -0.0026626320301670 0.0006171580899409 0.0000953776863203
102.600000 -0.0025557909814428 0.0008075440043904 0.0000651274379006
102.600000 -0.0024421653158486 0.0009973961441958 0.0000421603924864
102.600000 -0.0023885485966992 0.0010822314826377 0.0000473491628914
102.600000 -0.0024318565923665 0.0010145963214200 0.0000704524516354
102.600000 -0.0025429000740388 0.0008306164674023 0.0000896533265358
102.600000 -0.0026544807845902 0.0006327453273614 0.0001011012548497
102.600000 -0.0027044570508527 0.0005400842994461 0.0001071012324575
102.700000 -0.0026773611851921 0.0005634589441701 0.0001016501948296
102.700000 -0.0025735620174405 0.0007539328251293 0.0000722494410172
102.700000 -0.0024631737154606 0.0009440992921010 0.0000488721274932
102.700000 -0.0024110824142331 0.0010290921874873 0.0000526360215995
102.700000 -0.0024532823430003 0.0009611236829368 0.0000741542228802
102.700000 -0.0025612565790415 0.0007767191451713 0.0000925371659175
102.700000 -0.0026696194080407 0.0005788189188409 0.0001044016749722
102.700000 -0.0027180793223457 0.0004863373458796 0.0001117907865638
102.800000 -0.0026909150040586 0.0005095093879814 0.0001078783292588
102.800000 -0.0025901339426354 0.0006999699393994 0.0000793378164601
102.800000 -0.0024829768479710 0.0008903425253589 0.0000555597755431
102.800000 -0.0024324146859915 0.0009754431516743 0.0000578964003420
102.800000 -0.0024735043407682 0.0009071816873678 0.0000778194384374
102.800000 -0.0025784136219529 0.0007224579357359 0.0000953776798315
102.800000 -0.0026835807718018 0.0005246344182900 0.0001076562826531
102.800000 -0.0027305403247277 0.0004323784396059 0.0001164329167941
102.900000 -0.0027032912748241 0.0004553338827661 0.0001140594950256
102.900000 -0.0026055010811900 0.0006456810535240 0.0000863893225886
102.900000 -0.0025015650891637 0.0008361521286540 0.0000622200723327
102.900000 -0.0024525339063367 0.0009213106942561 0.0000631276648654
102.900000 -0.0024925125702876 0.0008527967218375 0.0000814463013444
102.900000 -0.0025943650223485 0.0006678587750485 0.0000981736062056
102.900000 -0.0026963623527308 0.0004702164966531 0.0001108637816378
102.900000 -0.0027418390609721 0.0003782314169502 0.0001210258120428
103.000000 -0.0027144882454543 0.0004009568219366 0.0001201911318299
103.000000 -0.0026196582789048 0.0005910919239930 0.0000934007440069
103.000000 -0.0025189293672020 0.0007815545827926 0.0000688497660008
103.000000 -0.0024714291219374 0.0008667214018752 0.0000683271904778
103.000000 -0.0025102975683353 0.0007979953818303 0.0000850330317537
103.000000 -0.0026091051261941 0.0006129476629294 0.0001009237055616
103.000000 -0.0027079620934538 0.0004155897635991 0.0001140229015546
103.000000 -0.0027519749638384 0.0003239200070784 0.0001255676925813
103.100000 -0.0027245046183139 0.0003464025249405 0.0001262707139328
103.100000 -0.0026326009013030 0.0005362283486937 0.0001003688924352
103.100000 -0.0025350611660336 0.0007265765544475 0.0000754456183802
103.100000 -0.0024890899379633 0.0008117021185020 0.0000734923631643
103.100000 -0.0025268504277363 0.0007428044608776 0.0000885778676310
103.100000 -0.0026226288044321 0.0005577506540142 0.0001036267612863
103.100000 -0.0027183783970531 0.0003607787612758 0.0001171323979549
103.100000 -0.0027609478894167 0.0002694678272765 0.0001300568100607
103.200000 -0.0027333395447157 0.0002916952314969 0.0001322957504159
103.200000 -0.0026443248316510 0.0004811161582824 0.0001072906075610
103.200000 -0.0025499525286585 0.0006712448858636 0.0000820044062442
103.200000 -0.0025055065241459 0.0007562799350357 0.0000786205807073
103.200000 -0.0025421628011144 0.0006872509401896 0.0000920790654490
103.200000 -0.0026349314514918 0.0005022938488302 0.0001062815798944
103.200000 -0.0027276101218013 0.0003058079582857 0.0001201910523450
103.200000 -0.0027687581107803 0.0002148983784599 0.0001344914475030
103.300000 -0.0027409926195333 0.0002368590960455 0.0001382637854219
103.300000 -0.0026548264689194 0.0004257812076921 0.0001141627578717
103.300000 -0.0025635960602599 0.0006155865845252 0.0000885229225503
103.300000 -0.0025206696207023 0.0007004821787597 0.0000837092538106
103.300000 -0.0025562269045055 0.0006313619782303 0.0000955349008777
103.300000 -0.0026460089837276 0.0004466033849961 0.0001088869912838
103.300000 -0.0027356565759510 0.0002507017438746 0.0001231976722098
103.300000 -0.0027754063117484 0.0001602350409018 0.0001388699192811
103.400000 -0.0027474638758825 0.0001819181823997 0.0001441723983793
103.400000 -0.0026641027256900 0.0003702493677725 0.0001209822414684
103.400000 -0.0025759849311997 0.0005596288127829 0.0000949979776792
103.400000 -0.0025345705441189 0.0006443364026520 0.0000887558072262
103.400000 -0.0025690355208329 0.0005751649002376 0.0000989436694707
103.400000 -0.0026558578377920 0.0003907054285431 0.0001114418489822
103.400000 -0.0027425175125807 0.0001954844223238 0.0001261510910306
103.400000 -0.0027808935807649 0.0001055010701713 0.0001431905710901
103.500000 -0.0027527537798750 0.0001268964585951 0.0001500192042104
103.500000 -0.0026721510260150 0.0003145465170573 0.0001277459868631
103.500000 -0.0025871128798787 0.0005033988774391 0.0001014264006712
103.500000 -0.0025472011927920 0.0005878703745492 0.0000937576808854
103.500000 -0.0025805820032438 0.0005186871876838 0.0001023036873467
103.500000 -0.0026644749689461 0.0003346261653521 0.0001139450303879
103.500000 -0.0027481931245067 0.0001401802075381 0.0001290501682958
103.500000 -0.0027852214048955 0.0000507195932701 0.0001474517799091
103.600000 -0.0027568632254501 0.0000718177919253 0.0001558018535252
103.600000 -0.0026789693032314 0.0002586985336562 0.0001344509537584
103.600000 -0.0025969742154613 0.0004469242192921 0.0001078050404579
103.600000 -0.0025585540525213 0.0005311120661625 0.0000987123310330
103.600000 -0.0025908602783089 0.0004619564676792 0.0001056132918679
103.600000 -0.0026718578493141 0.0002783917927037 0.0001163954370021
103.600000 -0.0027526840392611 0.0000848132178210 0.0001318937895059
103.600000 -0.0027883916639463 -0.0000040863950414 0.0001516519539559
103.700000 -0.0027597935292866 0.0000167059441558 0.0001615180328017
103.700000 -0.0026845559977366 0.0002027312872637 0.0001410941338115
103.700000 -0.0026055638204647 0.0003902324026367 0.0001141307670914
103.700000 -0.0025686222018523 0.0004740896419459 0.0001036172313647
103.700000 -0.0025998648490813 0.0004050005023149 0.0001088708423139
103.700000 -0.0026780044660859 0.0002220285109370 0.0001187919946559
103.700000 -0.0027559913141429 0.0000294074708286 0.0001346808661741
103.700000 -0.0027904066247064 -0.0000588940357378 0.0001557895326345
103.800000 -0.0027615464257993 -0.0000384154330927 0.0001671654645534
103.800000 -0.0026889100547282 0.0001466706312842 0.0001476725513838
103.800000 -0.0026128771532132 0.0003333511047205 0.0001204004729701
103.800000 -0.0025773993172646 0.0004168314478140 0.0001084698741679
103.800000 -0.0026075907980172 0.0003478471779455 0.0001120747205523
103.800000 -0.0026829133196706 0.0001655625152126 0.0001211336537308
103.800000 -0.0027581164313444 -0.0000260131213061 0.0001374103358219
103.800000 -0.0027912689353163 -0.0001136806088526 0.0001598629864765
103.900000 -0.0027621240622233 -0.0000935228027992 0.0001727419074853
103.900000 -0.0026920309219130 0.0000905423950649 0.0001541832642753
103.900000 -0.0026189102501566 0.0002763081051548 0.0001266110740608
103.900000 -0.0025848796782014 0.0003593659997102 0.0001132677714651
103.900000 -0.0026140337897554 0.0002905244944105 0.0001152233317047
103.900000 -0.0026865834218057 0.0001090199873756 0.0001234193893726
103.900000 -0.0027590612931563 -0.0000814247566871 0.0001400811619705
103.900000 -0.0027909816197657 -0.0001684235366413 0.0001638708170773
104.000000 -0.0027615289937873 -0.0001485927468439 0.0001782451566404
104.000000 -0.0026939185471879 0.0000343723762343 0.0001606233644456
104.000000 -0.0026236597280516 0.0002191312752793 0.0001327595111180
104.000000 -0.0025910581719352 0.0003017219720234 0.0001180084561605
104.000000 -0.0026191900737551 0.0002330605541928 0.0001183151048092
104.000000 -0.0026890142936260 0.0000524270879142 0.0001256482017008
104.000000 -0.0027588282172553 -0.0001368037482140 0.0001426923341295
104.000000 -0.0027895480725197 -0.0002231003865926 0.0001678115570277
104.100000 -0.0027597641789804 -0.0002036019701654 0.0001836730435350
104.100000 -0.0026945733762961 -0.0000218136668596 0.0001669899787230
104.100000 -0.0026271227860075 0.0001618485674783 0.0001388427509004
104.100000 -0.0025959302982666 0.0002439281858538 0.0001226894831889
104.100000 -0.0026230564867911 0.0001754835515133 0.0001213484934792
104.100000 -0.0026902059636940 -0.0000041900519900 0.0001278191160123
104.100000 -0.0027574199320757 -0.0001921265279966 0.0001452428677820
104.100000 -0.0027869720532768 -0.0002776888742963 0.0001716837698417
104.200000 -0.0027568329749131 -0.0002585273047801 0.0001890234362873
104.200000 -0.0026939963504622 -0.0000779900226164 0.0001732802694998
104.200000 -0.0026292972073928 0.0001044880044484 0.0001448577873841
104.200000 -0.0025994921740506 0.0001860135971254 0.0001273084306669
104.200000 -0.0026256304553049 0.0001178217613613 0.0001243219765574
104.200000 -0.0026901589659962 -0.0000608053383256 0.0001299311829800
104.200000 -0.0027548395722685 -0.0002473696516293 0.0001477318043675
104.200000 -0.0027832576818587 -0.0003321668661779 0.0001754860498815
104.300000 -0.0027527391327746 -0.0003133457136736 0.0001942942397369
104.300000 -0.0026921889040091 -0.0001341310335604 0.0001794914354181
104.300000 -0.0026301813616037 0.0000470776684160 0.0001508016429729
104.300000 -0.0026017405375452 0.0001280072845474 0.0001318629010467
104.300000 -0.0026269099976095 0.0000601035284587 0.0001272340587669
104.300000 -0.0026888743379068 -0.0001173927220323 0.0001319834788475
104.300000 -0.0027510906742484 -0.0003025098023375 0.0001501582112632
104.300000 -0.0027784094332327 -0.0003865123821068 0.0001792170222796
104.400000 -0.0027474867933879 -0.0003680342945701 0.0001994833955586
104.400000 -0.0026891529619573 -0.0001902111036319 0.0001856207120435
104.400000 -0.0026297742056915 -0.0000103543096967 0.0001566713697062
104.400000 -0.0026026727525777 0.0000699384374217 0.0001363505222712
104.400000 -0.0026268937259469 0.0000023572561585 0.0001300832713580
104.400000 -0.0026863536181225 -0.0001739262067043 0.0001339751056188
104.400000 -0.0027461771718329 -0.0003575237949999 0.0001525211817631
104.400000 -0.0027724321326677 -0.0004407035978881 0.0001828753428597
104.500000 -0.0027410804828646 -0.0004225702835893 0.0002045888823697
104.500000 -0.0026848909376123 -0.0002462047053992 0.0001916653725298
104.500000 -0.0026280752858495 -0.0000677797611579 0.0001624640504632
104.500000 -0.0026022868125240 0.0000118363432981 0.0001407689489314
104.500000 -0.0026255808483957 -0.0000553886047254 0.0001328681727500
104.500000 -0.0026825988445693 -0.0002303798562210 0.0001359051912440
104.500000 -0.0027401033919720 -0.0004123885800573 0.0001548198350569
104.500000 -0.0027653309510232 -0.0004947188476452 0.0001864596980561
104.600000 -0.0027335251083585 -0.0004769310587964 0.0002096087158324
104.600000 -0.0026794057301380 -0.0003020863871954 0.0001976227282736
104.600000 -0.0026250847387553 -0.0001251704903666 0.0001681768001653
104.600000 -0.0026005813440938 -0.0000462696245230 0.0001451158634242
104.600000 -0.0026229711706272 -0.0001131055671562 0.0001355873491705
104.600000 -0.0026776125522843 -0.0002867278023094 0.0001377728898019
104.600000 -0.0027328740505721 -0.0004670812473137 0.0001570533162072
104.600000 -0.0027571114001717 -0.0005485366261009 0.0001899688048325
104.700000 -0.0027248259539216 -0.0005310941436547 0.0002145409487522
104.700000 -0.0026727007221214 -0.0003578307801845 0.0002034901295614
104.700000 -0.0026208032927691 -0.0001824982858471 0.0001738067669751
104.700000 -0.0025975556109175 -0.0001043500196409 0.0001493889771121
104.700000 -0.0026190650975073 -0.0001707651191813 0.0001382394152896
104.700000 -0.0026713977712734 -0.0003429442520421 0.0001395773816783
104.700000 -0.0027244942484142 -0.0005215790296378 0.0001592207961274
104.700000 -0.0027477793285547 -0.0006021355907665 0.0001934014106013
104.800000 -0.0027149886764602 -0.0005850372103870 0.0002193836711727
104.800000 -0.0026647797771275 -0.0004134126053632 0.0002092649662073
104.800000 -0.0026152322689839 -0.0002397349312993 0.0001793511334924
104.800000 -0.0025932095169282 -0.0001623753353564 0.0001535860314831
104.800000 -0.0026138636345414 -0.0002283387353103 0.0001408230148495
104.800000 -0.0026639580243469 -0.0003990034952775 0.0001413178737417
104.800000 -0.0027149694671659 -0.0005758593065723 0.0001613214715592
104.800000 -0.0027373409168716 -0.0006554945640444 0.0001967562931433
104.900000 -0.0027040193017930 -0.0006387380832531 0.0002241350104676
104.900000 -0.0026556472372471 -0.0004688066805016 0.0002149446681850
104.900000 -0.0026083735821268 -0.0002968522167061 0.0001848071179481
104.900000 -0.0025875436095335 -0.0002203160176256 0.0001577047993105
104.900000 -0.0026073683891601 -0.0002857978879627 0.0001433368212907
104.900000 -0.0026552973249337 -0.0004548799120449 0.0001429935995151
104.900000 -0.0027043055654897 -0.0006298996078582 0.0001633545650508
104.900000 -0.0027258026738997 -0.0007085925352535 0.0002000322605281
105.000000 -0.0026919242208106 -0.0006921747417511 0.0002287931314309
105.000000 -0.0026453079206377 -0.0005239879270300 0.0002205267062515
105.000000 -0.0026002297413089 -0.0003538219494982 0.0001901719753946
105.000000 -0.0025805590825698 -0.0002781424781635 0.0001617430858135
105.000000 -0.0025995815718433 -0.0003431140589875 0.0001457795383730
105.000000 -0.0026454201748750 -0.0005105479798800 0.0001446038193460
105.000000 -0.0026925087752467 -0.0006836776168806 0.0001653193249358
105.000000 -0.0027131714324470 -0.0007614086625839 0.0002032281510367
105.100000 -0.0026787101857365 -0.0007453253237485 0.0002333562363658
105.100000 -0.0026337671190581 -0.0005789313768745 0.0002260085925663
105.100000 -0.0025908038506198 -0.0004106159657771 0.0001954429988933
105.100000 -0.0025722577790336 -0.0003358251076974 0.0001656987298164
105.100000 -0.0025905059970777 -0.0004002587512547 0.0001481499007922
105.100000 -0.0026343315621988 -0.0005659822811158 0.0001461478205731
105.100000 -0.0026795856977951 -0.0007371711740442 0.0001672150253134
105.100000 -0.0026994543454342 -0.0008139222749881 0.0002063428330863
105.200000 -0.0026643843064891 -0.0007981681285513 0.0002378225651725
105.200000 -0.0026210305953979 -0.0006336121792476 0.0002313878813034
105.200000 -0.0025800996095664 -0.0004672061415973 0.0002006175206993
105.200000 -0.0025626421935836 -0.0003933342893684 0.0001695696049070
105.200000 -0.0025801450841467 -0.0004572035003191 0.0001504466747920
105.200000 -0.0026220369588747 -0.0006211575101333 0.0001476249176906
105.200000 -0.0026655433003848 -0.0007903582800838 0.0001690409660299
105.200000 -0.0026846588821070 -0.0008661128740153 0.0002093752051568
105.300000 -0.0026489540471439 -0.0008506816199168 0.0002421903954375
105.300000 -0.0026071045812010 -0.0006880056073989 0.0002366621692600
105.300000 -0.0025681213133504 -0.0005235644043089 0.0002056929134425
105.300000 -0.0025517154748053 -0.0004506404122797 0.0001733536205936
105.300000 -0.0025685028577481 -0.0005139198861556 0.0001526686587714
105.300000 -0.0026085423185501 -0.0006760484805755 0.0001490344525107
105.300000 -0.0026503889126456 -0.0008432170993185 0.0001707964726621
105.300000 -0.0026687928243752 -0.0009179601355972 0.0002123241957216
105.400000 -0.0026324272224953 -0.0009028444290169 0.0002464580425216
105.400000 -0.0025919957741843 -0.0007420870653299 0.0002418290964595
105.400000 -0.0025548738529835 -0.0005796627439594 0.0002106665913063
105.400000 -0.0025394814272340 -0.0005077138851890 0.0001770487234602
105.400000 -0.0025555839484357 -0.0005703795449691 0.0001548146838859
105.400000 -0.0025938540742662 -0.0007306301325317 0.0001503757943234
105.400000 -0.0026341302231712 -0.0008957259628543 0.0001724808965029
105.400000 -0.0026518642632796 -0.0009694439117901 0.0002151887631805
105.500000 -0.0026148119947172 -0.0009546353573588 0.0002506238596510
105.500000 -0.0025757113357503 -0.0007958320944778 0.0002468863467514
105.500000 -0.0025403627152360 -0.0006354732247576 0.0002155360112014
105.500000 -0.0025259445131261 -0.0005645251503440 0.0001806528983189
105.500000 -0.0025413935928822 -0.0006265541810751 0.0001568836146453
105.500000 -0.0025779791361561 -0.0007848775396940 0.0001516483400549
105.500000 -0.0026167752761945 -0.0009478633717425 0.0001740936145491
105.500000 -0.0026338815955824 -0.0010205442324806 0.0002179678957978
105.600000 -0.0025961168701209 -0.0010060333796696 0.0002546862380091
105.600000 -0.0025582588884930 -0.0008492163803745 0.0002518316484075
105.600000 -0.0025245939824152 -0.0006909679965972 0.0002202986739377
105.600000 -0.0025111098539747 -0.0006210446974581 0.0001841641693588
105.600000 -0.0025259376339582 -0.0006824155788544 0.0001588743495040
105.600000 -0.0025609248891213 -0.0008387659164919 0.0001528515144239
105.600000 -0.0025983324683570 -0.0009996080001012 0.0001756340294915
105.600000 -0.0026148535204824 -0.0010712413070623 0.0002206606116434
105.700000 -0.0025763506960093 -0.0010570176467503 0.0002586436068314
105.700000 -0.0025396465136975 -0.0009022157592829 0.0002566627747151
105.700000 -0.0025075743319703 -0.0007461193066424 0.0002249521253908
105.700000 -0.0024949832317594 -0.0006772430778239 0.0001875806012924
105.700000 -0.0025092225206238 -0.0007379356147791 0.0001607858214476
105.700000 -0.0025426991904885 -0.0008922706252102 0.0001539847700964
105.700000 -0.0025788105455678 -0.0010509386982047 0.0001771015697084
105.700000 -0.0025947890364500 -0.0011215155260871 0.0002232659585392
105.800000 -0.0025555226576256 -0.0011075674883060 0.0002624944335032
105.800000 -0.0025198827488314 -0.0009548062248182 0.0002613775445683
105.800000 -0.0024893110359204 -0.0008008995109744 0.0002294939576656
105.800000 -0.0024775710899262 -0.0007330909185608 0.0001909003004964
105.800000 -0.0024912553076292 -0.0007930862695115 0.0001626169985719
105.800000 -0.0025233103676438 -0.0009453671830918 0.0001550475878391
105.800000 -0.0025582185999532 -0.0011018344955472 0.0001784956892616
105.800000 -0.0025736974381825 -0.0011713474629011 0.0002257830140107
105.900000 -0.0025336422751949 -0.0011576624157581 0.0002662372236606
105.900000 -0.0024989765850262 -0.0010069639345556 0.0002659738230568
105.900000 -0.0024698119601006 -0.0008552810862990 0.0002339218102549
105.900000 -0.0024588805340867 -0.0007885589369942 0.0001941214161482
105.900000 -0.0024720436550179 -0.0008478396400730 0.0001643668846575
105.900000 -0.0025027672156442 -0.0009980312694333 0.0001560394766706
105.900000 -0.0025365660668935 -0.0011522746038882 0.0001798158678961
105.900000 -0.0025515883136765 -0.0012207178752669 0.0002282108852429
106.000000 -0.0025107194010573 -0.0012072821250450 0.0002698705212962
106.000000 -0.0024769374645494 -0.0010586652166320 0.0002704495220533
106.000000 -0.0024490855632231 -0.0009092366417146 0.0002382333711939
106.000000 -0.0024389193324320 -0.0008436179551626 0.0001972421413570
106.000000 -0.0024515958274303 -0.0009021679520845 0.0001660345197362
106.000000 -0.0024810789948046 -0.0010502387326743 0.0001569599740124
106.000000 -0.0025138627221471 -0.0012022384202843 0.0001810616110432
106.000000 -0.0025284715414150 -0.0012696077069813 0.0002305487090427
106.100000 -0.0024867642168900 -0.0012564064994158 0.0002733929088681
106.100000 -0.0024537752782627 -0.0011098865763431 0.0002748026007995
106.100000 -0.0024271408957478 -0.0009627389305407 0.0002424263782093
106.100000 -0.0024176959158523 -0.0008982389144481 0.0002002607142877
106.100000 -0.0024299206932015 -0.0009560435720758 0.0001676189806523
106.100000 -0.0024582554282580 -0.0011019655974868 0.0001578086458378
106.100000 -0.0024901186790583 -0.0012517055301134 0.0001822324498266
106.100000 -0.0025043572876679 -0.0013179980894925 0.0002327956518070
106.200000 -0.0024617872310165 -0.0013050156122249 0.0002768030074154
106.200000 -0.0024295003630675 -0.0011606047027435 0.0002790310664922
106.200000 -0.0024039875985597 -0.0010157608622055 0.0002464986198639
106.200000 -0.0023952193777548 -0.0009523928903267 0.0002031754192788
106.200000 -0.0024070277232484 -0.0010094390198632 0.0001691193816160
106.200000 -0.0024343066994883 -0.0011531880718681 0.0001585850868197
106.200000 -0.0024653443858475 -0.0013006557100975 0.0001833279410735
106.200000 -0.0024792560039017 -0.0013658703435232 0.0002349509094967
106.300000 -0.0024357992758002 -0.0013530897297300 0.0002800994766774
106.300000 -0.0024041234993325 -0.0012107964752502 0.0002831329748675
106.300000 -0.0023796359014470 -0.0010682755141928 0.0002504479366947
106.300000 -0.0023714994735725 -0.0010060511072327 0.0002059845879513
106.300000 -0.0023829269897424 -0.0010623269809940 0.0001705348747500
106.300000 -0.0024092434498317 -0.0012038825542405 0.0001592889204774
106.300000 -0.0024395506229820 -0.0013490689313294 0.0001843476673284
106.300000 -0.0024531784242981 -0.0014132059807046 0.0002370137076175
106.400000 -0.0024088115051211 -0.0014006093139027 0.0002832810152204
106.400000 -0.0023776559083041 -0.0012604389702576 0.0002871064307864
106.400000 -0.0023540966213752 -0.0011202561440451 0.0002542722223458
106.400000 -0.0023465466199560 -0.0010591849535339 0.0002086866003098
106.400000 -0.0023576291645606 -0.0011146803192562 0.0001718646506280
106.400000 -0.0023830767759464 -0.0012540256405628 0.0001599197993225
106.400000 -0.0024127485006241 -0.0013969253623093 0.0001852912368721
106.400000 -0.0024261355633769 -0.0014599867052263 0.0002389833012073
106.500000 -0.0023808353919320 -0.0014475550252535 0.0002863463605690
106.500000 -0.0023501092494946 -0.0013095094677651 0.0002909495888196
106.500000 -0.0023273811605541 -0.0011716762014245 0.0002579694246947
106.500000 -0.0023203718936410 -0.0011117659966097 0.0002112798858340
106.500000 -0.0023311455175122 -0.0011664720892515 0.0001731079388059
106.500000 -0.0023558182272464 -0.0013035941314559 0.0001604774050029
106.500000 -0.0023849494561549 -0.0014442053719957 0.0001861582837443
106.500000 -0.0023981387137216 -0.0015061944155088 0.0002408589748304
106.600000 -0.0023518827258911 -0.0014939077256795 0.0002892942893453
106.600000 -0.0023214956180471 -0.0013579854580221 0.0002946606538328
106.600000 -0.0022995015042902 -0.0012225093402269 0.0002615375469712
106.600000 -0.0022929870299832 -0.0011637659980291 0.0002137629245595
106.600000 -0.0023034879143339 -0.0012176755490288 0.0001742640083441
106.600000 -0.0023274798032969 -0.0013525650393482 0.0001609614484462
106.600000 -0.0023561652517696 -0.0014908895328769 0.0001869484677706
106.600000 -0.0023691994438040 -0.0015518112059024 0.0002426400425794
106.700000 -0.0023219656110700 -0.0015396484813380 0.0002921236174144
106.700000 -0.0022918275420729 -0.0014058446481952 0.0002982378815734
106.700000 -0.0022704702186216 -0.0012727294307494 0.0002649746488701
106.700000 -0.0022644044211531 -0.0012151569288198 0.0002161342481473
106.700000 -0.0022746688144483 -0.0012682641727775 0.0001753321683216
106.700000 -0.0022980739511698 -0.0014009155956421 0.0001613716700023
106.700000 -0.0023264079721442 -0.0015369586240685 0.0001876614745946
106.700000 -0.0023393295959062 -0.0015968193684177 0.0002443258480837
106.800000 -0.0022910964637319 -0.0015847585655519 0.0002948332000370
106.800000 -0.0022611179799595 -0.0014530649690598 0.0003016795792576
106.800000 -0.0022403004477288 -0.0013223105719091 0.0002682788476549
106.800000 -0.0022346371139842 -0.0012659109848238 0.0002183924409420
106.800000 -0.0022447012684808 -0.0013182116635758 0.0001763117683402
106.800000 -0.0022676135627530 -0.0014486232579063 0.0001617078395841
106.800000 -0.0022956900221671 -0.0015823936344405 0.0001882970157136
106.800000 -0.0023085412841353 -0.0016412013944934 0.0002459157645267
106.900000 -0.0022592880101787 -0.0016292194617514 0.0002974219320306
106.900000 -0.0022293803176447 -0.0014996245817205 0.0003049841061586
106.900000 -0.0022090059111171 -0.0013712271035095 0.0002714483192535
106.900000 -0.0022036988074648 -0.0013160006021309 0.0002205361410157
106.900000 -0.0022135989155290 -0.0013674919661926 0.0001772021990201
106.900000 -0.0022361119720139 -0.0014956657170973 0.0001619697568075
106.900000 -0.0022640241247359 -0.0016271757657808 0.0001888548285197
106.900000 -0.0022768468925286 -0.0016849399768056 0.0002474091946697
107.000000 -0.0022265532846619 -0.0016730128664582 0.0002998887479375
107.000000 -0.0021966283658541 -0.0015455018843634 0.0003081498741962
107.000000 -0.0021766009005639 -0.0014194536185536 0.0002744812993455
107.000000 -0.0021716038498678 -0.0013653984725842 0.0002225640411988
107.000000 -0.0021813759801785 -0.0014160792799392 0.0001780028924850
107.000000 -0.0022035829522097 -0.0015420209048120 0.0001621572511298
107.000000 -0.0022314233186132 -0.0016712864359990 0.0001893346763457
107.000000 -0.0022442590732463 -0.0017280180111232 0.0002488055708849
107.100000 -0.0021929056273559 -0.0017161206923150 0.0003022326222014
107.100000 -0.0021628763572973 -0.0015906755190442 0.0003111753485283
107.100000 -0.0021431002768275 -0.0014669649755997 0.0002773760844389
107.100000 -0.0021383672355104 -0.0014140775593483 0.0002244748900950
107.100000 -0.0021480472692598 -0.0014639480715675 0.0001787133228369
107.100000 -0.0021700407130436 -0.0015876670005759 0.0001622701819871
107.100000 -0.0021979009563399 -0.0017147072823750 0.0001897363485150
107.100000 -0.0022107907448471 -0.0017704185982156 0.0002501043551953
107.200000 -0.0021583586823886 -0.0017585250711662 0.0003044525693532
107.200000 -0.0021281389438202 -0.0016351243785139 0.0003140590481431
107.200000 -0.0021085194661093 -0.0015137363111575 0.0002801310329372
107.200000 -0.0021040046011363 -0.0014620111125327 0.0002262674930811
107.200000 -0.0021136281683406 -0.0015110730882098 0.0001793330066198
107.200000 -0.0021354998977612 -0.0016325824391681 0.0001623084389302
107.200000 -0.0021634707022022 -0.0017574201648584 0.0001900596603972
107.200000 -0.0021764550906456 -0.0018121250458143 0.0002513050393243
107.300000 -0.0021229263959260 -0.0018002083571950 0.0003065476442040
107.300000 -0.0020924311935075 -0.0016788276130867 0.0003167995464538
107.300000 -0.0020728744562664 -0.0015597430521208 0.0002827445661955
107.300000 -0.0020685322219130 -0.0015091726848615 0.0002279407132882
107.300000 -0.0020781346379472 -0.0015574293703583 0.0001798615032724
107.300000 -0.0020999755801836 -0.0016767459179876 0.0001622719417588
107.300000 -0.0021281465302473 -0.0017994071694218 0.0001903044534681
107.300000 -0.0021412655571445 -0.0018531208706365 0.0002524071447529
107.400000 -0.0020866230143074 -0.0018411531301193 0.0003085169420489
107.400000 -0.0020557685877328 -0.0017217646375519 0.0003193954718944
107.400000 -0.0020361817927667 -0.0016049609282329 0.0002852151695648
107.400000 -0.0020319670070378 -0.0015555361473805 0.0002294934725663
107.400000 -0.0020415832095096 -0.0016029922648772 0.0001802984155685
107.400000 -0.0020634832616723 -0.0017201364044612 0.0001621606406542
107.400000 -0.0020919427223453 -0.0018406506114734 0.0001904705953750
107.400000 -0.0021052358525416 -0.0018933898004721 0.0002534102227854
107.500000 -0.0020494630822266 -0.0018813421984534 0.0003103595988783
107.500000 -0.0020181670181500 -0.0017639151381324 0.0003218455085173
107.500000 -0.0019984585743829 -0.0016493659845813 0.0002875413934239
107.500000 -0.0019943264949454 -0.0016010757051911 0.0002309247524285
107.500000 -0.0020039909810240 -0.0016477374380450 0.0001806433900454
107.500000 -0.0020260388680216 -0.0017627331434976 0.0001619745163102
107.500000 -0.0020548738662930 -0.0018811330393331 0.0001905579800060
107.500000 -0.0020683799453054 -0.0019329157763400 0.0002543138546246
107.600000 -0.0020114614409557 -0.0019207586028368 0.0003120747915996
107.600000 -0.0019796427836230 -0.0018052590794930 0.0003241483965934
107.600000 -0.0019597224486177 -0.0016929345941162 0.0002897218541984
107.600000 -0.0019556288481100 -0.0016457659132028 0.0002322335949747
107.600000 -0.0019653756124275 -0.0016916408886195 0.0001808961174187
107.600000 -0.0019876587462735 -0.0018045156649876 0.0001617135800621
107.600000 -0.0020169548539548 -0.0019208372377760 0.0001905665275657
107.600000 -0.0020307120628161 -0.0019716829547183 0.0002551176514549
107.700000 -0.0019726332266060 -0.0019593856194377 0.0003136617382683
107.700000 -0.0019402125870878 -0.0018457767118001 0.0003263029332124
107.700000 -0.0019199916068558 -0.0017356434701903 0.0002917552353654
107.700000 -0.0019158928474361 -0.0016895816918915 0.0002334191037943
107.700000 -0.0019257553206777 -0.0017346789609222 0.0001810563329846
107.700000 -0.0019483596614504 -0.0018454637913541 0.0001613778740136
107.700000 -0.0019782008794370 -0.0019597462316479 0.0001904961846541
107.700000 -0.0019922466900686 -0.0020096757098504 0.0002558212545353
107.800000 -0.0019329938684234 -0.0019972067634324 0.0003151196983284
107.800000 -0.0018998935323411 -0.0018854485778352 0.0003283079728862
107.800000 -0.0018792847792375 -0.0017774696791117 0.0002936402884435
107.800000 -0.0018751378862313 -0.0017324983430545 0.0002344804448455
107.800000 -0.0018851488745339 -0.0017768283579350 0.0001811238170066
107.800000 -0.0019081587932001 -0.0018855576451521 0.0001609674711614
107.800000 -0.0019386274372913 -0.0019978432895567 0.0001903469243518
107.800000 -0.0019529985684329 -0.0020468786361342 0.0002564243353005
107.900000 -0.0018925590871117 -0.0020342057925655 0.0003164479728628
107.900000 -0.0018587031207522 -0.0019242555201641 0.0003301624281529
107.900000 -0.0018376212292462 -0.0018183906527082 0.0002953758339669
107.900000 -0.0018333839637552 -0.0017744915655502 0.0002354168473110
107.900000 -0.0018435755890315 -0.0018180661544034 0.0001810983950892
107.900000 -0.0018670737323477 -0.0019247776567219 0.0001604824755174
107.900000 -0.0018982503207411 -0.0020351119276434 0.0001901187463091
107.900000 -0.0019129826944674 -0.0020832765505957 0.0002569265954718
108.000000 -0.0018513448931807 -0.0020703667107959 0.0003176459048541
108.000000 -0.0018166592478913 -0.0019621786883634 0.0003318652701823
108.000000 -0.0017950207480060 -0.0018583842008938 0.0002969607624431
108.000000 -0.0017906516783399 -0.0018155374710105 0.0002362276044281
108.000000 -0.0018010553196449 -0.0018583698099391 0.0001809799385353
108.000000 -0.0018251224773496 -0.0019631045718948 0.0001599230222281
108.000000 -0.0018570856199289 -0.0020715359134370 0.0001898116768402
108.000000 -0.0018722143187814 -0.0021188544954523 0.0002573277671764
108.100000 -0.0018093675853133 -0.0021056737720302 0.0003187128794548
108.100000 -0.0017737802000681 -0.0019991995463057 0.0003334155293830
108.100000 -0.0017515036482835 -0.0018974285242347 0.0002983940352931
108.100000 -0.0017469622200745 -0.0018556125995138 0.0002369120742928
108.100000 -0.0017576084561349 -0.0018977171821162 0.0001807683646874
108.100000 -0.0017823234306423 -0.0020005194597539 0.0001592892776911
108.100000 -0.0018151497201770 -0.0021070992697961 0.0001894257690224
108.100000 -0.0018307089449425 -0.0021535977407699 0.0002576276130771
108.200000 -0.0017666437487473 -0.0021401114839493 0.0003196483242680
108.200000 -0.0017300846507765 -0.0020352998795053 0.0003348122960098
108.200000 -0.0017070907581876 -0.0019355022265053 0.0002996746857722
108.200000 -0.0017023373630507 -0.0018946939352059 0.0002374696806358
108.200000 -0.0017132559160713 -0.0019360865395526 0.0001804636372535
108.200000 -0.0017386953948825 -0.0020370037204498 0.0001585814396687
108.200000 -0.0017724593002574 -0.0021417862789424 0.0001889611027992
108.200000 -0.0017884823284236 -0.0021874917872162 0.0002578259265099
108.300000 -0.0017231902536656 -0.0021736646119300 0.0003204517096381
108.300000 -0.0016855916570382 -0.0020704618025244 0.0003360547207726
108.300000 -0.0016618034145622 -0.0019725843272303 0.0003008018198724
108.300000 -0.0016567994571642 -0.0019327589218562 0.0002378999135699
108.300000 -0.0016680191380301 -0.0019734565749697 0.0001800657666145
108.300000 -0.0016942575690703 -0.0020725390930727 0.0001577997373974
108.300000 -0.0017290313306665 -0.0021755814865876 0.0001884177850884
108.300000 -0.0017455504755854 -0.0022205223689157 0.0002579225316314
108.400000 -0.0016790242535906 -0.0022063181830663 0.0003211225489521
108.400000 -0.0016403206556393 -0.0021046677664415 0.0003371420154450
108.400000 -0.0016156634560672 -0.0020086542742029 0.0003017746172032
108.400000 -0.0016103714194671 -0.0019697854783348 0.0002382023303072
108.400000 -0.0016219200744551 -0.0020098064182216 0.0001795748101147
108.400000 -0.0016490295445502 -0.0021071076635799 0.0001569444316948
108.400000 -0.0016848830718981 -0.0022084697061580 0.0001877959498948
108.400000 -0.0017019296426891 -0.0022526754564082 0.0002579172835761
108.500000 -0.0016341631837771 -0.0022380574902926 0.0003216603989502
108.500000 -0.0015942914592538 -0.0021379005663821 0.0003380734534734
108.500000 -0.0015686932159411 -0.0020436919559746 0.0003025923318511
108.500000 -0.0015630767250689 -0.0020057520139976 0.0002383765558446
108.500000 -0.0015749811841834 -0.0020451156492863 0.0001789908723335
108.500000 -0.0016030313008843 -0.0021406918727803 0.0001560158150612
108.500000 -0.0016400320727090 -0.0022404360231208 0.0001870957584266
108.500000 -0.0016576363349356 -0.0022839372597166 0.0002578100686220
108.600000 -0.0015886247595970 -0.0022688680966126 0.0003220648600479
108.600000 -0.0015475242524478 -0.0021701433491125 0.0003388483705864
108.600000 -0.0015209155144415 -0.0020776777143063 0.0003032542932160
108.600000 -0.0015149393975805 -0.0020406374439637 0.0002384222836166
108.600000 -0.0015272254246260 -0.0020793643112094 0.0001783141053373
108.600000 -0.0015562832015896 -0.0021732745243736 0.0001550142117779
108.600000 -0.0015944961683727 -0.0022714657994131 0.0001863173992168
108.600000 -0.0016126873055239 -0.0023142942315245 0.0002576008043658
108.700000 -0.0015424269749110 -0.0022987358394372 0.0003223355766673
108.700000 -0.0015000395875568 -0.0022013796206951 0.0003394661654019
108.700000 -0.0014723536509583 -0.0021105923565739 0.0003037599068240
108.700000 -0.0014659839991009 -0.0020744212042727 0.0002383392761144
108.700000 -0.0014786762436016 -0.0021125329229907 0.0001775447089128
108.700000 -0.0015088059897350 -0.0022048387930463 0.0001539399780000
108.700000 -0.0015482934789140 -0.0023015446779783 0.0001854610882473
108.700000 -0.0015670995547259 -0.0023437330704699 0.0002572894399076
108.800000 -0.0014955881004218 -0.0023276468350328 0.0003224722375787
108.800000 -0.0014518583804310 -0.0022315932542071 0.0003399263000355
108.800000 -0.0014230313957939 -0.0021424171681190 0.0003041086551145
108.800000 -0.0014162356197427 -0.0021070832669039 0.0002381273654692
108.800000 -0.0014293575708174 -0.0021446024924060 0.0001766829307786
108.800000 -0.0014606207833884 -0.0022353682326205 0.0001527935018451
108.800000 -0.0015014424073188 -0.0023306585874121 0.0001845270690786
108.800000 -0.0015208903289707 -0.0023722407245565 0.0002568759560445
108.900000 -0.0014481266820003 -0.0023555874830852 0.0003224745762526
108.900000 -0.0014030019060400 -0.0022607684975207 0.0003402283007049
108.900000 -0.0013729729816074 -0.0021731339245362 0.0003043000982014
108.900000 -0.0013657198666941 -0.0021386041546451 0.0002377864539996
108.900000 -0.0013792938089928 -0.0021755545287516 0.0001757290667763
108.900000 -0.0014117490709108 -0.0022648467842576 0.0001515752034759
108.900000 -0.0014539616377131 -0.0023587937467207 0.0001835156129813
108.900000 -0.0014740771199327 -0.0023998043946863 0.0002563603654735
109.000000 -0.0014000615389813 -0.0023825444713792 0.0003223423712212
109.000000 -0.0013534917939315 -0.0022888899811441 0.0003403717583342
109.000000 -0.0013222030945172 -0.0022027249038877 0.0003043338746066
109.000000 -0.0013144628528176 -0.0021689649557928 0.0002373165147201
109.000000 -0.0013285098246238 -0.0022053710555032 0.0001746834610389
109.000000 -0.0013622127060863 -0.0022932587847126 0.0001502855351772
109.000000 -0.0014058701335045 -0.0023859366701925 0.0001824270190725
109.000000 -0.0014266776636194 -0.0024264115383167 0.0002557427130031
109.100000 -0.0013514117624201 -0.0024085047805974 0.0003220754464501
109.100000 -0.0013033500235353 -0.0023159427261221 0.0003403563291546
109.100000 -0.0012707468648583 -0.0022311728988347 0.0003042097019645
109.100000 -0.0012624911847836 -0.0021981473386693 0.0002367175918118
109.100000 -0.0012770309383810 -0.0022340346228772 0.0001735465061373
109.100000 -0.0013120339030846 -0.0023205889746391 0.0001489249814268
109.100000 -0.0013571871354800 -0.0024120741723884 0.0001812616144545
109.100000 -0.0013787099394514 -0.0024520498732450 0.0002550230757742
109.200000 -0.0013021967133039 -0.0024334556892410 0.0003216736717190
109.200000 -0.0012525989193071 -0.0023419121519946 0.0003401817353016
109.200000 -0.0012186298575912 -0.0022584612286767 0.0003039273776965
109.200000 -0.0012098319507386 -0.0022261335659393 0.0002359898010516
109.200000 -0.0012248829151413 -0.0022615283202844 0.0001723186432028
109.200000 -0.0012612352312470 -0.0023468225069418 0.0001474940589601
109.200000 -0.0013079321598519 -0.0024371933732493 0.0001800197543572
109.200000 -0.0013301921693291 -0.0024767073815233 0.0002542015634898
109.300000 -0.0012524360207119 -0.0024573847786739 0.0003211369630128
109.300000 -0.0012012611457034 -0.0023667840848127 0.0003398477654091
109.300000 -0.0011658780623577 -0.0022845737512866 0.0003034867796544
109.300000 -0.0011565127075091 -0.0022529065087106 0.0002351333302001
109.300000 -0.0011720919536472 -0.0022878357886636 0.0001710003620258
109.300000 -0.0012098396096885 -0.0023719449551746 0.0001459933168269
109.300000 -0.0012581249962471 -0.0024612817033258 0.0001787018222826
109.300000 -0.0012811428166801 -0.0025003723135062 0.0002532783186533
109.400000 -0.0012021495799150 -0.0024802799382919 0.0003204652829207
109.400000 -0.0011493597019811 -0.0023905447652071 0.0003393542751984
109.400000 -0.0011125178831811 -0.0023094948749333 0.0003028878667305
109.400000 -0.0011025614673418 -0.0022784496604010 0.0002341484393468
109.400000 -0.0011186846757939 -0.0023129412326842 0.0001695922011293
109.400000 -0.0011578703017097 -0.0023959423219812 0.0001444233364417
109.400000 -0.0012077857056306 -0.0024843269091291 0.0001773082301522
109.400000 -0.0012315805854813 -0.0025230331920346 0.0002522535168155
109.500000 -0.0011513575504105 -0.0025021293708196 0.0003196586410453
109.500000 -0.0010969179168135 -0.0024131808565094 0.0003387011880621
109.500000 -0.0010585761278074 -0.0023332095699772 0.0003021306794343
109.500000 -0.0010480066841824 -0.0023027471503548 0.0002330354612111
109.500000 -0.0010646881155385 -0.0023368294328045 0.0001680947478178
109.500000 -0.0011053509090113 -0.0024188010475746 0.0001427847316253
109.500000 -0.0011569346181562 -0.0025063170586070 0.0001758394184564
109.500000 -0.0011815244192479 -0.0025446788167575 0.0002511273668299
109.600000 -0.0011000803538819 -0.0025229215977353 0.0003187170944201
109.600000 -0.0010439594427156 -0.0024346794529220 0.0003378884956416
109.600000 -0.0010040799966861 -0.0023557033804300 0.0003012153404332
109.600000 -0.0009928772394945 -0.0023257837571917 0.0002317948013978
109.600000 -0.0010101297074327 -0.0023594857571749 0.0001665086381983
109.600000 -0.0010523053657019 -0.0024405080182531 0.0001410781486382
109.600000 -0.0011055923309389 -0.0025272405467450 0.0001742958564057
109.600000 -0.0011309934999835 -0.0025652982685950 0.0002499001111162
109.700000 -0.0010483386720771 -0.0025426454648263 0.0003176407479348
109.700000 -0.0009905082502716 -0.0024550280877326 0.0003369162583980
109.700000 -0.0009490570715860 -0.0023769624353660 0.0003001420550571
109.700000 -0.0009372024276225 -0.0023475449218702 0.0002304269386066
109.700000 -0.0009550372747742 -0.0023808961733714 0.0001648345571760
109.700000 -0.0009987579320948 -0.0024610505749468 0.0001393042662053
109.700000 -0.0010537797057373 -0.0025470861012930 0.0001726780420840
109.700000 -0.0010800072470847 -0.0025848809143435 0.0002485720259320
109.800000 -0.0009961534445982 -0.0025612901478755 0.0003164297547694
109.800000 -0.0009365886221555 -0.0024742147415711 0.0003357846061747
109.800000 -0.0008935353038475 -0.0023969734601713 0.0002989111117646
109.800000 -0.0008810119407024 -0.0023680167604489 0.0002289324247932
109.800000 -0.0008994390173786 -0.0024010472599479 0.0001630732384210
109.800000 -0.0009447331882832 -0.0024804165217928 0.0001374637955311
109.800000 -0.0010015178665425 -0.0025658427886200 0.0001709865026020
109.800000 -0.0010285853161918 -0.0026034164114268 0.0002471434216523
109.900000 -0.0009435458665925 -0.0025788451584787 0.0003150843168356
109.900000 -0.0008822251469388 -0.0024922278507043 0.0003344937387521
109.900000 -0.0008375430022667 -0.0024157237876208 0.0002975228825693
109.900000 -0.0008243358531244 -0.0023871860765265 0.0002273118852828
109.900000 -0.0008433634989690 -0.0024199262177917 0.0001612254643076
109.900000 -0.0008902560274887 -0.0024985941347314 0.0001355574803043
109.900000 -0.0009488281970618 -0.0025835000196967 0.0001692217942526
109.900000 -0.0009767475979792 -0.0026208947127939 0.0002456146430560
110.000000 -0.0008905373863386 -0.0025953003499959 0.0003136046852253
110.000000 -0.0008274427126765 -0.0025090563153632 0.0003330439263916
110.000000 -0.0007811088206129 -0.0024332013687681 0.0002959778234260
110.000000 -0.0007672046055531 -0.0024050403733444 0.0002255660188326
110.000000 -0.0007868396341841 -0.0024375208812712 0.0001592920658240
110.000000 -0.0008353516491745 -0.0025155721701210 0.0001335860966930
110.000000 -0.0008957323380914 -0.0026000475562053 0.0001673845026659
110.000000 -0.0009245142168777 -0.0026373060719657 0.0002439860696208
110.100000 -0.0008371497027180 -0.0026106459236341 0.0003119911606661
110.100000 -0.0007722665002640 -0.0025246895080989 0.0003314355103695
110.100000 -0.0007242617447772 -0.0024493947836360 0.0002942764745741
110.100000 -0.0007096489885119 -0.0024215678655327 0.0002236955976443
110.100000 -0.0007298966752048 -0.0024538197291599 0.0001572739224519
110.100000 -0.0007800455519169 -0.0025313398733633 0.0001315504533276
110.100000 -0.0008422521847680 -0.0026154755167782 0.0001654752429649
110.100000 -0.0008719055297213 -0.0026526410482322 0.0002422581158240
110.200000 -0.0007834047625640 -0.0026248724346641 0.0003102440939827
110.200000 -0.0007167219765576 -0.0025391172821619 0.0003296689034990
110.200000 -0.0006670310795538 -0.0024642932516945 0.0002924194608376
110.200000 -0.0006517001255369 -0.0024367574904832 0.0002217014673244
110.200000 -0.0006725641980006 -0.0024688118953219 0.0001551719620166
110.200000 -0.0007243635260258 -0.0025458869875351 0.0001294513912731
110.200000 -0.0007884098836910 -0.0026297743833645 0.0001634946599199
110.200000 -0.0008189421243096 -0.0026668905120017 0.0002404312314504
110.300000 -0.0007293247578790 -0.0026379707987686 0.0003083638865646
110.300000 -0.0006608348872500 -0.0025523299798978 0.0003277445906391
110.300000 -0.0006094464350526 -0.0024778866421116 0.0002904074918797
110.300000 -0.0005933894559102 -0.0024505989193294 0.0002195845467916
110.300000 -0.0006148720881966 -0.0024824871791470 0.0001529871605053
110.300000 -0.0006683316459101 -0.0025592037620185 0.0001272897839885
110.300000 -0.0007342278299079 -0.0026429350077237 0.0001614434281028
110.300000 -0.0007656448178782 -0.0026800456503033 0.0002385059019065
110.400000 -0.0006749321229107 -0.0026499322985241 0.0003063509908384
110.400000 -0.0006046312494944 -0.0025643184411548 0.0003256631291897
110.400000 -0.0005515377127462 -0.0024901654837635 0.0002882413624112
110.400000 -0.0005347487169793 -0.0024630825675187 0.0002173458281312
110.400000 -0.0005568505265633 -0.0024948360557181 0.0001507205418542
110.400000 -0.0006119762621773 -0.0025712809611231 0.0001250665372738
110.400000 -0.0006797286637511 -0.0026549486180458 0.0001593222520401
110.400000 -0.0007120346554688 -0.0026920979724431 0.0002364826485409
110.500000 -0.0006202495310792 -0.0026607485900126 0.0003042059107450
110.500000 -0.0005481373442688 -0.0025750740116953 0.0003234251495712
110.500000 -0.0004933350911511 -0.0025011209749909 0.0002859219523515
110.500000 -0.0004758099260724 -0.0024741996049566 0.0002149863763938
110.500000 -0.0004985299741322 -0.0025058496856968 0.0001483731777023
110.500000 -0.0005553239934630 -0.0025821098726931 0.0001227825892026
110.500000 -0.0006249352675195 -0.0026658068256969 0.0001571318663629
110.500000 -0.0006581329081906 -0.0027030393158163 0.0002343620289695
110.600000 -0.0005652998917441 -0.0026704117095642 0.0003019292022205
110.600000 -0.0004913797084728 -0.0025845885516047 0.0003210313556879
110.600000 -0.0004348690111462 -0.0025107449930845 0.0002834502269395
110.600000 -0.0004166053620200 -0.0024839419657072 0.0002125073293394
110.600000 -0.0004399411569398 -0.0025155199249129 0.0001459461871139
110.600000 -0.0004984017179823 -0.0025916823166908 0.0001204389100422
110.600000 -0.0005698707619940 -0.0026755016320890 0.0001548730359564
110.600000 -0.0006039610713626 -0.0027128618518734 0.0002321446374067
110.700000 -0.0005101063468031 -0.0026789140806286 0.0002995214736800
110.700000 -0.0004343851267512 -0.0025928544436898 0.0003184825253731
110.700000 -0.0003761701609312 -0.0025190301034883 0.0002808272367947
110.700000 -0.0003571675462939 -0.0024923023572310 0.0002099098971254
110.700000 -0.0003811150504039 -0.0025238393336413 0.0001434407362659
110.700000 -0.0004412365647954 -0.0025999906537485 0.0001180365021575
110.700000 -0.0005145585027783 -0.0026840254356707 0.0001525465561044
110.700000 -0.0005495408625296 -0.0027215580922437 0.0002298311050009
110.800000 -0.0004546922671120 -0.0026862485207725 0.0002969833865046
110.800000 -0.0003771806230344 -0.0025998646018596 0.0003157795108151
110.800000 -0.0003172694606276 -0.0025259695687031 0.0002780541179260
110.800000 -0.0002975292237749 -0.0024992742691450 0.0002071953619375
110.800000 -0.0003220828633371 -0.0025308011855520 0.0001408580381025
110.800000 -0.0003838559047828 -0.0026070277936799 0.0001155763999001
110.800000 -0.0004590220764542 -0.0026913710390384 0.0001501532526317
110.800000 -0.0004948942193415 -0.0027291208950139 0.0002274221001733
110.900000 -0.0003990812487162 -0.0026924082488021 0.0002943156555293
110.900000 -0.0003197934517919 -0.0026056124794776 0.0003129232389636
110.900000 -0.0002581980465273 -0.0025315573568772 0.0002751320916878
110.900000 -0.0002377233431611 -0.0025048519814864 0.0002043650775633
110.900000 -0.0002628760216024 -0.0025363994763169 0.0001381993519543
110.900000 -0.0003262873413217 -0.0026127872039413 0.0001130596694818
110.900000 -0.0004032852965421 -0.0026975316561644 0.0001476939820419
110.900000 -0.0004400432972865 -0.0027355434711617 0.0002249183289620
111.000000 -0.0003432971088833 -0.0026973868920074 0.0002915190495316
111.000000 -0.0002622510889884 -0.0026100920776801 0.0003099147119125
111.000000 -0.0001989872549927 -0.0025357881500681 0.0002720624646809
111.000000 -0.0001777830370328 -0.0025090305724645 0.0002014204689081
111.000000 -0.0002035261514164 -0.0025406289318585 0.0001354659831232
111.000000 -0.0002685587006587 -0.0026172629180334 0.0001104874088305
111.000000 -0.0003473721992580 -0.0027025009197380 0.0001451696316503
111.000000 -0.0003850104672685 -0.0027408193911457 0.0002223205353676
111.100000 -0.0002873638819274 -0.0027011784935250 0.0002885943917206
111.100000 -0.0002045812227388 -0.0026132979536473 0.0003067550072604
111.100000 -0.0001396686060130 -0.0025386573521608 0.0002688466285987
111.100000 -0.0001177416015845 -0.0025118059256843 0.0001983630314518
111.100000 -0.0001440650623072 -0.0025434850162246 0.0001326592824309
111.100000 -0.0002106980219720 -0.0026204495438326 0.0001078607474296
111.100000 -0.0002913070390538 -0.0027062728886185 0.0001425811197116
111.100000 -0.0003298183130181 -0.0027449425916480 0.0002196295017019
111.200000 -0.0002313058148137 -0.0027037775198162 0.0002855425602241
111.200000 -0.0001468117436542 -0.0026152252288195 0.0003034452784458
111.200000 -0.0000802737864242 -0.0025401610964274 0.0002654860600151
111.200000 -0.0000576324760427 -0.0025131747368262 0.0001951943306478
111.200000 -0.0000845247297337 -0.0025449639390734 0.0001297806457328
111.200000 -0.0001527335471181 -0.0026223422718425 0.0001051808461390
111.200000 -0.0002351142839338 -0.0027088420553929 0.0001399293955413
111.200000 -0.0002744896283286 -0.0027479073824705 0.0002168460489386
111.300000 -0.0001751473625338 -0.0027051788682566 0.0002823644885745
111.300000 -0.0000889707348722 -0.0026158695970474 0.0002999867550553
111.300000 -0.0000208346327981 -0.0025402962527118 0.0002619823201157
111.300000 0.0000025107782176 -0.0025131345197659 0.0001919160012615
111.300000 -0.0000249372773748 -0.0025450626627540 0.0001268315133942
111.300000 -0.0000946937100568 -0.0026229368833515 0.0001024488969973
111.300000 -0.0001788186105348 -0.0027102033540368 0.0001372154396301
111.300000 -0.0002190474141035 -0.0027497084535817 0.0002139710370645
111.400000 -0.0001189131832399 -0.0027053778748319 0.0002790611661908
111.400000 -0.0000310864617670 -0.0026152273326648 0.0002963807431045
111.400000 0.0000386168859919 -0.0025390604342261 0.0002583370543684
111.400000 0.0000626544988387 -0.0025116836121208 0.0001885297466508
111.400000 0.0000346650409034 -0.0025437789089660 0.0001238133697309
111.400000 -0.0000366071259504 -0.0026222297584884 0.0000996661230047
111.400000 -0.0001224448989609 -0.0027103521676717 0.0001344402637514
111.400000 -0.0001635148752084 -0.0027503408823130 0.0002110053654314
111.500000 -0.0000626281331286 -0.0027043703219365 0.0002756336388566
111.500000 0.0000268126386676 -0.0026132952984730 0.0002926286252880
111.500000 0.0000980486865206 -0.0025364520039420 0.0002545519921348
111.500000 0.0001227649439130 -0.0025088211802072 0.0001850373379855
111.500000 0.0000942498593926 -0.0025411111649834 0.0001207277424124
111.500000 0.0000214974200686 -0.0026202178841605 0.0000968337778860
111.500000 -0.0000660182273611 -0.0027092843364143 0.0001316049110595
111.500000 -0.0001079154171132 -0.0027498001407015 0.0002079499731081
111.600000 -0.0000063172610625 -0.0027021524462672 0.0002720830091924
111.600000 0.0000846979687676 -0.0026100709536234 0.0002887318611989
111.600000 0.0001574285888664 -0.0025324700805619 0.0002506289462191
111.600000 0.0001828083136629 -0.0025045472233959 0.0001814406134086
111.600000 0.0001537847191888 -0.0025370586894276 0.0001175762018284
111.600000 0.0000795909844652 -0.0026168988618634 0.0000939531458328
111.600000 -0.0000095638662398 -0.0027069961653110 0.0001287104561792
111.600000 -0.0000522726423156 -0.0027480821029767 0.0002048058392302
111.700000 0.0000499941970817 -0.0026987209468083 0.0002684104371213
111.700000 0.0001425407814844 -0.0026055523613880 0.0002846919875142
111.700000 0.0002167243349647 -0.0025271145440570 0.0002465698123554
111.700000 0.0002427507723499 -0.0024988625778523 0.0001777414771365
111.700000 0.0002132370871312 -0.0025316215175742 0.0001143603604169
111.700000 0.0001376444772086 -0.0026122709153482 0.0000910255412239
111.700000 0.0000468927275107 -0.0027034844323516 0.0001257580052857
111.700000 0.0000033896534672 -0.0027451830531876 0.0002015739833488
111.800000 0.0001062808243483 -0.0026940729928998 0.0002646171403269
111.800000 0.0002003121920125 -0.0025997381968026 0.0002805106181458
111.800000 0.0002759036072472 -0.0025203860407535 0.0002423765686308
111.800000 0.0003025584703931 -0.0024917689196478 0.0001739418985002
111.800000 0.0002725743750190 -0.0025248004661787 0.0001110818719561
111.800000 0.0001956286740220 -0.0026063328981337 0.0000880523083243
111.800000 0.0001033259168664 -0.0026987463965554 0.0001227486961725
111.800000 0.0000590474853483 -0.0027410996929667 0.0001982554657756
111.900000 0.0001625170289330 -0.0026882062323829 0.0002607043947009
111.900000 0.0002579831897630 -0.0025926277541695 0.0002761894443546
111.900000 0.0003349340475572 -0.0025122859879566 0.0002380512748452
111.900000 0.0003621975666763 -0.0024832687672332 0.0001700439109278
111.900000 0.0003317639590962 -0.0025165971378066 0.0001077424308177
111.900000 0.0002535142289783 -0.0025990843008474 0.0000850348209608
111.900000 0.0001597098912269 -0.0026927798061213 0.0001196836983091
111.900000 0.0001146766835759 -0.0027358291494260 0.0001948513879248
112.000000 0.0002186770507198 -0.0026811187998130 0.0002566735347811
112.000000 0.0003155246506862 -0.0025842209544075 0.0002717302348257
112.000000 0.0003937832763290 -0.0025028165780943 0.0002335960718052
112.000000 0.0004216342510234 -0.0024733654832597 0.0001660496108661
112.000000 0.0003907731997896 -0.0025070139246538 0.0001043437711824
112.000000 0.0003112716874437 -0.0025905252583830 0.0000819744821742
112.000000 0.0002160186732821 -0.0026855829066339 0.0001165642128847
112.000000 0.0001702528981039 -0.0027293689831807 0.0001913628926493
112.100000 0.0002747349681346 -0.0026728093247349 0.0002525259541761
112.100000 0.0003729073499472 -0.0025745183522309 0.0002671348357038
112.100000 0.0004524189120184 -0.0024919807823683 0.0002290131805527
112.100000 0.0004808347668201 -0.0024620632757400 0.0001619611566453
112.100000 0.0004495694616870 -0.0024960540118434 0.0001008876662187
112.100000 0.0003688714993721 -0.0025806565568576 0.0000788727238480
112.100000 0.0002722261261982 -0.0026771544493171 0.0001133914728390
112.100000 0.0002257516034408 -0.0027217171964953 0.0001877911645717
112.200000 0.0003306647053267 -0.0026632769400077 0.0002482631059764
112.200000 0.0004301019749562 -0.0025635211431472 0.0002624051705856
112.200000 0.0005108085907719 -0.0024797823538982 0.0002243049015263
112.200000 0.0005397654337599 -0.0024493671985383 0.0001577807672845
112.200000 0.0005081201337395 -0.0024837213801840 0.0000973759272225
112.200000 0.0004262840329510 -0.0025694796403541 0.0000757310063118
112.200000 0.0003283059611370 -0.0026674936993249 0.0001101667428785
112.200000 0.0002811481037896 -0.0027128722415451 0.0001841374304082
112.300000 0.0003864400396906 -0.0026525212901725 0.0002438865031502
112.300000 0.0004870791387571 -0.0025512311702532 0.0002575432404686
112.300000 0.0005689199863194 -0.0024662258303441 0.0002194736136570
112.300000 0.0005983926706907 -0.0024352831511822 0.0001535107212389
112.300000 0.0005663926496744 -0.0024700208083789 0.0000938104027206
112.300000 0.0004834795885997 -0.0025569966174324 0.0000725508179194
112.300000 0.0003842317451159 -0.0026566004440597 0.0001068913194768
112.300000 0.0003364175384900 -0.0027028330287884 0.0001804029592836
112.400000 0.0004420346097371 -0.0026405425398512 0.0002393977189218
112.400000 0.0005438093937746 -0.0025376509308172 0.0002525511236539
112.400000 0.0006267208300771 -0.0024513165359959 0.0002145217733945
112.400000 0.0006566830185406 -0.0024198178779861 0.0001491533550913
112.400000 0.0006243545085999 -0.0024549578746705 0.0000901929775356
112.400000 0.0005404284133203 -0.0025432102673935 0.0000693336746011
112.400000 0.0004399769092220 -0.0026444750015074 0.0001035665308585
112.400000 0.0003915348877763 -0.0026915989354395 0.0001765890630382
112.500000 0.0004974219233255 -0.0026273413821647 0.0002347983871312
112.500000 0.0006002632459208 -0.0025227835826290 0.0002474309756004
112.500000 0.0006841789314434 -0.0024350605833148 0.0002094519136670
112.500000 0.0007146031632965 -0.0024029789664827 0.0001447110621859
112.500000 0.0006819732957878 -0.0024385389579097 0.0000865255718143
112.500000 0.0005971007154008 -0.0025281240462790 0.0000660811193895
112.500000 0.0004955147571882 -0.0026311182285770 0.0001001937369658
112.500000 0.0004464749788634 -0.0026791698140376 0.0001726970965229
112.600000 0.0005525753662678 -0.0026129190471608 0.0002300902025727
112.600000 0.0006564111690624 -0.0025066329501014 0.0002421850287298
112.600000 0.0007412621982733 -0.0024174648739162 0.0002042666427721
112.600000 0.0007721199590142 -0.0023847748451539 0.0001401862912073
112.600000 0.0007392167036130 -0.0024207712380385 0.0000828101400187
112.600000 0.0006534666794686 -0.0025117420925912 0.0000627947219175
112.600000 0.0005508184743432 -0.0026165315294323 0.0000967743294057
112.600000 0.0005012124923735 -0.0026655460011001 0.0001687284578831
112.700000 0.0006074682113147 -0.0025972773102364 0.0002252749213113
112.700000 0.0007122236198476 -0.0024892035301059 0.0002368155921797
112.700000 0.0007979386575130 -0.0023985370989802 0.0001989686431986
112.700000 0.0008292004508318 -0.0023652147804575 0.0001355815447050
112.700000 0.0007960525526343 -0.0024016626959729 0.0000790486698809
112.700000 0.0007094964818938 -0.0024940692327128 0.0000594760778900
112.700000 0.0006058611369437 -0.0026007168638042 0.0000933097313780
112.700000 0.0005557219691158 -0.0026507283258536 0.0001646845888291
112.800000 0.0006620736275344 -0.0025804185005433 0.0002203543609741
112.800000 0.0007676710528911 -0.0024705004975247 0.0002313250515026
112.800000 0.0008541764759773 -0.0023782857390798 0.0001935606703806
112.800000 0.0008858118979652 -0.0023443088731458 0.0001308993775639
112.800000 0.0008524488127960 -0.0023812221128783 0.0000752431813217
112.800000 0.0007651603065377 -0.0024751109860126 0.0000561268085256
112.800000 0.0006606157219007 -0.0025836767552672 0.0000898013975820
112.800000 0.0006099778172328 -0.0026347181190301 0.0001605669748920
112.900000 0.0007163646900939 -0.0025623455093617 0.0002153304010156
112.900000 0.0008227239363155 -0.0024505297105025 0.0002257158683103
112.900000 0.0009099439812526 -0.0023567200634157 0.0001880455513821
112.900000 0.0009419217966567 -0.0023220680538728 0.0001261423954228
112.900000 0.0009083736247309 -0.0023594590688249 0.0000713957253329
112.900000 0.0008204283608446 -0.0024548735696163 0.0000527485599710
112.900000 0.0007150551169068 -0.0025654142994683 0.0000862508141013
112.900000 0.0006639543197254 -0.0026175172217198 0.0001563771456627
113.000000 0.0007703143904519 -0.0025430617984276 0.0002102049829538
113.000000 0.0008773527676465 -0.0024292977153768 0.0002199905798595
113.000000 0.0009652096827041 -0.0023338501284463 0.0001824261835132
113.000000 0.0009974979030536 -0.0022985040780885 0.0001213132530416
113.000000 0.0009637953211445 -0.0023363839408165 0.0000675083828257
113.000000 0.0008752708922713 -0.0024333639028259 0.0000493430026851
113.000000 0.0007691521309757 -0.0025459331722905 0.0000826594982653
113.000000 0.0007176256423687 -0.0025991279942665 0.0001521166750145
113.100000 0.0008238956469743 -0.0025225714081972 0.0002049801105760
113.100000 0.0009315280900586 -0.0024068117512722 0.0002141517985790
113.100000 0.0010199422925704 -0.0023096867759053 0.0001767055328773
113.100000 0.0010525082559901 -0.0022736295202196 0.0001164146526190
113.100000 0.0010186824482588 -0.0023120079001815 0.0000635832634431
113.100000 0.0009296582050498 -0.0024105896111684 0.0000459118307950
113.100000 0.0008228795054006 -0.0025252376379365 0.0000790289984863
113.100000 0.0007709658420331 -0.0025795533251958 0.0001477871813050
113.200000 0.0008770813159798 -0.0025008789660329 0.0001996578501115
113.200000 0.0009852205089655 -0.0023830797543356 0.0002082022115359
113.200000 0.0010741107471222 -0.0022842416301957 0.0001708866328511
113.200000 0.0011069211996457 -0.0022474577671362 0.0001114493420612
113.200000 0.0010730037872953 -0.0022863429093218 0.0000596225043396
113.200000 0.0009835606772773 -0.0023865590300559 0.0000424567614199
113.200000 0.0008762099251422 -0.0025033325569144 0.0000753608940707
113.200000 0.0008239488754208 -0.0025587966401600 0.0001433903275578
113.300000 0.0009298442032248 -0.0024779896942934 0.0001942403303691
113.300000 0.0010384007089517 -0.0023581103615970 0.0002021445798375
113.300000 0.0011276842278669 -0.0022575270951546 0.0001649725824956
113.300000 0.0011607054060553 -0.0022200030109081 0.0001064201132043
113.300000 0.0011267283759744 -0.0022594017178100 0.0000556282689271
113.300000 0.0010369487783257 -0.0023612812080389 0.0000389795339665
113.300000 0.0009291160306513 -0.0024802233939091 0.0000716567950040
113.300000 0.0008765486082317 -0.0025368619108871 0.0001389278216218
113.400000 0.0009821570758358 -0.0024539094183091 0.0001887297428370
113.400000 0.0010910394710367 -0.0023319129144340 0.0001959817379700
113.400000 0.0011806321827756 -0.0022295563501791 0.0001589665449002
113.400000 0.0012138298974439 -0.0021912802408498 0.0001013297999911
113.400000 0.0011798255300080 -0.0022311978578300 0.0000516027455891
113.400000 0.0010897930865626 -0.0023347659096323 0.0000354819093924
113.400000 0.0009815704301355 -0.0024559162255192 0.0000679183417070
113.400000 0.0009287388247700 -0.0025137536641186 0.0001344014163054
113.500000 0.0010339926746965 -0.0024286445742238 0.0001831283417431
113.500000 0.0011431076902675 -0.0023044974616216 0.0001897165930697
113.500000 0.0012329243475112 -0.0022003433457079 0.0001528717454605
113.500000 0.0012662640683596 -0.0021613052348617 0.0000961812766048
113.500000 0.0012322648645638 -0.0022017456389567 0.0000475481463626
113.500000 0.0011420643073758 -0.0023070236176974 0.0000319656694396
113.500000 0.0010335457122751 -0.0024304177478416 0.0000641472047633
113.500000 0.0009804932380038 -0.0024894769905196 0.0001298129094848
113.600000 0.0010853237272970 -0.0024022022166836 0.0001774384440726
113.600000 0.0011945763936272 -0.0022758747619484 0.0001833521241258
113.600000 0.0012845307666356 -0.0021699027980537 0.0001466914700894
113.600000 0.0013179777075794 -0.0021300945500696 0.0000909774555600
113.600000 0.0012840163156768 -0.0021710601422699 0.0000434667055904
113.600000 0.0011937332914908 -0.0022780655353604 0.0000284326158356
113.600000 0.0010850144593959 -0.0024037352838820 0.0000603450846156
113.600000 0.0010317855000879 -0.0024640375535438 0.0001251641441843
113.700000 0.0011361229610507 -0.0023745900263517 0.0001716624295414
113.700000 0.0012454167582549 -0.0022460562863784 0.0001768913811145
113.700000 0.0013354218147716 -0.0021382501835794 0.0001404290633634
113.700000 0.0013689410197615 -0.0020976655127697 0.0000857212857550
113.700000 0.0013350501615833 -0.0021391572137990 0.0000393606785433
113.700000 0.0012447710535698 -0.0022479035874474 0.0000248845694642
113.700000 0.0011359492611023 -0.0023758767907723 0.0000565137112312
113.700000 0.0010825892133639 -0.0024374415982367 0.0001204570086265
113.800000 0.0011863631170855 -0.0023458163172276 0.0001658027405221
113.800000 0.0012956001299622 -0.0022150542197397 0.0001703374840602
113.800000 0.0013855682176976 -0.0021054017322164 0.0001340879266050
113.800000 0.0014191246468172 -0.0020640362076860 0.0000804157504848
113.800000 0.0013853370439556 -0.0021060534572973 0.0000352323400145
113.800000 0.0012951487910810 -0.0022165504214201 0.0000213233695040
113.800000 0.0011863227283766 -0.0023468508667717 0.0000526548437334
113.800000 0.0011328779418439 -0.0024096959599561 0.0001156934362505
113.900000 0.0012360169645131 -0.0023158900437485 0.0001598618819200
113.900000 0.0013450980420381 -0.0021828814619203 0.0001636936220248
113.900000 0.0014349410733496 -0.0020713744203206 0.0001276715159018
113.900000 0.0014684996889785 -0.0020292254665487 0.0000750638654196
113.900000 0.0014348479890101 -0.0020717662263437 0.0000310839828859
113.900000 0.0013448379034251 -0.0021840194077907 0.0000177508725360
113.900000 0.0012361075081478 -0.0023166667580291 0.0000487702699997
113.900000 0.0011826252231930 -0.0023808080729915 0.0001108754056961
114.000000 0.0012850573151807 -0.0022848208076491 0.0001538424209968
114.000000 0.0013938822343279 -0.0021495516285518 0.0001569630520223
114.000000 0.0014835118727082 -0.0020361859628648 0.0001211833400638
114.000000 0.0015170377255345 -0.0019932528560017 0.0000696686765478
114.000000 0.0014835544284658 -0.0020363136157729 0.0000269179166693
114.000000 0.0013938100113041 -0.0021503246399999 0.0000141689516192
114.000000 0.0012852762983334 -0.0022853343650846 0.0000448618062231
114.000000 0.0012318045812161 -0.0023507859790607 0.0001060049407519
114.100000 0.0013334570389088 -0.0022526188645570 0.0001477469871404
114.100000 0.0014419246725735 -0.0021150790511609 0.0001501490978573
114.100000 0.0015312525205439 -0.0019998548049669 0.0001146269585202
114.100000 0.0015647108352120 -0.0019561386648518 0.0000642332580889
114.100000 0.0015314282203276 -0.0019997144524339 0.0000227364660225
114.100000 0.0014420369763187 -0.0021154809337395 0.0000105794953344
114.100000 0.0013338018633548 -0.0022528642490849 0.0000409312964385
114.100000 0.0012803895388604 -0.0023196383356607 0.0001010841102653
114.200000 0.0013811890792160 -0.0022192951302978 0.0001415782715756
114.200000 0.0014891975679995 -0.0020794787767714 0.0001432551488876
114.200000 0.0015781353559979 -0.0019624001127526 0.0001080059791579
114.200000 0.0016114916161764 -0.0019179038906697 0.0000587607103758
114.200000 0.0015784416694691 -0.0019619882852791 0.0000185419692413
114.200000 0.0014894909207756 -0.0020795038257016 0.0000069844067974
114.200000 0.0013816570501287 -0.0022192676376880 0.0000369806120096
114.200000 0.0013283536317421 -0.0022873744242517 0.0000961150280120
114.300000 0.0014282264695326 -0.0021848611868849 0.0001353390270157
114.300000 0.0015356733971299 -0.0020427665669356 0.0001362846587071
114.300000 0.0016241331729721 -0.0019238417635553 0.0001013240561015
114.300000 0.0016573532056269 -0.0018785702257551 0.0000532541577101
114.300000 0.0016245675479900 -0.0019231553747886 0.0000143367767306
114.300000 0.0015361442476910 -0.0020424095717369 0.0000033856026404
114.300000 0.0014288148045336 -0.0021845564306329 0.0000330116510775
114.300000 0.0013756704222030 -0.0022540041582476 0.0000910998525234
114.400000 0.0014745423499028 -0.0021493292881673 0.0001290320672513
114.400000 0.0015813249218178 -0.0020049588961787 0.0001292411437513
114.400000 0.0016692192403040 -0.0018842003354547 0.0000945848874388
114.400000 0.0017022692989640 -0.0018381600424820 0.0000477167461933
114.400000 0.0016697791153221 -0.0018832366817308 0.0000101232494545
114.400000 0.0015819696609673 -0.0020042151444071 -0.0000002149880376
114.400000 0.0014752481883502 -0.0021487432049465 0.0000290263379688
114.400000 0.0014223135139063 -0.0022195380907897 0.0000860407868688
114.500000 0.0015201099841743 -0.0021127123651090 0.0001226602666730
114.500000 0.0016261252094703 -0.0019660729498369 0.0001221281818215
114.500000 0.0017133673217004 -0.0018434970961575 0.0000877922128920
114.500000 0.0017462141685053 -0.0017966963780357 0.0000421516415345
114.500000 0.0017140501380600 -0.0018422538552688 0.0000059037573665
114.500000 0.0016269401857282 -0.0019649382299129 -0.0000038154247508
114.500000 0.0015209303966735 -0.0021118412197624 0.0000250266225622
114.500000 0.0014682565669753 -0.0021839874222765 0.0000809400783907
114.600000 0.0015649027776721 -0.0020750240306720 0.0001162265597269
114.600000 0.0016700476534486 -0.0019261266212725 0.0001149494105285
114.600000 0.0017565516954050 -0.0018017539912239 0.0000809498114365
114.600000 0.0017891626817273 -0.0017542029185610 0.0000365620268391
114.600000 0.0017573549094888 -0.0018002292204149 0.0000016806778236
114.600000 0.0016710291887877 -0.0019245972243832 -0.0000074137567372
114.600000 0.0015658347757925 -0.0020738644207237 0.0000210144796132
114.600000 0.0015134733136818 -0.0021473640076223 0.0000758000183913
114.700000 0.0016088942953536 -0.0020362785842748 0.0001097339402986
114.700000 0.0017130659936235 -0.0018851385084483 0.0001077085256548
114.700000 0.0017987471735758 -0.0017589936316476 0.0000740614988715
114.700000 0.0018310903190104 -0.0017107039827347 0.0000309511003788
114.700000 0.0017996682687868 -0.0017571857648445 -0.0000025436060163
114.700000 0.0017142103992334 -0.0018832112295108 -0.0000110080240982
114.700000 0.0016099348415328 -0.0020348274439415 0.0000169919080343
114.700000 0.0015579375746861 -0.0021096803632165 0.0000706229417668
114.800000 0.0016520582804392 -0.0019964910157969 0.0001031854610247
114.800000 0.0017551543370644 -0.0018431279098451 0.0001004092794350
114.800000 0.0018399291213442 -0.0017152392807934 0.0000671311253415
114.800000 0.0018719731908680 -0.0016662245047838 0.0000253220733484
114.800000 0.0018409656198755 -0.0017131471250757 -0.0000067667068115
114.800000 0.0017564579291012 -0.0018408000475191 -0.0000145962589688
114.800000 0.0016532042980550 -0.0019947456194817 0.0000129609301312
114.800000 0.0016016232758332 -0.0020709496735542 0.0000654112265885
114.900000 0.0016943686735115 -0.0019556770091018 0.0000965842325278
114.900000 0.0017962871788382 -0.0018001148197069 0.0000930554787532
114.900000 0.0018800734755339 -0.0016705148407016 0.0000601625728133
114.900000 0.0019117880546365 -0.0016207900169652 0.0000196781676079
114.900000 0.0018812229498937 -0.0016681375720255 -0.0000109862346653
114.900000 0.0017977462941171 -0.0017973841754476 -0.0000181764867150
114.900000 0.0016956170571016 -0.0019536349743515 0.0000089235907936
114.900000 0.0016445044655045 -0.0020311857975074 0.0000601672936275
115.000000 0.0017357996320749 -0.0019138529450459 0.0000899334225736
115.000000 0.0018364394228953 -0.0017561199225985 0.0000856509832581
115.000000 0.0019191567630122 -0.0016248448377686 0.0000531597525105
115.000000 0.0019505123306089 -0.0015744266315280 0.0000140226134171
115.000000 0.0019204168472708 -0.0016221819959541 -0.0000151997987662
115.000000 0.0018380504344812 -0.0017529847987428 -0.0000217467271598
115.000000 0.0017371472576829 -0.0019115122349545 0.0000048819566392
115.000000 0.0016865553325270 -0.0019904032742070 0.0000548936058211
115.100000 0.0017763255505666 -0.0018710359039462 0.0000832362551470
115.100000 0.0018755864030166 -0.0017111645872620 0.0000781997033953
115.100000 0.0019571561186508 -0.0015782544078127 0.0000461266023066
115.100000 0.0019881241175923 -0.0015271610221791 0.0000083586471611
115.100000 0.0019585245193756 -0.0015753058908083 -0.0000194050090367
115.100000 0.0018773457356688 -0.0017076237841436 -0.0000253049958366
115.100000 0.0017777692861897 -0.0018683948289879 0.0000008381151108
115.100000 0.0017277502246371 -0.0019486173285016 0.0000495926676782
115.200000 0.0018159210808053 -0.0018272436674737 0.0000764960094448
115.200000 0.0019137039037963 -0.0016652708597576 0.0000707055983571
115.200000 0.0019940493028705 -0.0015307692805370 0.0000390670840817
115.200000 0.0020246022078706 -0.0014790204050726 0.0000026895090723
115.200000 0.0019955238097164 -0.0015275353379784 -0.0000235994777896
115.200000 0.0019156080492219 -0.0016613236718490 -0.0000288493052682
115.200000 0.0018174577969215 -0.0018243008867503 -0.0000032058264749
115.200000 0.0017680636674967 -0.0019058438759617 0.0000442670246225
115.300000 0.0018545611528672 -0.0017824947199440 0.0000697160187837
115.300000 0.0019507681816322 -0.0016184614558787 0.0000631726739496
115.300000 0.0020298147187459 -0.0014824157634016 0.0000319851810438
115.300000 0.0020599261015578 -0.0014300325193446 -0.0000029815590498
115.300000 0.0020313932146696 -0.0014788969894826 -0.0000277808213895
115.300000 0.0019528137135021 -0.0016141076669609 -0.0000323776662713
115.300000 0.0018561877330149 -0.0017792492418307 -0.0000072477419271
115.300000 0.0018074703842566 -0.0018620995273948 0.0000389192622698
115.400000 0.0018922209963709 -0.0017368082489723 0.0000628996694195
115.400000 0.0019867559856961 -0.0015707597528276 0.0000556049803785
115.400000 0.0020644314286476 -0.0014332207249191 0.0000248848950173
115.400000 0.0020940760203225 -0.0013802256072185 -0.0000086513161188
115.400000 0.0020661118997145 -0.0014294180505945 -0.0000319466619173
115.400000 0.0019889395743780 -0.0015659996301911 -0.0000358880892854
115.400000 0.0018939343477557 -0.0017332594311497 -0.0000112854872298
115.400000 0.0018459453156615 -0.0018174015928371 0.0000335520056381
115.500000 0.0019288761621572 -0.0016902041454634 0.0000560503992770
115.500000 0.0020216445788547 -0.0015221897801445 0.0000480066099530
115.500000 0.0020978791703972 -0.0013832115773875 0.0000177702437033
115.500000 0.0021270329204724 -0.0013296283937010 -0.0000143165240368
115.500000 0.0020996597151512 -0.0013791262619295 -0.0000360946288369
115.500000 0.0020239630058176 -0.0015170240678270 -0.0000393785857250
115.500000 0.0019306732262574 -0.0016863516943224 -0.0000153169016408
115.500000 0.0018834636406875 -0.0017717680849873 0.0000281679182890
115.600000 0.0019645025443426 -0.0016427030029056 0.0000491716965883
115.600000 0.0020554117585112 -0.0014727762098786 0.0000403816947098
115.600000 0.0021301383729134 -0.0013324162590758 0.0000106452579132
115.600000 0.0021587785053818 -0.0012782700658953 -0.0000199739499658
115.600000 0.0021320172112819 -0.0013280498810095 -0.0000402223606608
115.600000 0.0020578619303536 -0.0014672061209493 -0.0000428471693529
115.600000 0.0019663803074854 -0.0016385469723136 -0.0000193398088408
115.600000 0.0019200007977026 -0.0017252177220456 0.0000227697013961
115.700000 0.0019990764027271 -0.0015943261159372 0.0000422670984369
115.700000 0.0020880358773357 -0.0014225443459951 0.0000327344039579
115.700000 0.0021611901713276 -0.0012808632158810 0.0000035139787790
115.700000 0.0021892952372509 -0.0012261802519555 -0.0000256203685887
115.700000 0.0021631656530331 -0.0012762176633218 -0.0000443275066139
115.700000 0.0020906148393941 -0.0014165715538967 -0.0000462918576751
115.700000 0.0020010319066058 -0.0015898669053572 -0.0000233520181327
115.700000 0.0019555325061378 -0.0016777699299232 0.0000173600927416
115.800000 0.0020325743855329 -0.0015450954781559 0.0000353401892068
115.800000 0.0021194958638533 -0.0013715201130125 0.0000250689417445
115.800000 0.0021910164215467 -0.0012285813824713 -0.0000036195450563
115.800000 0.0022185663481844 -0.0011733889997066 -0.0000312525643605
115.800000 0.0021930870340000 -0.0012236588428950 -0.0000484077282923
115.800000 0.0021222008133437 -0.0013651467419757 -0.0000497106733546
115.800000 0.0020346047376337 -0.0015403338301095 -0.0000273513256919
115.800000 0.0019900347886552 -0.0016294448437842 0.0000119418656354
115.900000 0.0020649735524483 -0.0014950337791412 0.0000283945989339
115.900000 0.0021497712428576 -0.0013197300438633 0.0000173895442452
115.900000 0.0022195997142426 -0.0011756001629380 -0.0000107512602650
115.900000 0.0022465758505796 -0.0011199267549566 -0.0000368673337452
115.900000 0.0022217640898939 -0.0011704031124092 -0.0000524607013168
115.900000 0.0021525995415056 -0.0013129586584118 -0.0000531016456424
115.900000 0.0020670759363568 -0.0014899707760082 -0.0000313355158677
115.900000 0.0020234839937951 -0.0015802633088852 0.0000065178277590
116.000000 0.0020962513979512 -0.0014441644006598 0.0000214340015602
116.000000 0.0021788421556148 -0.0012672012669776 0.0000097004770790
116.000000 0.0022469233882499 -0.0011219494109719 -0.0000178771116751
116.000000 0.0022733085468132 -0.0010658243395258 -0.0000424614874361
116.000000 0.0022491803113736 -0.0011164806028640 -0.0000564841169769
116.000000 0.0021817913417306 -0.0012600348605439 -0.0000564628118257
116.000000 0.0020984230835056 -0.0014388014608111 -0.0000353023625341
116.000000 0.0020558568190853 -0.0015302468806730 0.0000010908199290
116.100000 0.0021263858748821 -0.0013925114120256 0.0000144621130875
116.100000 0.0022066893798256 -0.0012139614925861 0.0000020060325495
116.100000 0.0022729715433504 -0.0010676594095894 -0.0000249930451203
116.100000 0.0022987500382198 -0.0010111129290210 -0.0000480318525582
116.100000 0.0022753199562445 -0.0010619218628259 -0.0000604756838655
116.100000 0.0022097571797803 -0.0012064034752611 -0.0000597922186903
116.100000 0.0021286242281398 -0.0013868502852856 -0.0000392496304929
116.100000 0.0020871303345906 -0.0014794178241056 -0.0000043362852201
116.200000 0.0021553554182354 -0.0013400995645870 0.0000074826896307
116.200000 0.0022332943493109 -0.0011600389982425 -0.0000056894731835
116.200000 0.0022977290524292 -0.0010127608504255 -0.0000320950102974
116.200000 0.0023228867333534 -0.0009558240303793 -0.0000535752748486
116.200000 0.0023001680610081 -0.0010067578372784 -0.0000644331295010
116.200000 0.0022364786883716 -0.0011520931836866 -0.0000630879239957
116.200000 0.0021576579112210 -0.0013341423270237 -0.0000431750769253
116.200000 0.0021172820068782 -0.0014277991121584 -0.0000097605846336
116.300000 0.0021831389691359 -0.0012869542853133 0.0000004995253700
116.300000 0.0022586391733838 -0.0011054626135685 -0.0000133817030026
116.300000 0.0023211815729818 -0.0009572848126202 -0.0000391789636276
116.300000 0.0023457058555277 -0.0008999894592106 -0.0000590886208133
116.300000 0.0023237104517473 -0.0009510198460975 -0.0000683542019356
116.300000 0.0022619381858674 -0.0010971332051119 -0.0000663479979618
116.300000 0.0021855031893355 -0.0012807033333583 -0.0000470764528940
116.300000 0.0021462897233749 -0.0013754144234794 -0.0000151791463197
116.400000 0.0022097159989651 -0.0012331016694551 -0.0000064835495987
116.400000 0.0022827066558759 -0.0010502617042224 -0.0000210663017965
116.400000 0.0023433155579593 -0.0009012627413191 -0.0000462408711171
116.400000 0.0023671954496287 -0.0008436413169633 -0.0000645687798584
116.400000 0.0023459337543326 -0.0008947395621790 -0.0000722366713468
116.400000 0.0022861186945816 -0.0010415532801887 -0.0000695705247645
116.400000 0.0022121396585334 -0.0012265597133556 -0.0000509515048942
116.400000 0.0021741318170862 -0.0013222881391564 -0.0000205890109157
116.500000 0.0022350665335995 -0.0011785684722540 -0.0000134626715158
116.500000 0.0023054803137794 -0.0009944661550989 -0.0000287388994872
116.500000 0.0023641182659340 -0.0008447264258132 -0.0000532767112154
116.500000 0.0023873443881967 -0.0007868119679426 -0.0000700126663923
116.500000 0.0023668254039364 -0.0008379489892408 -0.0000760783316116
116.500000 0.0023090039586628 -0.0009853836533849 -0.0000727536040394
116.500000 0.0022375474782444 -0.0011717385288622 -0.0000547979764529
116.500000 0.0022007870916461 -0.0012684453385620 -0.0000259871933398
116.600000 0.0022591711777203 -0.0011233820996778 -0.0000204339453119
116.600000 0.0023269443954711 -0.0009381063527645 -0.0000363951141183
116.600000 0.0023835777705723 -0.0007877079773433 -0.0000602824776661
116.600000 0.0024061423767752 -0.0007295340162071 -0.0000754172218980
116.600000 0.0023863736538426 -0.0007806804393284 -0.0000798770018606
116.600000 0.0023305784615228 -0.0009286550547161 -0.0000758953523900
116.600000 0.0022617073952324 -0.0011162674845859 -0.0000586136097750
116.600000 0.0022262348466643 -0.0012139117942392 -0.0000313706845296
116.700000 0.0022820111391548 -0.0010675705981608 -0.0000273934470640
116.700000 0.0023470838984806 -0.0008812131671397 -0.0000440305549996
116.700000 0.0024016829694020 -0.0007302398065941 -0.0000672541823480
116.700000 0.0024235799585257 -0.0006718402823715 -0.0000807794169715
116.700000 0.0024045675835416 -0.0007229665100465 -0.0000836305280103
116.700000 0.0023508274427771 -0.0008713986807624 -0.0000789939049003
116.700000 0.0022846007675451 -0.0010601749171902 -0.0000623961474359
116.700000 0.0022504549033349 -0.0011587139657957 -0.0000367364532671
116.800000 0.0023035682532040 -0.0010111626433278 -0.0000343372265523
116.800000 0.0023658845867684 -0.0008238179324369 -0.0000516408259063
116.800000 0.0024184235918610 -0.0006723546009035 -0.0000741878581029
116.800000 0.0024396485181072 -0.0006137637803423 -0.0000860962533265
116.800000 0.0024213971060997 -0.0006648400615475 -0.0000873367842718
116.800000 0.0023697369146627 -0.0008136461749859 -0.0000820474166477
116.800000 0.0023062095884170 -0.0010034897833856 -0.0000661433341189
116.800000 0.0022734276302662 -0.0011028789927721 -0.0000420814480906
116.900000 0.0023238250069109 -0.0009541875276846 -0.0000412613099184
116.900000 0.0023833330074773 -0.0007659524273672 -0.0000592215283283
116.900000 0.0024337902066178 -0.0006140853012151 -0.0000810795615457
116.900000 0.0024543402848230 -0.0005553376940131 -0.0000913647657610
116.900000 0.0024368529747950 -0.0006063341933008 -0.0000909936746339
116.900000 0.0023872936778998 -0.0007554296073607 -0.0000850540642162
116.900000 0.0023265165100793 -0.0009462416470016 -0.0000698529183957
116.900000 0.0022951339694900 -0.0010464346864537 -0.0000474025992937
117.000000 0.0023427645632230 -0.0008966751472588 -0.0000481617024222
117.000000 0.0023994165071216 -0.0007076488546308 -0.0000667682647655
117.000000 0.0024477742281543 -0.0005554650788008 -0.0000879253758547
117.000000 0.0024676483350356 -0.0004965953539471 -0.0000965820240856
117.000000 0.0024509267890122 -0.0005474822206725 -0.0000945991343197
117.000000 0.0024034853369648 -0.0006967814533360 -0.0000880120472054
117.000000 0.0023455048674293 -0.0008884606650266 -0.0000735226545485
117.000000 0.0023155554626068 -0.0009894095205950 -0.0000526968210116
117.100000 0.0023603707849977 -0.0008386559871773 -0.0000550343912967
117.100000 0.0024141232471782 -0.0006489398197072 -0.0000742766420665
117.100000 0.0024603679226005 -0.0004965273117804 -0.0000947214135379
117.100000 0.0024795665938540 -0.0004375702140728 -0.0001017451350107
117.100000 0.0024636109993901 -0.0004883176513429 -0.0000981511312137
117.100000 0.0024183003147419 -0.0006377345721480 -0.0000909195897350
117.100000 0.0023631587015124 -0.0008301775726034 -0.0000771503044321
117.100000 0.0023346742770192 -0.0009318326210274 -0.0000579610133941
117.200000 0.0023766282588018 -0.0007801611061688 -0.0000618753486990
117.200000 0.0024274422190470 -0.0005898583089630 -0.0000817422748043
117.200000 0.0024715644128172 -0.0004373055614669 -0.0001014638191721
117.200000 0.0024900898360975 -0.0003782958284188 -0.0001068512439909
117.200000 0.0024748989122171 -0.0004288741615892 -0.0001016476672588
117.200000 0.0024317278665218 -0.0005783221845022 -0.0000937749419420
117.200000 0.0023794627827642 -0.0007714236669730 -0.0000807336393737
117.200000 0.0023524732322023 -0.0008737337541264 -0.0000631920648633
117.300000 0.0023915223184505 -0.0007212221199828 -0.0000686805347553
117.300000 0.0024393632583433 -0.0005304376670993 -0.0000891607886873
117.300000 0.0024813576827183 -0.0003778335485663 -0.0001081487721118
117.300000 0.0024992136865412 -0.0003188058279139 -0.0001118975370249
117.300000 0.0024847846930706 -0.0003691855724632 -0.0001050867798208
117.300000 0.0024437580933148 -0.0005185778496488 -0.0000965763814668
117.300000 0.0023944026339629 -0.0007122307903582 -0.0000842704421077
117.300000 0.0023689358259613 -0.0008151433141103 -0.0000683868544576
117.400000 0.0024050390682327 -0.0006618711837188 -0.0000754459006960
117.400000 0.0024498770584915 -0.0004707115739580 -0.0000965278239988
117.400000 0.0024897425808289 -0.0003181451292591 -0.0001147724891643
117.400000 0.0025069346194508 -0.0002591338972791 -0.0001168812424098
117.400000 0.0024932633696983 -0.0003092858258911 -0.0001084665430199
117.400000 0.0024543819544503 -0.0004585354418737 -0.0000993222149288
117.400000 0.0024079645528384 -0.0006526313117855 -0.0000877585087445
117.400000 0.0023840462606190 -0.0007560923091508 -0.0000735422542579
117.500000 0.0024171654057671 -0.0006021409730618 -0.0000821673920811
117.500000 0.0024589751835859 -0.0004107140207149 -0.0001038390390614
117.500000 0.0024967148230769 -0.0002582742711944 -0.0001213312272282
117.500000 0.0025132499574135 -0.0001993137520339 -0.0001217996324475
117.500000 0.0025003308341400 -0.0002492089607245 -0.0001117850690265
117.500000 0.0024635912794318 -0.0003982291264320 -0.0001020107793857
117.500000 0.0024201356342836 -0.0005926581078428 -0.0000911956507685
117.500000 0.0023977894690770 -0.0006966123462748 -0.0000786551318965
117.600000 0.0024278890444322 -0.0005420646644251 -0.0000888409521087
117.600000 0.0024666500804878 -0.0003504792854815 -0.0001110901137209
117.600000 0.0025022709948141 -0.0001982550294226 -0.0001278212858914
117.600000 0.0025181578694736 -0.0001393791156440 -0.0001266500251018
117.600000 0.0025059838440908 -0.0001889890887708 -0.0001150405093203
117.600000 0.0024713787790186 -0.0003376933349513 -0.0001046404437779
117.600000 0.0024309037921140 -0.0005323445423768 -0.0000945796970651
117.600000 0.0024101511406904 -0.0006367356150410 -0.0000837223531456
117.700000 0.0024371985353127 -0.0004816759140017 -0.0000954625250062
117.700000 0.0024728950901268 -0.0002900419083472 -0.0001182767528461
117.700000 0.0025064085520690 -0.0001381215222990 -0.0001342390099868
117.700000 0.0025216573685839 -0.0000793636968335 -0.0001314297856057
117.700000 0.0025102200235055 -0.0001286603708319 -0.0001182310559123
117.700000 0.0024777380555090 -0.0002769627403323 -0.0001072096103516
117.700000 0.0024402577803189 -0.0004717244451327 -0.0000979084959711
117.700000 0.0024211177468946 -0.0005764948699777 -0.0000887407845826
117.800000 0.0024450832886043 -0.0004210088357313 -0.0001020280594986
117.800000 0.0024777044579788 -0.0002294366658877 -0.0001253946898367
117.800000 0.0025091258220286 -0.0000779079073841 -0.0001405807921017
117.800000 0.0025237483083810 -0.0000193011670840 -0.0001361363280165
117.800000 0.0025130378624487 -0.0000682569927786 -0.0001213549425268
117.800000 0.0024826636121972 -0.0002160722311793 -0.0001097167160619
117.800000 0.0024481872137483 -0.0004108320893471 -0.0001011799173478
117.800000 0.0024306765665197 -0.0005159234117703 -0.0000937072963316
117.900000 0.0024515335944167 -0.0003600979781921 -0.0001085335123496
117.900000 0.0024810733436912 -0.0001686985451752 -0.0001324396901369
117.900000 0.0025104220027542 -0.0000176483573720 -0.0001468430750381
117.900000 0.0025244313792991 0.0000407748616549 -0.0001407671167186
117.900000 0.0025144367161932 -0.0000078131416892 -0.0001244104457432
117.900000 0.0024861508619799 -0.0001550568857911 -0.0001121602339510
117.900000 0.0024546825881782 -0.0003497021683045 -0.0001043918546712
117.900000 0.0024388157107272 -0.0004550550671927 -0.0000986187648760
118.000000 0.0024565406429169 -0.0002989783004294 -0.0001149748519709
118.000000 0.0024829978298289 -0.0001078627173186 -0.0001394075547476
118.000000 0.0025102971621321 0.0000426229639270 -0.0001530223542223
118.000000 0.0025237081040316 0.0001008308590230 -0.0001453196678721
118.000000 0.0025144168035727 0.0000526370179202 -0.0001273958860964
118.000000 0.0024881961350898 -0.0000939519457461 -0.0001145386745004
118.000000 0.0024597352996975 -0.0002883697708718 -0.0001075422271377
118.000000 0.0024455241475011 -0.0003939241677787 -0.0001034720759393
118.100000 0.0024600965437520 -0.0002376851467391 -0.0001213480620955
118.100000 0.0024834749297158 -0.0000469645105730 -0.0001462941237322
118.100000 0.0025087522360658 0.0001028719255180 -0.0001591151800590
118.100000 0.0025215808323564 0.0001608333980526 -0.0001497915508067
118.100000 0.0025129792045939 0.0001130593677457 -0.0001303096291345
118.100000 0.0024887966859345 -0.0000327927891171 -0.0001168505869543
118.100000 0.0024633376633594 -0.0002268703560304 -0.0001106289817803
118.100000 0.0024507917256244 -0.0003325655272324 -0.0001082641274312
118.200000 0.0024621943446918 -0.0001762542204241 -0.0001276491455070
118.200000 0.0024825025943486 0.0000139606169486 -0.0001530952797107
118.200000 0.0025057890259130 0.0001630644530431 -0.0001651181602298
118.200000 0.0025180527353369 0.0002207491766969 -0.0001541803893603
118.200000 0.0025101258573175 0.0001734198592007 -0.0001331500864326
118.200000 0.0024879506990202 0.0000283850966487 -0.0001190945606126
118.200000 0.0024654829310396 -0.0001652397264270 -0.0001136500955923
118.200000 0.0024546091980710 -0.0002710144175849 -0.0001129918324547
118.300000 0.0024628280494330 -0.0001147215565487 -0.0001338741278223
118.300000 0.0024800797183599 0.0000748771049227 -0.0001598069513363
118.300000 0.0025014101951770 0.0002231665524611 -0.0001710279619314
118.300000 0.0025131277989149 0.0002805450390644 -0.0001584838631607
118.300000 0.0025058595540141 0.0002336845367468 -0.0001359157165626
118.300000 0.0024856572939429 0.0000895461421479 -0.0001212692260896
118.300000 0.0024661653084464 -0.0001035140009688 -0.0001166035776538
118.300000 0.0024569682447411 -0.0002093065441021 -0.0001176521223682
118.400000 0.0024619926345046 -0.0000531234937184 -0.0001400190613189
118.400000 0.0024762061450124 0.0001357493187824 -0.0001664251167487
118.400000 0.0024956192654587 0.0002831443335614 -0.0001768413140530
118.400000 0.0025068108169097 0.0003401879963388 -0.0001626997088507
118.400000 0.0025001839366076 0.0002938195610277 -0.0001386050260174
118.400000 0.0024819165294298 0.0001506547236963 -0.0001233732565387
118.400000 0.0024653799712248 -0.0000417295864914 -0.0001194874712581
118.400000 0.0024578614944692 -0.0001474780189601 -0.0001222419499003
118.500000 0.0024596840652178 0.0000085033550850 -0.0001460800288015
118.500000 0.0024708826702042 0.0001965415779643 -0.0001729458069995
118.500000 0.0024884206116796 0.0003429640332830 -0.0001825550092892
118.500000 0.0024991073834408 0.0003996452473681 -0.0001668257212555
118.500000 0.0024931034914146 0.0003537912317776 -0.0001412165700886
118.500000 0.0024767294064171 0.0002116751912254 -0.0001254053688382
118.500000 0.0024631230801012 0.0000200768514667 -0.0001222998560319
118.500000 0.0024572825462302 -0.0000855653337026 -0.0001267582923100
118.600000 0.0024558993106023 0.0000701221325762 -0.0001520531475003
118.600000 0.0024641110454700 0.0002572181843948 -0.0001793651094420
118.600000 0.0024798194565860 0.0004025920388131 -0.0001881659061874
118.600000 0.0024900238847892 0.0004588841989035 -0.0001708597544920
118.600000 0.0024846235431930 0.0004135660104823 -0.0001437489536981
118.600000 0.0024700978701519 0.0002725718963575 -0.0001273643247388
118.600000 0.0024593917950139 0.0000818684187483 -0.0001250388500469
118.600000 0.0024552259894729 -0.0000236053305044 -0.0001311981545880
118.700000 0.0024506363572741 0.0001316957681100 -0.0001579345729954
118.700000 0.0024558939799644 0.0003177434511714 -0.0001856791710824
118.700000 0.0024698218645467 0.0004619949104397 -0.0001936709311273
118.700000 0.0024795674907161 0.0005178724854734 -0.0001747997230203
118.700000 0.0024747502485129 0.0004731105427661 -0.0001462008321823
118.700000 0.0024620248113062 0.0003333092206183 -0.0001292489319679
118.700000 0.0024541842881782 0.0001436080234806 -0.0001277026119176
118.700000 0.0024516874235069 0.0000383648277336 -0.0001355585726927
118.800000 0.0024438942221801 0.0001931870094520 -0.0001637205031577
118.800000 0.0024462351414145 0.0003780817313976 -0.0001918842018847
118.800000 0.0024584347346554 0.0005211394041328 -0.0001990670802304
118.800000 0.0024677461452566 0.0005765779888755 -0.0001786436026360
118.800000 0.0024634905884623 0.0005323916804831 -0.0001485709120279
118.800000 0.0024525140660960 0.0003938516037470 -0.0001310580452918
118.800000 0.0024474997560337 0.0002052584077525 -0.0001302893428794
118.800000 0.0024466634758711 0.0001003076884265 -0.0001398366168147
118.900000 0.0024356729641674 0.0002545584553313 -0.0001694071820998
118.900000 0.0024351391560326 0.0004381974471262 -0.0001979764780243
118.900000 0.0024456657931536 0.0005799924938295 -0.0002043514211984
118.900000 0.0024545685570051 0.0006349688572731 -0.0001823894314042
118.900000 0.0024508523607038 0.0005913765034898 -0.0001508579515602
118.900000 0.0024415704153990 0.0004541635720591 -0.0001327905675312
118.900000 0.0024393384300266 0.0002667821800218 -0.0001327972888459
118.900000 0.0024401518196126 0.0001621855414467 -0.0001440293946640
119.000000 0.0024259736943267 0.0003157725887248 -0.0001749909041296
119.000000 0.0024226116073824 0.0004980551183669 -0.0002039523450855
119.000000 0.0024315235851875 0.0006385213934006 -0.0002095210950788
119.000000 0.0024400441889133 0.0006930135238816 -0.0001860353105345
119.000000 0.0024368441708980 0.0006500323410761 -0.0001530607615826
119.000000 0.0024291995828651 0.0005142097668213 -0.0001344454505301
119.000000 0.0024297015861789 0.0003281418482009 -0.0001352247424361
119.000000 0.0024321511894052 0.0002239604523262 -0.0001481340547722
119.100000 0.0024147985850634 0.0003767918108200 -0.0001804680176968
119.100000 0.0024086590341917 0.0005576193921118 -0.0002098082211969
119.100000 0.0024160174659142 0.0006966935782740 -0.0002145733179559
119.100000 0.0024241832476180 0.0007506807252319 -0.0001895794051980
119.100000 0.0024214754235087 0.0007083267930358 -0.0001551782059670
119.100000 0.0024154082320199 0.0005739549725940 -0.0001360216960752
119.100000 0.0024185915534015 0.0003892998533685 -0.0001375700449717
119.100000 0.0024226613964398 0.0002855942964704 -0.0001521477898027
119.200000 0.0024021508778489 0.0004375784755999 -0.0001858349293248
119.200000 0.0023932889271108 0.0006168550713351 -0.0002155406000990
119.200000 0.0023991575909761 0.0007544768066945 -0.0002195053825659
119.200000 0.0024069966723191 0.0008079395189996 -0.0001930199452846
119.200000 0.0024047563120092 0.0007662277503542 -0.0001572092021959
119.200000 0.0024002039623592 0.0006333641454992 -0.0001375183567653
119.200000 0.0024060117205089 0.0004502186040501 -0.0001398315884354
119.200000 0.0024116833420182 0.0003470487943361 -0.0001560678398625
119.300000 0.0023880348896119 0.0004980949249904 -0.0001910881075207
119.300000 0.0023765097244150 0.0006757271439185 -0.0002211460541398
119.300000 0.0023809549063578 0.0008118391405983 -0.0002243146598362
119.300000 0.0023884961232263 0.0008647593013881 -0.0001963552261032
119.300000 0.0023866978085056 0.0008237034154955 -0.0001591527218551
119.300000 0.0023835953044385 0.0006924024413698 -0.0001389345368275
119.300000 0.0023919665418970 0.0005108605110094 -0.0001420078173888
119.300000 0.0023992190297874 0.0004082855475150 -0.0001598914958070
119.400000 0.0023724560177304 0.0005583035245058 -0.0001962240866519
119.400000 0.0023583308066536 0.0007342008114585 -0.0002266212371925
119.400000 0.0023614211376465 0.0008687489660815 -0.0002289986003464
119.400000 0.0023686939695960 0.0009211098240564 -0.0001995836090232
119.400000 0.0023673116527985 0.0008807223222706 -0.0001610077910776
119.400000 0.0023655917139609 0.0007510352437370 -0.0001402693928813
119.400000 0.0023764615418484 0.0005711880224880 -0.0001440972308436
119.400000 0.0023852715765509 0.0004692660756644 -0.0001636161025307
119.500000 0.0023554207435871 0.0006181666993290 -0.0002012394707837
119.500000 0.0023387624902506 0.0007922415179085 -0.0002319628874908
119.500000 0.0023405687787136 0.0009251750134446 -0.0002335547357107
119.500000 0.0023476032773762 0.0009769612105819 -0.0002027035220585
119.500000 0.0023466103408991 0.0009372533552685 -0.0001627734909383
119.500000 0.0023462035648700 0.0008092281916140 -0.0001415221346468
119.500000 0.0023595033174327 0.0006311636598279 -0.0001460983840818
119.500000 0.0023698452215989 0.0005299518542198 -0.0001672390622355
119.600000 0.0023369366346583 0.0006776469707559 -0.0002061309374669
119.600000 0.0023178160200618 0.0008498149780099 -0.0002371678303769
119.600000 0.0023184110798372 0.0009810863767929 -0.0002379806798814
119.600000 0.0023252377964813 0.0010322839724498 -0.0002057134603946
119.600000 0.0023246071130231 0.0009932657688352 -0.0001644489578006
119.600000 0.0023254421414584 0.0008669472070316 -0.0001426920255972
119.600000 0.0023410995399745 0.0006907500534107 -0.0001480098904203
119.600000 0.0023529453345009 0.0005903043528188 -0.0001707578376687
119.700000 0.0023170123451069 0.0007367069929333 -0.0002108952414678
119.700000 0.0022955035609006 0.0009068872054671 -0.0002422329809576
119.700000 0.0022949620352867 0.0010364525331777 -0.0002422741303725
119.700000 0.0023016119477160 0.0010870490245624 -0.0002086119868588
119.700000 0.0023013159410800 0.0010487292055842 -0.0001660333836141
119.700000 0.0023033196295006 0.0009241585222853 -0.0001437783835547
119.700000 0.0023212589550621 0.0007499099788446 -0.0001498304229158
119.700000 0.0023345784213098 0.0006502850743652 -0.0001741699553220
119.800000 0.0022956576148559 0.0007953095898183 -0.0002155292184313
119.800000 0.0022718381880417 0.0009634245408207 -0.0002471553466647
119.800000 0.0022702363703892 0.0010912433612602 -0.0002464328694033
119.800000 0.0022767408093682 0.0011412277002625 -0.0002113977323353
119.800000 0.0022767515156809 0.0011036137144250 -0.0001675260161641
119.800000 0.0022798491064250 0.0009808287068509 -0.0001447805812280
119.800000 0.0022999913810775 0.0008086063933259 -0.0001515587160053
119.800000 0.0023147521291281 0.0007098555946534 -0.0001774730085848
119.900000 0.0022728832671225 0.0008534177922825 -0.0002200297884684
119.900000 0.0022468338767173 0.0010193936789754 -0.0002519320297142
119.900000 0.0022442495281002 0.0011454291594840 -0.0002504547649616
119.900000 0.0022506401034923 0.0011947917658630 -0.0002140693961239
119.900000 0.0022509292326836 0.0011578897680962 -0.0001689261592736
119.900000 0.0022550445305402 0.0010369246939287 -0.0001456980466911
119.900000 0.0022773077062308 0.0008668024721047 -0.0001531935670776
119.900000 0.0022934752489934 0.0007689776024725 -0.0001806646608407
120.000000 0.0022487012043968 0.0009109948752848 -0.0002243939596601
120.000000 0.0022205054906229 0.0010747616963381 -0.0002565602294621
120.000000 0.0022170176551004 0.0011989806637416 -0.0002543377717862
120.000000 0.0022233261819019 0.0012477134346815 -0.0002166257462451
120.000000 0.0022238651792999 0.0012115282801904 -0.0001702331729581
120.000000 0.0022289207293318 0.0010924138065762 -0.0001465302638030
120.000000 0.0022532198840852 0.0009244616449786 -0.0001547338379724
120.000000 0.0022707577170452 0.0008276129401059 -0.0001837426485025
120.100000 0.0022231244028556 0.0009680043950350 -0.0002286188314679
120.100000 0.0021928687694505 0.0011294960775239 -0.0002610372446515
120.100000 0.0021885575874395 0.0012518690645223 -0.0002580799322689
120.100000 0.0021948160118915 0.0012999653805735 -0.0002190656196917
120.100000 0.0021955761197837 0.0012645006216608 -0.0001714464735333
120.100000 0.0022014933868512 0.0011472637833891 -0.0001472767725674
120.100000 0.0022277409275657 0.0009815476327390 -0.0001561784564027
120.100000 0.0022466106139368 0.0008857236441374 -0.0001867047839732
120.200000 0.0021961669052036 0.0010244102260679 -0.0002327015980436
120.200000 0.0021639403154696 0.0011835647415879 -0.0002653604755492
120.200000 0.0021588868357522 0.0013040660235293 -0.0002616793772765
120.200000 0.0021651271617092 0.0013515207509629 -0.0002213879226267
120.200000 0.0021660794807248 0.0013167786367991 -0.0001725655336770
120.200000 0.0021727790302152 0.0012014428036953 -0.0001479371694319
120.200000 0.0022008849014474 0.0010380244834946 -0.0001575264172967
120.200000 0.0022210461624662 0.0009432719864732 -0.0001895489585294
120.300000 0.0021678438119417 0.0010801765981483 -0.0002366395514304
120.300000 0.0021337375791796 0.0012369360677424 -0.0002695274259668
120.300000 0.0021280235700664 0.0013555436897546 -0.0002651343268924
120.300000 0.0021342777857969 0.0014023531793671 -0.0002235916305310
120.300000 0.0021353933359684 0.0013683346586750 -0.0001735898824454
120.300000 0.0021427950152418 0.0012549195122219 -0.0001485111075265
120.300000 0.0021726669133226 0.0010938566087944 -0.0001587767840554
120.300000 0.0021940777234017 0.0010002205154864 -0.0001922731451145
120.400000 0.0021381712710655 0.0011352681329268 -0.0002404300846462
120.400000 0.0021022788440588 0.0012895789205203 -0.0002735357051651
120.400000 0.0020959866042293 0.0014062747150031 -0.0002684430910785
120.400000 0.0021022866098205 0.0014524367974158 -0.0002256757882986
120.400000 0.0021035363911847 0.0014191415240301 -0.0001745191052445
120.400000 0.0021115595112455 0.0013076630432022 -0.0001489982968419
120.400000 0.0021431031030552 0.0011490088194728 -0.0001599286897230
120.400000 0.0021657197894853 0.0010565320971879 -0.0001948754010373
120.500000 0.0021071664662019 0.0011896498802648 -0.0002440706946428
120.500000 0.0020695832104353 0.0013414626743460 -0.0002773830296376
120.500000 0.0020627953799730 0.0014562322688568 -0.0002716040702583
120.500000 0.0020691729155073 0.0015017462463634 -0.0002276395102834
120.500000 0.0020705279681103 0.0014691725876194 -0.0001753528437577
120.500000 0.0020790914850196 0.0013596430438879 -0.0001493985043464
120.500000 0.0021122106307288 0.0012034463611403 -0.0001609813380667
120.500000 0.0021359879776021 0.0011121699563268 -0.0001973538705663
120.600000 0.0020748476031979 0.0012432873541489 -0.0002475589851328
120.600000 0.0020356705785100 0.0013925572374789 -0.0002810672247723
120.600000 0.0020284699506435 0.0015053900530703 -0.0002746157558210
120.600000 0.0020349565253103 0.0015502566880944 -0.0002294819802971
120.600000 0.0020363879884837 0.0015184017359934 -0.0001760907958305
120.600000 0.0020454106840333 0.0014108296974335 -0.0001497115540427
120.600000 0.0020800076631061 0.0012571349492425 -0.0001619340045630
120.600000 0.0021048990191115 0.0011670977173222 -0.0001997067874126
120.700000 0.0020412338951796 0.0012961465681151 -0.0002508926692776
120.700000 0.0020005616305624 0.0014428330752928 -0.0002845862263886
120.700000 0.0019930309646170 0.0015537223153936 -0.0002774767305485
120.700000 0.0019996577869175 0.0015979438156246 -0.0002312024515589
120.700000 0.0020011369576978 0.0015668034007170 -0.0001767327153123
120.700000 0.0020105376188743 0.0014611937451225 -0.0001499373269640
120.700000 0.0020465133586167 0.0013100408036120 -0.0001627860372879
120.700000 0.0020724707483406 0.0012212794449251 -0.0002019324770947
120.800000 0.0020063455461036 0.0013481940701026 -0.0002540695722296
120.800000 0.0019642778123695 0.0014922612328591 -0.0002879380821477
120.800000 0.0019564996484261 0.0016012038628138 -0.0002801856689648
120.800000 0.0019632975576258 0.0016447838630978 -0.0002328002466001
120.800000 0.0019647959481922 0.0016143525710216 -0.0001772784118572
120.800000 0.0019744935449667 0.0015107065079056 -0.0001500757611103
120.800000 0.0020117478508988 0.0013621306824379 -0.0001635368577089
120.800000 0.0020387220892478 0.0012746796845127 -0.0002040293591774
120.900000 0.0019702037328305 0.0013993969766622 -0.0002570876335234
120.900000 0.0019268413138741 0.0015408133568030 -0.0002911209528358
120.900000 0.0019188977896202 0.0016478100742147 -0.0002827413376102
120.900000 0.0019258971885950 0.0016907536152831 -0.0002342747571226
120.900000 0.0019273865826062 0.0016610248058856 -0.0001777277506847
120.900000 0.0019373004435974 0.0015593399072240 -0.0001501268513251
120.900000 0.0019757322309218 0.0014133719155782 -0.0001641859613757
120.900000 0.0020036730402699 0.0013272635019133 -0.0002059959493786
121.000000 0.0019328305857507 0.0014497230064398 -0.0002599449093084
121.000000 0.0018882750491353 0.0015884617164018 -0.0002941331135176
121.000000 0.0018802477193827 0.0016935169124471 -0.0002851425952403
121.000000 0.0018874785090021 0.0017358304165734 -0.0002356254438140
121.000000 0.0018889310167171 0.0017067962455436 -0.0001780806523008
121.000000 0.0018989810022851 0.0016070664850917 -0.0001500906491137
121.000000 0.0019384885277234 0.0014637324371456 -0.0001647329185095
121.000000 0.0019673446573736 0.0013789965226645 -0.0002078308615386
121.100000 0.0018942491680025 0.0014991405128641 -0.0002626395744197
121.100000 0.0018486026355998 0.0016351792238993 -0.0002969729545610
121.100000 0.0018405722949280 0.0017383009358115 -0.0002873883929513
121.100000 0.0018480638101106 0.0017799921794913 -0.0002368518361201
121.100000 0.0018494519221830 0.0017516436224223 -0.0001783370921803
121.100000 0.0018595585945258 0.0016538594234117 -0.0001499672624027
121.100000 0.0019000396877978 0.0015131808172943 -0.0001651773744882
121.100000 0.0019297590353377 0.0014298449706041 -0.0002095328094445
121.200000 0.0018544834533223 0.0015476185159646 -0.0002651699242803
121.200000 0.0018078483727299 0.0016809394540099 -0.0002996389825303
121.200000 0.0017998948817027 0.0017821393089485 -0.0002894777742335
121.200000 0.0018076758292731 0.0018232173927045 -0.0002379535319757
121.200000 0.0018089724691138 0.0017955442715025 -0.0001784971004130
121.200000 0.0018190572589515 0.0016996925625064 -0.0001497568552427
121.200000 0.0018604095531769 0.0015616862931412 -0.0001655190502262
121.200000 0.0018909392873000 0.0014797757056991 -0.0002111006085054
121.300000 0.0018135583025735 0.0015951267332520 -0.0002675343766329
121.300000 0.0017660372200280 0.0017257166625894 -0.0003021298209493
121.300000 0.0017582393354109 0.0018250098131388 -0.0002914098749529
121.300000 0.0017663377338824 0.0018654851285586 -0.0002389301974962
121.300000 0.0017675163084906 0.0018384761401094 -0.0001785607613126
121.300000 0.0017775016779372 0.0017445404188402 -0.0001494596474553
121.300000 0.0018196228382485 0.0016092187987562 -0.0001657577424493
121.300000 0.0018509095226066 0.0015287562610162 -0.0002125331772740
121.400000 0.0017714994390043 0.0016416356095934 -0.0002697314730945
121.400000 0.0017231947744972 0.0017694858044512 -0.0003044442109344
121.400000 0.0017156299838890 0.0018668908560122 -0.0002931839232636
121.400000 0.0017240731052870 0.0019067750501297 -0.0002397815666296
121.400000 0.0017251075544550 0.0018804177971314 -0.0001785282129916
121.400000 0.0017349171556959 0.0017883782019163 -0.0001490759142239
121.400000 0.0017777051053622 0.0016557489941590 -0.0001658933238623
121.400000 0.0018096948230112 0.0015767548787427 -0.0002138295388093
121.500000 0.0017283334222896 0.0016871163460205 -0.0002717598805336
121.500000 0.0016793472475778 0.0018122225503087 -0.0003065810116959
121.500000 0.0016720916088496 0.0019077614806683 -0.0002947992394527
121.500000 0.0016809059226867 0.0019470674178055 -0.0002405074407716
121.500000 0.0016817707664892 0.0019213484416711 -0.0001783996469016
121.500000 0.0016913295958969 0.0018311818303334 -0.0001486059856314
121.500000 0.0017346827392739 0.0017012482932638 -0.0001659257432106
121.500000 0.0017673212172735 0.0016237405451674 -0.0002149888218763
121.600000 0.0016840876214123 0.0017315409274094 -0.0002736183922653
121.600000 0.0016345214416015 0.0018539033028274 -0.0003085392009113
121.600000 0.0016276494275180 0.0019476013742094 -0.0002962552357175
121.600000 0.0016368605470221 0.0019863430953996 -0.0002411076883446
121.600000 0.0016375309315067 0.0019612479111316 -0.0001781753073416
121.600000 0.0016467654788477 0.0018729279469851 -0.0001480502461451
121.600000 0.0016905829204864 0.0017456888907146 -0.0001658550252358
121.600000 0.0017238156542163 0.0016696830245357 -0.0002160102619814
121.700000 0.0016387901864480 0.0017748821489774 -0.0002753059290626
121.700000 0.0015887447258048 0.0018945052117716 -0.0003103178749681
121.700000 0.0015823290741807 0.0019863908756913 -0.0002975514158784
121.700000 0.0015919617048723 0.0020245835558073 -0.0002415822443421
121.700000 0.0015924134458730 0.0020000966887409 -0.0001778554909346
121.700000 0.0016012518382774 0.0019135939333933 -0.0001474091340502
121.700000 0.0016454335975445 0.0017890437875600 -0.0001656812705240
121.700000 0.0016792059743010 0.0017145528916961 -0.0002168932022383
121.800000 0.0015924700193155 0.0018171136415437 -0.0002768215399837
121.800000 0.0015420450119432 0.0019340061882332 -0.0003119162490806
121.800000 0.0015361565816684 0.0020241109834941 -0.0002986873750289
121.800000 0.0015462344723756 0.0020617708862096 -0.0002419311098393
121.800000 0.0015464440973768 0.0020378759105218 -0.0001774405460737
121.800000 0.0015548162377612 0.0019531579231629 -0.0001466831408337
121.800000 0.0015992634583465 0.0018312868157182 -0.0001654046552504
121.800000 0.0016335208797926 0.0017583215634600 -0.0002176370940641
121.900000 0.0015451567435616 0.0018582098955058 -0.0002781644030124
121.900000 0.0014944507295491 0.0019723849179330 -0.0003133336572790
121.900000 0.0014891583627927 0.0020607433621190 -0.0002996627991234
121.900000 0.0014997042591844 0.0020978877928334 -0.0002421543514726
121.900000 0.0014996490471698 0.0020745673717102 -0.0001769308723399
121.900000 0.0015074867468246 0.0019915988145510 -0.0001458728105199
121.900000 0.0015521019005378 0.0018723926611876 -0.0001650254308188
121.900000 0.0015867899035832 0.0018009613286007 -0.0002182414977035
122.000000 0.0014968806732484 0.0018981462834881 -0.0002793338255129
122.000000 0.0014459908008750 0.0020096208735859 -0.0003145695522750
122.000000 0.0014413611917565 0.0020962703484166 -0.0003004774645057
122.000000 0.0014523967924682 0.0021329176052756 -0.0002422521008871
122.000000 0.0014520548116929 0.0021101535326299 -0.0001763269198916
122.000000 0.0014592919167673 0.0020288962821448 -0.0001449787389597
122.000000 0.0015039790010521 0.0019123368859622 -0.0001645439233984
122.000000 0.0015390433767540 0.0018424453764228 -0.0002187060825794
122.100000 0.0014476727810177 0.0019368990816229 -0.0002803292444981
122.100000 0.0013966946155652 0.0020456943263243 -0.0003156235052042
122.100000 0.0013927921855578 0.0021306749572525 -0.0003011312373796
122.100000 0.0014043381009760 0.0021668442804009 -0.0002422245541562
122.100000 0.0014036882446082 0.0021446175240296 -0.0001756291888275
122.100000 0.0014102607562444 0.0020650307876430 -0.0001440015730746
122.100000 0.0014549254848705 0.0019510959486149 -0.0001639605333595
122.100000 0.0014903123949558 0.0018827478238376 -0.0002190306274717
122.200000 0.0013975646654033 0.0019744454894292 -0.0002811502267134
122.200000 0.0013465920050976 0.0020805863561757 -0.0003164952052483
122.200000 0.0013434787854045 0.0021639408866183 -0.0003016240732231
122.200000 0.0013555544991704 0.0021996524058200 -0.0002420719711721
122.200000 0.0013545765187520 0.0021779431518903 -0.0001748382285249
122.200000 0.0013604227066458 0.0020999835897402 -0.0001429420100579
122.200000 0.0014049726930685 0.0019886472235176 -0.0001632757346107
122.200000 0.0014406287836923 0.0019218437408871 -0.0002192150205212
122.300000 0.0013465885174698 0.0020107636482587 -0.0002817964685359
122.300000 0.0012957132170379 0.0021142788615948 -0.0003171844591391
122.300000 0.0012934487381594 0.0021960525221942 -0.0003019560161490
122.300000 0.0013060725714424 0.0022313272029594 -0.0002417946750101
122.300000 0.0013047471081265 0.0022101149017106 -0.0001739546369531
122.300000 0.0013098076173110 0.0021337367531130 -0.0001418007965348
122.300000 0.0013541525502235 0.0020249690186692 -0.0001624900738380
122.300000 0.0013900250625958 0.0019597091746620 -0.0002192592590636
122.400000 0.0012947770868521 0.0020458326582832 -0.0002822677956922
122.400000 0.0012440888891476 0.0021467545680476 -0.0003176911905470
122.400000 0.0012427300778327 0.0022269949413736 -0.0003021271982128
122.400000 0.0012559191564193 0.0022618545297302 -0.0002413930512671
122.400000 0.0012542277699468 0.0022411179422788 -0.0001729790599648
122.400000 0.0012584457206174 0.0021662731565092 -0.0001405787276821
122.400000 0.0013024975312555 0.0020600405921090 -0.0001616041696502
122.400000 0.0013385344087855 0.0019963211715692 -0.0002191634492912
122.500000 0.0012421636472755 0.0020796325940029 -0.0002825641627964
122.500000 0.0011917500233865 0.0021779970356532 -0.0003180154393570
122.500000 0.0011913511071378 0.0022567539167561 -0.0003021378386703
122.500000 0.0012051213313746 0.0022912208828064 -0.0002408675473767
122.500000 0.0012030465267572 0.0022709381289406 -0.0001719121905649
122.500000 0.0012063676069810 0.0021975764999456 -0.0001392766463120
122.500000 0.0012500406277762 0.0020938421668957 -0.0001606187116325
122.500000 0.0012861906194022 0.0020316577979056 -0.0002189278057468
122.600000 0.0011887819616329 0.0021121445182604 -0.0002826856527121
122.600000 0.0011387279598513 0.0022079906658864 -0.0003181573608348
122.600000 0.0011393403791277 0.0022853159191205 -0.0003019882431874
122.600000 0.0011537063967479 0.0023194133995225 -0.0002402186719004
122.600000 0.0011512316486322 0.0022995620063721 -0.0001707547681603
122.600000 0.0011536041998043 0.0022276313110172 -0.0001378954419190
122.600000 0.0011968153140193 0.0021263549446393 -0.0001595344593114
122.600000 0.0012330280734147 0.0020656981587052 -0.0002185526506516
122.700000 0.0011346662466991 0.0021433504947469 -0.0002826324757409
122.700000 0.0010850543506886 0.0022367207073471 -0.0003181172246864
122.700000 0.0010867266789275 0.0023126681198861 -0.0003016788030026
122.700000 0.0011017018607862 0.0023464198593988 -0.0002394469937979
122.700000 0.0010988116354771 0.0023269768108674 -0.0001695075777894
122.700000 0.0011001867304102 0.0022564229503270 -0.0001364360496939
122.700000 0.0011428555124281 0.0021575611175738 -0.0001583522410338
122.700000 0.0011790816927949 0.0020984224148303 -0.0002180384130700
122.800000 0.0010798511375596 0.0021732335989959 -0.0002824049686419
122.800000 0.0010307611340217 0.0022641732606074 -0.0003178954140151
122.800000 0.0010335390055772 0.0023387983930736 -0.0003012099940455
122.800000 0.0010491354243111 0.0023722286853061 -0.0002385531416768
122.800000 0.0010458151994404 0.0023531704721519 -0.0001681714493337
122.800000 0.0010461467129957 0.0022839376160436 -0.0001348994495060
122.800000 0.0010881955589753 0.0021874438791680 -0.0001570729527642
122.800000 0.0011243869031598 0.0021298117982848 -0.0002173856279153
122.900000 0.0010243716518325 0.0022017779278628 -0.0002820035934867
122.900000 0.0009758805079300 0.0022903352821436 -0.0003174924241774
122.900000 0.0009798065539988 0.0023636953167759 -0.0003005823760130
122.900000 0.0009960349656232 0.0023968289442785 -0.0002375378030230
122.900000 0.0009922712474517 0.0023781316147314 -0.0001667472567139
122.900000 0.0009915159196406 0.0023101623475979 -0.0001332866648560
122.900000 0.0010328701682871 0.0022159874332706 -0.0001556975568035
122.900000 0.0010689795939781 0.0021598486257345 -0.0002165949348000
123.000000 0.0009682631537611 0.0022289686074910 -0.0002814289363542
123.000000 0.0009204449045160 0.0023151945873678 -0.0003169088615445
123.000000 0.0009255586971032 0.0023873481741501 -0.0002997965914042
123.000000 0.0009424285255473 0.0024202103479845 -0.0002364017234130
123.000000 0.0009382088638973 0.0024018495587881 -0.0001652359170682
123.000000 0.0009363263554042 0.0023350850285307 -0.0001315987618013
123.000000 0.0009769143986471 0.0022431770017960 -0.0001542270804328
123.000000 0.0010128960784413 0.0021885163102239 -0.0002156670767364
123.100000 0.0009115613182526 0.0022547917997742 -0.0002806817058708
123.100000 0.0008644869640988 0.0023387398527704 -0.0003161454421698
123.100000 0.0008708249680466 0.0024097469539416 -0.0002988533645178
123.100000 0.0008883442926276 0.0024423632528671 -0.0002351457057092
123.100000 0.0008836572934444 0.0024243143206342 -0.0001636383899185
123.100000 0.0008806102335444 0.0023586943885028 -0.0001298368478557
123.100000 0.0009203636169523 0.0022689988309554 -0.0001526626144865
123.100000 0.0009561730530958 0.0022157993710875 -0.0002146028986909
123.200000 0.0008543020949385 0.0022792347073250 -0.0002797627316018
123.200000 0.0008080395095647 0.0023609606171911 -0.0003152029903691
123.200000 0.0008156350426519 0.0024308823505530 -0.0002977535004115
123.200000 0.0008338105884769 0.0024632786599625 -0.0002337706092399
123.200000 0.0008286459240262 0.0024455166127354 -0.0001619556763214
123.200000 0.0008243999508885 0.0023809800044852 -0.0001280020708660
123.200000 0.0008632534636900 0.0022934401960469 -0.0001510053118583
123.200000 0.0008988475573348 0.0022416834420575 -0.0002134033459985
123.300000 0.0007965216723308 0.0023022855769665 -0.0002786729622985
123.300000 0.0007511355209125 0.0023818472822323 -0.0003140824372150
123.300000 0.0007600187220032 0.0024507457636689 -0.0002964978838278
123.300000 0.0007788558532864 0.0024829482144076 -0.0002322773489637
123.300000 0.0007732042699960 0.0024654478433149 -0.0001601888180078
123.300000 0.0007677280633880 0.0024019323011427 -0.0001260956178672
123.300000 0.0008056198180087 0.0023164894048198 -0.0001492563859451
123.300000 0.0008409569328453 0.0022661552775780 -0.0002120694626437
123.400000 0.0007382564421435 0.0023239337017654 -0.0002774134640096
123.400000 0.0006938081100231 0.0024013911118359 -0.0003127848189518
123.400000 0.0007040059152273 0.0024693292974493 -0.0002950874780860
123.400000 0.0007235086315008 0.0025013642046462 -0.0002306668946209
123.400000 0.0007173619554623 0.0024841001155511 -0.0001583388965112
123.400000 0.0007106272618851 0.0024215425504289 -0.0001241187139177
123.400000 0.0007474987629483 0.0023381357994316 -0.0001474171090318
123.400000 0.0007825387831043 0.0022892027573396 -0.0002106023894127
123.500000 0.0006795429638514 0.0023441694216328 -0.0002759854180609
123.500000 0.0006360904956843 0.0024195842310400 -0.0003113112753323
123.500000 0.0006476266224700 0.0024866257593037 -0.0002935233239439
123.500000 0.0006677975576629 0.0025185195613445 -0.0002289402698723
123.500000 0.0006611486978125 0.0025014662263787 -0.0001564070322857
123.500000 0.0006531303481203 0.0024398028704119 -0.0001220726209185
123.500000 0.0006889265508963 0.0023583697570224 -0.0001454888106223
123.500000 0.0007236309330182 0.0023108148890556 -0.0002090033619244
123.600000 0.0006204179295514 0.0023629841225176 -0.0002743901189113
123.600000 0.0005780159789022 0.0024364196239379 -0.0003096630478838
123.600000 0.0005909109180780 0.0025026286582589 -0.0002918065384299
123.600000 0.0006117513424321 0.0025344078560252 -0.0002270985514257
123.600000 0.0006045942914333 0.0025175396649078 -0.0001543943838152
123.600000 0.0005952702110072 0.0024567062233475 -0.0001199586364153
123.600000 0.0006299395693337 0.0023771826889313 -0.0001434728757210
123.600000 0.0006642713887923 0.0023309818095051 -0.0002072737085464
123.700000 0.0005609181291914 0.0023803702342251 -0.0002726289718926
123.700000 0.0005196179185241 0.0024518911308602 -0.0003078414781041
123.700000 0.0005338889339939 0.0025173322029327 -0.0002899383136478
123.700000 0.0005553987587800 0.0025490232994307 -0.0002251428681522
123.700000 0.0005477285916373 0.0025323146104716 -0.0001523021467142
123.700000 0.0005370798031992 0.0024722464130231 -0.0001177780923892
123.700000 0.0005705743069324 0.0023945670385864 -0.0001413707430685
123.700000 0.0006044982981210 0.0023496947838748 -0.0002054148482033
123.800000 0.0005010804162294 0.0023963212268947 -0.0002707034908376
123.800000 0.0004609297072027 0.0024659934448027 -0.0003058480055941
123.800000 0.0004765908433741 0.0025307312991261 -0.0002879199155564
123.800000 0.0004987686283664 0.0025623607396244 -0.0002230744001926
123.800000 0.0004905814988000 0.0025457859303141 -0.0001501315528215
123.800000 0.0004785921179737 0.0024864180813905 -0.0001155323540339
123.800000 0.0005108673200615 0.0024105162780995 -0.0001391839033366
123.800000 0.0005443499107801 0.0023669462034351 -0.0002034282880846
123.900000 0.0004409416737807 0.0024108316061730 -0.0002686152956074
123.900000 0.0004019847477234 0.0024787221071235 -0.0003036841661304
123.900000 0.0004190468444351 0.0025428215470477 -0.0002857526827250
123.900000 0.0004418898080985 0.0025744156598408 -0.0002208943780550
123.900000 0.0004331829427175 0.0025579491769329 -0.0001478838692876
123.900000 0.0004198401664550 0.0024992167045124 -0.0001132228185249
123.900000 0.0004508551997601 0.0024250249036031 -0.0001369138972868
123.900000 0.0004838645397026 0.0023827295815908 -0.0002013156212584
124.000000 0.0003805387813097 0.0024238969071236 -0.0002663661095219
124.000000 0.0003428164297211 0.0024900735025337 -0.0003013515896813
124.000000 0.0003612871445368 0.0025535992381824 -0.0002834380250666
124.000000 0.0003847911768751 0.0025851841760929 -0.0002186040817040
124.000000 0.0003755628671868 0.0025688005850855 -0.0001455603976574
124.000000 0.0003608569551989 0.0025106385878419 -0.0001108509137803
124.000000 0.0003905745392283 0.0024380884293649 -0.0001345623138967
124.000000 0.0004230805226153 0.0023970395483521 -0.0001990785241999
124.100000 0.0003199085819193 0.0024355136869152 -0.0002639577567026
124.100000 0.0002834581068064 0.0025000448534062 -0.0002988519983716
124.100000 0.0003033419445069 0.0025630613518170 -0.0002809774225512
124.100000 0.0003275016225181 0.0025946630345470 -0.0002162048396430
124.100000 0.0003177512148176 0.0025783370684743 -0.0001431624729474
124.100000 0.0003016754641567 0.0025206808608606 -0.0001084180972155
124.100000 0.0003300619018881 0.0024497033807243 -0.0001321307884589
124.100000 0.0003620361843090 0.0024098718432739 -0.0001967187542411
124.200000 0.0002590878502873 0.0024456795163334 -0.0002613921593346
124.200000 0.0002239430741219 0.0025086342134288 -0.0002961872043994
124.200000 0.0002452414232145 0.0025712055512364 -0.0002783724239002
124.200000 0.0002700500288926 0.0026028496086742 -0.0002136980279902
124.200000 0.0002597779120777 0.0025865562161210 -0.0001406914627205
124.200000 0.0002423286250396 0.0025293414710988 -0.0001059258544943
124.200000 0.0002693537900603 0.0024598672858900 -0.0001296210006557
124.200000 0.0003007697996109 0.0024212233069163 -0.0001942381469499
124.300000 0.0001981132612946 0.0024543929701622 -0.0002586713348556
124.300000 0.0001643045463483 0.0025158404606276 -0.0002933591079096
124.300000 0.0001870157223959 0.0025780301796028 -0.0002756246452632
124.300000 0.0002124652632169 0.0026097418961867 -0.0002110850695484
124.300000 0.0002016728545783 0.0025934562884422 -0.0001381487661568
124.300000 0.0001828493000991 0.0025366191775594 -0.0001033756982771
124.300000 0.0002084866143010 0.0024685786666455 -0.0001270346726157
124.300000 0.0002393195571243 0.0024310918708821 -0.0001916386134453
124.400000 0.0001370213593911 0.0024616536164847 -0.0002557973930791
124.400000 0.0001045756361774 0.0025216632897861 -0.0002903696948276
124.400000 0.0001286949317368 0.0025835342555296 -0.0002727357688796
124.400000 0.0001547761635622 0.0026153385157689 -0.0002083674328701
124.400000 0.0001434658926008 0.0025990362130389 -0.0001355358131236
124.400000 0.0001232702613397 0.0025425135435738 -0.0001007691669685
124.400000 0.0001474966634407 0.0024758370280079 -0.0001243735669550
124.400000 0.0001777235237955 0.0024394765464895 -0.0001889221376577
124.500000 0.0000758485287350 0.0024674620049530 -0.0002527725332582
124.500000 0.0000447893332661 0.0025261032042881 -0.0002872210346577
124.500000 0.0000703090742171 0.0025877174683641 -0.0002697075417263
124.500000 0.0000970115265440 0.0026196387036116 -0.0002055466313189
124.500000 0.0000851868168710 0.0026032955802109 -0.0001328540632436
124.500000 0.0000636241701784 0.0025470249291113 -0.0000981078234657
124.500000 0.0000864200753610 0.0024816428468881 -0.0001216394848071
124.500000 0.0001160196103641 0.0024463774121416 -0.0001860907735396
124.600000 0.0000146309641440 0.0024718196540779 -0.0002495990410992
124.600000 -0.0000150215163114 0.0025291615074116 -0.0002839152782491
124.600000 0.0000118880917182 0.0025905801731906 -0.0002665417741518
124.600000 0.0000392000952036 0.0026226423097572 -0.0002026242221258
124.600000 0.0000268653445799 0.0026062346382087 -0.0001301050049620
124.600000 0.0000039435575635 0.0025501544825680 -0.0000953932539094
124.600000 0.0000252928085444 0.0024859975598015 -0.0001188342638466
124.600000 0.0000542455377475 0.0024517955994561 -0.0001831466422370
124.700000 -0.0000465953571111 0.0024747290375917 -0.0002462792857308
124.700000 -0.0000748242301033 0.0025308402930990 -0.0002804546555351
124.700000 -0.0000465381691014 0.0025921233855662 -0.0002632403385002
124.700000 -0.0000186294529195 0.0026243497942652 -0.0001996018054442
124.700000 -0.0000314688943429 0.0026078542882334 -0.0001272901546151
124.700000 -0.0000557391954346 0.0025519041320614 -0.0000926270664382
124.700000 -0.0000358493855710 0.0024889035496780 -0.0001159597763095
124.700000 -0.0000075611955941 0.0024557332782201 -0.0001800919292258
124.800000 -0.0001077947026397 0.0024761935699374 -0.0002428157166359
124.800000 -0.0001345863087991 0.0025311424362333 -0.0002768414732477
124.800000 -0.0001049399706626 0.0025923487760013 -0.0002598051677246
124.800000 -0.0000764485175250 0.0026247622232050 -0.0001964810234013
124.800000 -0.0000897863707047 0.0026081560791957 -0.0001244110554983
124.800000 -0.0001153918765509 0.0025522765762535 -0.0000898108899487
124.800000 -0.0000969709894057 0.0024903641318232 -0.0001130179270144
124.800000 -0.0000693633452704 0.0024581936402370 -0.0001769288814225
124.900000 -0.0001689316113684 0.0024762175909370 -0.0002392108605534
124.900000 -0.0001942754552178 0.0025300715824456 -0.0002730781126115
124.900000 -0.0001632876980506 0.0025912586641976 -0.0002562382539920
124.900000 -0.0001342285871004 0.0026238812644845 -0.0001932635591479
124.900000 -0.0001480576692712 0.0026071422022473 -0.0001214692769367
124.900000 -0.0001749824607629 0.0025512752747300 -0.0000869463728620
124.900000 -0.0001580367451964 0.0024903835390822 -0.0001100106513876
124.900000 -0.0001311239515130 0.0024591808821332 -0.0001736598042750
125.000000 -0.0002299709190579 0.0024748063496946 -0.0002354673183575
125.000000 -0.0002538595927577 0.0025276321374827 -0.0002691670270216
125.000000 -0.0002215518723279 0.0025888560130538 -0.0002525416472809
125.000000 -0.0001919412502815 0.0026217091835221 -0.0001899511359067
125.000000 -0.0002062535017330 0.0026048154850919 -0.0001184664133566
125.000000 -0.0002344791282283 0.0025489044379580 -0.0000840351818983
125.000000 -0.0002190116800753 0.0024889669062551 -0.0001069399134969
125.000000 -0.0001928063686367 0.0024587001871938 -0.0001702870588412
125.100000 -0.0002908777828818 0.0024719659877871 -0.0002315877619184
125.100000 -0.0003133068833007 0.0025238292561607 -0.0002651107397069
125.100000 -0.0002797031635753 0.0025851444224521 -0.0002487174539734
125.100000 -0.0002495582070257 0.0026182488387683 -0.0001865455160202
125.100000 -0.0002643447194176 0.0026011793860903 -0.0001154040833607
125.100000 -0.0002938502817180 0.0025451690168499 -0.0000810790008606
125.100000 -0.0002798611302541 0.0024861202538200 -0.0001038077040953
125.100000 -0.0002543742933799 0.0024567577062956 -0.0001668130588606
125.200000 -0.0003516177050528 0.0024677035217975 -0.0002275749309545
125.200000 -0.0003725857445646 0.0025186688309317 -0.0002609118413849
125.200000 -0.0003377124036588 0.0025801281228356 -0.0002447678354412
125.200000 -0.0003070512796008 0.0026135036770860 -0.0001830484999976
125.200000 -0.0003223023257469 0.0025962379881674 -0.0001122839288053
125.200000 -0.0003530645635384 0.0025400746919556 -0.0000780795294287
125.200000 -0.0003405507642961 0.0024818504710100 -0.0001006160386805
125.200000 -0.0003157917921019 0.0024533605380074 -0.0001632402678272
125.300000 -0.0004121565554824 0.0024620268252444 -0.0002234316298787
125.300000 -0.0004316648669007 0.0025121574800908 -0.0002565729879088
125.300000 -0.0003955505987241 0.0025738119685882 -0.0002406950066289
125.300000 -0.0003643924233902 0.0026074777289940 -0.0001794619255618
125.300000 -0.0003800974884389 0.0025899959925320 -0.0001091076138819
125.300000 -0.0004120908719384 0.0025336278623088 -0.0000750384819649
125.300000 -0.0004010466054660 0.0024761652983008 -0.0000973669555701
125.300000 -0.0003770233268174 0.0024485167079274 -0.0001595711960677
125.400000 -0.0004724605934664 0.0024549446099611 -0.0002191607246471
125.400000 -0.0004905132295317 0.0025043025356484 -0.0002520968979106
125.400000 -0.0004531889414191 0.0025662014312281 -0.0002365012346335
125.400000 -0.0004215537375168 0.0026001756037820 -0.0001757876666965
125.400000 -0.0004377015514566 0.0025824587122201 -0.0001058768242024
125.400000 -0.0004708983769993 0.0025258356339520 -0.0000719575863320
125.400000 -0.0004613150531460 0.0024690733093551 -0.0000940625139983
125.400000 -0.0004380337800553 0.0024422351473246 -0.0001558083978326
125.500000 -0.0005324964883905 0.0024464664069769 -0.0002147651396148
125.500000 -0.0005491001162297 0.0024951120308956 -0.0002474863504452
125.500000 -0.0005105988228439 0.0025573025924237 -0.0002321888372836
125.500000 -0.0004785074752883 0.0025916024845032 -0.0001720276326946
125.500000 -0.0004950860467036 0.0025736320654703 -0.0001025932658886
125.500000 -0.0005294565360042 0.0025167058081616 -0.0000688385827252
125.500000 -0.0005213229033140 0.0024605838924774 -0.0000907047922347
125.500000 -0.0004987884785283 0.0024345256711549 -0.0001519544684047
125.600000 -0.0005922313394506 0.0024366025469529 -0.0002102478544039
125.600000 -0.0006073951304323 0.0024845946876853 -0.0002427441826350
125.600000 -0.0005677518442314 0.0025471221368446 -0.0002277601817160
125.600000 -0.0005352260544648 0.0025817641228488 -0.0001681837672073
125.600000 -0.0005522227054688 0.0025635225689415 -0.0000992586646671
125.600000 -0.0005877351082876 0.0025062468693998 -0.0000656832225175
125.600000 -0.0005810373680791 0.0024507072316271 -0.0000872958857288
125.600000 -0.0005592532156097 0.0024253989555172 -0.0001480120412306
125.700000 -0.0006516326943908 0.0024253641402229 -0.0002056119007903
125.700000 -0.0006653682097987 0.0024727599034566 -0.0002378732873211
125.700000 -0.0006246198283591 0.0025356673448559 -0.0002232176829537
125.700000 -0.0005916820673537 0.0025706668339131 -0.0001642580472938
125.700000 -0.0006090834696202 0.0025521373307809 -0.0000958747649689
125.700000 -0.0006457041695633 0.0024944679730135 -0.0000624932671218
125.700000 -0.0006404260942730 0.0024394542870390 -0.0000838379052817
125.700000 -0.0006193942726133 0.0024148665146167 -0.0001439837850802
125.800000 -0.0007106685672576 0.0024127630564890 -0.0002008603596120
125.800000 -0.0007229896402059 0.0024596177380253 -0.0002328766107208
125.800000 -0.0006811748306936 0.0025229460850653 -0.0002185638024846
125.800000 -0.0006478482907324 0.0025583174908517 -0.0001602524824739
125.800000 -0.0006656405025529 0.0025394840435530 -0.0000924433290348
125.800000 -0.0007033341257335 0.0024813789327034 -0.0000592704868675
125.800000 -0.0006994571811001 0.0024268367754995 -0.0000803329752486
125.800000 -0.0006791784388777 0.0024029406773000 -0.0001398724012393
125.900000 -0.0007693074551784 0.0023988119042216 -0.0001959963577056
125.900000 -0.0007802300691879 0.0024451789001646 -0.0002277571500972
125.900000 -0.0007373891502713 0.0025089668067338 -0.0002138010468416
125.900000 -0.0007036976956025 0.0025447235194404 -0.0001561691137812
125.900000 -0.0007218661998894 0.0025255709770357 -0.0000889661360267
125.900000 -0.0007605957261806 0.0024669902077859 -0.0000560166598950
125.900000 -0.0007580991968483 0.0024128671503234 -0.0000767832317719
125.900000 -0.0007385730306593 0.0023896345632242 -0.0001356806207386
126.000000 -0.0008275183541689 0.0023835240098099 -0.0001910230648744
126.000000 -0.0008370605188222 0.0024294547339994 -0.0002225179514393
126.000000 -0.0007932353403167 0.0024937385320572 -0.0002089319661855
126.000000 -0.0007592034567788 0.0025298928925384 -0.0001520100128189
126.000000 -0.0007777331999387 0.0025104069708939 -0.0000854449811447
126.000000 -0.0008174600765432 0.0024513128902689 -0.0000527335710673
126.000000 -0.0008163211946686 0.0023975585810785 -0.0000731908210494
126.000000 -0.0007975459088432 0.0023749620587238 -0.0001314112016246
126.100000 -0.0008852707739803 0.0023669133965089 -0.0001859436908916
126.100000 -0.0008934523980667 0.0024124572052363 -0.0002171621071591
126.100000 -0.0008486862186020 0.0024772708483288 -0.0002039591528916
126.100000 -0.0008143389623156 0.0025138341244608 -0.0001477772808179
126.100000 -0.0008332143939144 0.0024940014272376 -0.0000818816747508
126.100000 -0.0008738986509827 0.0024343586917608 -0.0000494230108995
126.100000 -0.0008740927274297 0.0023809249331009 -0.0000695578976367
126.100000 -0.0008560654954805 0.0023589377924326 -0.0001270669262750
126.200000 -0.0009425347519967 0.0023489947632287 -0.0001807614825439
126.200000 -0.0009493775145539 0.0023941988872521 -0.0002116927538044
126.200000 -0.0009037148775496 0.0024595738999898 -0.0001988852401391
126.200000 -0.0008690778227740 0.0024965562652648 -0.0001434730476964
126.200000 -0.0008882829359156 0.0024763643030713 -0.0000782780414997
126.200000 -0.0009298833039421 0.0024161399302355 -0.0000460867745067
126.200000 -0.0009313838616592 0.0023629807468434 -0.0000658866227872
126.200000 -0.0009141007891686 0.0023415771107192 -0.0001226505987632
126.300000 -0.0009992808661967 0.0023297834632063 -0.0001754797207177
126.300000 -0.0010048080858465 0.0023746929470600 -0.0002061130697909
126.300000 -0.0009582946940828 0.0024406583805774 -0.0001937129005062
126.300000 -0.0009233938803328 0.0024780688949548 -0.0001390994711234
126.300000 -0.0009429122526735 0.0024575061026434 -0.0000746359194755
126.300000 -0.0009853862814038 0.0023966695166711 -0.0000427266605717
126.300000 -0.0009881651905826 0.0023437412170993 -0.0000621791628302
126.300000 -0.0009716213792891 0.0023228960529924 -0.0001181650422734
126.400000 -0.0010554802471942 0.0023092954826034 -0.0001701017175318
126.400000 -0.0010597167501628 0.0023539531311765 -0.0002004262731561
126.400000 -0.0010123993392264 0.0024205355245768 -0.0001884448445697
126.400000 -0.0009772612177474 0.0024583821176078 -0.0001346587355830
126.400000 -0.0009970760530678 0.0024374378697024 -0.0000709571593362
126.400000 -0.0010403802316528 0.0023759609415809 -0.0000393444703315
126.400000 -0.0010444078462742 0.0023232221721388 -0.0000584376875881
126.400000 -0.0010285974591233 0.0023029113269277 -0.0001136130965714
126.500000 -0.0011111045893745 0.0022875474190676 -0.0001646308135196
126.500000 -0.0011140765765787 0.0023319937514069 -0.0001946356193349
126.500000 -0.0010660027874613 0.0023992170991853 -0.0001830838195102
126.500000 -0.0010306541671589 0.0024375065554258 -0.0001301530514430
126.500000 -0.0010507483374152 0.0024161711796653 -0.0000672436234646
126.500000 -0.0010948382155497 0.0023540282614571 -0.0000359420065839
126.500000 -0.0011000835109348 0.0023014400527991 -0.0000546643688346
126.500000 -0.0010849998378663 0.0022816402836684 -0.0001089976155322
126.600000 -0.0011661261611450 0.0022645564602963 -0.0001590703748629
126.600000 -0.0011678610747150 0.0023088296705679 -0.0001887443989601
126.600000 -0.0011190793258380 0.0023767153959947 -0.0001776326077237
126.600000 -0.0010835473187577 0.0024154533427160 -0.0001255846540250
126.600000 -0.0011039034065345 0.0023937181317061 -0.0000634971851276
126.600000 -0.0011487337163232 0.0023308860851420 -0.0000325210727142
126.600000 -0.0011551644273139 0.0022784118915609 -0.0000508613787937
126.600000 -0.0011407999515635 0.0022591008930472 -0.0001043214647262
126.700000 -0.0012205178143195 0.0022403403626368 -0.0001534237906805
126.700000 -0.0012210442039174 0.0022844762881682 -0.0001827559356886
126.700000 -0.0011716035628509 0.0023530432226005 -0.0001720940254397
126.700000 -0.0011359155293045 0.0023922341198034 -0.0001209558026779
126.700000 -0.0011565158705921 0.0023700913407692 -0.0000597197276416
126.700000 -0.0012020406488876 0.0023065495601464 -0.0000290834717425
126.700000 -0.0012096234082933 0.0022541552916491 -0.0000470308886814
126.700000 -0.0011959698729943 0.0022353117188765 -0.0000995875190684
126.800000 -0.0012742529926570 0.0022149174297596 -0.0001476944703737
126.800000 -0.0012736003819409 0.0022589495260609 -0.0001766735840553
126.800000 -0.0012235504370802 0.0023282138941416 -0.0001664709213462
126.800000 -0.0011877339305136 0.0023678610268782 -0.0001162687798542
126.800000 -0.0012085606577316 0.0023453039295151 -0.0000559131435463
126.800000 -0.0012547333686951 0.0022810343589285 -0.0000256310053917
126.800000 -0.0012634338456515 0.0022286884061881 -0.0000431750672891
126.800000 -0.0012504823205308 0.0022102918943492 -0.0000947986605295
126.900000 -0.0013273057395773 0.0021883064914335 -0.0001418858410301
126.900000 -0.0013255044931457 0.0022322658140873 -0.0001705007273548
126.900000 -0.0012748952256028 0.0023022412247797 -0.0001607661752217
126.900000 -0.0012389779372994 0.0023423466977804 -0.0001115258901884
126.900000 -0.0012600130224908 0.0023193695202012 -0.0000520793337858
126.900000 -0.0013067866801302 0.0022543566651512 -0.0000221654731759
126.900000 -0.0013165697180309 0.0022020299174442 -0.0000392960796117
126.900000 -0.0013043106659989 0.0021840610975930 -0.0000899577759126
127.000000 -0.0013796507050758 0.0021605268824355 -0.0001360013448881
127.000000 -0.0013767318962171 0.0022044420757262 -0.0001642407755536
127.000000 -0.0013256135521790 0.0022751395191209 -0.0001549826965758
127.000000 -0.0012896232558925 0.0023157042537246 -0.0001067294595787
127.000000 -0.0013108485540119 0.0022923022265061 -0.0000482202068971
127.000000 -0.0013581758444564 0.0022265331599317 -0.0000186886715104
127.000000 -0.0013690055981264 0.0021741990161840 -0.0000353960855176
127.000000 -0.0013574289415728 0.0021566395274151 -0.0000850677546952
127.100000 -0.0014312631518614 0.0021315984216228 -0.0001300444368628
127.100000 -0.0014272584314184 0.0021754957137643 -0.0001578971632323
127.100000 -0.0013756813952177 0.0022469235635880 -0.0001491234232964
127.100000 -0.0013396458918274 0.0022879472969655 -0.0001018818342715
127.100000 -0.0013610431840474 0.0022641166452992 -0.0000443376782064
127.100000 -0.0014088765873242 0.0021975810080965 -0.0000152023928420
127.100000 -0.0014207166591199 0.0021452153811768 -0.0000314772384634
127.100000 -0.0014098118457327 0.0021280478792738 -0.0000801314869388
127.200000 -0.0014821189607426 0.0021015413911932 -0.0001240185821357
127.200000 -0.0014770604273890 0.0021454445960023 -0.0001514733475605
127.200000 -0.0014250750955261 0.0022176086177461 -0.0001431913203064
127.200000 -0.0013890221578053 0.0022590899044085 -0.0000969853799480
127.200000 -0.0014105731947670 0.0022348278483622 -0.0000404336690331
127.200000 -0.0014588651058496 0.0021675178444574 -0.0000117084248013
127.200000 -0.0014716786803821 0.0021150991588664 -0.0000275416842524
127.200000 -0.0014614347483183 0.0020983073215119 -0.0000751518612655
127.300000 -0.0015321946352858 0.0020703765161591 -0.0001179272538080
127.300000 -0.0015261147074986 0.0021143070410095 -0.0001449728063028
127.300000 -0.0014737713638469 0.0021872104055876 -0.0001371893782274
127.300000 -0.0014377286814362 0.0022291466211642 -0.0000920424808135
127.300000 -0.0014594152263694 0.0022044513740656 -0.0000365101059013
127.300000 -0.0015081180752744 0.0021363617601188 -0.0000082085493750
127.300000 -0.0015218680524658 0.0020838709432368 -0.0000235915598364
127.300000 -0.0015122736947111 0.0020674394718804 -0.0000701317629036
127.400000 -0.0015814673057718 0.0020381249440583 -0.0001117739306190
127.400000 -0.0015743985957683 0.0020821018039400 -0.0001383990358598
127.400000 -0.0015217472881893 0.0021557451067813 -0.0001311206120536
127.400000 -0.0014857424128632 0.0021981324540506 -0.0000870555386896
127.400000 -0.0015075462845032 0.0021730032190048 -0.0000325689197589
127.400000 -0.0015566126552172 0.0021041312888298 -0.0000047045421002
127.400000 -0.0015712617814137 0.0020515517558950 -0.0000196289921616
127.400000 -0.0015623054091764 0.0020354663743840 -0.0000650740718013
127.500000 -0.0016299147324763 0.0020048082249214 -0.0001055620947300
127.500000 -0.0016218899223719 0.0020488480624232 -0.0001317555493414
127.500000 -0.0015689803409570 0.0021232293478886 -0.0001249880598326
127.500000 -0.0015330406322727 0.0021660628650421 -0.0000820269721083
127.500000 -0.0015549437475019 0.0021404998295985 -0.0000286120452042
127.500000 -0.0016043264955270 0.0020708453933920 -0.0000011981712787
127.500000 -0.0016198374924061 0.0020181630263902 -0.0000156560970584
127.500000 -0.0016115072974028 0.0020024104764726 -0.0000599816608092
127.600000 -0.0016775153083012 0.0019704482915181 -0.0000992952295749
127.600000 -0.0016685670287286 0.0020145654025376 -0.0001250458746756
127.600000 -0.0016154483858792 0.0020896801935516 -0.0001187947813564
127.600000 -0.0015796009572943 0.0021329537646678 -0.0000769592154080
127.600000 -0.0016015853734360 0.0021069580936544 -0.0000246414197202
127.600000 -0.0016512377417493 0.0020365234521334 0.0000023088027867
127.600000 -0.0016675734327728 0.0019837265727905 -0.0000116749781733
127.600000 -0.0016598574482684 0.0019682946066039 -0.0000548573939316
127.700000 -0.0017242480607815 0.0019350674398962 -0.0000929768177761
127.700000 -0.0017144087721982 0.0019792738048817 -0.0001182735527517
127.700000 -0.0016611296847480 0.0020551151376561 -0.0001125438568605
127.700000 -0.0016254013502924 0.0020988215053586 -0.0000718547178327
127.700000 -0.0016474493069887 0.0020723953319030 -0.0000206589829163
127.700000 -0.0016973250402157 0.0020011852454583 0.0000058146285365
127.700000 -0.0017144484743928 0.0019482645825327 -0.0000076877259449
127.700000 -0.0017073346348720 0.0019331419521983 -0.0000497041246459
127.800000 -0.0017700926534959 0.0018986883102337 -0.0000866103391275
127.800000 -0.0017593945303939 0.0019429936307480 -0.0001114421355986
127.800000 -0.0017060029039684 0.0020195520944736 -0.0001062383857323
127.800000 -0.0016704201255542 0.0020636828747444 -0.0000667159426316
127.800000 -0.0016925140861572 0.0020368292895046 -0.0000166666757771
127.800000 -0.0017425675427684 0.0019648509424833 0.0000093175638774
127.800000 -0.0017604421155091 0.0019117995935639 -0.0000036964166216
127.800000 -0.0017539183148612 0.0018969760380055 -0.0000445246942904
127.900000 -0.0018150293869061 0.0018613338680150 -0.0000801992686436
127.900000 -0.0018035042051215 0.0019057456084126 -0.0001045551845991
127.900000 -0.0017500471209244 0.0019830093897840 -0.0000998814852282
127.900000 -0.0017146359563768 0.0020275550889009 -0.0000615453661620
127.900000 -0.0017367586487859 0.0020002781275304 -0.0000126664399187
127.900000 -0.0017869449111302 0.0019275410877666 0.0000128158768850
127.900000 -0.0018055344819813 0.0018743544757865 0.0000002968886790
127.900000 -0.0017995886300916 0.0018598207049005 -0.0000393219305192
128.000000 -0.0018590391986525 0.0018230273855461 -0.0000737470746746
128.000000 -0.0018467182259606 0.0018675508195457 -0.0000976162687396
128.000000 -0.0017932418301661 0.0019455057519828 -0.0000934762891999
128.000000 -0.0017580278820562 0.0019904557855470 -0.0000563454769925
128.000000 -0.0017801623389349 0.0019627604144203 -0.0000086602168520
128.000000 -0.0018304373209313 0.0018892765881393 0.0000163078464869
128.000000 -0.0018497063280019 0.0018359524128215 0.0000042901448689
128.000000 -0.0018443264056522 0.0018217000891241 -0.0000340986458243
128.100000 -0.0019021036633304 0.0017837924238203 -0.0000672572170875
128.100000 -0.0018890175534973 0.0018284306857535 -0.0000906289628953
128.100000 -0.0018355669494230 0.0019070603031747 -0.0000870259468289
128.100000 -0.0018005753147813 0.0019524030171907 -0.0000511187750084
128.100000 -0.0018227049130871 0.0019242951174202 -0.0000046499472534
128.100000 -0.0018730254654049 0.0018500786996469 0.0000197917631255
128.100000 -0.0018929390363013 0.0017966168841019 0.0000082813237483
128.100000 -0.0018881131482904 0.0017826386019807 -0.0000288576361230
128.200000 -0.0019442049917754 0.0017436528147432 -0.0000607331455123
128.200000 -0.0019303836822240 0.0017884069552554 -0.0000835968461514
128.200000 -0.0018770028254478 0.0018676925502554 -0.0000805336213710
128.200000 -0.0018422580464365 0.0019134152442264 -0.0000458677705178
128.200000 -0.0018643665462010 0.0018849015939992 -0.0000006375702416
128.200000 -0.0019146905587611 0.0018099690146060 0.0000232659294016
128.200000 -0.0019352146178660 0.0017563716473049 0.0000122684148243
128.200000 -0.0019309310442684 0.0017426609100056 -0.0000236016794108
128.300000 -0.0019853260298808 0.0017026326437270 -0.0000541782976525
128.300000 -0.0019707986431151 0.0017475016897062 -0.0000765235001605
128.300000 -0.0019175302396945 0.0018274223759848 -0.0000740024889084
128.300000 -0.0018830562553144 0.0018735113279789 -0.0000405949833594
128.300000 -0.0019051278376098 0.0018445995832494 0.0000033749773378
128.300000 -0.0019554143392521 0.0017689694487838 0.0000267286606982
128.300000 -0.0019765157111942 0.0017152407211335 0.0000162494260905
128.300000 -0.0019727629566858 0.0017017919156104 -0.0000183335344782
128.400000 -0.0020254502569743 0.0016607562326607 -0.0000475960976599
128.400000 -0.0020102450058937 0.0017057372511654 -0.0000694125075351
128.400000 -0.0019571304138370 0.0017862700300512 -0.0000674357371113
128.400000 -0.0019229505127427 0.0018327105236970 -0.0000353029420100
128.400000 -0.0019449698167739 0.0018034091972689 0.0000073857616219
128.400000 -0.0019951790719385 0.0017271022287046 0.0000301782857862
128.400000 -0.0020168255811129 0.0016732483684541 0.0000202223847683
128.400000 -0.0020135924223002 0.0016600567382154 -0.0000130559396899
128.500000 -0.0020645617837783 0.0016180481232624 -0.0000409899545726
128.500000 -0.0020487058810001 0.0016631362892217 -0.0000622674502758
128.500000 -0.0019957850151306 0.0017442561201296 -0.0000608365640073
128.500000 -0.0019619217896270 0.0017910324734936 -0.0000299941826936
128.500000 -0.0019838739488883 0.0017613509125289 0.0000113928524334
128.500000 -0.0020339675511685 0.0016843898790903 0.0000336131474109
128.500000 -0.0020561281171805 0.0016304190797965 0.0000241853380108
128.500000 -0.0020534036478761 0.0016174806958734 -0.0000077716118257
128.600000 -0.0021026453499775 0.0015745330608186 -0.0000343632608143
128.600000 -0.0020861649212745 0.0016197217282759 -0.0000550919082346
128.600000 -0.0020334761616221 0.0017014016029348 -0.0000542081767596
128.600000 -0.0019999514629117 0.0017484971992313 -0.0000246712484902
128.600000 -0.0020218221403511 0.0017184455612263 0.0000153943239769
128.600000 -0.0020717631027807 0.0016408552104368 0.0000370316028605
128.600000 -0.0020944078316986 0.0015867775572231 0.0000281363535702
128.600000 -0.0020921815060956 0.0015740892873916 -0.0000024832449821
128.700000 -0.0021396863214188 0.0015302359783143 -0.0000277193907557
128.700000 -0.0021226063233658 0.0015755167549851 -0.0000478894576139
128.700000 -0.0020701864272122 0.0016577277752688 -0.0000475537904536
128.700000 -0.0020370213219629 0.0017051250953538 -0.0000193366884450
128.700000 -0.0020587967440952 0.0016747143226216 0.0000193882555295
128.700000 -0.0021085495860417 0.0015965213067322 0.0000404320245166
128.700000 -0.0021316498573550 0.0015423486985681 0.0000320735204296
128.700000 -0.0021299115310584 0.0015299081749532 0.0000028064904682
128.800000 -0.0021756706869670 0.0014851819809565 -0.0000210616993348
128.800000 -0.0021580148288784 0.0015305448058742 -0.0000406636694991
128.800000 -0.0021058988465743 0.0016132562650658 -0.0000408766268906
128.800000 -0.0020731135748733 0.0016609369216594 -0.0000139930566772
128.800000 -0.0020947805647881 0.0016301787143629 0.0000233727321249
128.800000 -0.0021443113953282 0.0015514115133196 0.0000438128003877
128.800000 -0.0021678399445217 0.0014971575820543 0.0000359949494004
128.800000 -0.0021665799134034 0.0014849631672401 0.0000080949488588
128.900000 -0.0022105850550375 0.0014393963310922 -0.0000143935207373
128.900000 -0.0021923757252681 0.0014848295551143 -0.0000334181084261
128.900000 -0.0021405969199344 0.0015680090224324 -0.0000341799133907
128.900000 -0.0021082108546925 0.0016159537960163 -0.0000086429114889
128.900000 -0.0021297568639017 0.0015848605837960 0.0000273458452326
128.900000 -0.0021790334615662 0.0015055494249068 0.0000471723346247
128.900000 -0.0022029644582283 0.0014512294512849 0.0000398987736855
128.900000 -0.0022021734950784 0.0014392802030589 0.0000133795101567
129.000000 -0.0022444166498307 0.0013929044335221 -0.0000077181671331
129.000000 -0.0022256748464992 0.0014383949024732 -0.0000261563309828
129.000000 -0.0021742646177142 0.0015220083106855 -0.0000274668816021
129.000000 -0.0021422962255845 0.0015701971870179 -0.0000032888144726
129.000000 -0.0021637093646585 0.0015387820992608 0.0000313056934303
129.000000 -0.0022127012534350 0.0014589588737261 0.0000505090480208
129.000000 -0.0022370103748342 0.0014045897006156 0.0000437831494105
129.000000 -0.0022366797637869 0.0013928853354670 0.0000186575808343
129.100000 -0.0022771533072881 0.0013457318212096 -0.0000010389274705
129.100000 -0.0022578985734736 0.0013912649614377 -0.0000188818844432
129.100000 -0.0022068863850437 0.0014752766973858 -0.0000207407663181
129.100000 -0.0021753531889139 0.0015236889065756 0.0000020666703813
129.100000 -0.0021966222568544 0.0014919657413732 0.0000352503830719
129.100000 -0.0022453007783495 0.0014116639178461 0.0000538213784942
129.100000 -0.0022699652784189 0.0013572638609033 0.0000476462561229
129.100000 -0.0022700868471392 0.0013458047163988 0.0000239265946900
129.200000 -0.0023087834707915 0.0012979041413837 0.0000056409336757
129.200000 -0.0022890338342428 0.0013434640475107 -0.0000115983054353
129.200000 -0.0022384471461448 0.0014278370453692 -0.0000140048043016
129.200000 -0.0022073656892615 0.0014764511024474 0.0000074209775788
129.200000 -0.0022284802015632 0.0014444342942921 0.0000391780289497
129.200000 -0.0022768185832274 0.0013636888296361 0.0000571077815559
129.200000 -0.0023018173569111 0.0013092775856345 0.0000514862972607
129.200000 -0.0023023835065329 0.0012980645817874 0.0000291840136164
129.300000 -0.0023392961866261 0.0012494471420335 0.0000123181772023
129.300000 -0.0023190681040141 0.0012950166666820 -0.0000043091186407
129.300000 -0.0022689323085906 0.0013797125037729 -0.0000072622331164
129.300000 -0.0022383181203730 0.0014285062506999 0.0000127715410176
129.300000 -0.0022592683357258 0.0013962108369715 0.0000430867549518
129.300000 -0.0023072417550544 0.0013150580843857 0.0000603667307609
129.300000 -0.0023325553979776 0.0012606566374292 0.0000553015005912
129.300000 -0.0023335591307889 0.0012496912371786 0.0000344273283201
129.400000 -0.0023686810992270 0.0012003866587928 0.0000189895905234
129.400000 -0.0023479894049601 0.0012459475040757 0.0000029821644744
129.400000 -0.0022983277674432 0.0013309264990583 -0.0000005162899646
129.400000 -0.0022681953310390 0.0013798771481013 0.0000181157948843
129.400000 -0.0022889722766265 0.0013473187343961 0.0000469746947145
129.400000 -0.0023365579212551 0.0012657963490786 0.0000635967181457
129.400000 -0.0023621687846893 0.0012114268749190 0.0000590901186221
129.400000 -0.0023636037295672 0.0012007110438322 0.0000396540589932
129.500000 -0.0023969284462283 0.0011507486022098 0.0000256519885655
129.500000 -0.0023757863058444 0.0011962814127719 0.0000102720468962
129.500000 -0.0023266199092739 0.0012815027260271 0.0000062297894693
129.500000 -0.0022969826309096 0.0013305869044430 0.0000234511745530
129.500000 -0.0023175781262590 0.0012977816288000 0.0000508399922701
129.500000 -0.0023647552498788 0.0012159284713227 0.0000667962546503
129.500000 -0.0023906474909838 0.0011616142399975 0.0000628504289839
129.500000 -0.0023925079265851 0.0011511504053042 0.0000448617559387
129.600000 -0.0024240290533327 0.0011005589453985 0.0000323022147139
129.600000 -0.0024024479214698 0.0011460434028045 0.0000175570472703
129.600000 -0.0023537956160674 0.0012314651388330 0.0000129727721680
129.600000 -0.0023246657962439 0.0012806589347878 0.0000287751174869
129.600000 -0.0023450724755859 0.0012476234308668 0.0000546808026901
129.600000 -0.0023918224496118 0.0011654794684349 0.0000699638705266
129.600000 -0.0024179820769428 0.0011112447454376 0.0000665807347869
129.600000 -0.0024202629526609 0.0011010357545039 0.0000500480001519
129.700000 -0.0024499743290202 0.0010498437120680 0.0000389371417109
129.700000 -0.0024279639119624 0.0010952586303321 0.0000248337010794
129.700000 -0.0023798422690154 0.0011808379419847 0.0000197094289253
129.700000 -0.0023512310755941 0.0012301169516403 0.0000340850641410
129.700000 -0.0023714424086932 0.0011968683109102 0.0000584952927245
129.700000 -0.0024177487696221 0.0011144745166804 0.0000730981157327
129.700000 -0.0024441636839008 0.0010603444628737 0.0000702793649516
129.700000 -0.0024468606386041 0.0010503935412182 0.0000552104038585
129.800000 -0.0024747562591121 0.0009986289649228 0.0000455536725082
129.800000 -0.0024523244818986 0.0010439523869833 0.0000320985617912
129.800000 -0.0024047477521993 0.0011296455813411 0.0000264365354855
129.800000 -0.0023766651954257 0.0011789849570389 0.0000393784588688
129.800000 -0.0023966755068422 0.0011455406900340 0.0000622816414365
129.800000 -0.0024425239992473 0.0010629389406672 0.0000761975603148
129.800000 -0.0024691840294025 0.0010089395111423 0.0000739446745164
129.800000 -0.0024722934079733 0.0009992502200956 0.0000603466110126
129.900000 -0.0024983674012072 0.0009469407944292 0.0000521487410744
129.900000 -0.0024755203792848 0.0009921500893733 0.0000393482019782
129.900000 -0.0024285004561674 0.0010779127350960 0.0000331508736758
129.900000 -0.0024009553656740 0.0011272872345646 0.0000446527508309
129.900000 -0.0024207598524215 0.0010936652312684 0.0000660380408339
129.900000 -0.0024661384675337 0.0010108982028925 0.0000792607947751
129.900000 -0.0024930354020236 0.0009570560449766 0.0000775750449200
129.900000 -0.0024965542697207 0.0009476322390811 0.0000654542977538
130.000000 -0.0025208008790056 0.0008948053079425 0.0000587193131597
130.000000 -0.0024975428943990 0.0009398772687905 0.0000465792144100
130.000000 -0.0024510892814067 0.0010256643047520 0.0000398492325354
130.000000 -0.0024240892852357 0.0010750483412648 0.0000499053949069
130.000000 -0.0024436840328005 0.0010412668306832 0.0000697626964959
130.000000 -0.0024885830426347 0.0009583778934413 0.0000822864304286
130.000000 -0.0025157106560726 0.0009047202440506 0.0000811688842627
130.000000 -0.0025196368107420 0.0008955660282930 0.0000705311728283
130.100000 -0.0025420503765352 0.0008422486191863 0.0000652623870187
130.100000 -0.0025183838585029 0.0008871595610516 0.0000537882131183
130.100000 -0.0024725036417137 0.0009729254060808 0.0000465284094393
130.100000 -0.0024460551473977 0.0010222930994885 0.0000551338526109
130.100000 -0.0024654371440868 0.0009883706084740 0.0000734538281974
130.100000 -0.0025098491310757 0.0009054037198348 0.0000852730997473
130.100000 -0.0025372032061857 0.0008519583023637 0.0000847246275459
130.100000 -0.0025415351883501 0.0008430779893322 0.0000755749779728
130.200000 -0.0025621101322953 0.0007892968380789 0.0000717749940939
130.200000 -0.0025380356424318 0.0008340226965222 0.0000609718344366
130.200000 -0.0024927334674637 0.0009197213600685 0.0000531852112180
130.200000 -0.0024668416452000 0.0009690465886300 0.0000603355930102
130.200000 -0.0024860087947888 0.0009350019000201 0.0000771096705291
130.200000 -0.0025299286768952 0.0008520014970268 0.0000882194566929
130.200000 -0.0025575070218304 0.0007987964179632 0.0000882407368915
130.200000 -0.0025622441226886 0.0007901944850144 0.0000805834882643
130.300000 -0.0025809749333305 0.0007359760608982 0.0000782541996599
130.300000 -0.0025564911550715 0.0007804924903012 0.0000681267380131
130.300000 -0.0025117692087832 0.0008660776838441 0.0000598164552732
130.300000 -0.0024864379767338 0.0009153341367775 0.0000655080936479
130.300000 -0.0025053891093842 0.0008811862469135 0.0000807284735151
130.300000 -0.0025488141606671 0.0007981971375458 0.0000911241770388
130.300000 -0.0025766166217319 0.0007452607829942 0.0000917157017414
130.300000 -0.0025817588891020 0.0007369418295146 0.0000855545124372
130.400000 -0.0025986401092487 0.0006823123607786 0.0000846971034311
130.400000 -0.0025737438417294 0.0007265948325652 0.0000752496078006
130.400000 -0.0025296018386249 0.0008120200815894 0.0000664189706898
130.400000 -0.0025048338503744 0.0008611813122640 0.0000706488414697
130.400000 -0.0025235687317978 0.0008269493879535 0.0000843085032270
130.400000 -0.0025664985984135 0.0007440166417804 0.0000939859586814
130.400000 -0.0025945270682326 0.0006913775740722 0.0000951480390390
130.400000 -0.0026000753104766 0.0006833462789138 0.0000904858931689
130.500000 -0.0026151015261947 0.0006283317785304 0.0000911008401343
130.500000 -0.0025897876824064 0.0006723556790701 0.0000823371530218
130.500000 -0.0025462228557477 0.0007575744354271 0.0000729895993448
130.500000 -0.0025220194899456 0.0008066139151163 0.0000757553337544
130.500000 -0.0025405388287869 0.0007723172501088 0.0000878480423954
130.500000 -0.0025829755404129 0.0006894860884058 0.0000968035219412
130.500000 -0.0026112339615999 0.0006371729429710 0.0000985362933930
130.500000 -0.0026171897495680 0.0006294340221364 0.0000953755073358
130.600000 -0.0026303555807918 0.0005740603137750 0.0000974625800466
130.600000 -0.0026046171899779 0.0006178010418082 0.0000893861091113
130.600000 -0.0025616242876034 0.0007027667962870 0.0000795251970129
130.600000 -0.0025379856398165 0.0007516579683996 0.0000808250790490
130.600000 -0.0025562910932373 0.0007173159394410 0.0000913453910187
130.600000 -0.0025982390699121 0.0006346316249475 0.0000995756098542
130.600000 -0.0026267334342917 0.0005826730076158 0.0001018790372249
130.600000 -0.0026330991013272 0.0005752311722685 0.0001002212662414
130.700000 -0.0026443991940620 0.0005195239163872 0.0001037795295017
130.700000 -0.0026182274082902 0.0005629569798142 0.0000963932386360
130.700000 -0.0025757986931297 0.0006476233747451 0.0000860226344693
130.700000 -0.0025527235699283 0.0006963397094544 0.0000858555981082
130.700000 -0.0025708177473698 0.0006619717319898 0.0000947988669695
130.700000 -0.0026122838017469 0.0005794794584799 0.0001023009884536
130.700000 -0.0026410221451917 0.0005279038433773 0.0001051748709003
130.700000 -0.0026478007852381 0.0005207637582448 0.0001050211158170
130.800000 -0.0026572298053359 0.0004647484782357 0.0001100489313647
130.800000 -0.0026306139101781 0.0005078495901199 0.0001033553321941
130.800000 -0.0025887391654525 0.0005921705318358 0.0000924787985903
130.800000 -0.0025662250807485 0.0006406855810205 0.0000908444248391
130.800000 -0.0025841115458571 0.0006063110646158 0.0000982068065982
130.800000 -0.0026251048808784 0.0005240558464566 0.0001049784470433
130.800000 -0.0026540972738246 0.0004728914746555 0.0001084224228462
130.800000 -0.0026612927376800 0.0004660577168939 0.0001097730367982
130.900000 -0.0026688453661612 0.0004097598252131 0.0001162680654778
130.900000 -0.0026417727954106 0.0004525049988516 0.0001102692092928
130.900000 -0.0026004393344958 0.0005364347698337 0.0000988905934519
130.900000 -0.0025784825081526 0.0005847222222478 0.0000957891072500
130.900000 -0.0025961657788525 0.0005503605257994 0.0001015675653349
130.900000 -0.0026366979808504 0.0004683870876685 0.0001076067984624
130.900000 -0.0026659565145610 0.0004176618667468 0.0001116203496536
130.900000 -0.0026735734043242 0.0004111388853294 0.0001144750448769
131.000000 -0.0026792443342206 0.0003545837095476 0.0001224342490775
131.000000 -0.0026517006885705 0.0003969493524666 0.0001171317192070
131.000000 -0.0026108933695016 0.0004804427230020 0.0001052549414261
131.000000 -0.0025894887282280 0.0005284764595875 0.0001006872084045
131.000000 -0.0026069742749294 0.0004941468463919 0.0001048795182889
131.000000 -0.0026470593021727 0.0004124995133262 0.0001101848793412
131.000000 -0.0026765980708220 0.0003622409179856 0.0001147673361674
131.000000 -0.0026846417325755 0.0003560329936764 0.0001191251908309
131.100000 -0.0026884256672659 0.0002992458023859 0.0001285448371857
131.100000 -0.0026603947368729 0.0003412088091258 0.0001239397418185
131.100000 -0.0026200959814592 0.0004242211483061 0.0001115687842755
131.100000 -0.0025992371620005 0.0004719752975623 0.0001055363073808
131.100000 -0.0026165314039321 0.0004376968903183 0.0001081410608466
131.100000 -0.0026561855706363 0.0003564194782631 0.0001127115503504
131.100000 -0.0026860206492905 0.0003066544521522 0.0001178620955645
131.100000 -0.0026944971640696 0.0003007656581214 0.0001237215606331
131.200000 -0.0026963888170785 0.0002437716866401 0.0001345972229749
131.200000 -0.0026678526079281 0.0002853095301964 0.0001306901884370
131.200000 -0.0026280424254440 0.0003677969160887 0.0001178290842475
131.200000 -0.0026077217800782 0.0004152459094109 0.0001103340002363
131.200000 -0.0026248320797370 0.0003810376452267 0.0001113506092667
131.200000 -0.0026640740355660 0.0003001733522558 0.0001151856964421
131.200000 -0.0026942234541399 0.0002509282111373 0.0001209033694195
131.200000 -0.0027031396272342 0.0002453623742746 0.0001282622755401
131.300000 -0.0027031337234630 0.0001881868500881 0.0001405888381103
131.300000 -0.0026740724874542 0.0002292776718818 0.0001373800026043
131.300000 -0.0026347285028653 0.0003111970007048 0.0001240328251664
131.300000 -0.0026149371072119 0.0003583156276049 0.0001150779009772
131.300000 -0.0026318717629243 0.0003241962130835 0.0001145066012748
131.300000 -0.0026707224680126 0.0002437875114566 0.0001176062270842
131.300000 -0.0027012061812858 0.0001950878478561 0.0001238899277606
131.300000 -0.0027105695299225 0.0001898485108316 0.0001327454921636
131.400000 -0.0027086608082805 0.0001325166787195 0.0001465171530685
131.400000 -0.0026790530769436 0.0001731393769741 0.0001440061608805
131.400000 -0.0026401505636232 0.0002544484711129 0.0001301770135253
131.400000 -0.0026208782267661 0.0003012119342327 0.0001197656425334
131.400000 -0.0026376464633584 0.0002671998007103 0.0001176074966554
131.400000 -0.0026761291588919 0.0001872883299352 0.0001199720764879
131.400000 -0.0027069690126689 0.0001391589194023 0.0001268205691155
131.400000 -0.0027167877521263 0.0001342493035257 0.0001371694025235
131.500000 -0.0027129709695292 0.0000767864503171 0.0001523796774352
131.500000 -0.0026827935912876 0.0001169207667236 0.0001505656736161
131.500000 -0.0026443055081745 0.0001975784814206 0.0001362586795772
131.500000 -0.0026255407851000 0.0002439624512503 0.0001243948777396
131.500000 -0.0026421527426764 0.0002100757102611 0.0001206517778427
131.500000 -0.0026802929170727 0.0001307021713247 0.0001222822038295
131.500000 -0.0027115126105755 0.0000831668804337 0.0001296941205475
131.500000 -0.0027217956387776 0.0000785898493566 0.0001415322340856
131.600000 -0.0027160655754787 0.0000210213282659 0.0001581739601835
131.600000 -0.0026852937563635 0.0000606479328215 0.0001570555857073
131.600000 -0.0026471907895051 0.0001406142613812 0.0001422748784260
131.600000 -0.0026289209958514 0.0001865949305916 0.0001289632803208
131.600000 -0.0026453877166845 0.0001528513296360 0.0001236379505102
131.600000 -0.0026832130674180 0.0000740553805680 0.0001245355934649
131.600000 -0.0027148381120027 0.0000271370767796 0.0001325094376840
131.600000 -0.0027255949926424 0.0000228951010860 0.0001458322497849
131.700000 -0.0027179464588622 -0.0000347536444207 0.0001638975899324
131.700000 -0.0026865538065879 0.0000043469294915 0.0001634729773384
131.700000 -0.0026488044150091 0.0000835831068395 0.0001482226911167
131.700000 -0.0026310156441224 0.0001291372441396 0.0001334685458841
131.700000 -0.0026473490576584 0.0000955541228294 0.0001265645441582
131.700000 -0.0026848894487835 0.0000173742757595 0.0001267312551404
131.700000 -0.0027169471230720 -0.0000289052607363 0.0001352654047369
131.700000 -0.0027281880673156 -0.0000328101380117 0.0001500677480345
131.800000 -0.0027186159111331 -0.0000905135508650 0.0001695481951888
131.800000 -0.0026865744824399 -0.0000519562343155 0.0001698149647094
131.800000 -0.0026491449482736 0.0000265123701234 0.0001540992257267
131.800000 -0.0026318220905603 0.0000716173735519 0.0001379083929154
131.800000 -0.0026480349965480 0.0000382116202094 0.0001294301127005
131.800000 -0.0026853224119756 -0.0000393148599206 0.0001288682241963
131.800000 -0.0027178417134992 -0.0000849350222691 0.0001379609345156
131.800000 -0.0027295775603200 -0.0000885012191551 0.0001542370627230
131.900000 -0.0027180766767909 -0.0001462336058898 0.0001751234445723
131.900000 -0.0026853570279561 -0.0001082356026281 0.0001760787007515
131.900000 -0.0026482115107664 -0.0000305705496214 0.0001599016184567
131.900000 -0.0026313382753299 0.0000140633999396 0.0001422805637822
131.900000 -0.0026474443250841 -0.0000191485912736 0.0001322332350497
131.900000 -0.0026845128176728 -0.0000959857861867 0.0001309455617669
131.900000 -0.0027175244111239 -0.0001409272247288 0.0001405949684344
131.900000 -0.0027297666063164 -0.0001441536528280 0.0001583385631993
132.000000 -0.0027163319477798 -0.0002018891613920 0.0001806210470254
132.000000 -0.0026829031882025 -0.0001644652800664 0.0001822613758302
132.000000 -0.0026460037834260 -0.0000876382161556 0.0001656270347218
132.000000 -0.0026295627219723 -0.0000434965066038 0.0001465828257413
132.000000 -0.0026455763977841 -0.0000764988779523 0.0001349725157004
132.000000 -0.0026824620343125 -0.0001526123135441 0.0001329623549749
132.000000 -0.0027159981965030 -0.0001968570173687 0.0001431664765133
132.000000 -0.0027287587704268 -0.0001997431133301 0.0001623706542484
132.100000 -0.0027133853579644 -0.0002574557115341 0.0001860387520095
132.100000 -0.0026792152067241 -0.0002206194393663 0.0001883602184374
132.100000 -0.0026425220081512 -0.0001446631659326 0.0001712726702439
132.100000 -0.0026264945411445 -0.0001010340976266 0.0001508129719516
132.100000 -0.0026424311338546 -0.0001338115693837 0.0001376465853125
132.100000 -0.0026791719359466 -0.0002091683111093 0.0001349177171220
132.100000 -0.0027132664975735 -0.0002526996871940 0.0001456744573741
132.100000 -0.0027265580416774 -0.0002552454431163 0.0001663317760568
132.200000 -0.0027092409776870 -0.0003129088977622 0.0001913743496875
132.200000 -0.0026742958229748 -0.0002766723288183 0.0001943724958715
132.200000 -0.0026377669891888 -0.0002016179179487 0.0001768357521440
132.200000 -0.0026221334342349 -0.0001585210570976 0.0001549688224931
132.200000 -0.0026380090189894 -0.0001910589683700 0.0001402541012920
132.200000 -0.0026746449000658 -0.0002656277143553 0.0001368107878747
132.200000 -0.0027093331843868 -0.0003084306642006 0.0001481179382314
132.200000 -0.0027231688265627 -0.0003106366569345 0.0001702204041698
132.300000 -0.0027039033084074 -0.0003682245136596 0.0001966256710956
132.300000 -0.0026681482697307 -0.0003325982796281 0.0002002955149094
132.300000 -0.0026317400944164 -0.0002584749836605 0.0001823135400362
132.300000 -0.0026164796968486 -0.0002159290123430 0.0001590482253897
132.300000 -0.0026323111070576 -0.0002482133610600 0.0001427937483705
132.300000 -0.0026688838053982 -0.0003219645327900 0.0001386407334469
132.300000 -0.0027042025639191 -0.0003640255264512 0.0001504959748804
132.300000 -0.0027185959427343 -0.0003658929457743 0.0001740350494414
132.400000 -0.0026973772774313 -0.0004233785096444 0.0002017905883030
132.400000 -0.0026607762704881 -0.0003883717132032 0.0002061266224674
132.400000 -0.0026244432565178 -0.0003152068769720 0.0001877033271216
132.400000 -0.0026095342221560 -0.0002732295451427 0.0001630490576379
132.400000 -0.0026253390216816 -0.0003052470271341 0.0001452642391846
132.400000 -0.0026618920296798 -0.0003781528575698 0.0001404067467784
132.400000 -0.0026978793749597 -0.0004194600049972 0.0001528076516803
132.400000 -0.0027128446128182 -0.0004209906806347 0.0001777742579778
132.500000 -0.0026896682327260 -0.0004783469975194 0.0002068670145623
132.500000 -0.0026521840368464 -0.0004439671483693 0.0002118632062542
132.500000 -0.0026158789740482 -0.0003717861242919 0.0001930024412841
132.500000 -0.0026012985040997 -0.0003303942029883 0.0001669692262399
132.500000 -0.0026170949576990 -0.0003621322500757 0.0001476643148520
132.500000 -0.0026536734474009 -0.0004341668690539 0.0001421080477104
132.500000 -0.0026903687830813 -0.0004747099886555 0.0001550520815354
132.500000 -0.0027059204583611 -0.0004759064161224 0.0001814366110747
132.600000 -0.0026807819378290 -0.0005331062548827 0.0002118529044514
132.600000 -0.0026423762658798 -0.0004993592085239 0.0002175026954160
132.600000 -0.0026060503123866 -0.0004281852746665 0.0001982082461865
132.600000 -0.0025917746404508 -0.0003873945105056 0.0001708066692413
132.600000 -0.0026075816825066 -0.0004188413275306 0.0001499927455479
132.600000 -0.0026442324275294 -0.0004899808443051 0.0001437438831571
132.600000 -0.0026816763756922 -0.0005297515286484 0.0001572284058730
132.600000 -0.0026978294939084 -0.0005306168938899 0.0001850207251505
132.700000 -0.0026707245668488 -0.0005876327294083 0.0002167462540068
132.700000 -0.0026313581374965 -0.0005545226287292 0.0002230425611733
132.700000 -0.0025949609045703 -0.0004843769099872 0.0002033181423683
132.700000 -0.0025809653357114 -0.0004442019810407 0.0001745593567727
132.700000 -0.0025968025372820 -0.0004753465817560 0.0001522483310784
132.700000 -0.0026335738312096 -0.0005455691645394 0.0001453135272755
132.700000 -0.0026718081571750 -0.0005845608431136 0.0001593357946200
132.700000 -0.0026885781212163 -0.0005850990459226 0.0001885252516743
132.800000 -0.0026595026995607 -0.0006419030430032 0.0002215451008503
132.800000 -0.0026191353117876 -0.0006094322627515 0.0002284803174520
132.800000 -0.0025826149520109 -0.0005403336552764 0.0002083295683436
132.800000 -0.0025688739038515 -0.0005007881284145 0.0001782252920958
132.800000 -0.0025847614380789 -0.0005316203701621 0.0001544299014530
132.800000 -0.0026217030094404 -0.0006009063225311 0.0001468162816312
132.800000 -0.0026607705441115 -0.0006391143214938 0.0001613734461774
132.800000 -0.0026781731235970 -0.0006393299976869 0.0001919488770916
132.900000 -0.0026471233165984 -0.0006958939958507 0.0002262475243096
132.900000 -0.0026057139263651 -0.0006640630900511 0.0002338135215070
132.900000 -0.0025690172250849 -0.0005960281890540 0.0002132400017014
132.900000 -0.0025555042708775 -0.0005571244788434 0.0001818025126533
132.900000 -0.0025714628767916 -0.0005876350959472 0.0001565363174556
132.900000 -0.0026086258007307 -0.0006559669299773 0.0001482514753625
132.900000 -0.0026485703605959 -0.0006933885288126 0.0001633405873943
132.900000 -0.0026666216604002 -0.0006932870711447 0.0001952903227472
133.000000 -0.0026335937947420 -0.0007495825703468 0.0002308516455334
133.000000 -0.0025911005936909 -0.0007183902227273 0.0002390397745411
133.000000 -0.0025541730635972 -0.0006514332537847 0.0002180469602054
133.000000 -0.0025408609772213 -0.0006131825830299 0.0001852890911213
133.000000 -0.0025569119219842 -0.0006433632188288 0.0001585664712124
133.000000 -0.0025943485287329 -0.0007107257248264 0.0001496184653420
133.000000 -0.0026352148336371 -0.0007473602098452 0.0001652364735402
133.000000 -0.0026539312616302 -0.0007469477876474 0.0001985483448058
133.100000 -0.0026189219023039 -0.0008029459349378 0.0002353556276020
133.100000 -0.0025753023983942 -0.0007723889124236 0.0002441567223182
133.100000 -0.0025380883771123 -0.0007065216664094 0.0002227480028959
133.100000 -0.0025249491799443 -0.0006689340284213 0.0001886831364654
133.100000 -0.0025411142195811 -0.0006987772658717 0.0001605192867589
133.100000 -0.0025788779998549 -0.0007651575785742 0.0001509166363356
133.100000 -0.0026207115886509 -0.0008010062931922 0.0001670603882783
133.100000 -0.0026401098226983 -0.0008002898707158 0.0002017217341717
133.200000 -0.0026031157946116 -0.0008559614478674 0.0002397576756351
133.200000 -0.0025583268945806 -0.0008260345571983 0.0002491620557719
133.200000 -0.0025207696451484 -0.0007612663289608 0.0002273407311916
133.200000 -0.0025077746547466 -0.0007243504516391 0.0001919827949996
133.200000 -0.0025240759934110 -0.0007538498424135 0.0001623937206041
133.200000 -0.0025622215008499 -0.0008192375035345 0.0001521454011597
133.200000 -0.0026050686450425 -0.0008543038952623 0.0001688116436376
133.200000 -0.0026251655993125 -0.0008532912487162 0.0002048093164084
133.300000 -0.0025861840095886 -0.0009086066608395 0.0002440560368953
133.300000 -0.0025401821031288 -0.0008793027083645 0.0002540535116101
133.300000 -0.0025022239172310 -0.0008156402392664 0.0002318227899925
133.300000 -0.0024893437977745 -0.0007794035510766 0.0001951862514463
133.300000 -0.0025058040456027 -0.0008085536430917 0.0001641887622925
133.300000 -0.0025443867963823 -0.0008729406600859 0.0001533042008365
133.300000 -0.0025882944118792 -0.0009072303241730 0.0001704895799862
133.300000 -0.0026091072025017 -0.0009059300574396 0.0002078099516574
133.400000 -0.0025681354634328 -0.0009608593226062 0.0002482490008909
133.400000 -0.0025208765089772 -0.0009321690773045 0.0002588288729160
133.400000 -0.0024824588127999 -0.0008696165017376 0.0002361918687836
133.400000 -0.0024696636272165 -0.0008340650996669 0.0001982917299986
133.400000 -0.0024863057568248 -0.0008628614629688 0.0001659034349627
133.400000 -0.0025253821265710 -0.0009262423639014 0.0001543925047474
133.400000 -0.0025703976836543 -0.0009597630835765 0.0001720935660053
133.400000 -0.0025919435937763 -0.0009581846425950 0.0002107225345581
133.500000 -0.0025489794463920 -0.0010126973824861 0.0002523348994765
133.500000 -0.0025004190583973 -0.0009846095422631 0.0002634859697458
133.500000 -0.0024614825209656 -0.0009231683382483 0.0002404457027378
133.500000 -0.0024487417846802 -0.0008883069578189 0.0002012974953840
133.500000 -0.0024655890863642 -0.0009167462087613 0.0001675367959044
133.500000 -0.0025052162045076 -0.0009791180931631 0.0001554098107848
133.500000 -0.0025513876361404 -0.0010118798764166 0.0001736229986640
133.500000 -0.0025736840804227 -0.0010100335622227 0.0002135459941693
133.600000 -0.0025287256186356 -0.0010640989938221 0.0002563121069532
133.600000 -0.0024788191562541 -0.0010366001551252 0.0002680226797236
133.600000 -0.0024393038001086 -0.0009762690991020 0.0002445820738201
133.600000 -0.0024265865363396 -0.0009421010865206 0.0002042018539277
133.600000 -0.0024436625720393 -0.0009701809101683 0.0001690879371109
133.600000 -0.0024838982137474 -0.0010315434957686 0.0001563556455021
133.600000 -0.0025312738223320 -0.0010635586086260 0.0001750773031959
133.600000 -0.0025543383109309 -0.0010614555890362 0.0002162792938922
133.700000 -0.0025073840062222 -0.0011150425173837 0.0002601790401684
133.700000 -0.0024560866632519 -0.0010881171481801 0.0002724369286339
133.700000 -0.0024159319773175 -0.0010288922740890 0.0002485988118908
133.700000 -0.0024032067738456 -0.0009954195606094 0.0002070031546166
133.700000 -0.0024205353299391 -0.0010231387313038 0.0001705559858293
133.700000 -0.0024614378057741 -0.0010834943965311 0.0001572295642622
133.700000 -0.0025100661684779 -0.0011147773927690 0.0001764559330771
133.700000 -0.0025339162705551 -0.0011124297127024 0.0002189214313950
133.800000 -0.0024849649971616 -0.0011655065247232 0.0002639341586170
133.800000 -0.0024322318931626 -0.0011391369408792 0.0002767266910128
133.800000 -0.0023913769476591 -0.0010810115036339 0.0002524937958084
133.800000 -0.0023786120149887 -0.0010482345822056 0.0002096997901624
133.800000 -0.0023962170539849 -0.0010755929822309 0.0001719401051058
133.800000 -0.0024378450974342 -0.0011349468043786 0.0001580311513850
133.800000 -0.0024877749702006 -0.0011655145516371 0.0001777583700059
133.800000 -0.0025124282770052 -0.0011629351420645 0.0002214714385419
133.900000 -0.0024614793375693 -0.0012154698014901 0.0002675759645428
133.900000 -0.0024072656100371 -0.0011896361465896 0.0002808899907366
133.900000 -0.0023656491732756 -0.0011326005900330 0.0002562649545319
133.900000 -0.0023528124041046 -0.0011005184943094 0.0002122901980629
133.900000 -0.0023707180153058 -0.0011275171305974 0.0001732394943284
133.900000 -0.0024131306683401 -0.0011858769195557 0.0001587600202930
133.900000 -0.0024644108887017 -0.0012157486218052 0.0001789841238859
133.900000 -0.0024898849762666 -0.0012129513073185 0.0002239283813237
134.000000 -0.0024369381279141 -0.0012649113507124 0.0002711030030423
134.000000 -0.0023811990253953 -0.0012395915793493 0.0002849249016102
134.000000 -0.0023387596823022 -0.0011836335087824 0.0002599102682216
134.000000 -0.0023258187122142 -0.0011522437945558 0.0002147728616620
134.000000 -0.0023440490614236 -0.0011788848133742 0.0001744533897637
134.000000 -0.0023873055582394 -0.0012362611408322 0.0001594158136554
134.000000 -0.0024399849470539 -0.0012654583571529 0.0001801327328099
134.000000 -0.0024662973385484 -0.0012624578621486 0.0002262913597932
134.100000 -0.0024113528193535 -0.0013138103960499 0.0002745138621713
134.100000 -0.0023540437953937 -0.0012889802606263 0.0002888295479536
134.100000 -0.0023107200675991 -0.0012340844199952 0.0002634277693383
134.100000 -0.0022976423368866 -0.0012033831491282 0.0002171463112059
134.100000 -0.0023162216152382 -0.0012296698486940 0.0001755810650900
134.100000 -0.0023603812643482 -0.0012860760727218 0.0001599982035316
134.100000 -0.0024145085265746 -0.0013146227323601 0.0001812037630480
134.100000 -0.0024416766543568 -0.0013114346858288 0.0002285595080041
134.200000 -0.0023847352101594 -0.0013621463850266 0.0002778071730530
134.200000 -0.0023258120179679 -0.0013377794260875 0.0002926021051892
134.200000 -0.0022815424852921 -0.0012839276799090 0.0002668155437407
134.200000 -0.0022682953018165 -0.0012539094068225 0.0002194091248961
134.200000 -0.0022872476738090 -0.0012798462477899 0.0001766218319248
134.200000 -0.0023323697386453 -0.0013352985327154 0.0001605068915129
134.200000 -0.0023879933632822 -0.0013632209463804 0.0001821968090376
134.200000 -0.0024160345306915 -0.0013598618852994 0.0002307319939553
134.300000 -0.0023570974422276 -0.0014098989922490 0.0002809816099913
134.300000 -0.0022965162299476 -0.0013859665323796 0.0002962408004270
134.300000 -0.0022512396531137 -0.0013331378524804 0.0002700717317802
134.300000 -0.0022377902561045 -0.0013037956132627 0.0002215599299382
134.300000 -0.0022571398069229 -0.0013293882270329 0.0001775750403469
134.300000 -0.0023032833851253 -0.0013839055585314 0.0001609416088626
134.300000 -0.0023604515444319 -0.0014112324259011 0.0001831114933767
134.300000 -0.0023893828873634 -0.0014077197972226 0.0002328080195389
134.400000 -0.0023284519976723 -0.0014570481226149 0.0002840358905866
134.400000 -0.0022661694041404 -0.0014335192639269 0.0002997439130515
134.400000 -0.0022198248485406 -0.0013816897210676 0.0002731945293923
134.400000 -0.0022061404732321 -0.0013530150252589 0.0002235974035841
134.400000 -0.0022259111554438 -0.0013782702200666 0.0001784400794123
134.400000 -0.0022731350570060 -0.0014318744153879 0.0001613021166553
134.400000 -0.0023318955051276 -0.0014586368287937 0.0001839474668212
134.400000 -0.0023617339534307 -0.0014549889900266 0.0002347868204945
134.500000 -0.0022988116955011 -0.0015035739145199 0.0002869687758565
134.500000 -0.0022347849463817 -0.0014804155397491 0.0003031097753071
134.500000 -0.0021873119067179 -0.0014295583001982 0.0002761821891850
134.500000 -0.0021733598497188 -0.0014015411253068 0.0002255202741695
134.500000 -0.0021935754294348 -0.0014264668900365 0.0001792163776642
134.500000 -0.0022419380538887 -0.0014791826032986 0.0001615882059148
134.500000 -0.0023023380250104 -0.0015054140475627 0.0001847044082844
134.500000
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment