VegetaTesting/Debian/2020-04-15_1-deb-plot-15-min-15-per-sec.html

4173 lines
391 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<head>
<title>[Debian] 15 requests per 1 second (15 minutes total)</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 1 second (15 minutes total)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,311.344],
[0.131,192.2722],
[0.4,119.0522],
[0.6,1339.0710000000001],
[0.732,116.16940000000001],
[0.932,123.95230000000001],
[1.332,124.9093],
[1.3980000000000001,151.2811],
[1.733,129.8279],
[1.865,141.4898],
[2.132,150.30360000000002],
[2.266,121.9995],
[2.598,150.3031],
[2.798,124.92830000000001],
[2.932,149.8494],
[3.332,124.93379999999999],
[3.466,121.047],
[3.733,147.3751],
[3.866,121.9987],
[4.065,153.344],
[4.398,121.7286],
[4.532,154.18789999999998],
[4.933,119.0731],
[4.998,151.2907],
[5.265,118.0953],
[5.465,117.7381],
[5.731,131.7448],
[6.065,139.57240000000002],
[6.132,122],
[6.466,150.2866],
[6.532,126.8928],
[6.866,120.0111],
[7.199,147.3762],
[7.398,122.0021],
[7.532,140.5668],
[7.665,118.0935],
[7.933,140.5484],
[8.266,153.23229999999998],
[8.332,123.95259999999999],
[8.666,128.83149999999998],
[8.998,117.1039],
[9.066,115.1678],
[9.398,159.8723],
[9.533,126.87590000000002],
[9.733,236.671],
[9.932,140.5639],
[10.332,154.20829999999998],
[10.532,121.0167],
[10.732,249.8359],
[10.865,125.88830000000002],
[11.198,121.0232],
[11.333,162.015],
[11.532,119.0493],
[11.865,117.1009],
[11.931000000000001,148.3553],
[12.199,119.0281],
[12.398,113.1868],
[12.798,155.1844],
[12.866,129.80610000000001],
[13.132,117.11449999999999],
[13.465,129.8082],
[13.532,234.2424],
[13.798,120.0474],
[14.132,135.6856],
[14.398,141.094],
[14.532,115.2111],
[14.665,153.2045],
[14.866,117.1409],
[15.265,232.2819],
[15.333,121.0058],
[15.733,137.6172],
[15.798,121.0244],
[16.199,122.9929],
[16.4,146.41660000000002],
[16.465,121.0267],
[16.666,152.261],
[16.998,118.1132],
[17.2,146.072],
[17.531,126.8842],
[17.731,158.107],
[17.8,122.9721],
[18.198,120.20840000000001],
[18.398,134.6977],
[18.599,135.6638],
[18.731,118.1219],
[18.931,140.5325],
[19.332,152.2771],
[19.398,121.9955],
[19.598,137.22400000000002],
[19.931,117.134],
[20.132,118.0959],
[20.466,231.3094],
[20.532,121.0242],
[20.798000000000002,153.233],
[20.933,120.36489999999999],
[21.332,147.6547],
[21.466,117.1304],
[21.8,124.9162],
[21.932,222.15779999999998],
[22.066,126.50970000000001],
[22.331,147.3933],
[22.531,123.9668],
[22.731,116.1455],
[23.066,118.0821],
[23.398,131.7807],
[23.466,116.7711],
[23.732,128.555],
[23.998,115.1676],
[24.199,134.6892],
[24.531,120.04289999999999],
[24.599,144.073],
[24.865,136.6445],
[25.065,116.1021],
[25.332,115.15060000000001],
[25.532,139.5917],
[25.666,146.3919],
[25.998,145.0178],
[26.131,119.0716],
[26.398,124.9278],
[26.598,115.1508],
[26.998,122.9763],
[27.132,244.9756],
[27.332,125.9047],
[27.665,219.60160000000002],
[27.733,141.5215],
[27.999,119.0745],
[28.2,146.9076],
[28.465,121.0243],
[28.598,141.3587],
[28.933,155.0369],
[29.065,127.85979999999999],
[29.398,134.68869999999998],
[29.598,115.1674],
[29.733,237.171],
[29.998,125.9045],
[30.265,119.0743],
[30.4,152.2575],
[30.665,118.096],
[30.866,136.64100000000002],
[31.266,115.1682],
[31.4,139.56730000000002],
[31.666,159.84799999999998],
[31.8,127.87509999999999],
[32,151.3001],
[32.265,116.1407],
[32.466,151.26590000000002],
[32.798,125.9045],
[32.932,159.089],
[33.133,121.0363],
[33.465,117.12060000000001],
[33.733,144.4449],
[33.931,118.0815],
[34.131,115.14359999999999],
[34.4,144.4483],
[34.466,118.0916],
[34.666,159.0876],
[34.933,121.9991],
[35.266,143.0833],
[35.465,115.1716],
[35.665,123.95249999999999],
[35.8,138.5981],
[36.065,117.09609999999999],
[36.332,143.4512],
[36.598,114.2161],
[36.798,140.5556],
[36.933,126.8648],
[37.198,117.1242],
[37.399,152.2561],
[37.598,127.85060000000001],
[38,119.0842],
[38.066,145.40970000000002],
[38.466,148.3691],
[38.531,121.03800000000001],
[38.932,130.77540000000002],
[39.132,120.6554],
[39.198,139.1787],
[39.598,120.7401],
[39.731,153.23239999999998],
[40,123.9517],
[40.065,141.9841],
[40.398,120.048],
[40.665,284.1053],
[40.798,125.98039999999999],
[41.065,245.9316],
[41.2,152.2434],
[41.531,139.54059999999998],
[41.665,122.0144],
[42.066,120.04769999999999],
[42.266,147.40220000000002],
[42.398,124.9526],
[42.732,123.9562],
[42.865,231.9796],
[42.999,122.017],
[43.331,147.3708],
[43.598,120.06840000000001],
[43.866,117.12400000000001],
[44.066,238.1354],
[44.132,124.9285],
[44.465,117.1199],
[44.733,150.2706],
[44.798,128.8499],
[45.133,118.072],
[45.265,129.808],
[45.465,156.8014],
[45.732,123.91420000000001],
[46.066,119.9217],
[46.265,248.86849999999998],
[46.398,147.3732],
[46.598,118.0785],
[46.933,120.05019999999999],
[47.065,217.6458],
[47.265,123.95150000000001],
[47.665,149.9898],
[47.933,149.7704],
[47.998,118.8819],
[48.265,149.9374],
[48.533,120.0407],
[48.799,117.119],
[48.865,145.46110000000002],
[49.2,121.02720000000001],
[49.331,139.59079999999997],
[49.598,117.1199],
[49.865,129.4186],
[49.998,247.5967],
[50.2,126.88940000000001],
[50.465,115.8507],
[50.799,137.6153],
[50.931,123.9521],
[51.131,137.6153],
[51.466,146.3998],
[51.598,121.999],
[51.798,144.43710000000002],
[52.065,120.06410000000001],
[52.266,142.79629999999997],
[52.533,116.14320000000001],
[52.865,116.9838],
[52.931,291.54409999999996],
[53.198,117.1075],
[53.398,262.5437],
[53.6,150.29909999999998],
[53.799,123.95639999999999],
[54.065,120.54950000000001],
[54.332,140.5437],
[54.533,125.44430000000001],
[54.865,121.0281],
[54.932,147.376],
[55.332,118.7779],
[55.532,128.8186],
[55.732,120.04729999999999],
[55.866,140.5448],
[56.265,154.20780000000002],
[56.399,123.9568],
[56.532,153.2432],
[56.798,120.06569999999999],
[57.065,144.445],
[57.331,117.11789999999999],
[57.6,118.0977],
[57.732,142.4984],
[57.866,124.9275],
[58.198,117.1204],
[58.466,118.7021],
[58.665,147.3777],
[58.866,122.9952],
[59.132,138.8302],
[59.265,117.733],
[59.466,116.1522],
[59.665,140.539],
[60.065,121.0238],
[60.265,134.68359999999998],
[60.399,146.4016],
[60.599,120.048],
[60.866,141.52429999999998],
[61,122.0035],
[61.266,117.11789999999999],
[61.466,124.9448],
[61.798,119.0748],
[61.932,146.3997],
[62.265,150.8035],
[62.533,124.9178],
[62.599,149.13060000000002],
[62.798,125.90419999999999],
[63.066,136.3081],
[63.465,140.54340000000002],
[63.532,116.1391],
[63.732,140.53969999999998],
[63.932,121.0083],
[64.333,118.07679999999999],
[64.398,135.6584],
[64.598,138.5913],
[64.865,119.06840000000001],
[65.066,123.654],
[65.398,114.92670000000001],
[65.666,119.07379999999999],
[65.866,128.8318],
[66.065,135.6473],
[66.199,113.2152],
[66.533,286.94370000000004],
[66.733,115.1453],
[67.065,142.3459],
[67.131,117.9567],
[67.399,122.0005],
[67.531,268.36650000000003],
[67.8,115.1644],
[68.132,151.2794],
[68.266,115.80260000000001],
[68.531,122.9847],
[68.732,143.44799999999998],
[69.065,148.3317],
[69.198,119.0273],
[69.466,148.3748],
[69.598,122.9932],
[69.932,157.1613],
[69.998,123.9537],
[70.265,148.35129999999998],
[70.665,118.09519999999999],
[70.731,241.6671],
[70.933,116.32860000000001],
[71.265,116.1445],
[71.399,140.0775],
[71.798,119.08489999999999],
[71.933,145.43130000000002],
[72.065,121.01950000000001],
[72.4,115.1723],
[72.531,143.4714],
[72.731,121.99680000000001],
[73.066,115.168],
[73.198,134.6903],
[73.531,141.51649999999998],
[73.731,120.0639],
[73.931,149.3263],
[74.066,154.2053],
[74.332,124.92830000000001],
[74.665,115.1692],
[74.933,277.1846],
[74.998,152.256],
[75.198,120.0446],
[75.598,142.4963],
[75.665,120.0526],
[75.931,142.4936],
[76.265,118.096],
[76.331,135.668],
[76.732,117.81450000000001],
[76.798,155.55089999999998],
[77.131,120.6931],
[77.332,145.9793],
[77.598,120.0536],
[77.733,256.7409],
[77.933,139.5672],
[78.265,150.3042],
[78.331,122.0348],
[78.666,153.23020000000002],
[78.8,123.95150000000001],
[79.132,136.20860000000002],
[79.265,121.0435],
[79.466,124.9439],
[79.8,114.183],
[79.931,138.5953],
[80.198,120.0433],
[80.398,157.1568],
[80.598,122.0076],
[80.998,144.4549],
[81.065,119.0676],
[81.265,144.4471],
[81.598,149.32989999999998],
[81.731,124.9324],
[82.131,133.7111],
[82.331,243.0503],
[82.398,125.89970000000001],
[82.731,126.87399999999998],
[82.998,310.3703],
[83.065,139.6116],
[83.333,119.0567],
[83.665,118.09609999999999],
[83.8,147.377],
[84.065,119.0748],
[84.2,148.3756],
[84.466,153.27370000000002],
[84.665,131.76080000000002],
[84.866,118.1003],
[85.132,151.88150000000002],
[85.398,119.0957],
[85.532,148.988],
[85.8,116.8153],
[85.998,152.2549],
[86.333,115.14489999999999],
[86.465,127.8656],
[86.866,154.20819999999998],
[86.931,123.00529999999999],
[87.265,144.4857],
[87.533,119.0715],
[87.733,311.99379999999996],
[87.8,116.14320000000001],
[88.198,115.1724],
[88.332,143.5001],
[88.666,145.4039],
[88.865,119.07560000000001],
[88.933,148.35219999999998],
[89.199,116.1436],
[89.533,147.3762],
[89.731,167.09779999999998],
[89.998,126.88360000000002],
[90.066,148.3497],
[90.265,120.987],
[90.598,152.23590000000002],
[90.798,117.104],
[91.133,126.8802],
[91.198,247.9031],
[91.398,123.9014],
[91.665,235.226],
[91.865,117.0937],
[92.131,148.3287],
[92.465,124.9688],
[92.532,258.6133],
[92.732,116.14099999999999],
[92.998,117.13669999999999],
[93.198,130.78470000000002],
[93.465,136.64329999999998],
[93.732,115.168],
[93.932,136.6402],
[94.132,117.1166],
[94.465,147.3506],
[94.533,120.05250000000001],
[94.865,118.083],
[95.2,118.61489999999999],
[95.332,269.6565],
[95.465,140.8244],
[95.865,119.0432],
[96,140.54330000000002],
[96.131,118.0735],
[96.532,142.49210000000002],
[96.598,116.13980000000001],
[96.866,115.1681],
[97.132,130.759],
[97.265,136.6402],
[97.665,118.09219999999999],
[97.733,145.4186],
[97.999,120.0601],
[98.265,126.881],
[98.531,118.07910000000001],
[98.665,145.4248],
[98.865,129.8077],
[99.131,149.327],
[99.465,119.03469999999999],
[99.598,150.30440000000002],
[99.731,119.06830000000001],
[100.131,148.3277],
[100.2,119.0901],
[100.598,337.67150000000004],
[100.665,131.75990000000002],
[100.865,120.0605],
[101.132,147.37539999999998],
[101.333,113.91550000000001],
[101.733,116.14389999999999],
[101.865,255.70739999999998],
[101.999,133.7044],
[102.265,295.685],
[102.465,146.3999],
[102.665,118.1019],
[102.865,138.61860000000001],
[103.198,115.16329999999999],
[103.398,148.3526],
[103.598,120.9877],
[103.798,144.4483],
[104.132,121.00909999999999],
[104.265,143.4708],
[104.465,120.0478],
[104.733,116.6739],
[104.998,146.9926],
[105.2,145.4232],
[105.465,118.0765],
[105.665,145.42430000000002],
[105.865,149.3478],
[106.065,119.0562],
[106.266,139.5646],
[106.533,119.0951],
[106.798,115.08],
[106.932,134.68740000000003],
[107.198,147.8915],
[107.4,120.0351],
[107.731,113.21390000000001],
[107.933,117.90140000000001],
[108.198,160.0487],
[108.333,134.7056],
[108.598,151.2791],
[108.733,120.0472],
[108.999,124.9213],
[109.331,116.14710000000001],
[109.6,247.8995],
[109.665,125.90350000000001],
[109.932,120.0508],
[110.266,147.38809999999998],
[110.332,122.0012],
[110.533,141.5086],
[110.798,121.9951],
[111.132,118.0988],
[111.198,140.2481],
[111.465,121.9943],
[111.731,154.20839999999998],
[111.866,129.8087],
[112.2,121.9999],
[112.532,267.4279],
[112.598,144.47],
[112.798,147.3593],
[113.198,119.7169],
[113.332,152.254],
[113.532,115.1683],
[113.865,146.7676],
[113.932,121.9981],
[114.265,117.11630000000001],
[114.4,149.32799999999997],
[114.732,145.422],
[114.866,118.0964],
[115.132,122.9754],
[115.398,151.781],
[115.465,189.9777],
[115.798,201.0555],
[115.933,120.71329999999999],
[116.266,127.81799999999998],
[116.466,116.14330000000001],
[116.598,128.83059999999998],
[116.933,116.1676],
[117.133,119.0699],
[117.465,121.5381],
[117.532,241.0882],
[117.732,125.6718],
[117.998,292.0811],
[118.332,270.3794],
[118.466,117.1318],
[118.665,148.3511],
[118.933,122.0001],
[119.265,121.012],
[119.399,158.11249999999998],
[119.599,133.7114],
[119.8,149.9038],
[120.065,121.01989999999999],
[120.333,150.9482],
[120.6,120.0439],
[120.665,149.87230000000002],
[120.998,120.0476],
[121.131,118.0528],
[121.331,147.362],
[121.665,113.2167],
[121.932,137.54549999999998],
[122.132,118.6147],
[122.4,131.43460000000002],
[122.665,259.6157],
[122.731,124.9322],
[123,145.4001],
[123.131,121.9984],
[123.532,144.4597],
[123.732,116.1411],
[123.998,118.0964],
[124.198,153.2491],
[124.266,162.0136],
[124.533,119.0882],
[124.733,126.8809],
[124.998,116.1499],
[125.265,130.7837],
[125.465,122.9739],
[125.731,286.83140000000003],
[125.866,128.6072],
[126.265,316.54949999999997],
[126.332,126.4083],
[126.665,152.229],
[126.933,121.9997],
[127.131,327.9202],
[127.199,146.3979],
[127.6,154.1868],
[127.665,120.03],
[127.932,147.3762],
[128.266,126.26960000000001],
[128.465,290.45029999999997],
[128.532,127.85940000000001],
[128.798,126.5906],
[129.133,147.3595],
[129.198,129.81599999999997],
[129.599,124.9298],
[129.665,278.1788],
[130,129.8034],
[130.2,153.2463],
[130.331,120.6107],
[130.598,156.99630000000002],
[130.865,125.57189999999999],
[130.998,140.16049999999998],
[131.4,149.3273],
[131.532,118.09649999999999],
[131.866,116.12790000000001],
[131.998,135.6637],
[132.198,120.0597],
[132.532,141.52020000000002],
[132.665,127.84029999999998],
[132.933,139.1954],
[133.198,120.66],
[133.466,244.0058],
[133.531,123.959],
[133.865,137.6163],
[133.998,116.1435],
[134.198,131.7602],
[134.465,142.4953],
[134.732,116.1443],
[134.865,129.8322],
[135.065,117.0962],
[135.332,131.3984],
[135.532,136.6326],
[135.8,115.1463],
[136.065,135.6463],
[136.266,115.1524],
[136.465,139.5642],
[136.732,120.04570000000001],
[136.866,142.4926],
[137.198,116.1511],
[137.398,124.2379],
[137.732,122.9336],
[137.932,115.1722],
[138.133,118.0527],
[138.398,248.88469999999998],
[138.465,119.07570000000001],
[138.665,132.7583],
[138.931,148.3628],
[139.198,121.0243],
[139.465,117.23780000000001],
[139.665,133.687],
[139.866,245.9282],
[140.066,123.0009],
[140.398,141.5214],
[140.466,122.9982],
[140.798,113.2165],
[140.933,127.85499999999999],
[141.332,126.95270000000001],
[141.466,117.1418],
[141.731,145.42579999999998],
[141.799,116.1434],
[142.2,115.1795],
[142.466,129.8073],
[142.665,131.7607],
[142.866,260.6148],
[142.933,141.5446],
[143.332,117.7481],
[143.532,271.1016],
[143.665,127.83439999999999],
[143.865,115.1674],
[144.132,138.5892],
[144.466,118.09559999999999],
[144.532,252.8221],
[144.732,125.9187],
[144.998,119.0732],
[145.398,140.4745],
[145.465,120.7247],
[145.798,143.4473],
[145.932,113.2247],
[146.132,134.701],
[146.332,115.18050000000001],
[146.598,143.4495],
[146.798,120.0455],
[147.198,149.32829999999998],
[147.265,118.0957],
[147.598,128.8164],
[147.799,122.5073],
[148.065,143.44809999999998],
[148.131,117.0992],
[148.331,143.4702],
[148.732,150.3244],
[148.798,124.932],
[149.198,114.2351],
[149.4,146.421],
[149.465,117.1353],
[149.731,160.5656],
[150.066,119.0626],
[150.133,129.8092],
[150.466,118.0957],
[150.598,254.73770000000002],
[150.865,116.1443],
[151.133,153.8021],
[151.332,115.1679],
[151.532,150.30180000000001],
[151.732,126.4678],
[151.932,150.3425],
[152.265,128.8399],
[152.531,119.07130000000001],
[152.665,148.3518],
[152.865,115.1677],
[153.132,133.71189999999999],
[153.332,121.0385],
[153.599,145.0301],
[153.732,118.44680000000001],
[153.999,149.3249],
[154.265,157.1552],
[154.465,117.13250000000001],
[154.665,134.6878],
[154.999,117.12110000000001],
[155.266,148.35750000000002],
[155.331,127.85560000000001],
[155.732,116.14720000000001],
[155.799,351.92420000000004],
[155.999,119.6358],
[156.398,117.7554],
[156.531,142.5051],
[156.666,122.01230000000001],
[156.932,116.1619],
[157.266,153.2319],
[157.333,127.85640000000001],
[157.732,153.2297],
[157.799,128.8324],
[158.198,121.02799999999999],
[158.398,124.684],
[158.598,146.6374],
[158.732,121.0221],
[158.932,136.6396],
[159.198,115.1596],
[159.533,146.415],
[159.598,119.07629999999999],
[160,121.0244],
[160.2,285.703],
[160.265,125.91569999999999],
[160.6,151.6142],
[160.798,122.67569999999999],
[160.932,148.32829999999998],
[161.265,148.315],
[161.532,118.0839],
[161.732,118.1042],
[161.998,148.3694],
[162.065,117.09179999999999],
[162.399,143.14170000000001],
[162.598,120.02359999999999],
[162.798,140.80409999999998],
[163.133,118.07629999999999],
[163.266,311.3598],
[163.466,119.08789999999999],
[163.798,117.111],
[163.933,242.0428],
[164.133,125.8762],
[164.399,147.3762],
[164.599,126.7519],
[164.865,143.14509999999999],
[164.999,124.2365],
[165.331,118.0963],
[165.465,140.5481],
[165.798,147.3839],
[165.933,117.127],
[166.332,117.58680000000001],
[166.398,269.4446],
[166.6,124.5289],
[166.865,116.148],
[167.132,150.5497],
[167.331,119.5821],
[167.665,137.6159],
[167.799,123.9517],
[168.131,143.4473],
[168.265,120.0224],
[168.465,142.4967],
[168.731,148.1238],
[168.998,123.9282],
[169.065,147.376],
[169.398,149.9942],
[169.532,121.54719999999999],
[169.799,156.18370000000002],
[170,135.6591],
[170.332,129.79319999999998],
[170.465,152.2557],
[170.666,125.8995],
[170.933,169.8402],
[171.132,121.0083],
[171.331,141.5206],
[171.598,147.37529999999998],
[171.799,119.0737],
[172.131,151.28040000000001],
[172.4,119.0719],
[172.532,169.0326],
[172.733,128.36239999999998],
[172.999,159.08859999999999],
[173.131,125.90390000000001],
[173.332,143.4717],
[173.599,121.0247],
[173.865,121.5335],
[174.132,147.8816],
[174.398,121.9793],
[174.466,146.39669999999998],
[174.666,125.9037],
[175.065,119.07249999999999],
[175.133,152.2776],
[175.533,124.7917],
[175.733,152.2584],
[175.798,124.9286],
[176.066,155.7937],
[176.333,124.92530000000001],
[176.465,151.2963],
[176.733,122.97959999999999],
[176.933,147.3755],
[177.331,122.0185],
[177.465,142.4818],
[177.6,122.5042],
[177.999,118.0762],
[178.132,134.7178],
[178.265,150.93699999999998],
[178.531,121.9914],
[178.731,146.40030000000002],
[179.131,143.4878],
[179.265,117.1034],
[179.598,120.0487],
[179.666,152.23680000000002],
[179.866,122.74069999999999],
[180.066,162.99269999999999],
[180.332,118.7243],
[180.732,126.88050000000001],
[180.932,116.1643],
[181.132,150.2782],
[181.198,119.0963],
[181.533,116.14439999999999],
[181.733,148.3637],
[181.933,117.1223],
[182.133,157.22549999999998],
[182.331,119.0554],
[182.665,145.9372],
[182.798,119.0712],
[183.198,276.20689999999996],
[183.265,123.94959999999999],
[183.533,151.2803],
[183.865,116.1357],
[183.931,155.5374],
[184.331,333.8496],
[184.398,121.0233],
[184.665,147.4134],
[184.798,118.8092],
[185.132,160.7034],
[185.332,124.9122],
[185.532,153.2362],
[185.866,125.88669999999999],
[186.066,149.3322],
[186.333,121.9997],
[186.398,153.302],
[186.598,126.58800000000001],
[186.865,147.4154],
[187.133,118.68130000000001],
[187.466,151.3038],
[187.532,121.9948],
[187.865,147.37539999999998],
[188.132,124.93260000000001],
[188.333,325.5486],
[188.399,130.7833],
[188.798,174.7041],
[189,128.83259999999999],
[189.066,321.0233],
[189.331,133.4137],
[189.733,121.0189],
[189.931,150.304],
[190.131,132.7233],
[190.331,121.05019999999999],
[190.531,152.2714],
[190.666,127.85189999999999],
[191.065,124.9271],
[191.133,147.03830000000002],
[191.465,122.0116],
[191.732,140.5467],
[191.798,128.8118],
[192.198,154.26770000000002],
[192.333,129.79],
[192.665,126.87960000000001],
[192.865,159.0923],
[193.066,117.1082],
[193.333,132.3118],
[193.533,343.55580000000003],
[193.598,154.20780000000002],
[193.931,122.0039],
[194.131,150.2799],
[194.266,120.0475],
[194.531,149.3273],
[194.865,124.3206],
[195.065,156.79170000000002],
[195.265,128.6216],
[195.399,122.96650000000001],
[195.731,118.0967],
[196,120.04769999999999],
[196.265,146.4169],
[196.332,122.9897],
[196.665,126.85750000000002],
[196.732,189.356],
[196.998,120.07260000000001],
[197.333,119.0893],
[197.465,129.0235],
[197.731,124.9356],
[198,163.981],
[198.131,125.9073],
[198.465,152.2334],
[198.598,122.015],
[198.933,146.90359999999998],
[199.065,126.89059999999999],
[199.266,152.8587],
[199.533,123.56830000000001],
[199.665,149.3302],
[200,192.2802],
[200.199,119.0721],
[200.331,126.8639],
[200.665,121.02459999999999],
[200.866,270.3479],
[200.998,125.87660000000001],
[201.4,153.2594],
[201.6,121.02459999999999],
[201.732,283.6804],
[201.931,130.7885],
[202.331,118.096],
[202.532,151.2757],
[202.598,124.9474],
[202.932,120.044],
[203.066,256.2213],
[203.265,128.8505],
[203.6,150.3065],
[203.8,116.1392],
[204.065,273.9801],
[204.2,151.26059999999998],
[204.399,131.75990000000002],
[204.666,160.0437],
[204.866,124.92309999999999],
[205.198,150.2871],
[205.398,120.0462],
[205.665,151.9546],
[205.732,122.6785],
[206.131,123.8279],
[206.331,155.2045],
[206.531,119.0662],
[206.732,146.3997],
[206.866,117.1156],
[207.266,120.04860000000001],
[207.466,184.4658],
[207.532,119.07289999999999],
[207.798,162.0007],
[207.999,122.9961],
[208.265,144.63500000000002],
[208.465,124.9137],
[208.731,165.55130000000003],
[208.998,123.95200000000001],
[209.265,125.9044],
[209.398,148.3561],
[209.731,126.8815],
[209.865,151.7019],
[209.998,119.7734],
[210.266,148.8497],
[210.666,154.82989999999998],
[210.731,129.80859999999998],
[211,133.7115],
[211.265,118.09129999999999],
[211.532,122.976],
[211.598,143.447],
[211.998,159.5923],
[212.065,121.5354],
[212.4,140.5386],
[212.531,122.9846],
[212.865,123.95150000000001],
[213.066,149.2841],
[213.198,118.6854],
[213.465,152.2559],
[213.798,124.8909],
[213.865,150.3002],
[214.066,129.80829999999997],
[214.466,148.36769999999999],
[214.531,124.9278],
[214.932,147.2571],
[215.132,124.94529999999999],
[215.333,152.24280000000002],
[215.466,125.90429999999999],
[215.798,149.29500000000002],
[215.865,119.05409999999999],
[216.133,120.0481],
[216.398,149.4488],
[216.666,128.833],
[216.932,149.32780000000002],
[216.999,122.0083],
[217.331,127.83900000000001],
[217.465,155.18460000000002],
[217.731,129.808],
[217.931,119.07220000000001],
[218.132,149.3088],
[218.466,124.2197],
[218.598,151.0358],
[218.998,151.6723],
[219.198,121.0229],
[219.332,153.2694],
[219.666,145.4236],
[219.866,362.0985],
[219.932,121.0475],
[220.132,146.40030000000002],
[220.399,120.9609],
[220.798,154.95149999999998],
[220.933,124.3297],
[221.2,150.3056],
[221.265,122.9768],
[221.666,149.32829999999998],
[221.798,122.9756],
[221.932,154.2164],
[222.266,122.0264],
[222.532,117.72059999999999],
[222.798,276.7737],
[222.933,120.066],
[223.132,131.1292],
[223.331,116.74249999999999],
[223.532,151.282],
[223.732,129.8081],
[224.066,119.0719],
[224.398,121.02369999999999],
[224.533,151.3029],
[224.733,150.31140000000002],
[224.865,126.5832],
[225.132,141.1402],
[225.331,124.9522],
[225.666,153.2328],
[225.865,120.9991],
[225.998,154.20329999999998],
[226.333,117.1162],
[226.598,154.20829999999998],
[226.865,130.81490000000002],
[226.931,153.9422],
[227.265,118.69290000000001],
[227.465,289.3369],
[227.6,125.9239],
[227.998,125.89639999999999],
[228.065,153.2472],
[228.265,124.9427],
[228.666,122.0059],
[228.798,146.39569999999998],
[228.933,162.00300000000001],
[229.199,157.13559999999998],
[229.465,121.0239],
[229.731,151.28349999999998],
[230,150.33689999999999],
[230.2,121.0238],
[230.331,151.28539999999998],
[230.598,123.945],
[230.732,149.3295],
[231.132,146.4008],
[231.332,123.9675],
[231.533,327.85540000000003],
[231.666,121.05109999999999],
[231.998,164.9494],
[232.066,133.73850000000002],
[232.465,119.0685],
[232.598,125.91730000000001],
[232.933,137.6156],
[232.998,126.89880000000001],
[233.398,121.4695],
[233.465,324.5361],
[233.731,127.85569999999998],
[234.065,151.29229999999998],
[234.131,122.9316],
[234.4,125.90779999999998],
[234.532,382.5889],
[234.798,131.75990000000002],
[235.198,142.8534],
[235.333,119.0514],
[235.598,127.243],
[235.798,328.46930000000003],
[235.933,156.6948],
[236.131,126.8577],
[236.465,143.47560000000001],
[236.599,123.9522],
[236.865,143.46790000000001],
[237.065,122.7135],
[237.398,116.8481],
[237.665,339.4599],
[237.731,125.8948],
[238.065,154.20770000000002],
[238.265,122.00030000000001],
[238.4,353.3076],
[238.598,127.86059999999999],
[238.998,160.07950000000002],
[239.066,124.5691],
[239.399,157.5573],
[239.6,153.25150000000002],
[239.799,128.24089999999998],
[240.132,121.0006],
[240.332,259.59729999999996],
[240.398,123.9589],
[240.732,144.4478],
[240.865,121.9971],
[241.265,153.2245],
[241.331,125.8609],
[241.531,155.9356],
[241.931,124.9285],
[242.065,146.42520000000002],
[242.198,121.00410000000001],
[242.466,123.9491],
[242.798,149.36520000000002],
[242.933,122.97850000000001],
[243.265,121.0224],
[243.465,140.18720000000002],
[243.732,149.9134],
[243.798,124.5434],
[244.065,146.9271],
[244.398,127.85969999999999],
[244.465,315.248],
[244.665,138.6087],
[245.065,120.0708],
[245.331,299.6123],
[245.399,119.0747],
[245.731,301.908],
[245.866,121.6053],
[246.198,148.0721],
[246.333,120.0435],
[246.666,165.92090000000002],
[246.866,120.0557],
[247.133,120.0467],
[247.332,293.7629],
[247.398,127.83910000000002],
[247.8,309.40139999999997],
[247.865,124.9097],
[248.066,136.6398],
[248.331,123.4683],
[248.533,155.7139],
[248.732,129.8049],
[249.132,147.3761],
[249.198,123.9513],
[249.465,155.1775],
[249.733,116.1316],
[249.933,155.0769],
[250.133,124.9272],
[250.331,151.6724],
[250.733,128.8321],
[250.865,151.28],
[250.998,121.0321],
[251.399,115.1717],
[251.465,333.7967],
[251.666,123.95200000000001],
[251.998,143.988],
[252.199,118.7965],
[252.466,119.0724],
[252.732,125.3012],
[252.865,159.7257],
[252.998,122.9965],
[253.398,122.01620000000001],
[253.598,304.5116],
[253.665,121.9961],
[253.933,124.9279],
[254.133,151.2847],
[254.465,122.82029999999999],
[254.665,127.85669999999999],
[254.799,119.9527],
[255.131,155.184],
[255.331,120.0488],
[255.665,148.3527],
[255.732,118.0954],
[256.066,121.02369999999999],
[256.198,128.3636],
[256.465,127.8618],
[256.799,155.17049999999998],
[256.998,122.9627],
[257.065,148.37429999999998],
[257.331,153.25300000000001],
[257.531,122.95259999999999],
[257.932,150.3139],
[257.998,120.0389],
[258.333,159.3627],
[258.533,132.72729999999999],
[258.8,326.6653],
[258.865,132.7365],
[259.199,125.91120000000001],
[259.333,303.512],
[259.532,143.4485],
[259.865,124.92490000000001],
[260.131,139.5642],
[260.2,121.0247],
[260.465,152.2801],
[260.865,150.5824],
[260.933,126.5213],
[261.265,124.0872],
[261.331,276.4153],
[261.598,121.01910000000001],
[261.798,120.0444],
[262.065,121.031],
[262.398,123.9524],
[262.465,156.1726],
[262.799,147.377],
[263.065,175.0431],
[263.133,122.6498],
[263.398,146.4002],
[263.6,123.9528],
[263.799,155.1882],
[264.065,116.12840000000001],
[264.266,150.2843],
[264.6,119.07639999999999],
[264.798,149.3236],
[264.933,120.042],
[265.332,118.0595],
[265.533,360.7806],
[265.598,141.5238],
[265.931,124.652],
[266.266,150.3075],
[266.331,127.853],
[266.666,213.363],
[266.731,122.5912],
[267.065,150.304],
[267.2,122.01639999999999],
[267.6,151.2562],
[267.665,127.42739999999999],
[267.999,150.11169999999998],
[268.265,121.0238],
[268.398,320.12800000000004],
[268.531,144.4665],
[268.865,119.0964],
[269,159.0833],
[269.2,127.38199999999999],
[269.598,122.02409999999999],
[269.665,359.7422],
[269.932,135.6883],
[270.132,124.60000000000001],
[270.399,155.94369999999998],
[270.598,122.9908],
[270.798,118.0815],
[271.198,151.28050000000002],
[271.398,119.0471],
[271.465,150.30569999999997],
[271.731,123.9361],
[272.065,120.6955],
[272.265,154.9272],
[272.4,141.2962],
[272.665,121.9718],
[272.931,156.1585],
[273.132,134.6723],
[273.466,143.4761],
[273.598,125.8918],
[273.732,129.7895],
[274.133,118.7734],
[274.333,124.63000000000001],
[274.531,297.7435],
[274.598,131.4352],
[274.931,120.0651],
[275.065,130.7645],
[275.466,124.9262],
[275.533,154.2119],
[275.798,162.96769999999998],
[276.065,123.4812],
[276.266,119.5797],
[276.531,125.61890000000001],
[276.733,359.4524],
[276.866,120.0523],
[277.2,140.5427],
[277.466,119.0919],
[277.666,129.78490000000002],
[277.932,152.25639999999999],
[277.998,129.83259999999999],
[278.333,117.0962],
[278.532,146.9539],
[278.799,119.0706],
[278.931,154.88750000000002],
[279.199,127.85669999999999],
[279.465,127.84270000000001],
[279.731,182.5094],
[279.8,137.6281],
[280.065,151.2595],
[280.332,127.8311],
[280.532,153.25900000000001],
[280.866,131.7623],
[280.932,153.8314],
[281.265,121.0281],
[281.398,150.28820000000002],
[281.665,122.0135],
[281.999,153.2563],
[282.065,126.85959999999999],
[282.465,141.5193],
[282.531,122.9778],
[282.865,125.2944],
[282.932,362.7225],
[283.198,150.3051],
[283.466,118.8376],
[283.731,117.1169],
[283.865,154.2079],
[284.131,129.8256],
[284.331,162.0177],
[284.598,132.73190000000002],
[284.732,140.5438],
[285.066,118.57180000000001],
[285.398,151.2788],
[285.465,125.90299999999999],
[285.731,179.1219],
[285.866,129.3485],
[286.265,127.85659999999999],
[286.399,151.2793],
[286.531,122.97579999999999],
[286.799,130.8065],
[287.065,151.2633],
[287.265,122.7081],
[287.466,123.9594],
[287.799,152.26829999999998],
[287.931,127.85569999999998],
[288.265,126.95709999999998],
[288.465,152.2653],
[288.598,130.78400000000002],
[288.932,170.8159],
[289.132,121.23589999999999],
[289.265,151.939],
[289.465,123.97569999999999],
[289.798,155.91150000000002],
[289.932,126.88269999999999],
[290.266,134.6679],
[290.398,314.2719],
[290.598,128.8562],
[290.999,150.3087],
[291.065,128.855],
[291.398,155.188],
[291.599,131.2015],
[291.732,124.6066],
[291.931,119.0711],
[292.265,120.0474],
[292.6,284.988],
[292.665,129.8081],
[292.865,147.37539999999998],
[293.132,129.8117],
[293.332,122.5068],
[293.666,119.76520000000001],
[293.865,297.6463],
[293.999,124.9282],
[294.199,162.34779999999998],
[294.532,130.7612],
[294.665,157.1314],
[294.932,125.90190000000001],
[295.133,152.2578],
[295.399,121.0475],
[295.533,153.7512],
[295.798,122.679],
[296.131,121.7356],
[296.265,157.136],
[296.532,124.7887],
[296.733,153.2273],
[296.999,131.7629],
[297.199,128.8254],
[297.332,327.9335],
[297.598,162.0157],
[297.866,172.7519],
[298.131,132.43730000000002],
[298.265,159.1061],
[298.598,124.9271],
[298.866,129.80349999999999],
[298.932,163.9544],
[299.132,126.87970000000001],
[299.399,158.11069999999998],
[299.598,126.8646],
[299.999,126.87989999999999],
[300.131,119.44],
[300.465,157.8974],
[300.532,123.94810000000001],
[300.732,143.44680000000002],
[300.932,123.95249999999999],
[301.198,155.0609],
[301.398,136.6362],
[301.731,131.7603],
[301.931,339.2934],
[302.066,126.5262],
[302.398,118.7484],
[302.665,127.59280000000001],
[302.732,171.5128],
[303.065,121.9797],
[303.398,173.7283],
[303.465,125.90570000000001],
[303.665,149.3286],
[303.999,127.52130000000001],
[304.265,151.2806],
[304.465,129.14129999999997],
[304.666,175.0071],
[304.799,130.78500000000003],
[305.198,122.9799],
[305.333,149.3273],
[305.465,122.0287],
[305.799,161.04],
[305.999,123.9524],
[306.131,142.5148],
[306.533,153.5727],
[306.598,123.95530000000001],
[306.933,117.1203],
[307.065,156.1595],
[307.331,122.00070000000001],
[307.665,333.7677],
[307.731,122.9769],
[307.998,122.5255],
[308.332,126.8755],
[308.398,278.8458],
[308.598,133.34699999999998],
[308.998,126.4352],
[309.133,154.209],
[309.399,131.7604],
[309.599,154.209],
[309.931,123.95249999999999],
[310,148.3691],
[310.266,122.29560000000001],
[310.398,121.053],
[310.665,155.8609],
[310.931,127.84219999999999],
[311.266,159.0505],
[311.331,122.9547],
[311.732,123.95249999999999],
[311.932,152.273],
[311.998,123.9281],
[312.198,152.2433],
[312.466,122.72030000000001],
[312.8,127.7925],
[313,344.5306],
[313.132,125.90390000000001],
[313.332,155.1465],
[313.733,127.8514],
[313.866,127.8649],
[314.132,347.7341],
[314.265,128.8314],
[314.598,155.5161],
[314.8,122.03909999999999],
[315.065,122.6313],
[315.131,286.9826],
[315.4,126.88969999999999],
[315.732,139.56760000000003],
[315.798,121.99849999999999],
[316.198,127.856],
[316.332,369.9029],
[316.465,131.7595],
[316.733,122.9966],
[316.999,154.2086],
[317.331,156.1996],
[317.398,121.0198],
[317.798,145.4242],
[317.932,182.51029999999997],
[318.133,146.3997],
[318.333,121.027],
[318.665,154.1843],
[318.733,122.9805],
[318.998,132.3993],
[319.265,121.57709999999999],
[319.398,154.8332],
[319.8,129.7983],
[319.931,172.7501],
[320.065,127.8885],
[320.465,119.09500000000001],
[320.732,122.0004],
[320.798,149.3473],
[320.999,126.88060000000002],
[321.265,150.325],
[321.531,121.9822],
[321.731,157.1223],
[321.931,123.95299999999999],
[322.131,130.78470000000002],
[322.532,120.98689999999999],
[322.666,200.0796],
[322.798,125.90489999999998],
[323.133,157.13940000000002],
[323.332,125.1574],
[323.6,129.80929999999998],
[323.665,121.9999],
[323.931,119.077],
[324.198,145.4194],
[324.398,127.85959999999999],
[324.732,121.02029999999999],
[324.932,363.5172],
[325.066,135.5405],
[325.398,123.8694],
[325.465,343.60810000000004],
[325.731,131.7633],
[325.999,126.87970000000001],
[326.2,174.70440000000002],
[326.398,134.68710000000002],
[326.665,121.0201],
[326.866,122.0004],
[327.065,152.9085],
[327.266,117.845],
[327.665,120.6978],
[327.733,151.84300000000002],
[327.998,138.5763],
[328.332,152.2521],
[328.465,123.95200000000001],
[328.798,183.4874],
[328.865,125.90029999999999],
[329.265,122.94800000000001],
[329.465,151.2798],
[329.6,127.87109999999998],
[329.866,151.2803],
[330.065,130.78],
[330.398,142.4959],
[330.533,124.9153],
[330.732,124.94080000000001],
[330.865,154.2329],
[331.265,127.63440000000001],
[331.532,149.1733],
[331.599,124.7736],
[331.931,149.3279],
[332.132,150.30440000000002],
[332.265,383.5552],
[332.465,156.1821],
[332.798,125.9037],
[332.998,134.6888],
[333.332,225.2053],
[333.533,121.772],
[333.733,120.9452],
[333.932,472.103],
[334.065,131.4976],
[334.265,157.1352],
[334.531,124.933],
[334.866,126.87889999999999],
[334.998,155.18390000000002],
[335.198,129.7804],
[335.398,122.9759],
[335.598,154.1856],
[335.865,125.9229],
[336.132,298.65770000000003],
[336.333,122.9769],
[336.532,141.49960000000002],
[336.865,156.15689999999998],
[337.065,121.9955],
[337.333,131.291],
[337.465,123.9666],
[337.798,122.0184],
[337.999,162.31019999999998],
[338.133,136.6406],
[338.465,121.02340000000001],
[338.665,153.23129999999998],
[338.931,126.91900000000001],
[339,197.1562],
[339.199,121.9911],
[339.598,151.2642],
[339.798,403.6289],
[339.932,152.4498],
[340.131,122.35300000000001],
[340.532,152.2559],
[340.598,121.03659999999999],
[340.932,154.20069999999998],
[341.198,130.7981],
[341.398,134.2517],
[341.465,284.4061],
[341.732,122.9575],
[341.933,149.3294],
[342.266,152.2494],
[342.465,125.90870000000001],
[342.665,155.1858],
[342.933,128.8318],
[343.133,156.1447],
[343.398,128.8355],
[343.598,137.34099999999998],
[343.733,121.99690000000001],
[344.133,163.006],
[344.199,122.9761],
[344.465,155.197],
[344.6,121.9573],
[344.931,128.8628],
[345.132,356.73319999999995],
[345.332,154.2029],
[345.666,125.5552],
[345.932,156.2643],
[346.132,129.5235],
[346.331,152.7893],
[346.599,123.96809999999999],
[346.665,150.28830000000002],
[346.865,128.811],
[347.198,152.21],
[347.466,132.7161],
[347.598,159.1002],
[347.798,125.90119999999999],
[347.998,147.01059999999998],
[348.265,122.9767],
[348.466,151.0522],
[348.798,124.9289],
[348.932,154.2117],
[349.132,123.9456],
[349.398,142.4941],
[349.732,124.9208],
[349.799,153.7603],
[349.998,124.7353],
[350.398,152.25910000000002],
[350.598,128.8496],
[350.732,135.6683],
[350.932,120.0479],
[351.132,153.23020000000002],
[351.533,126.82889999999999],
[351.665,153.2156],
[351.799,125.9163],
[352.131,119.0943],
[352.465,144.02599999999998],
[352.532,125.90429999999999],
[352.732,158.1121],
[352.933,121.1289],
[353.198,117.1008],
[353.533,122.976],
[353.665,165.9186],
[353.865,126.8794],
[354.265,124.9286],
[354.399,135.6472],
[354.665,127.89900000000002],
[354.8,320.129],
[354.998,129.8242],
[355.333,153.2539],
[355.466,122.97619999999999],
[355.666,118.0964],
[355.998,153.3304],
[356.2,126.4147],
[356.398,156.1762],
[356.598,124.75540000000001],
[356.798,154.71540000000002],
[357.198,124.9282],
[357.332,158.1399],
[357.532,122.95200000000001],
[357.798,125.90390000000001],
[358.065,148.352],
[358.133,132.71640000000002],
[358.331,149.3043],
[358.6,127.5125],
[358.932,162.9806],
[359.066,121.9962],
[359.333,147.3751],
[359.666,121.0278],
[359.733,308.4116],
[359.932,128.8323],
[360.132,119.0678],
[360.533,123.7331],
[360.798,308.2756],
[360.865,128.915],
[361.066,151.2803],
[361.265,124.9112],
[361.665,157.12290000000002],
[361.799,129.80829999999997],
[361.998,167.5539],
[362.199,125.55830000000002],
[362.533,154.197],
[362.733,154.20909999999998],
[363,126.88],
[363.265,214.7191],
[363.331,122.9509],
[363.665,129.3774],
[363.865,155.3657],
[364.131,181.5519],
[364.332,126.38040000000001],
[364.598,119.0714],
[364.665,122.0036],
[364.999,116.1377],
[365.2,119.06750000000001],
[365.4,140.52210000000002],
[365.532,117.1247],
[365.866,152.47150000000002],
[366.198,192.7524],
[366.398,119.0518],
[366.532,156.1686],
[366.666,129.82369999999997],
[367.065,133.71179999999998],
[367.133,331.84770000000003],
[367.333,154.228],
[367.598,130.83010000000002],
[367.866,158.0964],
[368.132,124.65690000000001],
[368.4,145.35670000000002],
[368.531,121.7359],
[368.865,136.6261],
[368.931,155.1842],
[369.199,127.85589999999999],
[369.465,179.5906],
[369.732,123.92960000000001],
[369.932,335.4523],
[370.066,151.9169],
[370.265,129.8081],
[370.598,157.1372],
[370.866,126.8993],
[370.998,145.4135],
[371.332,159.0875],
[371.465,133.076],
[371.665,137.6154],
[372,124.8824],
[372.198,210.124],
[372.332,125.90360000000001],
[372.598,199.0916],
[372.798,131.7606],
[373.065,131.77159999999998],
[373.4,197.1397],
[373.465,131.7507],
[373.8,154.1867],
[373.865,128.8088],
[374.266,152.2357],
[374.331,132.6468],
[374.531,143.9976],
[374.932,122.0251],
[375.132,132.7423],
[375.265,121.0238],
[375.598,154.18390000000002],
[375.798,130.78480000000002],
[376.065,157.10940000000002],
[376.132,130.4512],
[376.398,162.0632],
[376.666,122.65769999999999],
[376.865,292.796],
[377.065,158.10660000000001],
[377.265,128.7802],
[377.6,153.256],
[377.798,121.9997],
[377.998,143.4694],
[378.198,153.2281],
[378.398,125.5424],
[378.598,149.3033],
[378.865,126.5469],
[379.065,147.3709],
[379.466,123.96459999999999],
[379.533,203.0085],
[379.733,147.3765],
[380.065,131.7799],
[380.333,155.1836],
[380.399,131.7642],
[380.731,122.96650000000001],
[381,150.284],
[381.131,120.0472],
[381.465,153.22930000000002],
[381.665,121.0398],
[381.931,143.47209999999998],
[382.065,420.0276],
[382.2,125.58579999999999],
[382.598,153.34539999999998],
[382.733,124.9236],
[382.999,121.99980000000001],
[383.265,126.87989999999999],
[383.4,286.9198],
[383.6,132.73],
[383.932,119.0519],
[384.198,155.18470000000002],
[384.333,124.9279],
[384.533,302.5596],
[384.666,153.2256],
[385.065,124.53259999999999],
[385.132,156.1917],
[385.531,128.8158],
[385.6,152.23919999999998],
[385.865,153.22830000000002],
[386.065,120.04560000000001],
[386.332,130.7875],
[386.532,121.98299999999999],
[386.865,152.0084],
[387.065,131.7587],
[387.266,357.2454],
[387.398,123.0535],
[387.732,121.0017],
[387.998,135.6684],
[388.066,296.731],
[388.266,123.9517],
[388.599,335.76099999999997],
[388.733,153.212],
[389.132,131.7554],
[389.265,328.6563],
[389.398,153.9371],
[389.732,127.8516],
[389.998,154.2208],
[390.132,119.8108],
[390.465,156.1808],
[390.732,125.9083],
[390.865,124.93079999999999],
[391.131,149.46380000000002],
[391.266,119.0682],
[391.598,158.09480000000002],
[391.665,124.9275],
[391.998,149.3529],
[392.133,124.9277],
[392.398,119.07560000000001],
[392.733,154.8948],
[392.865,128.5569],
[393.198,127.7677],
[393.266,359.8902],
[393.531,141.5016],
[393.666,155.1775],
[393.998,123.9509],
[394.333,128.8358],
[394.533,156.7773],
[394.665,123.6784],
[394.798,155.0659],
[395.198,129.78609999999998],
[395.399,392.7582],
[395.465,149.7561],
[395.798,134.6877],
[396.133,158.0999],
[396.198,127.8553],
[396.398,148.3515],
[396.731,156.1567],
[396.931,132.7369],
[397.131,208.88490000000002],
[397.265,127.86040000000001],
[397.665,123.9307],
[397.933,121.99749999999999],
[398.066,154.2085],
[398.332,160.0906],
[398.398,130.7846],
[398.733,124.9305],
[398.933,152.2802],
[399.131,132.4521],
[399.399,232.2885],
[399.533,150.3013],
[399.798,134.687],
[400,195.23160000000001],
[400.199,137.6206],
[400.466,124.9279],
[400.666,205.611],
[400.865,126.8813],
[401.131,159.6831],
[401.531,127.8425],
[401.6,368.944],
[401.8,155.1679],
[401.999,121.9996],
[402.332,124.92649999999999],
[402.465,361.1187],
[402.732,123.9517],
[402.933,151.8535],
[403.332,155.1817],
[403.466,122.97710000000001],
[403.731,328.44469999999995],
[403.798,156.1601],
[404.065,125.90670000000001],
[404.399,124.9291],
[404.665,150.3033],
[404.8,128.83020000000002],
[405.066,151.2809],
[405.198,160.0814],
[405.465,123.964],
[405.666,149.3255],
[405.932,125.90489999999998],
[406.065,152.12419999999997],
[406.398,151.8418],
[406.533,122.003],
[406.931,305.4826],
[406.999,129.82469999999998],
[407.265,136.6276],
[407.465,120.0492],
[407.798,152.3718],
[407.865,122.9741],
[408.132,155.8724],
[408.4,139.5669],
[408.6,155.1681],
[408.865,156.1558],
[409.065,131.76160000000002],
[409.266,157.1342],
[409.466,123.95249999999999],
[409.733,151.2993],
[409.998,122.0136],
[410.199,316.0764],
[410.333,127.8553],
[410.665,352.59180000000003],
[410.798,148.9825],
[411.198,123.9508],
[411.332,154.20690000000002],
[411.466,121.0238],
[411.865,125.9075],
[411.933,152.2559],
[412.332,118.72330000000001],
[412.531,149.309],
[412.6,122.95960000000001],
[412.865,151.29680000000002],
[413.131,122.9745],
[413.465,151.279],
[413.531,122.95349999999999],
[413.865,150.3039],
[414.132,156.1594],
[414.198,122.976],
[414.466,131.072],
[414.598,147.8092],
[414.865,122.9761],
[415.065,153.3667],
[415.332,129.8241],
[415.598,119.05499999999999],
[415.865,155.1854],
[416.133,122.97619999999999],
[416.333,331.8279],
[416.399,134.6903],
[416.731,296.71560000000005],
[416.866,124.92880000000001],
[417.132,150.28810000000001],
[417.465,126.87979999999999],
[417.665,406.0246],
[417.799,131.7612],
[418.131,125.88650000000001],
[418.199,156.1604],
[418.531,123.95150000000001],
[418.8,144.4479],
[419.065,123.95259999999999],
[419.265,163.976],
[419.4,132.73170000000002],
[419.6,151.2729],
[419.865,124.9341],
[419.998,140.5422],
[420.398,140.0942],
[420.466,122.061],
[420.865,121.8368],
[420.932,149.3288],
[421.133,127.1863],
[421.465,155.165],
[421.665,123.9517],
[421.798,156.1819],
[422.132,122.97919999999999],
[422.398,155.16250000000002],
[422.598,121.01679999999999],
[422.733,151.815],
[422.932,121.9996],
[423.331,121.02730000000001],
[423.531,151.2802],
[423.798,120.0485],
[423.865,154.2099],
[424.132,126.87789999999998],
[424.465,123.936],
[424.665,149.32809999999998],
[424.931,154.2217],
[424.999,120.0466],
[425.332,148.35139999999998],
[425.532,122.97810000000001],
[425.666,152.2549],
[425.998,155.44920000000002],
[426.198,120.74719999999999],
[426.466,134.68859999999998],
[426.665,313.3026],
[426.798,127.8668],
[426.998,153.2321],
[427.332,124.92830000000001],
[427.598,150.2929],
[427.665,122.97619999999999],
[427.933,145.4194],
[428.199,143.4734],
[428.465,123.9588],
[428.733,155.1912],
[428.999,123.4303],
[429.066,150.3042],
[429.398,131.759],
[429.666,149.3288],
[429.798,121.0285],
[429.933,152.2556],
[430.333,120.56880000000001],
[430.533,296.2939],
[430.599,132.52929999999998],
[430.932,156.1565],
[431.065,117.988],
[431.265,148.58089999999999],
[431.598,131.7474],
[431.732,149.3468],
[431.999,126.87950000000001],
[432.265,149.32799999999997],
[432.599,124.9455],
[432.731,152.3818],
[432.932,123.99449999999999],
[433.133,150.8892],
[433.331,125.90270000000001],
[433.599,153.2318],
[433.865,121.02369999999999],
[433.998,149.3405],
[434.198,122.9709],
[434.466,154.2334],
[434.733,125.9038],
[434.933,146.0141],
[435.266,122.5715],
[435.331,155.14069999999998],
[435.6,124.9278],
[435.866,146.4163],
[436,122.001],
[436.332,146.3839],
[436.466,122.96640000000001],
[436.732,165.9359],
[436.933,120.0551],
[437.133,140.5265],
[437.533,121.0431],
[437.665,421.6507],
[437.8,147.3761],
[438.2,156.1824],
[438.4,121.0231],
[438.465,150.28279999999998],
[438.865,129.82479999999998],
[439.066,154.2094],
[439.131,124.929],
[439.466,120.5879],
[439.598,154.2329],
[439.932,125.9033],
[440.133,149.32770000000002],
[440.265,121.0238],
[440.6,132.7357],
[440.865,121.25959999999999],
[440.998,355.8199],
[441.198,119.6322],
[441.532,150.8394],
[441.665,130.76489999999998],
[441.865,151.2784],
[442.131,125.90209999999999],
[442.465,143.4714],
[442.598,128.8464],
[442.866,148.9425],
[442.999,119.6599],
[443.199,126.87889999999999],
[443.533,119.87589999999999],
[443.665,130.30700000000002],
[444.066,149.3457],
[444.132,125.9038],
[444.465,147.3759],
[444.599,153.2202],
[444.798,117.1203],
[445.198,152.2799],
[445.265,121.9997],
[445.466,134.3144],
[445.865,120.7299],
[445.933,140.5393],
[446.265,120.0443],
[446.332,307.42],
[446.599,124.9277],
[446.931,157.1285],
[447.131,124.92830000000001],
[447.265,153.2277],
[447.531,120.713],
[447.865,139.2381],
[447.932,127.2955],
[448.265,148.36599999999999],
[448.532,118.09169999999999],
[448.666,152.2561],
[448.932,123.9512],
[449.066,152.25549999999998],
[449.265,120.5518],
[449.532,150.96450000000002],
[449.865,154.24869999999999],
[450.131,123.5079],
[450.265,146.4377],
[450.465,125.90589999999999],
[450.799,130.801],
[450.999,127.85040000000001],
[451.131,323.0697],
[451.398,121.9962],
[451.733,154.4887],
[451.933,133.4045],
[451.998,154.8837],
[452.265,124.9279],
[452.465,155.50330000000002],
[452.731,121.0351],
[452.931,145.42520000000002],
[453.131,121.0243],
[453.332,152.25],
[453.732,118.1117],
[453.866,160.06619999999998],
[454.065,135.6607],
[454.265,122.00139999999999],
[454.465,154.2104],
[454.865,149.411],
[454.999,124.9318],
[455.131,154.2098],
[455.531,123.9724],
[455.732,151.2802],
[455.798,123.9521],
[456.065,147.3787],
[456.332,120.04729999999999],
[456.465,155.1832],
[456.798,123.4844],
[456.932,150.30370000000002],
[457.202,121.9991],
[457.404,119.07130000000001],
[457.599,150.30440000000002],
[457.865,120.0492],
[458.2,125.39639999999999],
[458.466,441.8569],
[458.531,126.8792],
[458.732,158.03539999999998],
[459.133,128.832],
[459.333,326.0035],
[459.398,146.3999],
[459.665,117.1002],
[459.998,147.3633],
[460.065,120.0335],
[460.465,138.5736],
[460.731,153.812],
[460.799,131.248],
[460.999,140.06650000000002],
[461.333,149.32999999999998],
[461.531,121.0238],
[461.731,154.1966],
[461.866,122.97710000000001],
[462.2,152.2719],
[462.465,121.5458],
[462.598,146.4846],
[462.931,125.61059999999999],
[463.199,154.5757],
[463.398,119.0905],
[463.466,133.6925],
[463.732,121.02499999999999],
[464.065,144.4428],
[464.333,126.8715],
[464.398,326.63759999999996],
[464.598,149.3173],
[464.865,116.1423],
[465.198,140.5661],
[465.331,123.94919999999999],
[465.6,325.00079999999997],
[465.731,154.20829999999998],
[466.132,121.02069999999999],
[466.198,331.8182],
[466.398,128.8489],
[466.666,203.96359999999999],
[466.865,127.85560000000001],
[467.132,155.2057],
[467.332,127.8464],
[467.599,152.2542],
[467.799,126.0037],
[468.065,148.35139999999998],
[468.333,150.3586],
[468.531,130.7875],
[468.665,308.917],
[468.865,130.4738],
[469.266,131.7441],
[469.398,158.1128],
[469.732,150.3165],
[469.798,122.9764],
[470.065,149.262],
[470.333,126.59880000000001],
[470.533,137.2522],
[470.732,155.1804],
[470.866,124.90650000000001],
[471.265,123.94760000000001],
[471.332,151.2687],
[471.598,121.01989999999999],
[471.865,156.1593],
[472.065,121.9628],
[472.331,146.4042],
[472.6,116.1436],
[472.731,155.1844],
[472.932,118.09129999999999],
[473.332,147.37230000000002],
[473.398,122.9794],
[473.733,134.68720000000002],
[473.998,407.8787],
[474.065,141.4351],
[474.398,305.4927],
[474.533,122.02300000000001],
[474.798,118.6535],
[475.065,138.59109999999998],
[475.265,144.0358],
[475.398,121.0253],
[475.665,150.3169],
[475.932,123.9521],
[476.198,149.3272],
[476.333,122.00110000000001],
[476.532,151.19920000000002],
[476.798,124.5107],
[476.998,155.0583],
[477.198,120.0485],
[477.466,145.4215],
[477.733,123.084],
[477.998,156.2166],
[478.131,123.9761],
[478.399,122.9767],
[478.665,152.2285],
[478.865,124.9286],
[479.131,133.73399999999998],
[479.331,158.6054],
[479.465,125.92999999999999],
[479.733,150.3035],
[479.999,119.0704],
[480.131,145.4058],
[480.331,126.8785],
[480.6,160.06400000000002],
[480.798,129.80780000000001],
[481.198,126.8755],
[481.332,327.972],
[481.466,134.6456],
[481.798,150.9411],
[481.933,127.8607],
[482.198,142.47580000000002],
[482.533,127.86049999999999],
[482.598,129.8074],
[482.999,128.83149999999998],
[483.199,165.4542],
[483.333,131.7587],
[483.598,153.2078],
[483.798,126.87599999999999],
[483.998,147.37439999999998],
[484.198,124.5983],
[484.532,139.5672],
[484.798,122.9772],
[484.866,152.2353],
[485.265,123.9529],
[485.333,154.20819999999998],
[485.665,172.738],
[485.732,125.9031],
[486.132,121.5316],
[486.331,137.6172],
[486.599,152.25459999999998],
[486.665,124.9289],
[486.866,154.2073],
[487.132,128.82489999999999],
[487.398,137.6028],
[487.732,123.7729],
[487.933,148.9222],
[488.066,316.83119999999997],
[488.2,127.4939],
[488.598,151.2666],
[488.866,128.8128],
[488.999,342.57599999999996],
[489.131,157.1165],
[489.532,127.85740000000001],
[489.733,167.0866],
[489.798,127.05],
[490.198,127.8593],
[490.265,360.1389],
[490.465,154.2085],
[490.798,121.9949],
[490.998,122.9772],
[491.132,310.364],
[491.398,124.9279],
[491.732,140.5547],
[491.798,120.13550000000001],
[492.198,151.257],
[492.465,150.303],
[492.531,415.7799],
[492.731,147.3661],
[493,124.8994],
[493.332,148.3251],
[493.465,129.42790000000002],
[493.798,156.13479999999998],
[493.933,125.88879999999999],
[494.066,154.2067],
[494.398,116.16319999999999],
[494.665,147.30190000000002],
[494.732,118.0966],
[494.998,143.4736],
[495.2,122],
[495.6,148.8596],
[495.798,123.59100000000001],
[495.932,152.25639999999999],
[496.132,129.8027],
[496.398,124.9393],
[496.532,162.989],
[496.933,117.70790000000001],
[496.998,323.8641],
[497.198,131.65630000000002],
[497.6,152.2549],
[497.732,128.8313],
[498.065,132.73499999999999],
[498.133,152.2335],
[498.466,122.9831],
[498.665,165.92190000000002],
[498.799,130.7905],
[499.198,155.17139999999998],
[499.333,124.9282],
[499.599,152.25990000000002],
[499.866,124.9281],
[500.066,151.2787],
[500.198,367.953],
[500.398,149.3265],
[500.598,122.0369],
[500.932,162.8647],
[501.132,116.1498],
[501.266,145.4241],
[501.532,129.7957],
[501.865,125.9037],
[502.065,153.234],
[502.331,125.90280000000001],
[502.6,315.26480000000004],
[502.665,135.66490000000002],
[502.998,121.0242],
[503.132,144.44809999999998],
[503.332,123.6436],
[503.531,117.1221],
[503.798,135.6648],
[503.998,121.0404],
[504.266,154.1917],
[504.598,153.2518],
[504.798,122.582],
[505.065,154.20780000000002],
[505.265,122.97569999999999],
[505.4,141.5199],
[505.598,122.9797],
[505.798,152.25150000000002],
[505.998,123.9521],
[506.398,129.8202],
[506.598,122.9923],
[506.865,121.02730000000001],
[506.998,132.7612],
[507.265,122.9489],
[507.331,154.18380000000002],
[507.665,125.92970000000001],
[507.933,480.1926],
[508.065,149.327],
[508.399,122.02029999999999],
[508.665,122.9726],
[508.732,139.5685],
[508.999,131.7412],
[509.331,152.2352],
[509.4,128.83159999999998],
[509.732,151.2819],
[509.932,118.62219999999999],
[510.065,125.88119999999999],
[510.331,118.1121],
[510.665,124.9272],
[510.866,318.1587],
[510.998,125.924],
[511.333,150.0202],
[511.466,123.6989],
[511.798,122.9764],
[511.865,357.20610000000005],
[512.066,135.6638],
[512.4,159.0911],
[512.531,125.90360000000001],
[512.933,138.5917],
[513.132,122.0001],
[513.198,146.4051],
[513.465,120.049],
[513.798,144.4484],
[514.065,125.9061],
[514.265,370.8594],
[514.331,155.1963],
[514.599,120.047],
[514.8,142.4715],
[515.065,121.6969],
[515.265,148.3492],
[515.599,151.3196],
[515.665,120.09110000000001],
[516.065,119.07130000000001],
[516.265,152.2356],
[516.332,117.09949999999999],
[516.598,160.0713],
[516.866,120.0482],
[517.198,130.78390000000002],
[517.332,121.9805],
[517.533,174.70350000000002],
[517.799,122.9375],
[518.065,153.2234],
[518.2,125.89320000000001],
[518.531,126.9016],
[518.798,124.6336],
[518.999,163.97220000000002],
[519.131,171.2971],
[519.331,119.6765],
[519.665,148.95340000000002],
[519.798,121.996],
[520.131,151.2533],
[520.331,128.8278],
[520.532,326.96],
[520.666,119.0478],
[520.998,131.7404],
[521.198,150.3038],
[521.333,120.9993],
[521.732,150.3284],
[521.798,124.9825],
[522.133,121.02029999999999],
[522.398,141.5186],
[522.531,120.8994],
[522.799,120.0469],
[523.065,119.0715],
[523.265,349.3917],
[523.331,151.26829999999998],
[523.665,125.89719999999998],
[523.932,145.429],
[523.998,122.0209],
[524.333,149.301],
[524.465,123.9518],
[524.865,124.9271],
[524.998,356.24],
[525.131,132.712],
[525.399,120.76],
[525.598,128.8365],
[525.931,119.0727],
[526.131,155.1634],
[526.4,120.048],
[526.531,146.4125],
[526.865,153.2074],
[526.998,121.98689999999999],
[527.198,148.3562],
[527.398,122.0221],
[527.599,148.3609],
[527.933,121.0218],
[528.198,155.20909999999998],
[528.465,126.8809],
[528.665,155.1907],
[528.731,124.9277],
[529.065,154.22220000000002],
[529.198,156.2045],
[529.465,120.0476],
[529.798,135.6648],
[529.865,401.1355],
[530.065,152.2572],
[530.331,122.2285],
[530.598,142.4965],
[530.798,155.1396],
[530.998,123.9529],
[531.332,119.07669999999999],
[531.599,331.8395],
[531.665,140.5445],
[531.999,146.4115],
[532.131,124.9084],
[532.331,142.47979999999998],
[532.732,121.9999],
[532.865,162.0165],
[533.066,123.95200000000001],
[533.333,190.3452],
[533.598,125.90409999999999],
[533.665,145.4201],
[534.065,144.4472],
[534.199,120.0171],
[534.465,122.97139999999999],
[534.599,136.6397],
[534.866,153.2331],
[535.065,122.97619999999999],
[535.333,147.3894],
[535.466,125.90029999999999],
[535.865,120.08919999999999],
[536.133,146.37980000000002],
[536.198,387.5116],
[536.398,140.09550000000002],
[536.731,152.2714],
[536.866,122.9783],
[537.065,119.8951],
[537.332,153.2475],
[537.532,126.87960000000001],
[537.865,124.6433],
[538.066,165.9197],
[538.198,127.8554],
[538.533,130.78470000000002],
[538.665,118.09609999999999],
[538.999,148.3517],
[539.2,127.574],
[539.399,154.71699999999998],
[539.666,156.1705],
[539.865,128.8328],
[540.132,126.8916],
[540.199,153.2256],
[540.533,155.18390000000002],
[540.731,127.86130000000001],
[541.065,151.2886],
[541.131,121.0142],
[541.4,148.3691],
[541.666,128.85240000000002],
[541.798,152.78130000000002],
[542.2,145.44209999999998],
[542.331,119.0586],
[542.465,145.4095],
[542.865,126.40019999999998],
[543.066,150.9228],
[543.2,122.0004],
[543.4,150.30440000000002],
[543.666,158.112],
[543.865,124.92830000000001],
[544.132,143.43359999999998],
[544.332,123.95200000000001],
[544.666,151.9644],
[544.865,127.55820000000001],
[544.998,157.13569999999999],
[545.198,124.92739999999999],
[545.533,153.7262],
[545.598,122.5171],
[545.998,157.1368],
[546.065,130.7835],
[546.465,122.0038],
[546.665,159.08700000000002],
[546.731,122.9765],
[547.065,135.6633],
[547.2,121.0236],
[547.4,142.49210000000002],
[547.666,118.0914],
[548.066,185.416],
[548.133,126.8686],
[548.465,157.1352],
[548.665,130.7668],
[548.933,150.3033],
[549.065,124.9245],
[549.266,151.2656],
[549.465,128.8355],
[549.665,152.89759999999998],
[549.933,128.4828],
[550.132,121.9838],
[550.398,195.1906],
[550.598,125.89349999999999],
[550.865,153.2317],
[551.065,119.0759],
[551.333,119.0688],
[551.598,140.52890000000002],
[551.865,119.072],
[551.931,153.2134],
[552.331,125.8794],
[552.399,150.3237],
[552.598,122.00800000000001],
[552.933,155.1871],
[553.065,122.0051],
[553.465,159.0918],
[553.531,119.06750000000001],
[553.865,150.2997],
[553.998,124.9078],
[554.332,153.2073],
[554.398,130.78470000000002],
[554.665,151.014],
[554.931,122.84989999999999],
[555.132,446.01030000000003],
[555.332,122.99549999999999],
[555.533,152.277],
[555.732,119.0947],
[556.132,122.97569999999999],
[556.198,152.9619],
[556.532,126.5924],
[556.731,134.6923],
[556.932,337.714],
[557.133,141.54240000000001],
[557.466,117.137],
[557.733,157.0982],
[557.933,127.8562],
[558.065,142.496],
[558.265,122.0266],
[558.465,167.4974],
[558.865,130.8054],
[559.065,153.2115],
[559.132,129.83],
[559.398,122.9948],
[559.665,147.8001],
[559.865,122.9717],
[559.998,172.7849],
[560.399,130.773],
[560.465,151.2762],
[560.798,125.8747],
[560.998,128.8389],
[561.132,391.3627],
[561.398,126.89210000000001],
[561.598,151.2806],
[561.798,129.808],
[562.132,147.3675],
[562.332,117.9863],
[562.665,120.0561],
[562.866,315.8213],
[562.931,121.0215],
[563.331,148.3681],
[563.532,121.0243],
[563.798,412.9176],
[563.866,123.9965],
[564.066,330.8643],
[564.398,121.0485],
[564.533,150.29899999999998],
[564.733,125.0738],
[565.065,137.2376],
[565.332,121.9802],
[565.533,169.8185],
[565.665,199.08329999999998],
[565.865,123.9663],
[566.265,120.6962],
[566.398,134.7143],
[566.598,162.0145],
[566.798,124.9277],
[567.133,122.9751],
[567.265,165.9393],
[567.598,122.97529999999999],
[567.798,159.0706],
[567.932,120.0725],
[568.265,125.9031],
[568.533,121.9759],
[568.598,153.23069999999998],
[568.865,119.0765],
[569.132,152.028],
[569.332,120.9966],
[569.466,149.32319999999999],
[569.866,124.5333],
[569.932,155.8078],
[570.266,122.949],
[570.532,153.2331],
[570.732,120.07130000000001],
[570.933,146.4056],
[571.065,126.89970000000001],
[571.265,155.1883],
[571.665,157.1346],
[571.731,123.9524],
[571.999,144.4387],
[572.331,125.9084],
[572.598,145.42350000000002],
[572.732,127.8608],
[572.932,160.0587],
[573.132,126.8771],
[573.332,120.04910000000001],
[573.532,154.4893],
[573.731,168.8484],
[574.132,124.9281],
[574.398,129.8124],
[574.532,348.4482],
[574.666,147.3563],
[574.998,113.8685],
[575.132,151.05589999999998],
[575.331,122.9716],
[575.665,128.49079999999998],
[575.933,127.87979999999999],
[575.998,329.8881],
[576.265,129.83810000000003],
[576.598,142.4959],
[576.665,122.0044],
[576.931,151.2833],
[577.198,126.48010000000001],
[577.532,134.68269999999998],
[577.665,121.00070000000001],
[577.865,152.2367],
[578.065,125.90280000000001],
[578.265,145.4241],
[578.465,122.9731],
[578.8,148.35139999999998],
[578.931,154.2317],
[579.332,123.933],
[579.465,383.5627],
[579.598,153.2326],
[579.931,123.9749],
[580.065,133.7143],
[580.465,133.712],
[580.665,366],
[580.733,154.24679999999998],
[580.998,172.7518],
[581.333,125.00410000000001],
[581.533,149.324],
[581.665,126.881],
[581.865,153.227],
[582.131,136.6541],
[582.331,126.9023],
[582.531,157.1385],
[582.732,131.7602],
[583.131,123.9563],
[583.265,158.1753],
[583.598,155.1826],
[583.732,129.8271],
[583.998,121.02459999999999],
[584.198,139.5679],
[584.333,121.02409999999999],
[584.733,129.80829999999997],
[584.798,405.04],
[584.999,120.0474],
[585.399,121.147],
[585.465,147.37120000000002],
[585.732,119.07639999999999],
[586.066,127.87970000000001],
[586.266,128.85559999999998],
[586.332,152.25150000000002],
[586.599,123.9536],
[586.933,154.20710000000003],
[587.131,129.8263],
[587.332,124.9282],
[587.666,158.113],
[587.798,131.736],
[587.998,155.1853],
[588.133,126.87979999999999],
[588.465,152.2551],
[588.798,126.88060000000002],
[589,373.70910000000003],
[589.065,140.5795],
[589.465,157.13160000000002],
[589.599,132.2669],
[589.732,155.1841],
[589.998,130.80339999999998],
[590.332,140.541],
[590.598,443.1195],
[590.665,154.2067],
[590.865,131.7609],
[591.198,128.83149999999998],
[591.4,154.188],
[591.531,129.8033],
[591.731,127.85650000000001],
[592.131,152.26139999999998],
[592.198,127.8601],
[592.598,121.0238],
[592.666,153.2328],
[592.998,123.5033],
[593.198,153.2375],
[593.532,124.5028],
[593.599,152.14069999999998],
[593.799,134.24],
[594.065,159.0761],
[594.398,121.8363],
[594.466,150.3251],
[594.799,151.2793],
[594.932,127.856],
[595.332,155.18470000000002],
[595.398,125.9487],
[595.665,153.233],
[595.798,126.8809],
[596.065,157.1196],
[596.265,164.9299],
[596.466,124.9272],
[596.731,126.4731],
[596.932,159.3441],
[597.331,125.9163],
[597.398,458.70090000000005],
[597.598,149.32780000000002],
[597.866,129.808],
[598.065,191.2954],
[598.465,132.2854],
[598.533,154.7346],
[598.865,156.5211],
[599.066,125.9064],
[599.198,153.6069],
[599.399,120.03070000000001],
[599.665,153.2118],
[599.998,219.60070000000002],
[600.065,124.91420000000001],
[600.466,154.2519],
[600.598,124.9132],
[600.798,116.9046],
[600.998,198.1081],
[601.198,120.944],
[601.598,128.8501],
[601.666,121.015],
[602.065,143.5632],
[602.199,127.54190000000001],
[602.465,136.633],
[602.732,127.8657],
[602.798,150.29899999999998],
[602.998,131.78400000000002],
[603.398,154.229],
[603.598,135.6639],
[603.865,160.04250000000002],
[603.933,134.6882],
[604.133,156.14919999999998],
[604.465,123.95200000000001],
[604.665,157.8236],
[604.933,120.04639999999999],
[605.199,347.21160000000003],
[605.265,137.20280000000002],
[605.598,127.85440000000001],
[605.733,464.57599999999996],
[605.933,128.8513],
[606.331,121.0254],
[606.4,150.30460000000002],
[606.6,160.5589],
[606.865,123.9614],
[607.199,129.14610000000002],
[607.332,386.0358],
[607.531,122.95609999999999],
[607.865,150.30440000000002],
[608.065,137.5976],
[608.332,155.1464],
[608.532,159.0905],
[608.666,140.54240000000001],
[608.932,153.8914],
[609.066,128.833],
[609.399,156.48080000000002],
[609.598,122.9752],
[609.932,149.5081],
[609.998,125.90429999999999],
[610.4,124.9272],
[610.6,430.416],
[610.665,146.4134],
[610.998,124.5713],
[611.2,353.91830000000004],
[611.331,146.0299],
[611.665,122.00110000000001],
[611.865,148.3573],
[612.065,153.232],
[612.265,127.85050000000001],
[612.531,121.95949999999999],
[612.665,148.33270000000002],
[612.932,153.2319],
[613.132,123.94420000000001],
[613.532,125.9077],
[613.733,362.0963],
[613.798,149.3447],
[614.133,124.9046],
[614.265,157.136],
[614.465,125.89510000000001],
[614.865,121.02499999999999],
[615.131,149.2819],
[615.198,166.8442],
[615.531,134.6621],
[615.665,477.2441],
[615.866,131.7355],
[616.198,149.3285],
[616.398,119.072],
[616.532,125.8978],
[616.865,140.5118],
[617.065,120.7186],
[617.198,164.9235],
[617.466,133.716],
[617.732,154.2034],
[617.865,128.8329],
[618.132,154.2073],
[618.398,142.5103],
[618.731,160.0824],
[618.932,139.56750000000002],
[619.065,152.26010000000002],
[619.199,130.76180000000002],
[619.532,162.52720000000002],
[619.665,130.7836],
[619.932,132.75500000000002],
[620.131,155.1968],
[620.465,121.0425],
[620.731,152.2559],
[620.931,123.00110000000001],
[621.2,154.2036],
[621.398,121.0305],
[621.466,147.3708],
[621.798,128.82399999999998],
[621.932,364.0662],
[622.133,139.54579999999999],
[622.465,122.9856],
[622.665,152.2723],
[622.798,127.8717],
[623.198,119.9415],
[623.398,118.7584],
[623.599,127.87129999999999],
[623.865,141.5205],
[623.931,119.085],
[624.198,148.3787],
[624.398,118.1002],
[624.732,120.08099999999999],
[624.866,159.3192],
[625.265,125.92],
[625.465,334.13],
[625.532,125.43879999999999],
[625.731,158.1121],
[626.132,127.857],
[626.265,156.90589999999997],
[626.465,123.9506],
[626.732,155.1444],
[626.932,157.1404],
[627.199,121.9994],
[627.398,123.9764],
[627.532,372.8277],
[627.798,119.06450000000001],
[628.066,154.21380000000002],
[628.265,129.832],
[628.532,154.2094],
[628.665,127.856],
[629.065,148.8039],
[629.131,120.52499999999999],
[629.398,158.1121],
[629.598,127.5485],
[629.866,127.85189999999999],
[630.199,160.0684],
[630.4,436.2474],
[630.465,136.6613],
[630.866,124.9009],
[630.931,152.2542],
[631.332,128.6483],
[631.398,337.8107],
[631.598,125.5454],
[631.865,121.9801],
[632.198,157.1198],
[632.465,162.9905],
[632.533,128.8321],
[632.865,129.7892],
[632.931,153.2312],
[633.266,123.9521],
[633.532,148.3488],
[633.598,125.92410000000001],
[633.998,167.4452],
[634.131,124.9273],
[634.4,160.0477],
[634.598,155.20819999999998],
[634.798,124.9426],
[635.133,124.9235],
[635.266,155.1796],
[635.598,129.8076],
[635.732,385.1954],
[635.865,124.6232],
[636.265,121.0294],
[636.4,155.1581],
[636.666,121.0332],
[636.8,120.99690000000001],
[636.998,164.94320000000002],
[637.198,125.90399999999998],
[637.532,140.54420000000002],
[637.8,131.7573],
[637.998,156.8097],
[638.265,121.6487],
[638.332,153.226],
[638.598,130.7775],
[638.932,154.2076],
[639.132,130.7844],
[639.398,124.928],
[639.598,340.7557],
[639.731,149.32750000000001],
[639.931,118.10170000000001],
[640.199,128.4128],
[640.531,124.9323],
[640.8,147.3663],
[640.865,121.0229],
[641.198,122.0392],
[641.266,157.132],
[641.666,121.9991],
[641.866,149.0742],
[642.132,382.6173],
[642.198,124.6117],
[642.599,154.1327],
[642.665,123.95230000000001],
[642.866,146.3845],
[643.265,152.0179],
[643.332,121.02409999999999],
[643.598,120.0235],
[643.865,143.4671],
[644.131,153.9267],
[644.266,121.9951],
[644.533,121.00030000000001],
[644.732,145.0215],
[644.865,122.972],
[645.266,163.9437],
[645.333,123.9551],
[645.532,153.2271],
[645.798,122.9759],
[646.065,151.2849],
[646.4,121.9778],
[646.531,379.6368],
[646.666,158.0849],
[647.066,120.0446],
[647.265,149.3226],
[647.332,120.04860000000001],
[647.732,118.09360000000001],
[647.998,397.1285],
[648.065,119.04960000000001],
[648.265,150.2996],
[648.598,153.6345],
[648.733,119.9562],
[648.999,121.0243],
[649.265,152.27280000000002],
[649.531,124.9239],
[649.731,164.9316],
[649.866,132.72310000000002],
[650.065,149.30180000000001],
[650.465,118.096],
[650.532,131.7601],
[650.798,120.9465],
[650.998,142.4958],
[651.198,121.02499999999999],
[651.533,127.83729999999998],
[651.733,122.00410000000001],
[652,125.90360000000001],
[652.265,155.1997],
[652.331,127.5132],
[652.532,151.233],
[652.798,121.9649],
[653.065,119.0694],
[653.2,150.3041],
[653.531,122.5796],
[653.733,125.82570000000001],
[653.932,150.30370000000002],
[654.132,121.9762],
[654.399,120.02459999999999],
[654.533,438.21999999999997],
[654.799,148.37],
[654.999,126.866],
[655.265,126.70219999999999],
[655.466,153.2329],
[655.733,119.7511],
[656.065,121.99889999999999],
[656.132,154.20770000000002],
[656.398,133.71169999999998],
[656.665,155.1894],
[656.799,124.9275],
[657.066,151.2748],
[657.265,125.93039999999999],
[657.598,147.9495],
[657.731,124.57360000000001],
[658.065,148.3718],
[658.331,121.01960000000001],
[658.465,145.4367],
[658.598,127.8434],
[658.998,147.3757],
[659.198,121.0249],
[659.265,156.16],
[659.598,127.8561],
[659.798,151.57219999999998],
[659.931,153.8987],
[660.331,153.2316],
[660.4,125.90039999999999],
[660.665,136.6407],
[660.932,114.19200000000001],
[661.066,153.23149999999998],
[661.466,132.7313],
[661.598,128.8512],
[661.932,339.6263],
[661.999,151.90300000000002],
[662.265,118.59519999999999],
[662.532,147.363],
[662.798,118.0958],
[662.933,390.3949],
[663.133,152.25250000000003],
[663.398,119.0969],
[663.598,163.972],
[663.798,126.4984],
[664.065,148.022],
[664.265,123.7724],
[664.465,129.0451],
[664.865,123.9477],
[664.998,367.9516],
[665.133,135.6645],
[665.533,125.9056],
[665.731,160.07469999999998],
[665.798,128.10750000000002],
[666.199,118.7683],
[666.265,342.91490000000005],
[666.466,123.9477],
[666.731,184.5496],
[666.931,133.3126],
[667.266,155.1819],
[667.465,154.2074],
[667.665,129.7997],
[667.865,161.03500000000003],
[668.133,156.1596],
[668.331,129.8145],
[668.599,121.9951],
[668.8,155.768],
[668.998,122.9759],
[669.266,142.86260000000001],
[669.6,158.75619999999998],
[669.799,123.94810000000001],
[670,154.2286],
[670.065,121.9743],
[670.465,121.0239],
[670.665,153.2327],
[670.798,125.9034],
[671.065,149.47070000000002],
[671.198,118.0953],
[671.598,149.9403],
[671.666,120.6586],
[671.865,143.4561],
[672.198,120.0512],
[672.532,151.2793],
[672.598,126.87970000000001],
[672.865,146.3948],
[673.065,120.0524],
[673.332,116.14389999999999],
[673.532,148.0068],
[673.865,150.97379999999998],
[673.932,121.04769999999999],
[674.132,156.1354],
[674.398,121.03840000000001],
[674.733,153.2373],
[674.798,126.881],
[675.065,149.3237],
[675.265,130.7643],
[675.466,154.39700000000002],
[675.798,127.4342],
[676.065,119.7448],
[676.198,157.6543],
[676.398,123.95200000000001],
[676.598,154.1831],
[676.865,123.90769999999999],
[677.132,149.3078],
[677.265,123.95299999999999],
[677.533,152.27550000000002],
[677.733,121.58239999999999],
[678.065,156.1742],
[678.2,132.4326],
[678.465,152.2405],
[678.798,151.28050000000002],
[678.931,126.8803],
[679.2,156.16469999999998],
[679.331,123.956],
[679.732,124.9319],
[679.865,402.6959],
[679.998,121.02409999999999],
[680.266,148.9692],
[680.532,133.71839999999997],
[680.798,122.3579],
[681.065,124.9233],
[681.265,439.19960000000003],
[681.331,120.05340000000001],
[681.666,143.4771],
[681.8,120.01],
[682.066,154.2305],
[682.332,122.96940000000001],
[682.465,152.2121],
[682.798,125.4064],
[682.999,156.1799],
[683.265,129.8096],
[683.399,152.2797],
[683.6,119.0673],
[683.865,118.1153],
[684.198,140.5322],
[684.399,118.0179],
[684.598,131.7399],
[684.798,153.8774],
[684.931,121.7265],
[685.333,121.0179],
[685.398,149.32770000000002],
[685.6,117.1205],
[686,122.9893],
[686.131,147.352],
[686.266,125.34729999999999],
[686.598,147.3673],
[686.798,119.1697],
[686.998,150.1295],
[687.198,119.0822],
[687.465,150.313],
[687.665,127.87509999999999],
[687.931,154.212],
[688.199,124.9314],
[688.399,154.2329],
[688.531,140.1532],
[688.931,156.7075],
[689.132,120.6812],
[689.398,360.8976],
[689.465,120.1728],
[689.798,152.25639999999999],
[689.933,123.95230000000001],
[690.198,149.3279],
[690.398,120.0613],
[690.731,329.8878],
[690.799,125.88569999999999],
[691.065,118.097],
[691.265,153.2371],
[691.665,155.6013],
[691.798,122.9761],
[691.998,119.0724],
[692.331,126.8801],
[692.399,343.552],
[692.6,126.927],
[692.999,124.7864],
[693.066,154.0669],
[693.265,127.85650000000001],
[693.533,152.90380000000002],
[693.732,121.0439],
[693.933,152.2612],
[694.331,122.97619999999999],
[694.531,153.23600000000002],
[694.666,129.7838],
[694.932,146.4249],
[695.066,123.9512],
[695.465,124.5142],
[695.532,153.2143],
[695.798,123.5261],
[695.999,153.9606],
[696.2,118.0958],
[696.6,149.3417],
[696.665,128.83710000000002],
[697.066,399.168],
[697.132,155.1788],
[697.332,128.83530000000002],
[697.533,136.32649999999998],
[697.798,145.99980000000002],
[698.065,121.6836],
[698.398,121.0239],
[698.465,152.25549999999998],
[698.732,121.9996],
[699.065,152.25289999999998],
[699.2,118.1069],
[699.331,148.3507],
[699.6,118.09110000000001],
[699.799,145.9978],
[700.066,121.9997],
[700.266,147.0429],
[700.666,128.1295],
[700.733,149.32780000000002],
[701.065,140.553],
[701.199,497.7489],
[701.4,173.7282],
[701.732,120.0438],
[701.798,155.1877],
[702.066,123.95150000000001],
[702.266,167.9562],
[702.533,121.9971],
[702.732,117.1141],
[702.933,130.7842],
[703.331,120.06500000000001],
[703.531,129.79070000000002],
[703.731,358.192],
[703.866,153.23149999999998],
[704.065,119.7274],
[704.4,121.99980000000001],
[704.666,359.2056],
[704.731,125.89420000000001],
[705.131,121.02839999999999],
[705.265,142.4916],
[705.598,120.03070000000001],
[705.732,374.7682],
[705.932,122.9971],
[706.198,366.5501],
[706.332,122.976],
[706.532,154.43009999999998],
[706.933,126.887],
[707.065,156.1555],
[707.333,121.0059],
[707.599,155.18380000000002],
[707.665,123.9511],
[708,149.32780000000002],
[708.131,122.9312],
[708.4,152.2399],
[708.599,127.4684],
[708.865,155.2038],
[709.065,122.9763],
[709.265,155.184],
[709.465,135.64770000000001],
[709.798,126.8802],
[709.998,167.87179999999998],
[710.266,130.7841],
[710.399,148.1841],
[710.599,162.0163],
[710.931,125.90390000000001],
[711.131,141.5196],
[711.465,148.3518],
[711.531,119.08879999999999],
[711.798,145.4242],
[711.933,120.06139999999999],
[712.332,126.5355],
[712.598,379.5589],
[712.666,121.3962],
[712.865,129.9941],
[713.2,124.4566],
[713.333,149.32809999999998],
[713.533,122.9951],
[713.8,153.2266],
[714.131,126.85440000000001],
[714.399,142.4914],
[714.533,122.97579999999999],
[714.798,148.3528],
[714.933,122.0044],
[715.132,148.1587],
[715.398,121.01],
[715.665,152.25549999999998],
[715.931,123.9749],
[716.065,145.4392],
[716.331,125.89359999999999],
[716.465,149.32750000000001],
[716.732,122.6121],
[717.066,119.79570000000001],
[717.133,398.2088],
[717.4,124.649],
[717.665,147.3655],
[717.931,125.90950000000001],
[718.065,150.34890000000001],
[718.265,135.314],
[718.665,126.87970000000001],
[718.731,156.15480000000002],
[718.998,124.1851],
[719.198,149.98829999999998],
[719.466,125.6],
[719.666,152.9424],
[719.865,127.5772],
[720.198,146.3962],
[720.465,121.0277],
[720.599,148.3304],
[720.865,116.1496],
[721,119.06790000000001],
[721.2,390.81149999999997],
[721.398,153.14440000000002],
[721.665,123.9528],
[721.866,155.79870000000003],
[722.198,126.5293],
[722.399,154.2075],
[722.531,123.95349999999999],
[722.931,124.9316],
[723,154.2118],
[723.198,120.9995],
[723.532,118.0957],
[723.665,139.5412],
[724.066,127.39020000000001],
[724.132,152.7764],
[724.466,124.9289],
[724.533,146.4239],
[724.799,127.8513],
[725.065,120.0382],
[725.265,352.299],
[725.465,131.74089999999998],
[725.665,168.0335],
[725.998,145.39440000000002],
[726.265,128.5909],
[726.531,467.83570000000003],
[726.598,126.8792],
[726.932,121.0256],
[727.198,159.80929999999998],
[727.265,135.4023],
[727.665,129.0695],
[727.798,152.9131],
[727.933,121.7012],
[728.2,153.2318],
[728.4,123.8865],
[728.599,156.1318],
[728.931,124.9281],
[729.132,154.9774],
[729.265,129.4283],
[729.665,124.8939],
[729.731,154.2415],
[730.065,128.85479999999998],
[730.198,153.23919999999998],
[730.466,122.9926],
[730.665,147.42450000000002],
[730.865,122.0004],
[731.065,142.4956],
[731.331,152.45520000000002],
[731.531,124.9287],
[731.865,153.8464],
[732.065,120.7304],
[732.333,155.18460000000002],
[732.465,130.79],
[732.665,150.2811],
[732.931,119.0715],
[733.2,118.0968],
[733.331,188.3688],
[733.532,124.9425],
[733.932,122.6691],
[734,434.6193],
[734.266,153.2544],
[734.465,122.9756],
[734.665,153.2182],
[735.065,124.92309999999999],
[735.131,139.563],
[735.465,121.0184],
[735.665,156.24779999999998],
[735.931,167.87650000000002],
[736.065,130.4579],
[736.332,122.61569999999999],
[736.665,387.4731],
[736.731,121.9544],
[737,151.2797],
[737.265,140.53889999999998],
[737.465,119.0828],
[737.732,125.8994],
[737.865,166.8946],
[738.066,125.90100000000001],
[738.465,158.3587],
[738.531,128.4098],
[738.932,122.0063],
[738.998,151.2704],
[739.265,121.9932],
[739.465,157.12019999999998],
[739.799,121.024],
[739.865,147.3749],
[740.065,125.90899999999999],
[740.399,149.3504],
[740.531,120.0242],
[740.865,153.33530000000002],
[741.066,124.6424],
[741.198,149.3323],
[741.532,120.0476],
[741.733,148.35309999999998],
[741.865,128.8206],
[742.132,149.3243],
[742.465,121.98],
[742.731,143.47199999999998],
[742.866,156.4557],
[743.066,125.5068],
[743.398,124.909],
[743.532,153.2412],
[743.665,122.9988],
[744.065,149.32760000000002],
[744.332,145.40429999999998],
[744.398,126.89659999999999],
[744.731,149.72070000000002],
[744.998,124.9696],
[745.199,422.03069999999997],
[745.266,152.9834],
[745.465,125.889],
[745.865,122.02399999999999],
[746.132,146.3752],
[746.198,121.0244],
[746.532,132.7356],
[746.665,122.9761],
[746.998,124.4865],
[747.132,120.0285],
[747.266,372.596],
[747.533,127.6093],
[747.798,158.1113],
[747.998,125.89890000000001],
[748.265,121.0261],
[748.598,121.0238],
[748.799,128.8327],
[748.931,436.27500000000003],
[749.131,145.4284],
[749.465,148.9935],
[749.531,122.3777],
[749.865,124.9281],
[750.133,144.42759999999998],
[750.265,122.9705],
[750.465,117.1002],
[750.799,142.4965],
[750.931,118.09609999999999],
[751.266,123.956],
[751.532,121.711],
[751.6,346.50579999999997],
[751.8,130.7854],
[752.065,148.35219999999998],
[752.398,124.9522],
[752.532,161.0445],
[752.732,122.0183],
[752.933,145.42],
[753.333,126.9077],
[753.398,358.39549999999997],
[753.599,145.9116],
[753.799,120.0484],
[754.199,144.4577],
[754.266,121.004],
[754.466,147.3729],
[754.731,124.94529999999999],
[754.998,119.0939],
[755.198,145.71020000000001],
[755.533,119.74980000000001],
[755.598,147.9533],
[755.931,123.2812],
[756.198,153.23139999999998],
[756.398,144.4453],
[756.533,255.71300000000002],
[756.733,125.4531],
[756.998,226.11860000000001],
[757.2,124.9083],
[757.598,123.9545],
[757.8,163.6651],
[757.865,126.57350000000001],
[758.198,155.8346],
[758.399,124.8722],
[758.531,150.32780000000002],
[758.931,129.80849999999998],
[758.999,505.56809999999996],
[759.198,129.80710000000002],
[759.466,164.9439],
[759.732,128.8038],
[760.065,125.88170000000001],
[760.132,152.2526],
[760.331,124.4505],
[760.6,155.17819999999998],
[760.865,124.9361],
[761.132,350.3637],
[761.332,123.9359],
[761.532,138.5761],
[761.866,146.3331],
[761.932,123.8655],
[762.265,151.9667],
[762.465,121.56450000000001],
[762.665,147.3537],
[762.865,129.8128],
[763.2,161.9949],
[763.265,127.8515],
[763.6,157.14020000000002],
[763.798,114.1862],
[764.132,121.0047],
[764.331,153.955],
[764.466,123.9727],
[764.599,116.8465],
[764.866,123.61510000000001],
[765.198,154.2327],
[765.398,124.9042],
[765.532,137.6153],
[765.866,122.011],
[766.132,154.18529999999998],
[766.199,133.6939],
[766.532,121.0283],
[766.798,154.0258],
[766.865,119.77369999999999],
[767.265,119.07220000000001],
[767.465,148.3689],
[767.731,156.13920000000002],
[767.799,124.94500000000001],
[768.065,146.3775],
[768.2,126.87970000000001],
[768.531,121.0288],
[768.731,150.6102],
[768.932,132.7354],
[769.198,128.855],
[769.532,131.7592],
[769.732,162.0138],
[769.865,158.0946],
[770.131,123.936],
[770.331,139.2615],
[770.533,150.2986],
[770.798,124.58080000000001],
[770.932,151.7213],
[771.133,120.9994],
[771.4,154.1963],
[771.731,125.8842],
[771.8,402.1125],
[772.065,151.28],
[772.332,120.0475],
[772.599,124.3025],
[772.798,150.3051],
[773.131,419.6798],
[773.2,156.1643],
[773.531,174.71110000000002],
[773.732,127.857],
[773.998,155.18599999999998],
[774.066,127.8679],
[774.465,169.4874],
[774.532,136.31789999999998],
[774.932,120.0629],
[775.131,127.4986],
[775.333,423.5655],
[775.398,122.9842],
[775.665,159.0865],
[776.065,131.7715],
[776.199,125.8929],
[776.332,160.0842],
[776.731,127.7338],
[776.798,480.1295],
[777.133,157.4237],
[777.198,2850.7939],
[777.465,2679.8877],
[777.799,2590.1304],
[777.999,2374.421],
[778.265,2373.4362],
[778.4,2192.8843],
[778.732,2099.8255],
[778.866,1905.6023],
[778.998,1925.4073],
[779.266,1689.2122],
[779.666,1547.0502999999999],
[779.866,1338.1617999999999],
[779.998,1323.5282],
[780.266,1111.745],
[780.533,1073.4302],
[780.665,864.5663999999999],
[780.798,778.6858],
[781.065,739.6342],
[781.266,497.46279999999996],
[781.665,356.2228],
[781.865,169.84089999999998],
[781.999,131.77720000000002],
[782.2,187.88920000000002],
[782.4,133.7125],
[782.798,158.09980000000002],
[782.866,130.9049],
[783.265,146.0558],
[783.4,117.7187],
[783.665,150.70929999999998],
[783.733,122.9761],
[784,145.4192],
[784.4,122.0231],
[784.465,153.2489],
[784.732,158.1163],
[784.866,122.97619999999999],
[785.265,121.6134],
[785.332,155.20770000000002],
[785.598,122.5567],
[785.865,146.4001],
[786.065,124.92880000000001],
[786.398,145.4287],
[786.466,121.02449999999999],
[786.865,157.1398],
[786.932,130.7888],
[787.198,150.9367],
[787.398,120.83670000000001],
[787.732,159.1081],
[787.798,125.95410000000001],
[788.133,154.1179],
[788.398,127.8433],
[788.532,136.6406],
[788.733,152.2567],
[788.932,127.85640000000001],
[789.198,162.00410000000002],
[789.398,122.0505],
[789.733,158.703],
[789.931,129.8124],
[790.131,125.8337],
[790.465,122.95570000000001],
[790.665,127.86269999999999],
[790.798,438.1839],
[790.933,149.3479],
[791.333,153.2362],
[791.398,133.7165],
[791.732,142.1444],
[791.932,119.76480000000001],
[792.198,148.6535],
[792.331,120.9795],
[792.665,121.02019999999999],
[792.931,123.9759],
[792.998,405.0643],
[793.198,128.8374],
[793.465,136.6023],
[793.798,128.8412],
[793.865,393.8086],
[794.132,126.58420000000001],
[794.398,116.7839],
[794.598,152.23809999999997],
[794.932,121.0343],
[794.998,159.0926],
[795.331,151.28050000000002],
[795.465,127.83919999999999],
[795.665,150.2842],
[796,148.9436],
[796.265,122.9759],
[796.466,155.8018],
[796.733,120.72819999999999],
[796.932,362.1002],
[797.065,123.9561],
[797.332,154.1889],
[797.466,129.827],
[797.732,158.1309],
[797.999,132.25],
[798.265,155.6918],
[798.531,121.8212],
[798.599,156.14079999999998],
[798.866,126.55060000000002],
[799.131,155.48020000000002],
[799.265,130.0256],
[799.531,153.2503],
[799.732,125.90350000000001],
[799.998,191.2945],
[800.198,124.9264],
[800.466,151.2755],
[800.665,121.01870000000001],
[801,158.1056],
[801.066,122.0002],
[801.398,123.58070000000001],
[801.665,152.90709999999999],
[801.732,123.9563],
[802.065,143.4709],
[802.265,160.0591],
[802.465,120.0805],
[802.665,161.0719],
[803,156.1826],
[803.131,122.9804],
[803.4,131.76250000000002],
[803.732,124.977],
[803.798,401.8679],
[804.066,137.6164],
[804.332,159.10920000000002],
[804.532,126.85949999999998],
[804.732,150.3032],
[805.065,121.98249999999999],
[805.265,147.39569999999998],
[805.399,117.1057],
[805.665,151.9088],
[805.798,118.7632],
[806.066,121.9762],
[806.398,152.27859999999998],
[806.533,122.9718],
[806.865,137.6165],
[807.065,517.6415],
[807.199,207.6496],
[807.532,130.41330000000002],
[807.598,154.8427],
[807.866,125.551],
[808.198,135.6798],
[808.398,154.2319],
[808.665,123.9517],
[808.733,151.2807],
[809.131,154.18380000000002],
[809.331,120.04860000000001],
[809.465,147.37140000000002],
[809.665,122.9759],
[809.998,142.5042],
[810.066,116.15979999999999],
[810.466,116.14489999999999],
[810.532,125.91659999999999],
[810.865,155.18789999999998],
[811.133,121.0398],
[811.265,156.14819999999997],
[811.466,124.9278],
[811.798,159.1119],
[811.999,120.6904],
[812.266,192.2713],
[812.331,138.5969],
[812.599,136.0613],
[812.798,126.924],
[813.199,126.60170000000001],
[813.333,201.1267],
[813.465,136.6444],
[813.8,158.1086],
[813.931,126.8803],
[814.132,152.2344],
[814.398,129.8051],
[814.598,181.5357],
[814.866,124.97500000000001],
[815.199,153.05530000000002],
[815.266,126.04370000000002],
[815.532,148.3475],
[815.865,152.2557],
[815.932,124.9276],
[816.265,151.26010000000002],
[816.533,127.831],
[816.665,418.9916],
[816.865,151.5439],
[817.065,124.04719999999999],
[817.265,134.6888],
[817.598,123.5868],
[817.731,154.20829999999998],
[818.065,127.8761],
[818.2,149.3082],
[818.465,121.00410000000001],
[818.798,152.30659999999997],
[818.866,127.87509999999999],
[819.132,123.9328],
[819.466,195.84109999999998],
[819.532,149.9674],
[819.798,128.5519],
[819.998,155.3955],
[820.266,197.0432],
[820.532,127.8716],
[820.733,146.4],
[820.866,123.96809999999999],
[821.198,127.8509],
[821.332,157.1129],
[821.733,190.1534],
[821.798,138.42960000000002],
[821.998,195.13240000000002],
[822.265,134.4045],
[822.599,151.28379999999999],
[822.798,121.0255],
[823.065,200.08],
[823.198,138.5992],
[823.532,135.66410000000002],
[823.665,421.1081],
[823.798,124.9628],
[824.065,165.9212],
[824.265,125.553],
[824.466,139.5654],
[824.798,126.89580000000001],
[825.132,170.7949],
[825.265,129.80720000000002],
[825.398,125.90899999999999],
[825.733,124.9238],
[825.931,151.3003],
[826.066,131.7584],
[826.399,160.0646],
[826.665,153.24609999999998],
[826.931,380.7551],
[826.998,152.6047],
[827.198,121.7697],
[827.398,152.25459999999998],
[827.665,157.1432],
[827.865,127.856],
[828.198,161.221],
[828.465,126.8808],
[828.733,492.3434],
[828.798,151.87290000000002],
[829.133,138.5917],
[829.398,160.05730000000003],
[829.465,125.87989999999999],
[829.865,164.94400000000002],
[830.066,158.892],
[830.266,134.6868],
[830.398,144.4486],
[830.598,122.96340000000001],
[830.799,159.11249999999998],
[831.199,122.9647],
[831.265,159.0881],
[831.598,117.4688],
[831.865,121.5816],
[831.998,142.4968],
[832.198,127.2295],
[832.465,190.3598],
[832.598,121.3448],
[832.932,154.20839999999998],
[833.132,127.86659999999999],
[833.398,154.2316],
[833.665,128.8272],
[833.733,382.5877],
[833.933,137.6329],
[834.266,151.6901],
[834.399,124.9833],
[834.599,158.1378],
[834.931,121.6575],
[835.133,152.2349],
[835.332,123.9517],
[835.532,149.34990000000002],
[835.732,130.78310000000002],
[836.132,151.1731],
[836.332,124.9124],
[836.532,125.5232],
[836.733,381.6771],
[836.865,125.8802],
[837.198,391.428],
[837.333,152.8018],
[837.532,124.92830000000001],
[837.932,123.9514],
[837.998,153.23049999999998],
[838.332,118.1008],
[838.598,153.2319],
[838.665,128.828],
[838.933,153.2572],
[839.198,128.5706],
[839.332,137.90109999999999],
[839.665,129.3345],
[839.798,151.8151],
[840.198,124.9237],
[840.332,471.4069],
[840.466,129.8088],
[840.865,125.897],
[840.933,158.11610000000002],
[841.132,129.8234],
[841.531,125.92809999999999],
[841.599,158.1147],
[841.8,127.45509999999999],
[842.066,151.71599999999998],
[842.266,123.95100000000001],
[842.532,156.17700000000002],
[842.798,126.89359999999999],
[843.132,122.9919],
[843.198,407.9681],
[843.398,121.9997],
[843.598,390.4671],
[843.865,120.729],
[844.266,152.2826],
[844.331,122.02019999999999],
[844.531,126.4046],
[844.931,121.0004],
[845.131,144.44750000000002],
[845.199,126.8793],
[845.399,161.0394],
[845.666,158.1121],
[845.866,118.74029999999999],
[846.265,127.8552],
[846.398,150.9923],
[846.533,120.9501],
[846.932,150.3049],
[846.998,123.97030000000001],
[847.332,121.0197],
[847.598,145.424],
[847.733,117.087],
[847.999,120.0711],
[848.199,138.5961],
[848.465,147.6847],
[848.665,124.0067],
[848.932,130.79160000000002],
[849.065,154.8588],
[849.331,126.87590000000002],
[849.465,154.2079],
[849.865,133.6859],
[849.998,122.0004],
[850.332,148.35119999999998],
[850.465,122.9905],
[850.733,132.30939999999998],
[850.932,121.0105],
[851.132,189.3451],
[851.266,141.5193],
[851.598,122.975],
[851.798,153.2318],
[851.998,126.8794],
[852.332,159.06519999999998],
[852.465,127.85569999999998],
[852.665,202.598],
[852.865,128.49099999999999],
[853.265,125.9007],
[853.331,150.3004],
[853.532,120.99799999999999],
[853.932,124.9211],
[854.066,158.0878],
[854.333,158.08769999999998],
[854.532,126.49730000000001],
[854.733,122.00070000000001],
[855.065,155.8974],
[855.132,126.87660000000001],
[855.331,155.1598],
[855.531,125.91659999999999],
[855.8,116.1446],
[856.198,124.946],
[856.265,152.29590000000002],
[856.465,127.85640000000001],
[856.732,154.20780000000002],
[856.931,123.95150000000001],
[857.265,148.35219999999998],
[857.333,125.8801],
[857.731,125.9077],
[857.931,570.96],
[858.066,135.64319999999998],
[858.266,159.08939999999998],
[858.598,131.7604],
[858.732,179.2854],
[858.931,130.78400000000002],
[859.2,126.84019999999998],
[859.398,152.257],
[859.732,121.045],
[859.933,148.3715],
[860.066,128.8152],
[860.265,146.4055],
[860.533,120.048],
[860.799,144.459],
[860.931,123.62299999999999],
[861.266,156.1644],
[861.466,122.9799],
[861.666,154.2094],
[861.865,124.9527],
[862.199,121.0262],
[862.398,148.35119999999998],
[862.533,119.0947],
[862.731,157.54989999999998],
[863.066,123.0571],
[863.198,153.2075],
[863.466,120.0721],
[863.798,117.1382],
[864.065,122.02000000000001],
[864.132,148.3613],
[864.332,122.9624],
[864.733,151.5487],
[864.798,122.6814],
[865.132,156.5463],
[865.399,154.2418],
[865.533,121.9945],
[865.865,126.883],
[865.932,135.64419999999998],
[866.131,137.61509999999998],
[866.531,123.93039999999999],
[866.665,208.88209999999998],
[866.8,122.9978],
[867.132,154.5747],
[867.333,124.63119999999999],
[867.465,134.684],
[867.733,122.00070000000001],
[867.931,154.201],
[868.131,120.0446],
[868.531,152.25150000000002],
[868.798,126.8801],
[868.865,154.7038],
[869.065,127.55659999999999],
[869.466,126.5062],
[869.666,178.6764],
[869.733,122.447],
[869.999,153.25240000000002],
[870.265,128.8321],
[870.532,173.72740000000002],
[870.731,125.9025],
[870.931,120.0744],
[871.265,124.6143],
[871.465,153.93589999999998],
[871.599,125.8937],
[871.865,131.07940000000002],
[872.133,460.044],
[872.2,125.9038],
[872.598,155.1842],
[872.798,126.85820000000001],
[873.066,121.9754],
[873.132,155.1644],
[873.332,135.6438],
[873.598,154.231],
[873.865,165.9184],
[874.133,126.6107],
[874.398,123.9518],
[874.532,442.1551],
[874.665,145.236],
[875.065,151.2647],
[875.132,123.92880000000001],
[875.465,150.2995],
[875.665,125.89970000000001],
[875.999,131.7845],
[876.066,402.1074],
[876.265,146.4133],
[876.666,129.8076],
[876.798,428.06919999999997],
[876.933,133.7111],
[877.266,156.5555],
[877.465,120.65570000000001],
[877.598,128.5702],
[877.998,123.9568],
[878.132,122.95989999999999],
[878.266,149.3108],
[878.532,121.99749999999999],
[878.933,127.90090000000001],
[878.998,161.9999],
[879.333,123.9508],
[879.465,141.5147],
[879.665,162.00039999999998],
[879.866,131.7392],
[880.265,149.3517],
[880.331,125.9075],
[880.732,121.04429999999999],
[880.933,156.159],
[881.131,123.5801],
[881.332,477.50169999999997],
[881.466,156.7143],
[881.731,159.0834],
[881.865,129.8115],
[882.265,132.7607],
[882.332,154.8464],
[882.598,156.1523],
[882.865,128.56709999999998],
[883.132,149.3039],
[883.331,130.7891],
[883.599,154.2534],
[883.666,129.8348],
[883.998,121.0385],
[884.132,156.1558],
[884.466,121.99889999999999],
[884.733,166.1775],
[884.866,127.8639],
[885.199,142.497],
[885.4,120.0478],
[885.531,462.6241],
[885.732,124.9236],
[886.132,123.94969999999999],
[886.198,149.9416],
[886.399,155.7681],
[886.665,127.8553],
[886.998,152.1101],
[887.065,121.9793],
[887.466,147.3764],
[887.665,126.8591],
[887.732,147.3726],
[887.999,131.7602],
[888.265,149.3235],
[888.398,122.9585],
[888.799,171.77870000000001],
[888.865,132.7314],
[889.265,172.8148],
[889.331,144.5086],
[889.598,124.9119],
[889.932,130.7741],
[890.065,125.85869999999998],
[890.265,193.24779999999998],
[890.465,134.688],
[890.798,159.1376],
[891.065,120.6212],
[891.265,149.65619999999998],
[891.399,164.9452],
[891.6,123.9504],
[891.8,153.22820000000002],
[891.998,128.1925],
[892.398,157.136],
[892.465,121.0442],
[892.865,155.18009999999998],
[892.931,123.97189999999999],
[893.265,131.7675],
[893.399,124.9059],
[893.731,146.395],
[893.998,122.97579999999999],
[894.065,157.12460000000002],
[894.332,130.79569999999998],
[894.533,156.1556],
[894.732,134.68849999999998],
[894.933,156.15970000000002],
[895.198,129.0397],
[895.465,153.2286],
[895.732,125.5831],
[895.865,161.0608],
[896.131,131.7355],
[896.265,150.39159999999998],
[896.598,131.7461],
[896.732,155.9913],
[897.066,130.4782],
[897.265,161.87009999999998],
[897.466,149.3318],
[897.8,162.99169999999998],
[897.866,136.6361],
[898.066,159.0926],
[898.466,132.7361],
[898.732,157.135],
[898.932,452.56370000000004],
[898.998,126.88569999999999],
[899.199,152.95],
[899.465,130.4384],
[899.733,130.7836],
[899.933,159.0834] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>