VegetaTesting/Debian/2020-04-20_8-deb-15m-15s.html

4173 lines
390 KiB
HTML
Raw Permalink Normal View History

2020-04-20 13:04:33 +02:00
<!doctype html>
<html>
<head>
<title>[Debian] 15 requests per second, 15 minutes (#8)</title>
<meta charset="utf-8">
<style>/**
* Default styles for the dygraphs charting library.
*/
.dygraph-legend {
position: absolute;
font-size: 14px;
z-index: 10;
width: 250px; /* labelsDivWidth */
/*
dygraphs determines these based on the presence of chart labels.
It might make more sense to create a wrapper div around the chart proper.
top: 0px;
right: 2px;
*/
background: white;
line-height: normal;
text-align: left;
overflow: hidden;
}
/* styles for a solid line in the legend */
.dygraph-legend-line {
display: inline-block;
position: relative;
bottom: .5ex;
padding-left: 1em;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
}
/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
display: inline-block;
position: relative;
bottom: .5ex;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
/* margin-right is set based on the stroke pattern */
/* padding-left is set based on the stroke pattern */
}
.dygraph-roller {
position: absolute;
z-index: 10;
}
/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
position: absolute;
z-index: 10;
overflow: hidden;
}
/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
border: 1px solid black;
background-color: white;
text-align: center;
}
.dygraph-axis-label {
/* position: absolute; */
/* font-size: 14px; */
z-index: 10;
line-height: normal;
overflow: hidden;
color: black; /* replaces old axisLabelColor option */
}
.dygraph-axis-label-x {
}
.dygraph-axis-label-y {
}
.dygraph-axis-label-y2 {
}
.dygraph-title {
font-weight: bold;
z-index: 10;
text-align: center;
/* font-size: based on titleHeight option */
}
.dygraph-xlabel {
text-align: center;
/* font-size: based on xLabelHeight option */
}
/* For y-axis label */
.dygraph-label-rotate-left {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
/* For y2-axis label */
.dygraph-label-rotate-right {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
</style>
</head>
<body>
<div id="latencies" style="font-family: Courier; width: 100%%; height: 600px"></div>
<button id="download">Download as PNG</button>
<script>/*!
* html2canvas 1.0.0-alpha.11 <https://html2canvas.hertzen.com>
* Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/
!function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.html2canvas=e():A.html2canvas=e()}(this,function(){return function(A){var e={};function t(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return A[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}return t.m=A,t.c=e,t.d=function(A,e,r){t.o(A,e)||Object.defineProperty(A,e,{configurable:!1,enumerable:!0,get:r})},t.n=function(A){var e=A&&A.__esModule?function(){return A.default}:function(){return A};return t.d(e,"a",e),e},t.o=function(A,e){return Object.prototype.hasOwnProperty.call(A,e)},t.p="",t(t.s=27)}([function(A,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){return function(A,e){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return function(A,e){var t=[],r=!0,n=!1,B=void 0;try{for(var a,s=A[Symbol.iterator]();!(r=(a=s.next()).done)&&(t.push(a.value),!e||t.length!==e);r=!0);}catch(A){n=!0,B=A}finally{try{!r&&s.return&&s.return()}finally{if(n)throw B}}return t}(A,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),n=function(){function A(A,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(A,r.key,r)}}return function(e,t,r){return t&&A(e.prototype,t),r&&A(e,r),e}}();var B=/^#([a-f0-9]{3})$/i,a=function(A){var e=A.match(B);return!!e&&[parseInt(e[1][0]+e[1][0],16),parseInt(e[1][1]+e[1][1],16),parseInt(e[1][2]+e[1][2],16),null]},s=/^#([a-f0-9]{6})$/i,o=function(A){var e=A.match(s);return!!e&&[parseInt(e[1].substring(0,2),16),parseInt(e[1].substring(2,4),16),parseInt(e[1].substring(4,6),16),null]},i=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,c=function(A){var e=A.match(i);return!!e&&[Number(e[1]),Number(e[2]),Number(e[3]),null]},l=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?\.?\d+)\s*\)$/,u=function(A){var e=A.match(l);return!!(e&&e.length>4)&&[Number(e[1]),Number(e[2]),Number(e[3]),Number(e[4])]},Q=function(A){return[Math.min(A[0],255),Math.min(A[1],255),Math.min(A[2],255),A.length>3?A[3]:null]},w=function(A){var e=g[A.toLowerCase()];return e||!1},U=function(){function A(e){!function(A,e){if(!(A instanceof e))throw new TypeError("Cannot call a class as a function")}(this,A);var t=Array.isArray(e)?Q(e):a(e)||c(e)||u(e)||w(e)||o(e)||[0,0,0,null],n=r(t,4),B=n[0],s=n[1],i=n[2],l=n[3];this.r=B,this.g=s,this.b=i,this.a=l}return n(A,[{key:"isTransparent",value:function(){return 0===this.a}},{key:"toString",value:function(){return null!==this.a&&1!==this.a?"rgba("+this.r+","+this.g+","+this.b+","+this.a+")":"rgb("+this.r+","+this.g+","+this.b+")"}}]),A}();e.default=U;var g={transparent:[0,0,0,0],aliceblue:[240,248,255,null],antiquewhite:[250,235,215,null],aqua:[0,255,255,null],aquamarine:[127,255,212,null],azure:[240,255,255,null],beige:[245,245,220,null],bisque:[255,228,196,null],black:[0,0,0,null],blanchedalmond:[255,235,205,null],blue:[0,0,255,null],blueviolet:[138,43,226,null],brown:[165,42,42,null],burlywood:[222,184,135,null],cadetblue:[95,158,160,null],chartreuse:[127,255,0,null],chocolate:[210,105,30,null],coral:[255,127,80,null],cornflowerblue:[100,149,237,null],cornsilk:[255,248,220,null],crimson:[220,20,60,null],cyan:[0,255,255,null],darkblue:[0,0,139,null],darkcyan:[0,139,139,null],darkgoldenrod:[184,134,11,null],darkgray:[169,169,169,null],darkgreen:[0,100,0,null],darkgrey:[169,169,169,null],darkkhaki:[189,183,107,null],darkmagenta:[139,0,139,null],darkolivegreen:[85,107,47,null],darkorange:[255,140,0,null],darkorchid:[153,50,204,null],darkred:[139,0,0,null],darksalmon:[233,150,122,null],darkseagreen:[143,188,143,null],darkslateblue:[72,61,139,null],darkslategray:[47,79,79,null],darkslategrey:[47,79,79,null],darkturquoise:[0,206,209,null],darkviolet:[148,0,211,null],deeppink:[255,20,147,null],deepskyblue:[0,191,255,null],dimgray:[105,105,105,null],dimgrey:[105,105,105,null],dodgerblue:[30,144,255,null],firebrick:[178,34,34,null],flor
<script>/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Dygraph=t()}}(function(){return function t(e,a,i){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a||t)},u,u.exports,t,e,a,i)}return a[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)n(i[o]);return n}({1:[function(t,e,a){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function r(t){if(d===setTimeout)return setTimeout(t,0);if((d===i||!d)&&setTimeout)return d=setTimeout,setTimeout(t,0);try{return d(t,0)}catch(e){try{return d.call(null,t,0)}catch(e){return d.call(this,t,0)}}}function o(t){if(c===clearTimeout)return clearTimeout(t);if((c===n||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(t);try{return c(t)}catch(e){try{return c.call(null,t)}catch(e){return c.call(this,t)}}}function s(){_&&g&&(_=!1,g.length?f=g.concat(f):v=-1,f.length&&l())}function l(){if(!_){var t=r(s);_=!0;for(var e=f.length;e;){for(g=f,f=[];++v<e;)g&&g[v].run();v=-1,e=f.length}g=null,_=!1,o(t)}}function h(t,e){this.fun=t,this.array=e}function u(){}var d,c,p=e.exports={};!function(){try{d="function"==typeof setTimeout?setTimeout:i}catch(t){d=i}try{c="function"==typeof clearTimeout?clearTimeout:n}catch(t){c=n}}();var g,f=[],_=!1,v=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)e[a-1]=arguments[a];f.push(new h(t,e)),1!==f.length||_||r(l)},h.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},{}],2:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o=[],s=a.get("logscale"),l=0;l<t.length;l++)i=t[l][0],r=t[l][e],s&&null!==r&&(r[0]<=0||r[1]<=0||r[2]<=0)&&(r=null),null!==r?(n=r[1],null===n||isNaN(n)?o.push([i,n,[n,n]]):o.push([i,n,[r[0],r[2]]])):o.push([i,null,[null,null]]);return o},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u=[];for(n=0,o=0,r=0,s=0,l=0;l<t.length;l++){if(i=t[l][1],h=t[l][2],u[l]=t[l],null===i||isNaN(i)||(n+=h[0],o+=i,r+=h[1],s+=1),l-e>=0){var d=t[l-e];null===d[1]||isNaN(d[1])||(n-=d[2][0],o-=d[1],r-=d[2][1],s-=1)}u[l]=s?[t[l][0],1*o/s,[1*n/s,1*r/s]]:[t[l][0],null,[null,null]]}return u},a.default=r,e.exports=a.default},{"./bars":5}],3:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o,s=[],l=a.get("sigma"),h=a.get("logscale"),u=0;u<t.length;u++)i=t[u][0],o=t[u][e],h&&null!==o&&(o[0]<=0||o[0]-l*o[1]<=0)&&(o=null),null!==o?(n=o[0],null===n||isNaN(n)?s.push([i,n,[n,n,n]]):(r=l*o[1],s.push([i,n,[n-r,n+r,o[1]]]))):s.push([i,null,[null,null,null]]);return s},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u,d,c=[],p=a.get("sigma");for(i=0;i<t.length;i++){for(s=0,u=0,l=0,n=Math.max(0,i-e+1);n<i+1;n++)null===(r=t[n][1])||isNaN(r)||(l++,s+=r,u+=Math.pow(t[n][2
null===d||isNaN(d)||(d=u.yval_stacked)),null===d&&(d=NaN,o||(u.yval=NaN)),u.y=r.calcYNormal_(s,d,l)}this.dygraph_.dataHandler_.onLineEvaluated(i,s,l)}},r.prototype._evaluateLineTicks=function(){var t,e,a,i,n,r;for(this.xticks=[],t=0;t<this.xTicks_.length;t++)e=this.xTicks_[t],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentXCoord(n))>=0&&i<1&&this.xticks.push({pos:i,label:a,has_tick:r});for(this.yticks=[],t=0;t<this.yAxes_.length;t++)for(var o=this.yAxes_[t],s=0;s<o.ticks.length;s++)e=o.ticks[s],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentYCoord(n,t))>0&&i<=1&&this.yticks.push({axis:t,pos:i,label:a,has_tick:r})},r.prototype._evaluateAnnotations=function(){var t,e={};for(t=0;t<this.annotations.length;t++){var a=this.annotations[t];e[a.xval+","+a.series]=a}if(this.annotated_points=[],this.annotations&&this.annotations.length)for(var i=0;i<this.points.length;i++){var n=this.points[i];for(t=0;t<n.length;t++){var r=n[t],o=r.xval+","+r.name;o in e&&(r.annotation=e[o],this.annotated_points.push(r))}}},r.prototype.removeAllDatasets=function(){delete this.points,delete this.setNames,delete this.setPointsLengths,delete this.setPointsOffsets,this.points=[],this.setNames=[],this.setPointsLengths=[],this.setPointsOffsets=[]},a.default=r,e.exports=a.default},{"./dygraph-utils":17}],14:[function(t,e,a){(function(t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=null;if(void 0!==t);a.default=i,e.exports=a.default}).call(this,t("_process"))},{_process:1}],15:[function(t,e,a){(function(i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var r=t("./dygraph-utils"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(r),s=t("./dygraph-default-attrs"),l=n(s),h=t("./dygraph-options-reference"),u=(n(h),function(t){this.dygraph_=t,this.yAxes_=[],this.xAxis_={},this.series_={},this.global_=this.dygraph_.attrs_,this.user_=this.dygraph_.user_attrs_||{},this.labels_=[],this.highlightSeries_=this.get("highlightSeriesOpts")||{},this.reparseSeries()});if(u.AXIS_STRING_MAPPINGS_={y:0,Y:0,y1:0,Y1:0,y2:1,Y2:1},u.axisToIndex_=function(t){if("string"==typeof t){if(u.AXIS_STRING_MAPPINGS_.hasOwnProperty(t))return u.AXIS_STRING_MAPPINGS_[t];throw"Unknown axis : "+t}if("number"==typeof t){if(0===t||1===t)return t;throw"Dygraphs only supports two y-axes, indexed from 0-1."}if(t)throw"Unknown axis : "+t;return 0},u.prototype.reparseSeries=function(){var t=this.get("labels");if(t){this.labels_=t.slice(1),this.yAxes_=[{series:[],options:{}}],this.xAxis_={options:{}},this.series_={};for(var e=this.user_.series||{},a=0;a<this.labels_.length;a++){var i=this.labels_[a],n=e[i]||{},r=u.axisToIndex_(n.axis);this.series_[i]={idx:a,yAxis:r,options:n},this.yAxes_[r]?this.yAxes_[r].series.push(i):this.yAxes_[r]={series:[i],options:{}}}var s=this.user_.axes||{};o.update(this.yAxes_[0].options,s.y||{}),this.yAxes_.length>1&&o.update(this.yAxes_[1].options,s.y2||{}),o.update(this.xAxis_.options,s.x||{})}},u.prototype.get=function(t){var e=this.getGlobalUser_(t);return null!==e?e:this.getGlobalDefault_(t)},u.prototype.getGlobalUser_=function(t){return this.user_.hasOwnProperty(t)?this.user_[t]:null},u.prototype.getGlobalDefault_=function(t){return this.global_.hasOwnProperty(t)?this.global_[t]:l.default.hasOwnProperty(t)?l.default[t]:null},u.prototype.getForAxis=function(t,e){var a,i;if("number"==typeof e)a=e,i=0===a?"y":"y2";else{if("y1"==e&&(e="y"),"y"==e)a=0;else if("y2"==e)a=1;else{if("x"!=e)throw"Unknown axis "+e;a=-1}i=e}var n=-1==a?this.xAxis_:this.yAxes_[a];if(n){var r=n.options;if(r.hasOwnProperty(t))return r[t]}if("x"!==e||"logscale"!==t){var o=this.getGlobalUser_(t);if(null!==o)return o}var s=l.default.axes[i];return s.hasOwnProperty(t)?s[t]:this.getGlobalDefault_(t)},u.prototype.getForSeries=function(t,e){if(e===this.dygraph_.getHighlightSeries()&&this.highlightSeries_.hasOwnProperty(t))return this.highlightSeries_[t];if(!this.se
e.width=this.width_,e.height=this.height_,e.style.width=this.width_+"px",e.style.height=this.height_+"px",e},Q.prototype.createMouseEventElement_=function(){return this.canvas_},Q.prototype.setColors_=function(){var t=this.getLabels(),e=t.length-1;this.colors_=[],this.colorsMap_={};for(var a=this.getNumericOption("colorSaturation")||1,i=this.getNumericOption("colorValue")||.5,n=Math.ceil(e/2),r=this.getOption("colors"),o=this.visibility(),s=0;s<e;s++)if(o[s]){var l=t[s+1],h=this.attributes_.getForSeries("color",l);if(!h)if(r)h=r[s%r.length];else{var u=s%2?n+(s+1)/2:Math.ceil((s+1)/2),d=1*u/(1+e);h=x.hsvToRGB(d,a,i)}this.colors_.push(h),this.colorsMap_[l]=h}},Q.prototype.getColors=function(){return this.colors_},Q.prototype.getPropertiesForSeries=function(t){for(var e=-1,a=this.getLabels(),i=1;i<a.length;i++)if(a[i]==t){e=i;break}return-1==e?null:{name:t,column:e,visible:this.visibility()[e-1],color:this.colorsMap_[t],axis:1+this.attributes_.axisForSeries(t)}},Q.prototype.createRollInterface_=function(){var t=this,e=this.roller_;e||(this.roller_=e=document.createElement("input"),e.type="text",e.style.display="none",e.className="dygraph-roller",this.graphDiv.appendChild(e));var a=this.getBooleanOption("showRoller")?"block":"none",i=this.getArea(),n={top:i.y+i.h-25+"px",left:i.x+1+"px",display:a};e.size="2",e.value=this.rollPeriod_,x.update(e.style,n),e.onchange=function(){return t.adjustRoll(e.value)}},Q.prototype.createDragInterface_=function(){var t={isZooming:!1,isPanning:!1,is2DPan:!1,dragStartX:null,dragStartY:null,dragEndX:null,dragEndY:null,dragDirection:null,prevEndX:null,prevEndY:null,prevDragDirection:null,cancelNextDblclick:!1,initialLeftmostDate:null,xUnitsPerPixel:null,dateRange:null,px:0,py:0,boundedDates:null,boundedValues:null,tarp:new O.default,initializeMouseDown:function(t,e,a){t.preventDefault?t.preventDefault():(t.returnValue=!1,t.cancelBubble=!0);var i=x.findPos(e.canvas_);a.px=i.x,a.py=i.y,a.dragStartX=x.dragGetX_(t,a),a.dragStartY=x.dragGetY_(t,a),a.cancelNextDblclick=!1,a.tarp.cover()},destroy:function(){var t=this;if((t.isZooming||t.isPanning)&&(t.isZooming=!1,t.dragStartX=null,t.dragStartY=null),t.isPanning){t.isPanning=!1,t.draggingDate=null,t.dateRange=null;for(var e=0;e<a.axes_.length;e++)delete a.axes_[e].draggingValue,delete a.axes_[e].dragValueRange}t.tarp.uncover()}},e=this.getOption("interactionModel"),a=this;for(var i in e)e.hasOwnProperty(i)&&this.addAndTrackEvent(this.mouseEventElement_,i,function(e){return function(i){e(i,a,t)}}(e[i]));if(!e.willDestroyContextMyself){var n=function(e){t.destroy()};this.addAndTrackEvent(document,"mouseup",n)}},Q.prototype.drawZoomRect_=function(t,e,a,i,n,r,o,s){var l=this.canvas_ctx_;r==x.HORIZONTAL?l.clearRect(Math.min(e,o),this.layout_.getPlotArea().y,Math.abs(e-o),this.layout_.getPlotArea().h):r==x.VERTICAL&&l.clearRect(this.layout_.getPlotArea().x,Math.min(i,s),this.layout_.getPlotArea().w,Math.abs(i-s)),t==x.HORIZONTAL?a&&e&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(Math.min(e,a),this.layout_.getPlotArea().y,Math.abs(a-e),this.layout_.getPlotArea().h)):t==x.VERTICAL&&n&&i&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(this.layout_.getPlotArea().x,Math.min(i,n),this.layout_.getPlotArea().w,Math.abs(n-i)))},Q.prototype.clearZoomRect_=function(){this.currentZoomRectArgs_=null,this.canvas_ctx_.clearRect(0,0,this.width_,this.height_)},Q.prototype.doZoomX_=function(t,e){this.currentZoomRectArgs_=null;var a=this.toDataXCoord(t),i=this.toDataXCoord(e);this.doZoomXDates_(a,i)},Q.prototype.doZoomXDates_=function(t,e){var a=this,i=this.xAxisRange(),n=[t,e],r=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(i,n,null,null,function(){r&&r.call(a,t,e,a.yAxisRanges())})},Q.prototype.doZoomY_=function(t,e){var a=this;this.currentZoomRectArgs_=null;for(var i=this.yAxisRanges(),n=[],r=0;r<this.axes_.length;r++){var o=this.toDataYCoord(t,r),l=this.toDataYCoord(e,r);n.push([l,o])}var h=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(null,null,i,n,function(){if(h){var t=a.xAxisRange(),e=s(t,2),i=e[0],n=e[1];h.call(a,i,n,a.yAxisRanges())}
;d.style.fontSize=e.getOption("axisLabelFontSize")+"px";var c="dygraph-annotation";h.hasOwnProperty("icon")||(c+=" dygraphDefaultAnnotation dygraph-default-annotation"),h.hasOwnProperty("cssClass")&&(c+=" "+h.cssClass),d.className=c;var p=h.hasOwnProperty("width")?h.width:16,g=h.hasOwnProperty("height")?h.height:16;if(h.hasOwnProperty("icon")){var f=document.createElement("img");f.src=h.icon,f.width=p,f.height=g,d.appendChild(f)}else l.annotation.hasOwnProperty("shortText")&&d.appendChild(document.createTextNode(l.annotation.shortText));var _=l.canvasx-p/2;d.style.left=_+"px";var v=0;if(h.attachAtBottom){var y=r.y+r.h-g-u;o[_]?y-=o[_]:o[_]=0,o[_]+=u+g,v=y}else v=l.canvasy-g-u;d.style.top=v+"px",d.style.width=p+"px",d.style.height=g+"px",d.title=l.annotation.text,d.style.color=e.colorsMap_[l.name],d.style.borderColor=e.colorsMap_[l.name],h.div=d,e.addAndTrackEvent(d,"click",n("clickHandler","annotationClickHandler",l)),e.addAndTrackEvent(d,"mouseover",n("mouseOverHandler","annotationMouseOverHandler",l)),e.addAndTrackEvent(d,"mouseout",n("mouseOutHandler","annotationMouseOutHandler",l)),e.addAndTrackEvent(d,"dblclick",n("dblClickHandler","annotationDblClickHandler",l)),i.appendChild(d),this.annotations_.push(d);var x=t.drawingContext;if(x.save(),x.strokeStyle=h.hasOwnProperty("tickColor")?h.tickColor:e.colorsMap_[l.name],x.lineWidth=h.hasOwnProperty("tickWidth")?h.tickWidth:e.getOption("strokeWidth"),x.beginPath(),h.attachAtBottom){var y=v+g;x.moveTo(l.canvasx,y),x.lineTo(l.canvasx,y+u)}else x.moveTo(l.canvasx,l.canvasy),x.lineTo(l.canvasx,l.canvasy-2-u);x.closePath(),x.stroke(),x.restore()}}},i.prototype.destroy=function(){this.detachLabels()},a.default=i,e.exports=a.default},{}],21:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("../dygraph-utils"),n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(i),r=function(){this.xlabels_=[],this.ylabels_=[]};r.prototype.toString=function(){return"Axes Plugin"},r.prototype.activate=function(t){return{layout:this.layout,clearChart:this.clearChart,willDrawChart:this.willDrawChart}},r.prototype.layout=function(t){var e=t.dygraph;if(e.getOptionForAxis("drawAxis","y")){var a=e.getOptionForAxis("axisLabelWidth","y")+2*e.getOptionForAxis("axisTickSize","y");t.reserveSpaceLeft(a)}if(e.getOptionForAxis("drawAxis","x")){var i;i=e.getOption("xAxisHeight")?e.getOption("xAxisHeight"):e.getOptionForAxis("axisLabelFontSize","x")+2*e.getOptionForAxis("axisTickSize","x"),t.reserveSpaceBottom(i)}if(2==e.numAxes()){if(e.getOptionForAxis("drawAxis","y2")){var a=e.getOptionForAxis("axisLabelWidth","y2")+2*e.getOptionForAxis("axisTickSize","y2");t.reserveSpaceRight(a)}}else e.numAxes()>2&&e.error("Only two y-axes are supported at this time. (Trying to use "+e.numAxes()+")")},r.prototype.detachLabels=function(){function t(t){for(var e=0;e<t.length;e++){var a=t[e];a.parentNode&&a.parentNode.removeChild(a)}}t(this.xlabels_),t(this.ylabels_),this.xlabels_=[],this.ylabels_=[]},r.prototype.clearChart=function(t){this.detachLabels()},r.prototype.willDrawChart=function(t){function e(t){return Math.round(t)+.5}function a(t){return Math.round(t)-.5}var i=this,r=t.dygraph;if(r.getOptionForAxis("drawAxis","x")||r.getOptionForAxis("drawAxis","y")||r.getOptionForAxis("drawAxis","y2")){var o,s,l,h=t.drawingContext,u=t.canvas.parentNode,d=r.width_,c=r.height_,p=function(t){return{position:"absolute",fontSize:r.getOptionForAxis("axisLabelFontSize",t)+"px",width:r.getOptionForAxis("axisLabelWidth",t)+"px"}},g={x:p("x"),y:p("y"),y2:p("y2")},f=function(t,e,a){var i=document.createElement("div"),r=g["y2"==a?"y2":e];n.update(i.style,r);var o=document.createElement("div");return o.className="dygraph-axis-label dygraph-axis-label-"+e+(a?" dygraph-axis-label-"+a:""),o.innerHTML=t,i.appendChild(o),i};h.save();var _=r.layout_,v=t.dygraph.plotter_.area,y=function(t){return function(e){return r.getOptionForAxis(e,t)}};if(r.getOptionForAxis("drawAxis","y")){if(_.yticks&&_.yticks.length>0){va
//# sourceMappingURL=dist/dygraph.min.js.map</script>
<script>
document.getElementById("download").addEventListener("click", function(e) {
html2canvas(document.body, {background: "#fff"}).then(function(canvas) {
var url = canvas.toDataURL('image/png').replace(/^data:image\/[^;]/, 'data:application/octet-stream');
var a = document.createElement("a");
a.setAttribute("download", "vegeta-plot.png");
a.setAttribute("href", url);
a.click();
});
});
var container = document.getElementById("latencies");
var opts = {
"title": "[Debian] 15 requests per second, 15 minutes (#8)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,288.5925],
[0.133,145.4236],
[0.265,120.0599],
[0.666,114.6348],
[0.731,140.56050000000002],
[1.065,121.01689999999999],
[1.2650000000000001,261.58930000000004],
[1.3980000000000001,126.8724],
[1.732,117.12],
[1.932,137.6169],
[2.066,114.19269999999999],
[2.266,135.2678],
[2.533,114.9985],
[2.8,110.2881],
[2.998,123.4827],
[3.199,119.0733],
[3.465,141.5395],
[3.665,145.42520000000002],
[3.865,115.1669],
[4.065,126.87989999999999],
[4.332,139.5784],
[4.531,114.1913],
[4.865,121.4391],
[4.998,114.19200000000001],
[5.398,126.89110000000001],
[5.465,119.08789999999999],
[5.665,132.7521],
[6.065,118.1111],
[6.131,145.424],
[6.331,122.01180000000001],
[6.732,129.6381],
[6.931,119.7384],
[7.133,138.5649],
[7.331,112.24000000000001],
[7.531,142.5131],
[7.731,115.1652],
[7.931,116.14280000000001],
[8.132,110.2884],
[8.533,112.2392],
[8.666,138.5912],
[8.798,112.24199999999999],
[9.198,113.72269999999999],
[9.331,147.4],
[9.465,114.1918],
[9.731,113.21589999999999],
[10,122.97529999999999],
[10.332,115.168],
[10.466,248.889],
[10.598,115.1804],
[11,123.9509],
[11.131,115.99130000000001],
[11.398,126.87960000000001],
[11.665,136.6371],
[11.8,110.2885],
[11.931000000000001,122.9754],
[12.265,114.1913],
[12.532,111.2801],
[12.798,116.8742],
[12.931000000000001,122.0079],
[13.132,113.22019999999999],
[13.466,113.9206],
[13.532,122.6785],
[13.798,113.7705],
[14,123.9522],
[14.332,133.7044],
[14.465,141.5192],
[14.666,113.22],
[15,159.08780000000002],
[15.131,115.1881],
[15.331,112.9506],
[15.665,110.94669999999999],
[15.798,114.20139999999999],
[16.132,113.21480000000001],
[16.398,117.1202],
[16.466,266.44250000000005],
[16.666,118.1074],
[17.065,113.2219],
[17.198,124.9054],
[17.465,115.55120000000001],
[17.599,131.7592],
[17.799,118.09790000000001],
[18.133,113.2069],
[18.331,140.54649999999998],
[18.532,112.2396],
[18.866,142.4968],
[18.932,120.0685],
[19.133,113.2319],
[19.465,113.21100000000001],
[19.798000000000002,148.0222],
[19.866,118.733],
[20.132,112.9233],
[20.465,256.24370000000005],
[20.532,121.98349999999999],
[20.732,144.4338],
[20.932,116.1607],
[21.333,147.38209999999998],
[21.533,109.3117],
[21.733,259.5763],
[21.865,125.86110000000001],
[22.2,138.59369999999998],
[22.331,116.7924],
[22.532,123.9514],
[22.865,115.1645],
[23.132,140.5259],
[23.198,112.2399],
[23.532,122.9766],
[23.798000000000002,113.23660000000001],
[23.933,133.2397],
[24.132,111.8819],
[24.533,140.5561],
[24.598,117.1173],
[24.865,112.2541],
[25.066,111.2868],
[25.333,111.2641],
[25.533,142.4747],
[25.665,112.24430000000001],
[25.998,129.808],
[26.132,113.22550000000001],
[26.533,142.47740000000002],
[26.598,113.2203],
[26.932,110.2876],
[27.066,131.7592],
[27.333,142.5023],
[27.465,111.75359999999999],
[27.731,122.9783],
[28.066,114.2131],
[28.332,145.42340000000002],
[28.398,120.0476],
[28.732,114.20779999999999],
[28.865,130.77169999999998],
[29.065,110.8509],
[29.399,121.54719999999999],
[29.532,113.216],
[29.933,121.03609999999999],
[30.065,113.2156],
[30.265,109.3218],
[30.533,145.4459],
[30.733,116.9328],
[30.998,121.02449999999999],
[31.132,109.9713],
[31.399,117.11789999999999],
[31.599,111.2675],
[31.931,135.6638],
[32,113.2527],
[32.4,121.97710000000001],
[32.532,111.2402],
[32.798,113.5676],
[32.933,278.3956],
[33.131,116.1547],
[33.331,129.0315],
[33.598,113.7555],
[33.933,121.0238],
[34.065,115.1532],
[34.333,128.835],
[34.6,112.239],
[34.665,128.8319],
[34.998,116.14779999999999],
[35.332,118.0985],
[35.532,281.98519999999996],
[35.6,124.2121],
[35.866,141.5201],
[36.065,113.2594],
[36.398,115.1485],
[36.533,128.8521],
[36.799,118.0981],
[37.065,121.9995],
[37.2,113.0502],
[37.531,116.1533],
[37.6,111.86210000000001],
[37.998,124.9275],
[38.065,127.85569999999998],
[38.4,113.2166],
[38.6,114.19940000000001],
[38.8,129.8077],
[39.132,115.2457],
[39.198,125.63250000000001],
[39.532,113.2267],
[39.731,110.2873],
[39.998,114.20479999999999],
[40.066,267.39750000000004],
[40.398,116.14789999999999],
[40.733,111.0728],
[40.932,114.2052],
[40.998,147.3755],
[41.198,116.1226],
[41.465,143.6792],
[41.799,113.2277],
[41.866,283.039],
[42.132,140.5439],
[42.533,141.524],
[42.598,117.1065],
[42.798,125.9141],
[43.2,114.19980000000001],
[43.265,123.9516],
[43.531,146.3835],
[43.666,118.113],
[43.998,146.4072],
[44.133,119.0907],
[44.532,146.3662],
[44.732,114.21549999999999],
[44.865,141.4827],
[45.132,146.4195],
[45.265,118.0958],
[45.666,120.0466],
[45.865,145.9297],
[46,115.1616],
[46.2,123.95200000000001],
[46.4,116.1437],
[46.732,148.3509],
[46.866,122.0002],
[47.2,116.0218],
[47.265,146.8063],
[47.532,116.1234],
[47.865,121.0404],
[48.065,137.6111],
[48.2,151.2803],
[48.399,112.2599],
[48.665,139.5556],
[48.866,113.2157],
[49.266,142.4955],
[49.398,113.19890000000001],
[49.665,111.26429999999999],
[49.798,122.4932],
[49.998,116.6838],
[50.204,125.9034],
[50.6,117.1196],
[50.731,264.495],
[51.065,298.1864],
[51.132,112.7462],
[51.465,141.5208],
[51.6,118.09870000000001],
[51.931,120.03179999999999],
[52.2,293.4733],
[52.266,119.7418],
[52.665,110.2884],
[52.866,140.5439],
[52.931,119.0721],
[53.332,113.2306],
[53.466,143.4678],
[53.598,116.67569999999999],
[54.001,143.0033],
[54.065,115.1847],
[54.265,143.4709],
[54.6,113.2004],
[54.865,112.2397],
[55.131,269.3755],
[55.2,121.0392],
[55.398,122.00229999999999],
[55.666,113.23700000000001],
[55.866,119.0857],
[56.198,112.2402],
[56.332,120.6056],
[56.531,111.9359],
[56.933,133.7141],
[57.133,116.138],
[57.198,132.7352],
[57.398,113.21589999999999],
[57.799,113.2204],
[58.065,140.5423],
[58.131,115.17320000000001],
[58.466,114.6507],
[58.665,146.39579999999998],
[58.798,119.0842],
[59.131,115.1912],
[59.332,138.5917],
[59.466,114.19120000000001],
[59.798,129.90189999999998],
[60.065,109.97609999999999],
[60.132,119.0715],
[60.466,115.8384],
[60.666,270.10650000000004],
[60.799,117.12100000000001],
[61.2,136.6438],
[61.4,119.0721],
[61.466,268.61879999999996],
[61.732,114.2052],
[61.998,125.9032],
[62.198,111.26429999999999],
[62.533,119.0586],
[62.731,114.1922],
[62.931,131.73489999999998],
[63.199,113.25970000000001],
[63.331,263.5204],
[63.532,115.16369999999999],
[63.866,272.04240000000004],
[63.932,113.9712],
[64.266,118.54729999999999],
[64.398,119.07130000000001],
[64.665,109.3282],
[64.865,116.1596],
[65.2,125.92439999999999],
[65.465,121.0267],
[65.598,110.274],
[65.732,134.6876],
[65.998,134.6877],
[66.198,116.14869999999999],
[66.598,116.14320000000001],
[66.665,176.65529999999998],
[66.865,112.90509999999999],
[67.131,119.04960000000001],
[67.331,112.2315],
[67.732,113.81429999999999],
[67.798,266.0611],
[67.999,120.0474],
[68.398,111.2419],
[68.466,145.44050000000001],
[68.866,267.9655],
[68.933,116.6693],
[69.266,116.14389999999999],
[69.465,258.64029999999997],
[69.598,112.2396],
[69.932,121.97579999999999],
[70.198,114.1953],
[70.333,257.67719999999997],
[70.465,112.24040000000001],
[70.865,111.2746],
[70.999,133.731],
[71.265,110.2885],
[71.4,259.9997],
[71.598,114.1758],
[71.931,111.2634],
[72.131,122.9766],
[72.466,112.2406],
[72.665,117.1064],
[72.798,301.582],
[72.933,126.87950000000001],
[73.265,109.3117],
[73.599,128.832],
[73.665,114.19319999999999],
[74,120.9831],
[74.065,115.18929999999999],
[74.465,108.71419999999999],
[74.665,121.9994],
[74.731,114.19279999999999],
[75,122.9806],
[75.399,115.1684],
[75.531,124.92830000000001],
[75.8,265.47110000000004],
[75.865,130.78390000000002],
[76.132,114.1909],
[76.398,124.90320000000001],
[76.532,106.3643],
[76.866,141.51839999999999],
[76.998,114.1903],
[77.265,111.2657],
[77.533,116.1596],
[77.865,118.0953],
[77.931,110.8552],
[78.265,116.14320000000001],
[78.465,254.7137],
[78.599,118.0755],
[79,265.7154],
[79.065,111.879],
[79.398,127.87570000000001],
[79.598,114.1924],
[79.865,111.2568],
[79.998,118.0955],
[80.133,112.2396],
[80.465,114.7174],
[80.798,119.0494],
[80.932,112.2397],
[81.198,109.329],
[81.465,121.02409999999999],
[81.665,112.2461],
[81.865,112.2391],
[82.065,258.6361],
[82.2,111.3077],
[82.6,140.5205],
[82.665,116.1421],
[83,124.9771],
[83.131,111.80130000000001],
[83.333,125.5375],
[83.598,112.26],
[83.798,111.2589],
[83.998,122.9921],
[84.4,124.4585],
[84.532,113.2163],
[84.665,121.9997],
[85.065,109.3181],
[85.131,132.7363],
[85.331,113.2363],
[85.531,143.4646],
[85.798,110.2846],
[86.066,140.5435],
[86.398,112.2403],
[86.466,128.81699999999998],
[86.865,136.6415],
[86.933,113.2156],
[87.266,116.1435],
[87.531,112.2392],
[87.666,145.417],
[87.798,112.2406],
[88.066,141.74210000000002],
[88.398,147.37449999999998],
[88.466,115.36349999999999],
[88.733,113.2152],
[89,122.98920000000001],
[89.131,111.25319999999999],
[89.533,113.2161],
[89.665,125.9047],
[89.865,131.9153],
[90.132,113.7067],
[90.265,140.54729999999998],
[90.599,116.8651],
[90.866,138.5921],
[91.132,142.5018],
[91.198,115.1847],
[91.4,130.7841],
[91.665,136.6324],
[91.866,113.6473],
[92.266,148.3518],
[92.466,116.1074],
[92.598,138.5922],
[92.733,113.205],
[93.065,144.0754],
[93.266,114.1926],
[93.531,141.3398],
[93.8,118.096],
[93.931,139.9254],
[94.132,114.1911],
[94.398,114.187],
[94.533,147.91070000000002],
[94.798,118.0962],
[95.198,147.3777],
[95.398,118.0942],
[95.598,115.1677],
[95.733,129.8272],
[95.999,112.2424],
[96.331,117.10669999999999],
[96.531,145.4059],
[96.599,118.0822],
[96.865,123.9514],
[97.198,113.5719],
[97.398,124.8255],
[97.598,109.3338],
[97.865,141.5198],
[97.999,143.4725],
[98.2,114.20429999999999],
[98.531,119.0608],
[98.798,270.3522],
[98.866,120.047],
[99.066,110.30040000000001],
[99.466,113.2156],
[99.533,265.1866],
[99.732,133.7074],
[100.132,149.3485],
[100.198,118.09609999999999],
[100.598,128.8563],
[100.798,120.04249999999999],
[100.998,114.8569],
[101.133,147.061],
[101.332,112.2271],
[101.732,121.0249],
[101.866,115.1871],
[102.133,118.0958],
[102.333,112.24080000000001],
[102.599,122.0001],
[102.665,271.32820000000004],
[102.865,141.5189],
[103.131,121.02449999999999],
[103.532,142.4977],
[103.598,119.0712],
[103.866,137.2447],
[103.999,164.59560000000002],
[104.333,119.39320000000001],
[104.598,153.25549999999998],
[104.798,132.7354],
[104.998,124.93079999999999],
[105.266,155.184],
[105.533,116.1413],
[105.599,150.3034],
[105.798,117.1364],
[106.131,152.82219999999998],
[106.332,115.21140000000001],
[106.665,126.8872],
[106.865,114.19319999999999],
[106.999,147.3984],
[107.331,148.8607],
[107.399,119.5808],
[107.733,153.8237],
[107.932,125.9032],
[108.133,119.0702],
[108.398,146.4002],
[108.665,129.80849999999998],
[108.865,141.5254],
[108.999,152.2578],
[109.331,122.9754],
[109.465,305.48789999999997],
[109.666,120.04610000000001],
[109.865,145.4233],
[110.132,118.0976],
[110.398,115.1679],
[110.531,137.6154],
[110.799,119.0674],
[111,112.2238],
[111.333,145.82829999999998],
[111.466,111.6598],
[111.798,119.0717],
[111.865,113.2288],
[112.2,122.9756],
[112.331,114.1083],
[112.731,121.02369999999999],
[112.865,111.2654],
[113.198,124.92739999999999],
[113.398,120.048],
[113.532,153.23020000000002],
[113.731,117.5296],
[114.065,120.5929],
[114.333,383.56669999999997],
[114.398,125.91359999999999],
[114.598,114.1925],
[114.932,150.8783],
[115.131,118.0954],
[115.331,114.19200000000001],
[115.465,144.4246],
[115.731,122.97579999999999],
[116.065,136.6404],
[116.265,117.7164],
[116.531,114.1748],
[116.731,125.9032],
[116.998,125.90350000000001],
[117.132,147.3928],
[117.266,122.9672],
[117.532,153.2342],
[117.865,118.097],
[118.066,136.6377],
[118.198,116.3689],
[118.598,117.12010000000001],
[118.8,305.49399999999997],
[118.865,145.4186],
[119.131,114.1923],
[119.331,120.0465],
[119.732,117.12100000000001],
[119.932,122.97800000000001],
[120.132,117.1208],
[120.2,273.2804],
[120.466,118.09899999999999],
[120.732,125.866],
[120.998,118.1093],
[121.132,130.7936],
[121.4,117.133],
[121.665,145.5807],
[121.798,111.7955],
[121.999,119.07130000000001],
[122.331,113.21499999999999],
[122.6,118.7393],
[122.799,150.2956],
[122.931,116.1434],
[123.131,141.5215],
[123.465,122.0001],
[123.732,118.081],
[123.866,153.2326],
[124.065,128.8375],
[124.465,116.14399999999999],
[124.665,126.8811],
[124.731,116.1427],
[124.998,125.91969999999999],
[125.265,115.1675],
[125.465,128.84290000000001],
[125.732,128.833],
[125.865,113.2157],
[126.132,145.4171],
[126.332,125.90399999999998],
[126.598,143.0795],
[126.732,119.07289999999999],
[127.132,133.7036],
[127.198,115.1884],
[127.465,128.8132],
[127.733,113.9142],
[127.866,122.5276],
[128.2,113.2162],
[128.4,122.9755],
[128.532,116.1414],
[128.798,118.0948],
[129.133,122.3014],
[129.333,298.6434],
[129.465,117.1207],
[129.865,122.0006],
[130.065,281.08480000000003],
[130.131,120.0663],
[130.466,130.7837],
[130.732,121.9996],
[130.798,142.4951],
[130.998,117.1205],
[131.333,148.35129999999998],
[131.533,118.0975],
[131.733,124.712],
[131.933,114.8703],
[132.332,122.00139999999999],
[132.398,113.2185],
[132.665,125.90429999999999],
[132.933,112.23859999999999],
[133.133,138.5912],
[133.331,192.27159999999998],
[133.531,115.1861],
[133.731,128.8282],
[134.131,114.19269999999999],
[134.332,276.2078],
[134.398,139.5671],
[134.598,114.8197],
[134.865,147.88660000000002],
[135.066,120.0481],
[135.465,129.4693],
[135.532,119.0311],
[135.731,142.4847],
[136.131,113.2289],
[136.331,111.263],
[136.598,284.0164],
[136.666,114.1842],
[136.866,142.48930000000001],
[137.133,112.2385],
[137.333,121.0281],
[137.665,113.21979999999999],
[137.865,146.96970000000002],
[137.999,128.55069999999998],
[138.265,143.0675],
[138.598,120.0493],
[138.798,148.3587],
[138.933,122.0105],
[139.133,134.875],
[139.532,115.1749],
[139.665,136.6476],
[139.933,121.9993],
[139.998,351.3727],
[140.265,125.9485],
[140.465,131.75990000000002],
[140.799,116.167],
[141.065,116.74279999999999],
[141.198,135.66500000000002],
[141.533,133.71169999999998],
[141.598,115.1665],
[141.798,147.8819],
[142.131,118.098],
[142.4,114.1907],
[142.598,133.71259999999998],
[142.798,114.193],
[142.998,122.99549999999999],
[143.198,130.6277],
[143.398,117.1127],
[143.666,123.9518],
[143.998,115.169],
[144.133,290.8482],
[144.332,118.0969],
[144.533,136.1552],
[144.798,117.1195],
[145.066,112.2392],
[145.398,116.1219],
[145.599,149.5739],
[145.8,121.976],
[146,301.5789],
[146.132,119.06],
[146.332,118.0957],
[146.598,285.9798],
[146.798,122.0001],
[146.998,145.4547],
[147.333,112.2384],
[147.599,141.52110000000002],
[147.731,157.1378],
[147.931,122.9761],
[148.265,112.2456],
[148.466,119.9216],
[148.732,117.12259999999999],
[148.798,289.6474],
[149.066,116.1436],
[149.332,124.954],
[149.665,113.7242],
[149.733,141.0623],
[149.998,120.1473],
[150.332,130.7955],
[150.532,299.6294],
[150.598,120.04769999999999],
[150.865,138.4397],
[151.199,115.1519],
[151.333,124.9309],
[151.598,122.9609],
[151.731,112.2521],
[152.131,158.112],
[152.2,125.91179999999999],
[152.532,115.12440000000001],
[152.733,143.47289999999998],
[152.865,114.1925],
[153.065,153.23229999999998],
[153.465,150.30769999999998],
[153.531,114.209],
[153.931,115.1623],
[153.998,297.6805],
[154.198,115.1657],
[154.466,122.0015],
[154.798,117.119],
[154.998,269.3757],
[155.133,114.19160000000001],
[155.333,146.4],
[155.731,146.3989],
[155.799,118.0643],
[156.065,111.92779999999999],
[156.398,113.2325],
[156.533,145.4238],
[156.732,138.5846],
[156.998,113.17530000000001],
[157.133,140.54340000000002],
[157.398,114.167],
[157.731,117.1196],
[157.8,279.12179999999995],
[158.065,119.0717],
[158.331,131.7583],
[158.465,113.21430000000001],
[158.798,114.8672],
[159.066,126.88119999999999],
[159.198,134.6869],
[159.532,139.57629999999997],
[159.598,118.0954],
[160,127.4054],
[160.132,115.1901],
[160.265,119.1007],
[160.665,113.2135],
[160.731,150.3035],
[161.132,114.1915],
[161.333,299.6293],
[161.398,120.0648],
[161.731,114.18979999999999],
[161.865,138.60430000000002],
[162.266,121.23190000000001],
[162.332,136.63739999999999],
[162.666,112.2458],
[162.798,305.4873],
[162.998,144.43529999999998],
[163.198,115.1662],
[163.533,131.7598],
[163.799,116.1451],
[163.998,300.8618],
[164.131,118.0993],
[164.398,116.1626],
[164.532,133.7302],
[164.866,137.0099],
[165.065,122.0002],
[165.331,119.8319],
[165.533,137.5935],
[165.8,116.1431],
[166,151.2785],
[166.331,115.16369999999999],
[166.4,142.0561],
[166.598,125.9023],
[167,146.4128],
[167.132,116.14439999999999],
[167.398,148.00140000000002],
[167.465,125.9038],
[167.731,121.0405],
[167.998,123.9323],
[168.266,113.2356],
[168.532,155.18390000000002],
[168.732,119.0727],
[168.998,143.4945],
[169.198,119.0595],
[169.465,308.4114],
[169.533,123.94969999999999],
[169.731,115.1682],
[170.065,107.37570000000001],
[170.265,141.5201],
[170.399,117.1204],
[170.665,113.8556],
[170.998,122.9717],
[171.198,113.2157],
[171.398,128.8319],
[171.598,116.1638],
[171.798,126.88659999999999],
[171.998,134.68630000000002],
[172.265,111.24820000000001],
[172.531,117.1192],
[172.731,122.9763],
[172.999,303.53540000000004],
[173.131,131.761],
[173.465,122.9713],
[173.6,139.0663],
[173.865,119.0601],
[174.199,128.83010000000002],
[174.265,114.2108],
[174.465,115.1794],
[174.665,139.5639],
[175.066,122.9585],
[175.133,324.0314],
[175.398,128.8234],
[175.598,121.9993],
[175.999,115.1798],
[176.2,119.07560000000001],
[176.4,111.2884],
[176.666,118.9244],
[176.8,326.96029999999996],
[176.931,119.073],
[177.332,114.2068],
[177.532,126.87899999999999],
[177.732,145.4242],
[177.866,116.15599999999999],
[178.132,131.7654],
[178.398,113.2153],
[178.533,137.5994],
[178.931,113.21549999999999],
[179.131,128.2014],
[179.265,115.1686],
[179.4,134.6878],
[179.798,114.1919],
[179.932,122.0004],
[180.266,118.122],
[180.398,149.3426],
[180.598,115.1674],
[180.798,124.9281],
[180.998,111.26419999999999],
[181.4,114.20320000000001],
[181.465,146.3984],
[181.731,118.0958],
[181.932,154.20809999999997],
[182.198,114.7918],
[182.398,145.42079999999999],
[182.598,122.9759],
[182.865,118.1089],
[183.065,122.0093],
[183.4,113.2138],
[183.465,133.73399999999998],
[183.865,138.59099999999998],
[184.066,116.1339],
[184.198,286.7583],
[184.4,122.9876],
[184.732,119.0733],
[184.931,319.6625],
[185.065,139.56740000000002],
[185.265,116.16319999999999],
[185.533,142.4755],
[185.733,113.385],
[186.131,122.0005],
[186.331,109.33189999999999],
[186.531,145.4361],
[186.6,116.1648],
[186.998,126.8803],
[187.066,117.103],
[187.266,125.89410000000001],
[187.598,135.6637],
[187.733,115.1638],
[187.998,122.00030000000001],
[188.332,115.751],
[188.531,323.662],
[188.665,115.1627],
[188.865,133.06799999999998],
[189.131,113.21539999999999],
[189.398,113.2218],
[189.598,141.5624],
[189.798,144.46],
[190.133,114.2167],
[190.265,293.01349999999996],
[190.465,116.1613],
[190.733,110.8417],
[190.931,110.2837],
[191.265,119.072],
[191.466,289.8494],
[191.598,114.1525],
[191.798,142.4918],
[191.998,116.16120000000001],
[192.265,112.26809999999999],
[192.6,119.71600000000001],
[192.733,115.1681],
[193.065,116.8006],
[193.265,116.15209999999999],
[193.465,287.9246],
[193.6,121.021],
[193.999,329.6337],
[194.066,123.9514],
[194.466,112.22840000000001],
[194.531,121.0079],
[194.798,117.1425],
[195.066,126.5247],
[195.199,112.06009999999999],
[195.533,119.0708],
[195.798,114.1997],
[195.999,133.6806],
[196.065,111.26469999999999],
[196.466,111.2637],
[196.531,116.1436],
[196.866,110.7659],
[196.998,129.8246],
[197.265,116.848],
[197.398,296.8356],
[197.665,125.92429999999999],
[198.065,129.8245],
[198.199,112.2393],
[198.4,121.8682],
[198.531,140.5423],
[198.8,111.26379999999999],
[198.998,115.16659999999999],
[199.4,115.2576],
[199.465,291.90880000000004],
[199.665,119.073],
[199.998,222.5405],
[200.132,126.893],
[200.533,118.0973],
[200.665,151.2803],
[200.933,125.89110000000001],
[201.065,293.64230000000003],
[201.265,117.1157],
[201.533,116.14240000000001],
[201.732,137.6164],
[201.998,119.072],
[202.265,148.3562],
[202.399,122.0275],
[202.598,115.16560000000001],
[202.999,149.3287],
[203.065,122.9609],
[203.331,119.8612],
[203.666,117.10900000000001],
[203.798,371.8562],
[203.933,119.0726],
[204.265,347.4705],
[204.399,121.02250000000001],
[204.598,147.3763],
[204.865,121.99799999999999],
[205.131,117.6331],
[205.398,120.06410000000001],
[205.598,137.8469],
[205.733,122.97569999999999],
[206.132,152.2627],
[206.265,125.90419999999999],
[206.531,121.026],
[206.731,379.1921],
[206.865,147.35219999999998],
[207.132,117.8688],
[207.398,145.4214],
[207.732,120.0476],
[207.798,147.37900000000002],
[207.998,117.1112],
[208.333,144.4443],
[208.533,115.8614],
[208.666,323.5618],
[208.932,118.0947],
[209.132,116.1436],
[209.332,153.2311],
[209.598,119.072],
[209.933,147.374],
[209.998,113.2149],
[210.398,123.01719999999999],
[210.666,150.3055],
[210.866,115.1695],
[210.932,145.4231],
[211.198,120.04950000000001],
[211.465,306.4654],
[211.598,117.1195],
[211.998,149.8999],
[212.065,120.6083],
[212.4,119.00040000000001],
[212.665,147.8847],
[212.733,116.1277],
[212.998,148.3506],
[213.266,119.0893],
[213.599,116.1559],
[213.666,314.2719],
[213.865,122.9816],
[214.133,147.03],
[214.332,119.08789999999999],
[214.598,117.98949999999999],
[214.932,149.32799999999997],
[214.998,124.9472],
[215.198,144.4449],
[215.465,117.1003],
[215.733,122.98],
[215.865,148.3516],
[216.266,119.9734],
[216.398,153.32889999999998],
[216.665,117.83330000000001],
[216.866,147.3874],
[216.998,126.4114],
[217.398,121.0067],
[217.465,147.3764],
[217.798,119.0926],
[218.066,149.3229],
[218.198,119.0699],
[218.531,115.7847],
[218.732,121.6697],
[218.799,322.63550000000004],
[219.065,114.7238],
[219.331,144.46419999999998],
[219.466,118.0942],
[219.732,142.5263],
[220.065,122.0298],
[220.198,296.7023],
[220.398,118.1001],
[220.598,133.71169999999998],
[220.931,114.8291],
[221.198,119.426],
[221.466,121.999],
[221.6,156.1584],
[221.865,122.9945],
[222.066,147.37910000000002],
[222.198,119.0715],
[222.598,131.7819],
[222.732,138.9322],
[222.866,112.94609999999999],
[223.265,149.0576],
[223.333,132.51],
[223.533,150.304],
[223.733,121.9995],
[224.131,152.2296],
[224.2,126.8801],
[224.465,156.13930000000002],
[224.731,124.932],
[224.931,151.4778],
[225.132,121.0085],
[225.465,121.4542],
[225.665,321.0924],
[225.8,150.3001],
[226,122.9833],
[226.332,151.2635],
[226.466,121.02369999999999],
[226.665,153.1877],
[227.066,118.0828],
[227.198,162.0154],
[227.533,132.2858],
[227.598,149.8131],
[227.933,118.0977],
[228.199,148.36520000000002],
[228.331,123.9507],
[228.665,114.1797],
[228.731,148.3348],
[228.932,122.0004],
[229.198,141.5194],
[229.398,122.6065],
[229.732,145.4426],
[229.998,122.9752],
[230.132,326.00469999999996],
[230.266,123.9493],
[230.533,121.9999],
[230.798,144.4862],
[230.998,122.00519999999999],
[231.265,131.7594],
[231.465,116.146],
[231.798,159.20680000000002],
[231.866,118.0959],
[232.065,157.14030000000002],
[232.333,118.1014],
[232.533,153.2308],
[232.798,117.13669999999999],
[233.065,119.0714],
[233.265,149.3187],
[233.466,127.85579999999999],
[233.798,147.7955],
[233.866,120.45830000000001],
[234.266,141.5193],
[234.398,118.078],
[234.732,142.5003],
[234.798,116.1438],
[235.132,170.7963],
[235.333,114.2089],
[235.531,141.5062],
[235.733,150.30370000000002],
[235.998,123.9467],
[236.198,133.71030000000002],
[236.332,144.46800000000002],
[236.598,124.9286],
[237,150.7788],
[237.065,121.5135],
[237.332,115.6958],
[237.665,148.71210000000002],
[237.732,119.4281],
[238.133,120.049],
[238.265,145.4065],
[238.4,121.02250000000001],
[238.665,138.6086],
[238.931,121.99980000000001],
[239.132,150.3003],
[239.266,118.6581],
[239.666,123.6759],
[239.933,412.8648],
[239.998,142.49519999999998],
[240.198,118.0971],
[240.598,146.399],
[240.665,119.0711],
[240.931,122.9584],
[241.131,154.20770000000002],
[241.4,130.6405],
[241.531,153.2309],
[241.865,116.14489999999999],
[242.065,150.30270000000002],
[242.399,115.1514],
[242.6,150.30370000000002],
[242.666,119.0556],
[242.865,145.4233],
[243.132,118.0958],
[243.333,147.67540000000002],
[243.733,117.1203],
[243.932,287.33009999999996],
[243.998,138.5932],
[244.265,117.12010000000001],
[244.465,138.5798],
[244.665,115.15100000000001],
[245,139.5546],
[245.266,117.62870000000001],
[245.465,135.3943],
[245.599,120.0483],
[245.798,114.5757],
[246.198,151.7952],
[246.331,124.9141],
[246.531,147.3756],
[246.8,114.1908],
[247.132,119.0717],
[247.198,146.3982],
[247.398,118.0933],
[247.799,133.7124],
[247.931,136.6422],
[248.198,117.1195],
[248.333,126.8786],
[248.533,120.0567],
[248.931,134.6888],
[249,114.1923],
[249.2,125.90280000000001],
[249.532,114.1907],
[249.8,115.17330000000001],
[249.865,297.6877],
[250.066,143.9783],
[250.332,118.5861],
[250.731,147.3795],
[250.799,122.9756],
[251.065,118.0977],
[251.265,138.5916],
[251.532,119.0581],
[251.732,151.29999999999998],
[251.931,115.1723],
[252.131,145.1409],
[252.398,121.8935],
[252.598,138.5913],
[252.933,116.1435],
[252.999,132.7234],
[253.265,122.00139999999999],
[253.599,149.3107],
[253.731,120.0361],
[253.998,147.3974],
[254.132,121.8163],
[254.465,141.02970000000002],
[254.598,119.0724],
[255,141.51340000000002],
[255.131,115.14729999999999],
[255.266,147.38010000000003],
[255.466,121.0074],
[255.732,147.35909999999998],
[255.932,114.1945],
[256.198,132.82649999999998],
[256.398,121.99119999999999],
[256.798,141.08870000000002],
[256.865,122.5287],
[257.132,130.77949999999998],
[257.466,114.17660000000001],
[257.598,124.9277],
[257.933,116.1309],
[258.133,128.38230000000001],
[258.332,119.742],
[258.6,141.5181],
[258.731,146.8557],
[258.998,115.16980000000001],
[259.198,353.31],
[259.333,143.4878],
[259.731,121.99980000000001],
[259.865,143.4702],
[260,124.9643],
[260.198,118.0971],
[260.465,144.44819999999999],
[260.865,116.1442],
[261.065,335.7434],
[261.132,120.0291],
[261.466,137.61509999999998],
[261.598,120.04560000000001],
[261.932,120.04860000000001],
[262.065,127.8407],
[262.332,139.5735],
[262.665,120.63300000000001],
[262.732,148.6238],
[263.065,117.1034],
[263.332,149.3286],
[263.398,123.0006],
[263.666,113.2149],
[263.998,125.9045],
[264.132,116.1221],
[264.465,141.375],
[264.531,121.84589999999999],
[264.798,115.8565],
[264.998,130.46550000000002],
[265.332,116.1498],
[265.532,141.5198],
[265.598,120.04769999999999],
[265.998,120.0437],
[266.198,301.58230000000003],
[266.333,117.12],
[266.666,374.1377],
[266.731,118.649],
[267.065,113.605],
[267.198,141.31730000000002],
[267.532,116.1452],
[267.732,115.1674],
[268.066,124.9267],
[268.198,301.5831],
[268.333,116.1458],
[268.733,120.048],
[268.932,155.1835],
[269.132,117.0582],
[269.265,134.0995],
[269.6,114.20360000000001],
[269.732,137.6214],
[269.932,119.0731],
[270.266,128.8511],
[270.332,121.01960000000001],
[270.665,113.2113],
[270.8,126.17719999999998],
[271.065,115.16709999999999],
[271.265,124.6279],
[271.665,117.1247],
[271.865,326.71090000000004],
[271.933,117.1185],
[272.331,116.1438],
[272.531,122.9755],
[272.6,323.0923],
[272.8,130.7838],
[273.133,119.0743],
[273.465,113.90509999999999],
[273.533,118.7107],
[273.731,135.6633],
[273.931,117.1507],
[274.198,151.2821],
[274.532,118.0977],
[274.598,307.4515],
[274.866,325.0068],
[275.065,136.6404],
[275.332,121.98689999999999],
[275.533,141.1988],
[275.8,118.6897],
[276.065,129.8597],
[276.199,115.76889999999999],
[276.532,127.85499999999999],
[276.798,112.2424],
[276.933,140.5302],
[277.198,115.1673],
[277.399,153.2414],
[277.531,122.9756],
[277.866,145.4065],
[278,115.1538],
[278.399,144.5009],
[278.533,115.1833],
[278.731,123.9629],
[279.065,140.5437],
[279.265,119.071],
[279.466,152.2554],
[279.666,122.97489999999999],
[279.798,146.39450000000002],
[279.998,121.02449999999999],
[280.331,121.0238],
[280.465,111.6096],
[280.865,121.6438],
[281.066,298.61929999999995],
[281.132,129.7759],
[281.398,292.8408],
[281.6,119.5825],
[281.933,291.8188],
[282.065,123.1741],
[282.265,122.79729999999999],
[282.533,114.8576],
[282.733,121.02350000000001],
[283.066,113.22],
[283.332,113.9859],
[283.532,145.4433],
[283.666,114.1931],
[283.931,120.98490000000001],
[284.265,121.02369999999999],
[284.332,314.1003],
[284.533,121.6147],
[284.865,141.22019999999998],
[285.065,145.95749999999998],
[285.198,127.38669999999999],
[285.531,144.4656],
[285.666,114.7149],
[285.999,156.34529999999998],
[286.198,118.0959],
[286.398,128.81539999999998],
[286.598,140.54330000000002],
[286.798,125.90350000000001],
[286.998,115.1636],
[287.398,129.81119999999999],
[287.466,335.2076],
[287.665,135.11419999999998],
[287.933,121.02350000000001],
[288.133,129.8258],
[288.332,143.49210000000002],
[288.665,122.97569999999999],
[288.931,136.64000000000001],
[289.131,148.353],
[289.333,115.0125],
[289.532,155.1712],
[289.732,121.7152],
[289.933,122.98920000000001],
[290.199,146.3993],
[290.465,116.16329999999999],
[290.731,130.7833],
[290.931,118.0943],
[291.066,141.50750000000002],
[291.333,113.7223],
[291.531,136.6408],
[291.798,116.16],
[292.132,143.17270000000002],
[292.266,120.03320000000001],
[292.6,122.01180000000001],
[292.665,139.5735],
[292.998,119.0728],
[293.066,140.5553],
[293.465,118.0962],
[293.598,120.0454],
[293.865,153.6953],
[293.999,122.00410000000001],
[294.332,132.7369],
[294.465,115.1529],
[294.798,128.4843],
[294.866,115.0553],
[295.132,130.7833],
[295.332,115.17429999999999],
[295.532,135.6671],
[295.865,140.5431],
[296.198,125.4331],
[296.399,389.4081],
[296.465,129.8118],
[296.731,140.0186],
[296.998,115.1679],
[297.133,123.9516],
[297.531,142.4953],
[297.731,123.1398],
[297.998,613.1963999999999],
[298.066,143.3269],
[298.333,120.0474],
[298.465,146.38750000000002],
[298.865,119.05330000000001],
[298.931,123.9663],
[299.331,130.7845],
[299.465,116.1438],
[299.732,126.6417],
[299.865,118.7632],
[300.199,129.55849999999998],
[300.265,120.0687],
[300.598,114.1915],
[300.798,131.7595],
[300.998,118.08019999999999],
[301.265,117.1157],
[301.598,139.5672],
[301.798,152.0458],
[301.865,118.8614],
[302.265,116.75919999999999],
[302.333,311.9596],
[302.532,117.6292],
[302.731,135.6583],
[303.066,114.2025],
[303.398,122.96350000000001],
[303.532,345.4848],
[303.666,127.84509999999999],
[304.066,113.8811],
[304.265,115.16940000000001],
[304.398,141.5168],
[304.599,115.18490000000001],
[304.798,111.2645],
[305,122.99690000000001],
[305.265,139.5822],
[305.531,113.2153],
[305.732,149.32889999999998],
[305.932,120.04639999999999],
[306.133,114.61580000000001],
[306.398,125.47420000000001],
[306.665,113.9295],
[306.799,122.0155],
[307.2,117.20079999999999],
[307.4,117.11789999999999],
[307.6,303.5361],
[307.732,143.455],
[307.998,122.0022],
[308.198,132.2545],
[308.465,110.2928],
[308.731,121.0229],
[309,112.89789999999999],
[309.198,300.9189],
[309.265,115.4796],
[309.531,350.3832],
[309.731,118.0963],
[310,128.84799999999998],
[310.266,118.112],
[310.598,126.87970000000001],
[310.666,114.1924],
[310.932,114.4095],
[311.198,141.2428],
[311.399,113.2162],
[311.732,113.2018],
[311.933,142.49609999999998],
[311.998,120.0291],
[312.398,143.4897],
[312.465,116.15870000000001],
[312.798,115.1912],
[313,139.56799999999998],
[313.265,113.7827],
[313.399,117.8138],
[313.732,151.27609999999999],
[313.865,121.9983],
[314.198,123.9516],
[314.398,118.0919],
[314.531,120.05879999999999],
[314.665,116.1408],
[315.065,121.02449999999999],
[315.265,114.2085],
[315.533,117.9027],
[315.731,310.8861],
[315.799,121.54299999999999],
[316.198,116.1431],
[316.265,300.6073],
[316.465,119.0739],
[316.865,114.1911],
[317.131,115.4828],
[317.271,189.9752],
[317.402,118.6859],
[317.732,133.8424],
[317.932,117.75370000000001],
[318.2,117.99600000000001],
[318.331,144.4484],
[318.531,120.0519],
[318.8,113.1518],
[319.133,114.2059],
[319.333,143.4846],
[319.598,116.14389999999999],
[319.665,312.3417],
[319.931,124.4613],
[320.265,151.9809],
[320.333,119.774],
[320.533,133.243],
[320.932,128.83919999999998],
[320.998,369.8834],
[321.198,129.7978],
[321.466,120.0628],
[321.665,127.85579999999999],
[321.933,115.7708],
[322.132,146.3992],
[322.398,109.5273],
[322.598,135.2114],
[322.866,114.1754],
[323.066,147.37230000000002],
[323.265,116.1443],
[323.598,123.965],
[323.733,113.21539999999999],
[323.998,114.1909],
[324.198,137.6104],
[324.532,112.9613],
[324.598,134.6707],
[324.798,118.1108],
[325.131,134.6882],
[325.331,114.1755],
[325.531,136.64000000000001],
[325.798,117.1195],
[325.932,142.5159],
[326.199,117.3724],
[326.4,115.9752],
[326.8,126.9091],
[326.931,111.778],
[327.198,114.5745],
[327.398,301.58610000000004],
[327.533,115.169],
[327.733,309.3883],
[327.999,119.09],
[328.331,140.5489],
[328.4,117.1349],
[328.798,123.9517],
[328.865,134.6922],
[329.065,117.1273],
[329.465,117.1331],
[329.531,137.6161],
[329.799,115.1719],
[330.132,149.3142],
[330.266,116.146],
[330.598,113.2152],
[330.733,118.09360000000001],
[330.865,113.7618],
[331.265,118.4321],
[331.398,328.92379999999997],
[331.598,138.5889],
[331.798,115.1723],
[332.065,116.1417],
[332.331,131.7853],
[332.665,136.2737],
[332.799,120.6308],
[332.998,117.123],
[333.333,198.89870000000002],
[333.465,116.1488],
[333.665,113.21730000000001],
[333.998,121.9984],
[334.065,113.216],
[334.331,112.2394],
[334.665,121.9996],
[334.865,117.0099],
[335,112.02],
[335.199,124.504],
[335.533,116.1442],
[335.798,149.3416],
[335.865,119.0589],
[336.065,124.94139999999999],
[336.465,111.2629],
[336.6,137.14770000000001],
[336.732,110.28930000000001],
[337.131,115.1677],
[337.2,109.3108],
[337.4,115.8845],
[337.799,114.1919],
[337.931,132.717],
[338.131,111.26419999999999],
[338.466,149.32799999999997],
[338.532,113.2245],
[338.798,143.4764],
[338.998,118.09649999999999],
[339.265,123.9375],
[339.599,112.305],
[339.665,129.0777],
[339.932,112.24000000000001],
[340.132,109.311],
[340.398,135.663],
[340.733,142.518],
[340.798,117.10600000000001],
[340.998,109.49499999999999],
[341.4,116.1341],
[341.466,138.59079999999997],
[341.732,111.262],
[341.998,147.3895],
[342.265,111.2624],
[342.466,125.3505],
[342.6,111.26419999999999],
[342.998,120.0488],
[343.066,116.6504],
[343.466,118.7453],
[343.6,129.80700000000002],
[343.731,115.1661],
[344.065,123.9506],
[344.266,113.2052],
[344.532,121.02350000000001],
[344.732,367.95090000000005],
[344.865,124.9196],
[345.265,115.15119999999999],
[345.399,146.3996],
[345.531,116.1445],
[345.8,137.6139],
[346,123.6259],
[346.198,128.8269],
[346.6,112.2388],
[346.731,132.75400000000002],
[346.865,121.0054],
[347.132,124.94120000000001],
[347.398,115.16590000000001],
[347.732,126.88199999999999],
[347.798,341.32439999999997],
[347.998,119.7763],
[348.265,141.2029],
[348.533,116.1475],
[348.8,125.90299999999999],
[348.931,114.1919],
[349.131,110.2895],
[349.466,123.9507],
[349.732,111.25319999999999],
[349.866,117.6817],
[350.131,110.29129999999999],
[350.331,118.61489999999999],
[350.465,125.90409999999999],
[350.799,122.9743],
[351,114.2158],
[351.131,121.9867],
[351.532,110.2877],
[351.666,120.61410000000001],
[351.931,126.51219999999999],
[352.133,118.0954],
[352.265,129.4417],
[352.6,112.2358],
[352.866,111.2626],
[353.066,143.4814],
[353.2,114.1914],
[353.466,141.5183],
[353.798,146.3978],
[353.866,117.12010000000001],
[354.199,114.7102],
[354.333,129.80710000000002],
[354.665,118.0975],
[354.799,148.3495],
[354.999,119.07249999999999],
[355.265,110.2995],
[355.598,114.2117],
[355.798,140.5313],
[355.865,119.0682],
[356.131,145.407],
[356.332,126.8802],
[356.731,140.15189999999998],
[356.866,117.7569],
[356.998,133.1353],
[357.4,116.1291],
[357.465,145.4408],
[357.665,122.0002],
[357.932,113.2153],
[358.198,133.69559999999998],
[358.398,115.1692],
[358.598,117.1982],
[358.798,113.21390000000001],
[359.132,119.074],
[359.266,110.28739999999999],
[359.532,115.1917],
[359.866,110.2876],
[359.933,116.1446],
[360.332,109.8614],
[360.4,133.7123],
[360.733,144.45520000000002],
[360.865,113.2215],
[361.133,110.9191],
[361.266,127.85579999999999],
[361.665,116.1426],
[361.733,143.4841],
[361.999,112.2389],
[362.199,131.7601],
[362.465,147.3741],
[362.665,123.4851],
[362.865,147.3596],
[363.133,118.8215],
[363.465,125.43599999999999],
[363.598,121.02300000000001],
[363.732,139.5663],
[363.998,126.8792],
[364.265,134.6865],
[364.533,114.2108],
[364.733,125.92210000000001],
[365.065,114.1911],
[365.198,123.933],
[365.465,114.98800000000001],
[365.666,141.52890000000002],
[365.798,120.05499999999999],
[366.198,123.9732],
[366.398,315.2484],
[366.465,122.9755],
[366.8,113.21539999999999],
[367.065,145.4229],
[367.131,122.01339999999999],
[367.331,114.1951],
[367.665,128.83159999999998],
[367.932,149.3257],
[368.132,149.3251],
[368.266,119.0685],
[368.466,135.66400000000002],
[368.865,151.275],
[368.933,126.87989999999999],
[369.332,135.2573],
[369.399,119.0623],
[369.6,157.1318],
[369.931,121.9919],
[370.131,131.7586],
[370.265,116.1454],
[370.532,114.18879999999999],
[370.798,146.42260000000002],
[371.066,115.168],
[371.198,144.4663],
[371.398,119.855],
[371.798,113.9656],
[371.998,111.7705],
[372.266,128.8322],
[372.398,114.19200000000001],
[372.533,144.4473],
[372.933,117.1198],
[373.133,316.23220000000003],
[373.198,119.09169999999999],
[373.531,134.75719999999998],
[373.666,114.2096],
[373.866,142.77110000000002],
[374.265,145.4229],
[374.398,114.1906],
[374.665,143.47129999999999],
[374.933,111.26360000000001],
[374.998,124.9268],
[375.399,122.97489999999999],
[375.465,112.2384],
[375.865,120.0235],
[375.998,114.8122],
[376.265,113.8195],
[376.333,111.2671],
[376.732,141.53969999999998],
[376.866,116.1437],
[377.066,117.10940000000001],
[377.332,127.854],
[377.598,114.1914],
[377.798,118.5066],
[377.998,128.8369],
[378.332,113.2059],
[378.533,325.9839],
[378.598,157.11829999999998],
[378.865,113.21589999999999],
[379.199,123.9527],
[379.399,110.3118],
[379.531,125.90390000000001],
[379.8,115.1681],
[380.065,128.83059999999998],
[380.199,115.168],
[380.599,122.5175],
[380.666,114.19210000000001],
[380.998,126.89600000000002],
[381.066,137.6158],
[381.332,117.12060000000001],
[381.665,114.1922],
[381.931,133.0718],
[382.132,117.76780000000001],
[382.198,125.58179999999999],
[382.6,122.7275],
[382.731,112.2441],
[383,148.3524],
[383.131,120.04729999999999],
[383.466,125.9074],
[383.666,116.1349],
[383.932,112.24589999999999],
[384.198,111.8981],
[384.266,122.9937],
[384.466,146.4662],
[384.865,113.2169],
[385,142.477],
[385.131,112.26270000000001],
[385.532,113.2174],
[385.598,118.0963],
[385.866,121.02350000000001],
[386.198,112.7932],
[386.398,143.0574],
[386.466,109.3338],
[386.798,118.09519999999999],
[386.932,123.5054],
[387.266,113.2022],
[387.466,140.5663],
[387.798,118.0717],
[387.932,116.1684],
[388.198,136.6561],
[388.466,119.3608],
[388.532,359.6016],
[388.733,131.7593],
[389.065,138.20360000000002],
[389.198,116.63080000000001],
[389.465,145.42430000000002],
[389.665,115.1874],
[389.998,113.2145],
[390.133,123.9514],
[390.398,143.47099999999998],
[390.599,119.9028],
[390.799,112.8949],
[391.065,120.0487],
[391.198,111.5692],
[391.465,120.0451],
[391.731,113.7412],
[392.066,122.00110000000001],
[392.132,111.263],
[392.466,126.8842],
[392.598,114.19160000000001],
[392.798,112.86649999999999],
[393.131,120.05019999999999],
[393.265,327.9835],
[393.466,121.0794],
[393.798,121.9564],
[393.998,116.1678],
[394.198,144.4664],
[394.398,113.2158],
[394.733,144.44750000000002],
[394.865,114.2065],
[395.198,113.2168],
[395.333,124.9522],
[395.665,115.16980000000001],
[395.865,130.8041],
[395.999,118.0893],
[396.2,119.0719],
[396.531,113.2158],
[396.731,112.2384],
[396.866,131.37560000000002],
[397.065,116.1465],
[397.265,147.3946],
[397.533,115.68100000000001],
[397.933,121.0223],
[398.133,112.2387],
[398.333,133.70960000000002],
[398.533,121.0408],
[398.731,353.3231],
[398.865,130.7843],
[399.198,142.0811],
[399.398,117.16980000000001],
[399.733,117.6307],
[399.798,146.9151],
[400.132,116.15209999999999],
[400.398,312.3192],
[400.466,138.58980000000003],
[400.666,139.5803],
[400.932,115.1677],
[401.266,110.9083],
[401.4,127.8763],
[401.732,113.2364],
[401.798,321.1037],
[401.999,115.1806],
[402.331,116.148],
[402.6,148.35219999999998],
[402.798,113.21589999999999],
[402.932,132.26479999999998],
[403.333,112.23819999999999],
[403.531,120.3927],
[403.6,346.8216],
[403.798,117.1203],
[404.198,133.7123],
[404.265,124.9284],
[404.598,117.119],
[404.798,120.0628],
[404.933,380.641],
[405.2,127.8676],
[405.531,116.8023],
[405.733,121.02350000000001],
[405.931,117.17320000000001],
[406.265,329.8883],
[406.331,114.1909],
[406.531,131.7434],
[406.731,147.3767],
[406.998,122.0128],
[407.332,126.87870000000001],
[407.466,117.1266],
[407.733,145.4209],
[407.865,119.51920000000001],
[408.266,143.4714],
[408.332,126.8792],
[408.533,118.1085],
[408.865,143.4932],
[408.998,115.1675],
[409.333,119.0726],
[409.608,120.55499999999999],
[409.798,337.2208],
[409.933,123.9236],
[410.266,329.6379],
[410.332,115.8721],
[410.732,117.1196],
[410.932,327.934],
[410.998,115.14489999999999],
[411.265,124.9273],
[411.533,118.09830000000001],
[411.865,131.7635],
[411.931,119.0726],
[412.199,112.2383],
[412.531,122.9797],
[412.6,112.74820000000001],
[412.998,127.84409999999998],
[413.132,121.024],
[413.265,115.16890000000001],
[413.665,129.8231],
[413.865,140.5467],
[414,119.0939],
[414.333,115.1625],
[414.465,116.804],
[414.598,406.99150000000003],
[414.865,113.21509999999999],
[415.265,132.7356],
[415.399,117.1131],
[415.665,146.3989],
[415.731,123.9511],
[415.998,122.0095],
[416.332,120.0474],
[416.398,142.1679],
[416.665,121.7351],
[416.865,138.62859999999998],
[417.265,151.2792],
[417.333,115.1759],
[417.598,129.80849999999998],
[417.8,115.1677],
[418.065,138.5914],
[418.331,117.11710000000001],
[418.599,136.19310000000002],
[418.732,121.5927],
[419.065,124.9282],
[419.265,115.68100000000001],
[419.333,136.6414],
[419.731,119.0858],
[419.865,335.7448],
[420,125.9017],
[420.331,118.0964],
[420.598,127.85040000000001],
[420.865,112.9685],
[420.999,125.57360000000001],
[421.132,115.1672],
[421.466,126.87880000000001],
[421.598,118.1132],
[421.798,129.81980000000001],
[422.133,109.31580000000001],
[422.333,122.00139999999999],
[422.531,118.08109999999999],
[422.731,134.6879],
[423.065,116.13],
[423.332,113.2367],
[423.532,150.3042],
[423.598,116.1442],
[423.998,111.7813],
[424.266,121.0249],
[424.398,330.86339999999996],
[424.532,119.0715],
[424.798,141.4299],
[424.998,112.2274],
[425.331,135.6746],
[425.531,113.9834],
[425.733,124.9384],
[425.998,112.2373],
[426.266,126.87979999999999],
[426.333,117.1202],
[426.665,129.80829999999997],
[426.933,111.2622],
[427.133,115.9669],
[427.398,324.9017],
[427.465,116.7773],
[427.665,143.4762],
[427.999,121.0247],
[428.131,123.9339],
[428.4,112.2412],
[428.666,122.99680000000001],
[428.998,117.1216],
[429.198,425.673],
[429.266,116.2897],
[429.598,135.6633],
[429.733,115.5968],
[430.066,118.5891],
[430.133,110.8117],
[430.532,124.9432],
[430.732,114.1906],
[430.998,128.83149999999998],
[431.066,116.16210000000001],
[431.398,132.7357],
[431.598,115.6672],
[431.798,115.167],
[431.932,128.8519],
[432.198,112.71820000000001],
[432.598,133.2587],
[432.666,115.6913],
[432.998,127.8561],
[433.199,113.2156],
[433.331,122.0127],
[433.6,114.197],
[433.8,123.9613],
[434.132,145.8441],
[434.198,119.072],
[434.531,113.21589999999999],
[434.733,126.6117],
[434.998,110.8059],
[435.131,116.1574],
[435.398,117.1192],
[435.532,320.1268],
[435.798,114.1919],
[436.133,111.26350000000001],
[436.332,138.5912],
[436.465,113.0308],
[436.798,112.22980000000001],
[436.933,132.7265],
[437.265,114.70909999999999],
[437.331,333.332],
[437.598,116.1453],
[437.865,124.9275],
[438.065,113.1786],
[438.265,139.56660000000002],
[438.465,116.1427],
[438.731,124.65339999999999],
[439.066,141.3916],
[439.132,113.0853],
[439.531,118.1108],
[439.799,144.461],
[439.931,115.1691],
[440.132,130.77929999999998],
[440.265,139.58110000000002],
[440.532,114.1917],
[440.733,124.4585],
[441,113.22500000000001],
[441.331,118.0816],
[441.4,122.66539999999999],
[441.665,115.167],
[441.931,125.90299999999999],
[442.065,112.2396],
[442.466,119.0746],
[442.598,112.25200000000001],
[442.866,137.6276],
[443.133,122.6937],
[443.266,344.7558],
[443.466,129.4847],
[443.798,372.86150000000004],
[443.866,150.30360000000002],
[444.132,146.3996],
[444.333,117.10239999999999],
[444.598,139.5662],
[444.865,117.1192],
[445.065,130.7873],
[445.333,112.25739999999999],
[445.466,115.1901],
[445.865,124.9286],
[445.931,115.67330000000001],
[446.198,110.27149999999999],
[446.333,139.59079999999997],
[446.665,112.2599],
[446.799,120.05],
[447.065,129.8073],
[447.265,119.0771],
[447.598,129.8307],
[447.732,113.8317],
[448.065,130.7725],
[448.333,143.47039999999998],
[448.465,116.1427],
[448.665,137.6348],
[448.865,113.2355],
[449.2,109.3139],
[449.331,119.7062],
[449.665,113.94269999999999],
[449.8,119.07],
[450.131,112.8261],
[450.333,122.0029],
[450.398,112.2389],
[450.733,113.2119],
[450.933,133.7253],
[451.265,114.1723],
[451.465,125.43270000000001],
[451.733,113.1044],
[451.931,125.92049999999999],
[452.131,115.6763],
[452.266,337.733],
[452.465,116.14399999999999],
[452.798,115.1802],
[453.066,115.1524],
[453.266,464.6431],
[453.332,114.21149999999999],
[453.732,129.3733],
[453.798,121.5651],
[454.066,114.1914],
[454.266,112.2925],
[454.598,142.4948],
[454.665,120.0478],
[455.065,113.1969],
[455.2,142.4956],
[455.4,113.2102],
[455.732,116.1399],
[455.866,338.5971],
[456.065,118.1465],
[456.332,113.2161],
[456.665,109.1482],
[456.731,116.5445],
[457.131,116.14280000000001],
[457.2,142.4791],
[457.398,115.1786],
[457.732,120.105],
[457.932,115.1527],
[458.198,134.6893],
[458.265,117.1235],
[458.599,112.7851],
[458.732,120.6151],
[459.133,114.1913],
[459.333,134.6879],
[459.599,142.4917],
[459.799,116.1442],
[459.865,116.14389999999999],
[460.265,124.9257],
[460.466,333.089],
[460.532,119.6777],
[460.932,127.8555],
[461.132,116.1421],
[461.333,325.9835],
[461.465,121.9852],
[461.798,114.1884],
[461.998,146.4018],
[462.131,117.102],
[462.531,125.36890000000001],
[462.666,112.2396],
[462.933,139.5847],
[463.133,117.1182],
[463.333,128.8236],
[463.533,114.1906],
[463.665,149.3332],
[463.931,118.0963],
[464.331,112.2389],
[464.532,114.1919],
[464.666,382.3627],
[464.798,131.7764],
[465.132,138.6137],
[465.266,120.0711],
[465.6,167.8705],
[465.731,127.8562],
[465.932,145.4436],
[466.332,112.2395],
[466.532,116.1434],
[466.665,184.0374],
[466.865,122.975],
[467.131,139.2115],
[467.333,115.1645],
[467.532,143.47129999999999],
[467.732,119.0753],
[468.065,125.9034],
[468.198,113.2225],
[468.465,126.88369999999999],
[468.665,117.6456],
[468.865,148.40120000000002],
[469.199,120.0438],
[469.4,125.90809999999999],
[469.732,114.1942],
[469.865,133.6999],
[470.133,116.1455],
[470.398,341.59909999999996],
[470.465,122.9622],
[470.731,125.90299999999999],
[471,111.9238],
[471.265,139.5558],
[471.465,148.4155],
[471.598,119.9289],
[471.865,145.43030000000002],
[472,116.1619],
[472.331,142.4945],
[472.531,117.12939999999999],
[472.866,116.1431],
[472.932,443.10310000000004],
[473.133,121.9987],
[473.533,114.1892],
[473.598,146.07039999999998],
[473.8,115.1664],
[474.132,119.0689],
[474.466,110.28580000000001],
[474.598,114.1911],
[474.865,113.2165],
[474.933,117.1566],
[475.266,111.2503],
[475.533,114.18090000000001],
[475.665,133.3658],
[475.998,146.3839],
[476.065,118.07],
[476.398,144.4469],
[476.533,119.07230000000001],
[476.865,113.2025],
[477.065,120.5773],
[477.266,113.2291],
[477.598,137.0232],
[477.665,115.54820000000001],
[477.865,146.40030000000002],
[478.131,117.1196],
[478.466,113.21549999999999],
[478.532,146.40210000000002],
[478.932,156.1596],
[478.998,131.78019999999998],
[479.333,114.7659],
[479.533,117.1194],
[479.866,141.3269],
[480.065,112.7648],
[480.132,123.9609],
[480.4,112.19969999999999],
[480.731,138.61260000000001],
[480.866,109.31349999999999],
[481.198,132.7483],
[481.265,119.11],
[481.665,119.7379],
[481.733,341.47139999999996],
[481.932,120.88839999999999],
[482.265,129.808],
[482.399,117.13220000000001],
[482.6,130.7798],
[482.798,116.14330000000001],
[483.065,138.59179999999998],
[483.398,139.57],
[483.6,111.2634],
[483.799,262.5443],
[483.933,126.87950000000001],
[484.199,114.2248],
[484.531,135.6637],
[484.798,111.2725],
[484.866,117.1429],
[485.132,132.7344],
[485.332,114.1902],
[485.665,112.2488],
[485.733,122.97850000000001],
[485.998,115.178],
[486.265,122.61840000000001],
[486.398,114.5894],
[486.732,114.1481],
[486.865,122.97529999999999],
[487.198,109.3168],
[487.465,116.1602],
[487.665,329.8854],
[487.8,112.2152],
[488.131,131.7595],
[488.2,112.2353],
[488.465,111.2714],
[488.798,111.2682],
[489.065,141.5182],
[489.198,114.1918],
[489.532,341.61940000000004],
[489.599,124.9278],
[489.931,146.9972],
[490.132,114.1747],
[490.398,114.0379],
[490.666,140.0784],
[490.731,119.0716],
[490.931,111.285],
[491.331,140.5553],
[491.532,147.3742],
[491.732,110.2876],
[491.798,325.98179999999996],
[492.066,138.5923],
[492.398,112.2399],
[492.533,122.5754],
[492.866,111.2618],
[493.132,371.8393],
[493.332,440.1749],
[493.398,125.89500000000001],
[493.732,117.1199],
[493.933,130.78400000000002],
[494.133,120.5536],
[494.465,114.6548],
[494.598,344.1671],
[494.733,126.507],
[495.066,112.8668],
[495.331,147.91070000000002],
[495.4,117.6644],
[495.8,112.22699999999999],
[496.066,132.7365],
[496.198,122.98249999999999],
[496.465,117.0966],
[496.666,149.32770000000002],
[496.798,116.1423],
[497.066,115.85570000000001],
[497.398,144.0878],
[497.531,123.2132],
[497.866,149.32780000000002],
[497.932,124.9279],
[498.198,143.47119999999998],
[498.333,117.12010000000001],
[498.733,127.856],
[498.799,110.2873],
[499.198,114.2124],
[499.399,344.9178],
[499.465,115.5499],
[499.865,123.37729999999999],
[499.998,347.4538],
[500.133,119.07220000000001],
[500.532,121.6559],
[500.665,113.7898],
[500.933,126.8754],
[501.065,119.0677],
[501.399,153.232],
[501.599,114.1918],
[501.865,113.1949],
[501.931,151.29229999999998],
[502.2,115.1874],
[502.398,124.88000000000001],
[502.666,116.1436],
[502.933,148.35209999999998],
[503.265,124.9272],
[503.333,316.8393],
[503.531,146.0393],
[503.733,115.3689],
[504,110.286],
[504.4,126.87960000000001],
[504.531,111.2445],
[504.732,122.9755],
[505.065,140.517],
[505.198,116.1443],
[505.465,112.75240000000001],
[505.533,121.9997],
[505.865,113.8091],
[506.066,132.7365],
[506.266,114.9027],
[506.465,144.4759],
[506.665,147.3756],
[506.931,114.1922],
[507.2,114.1752],
[507.531,137.602],
[507.598,110.6814],
[507.999,125.5785],
[508.132,117.12830000000001],
[508.266,338.7384],
[508.465,121.9997],
[508.865,116.14389999999999],
[508.933,134.7098],
[509.131,114.1926],
[509.4,127.8571],
[509.666,114.1931],
[509.866,130.78310000000002],
[510.132,116.8886],
[510.465,122],
[510.531,114.19160000000001],
[510.8,139.58],
[511,117.1435],
[511.266,129.7698],
[511.398,118.0958],
[511.732,113.2164],
[511.998,124.94800000000001],
[512.132,346.1211],
[512.332,136.6386],
[512.666,120.0739],
[512.732,147.3766],
[513.065,119.0933],
[513.198,147.357],
[513.599,138.59179999999998],
[513.731,112.24090000000001],
[513.931,129.8074],
[514.131,109.9656],
[514.399,198.12879999999998],
[514.531,115.1759],
[514.931,126.8793],
[515.2,154.20680000000002],
[515.265,115.16590000000001],
[515.466,146.40040000000002],
[515.666,156.1672],
[515.932,129.7004],
[516.132,116.11789999999999],
[516.465,145.9495],
[516.665,115.1673],
[516.798,130.7838],
[517.131,149.316],
[517.4,119.0716],
[517.665,118.0939],
[517.731,149.32809999999998],
[518.065,118.0957],
[518.331,127.85270000000001],
[518.531,118.5871],
[518.798,136.6394],
[518.865,121.0236],
[519.133,114.1918],
[519.465,146.3839],
[519.531,121.9991],
[519.731,149.32770000000002],
[519.931,119.7804],
[520.265,130.779],
[520.6,121.8089],
[520.665,362.659],
[520.865,117.1189],
[521.065,136.62630000000001],
[521.465,115.16659999999999],
[521.6,144.4479],
[521.798,115.1679],
[522.133,116.6504],
[522.266,340.2458],
[522.465,114.2864],
[522.731,142.5125],
[522.866,117.14],
[523.198,143.03050000000002],
[523.4,145.42450000000002],
[523.665,114.2021],
[523.931,115.161],
[524.066,143.4718],
[524.265,118.1121],
[524.466,114.20479999999999],
[524.732,136.6402],
[525.065,117.0954],
[525.132,127.85440000000001],
[525.398,144.4376],
[525.598,119.0765],
[525.998,129.8183],
[526.198,119.05930000000001],
[526.265,140.5514],
[526.598,112.2396],
[526.732,129.80780000000001],
[526.932,118.09649999999999],
[527.332,153.23039999999997],
[527.399,127.8872],
[527.598,147.3769],
[527.865,121.99119999999999],
[528.131,130.7835],
[528.265,120.0358],
[528.6,140.5265],
[528.731,117.6296],
[528.999,142.4916],
[529.199,118.09559999999999],
[529.466,145.4057],
[529.665,119.0754],
[529.931,140.5358],
[530.066,113.82390000000001],
[530.332,133.712],
[530.598,114.1915],
[530.798,147.364],
[530.998,113.2142],
[531.199,145.4219],
[531.533,116.1447],
[531.8,121.98530000000001],
[532.065,350.412],
[532.131,121.0447],
[532.465,130.7837],
[532.732,119.07560000000001],
[532.932,355.2342],
[532.998,123.941],
[533.333,184.66289999999998],
[533.465,123.94850000000001],
[533.733,116.0981],
[534,142.47570000000002],
[534.131,119.0791],
[534.532,120.0476],
[534.666,341.5998],
[534.798,116.1441],
[535.198,116.1434],
[535.398,331.8285],
[535.465,152.2556],
[535.732,115.1575],
[536.066,120.022],
[536.332,114.19269999999999],
[536.531,116.7295],
[536.733,356.2388],
[536.865,123.9508],
[537.065,113.2168],
[537.399,147.3759],
[537.531,112.843],
[537.865,112.24080000000001],
[538.065,136.6276],
[538.199,140.5468],
[538.465,115.1681],
[538.731,132.7645],
[538.931,114.1765],
[539.066,130.7838],
[539.398,111.2659],
[539.533,123.9518],
[539.933,112.88199999999999],
[540.132,127.84899999999999],
[540.198,116.7906],
[540.533,139.5835],
[540.8,113.2157],
[541,361.3818],
[541.131,128.4462],
[541.332,116.1396],
[541.733,136.6909],
[541.798,117.1443],
[541.999,134.7387],
[542.333,124.2184],
[542.465,162.9676],
[542.731,125.90360000000001],
[542.931,117.1196],
[543.131,116.1436],
[543.398,144.4593],
[543.732,114.1918],
[543.798,142.4939],
[544.199,121.1501],
[544.331,139.7903],
[544.666,119.0669],
[544.798,360.2587],
[544.933,147.4881],
[545.265,122.9591],
[545.399,369.8862],
[545.6,137.5961],
[546,382.5903],
[546.065,113.216],
[546.4,115.184],
[546.6,217.64749999999998],
[546.8,119.0717],
[546.998,365.0244],
[547.198,137.6137],
[547.598,115.1616],
[547.798,140.377],
[547.866,119.0685],
[548.198,134.6958],
[548.333,117.117],
[548.733,122.9761],
[548.865,123.88419999999999],
[549.131,118.1087],
[549.331,331.827],
[549.466,113.2215],
[549.665,337.71849999999995],
[549.932,112.2164],
[550.132,145.8033],
[550.398,114.16900000000001],
[550.733,114.18209999999999],
[550.798,148.3535],
[551.065,118.0935],
[551.265,114.19210000000001],
[551.533,138.58950000000002],
[551.732,110.7945],
[551.999,144.44209999999998],
[552.331,116.1417],
[552.465,366.00120000000004],
[552.6,121.02369999999999],
[552.998,135.6685],
[553.198,115.168],
[553.465,121.0239],
[553.533,145.4238],
[553.731,115.1693],
[554.133,111.90559999999999],
[554.266,124.92739999999999],
[554.398,113.21470000000001],
[554.733,137.6149],
[554.865,114.1896],
[555.131,140.0845],
[555.332,150.33599999999998],
[555.598,118.0244],
[555.733,127.85379999999999],
[555.998,113.2049],
[556.331,118.0938],
[556.399,144.44760000000002],
[556.8,140.541],
[556.931,115.1679],
[557.132,128.8505],
[557.466,121.0277],
[557.598,143.45659999999998],
[557.798,116.6265],
[558.065,119.062],
[558.399,114.19269999999999],
[558.465,125.90199999999999],
[558.665,113.2167],
[559,122.0193],
[559.265,135.6657],
[559.4,118.09440000000001],
[559.666,117.11789999999999],
[559.865,141.53730000000002],
[559.998,116.1193],
[560.333,130.8891],
[560.465,114.1757],
[560.733,111.77919999999999],
[561.065,115.1678],
[561.131,142.48340000000002],
[561.465,116.14399999999999],
[561.6,123.9084],
[561.998,116.15820000000001],
[562.133,367.97],
[562.265,118.13940000000001],
[562.598,122.99300000000001],
[562.799,113.19930000000001],
[563.131,144.4469],
[563.198,121.02730000000001],
[563.398,128.8343],
[563.598,152.2187],
[563.866,117.1316],
[564.265,112.245],
[564.333,128.8497],
[564.532,113.2215],
[564.732,118.1164],
[565.066,116.1341],
[565.265,132.72310000000002],
[565.465,113.7222],
[565.732,118.0966],
[566.066,132.7365],
[566.265,116.1437],
[566.398,127.8783],
[566.598,131.7611],
[566.798,115.1713],
[567.065,126.88730000000001],
[567.198,115.1795],
[567.6,127.8531],
[567.799,115.1635],
[568.065,119.0711],
[568.131,145.4754],
[568.332,115.8356],
[568.6,141.2016],
[568.865,119.07639999999999],
[569.2,135.66500000000002],
[569.331,113.9596],
[569.465,115.1679],
[569.8,127.82959999999999],
[570,143.4733],
[570.2,114.2087],
[570.398,113.214],
[570.8,129.8065],
[570.931,113.21539999999999],
[571.131,134.7313],
[571.332,116.16600000000001],
[571.598,143.4803],
[571.798,144.4473],
[571.933,117.1077],
[572.198,121.0231],
[572.398,117.1229],
[572.733,126.86829999999999],
[572.865,119.1121],
[573.131,151.8485],
[573.333,120.04769999999999],
[573.598,134.7188],
[573.865,146.42520000000002],
[573.999,117.1239],
[574.399,115.1872],
[574.531,361.16130000000004],
[574.731,120.0521],
[575.066,118.0817],
[575.198,338.6733],
[575.333,126.8801],
[575.598,114.1875],
[575.932,143.6648],
[575.998,114.4217],
[576.265,126.8839],
[576.531,116.1438],
[576.732,408.9462],
[576.932,140.5271],
[577.198,112.2431],
[577.533,127.8377],
[577.665,136.64329999999998],
[577.799,116.1392],
[578.199,113.2161],
[578.4,257.6631],
[578.531,125.88830000000002],
[578.8,114.8533],
[578.931,127.87190000000001],
[579.265,143.4382],
[579.4,119.0716],
[579.665,116.2305],
[579.932,125.91450000000002],
[580.132,141.5044],
[580.265,111.2634],
[580.533,144.4479],
[580.865,116.157],
[581.065,355.007],
[581.199,115.1682],
[581.465,115.1906],
[581.799,136.6439],
[582,113.2317],
[582.265,119.0724],
[582.331,150.3427],
[582.532,110.2794],
[582.733,121.60719999999999],
[583.065,116.1675],
[583.331,145.4449],
[583.466,120.5417],
[583.665,129.8065],
[584.065,118.09949999999999],
[584.2,150.3026],
[584.399,119.0711],
[584.733,146.3877],
[584.799,123.2233],
[585.2,141.18259999999998],
[585.331,121.0449],
[585.465,125.4267],
[585.666,144.44770000000003],
[585.932,120.6841],
[586.198,143.4733],
[586.465,119.08],
[586.598,136.6473],
[586.799,154.20829999999998],
[587.065,117.1019],
[587.265,114.1915],
[587.465,114.2094],
[587.733,145.42440000000002],
[588.065,123.9516],
[588.132,145.42440000000002],
[588.465,116.1445],
[588.798,115.7483],
[588.931,114.1936],
[589.066,135.6711],
[589.266,114.179],
[589.666,111.264],
[589.798,123.94969999999999],
[590.133,144.4487],
[590.198,113.2146],
[590.399,135.6617],
[590.731,114.1918],
[591,119.58019999999999],
[591.066,354.7845],
[591.333,118.0892],
[591.598,121.20219999999999],
[591.732,109.3109],
[592.133,121.99980000000001],
[592.333,354.1927],
[592.465,137.6192],
[592.733,111.2644],
[592.866,121.9987],
[593.265,128.8299],
[593.333,116.1446],
[593.732,125.9034],
[593.798,111.2634],
[594.132,138.59],
[594.265,118.0949],
[594.598,139.5679],
[594.665,113.2169],
[594.933,139.1438],
[595.132,116.70179999999999],
[595.532,117.6054],
[595.665,112.2236],
[595.865,345.52500000000003],
[596.065,123.95249999999999],
[596.333,111.2652],
[596.598,124.928],
[596.798,117.13560000000001],
[596.999,359.1721],
[597.2,116.12740000000001],
[597.4,133.6946],
[597.6,117.1192],
[597.866,143.9802],
[598.198,113.2141],
[598.465,115.1681],
[598.599,148.3398],
[598.733,120.0378],
[599,129.8058],
[599.2,110.2887],
[599.4,121.022],
[599.798,114.19279999999999],
[599.998,186.4392],
[600.065,116.1422],
[600.4,127.85589999999999],
[600.665,110.2877],
[600.932,115.1687],
[601.133,145.42440000000002],
[601.198,319.15070000000003],
[601.532,117.6289],
[601.665,371.6525],
[601.865,128.0249],
[602.265,117.111],
[602.398,126.8777],
[602.666,125.6754],
[602.866,112.23740000000001],
[603.198,122.9755],
[603.398,365.9987],
[603.465,129.8082],
[603.666,119.0595],
[604.065,126.87979999999999],
[604.131,160.0652],
[604.398,116.73840000000001],
[604.665,114.1868],
[605,120.04679999999999],
[605.132,383.1317],
[605.266,119.597],
[605.465,130.7791],
[605.8,113.217],
[606,122.95540000000001],
[606.332,115.168],
[606.398,134.6737],
[606.598,112.2401],
[606.998,110.30330000000001],
[607.198,133.7111],
[607.465,115.1657],
[607.533,152.2553],
[607.733,118.0949],
[608.131,124.9105],
[608.331,124.92999999999999],
[608.4,134.6979],
[608.798,137.6164],
[608.865,122.9756],
[609.266,113.2895],
[609.332,119.5989],
[609.532,130.77020000000002],
[609.932,117.12740000000001],
[610.066,138.5968],
[610.398,117.1192],
[610.598,126.87989999999999],
[610.732,401.1574],
[610.865,115.1588],
[611.199,125.91579999999999],
[611.4,140.5438],
[611.6,114.15469999999999],
[611.8,113.2156],
[612,119.44879999999999],
[612.4,110.2669],
[612.465,131.7439],
[612.665,117.1205],
[612.933,115.1719],
[613.198,136.6405],
[613.531,118.6609],
[613.732,147.3815],
[613.799,120.0478],
[614.198,116.1281],
[614.398,116.137],
[614.6,128.8272],
[614.799,121.035],
[614.931,484.09499999999997],
[615.199,115.15129999999999],
[615.466,142.4954],
[615.6,116.1452],
[615.998,118.4179],
[616.265,360.1443],
[616.331,124.9268],
[616.599,114.19200000000001],
[616.932,127.8418],
[616.998,119.071],
[617.332,129.8091],
[617.398,121.99749999999999],
[617.798,116.1416],
[617.865,378.0069],
[618.133,116.44],
[618.331,120.0462],
[618.732,115.1692],
[618.798,132.7329],
[618.998,115.1818],
[619.399,121.643],
[619.598,140.5448],
[619.798,115.1654],
[619.933,357.2148],
[620.133,122.97470000000001],
[620.4,145.42510000000001],
[620.6,122.2414],
[620.866,129.8082],
[621.131,141.8924],
[621.266,115.1683],
[621.465,123.95150000000001],
[621.733,127.85489999999999],
[621.931,116.1554],
[622.132,132.7377],
[622.398,116.14240000000001],
[622.665,112.2397],
[622.931,116.1271],
[623.198,134.70190000000002],
[623.398,116.1425],
[623.599,151.3692],
[623.731,120.0465],
[624,119.06909999999999],
[624.331,131.8021],
[624.4,120.06450000000001],
[624.598,126.0855],
[624.865,116.67039999999999],
[625.265,117.14280000000001],
[625.465,151.281],
[625.665,118.0938],
[625.731,367.19210000000004],
[625.999,110.8072],
[626.333,408.9257],
[626.398,115.16990000000001],
[626.665,120.0462],
[626.933,114.6407],
[627.131,113.21480000000001],
[627.4,129.8087],
[627.732,128.8336],
[627.865,112.2388],
[628.132,121.5257],
[628.331,113.1475],
[628.531,124.96690000000001],
[628.866,117.1078],
[628.932,143.4289],
[629.132,116.14779999999999],
[629.466,111.3725],
[629.732,147.4203],
[629.933,116.1469],
[630.065,113.214],
[630.333,134.6839],
[630.665,142.68040000000002],
[630.8,114.2131],
[631,146.0035],
[631.198,121.9982],
[631.465,134.66649999999998],
[631.665,114.19369999999999],
[631.8,354.2955],
[632.065,112.384],
[632.332,111.1037],
[632.666,115.167],
[632.866,356.22540000000004],
[632.933,116.1445],
[633.333,139.078],
[633.533,155.1835],
[633.665,118.095],
[633.865,111.2624],
[634.131,155.1836],
[634.331,117.12490000000001],
[634.532,135.6763],
[634.932,144.44770000000003],
[634.998,122.0251],
[635.333,123.9508],
[635.398,112.2506],
[635.798,123.95190000000001],
[635.998,111.2624],
[636.266,124.9153],
[636.332,117.11149999999999],
[636.733,127.85440000000001],
[636.933,127.85569999999998],
[637.133,423.02689999999996],
[637.198,127.3047],
[637.532,119.1102],
[637.666,126.8925],
[638.065,114.189],
[638.265,120.0481],
[638.465,371.7651],
[638.599,120.03229999999999],
[638.798,116.1649],
[639.198,145.4225],
[639.333,120.5711],
[639.465,129.8051],
[639.798,115.1841],
[639.932,126.87979999999999],
[640.266,150.3038],
[640.398,122.0107],
[640.598,115.1683],
[640.933,114.591],
[641.133,140.5454],
[641.399,120.0389],
[641.533,148.35049999999998],
[641.733,121.999],
[641.931,149.3279],
[642.199,121.9986],
[642.465,126.85489999999999],
[642.799,114.5692],
[642.932,391.37539999999996],
[643.066,123.9512],
[643.398,117.1193],
[643.665,117.9962],
[643.933,122.55919999999999],
[643.999,434.5807],
[644.198,129.341],
[644.531,148.35119999999998],
[644.8,122.9769],
[644.998,400.1673],
[645.133,150.303],
[645.332,127.8554],
[645.532,147.37529999999998],
[645.798,124.9103],
[645.998,149.32899999999998],
[646.265,115.1675],
[646.466,126.88050000000001],
[646.733,116.7602],
[647.066,131.7598],
[647.266,118.0955],
[647.532,124.5749],
[647.732,392.36039999999997],
[647.798,121.995],
[648.132,147.3762],
[648.333,116.09609999999999],
[648.665,149.7833],
[648.733,123.4313],
[649.066,137.4577],
[649.132,119.4515],
[649.465,117.07560000000001],
[649.6,149.32819999999998],
[649.931,115.1678],
[650.198,129.808],
[650.398,386.4936],
[650.533,131.7619],
[650.732,120.03030000000001],
[650.998,130.7962],
[651.198,118.0776],
[651.598,118.0959],
[651.798,140.544],
[651.933,120.0327],
[652.065,139.5682],
[652.333,121.0289],
[652.665,129.7933],
[652.931,111.2805],
[653.131,121.02250000000001],
[653.265,437.55670000000003],
[653.466,118.4726],
[653.665,133.3774],
[653.998,120.0471],
[654.265,131.77630000000002],
[654.398,118.101],
[654.598,144.44989999999999],
[654.931,153.2718],
[655.065,117.6004],
[655.398,128.83149999999998],
[655.532,117.1188],
[655.798,127.8553],
[656.065,118.10249999999999],
[656.133,126.8885],
[656.465,139.5432],
[656.665,118.09100000000001],
[656.8,132.756],
[657.199,112.25160000000001],
[657.265,120.9967],
[657.598,118.7443],
[657.8,154.20780000000002],
[657.931,130.7824],
[658.266,351.3447],
[658.398,114.2011],
[658.598,119.0715],
[658.866,112.2397],
[659.132,130.8576],
[659.466,114.1922],
[659.598,124.7398],
[659.732,113.7267],
[660.065,113.2164],
[660.331,140.5423],
[660.531,112.2472],
[660.666,144.43220000000002],
[660.866,113.1978],
[661.198,135.6628],
[661.333,115.1877],
[661.665,114.19210000000001],
[661.933,123.9576],
[662.133,114.1939],
[662.265,127.66189999999999],
[662.465,116.131],
[662.733,123.9252],
[662.865,115.1412],
[663.131,116.14389999999999],
[663.4,141.5215],
[663.6,118.0742],
[663.865,129.3996],
[664.065,113.2055],
[664.331,110.2868],
[664.466,122.9754],
[664.8,128.83069999999998],
[665.066,114.1712],
[665.266,137.24179999999998],
[665.533,146.4073],
[665.598,119.05290000000001],
[665.865,113.23769999999999],
[666.132,119.07249999999999],
[666.398,112.2396],
[666.598,121.02340000000001],
[666.865,490.9011],
[666.932,132.7182],
[667.333,122],
[667.465,142.1588],
[667.599,130.8699],
[667.865,114.8151],
[668.065,130.321],
[668.332,148.3524],
[668.598,121.99980000000001],
[668.798,116.1606],
[668.998,139.5725],
[669.331,123.9517],
[669.532,379.4658],
[669.666,119.8448],
[669.932,113.1929],
[670.265,113.22309999999999],
[670.333,412.8367],
[670.598,129.8081],
[670.799,118.1082],
[671.131,134.6882],
[671.4,543.6314],
[671.465,139.5531],
[671.666,116.1427],
[671.866,121.0233],
[672.198,131.7589],
[672.4,111.77420000000001],
[672.598,121.0253],
[672.798,118.09509999999999],
[672.998,134.688],
[673.265,121.9958],
[673.531,129.7996],
[673.665,128.8327],
[674.065,113.2152],
[674.199,138.39409999999998],
[674.398,120.0707],
[674.598,139.57049999999998],
[674.798,118.117],
[675.065,118.10940000000001],
[675.333,136.6359],
[675.598,121.0239],
[675.865,142.67360000000002],
[675.998,120.0521],
[676.265,148.3925],
[676.398,119.101],
[676.665,129.7903],
[676.998,117.1089],
[677.065,152.2557],
[677.465,123.9517],
[677.666,366.5745],
[677.731,114.1906],
[678.065,128.6035],
[678.198,111.264],
[678.398,123.6641],
[678.731,134.096],
[678.865,112.21780000000001],
[679.198,132.7364],
[679.332,121.0248],
[679.598,142.5041],
[679.798,115.1681],
[680.065,111.2645],
[680.398,164.9427],
[680.466,123.9527],
[680.733,145.30499999999998],
[681.065,122.9767],
[681.265,368.94739999999996],
[681.333,121.995],
[681.665,149.32590000000002],
[681.8,118.09740000000001],
[682.065,129.35469999999998],
[682.333,115.1524],
[682.599,162.024],
[682.733,114.7693],
[683.065,133.7099],
[683.199,116.1447],
[683.532,121.02340000000001],
[683.598,123.9536],
[683.798,116.14439999999999],
[684.132,123.9137],
[684.265,127.8555],
[684.665,116.80699999999999],
[684.865,114.6331],
[684.932,120.0593],
[685.332,120.0471],
[685.532,127.85640000000001],
[685.665,137.6185],
[685.933,114.1915],
[686.198,117.117],
[686.399,149.3347],
[686.665,128.5311],
[686.798,382.20759999999996],
[686.998,122.975],
[687.198,115.1672],
[687.398,135.6621],
[687.733,117.1188],
[687.865,152.2548],
[688.265,128.8136],
[688.399,437.338],
[688.531,117.2388],
[688.865,400.9887],
[688.998,121.60749999999999],
[689.398,115.67620000000001],
[689.466,142.041],
[689.665,121.0227],
[689.931,116.1607],
[690.132,136.6144],
[690.332,118.11829999999999],
[690.732,119.07220000000001],
[690.932,143.2847],
[690.998,117.7453],
[691.333,111.9117],
[691.665,128.80530000000002],
[691.798,118.0955],
[692.065,120.0518],
[692.331,387.4463],
[692.399,121.02250000000001],
[692.665,117.1215],
[692.998,120.003],
[693.132,111.90020000000001],
[693.332,139.1934],
[693.598,109.8455],
[693.731,118.1164],
[693.933,113.0475],
[694.265,143.4605],
[694.533,115.1461],
[694.798,125.9263],
[695,114.213],
[695.065,144.4368],
[695.331,121.0247],
[695.533,134.87460000000002],
[695.731,146.3984],
[696.133,120.73599999999999],
[696.198,376.894],
[696.398,131.7656],
[696.665,116.1151],
[697.065,120.0488],
[697.131,128.83249999999998],
[697.331,116.16120000000001],
[697.598,114.69669999999999],
[697.8,146.04719999999998],
[698.131,117.1181],
[698.265,146.1148],
[698.465,117.1747],
[698.865,117.1198],
[699.065,142.4883],
[699.2,112.19659999999999],
[699.465,126.87899999999999],
[699.732,144.4479],
[699.866,117.07570000000001],
[699.998,110.40690000000001],
[700.333,120.07379999999999],
[700.533,113.19930000000001],
[700.865,141.5197],
[701.065,112.2429],
[701.133,141.5185],
[701.531,117.1347],
[701.665,115.1676],
[701.933,127.86729999999999],
[702.065,115.70400000000001],
[702.398,109.89989999999999],
[702.666,371.34000000000003],
[702.732,125.9037],
[703.132,141.23350000000002],
[703.198,122.51230000000001],
[703.398,112.2306],
[703.665,122.9756],
[703.865,111.2646],
[704.131,140.5238],
[704.331,114.19200000000001],
[704.532,126.87979999999999],
[704.866,121.0238],
[704.998,148.3515],
[705.198,115.7826],
[705.466,142.08],
[705.665,115.6522],
[705.933,135.6446],
[706.198,141.5323],
[706.333,113.2168],
[706.731,133.71030000000002],
[706.865,120.06060000000001],
[707,131.75500000000002],
[707.332,115.2055],
[707.466,123.64659999999999],
[707.798,113.2391],
[707.933,114.19210000000001],
[708.133,122.0005],
[708.531,131.7606],
[708.731,114.2084],
[708.866,123.9518],
[709.133,115.1923],
[709.398,113.7441],
[709.6,122.00030000000001],
[709.865,120.639],
[709.998,113.7233],
[710.266,117.1195],
[710.532,143.4338],
[710.598,119.07180000000001],
[710.998,116.1276],
[711.198,144.4522],
[711.465,149.9864],
[711.533,116.325],
[711.799,113.2289],
[711.931,133.28570000000002],
[712.331,146.0856],
[712.398,116.1226],
[712.733,118.0969],
[712.865,143.47119999999998],
[713.265,142.4959],
[713.4,116.1224],
[713.531,109.31620000000001],
[713.932,113.6413],
[714.132,119.0484],
[714.266,370.9812],
[714.465,143.16580000000002],
[714.666,113.21549999999999],
[714.865,119.07230000000001],
[715.199,113.1935],
[715.465,121.979],
[715.599,113.2153],
[715.931,128.83249999999998],
[716.131,113.8374],
[716.265,143.4553],
[716.531,115.1673],
[716.798,122.9921],
[716.998,114.19319999999999],
[717.133,114.184],
[717.398,119.07560000000001],
[717.731,113.2141],
[717.865,123.9513],
[718.2,114.745],
[718.398,116.14819999999999],
[718.599,152.2679],
[718.731,119.6786],
[719.065,114.1911],
[719.333,118.0794],
[719.398,148.3506],
[719.6,112.2402],
[719.931,120.0439],
[720.065,132.7389],
[720.333,113.1853],
[720.666,113.83279999999999],
[720.732,378.644],
[720.931,115.16319999999999],
[721.332,412.8229],
[721.398,117.1123],
[721.666,128.8051],
[721.998,113.2179],
[722.065,121.9994],
[722.333,122.97619999999999],
[722.533,109.991],
[722.931,118.07679999999999],
[723.131,371.85380000000004],
[723.2,144.43200000000002],
[723.466,115.1673],
[723.666,114.1923],
[724.066,120.0381],
[724.198,120.0604],
[724.465,399.5036],
[724.533,121.9974],
[724.8,114.9597],
[725.2,117.1004],
[725.265,128.83149999999998],
[725.465,117.1112],
[725.798,115.137],
[726.066,133.7517],
[726.132,118.117],
[726.332,125.46579999999999],
[726.665,117.12010000000001],
[726.931,133.7123],
[727.065,116.1442],
[727.265,114.1917],
[727.665,117.1202],
[727.865,133.6892],
[728.065,146.3999],
[728.132,115.161],
[728.465,139.544],
[728.665,113.82159999999999],
[728.866,113.1788],
[729.066,118.8304],
[729.265,113.21159999999999],
[729.665,115.16369999999999],
[729.865,133.7124],
[729.931,113.2041],
[730.265,120.05109999999999],
[730.598,116.1622],
[730.8,398.8309],
[730.866,118.0517],
[731.132,140.5546],
[731.465,122.9594],
[731.531,366.93199999999996],
[731.731,122.0163],
[732.132,117.0992],
[732.266,132.7354],
[732.466,113.2175],
[732.798,114.2176],
[732.865,123.92739999999999],
[733.266,117.7484],
[733.331,183.1563],
[733.665,115.1682],
[733.865,137.6226],
[734.065,116.16269999999999],
[734.398,144.4472],
[734.465,120.035],
[734.866,144.4512],
[734.998,117.11019999999999],
[735.265,122.7929],
[735.531,112.76350000000001],
[735.598,125.42320000000001],
[735.998,145.42340000000002],
[736.065,126.8737],
[736.331,115.1518],
[736.665,150.323],
[736.8,123.9524],
[737.132,158.9845],
[737.2,125.90360000000001],
[737.533,141.2659],
[737.598,117.1205],
[737.998,150.30599999999998],
[738.198,115.169],
[738.265,396.2559],
[738.533,142.4967],
[738.931,116.1416],
[739,393.4316],
[739.2,120.0474],
[739.6,140.0339],
[739.665,115.191],
[739.866,113.2158],
[740.266,147.3909],
[740.332,128.8324],
[740.732,114.1872],
[740.798,128.8116],
[740.998,150.3026],
[741.265,123.0017],
[741.598,123.5971],
[741.732,143.4723],
[741.866,115.1485],
[742.198,121.0337],
[742.533,113.2163],
[742.665,127.8455],
[742.798,119.0721],
[743.198,124.9749],
[743.398,154.1868],
[743.465,117.0996],
[743.865,111.7498],
[743.931,406.01559999999995],
[744.132,125.86410000000001],
[744.398,117.1182],
[744.732,118.0946],
[744.932,150.30360000000002],
[745.132,124.4255],
[745.399,118.0128],
[745.665,139.1539],
[745.733,122.56150000000001],
[745.932,148.3484],
[746.198,115.1691],
[746.398,120.68339999999999],
[746.733,113.2163],
[746.998,117.09909999999999],
[747.133,123.9351],
[747.398,142.75869999999998],
[747.598,119.5801],
[747.798,113.3087],
[748.066,116.63610000000001],
[748.265,125.86629999999998],
[748.531,140.5283],
[748.666,112.2399],
[748.998,117.1407],
[749.066,149.3322],
[749.398,115.1718],
[749.732,113.2108],
[749.932,116.7809],
[750.133,380.6485],
[750.198,122.004],
[750.6,115.1772],
[750.731,139.5574],
[750.931,114.2129],
[751.131,125.89970000000001],
[751.398,141.5186],
[751.732,113.2401],
[751.866,140.5227],
[752.131,113.0692],
[752.265,135.596],
[752.465,118.0769],
[752.799,134.6881],
[753.065,117.1114],
[753.331,137.6113],
[753.399,118.0678],
[753.731,132.2791],
[753.933,115.1709],
[754.131,145.4264],
[754.398,115.7669],
[754.598,377.7123],
[754.733,126.88060000000002],
[754.932,112.1964],
[755.265,150.304],
[755.399,115.1721],
[755.598,122.9591],
[755.931,118.6605],
[756.132,130.7721],
[756.333,139.38320000000002],
[756.598,115.1674],
[756.798,147.3982],
[756.998,118.09559999999999],
[757.198,126.8793],
[757.531,114.1926],
[757.8,117.1204],
[757.931,146.40040000000002],
[758.132,115.1677],
[758.4,144.44899999999998],
[758.6,118.5821],
[758.932,117.115],
[758.998,144.422],
[759.198,121.9734],
[759.598,127.84270000000001],
[759.665,114.18209999999999],
[759.998,116.1631],
[760.266,120.0536],
[760.465,143.8383],
[760.733,128.0381],
[760.799,429.0049],
[760.998,116.1458],
[761.265,407.9661],
[761.465,138.5748],
[761.799,114.1918],
[761.931,145.46200000000002],
[762.131,228.4366],
[762.399,120.05399999999999],
[762.732,118.68979999999999],
[762.933,377.5789],
[763.065,122.46700000000001],
[763.333,149.3286],
[763.598,114.1935],
[763.865,125.911],
[764.065,116.1591],
[764.265,120.0481],
[764.465,171.7755],
[764.666,128.83159999999998],
[765,138.5925],
[765.265,121.02019999999999],
[765.465,125.9038],
[765.666,519.2309],
[765.732,124.9279],
[765.998,121.0236],
[766.265,115.1681],
[766.599,147.9669],
[766.666,124.5196],
[766.933,147.3587],
[767.265,119.5812],
[767.333,150.3034],
[767.531,119.0874],
[767.799,145.4236],
[768.065,120.0476],
[768.398,148.37429999999998],
[768.466,151.2917],
[768.665,120.0482],
[768.931,117.1191],
[769.265,122.2747],
[769.466,174.7029],
[769.666,118.0985],
[769.933,114.1917],
[770.065,124.9285],
[770.265,140.52190000000002],
[770.465,119.07220000000001],
[770.799,151.4754],
[770.998,126.88810000000001],
[771.265,148.3532],
[771.465,151.2794],
[771.599,119.0758],
[771.999,131.7585],
[772.199,388.4483],
[772.265,122.01610000000001],
[772.665,420.07529999999997],
[772.731,117.63029999999999],
[772.999,122.8689],
[773.331,120.1529],
[773.531,148.3475],
[773.665,121.0039],
[773.998,116.1413],
[774.265,136.6394],
[774.398,147.377],
[774.533,116.1434],
[774.931,116.9689],
[775.131,120.0487],
[775.331,137.60490000000001],
[775.399,117.13560000000001],
[775.732,120.0475],
[776.066,124.9276],
[776.265,130.7828],
[776.465,428.464],
[776.533,121.9999],
[776.933,134.9051],
[777.066,145.1255],
[777.199,117.12],
[777.598,149.32809999999998],
[777.665,121.99980000000001],
[778.065,122.9769],
[778.265,116.1442],
[778.465,130.7835],
[778.731,120.0482],
[778.932,149.5021],
[779,116.6914],
[779.333,139.4429],
[779.465,121.0244],
[779.865,116.1431],
[779.933,129.8082],
[780.331,134.6875],
[780.531,119.07180000000001],
[780.599,389.9304],
[780.933,408.52139999999997],
[781.065,145.00070000000002],
[781.465,117.74560000000001],
[781.665,150.421],
[781.798,117.13610000000001],
[781.998,122.04289999999999],
[782.333,113.2288],
[782.598,115.1721],
[782.8,381.6856],
[782.865,116.6677],
[783.265,143.7979],
[783.333,122.97810000000001],
[783.532,151.3057],
[783.732,120.3729],
[784.132,120.03450000000001],
[784.198,129.80790000000002],
[784.532,143.46800000000002],
[784.665,119.066],
[784.865,118.0986],
[785.198,129.3409],
[785.398,116.7299],
[785.6,117.07520000000001],
[785.8,148.2688],
[786,122.0009],
[786.265,129.8286],
[786.465,119.0703],
[786.732,114.1716],
[787.065,126.89810000000001],
[787.133,121.02759999999999],
[787.465,151.2789],
[787.6,121.6724],
[788,133.2574],
[788.198,113.2209],
[788.399,117.1043],
[788.465,148.33360000000002],
[788.731,118.0929],
[789,114.1635],
[789.265,124.9168],
[789.533,135.1783],
[789.665,118.5848],
[790,115.05799999999999],
[790.2,132.5137],
[790.465,144.50099999999998],
[790.532,118.5637],
[790.798,125.88640000000001],
[791.065,116.1312],
[791.2,128.8335],
[791.531,120.0219],
[791.665,135.6784],
[791.932,119.0666],
[792.131,144.4599],
[792.331,129.8279],
[792.532,142.2087],
[792.732,116.6525],
[792.998,117.13669999999999],
[793.266,134.7048],
[793.465,119.09309999999999],
[793.732,114.1919],
[793.933,140.56109999999998],
[794.265,117.64479999999999],
[794.398,406.9925],
[794.533,127.85499999999999],
[794.933,138.573],
[795.065,112.2388],
[795.331,126.8794],
[795.6,148.3465],
[795.866,121.0316],
[795.931,408.96569999999997],
[796.132,125.90979999999999],
[796.532,129.547],
[796.665,432.10290000000003],
[796.865,146.9058],
[797.066,122.99029999999999],
[797.266,150.3304],
[797.598,117.1082],
[797.865,125.8999],
[797.998,127.8684],
[798.331,121.9838],
[798.465,440.33820000000003],
[798.598,118.7882],
[798.866,114.16940000000001],
[799.198,117.01989999999999],
[799.265,131.7289],
[799.665,117.1199],
[799.8,146.4007],
[800,186.3944],
[800.2,119.07249999999999],
[800.4,151.275],
[800.666,120.9643],
[800.932,134.84799999999998],
[801.132,121.80069999999999],
[801.465,121.03529999999999],
[801.598,468.5052],
[801.733,124.9281],
[801.998,128.8319],
[802.4,118.0959],
[802.599,120.3178],
[802.666,491.96139999999997],
[802.865,121.80000000000001],
[803.133,114.19120000000001],
[803.465,121.98],
[803.6,422.6112],
[803.798,115.1634],
[804.198,138.6164],
[804.265,116.1458],
[804.598,112.2413],
[804.798,120.0478],
[804.933,112.22200000000001],
[805.332,147.37339999999998],
[805.398,116.68299999999999],
[805.731,124.92830000000001],
[805.8,115.1668],
[806.2,113.214],
[806.265,124.9276],
[806.598,143.4716],
[806.733,120.048],
[806.932,139.5794],
[807.265,113.20270000000001],
[807.533,132.7157],
[807.598,118.6011],
[807.932,114.1917],
[808.132,140.5439],
[808.332,117.1202],
[808.666,116.1357],
[808.932,410.37210000000005],
[808.998,112.96050000000001],
[809.332,119.0716],
[809.532,376.66139999999996],
[809.666,112.0086],
[809.932,128.8304],
[810.132,119.02699999999999],
[810.398,145.42340000000002],
[810.598,114.19120000000001],
[810.799,119.08340000000001],
[811,119.0717],
[811.398,145.43359999999998],
[811.466,118.0771],
[811.798,123.6787],
[811.866,117.8385],
[812.265,124.92689999999999],
[812.465,117.1141],
[812.731,115.1672],
[812.931,122.95190000000001],
[813.065,378.68800000000005],
[813.331,117.0949],
[813.466,402.4677],
[813.731,137.3384],
[813.932,121.5295],
[814.333,133.73080000000002],
[814.398,119.503],
[814.598,128.8298],
[814.798,116.1481],
[815.066,112.23710000000001],
[815.398,114.19210000000001],
[815.665,133.712],
[815.798,141.5206],
[816,111.26419999999999],
[816.333,139.5726],
[816.465,116.03320000000001],
[816.665,139.5681],
[816.998,115.1918],
[817.066,139.5463],
[817.265,116.1442],
[817.665,119.0717],
[817.733,141.5195],
[818.131,121.64519999999999],
[818.332,391.88469999999995],
[818.398,119.0755],
[818.732,118.601],
[819,113.2152],
[819.131,120.1366],
[819.465,122.975],
[819.598,116.1436],
[819.932,122.0227],
[820.132,114.8549],
[820.331,397.4337],
[820.598,453.8454],
[820.665,120.6947],
[821.065,122.9752],
[821.265,114.1738],
[821.333,394.3188],
[821.599,120.0554],
[821.865,123.1284],
[821.998,114.1936],
[822.332,114.08709999999999],
[822.598,114.40599999999999],
[822.8,413.8288],
[822.931,123.9517],
[823.333,397.2311],
[823.398,122.9314],
[823.598,152.2556],
[823.798,121.0232],
[824.065,117.1435],
[824.398,125.90509999999999],
[824.465,146.4027],
[824.865,123.3224],
[824.932,153.53369999999998],
[825.331,127.8513],
[825.465,573.8778],
[825.598,124.9281],
[825.998,129.80780000000001],
[826.198,119.06],
[826.333,397.5262],
[826.531,116.1435],
[826.865,395.64110000000005],
[826.999,146.39559999999997],
[827.198,117.63329999999999],
[827.4,124.92699999999999],
[827.798,120.04769999999999],
[827.998,461.6519],
[828.065,123.95249999999999],
[828.465,124.9225],
[828.665,136.6398],
[828.8,156.1599],
[829.131,119.06899999999999],
[829.265,385.52360000000004],
[829.465,117.1196],
[829.732,121.98259999999999],
[830.065,113.2138],
[830.265,146.3994],
[830.333,122.0001],
[830.665,146.40130000000002],
[830.8,123.9575],
[830.999,129.4898],
[831.265,116.14389999999999],
[831.465,138.7669],
[831.798,120.0304],
[831.998,135.6611],
[832.198,117.1198],
[832.466,124.9236],
[832.598,116.1485],
[832.798,139.5824],
[833.065,114.1872],
[833.465,152.8968],
[833.531,128.1359],
[833.798,130.9745],
[833.932,114.83590000000001],
[834.266,127.85640000000001],
[834.533,119.073],
[834.598,395.27909999999997],
[834.866,112.2398],
[835.065,122.9756],
[835.333,110.7799],
[835.665,114.1901],
[835.731,135.6638],
[835.999,116.1438],
[836.265,115.1649],
[836.398,126.8803],
[836.731,137.6157],
[836.931,115.1868],
[837.131,137.59179999999998],
[837.4,121.0233],
[837.598,124.9281],
[837.798,116.1438],
[838.066,127.5778],
[838.198,118.675],
[838.465,121.02369999999999],
[838.665,115.168],
[839.066,127.8601],
[839.132,117.1181],
[839.332,111.2543],
[839.598,132.7357],
[839.798,115.0278],
[840.133,125.247],
[840.398,114.1872],
[840.465,396.2504],
[840.733,127.85430000000001],
[841,130.7842],
[841.2,112.24090000000001],
[841.4,121.9995],
[841.732,113.21549999999999],
[841.798,145.42430000000002],
[842.198,112.1192],
[842.266,120.0171],
[842.533,134.2362],
[842.866,113.21390000000001],
[843.132,142.49609999999998],
[843.332,142.4967],
[843.398,115.1672],
[843.598,149.3144],
[843.865,115.1571],
[844.133,124.92399999999999],
[844.466,116.1577],
[844.598,114.70139999999999],
[844.865,118.0969],
[844.999,111.2633],
[845.331,122.0001],
[845.4,113.2168],
[845.798,116.1441],
[845.932,390.6922],
[846.265,389.74370000000005],
[846.333,120.7332],
[846.598,112.01899999999999],
[846.865,144.3447],
[847,119.0724],
[847.265,122.9752],
[847.532,122.97619999999999],
[847.732,114.19319999999999],
[847.932,116.1438],
[848.132,147.3761],
[848.398,115.74180000000001],
[848.732,130.6294],
[848.798,118.7557],
[849.198,151.2843],
[849.265,118.0957],
[849.665,121.9999],
[849.865,113.2167],
[850.065,136.6384],
[850.131,121.0239],
[850.398,143.47199999999998],
[850.598,126.12789999999998],
[851,115.9328],
[851.133,406.6991],
[851.266,126.41420000000001],
[851.598,139.563],
[851.865,117.1202],
[852.131,406.0031],
[852.2,124.9284],
[852.532,141.52020000000002],
[852.732,119.0737],
[853,114.17710000000001],
[853.065,127.8648],
[853.399,115.7758],
[853.666,128.3656],
[853.931,119.07180000000001],
[854.065,149.33669999999998],
[854.2,121.01190000000001],
[854.531,130.2722],
[854.665,120.7754],
[854.998,139.5684],
[855.265,115.1675],
[855.331,126.88050000000001],
[855.665,115.1675],
[855.865,131.7513],
[856.198,146.3998],
[856.265,121.9834],
[856.532,115.1734],
[856.798,142.4966],
[856.998,116.6519],
[857.266,143.4685],
[857.332,118.0954],
[857.598,127.84909999999999],
[857.998,133.7113],
[858.065,485.0475],
[858.265,121.0426],
[858.598,121.0441],
[858.798,110.91579999999999],
[859.066,124.5843],
[859.331,114.1907],
[859.532,119.08109999999999],
[859.666,392.3406],
[859.865,121.0224],
[860.198,118.0835],
[860.398,132.7366],
[860.666,137.6843],
[860.798,113.2031],
[860.933,145.1826],
[861.198,120.02590000000001],
[861.398,112.2242],
[861.798,122.9752],
[861.998,113.2152],
[862.065,147.3555],
[862.333,118.0822],
[862.599,143.1648],
[862.733,116.1647],
[863.132,121.0186],
[863.265,397.7567],
[863.465,145.4242],
[863.665,114.1837],
[863.866,124.93419999999999],
[864.265,119.0591],
[864.398,129.8088],
[864.732,113.8185],
[864.865,389.8324],
[865,114.1793],
[865.4,422.3036],
[865.465,120.7073],
[865.799,143.4716],
[866,118.0785],
[866.265,124.9075],
[866.465,466.53270000000003],
[866.598,128.8513],
[866.866,117.14280000000001],
[867.133,138.1629],
[867.398,120.6621],
[867.465,411.8981],
[867.733,120.9185],
[867.998,134.6878],
[868.332,115.1677],
[868.466,129.8036],
[868.665,117.11],
[868.933,115.1683],
[869.065,144.46],
[869.265,116.0646],
[869.6,139.5903],
[869.865,119.0693],
[870.065,128.8475],
[870.2,117.10329999999999],
[870.598,155.2046],
[870.733,119.11670000000001],
[870.865,152.22],
[871.265,125.45799999999998],
[871.398,411.4586],
[871.532,120.0155],
[871.731,115.8395],
[872.132,122.0005],
[872.398,114.1903],
[872.465,120.07289999999999],
[872.798,115.1674],
[873.065,118.10900000000001],
[873.2,138.59189999999998],
[873.465,144.45669999999998],
[873.531,123.9986],
[873.933,116.13170000000001],
[874.065,139.5487],
[874.4,145.4017],
[874.465,114.2094],
[874.665,126.8978],
[874.932,114.14829999999999],
[875.132,122.9204],
[875.332,112.96000000000001],
[875.732,115.4921],
[875.998,409.491],
[876.066,114.2166],
[876.398,121.9759],
[876.466,114.1722],
[876.732,120.0655],
[876.998,119.06450000000001],
[877.198,126.8723],
[877.532,121.7414],
[877.6,147.35139999999998],
[877.866,147.1111],
[878.198,119.5908],
[878.331,408.4798],
[878.533,122.9633],
[878.933,142.4962],
[879.065,117.1198],
[879.331,115.1682],
[879.465,129.7956],
[879.8,120.0634],
[879.932,414.35339999999997],
[880.066,124.7472],
[880.399,132.7207],
[880.531,121.999],
[880.799,132.7236],
[880.998,119.0609],
[881.332,128.83149999999998],
[881.465,122.9722],
[881.666,135.35920000000002],
[881.866,123.012],
[882.266,119.4458],
[882.531,125.90419999999999],
[882.599,155.1718],
[882.866,124.9078],
[883.198,130.7846],
[883.398,459.7927],
[883.466,123.9489],
[883.865,116.15169999999999],
[884.065,120.8364],
[884.198,145.3972],
[884.466,120.0286],
[884.732,150.3202],
[884.998,121.032],
[885.199,156.137],
[885.333,127.86030000000001],
[885.465,117.1194],
[885.866,162.9411],
[886.131,164.74869999999999],
[886.2,129.4671],
[886.398,117.6125],
[886.798,145.41580000000002],
[886.865,121.9555],
[887.132,145.38660000000002],
[887.265,118.11149999999999],
[887.599,152.23999999999998],
[887.865,121.5918],
[887.998,133.2525],
[888.332,127.88199999999999],
[888.532,148.3624],
[888.666,126.85940000000001],
[888.866,118.092],
[889.198,123.95230000000001],
[889.465,118.06750000000001],
[889.598,431.8831],
[889.799,114.2072],
[890.131,139.154],
[890.265,115.1684],
[890.598,119.4419],
[890.732,438.7302],
[890.865,120.0439],
[891.2,118.0971],
[891.531,117.0933],
[891.731,142.4959],
[891.8,120.072],
[892.198,154.75320000000002],
[892.399,133.7007],
[892.6,429.3092],
[892.665,135.3615],
[893,123.9284],
[893.265,145.4283],
[893.398,122.9663],
[893.598,120.04339999999999],
[893.865,142.509],
[894.065,122.01259999999999],
[894.266,134.68720000000002],
[894.533,151.2707],
[894.865,121.8636],
[895.132,415.7688],
[895.198,118.0958],
[895.466,132.736],
[895.665,116.1357],
[895.865,126.88840000000002],
[896.198,115.1685],
[896.399,132.7311],
[896.599,141.37120000000002],
[896.733,120.0493],
[897.131,130.3146],
[897.265,120.0475],
[897.598,137.5945],
[897.665,118.09519999999999],
[897.865,121.9822],
[898.2,114.2351],
[898.331,114.2094],
[898.531,142.62150000000003],
[898.866,114.2003],
[898.998,112.2576],
[899.198,124.9044],
[899.533,116.1436],
[899.665,152.2559],
[899.931,121.0449] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>