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

4173 lines
387 KiB
HTML
Raw Normal View History

2020-04-20 13:04:33 +02:00
<!doctype html>
<html>
<head>
<title>[Debian] 5 requests per second, 15 minutes (#6)</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] 5 requests per second, 15 minutes (#6)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,4426.4018],
[0.199,203.54149999999998],
[0.4,141.6122],
[0.6,133.7165],
[0.799,116.13080000000001],
[0.999,125.9163],
[1.199,149.3079],
[1.399,137.5959],
[1.799,170.0642],
[2,125.91659999999999],
[2.2,114.19200000000001],
[2.399,116.1393],
[2.599,149.3081],
[2.799,118.09649999999999],
[3,117.1194],
[3.2,114.1917],
[3.6,135.6397],
[3.8,116.1426],
[4,144.447],
[4.198,145.4192],
[4.399,117.1155],
[4.6,111.26419999999999],
[4.799,121.0231],
[5,117.1208],
[5.2,142.0273],
[5.599,112.2396],
[5.799,121.014],
[6,115.18050000000001],
[6.199,122.976],
[6.399,153.232],
[6.6,112.2395],
[6.799,115.1677],
[7.2,112.255],
[7.398,116.1434],
[7.599,148.3627],
[7.8,116.8494],
[8,117.1192],
[8.199,118.3497],
[8.398,122.9755],
[8.6,137.5917],
[9,116.1416],
[9.198,116.9379],
[9.399000000000001,121.0244],
[9.6,123.95349999999999],
[9.799,115.16659999999999],
[9.999,115.1652],
[10.199,119.0487],
[10.4,115.1687],
[10.599,125.9047],
[10.999,114.191],
[11.199,119.0754],
[11.4,114.1918],
[11.599,117.7504],
[11.8,117.1192],
[11.999,113.2111],
[12.198,113.2153],
[12.599,121.0289],
[12.8,120.81609999999999],
[13,123.9545],
[13.2,140.5485],
[13.4,145.4192],
[13.6,116.1446],
[13.799,114.3353],
[13.999,124.9243],
[14.2,117.1008],
[14.6,128.8322],
[14.799,123.9532],
[15,125.8814],
[15.2,118.1004],
[15.4,123.1133],
[15.6,139.5677],
[15.8,160.03539999999998],
[16,133.70299999999997],
[16.399,123.95349999999999],
[16.6,132.80020000000002],
[16.799,120.04960000000001],
[16.998,117.1204],
[17.199,122.5042],
[17.4,117.1192],
[17.6,124.928],
[17.8,120.048],
[18.2,122.9764],
[18.4,118.70830000000001],
[18.6,121.9961],
[18.8,127.85560000000001],
[19,124.9281],
[19.2,122.74680000000001],
[19.4,124.5873],
[19.599,153.2108],
[20,137.6153],
[20.199,117.09519999999999],
[20.399,144.46],
[20.599,124.92830000000001],
[20.8,145.4248],
[21,145.4233],
[21.2,129.8077],
[21.598,121.01960000000001],
[21.8,125.88830000000002],
[21.999,117.116],
[22.2,117.1391],
[22.399,118.09179999999999],
[22.6,132.7364],
[22.8,114.19],
[22.999,126.87970000000001],
[23.4,122.00529999999999],
[23.598,141.5162],
[23.8,149.34890000000001],
[23.999,124.9273],
[24.2,155.1845],
[24.399,122.5913],
[24.599,116.1441],
[24.799,124.86070000000001],
[25.2,117.1084],
[25.399,120.9802],
[25.6,118.09129999999999],
[25.8,149.0316],
[25.999,147.3758],
[26.199,122.00030000000001],
[26.4,122.9736],
[26.6,121.0029],
[27,117.2231],
[27.2,124.9267],
[27.4,121],
[27.599,150.2776],
[27.8,120.0479],
[28,127.85940000000001],
[28.199,121.02300000000001],
[28.4,124.9241],
[28.799,117.33],
[28.999,123.96300000000001],
[29.2,120.02359999999999],
[29.4,128.8259],
[29.6,117.67790000000001],
[29.8,122.96650000000001],
[30,124.9439],
[30.2,148.3556],
[30.399,114.217],
[30.8,119.1943],
[31,125.90009999999998],
[31.2,145.4195],
[31.4,121.0308],
[31.6,123.9367],
[31.8,140.5436],
[32,123.95230000000001],
[32.2,115.72019999999999],
[32.6,133.6916],
[32.799,121.99980000000001],
[33,127.85669999999999],
[33.2,122.0006],
[33.399,124.98140000000001],
[33.6,129.7886],
[33.8,132.7361],
[34.198,127.8521],
[34.399,127.8562],
[34.599,116.1434],
[34.799,147.3609],
[34.999,116.1683],
[35.199,120.0266],
[35.4,122.9763],
[35.6,151.2794],
[35.799,117.12],
[36.2,120.0492],
[36.4,124.9289],
[36.598,145.424],
[36.799,125.9033],
[36.999,158.125],
[37.199,149.3274],
[37.399,158.0349],
[37.8,121.0106],
[38,119.0566],
[38.198,117.1161],
[38.399,124.4556],
[38.6,120.6592],
[38.8,137.2364],
[38.999,125.92110000000001],
[39.2,127.8561],
[39.6,148.35139999999998],
[39.799,135.6576],
[40,149.327],
[40.199,122.0002],
[40.4,125.9431],
[40.6,148.3315],
[40.8,118.1119],
[41,122.70060000000001],
[41.4,121.0039],
[41.6,123.9518],
[41.8,148.3746],
[42,119.088],
[42.198,157.14939999999999],
[42.399,128.57569999999998],
[42.6,120.048],
[42.799,123.0331],
[43,152.2553],
[43.4,130.82150000000001],
[43.598,118.9163],
[43.799,137.61499999999998],
[43.999,142.49790000000002],
[44.199,121.0001],
[44.4,130.7837],
[44.6,150.304],
[45,122.97529999999999],
[45.2,125.90480000000001],
[45.4,122],
[45.6,121.0374],
[45.798,122.9761],
[45.999,121.9827],
[46.2,155.18470000000002],
[46.399,152.2362],
[46.599,120.0316],
[46.998,121.0414],
[47.2,129.80780000000001],
[47.399,124.6771],
[47.598,152.2533],
[47.799,152.2519],
[47.999,145.4401],
[48.199,122.96350000000001],
[48.4,152.2409],
[48.8,123.9644],
[49,145.4241],
[49.199,118.09119999999999],
[49.4,148.352],
[49.6,138.593],
[49.8,121.9834],
[50,148.8629],
[50.4,123.9479],
[50.6,147.8978],
[50.798,132.73579999999998],
[50.999,146.6556],
[51.199,149.32799999999997],
[51.399,129.80829999999997],
[51.6,127.85569999999998],
[51.8,155.182],
[51.999,124.9278],
[52.4,161.99939999999998],
[52.598,139.1599],
[52.8,139.11860000000001],
[52.999,143.48350000000002],
[53.199,137.3253],
[53.399,135.6614],
[53.599,156.1438],
[53.799,118.0966],
[54.199,124.9075],
[54.4,123.95259999999999],
[54.6,123.95230000000001],
[54.8,127.86],
[55,124.9204],
[55.2,121.9995],
[55.398,118.6947],
[55.6,123.9513],
[56,122.9697],
[56.2,132.7374],
[56.399,124.094],
[56.599,129.7832],
[56.8,136.6626],
[57,123.9514],
[57.199,144.4485],
[57.599,128.8319],
[57.8,156.16060000000002],
[57.999,152.2558],
[58.199,122.975],
[58.4,122.9773],
[58.6,125.92030000000001],
[58.8,122.0026],
[59,143.4707],
[59.2,123.17599999999999],
[59.598,122.9755],
[59.8,122.9972],
[60,132.7361],
[60.199,132.7387],
[60.4,126.8802],
[60.6,125.8838],
[60.8,128.8318],
[61.2,130.7827],
[61.4,153.0428],
[61.599,145.4008],
[61.8,133.68959999999998],
[62,124.91040000000001],
[62.2,154.208],
[62.398,155.1844],
[62.599,114.1919],
[62.999,123.6801],
[63.2,147.3766],
[63.399,122.7273],
[63.599,124.91869999999999],
[63.8,128.37460000000002],
[63.999,133.7125],
[64.199,144.447],
[64.399,119.0766],
[64.6,128.8092],
[65,128.83169999999998],
[65.2,125.9034],
[65.4,131.4185],
[65.6,122],
[65.8,121.681],
[65.999,178.0163],
[66.199,126.87970000000001],
[66.4,149.3074],
[66.8,122.9993],
[67,145.4107],
[67.199,125.90390000000001],
[67.4,119.06750000000001],
[67.6,120.31179999999999],
[67.798,122.57039999999999],
[68,129.8068],
[68.2,150.9103],
[68.599,133.7067],
[68.799,125.9031],
[69,152.2549],
[69.199,119.05789999999999],
[69.4,119.0717],
[69.6,134.6634],
[69.8,140.5499],
[70,126.4284],
[70.399,140.1465],
[70.6,149.33089999999999],
[70.8,120.0471],
[70.999,148.3518],
[71.199,125.9038],
[71.4,140.5401],
[71.599,123.97840000000001],
[72,119.76100000000001],
[72.2,146.9723],
[72.4,117.85719999999999],
[72.6,123.5963],
[72.8,118.0976],
[73,118.11240000000001],
[73.2,122.00080000000001],
[73.4,126.86639999999998],
[73.6,144.4502],
[74,117.6435],
[74.2,150.8932],
[74.399,148.3517],
[74.599,118.4542],
[74.8,121.9802],
[75,135.6639],
[75.2,123.9503],
[75.398,150.3003],
[75.799,119.0717],
[76,145.92749999999998],
[76.2,121.027],
[76.4,117.1198],
[76.599,115.7765],
[76.799,147.0465],
[76.999,140.5419],
[77.4,114.1931],
[77.599,121.0332],
[77.8,120.047],
[78,122.9722],
[78.2,122.9999],
[78.4,123.0024],
[78.6,124.9281],
[78.799,125.73809999999999],
[79.199,144.9433],
[79.4,119.1134],
[79.598,122.00080000000001],
[79.8,142.514],
[79.999,125.90899999999999],
[80.2,129.8076],
[80.4,121.0198],
[80.6,127.8662],
[80.998,157.80759999999998],
[81.199,122.63250000000001],
[81.399,124.5882],
[81.6,128.8318],
[81.8,121.00859999999999],
[81.998,117.117],
[82.199,116.14330000000001],
[82.399,133.70770000000002],
[82.599,122.0086],
[83,141.10510000000002],
[83.199,123.9494],
[83.4,119.4191],
[83.6,119.07289999999999],
[83.8,132.73409999999998],
[84,142.50730000000001],
[84.199,122.0002],
[84.6,127.85070000000002],
[84.8,123.95190000000001],
[84.999,118.57090000000001],
[85.2,143.47560000000001],
[85.4,120.7044],
[85.6,116.8127],
[85.8,120.04729999999999],
[86,119.0904],
[86.2,122.9782],
[86.6,120.0431],
[86.8,123.95150000000001],
[87,124.4394],
[87.2,118.8424],
[87.398,122.57990000000001],
[87.6,124.9178],
[87.799,121.0305],
[88.2,145.42430000000002],
[88.399,124.9448],
[88.6,129.7885],
[88.8,118.0953],
[89,122.0028],
[89.2,119.7497],
[89.4,126.87979999999999],
[89.6,119.6649],
[90,121.9996],
[90.2,131.7374],
[90.4,135.66559999999998],
[90.599,155.1851],
[90.799,123.94969999999999],
[91,122.9759],
[91.2,119.0741],
[91.4,123.95190000000001],
[91.6,140.5185],
[92,134.22809999999998],
[92.2,139.5516],
[92.4,124.91090000000001],
[92.6,127.85579999999999],
[92.8,130.7826],
[93,120.0466],
[93.198,118.0998],
[93.6,124.9343],
[93.8,120.0706],
[94,125.8291],
[94.2,121.00070000000001],
[94.4,119.08109999999999],
[94.6,136.6404],
[94.8,112.391],
[94.998,148.3637],
[95.399,115.6576],
[95.599,116.5623],
[95.799,117.18520000000001],
[95.999,115.07770000000001],
[96.199,122.52879999999999],
[96.399,125.26670000000001],
[96.6,116.92320000000001],
[96.8,122.9748],
[97.2,135.6789],
[97.4,126.90019999999998],
[97.6,125.9146],
[97.8,117.1193],
[98,124.4851],
[98.2,114.18939999999999],
[98.399,122.9768],
[98.6,126.32750000000001],
[99,118.09519999999999],
[99.2,128.84789999999998],
[99.4,124.916],
[99.6,121.9994],
[99.8,116.14280000000001],
[99.999,139.5418],
[100.199,124.9281],
[100.4,126.54969999999999],
[100.8,138.3589],
[101,120.0469],
[101.2,130.7669],
[101.398,123.9339],
[101.599,114.175],
[101.799,119.0707],
[102,135.6684],
[102.199,130.3344],
[102.599,115.75680000000001],
[102.799,117.11],
[103,116.8188],
[103.2,115.25630000000001],
[103.399,115.1647],
[103.599,148.33470000000003],
[103.799,129.8115],
[103.999,116.1438],
[104.199,124.9286],
[104.6,120.0608],
[104.8,129.73489999999998],
[105,126.89049999999999],
[105.2,148.77489999999997],
[105.398,120.0561],
[105.6,123.9575],
[105.8,132.7351],
[105.999,134.6763],
[106.4,116.1678],
[106.599,115.1681],
[106.799,122.0001],
[107,120.6721],
[107.2,131.7622],
[107.4,126.9],
[107.6,121.9905],
[108,130.7842],
[108.2,120.0479],
[108.399,124.9028],
[108.599,128.8446],
[108.8,123.996],
[108.999,135.0451],
[109.2,129.8069],
[109.4,134.6866],
[109.598,124.9235],
[110,128.8314],
[110.199,140.5428],
[110.399,127.86649999999999],
[110.599,128.4796],
[110.799,127.85940000000001],
[111,133.3559],
[111.199,146.1608],
[111.599,117.1152],
[111.799,119.0681],
[112,119.0716],
[112.2,120.0475],
[112.4,128.831],
[112.6,119.0719],
[112.8,130.7736],
[113,126.88440000000001],
[113.2,129.46089999999998],
[113.599,120.9405],
[113.8,125.92880000000001],
[114,121.0442],
[114.2,122.0455],
[114.4,119.072],
[114.6,139.5512],
[114.8,118.0966],
[115,139.0077],
[115.4,121.0247],
[115.6,142.0032],
[115.8,128.058],
[115.999,122.6892],
[116.198,124.92960000000001],
[116.399,134.66500000000002],
[116.599,147.376],
[116.799,149.3469],
[117.2,109.33130000000001],
[117.399,139.56289999999998],
[117.6,120.02300000000001],
[117.8,115.1558],
[117.999,113.21539999999999],
[118.199,129.8282],
[118.4,130.7835],
[118.798,126.88450000000002],
[118.999,112.25160000000001],
[119.199,123.9671],
[119.4,116.7788],
[119.599,123.942],
[119.799,119.6424],
[119.999,140.22490000000002],
[120.199,123.95200000000001],
[120.4,142.4957],
[120.799,118.08399999999999],
[121,120.0481],
[121.2,116.1434],
[121.4,112.2402],
[121.599,119.4229],
[121.8,145.0643],
[121.999,128.8445],
[122.2,134.768],
[122.599,116.12450000000001],
[122.798,115.1676],
[122.999,117.1247],
[123.199,117.1194],
[123.399,115.1683],
[123.599,113.7204],
[123.799,116.8095],
[123.999,111.94999999999999],
[124.398,122.9122],
[124.598,114.1922],
[124.799,113.2042],
[124.999,114.1918],
[125.199,116.1438],
[125.399,111.27629999999999],
[125.599,115.1614],
[125.799,121.0236],
[126.2,115.15889999999999],
[126.399,119.08],
[126.599,114.68209999999999],
[126.799,124.9126],
[127,115.1675],
[127.199,113.187],
[127.399,113.21050000000001],
[127.799,118.0982],
[128,113.2164],
[128.199,118.0774],
[128.4,122.68469999999999],
[128.6,140.1597],
[128.799,116.7085],
[128.999,116.13850000000001],
[129.199,132.7137],
[129.599,144.44770000000003],
[129.799,114.20089999999999],
[129.999,119.072],
[130.2,120.3146],
[130.4,116.6915],
[130.599,114.1917],
[130.799,109.86540000000001],
[131,116.2962],
[131.199,137.6201],
[131.599,118.1016],
[131.799,113.22699999999999],
[131.999,116.14399999999999],
[132.199,135.6637],
[132.4,115.7137],
[132.6,113.19709999999999],
[132.799,115.1677],
[133.2,117.2928],
[133.4,113.2153],
[133.599,126.87419999999999],
[133.8,120.0475],
[134,115.1678],
[134.199,135.686],
[134.399,114.2092],
[134.599,114.19279999999999],
[134.799,109.906],
[135.2,111.2641],
[135.399,118.096],
[135.6,118.0743],
[135.8,112.3344],
[135.999,113.0134],
[136.199,114.0088],
[136.399,117.1147],
[136.799,115.1496],
[136.999,109.31200000000001],
[137.2,113.2153],
[137.398,111.2646],
[137.599,114.1918],
[137.799,120.0609],
[138,110.274],
[138.199,112.2376],
[138.399,120.99650000000001],
[138.8,119.42450000000001],
[139,142.5094],
[139.2,112.5899],
[139.399,118.328],
[139.599,115.1565],
[139.799,121.9824],
[140,120.0481],
[140.2,116.14399999999999],
[140.6,115.1525],
[140.799,112.2442],
[140.998,111.6215],
[141.199,114.51559999999999],
[141.399,123.1886],
[141.6,115.706],
[141.799,118.1185],
[141.999,112.14309999999999],
[142.4,115.1682],
[142.599,141.5222],
[142.8,116.1437],
[142.999,117.123],
[143.199,118.0967],
[143.4,114.1945],
[143.599,112.7407],
[143.999,116.1435],
[144.199,124.5014],
[144.398,134.48379999999997],
[144.6,117.1215],
[144.8,137.6168],
[144.999,111.2687],
[145.199,115.1752],
[145.399,114.2119],
[145.799,117.1147],
[145.999,113.21470000000001],
[146.199,118.1004],
[146.4,114.1752],
[146.6,115.6902],
[146.799,114.1917],
[146.999,115.153],
[147.199,117.1187],
[147.399,122.0004],
[147.8,118.07910000000001],
[147.999,121.9996],
[148.2,137.27790000000002],
[148.399,141.5199],
[148.599,131.7537],
[148.799,112.2273],
[148.999,116.1446],
[149.199,109.3109],
[149.6,138.59189999999998],
[149.8,117.12060000000001],
[150,115.1636],
[150.199,112.1794],
[150.399,113.216],
[150.599,111.931],
[150.8,111.0987],
[151.199,110.84670000000001],
[151.399,113.2113],
[151.599,116.14049999999999],
[151.799,127.86030000000001],
[152,148.34980000000002],
[152.199,115.1662],
[152.399,115.1682],
[152.599,121.024],
[152.999,114.0282],
[153.199,113.21499999999999],
[153.399,114.20779999999999],
[153.599,113.2161],
[153.799,117.1192],
[153.999,121.0236],
[154.2,115.1724],
[154.399,115.1674],
[154.599,117.0996],
[154.999,112.2582],
[155.2,111.2864],
[155.399,112.2394],
[155.599,110.327],
[155.799,116.1378],
[155.999,113.1963],
[156.199,112.2397],
[156.399,112.24050000000001],
[156.798,109.03659999999999],
[157,120.04629999999999],
[157.2,121.64909999999999],
[157.4,110.291],
[157.599,114.194],
[157.799,112.2349],
[158,110.2877],
[158.399,142.51510000000002],
[158.599,116.1195],
[158.799,116.9769],
[158.999,139.25580000000002],
[159.2,139.2029],
[159.4,115.9434],
[159.599,117.32339999999999],
[159.799,112.2399],
[160.199,138.6045],
[160.4,110.2876],
[160.599,115.1393],
[160.799,121.9996],
[161,134.68859999999998],
[161.2,111.2624],
[161.398,118.27029999999999],
[161.6,115.0379],
[161.799,112.2398],
[162.199,116.1423],
[162.399,113.2324],
[162.599,110.2878],
[162.799,142.51829999999998],
[163,114.1911],
[163.199,119.7712],
[163.4,115.15889999999999],
[163.599,121.6767],
[163.998,113.2291],
[164.199,116.1425],
[164.399,113.2041],
[164.599,133.6961],
[164.799,119.0588],
[165,128.8159],
[165.198,118.09519999999999],
[165.401,115.172],
[165.799,112.9547],
[165.999,112.2225],
[166.199,121.0321],
[166.4,118.0981],
[166.6,115.1693],
[166.799,121.9999],
[167,121.01480000000001],
[167.2,120.0482],
[167.599,113.21050000000001],
[167.799,138.2731],
[167.999,130.5351],
[168.198,112.2387],
[168.399,117.12509999999999],
[168.599,114.19269999999999],
[168.799,117.11330000000001],
[169.199,115.1677],
[169.399,126.7672],
[169.6,120.0469],
[169.8,138.5917],
[170,114.1906],
[170.199,121.0455],
[170.4,124.9382],
[170.6,120.0478],
[171,114.1899],
[171.198,121.99680000000001],
[171.4,116.0008],
[171.6,139.2445],
[171.799,113.2335],
[171.998,121.9877],
[172.2,114.8684],
[172.399,115.1672],
[172.599,121.7755],
[172.999,114.22930000000001],
[173.199,118.0818],
[173.4,120.99719999999999],
[173.6,122.976],
[173.799,113.83970000000001],
[173.999,138.59109999999998],
[174.2,131.30820000000003],
[174.399,113.75540000000001],
[174.799,113.216],
[174.999,128.8304],
[175.2,134.6878],
[175.4,136.6222],
[175.599,116.1221],
[175.799,111.2649],
[175.999,132.441],
[176.398,112.2523],
[176.599,115.185],
[176.799,112.2388],
[176.999,114.19],
[177.199,109.3102],
[177.399,115.16560000000001],
[177.599,118.09840000000001],
[177.8,115.18979999999999],
[178.199,111.26809999999999],
[178.399,114.94200000000001],
[178.599,114.16900000000001],
[178.799,112.24430000000001],
[178.999,114.1917],
[179.199,122.9573],
[179.4,116.1357],
[179.599,146.4026],
[179.798,114.1904],
[180.199,116.9085],
[180.399,115.7677],
[180.599,114.2157],
[180.799,115.1865],
[181,118.096],
[181.198,115.1672],
[181.399,117.10510000000001],
[181.599,111.26360000000001],
[181.999,115.83590000000001],
[182.199,112.17960000000001],
[182.399,114.4473],
[182.599,132.24939999999998],
[182.8,113.21539999999999],
[182.998,112.2418],
[183.199,113.2135],
[183.399,118.0784],
[183.799,111.26379999999999],
[183.999,114.218],
[184.199,113.1256],
[184.399,124.7751],
[184.6,114.71159999999999],
[184.8,116.1764],
[184.999,117.1193],
[185.199,128.83149999999998],
[185.6,117.1187],
[185.8,144.4473],
[186,122.01140000000001],
[186.2,121.9992],
[186.398,120.6011],
[186.6,113.2081],
[186.799,116.39829999999999],
[186.999,117.1199],
[187.4,111.2637],
[187.598,110.2886],
[187.799,114.1919],
[187.999,115.1679],
[188.199,116.2666],
[188.4,113.21539999999999],
[188.599,112.7975],
[188.799,125.9007],
[189.199,114.1915],
[189.4,117.12],
[189.6,112.2392],
[189.799,115.16279999999999],
[189.999,113.2156],
[190.199,111.2612],
[190.4,123.9517],
[190.8,111.2466],
[190.999,115.003],
[191.199,112.2397],
[191.399,116.1382],
[191.6,120.0466],
[191.8,108.5021],
[191.999,120.0934],
[192.2,112.9089],
[192.399,112.239],
[192.8,122.9922],
[192.999,113.23049999999999],
[193.199,147.38119999999998],
[193.399,128.0976],
[193.6,122.00450000000001],
[193.8,114.19160000000001],
[193.999,115.167],
[194.4,108.92649999999999],
[194.599,116.7349],
[194.799,118.684],
[195,114.19980000000001],
[195.198,120.0637],
[195.4,149.3298],
[195.599,127.87580000000001],
[195.8,129.80780000000001],
[196,118.0941],
[196.4,114.18830000000001],
[196.599,119.07230000000001],
[196.798,119.5666],
[197,112.7483],
[197.2,116.6537],
[197.4,115.1664],
[197.599,115.1675],
[197.999,114.19659999999999],
[198.199,109.3199],
[198.399,115.1679],
[198.599,120.04960000000001],
[198.799,115.8847],
[198.999,142.1257],
[199.199,113.2209],
[199.399,115.1675],
[199.799,118.0803],
[200,185.4382],
[200.199,115.1751],
[200.399,114.194],
[200.599,119.0719],
[200.8,121.024],
[200.999,135.663],
[201.2,132.74],
[201.4,119.70989999999999],
[201.8,116.1277],
[201.999,148.323],
[202.2,114.1913],
[202.399,113.5199],
[202.598,116.1384],
[202.799,123.9513],
[203,120.89129999999999],
[203.4,122.6024],
[203.6,112.74539999999999],
[203.799,121.0236],
[204,122.9684],
[204.2,116.14389999999999],
[204.399,116.1477],
[204.599,113.2174],
[204.799,114.1938],
[205.2,122.0189],
[205.4,115.81039999999999],
[205.599,114.7223],
[205.8,125.4499],
[206,113.2161],
[206.199,139.56650000000002],
[206.4,118.0958],
[206.6,111.26360000000001],
[207,116.1447],
[207.199,116.27629999999999],
[207.399,120.048],
[207.6,114.73129999999999],
[207.799,112.9381],
[207.999,122.97710000000001],
[208.2,115.1577],
[208.399,121.03139999999999],
[208.8,140.5449],
[209,128.8511],
[209.2,112.23710000000001],
[209.4,106.5083],
[209.599,114.1903],
[209.799,116.149],
[210,113.8266],
[210.199,112.241],
[210.399,143.4702],
[210.8,124.9167],
[211,115.1686],
[211.198,112.2244],
[211.399,114.7363],
[211.599,136.3913],
[211.8,112.7688],
[212,112.2498],
[212.198,139.1931],
[212.598,112.2573],
[212.799,120.0447],
[213,112.28490000000001],
[213.199,137.6155],
[213.399,136.62089999999998],
[213.599,111.2886],
[213.799,116.6627],
[214.2,112.24000000000001],
[214.4,114.17720000000001],
[214.598,115.1695],
[214.799,109.29039999999999],
[214.999,109.32799999999999],
[215.199,112.2398],
[215.399,110.2907],
[215.599,117.1186],
[215.799,133.35569999999998],
[216.2,115.1708],
[216.4,114.2117],
[216.599,114.1914],
[216.8,114.1877],
[216.998,116.1436],
[217.199,114.2015],
[217.399,116.1668],
[217.599,132.7357],
[217.999,113.2407],
[218.199,143.1299],
[218.399,123.6179],
[218.6,123.9354],
[218.8,114.1923],
[218.999,114.1913],
[219.2,121.9986],
[219.599,138.61499999999998],
[219.799,113.2172],
[219.999,139.9264],
[220.2,114.2028],
[220.399,118.0766],
[220.6,121.9848],
[220.8,111.2641],
[220.999,115.1679],
[221.399,122.0064],
[221.6,115.1675],
[221.799,111.2602],
[221.999,117.23989999999999],
[222.199,125.91939999999998],
[222.399,133.3608],
[222.599,118.0957],
[222.8,117.12480000000001],
[223,124.9324],
[223.399,119.059],
[223.6,114.1915],
[223.799,113.4136],
[223.998,121.4149],
[224.2,113.21589999999999],
[224.399,117.59070000000001],
[224.6,115.1726],
[224.799,128.81539999999998],
[225.2,123.9521],
[225.4,125.92610000000002],
[225.6,123.0188],
[225.8,119.58789999999999],
[226,119.3974],
[226.2,112.9218],
[226.399,113.41170000000001],
[226.799,115.759],
[226.999,111.3907],
[227.199,114.1918],
[227.399,124.9276],
[227.6,120.04860000000001],
[227.8,121.0238],
[227.998,119.07220000000001],
[228.2,113.2207],
[228.6,122.7303],
[228.8,141.22979999999998],
[228.999,125.93260000000001],
[229.2,119.66690000000001],
[229.399,118.0778],
[229.6,142.4957],
[229.8,147.38909999999998],
[230,117.1191],
[230.199,136.6399],
[230.6,113.2233],
[230.799,122.9595],
[231,115.7973],
[231.199,119.0839],
[231.4,148.0477],
[231.599,133.7122],
[231.8,115.1852],
[231.999,120.0431],
[232.4,118.09649999999999],
[232.599,121.0081],
[232.8,161.7591],
[233,146.40210000000002],
[233.198,129.8081],
[233.399,120.2715],
[233.6,117.1031],
[233.8,116.15169999999999],
[234.2,124.9273],
[234.4,147.36669999999998],
[234.6,123.9387],
[234.8,118.8858],
[234.999,137.7332],
[235.2,114.7863],
[235.399,109.88489999999999],
[235.6,144.7139],
[235.999,113.2158],
[236.199,114.2049],
[236.399,116.1276],
[236.599,115.1723],
[236.798,135.6686],
[236.999,121.9996],
[237.2,121.0256],
[237.6,114.2364],
[237.799,117.01159999999999],
[238,132.7359],
[238.2,124.9357],
[238.398,128.8321],
[238.599,144.44799999999998],
[238.799,137.6158],
[238.999,133.71269999999998],
[239.4,117.13600000000001],
[239.599,141.5238],
[239.799,118.6761],
[239.999,145.0988],
[240.2,126.85679999999999],
[240.4,116.1438],
[240.599,132.7357],
[240.8,112.2191],
[241.2,146.4002],
[241.4,121.99980000000001],
[241.6,125.0054],
[241.799,146.3911],
[241.999,143.1927],
[242.2,121.0463],
[242.398,126.8968],
[242.599,144.467],
[242.799,123.95200000000001],
[243.199,116.1695],
[243.399,116.6829],
[243.599,137.2432],
[243.8,111.8126],
[243.999,112.2196],
[244.2,118.07719999999999],
[244.4,112.74629999999999],
[244.798,119.06700000000001],
[244.999,115.18430000000001],
[245.199,142.49419999999998],
[245.399,120.0454],
[245.6,114.1947],
[245.799,115.1682],
[245.999,112.7397],
[246.199,112.3063],
[246.6,120.2765],
[246.8,114.1929],
[246.999,118.09559999999999],
[247.199,115.6874],
[247.399,148.00379999999998],
[247.6,125.92020000000001],
[247.8,137.6602],
[247.999,135.63320000000002],
[248.2,113.202],
[248.599,121.0231],
[248.8,120.8249],
[248.999,119.0732],
[249.2,144.44650000000001],
[249.399,133.73930000000001],
[249.599,127.8809],
[249.8,121.0239],
[250.2,115.1677],
[250.399,123.9393],
[250.6,116.1123],
[250.799,116.1458],
[250.999,120.6864],
[251.2,121.00099999999999],
[251.4,118.7478],
[251.6,137.2677],
[251.8,124.928],
[252.2,113.2135],
[252.399,132.7175],
[252.6,117.10210000000001],
[252.8,113.21509999999999],
[252.999,143.4719],
[253.2,115.5862],
[253.399,114.21929999999999],
[253.8,117.7525],
[253.999,113.7229],
[254.199,113.2207],
[254.399,114.1923],
[254.599,119.0726],
[254.8,116.1448],
[254.999,139.5788],
[255.199,114.1919],
[255.599,113.2196],
[255.799,117.0973],
[255.999,118.0813],
[256.2,113.2156],
[256.399,113.23519999999999],
[256.599,122.0006],
[256.8,111.0879],
[256.999,117.10130000000001],
[257.399,111.24549999999999],
[257.599,112.2398],
[257.799,113.2142],
[257.999,116.1441],
[258.199,118.0962],
[258.4,117.119],
[258.6,131.7597],
[258.8,113.68780000000001],
[259.199,110.92960000000001],
[259.399,117.70060000000001],
[259.6,126.5416],
[259.8,131.7597],
[260,111.264],
[260.199,114.2051],
[260.399,120.0475],
[260.6,112.2396],
[260.799,110.2881],
[261.199,112.2662],
[261.398,119.0554],
[261.6,115.8306],
[261.799,115.1685],
[261.999,115.1682],
[262.199,114.1917],
[262.399,116.1418],
[262.799,109.3129],
[262.999,116.1441],
[263.199,114.19160000000001],
[263.399,122.5215],
[263.6,114.82050000000001],
[263.799,123.9513],
[263.999,128.8321],
[264.2,114.1922],
[264.399,148.3517],
[264.8,123.9472],
[264.999,117.0929],
[265.199,124.45779999999999],
[265.4,114.194],
[265.599,127.87280000000001],
[265.8,116.7182],
[266,124.60390000000001],
[266.2,113.21549999999999],
[266.598,113.2149],
[266.799,118.1091],
[267,117.1199],
[267.2,118.0962],
[267.4,118.09450000000001],
[267.6,114.83],
[267.799,116.72290000000001],
[268.199,152.8851],
[268.399,117.1166],
[268.599,121.0244],
[268.8,114.2076],
[268.999,114.19200000000001],
[269.199,117.1199],
[269.399,114.1951],
[269.599,120.04560000000001],
[269.799,113.8914],
[270.2,121.9922],
[270.399,142.2845],
[270.599,111.28200000000001],
[270.799,115.1559],
[270.999,121.0068],
[271.2,116.1429],
[271.399,117.1074],
[271.599,120.04960000000001],
[271.999,114.2025],
[272.199,119.7709],
[272.399,117.7309],
[272.599,118.0807],
[272.8,118.09450000000001],
[273,116.1332],
[273.199,119.1159],
[273.399,125.9305],
[273.8,113.1992],
[273.999,118.70060000000001],
[274.199,116.72630000000001],
[274.399,116.1613],
[274.599,116.7423],
[274.8,118.11760000000001],
[275,116.15440000000001],
[275.4,113.21539999999999],
[275.599,116.1514],
[275.799,112.24820000000001],
[275.999,114.19269999999999],
[276.199,113.2153],
[276.4,113.2019],
[276.599,109.8548],
[276.798,128.74079999999998],
[276.999,110.792],
[277.399,113.20439999999999],
[277.599,117.1193],
[277.799,127.85369999999999],
[278,129.806],
[278.2,121.0077],
[278.4,119.08330000000001],
[278.6,124.9722],
[278.8,134.93069999999997],
[279.2,120.048],
[279.398,131.7719],
[279.599,116.1435],
[279.799,109.31150000000001],
[279.999,136.6615],
[280.199,113.2127],
[280.399,115.88130000000001],
[280.799,111.26389999999999],
[280.999,116.7038],
[281.2,110.911],
[281.399,115.1678],
[281.6,112.24589999999999],
[281.799,115.18539999999999],
[281.999,144.44809999999998],
[282.198,115.1616],
[282.599,111.26270000000001],
[282.799,115.1684],
[282.999,116.14489999999999],
[283.2,112.9452],
[283.4,110.4517],
[283.599,112.24889999999999],
[283.799,114.1918],
[283.999,116.1613],
[284.4,120.0648],
[284.6,116.1437],
[284.799,115.1684],
[284.999,111.2796],
[285.199,136.64090000000002],
[285.4,116.1562],
[285.599,112.2435],
[285.799,117.1075],
[286.199,112.2391],
[286.399,112.22229999999999],
[286.599,117.1197],
[286.799,111.5788],
[286.999,119.0717],
[287.2,116.2246],
[287.399,142.4947],
[287.599,117.521],
[287.999,113.21480000000001],
[288.199,112.2399],
[288.399,115.15129999999999],
[288.599,122.97489999999999],
[288.8,139.56640000000002],
[289,113.2161],
[289.199,114.1918],
[289.4,115.7174],
[289.599,119.0551],
[289.999,115.9008],
[290.199,120.0717],
[290.4,122.9754],
[290.6,118.08019999999999],
[290.8,120.04769999999999],
[291,114.18549999999999],
[291.199,119.0709],
[291.599,115.7122],
[291.799,122.0074],
[291.998,116.757],
[292.199,115.1852],
[292.399,124.9323],
[292.6,120.04860000000001],
[292.8,114.19200000000001],
[292.999,113.213],
[293.199,124.91040000000001],
[293.599,112.25630000000001],
[293.799,145.4082],
[293.999,118.67750000000001],
[294.199,113.22269999999999],
[294.399,117.0965],
[294.599,117.1203],
[294.8,121.0471],
[295,117.1209],
[295.4,125.92500000000001],
[295.6,118.0953],
[295.8,155.73899999999998],
[295.999,142.4956],
[296.199,115.1672],
[296.399,118.0654],
[296.6,109.2993],
[296.999,113.213],
[297.199,113.2157],
[297.399,116.1446],
[297.599,119.59830000000001],
[297.8,119.0702],
[298,115.5386],
[298.199,143.0479],
[298.399,119.07180000000001],
[298.8,120.0257],
[299,115.1776],
[299.199,116.1438],
[299.398,113.21549999999999],
[299.599,115.1884],
[299.799,113.2169],
[299.999,110.9688],
[300.2,122.0074],
[300.4,116.7671],
[300.8,121.53609999999999],
[301,116.1384],
[301.199,111.2483],
[301.399,113.1984],
[301.599,116.1302],
[301.799,116.1396],
[301.999,110.2837],
[302.399,111.9664],
[302.598,114.21820000000001],
[302.799,112.2402],
[302.999,112.1333],
[303.199,116.14320000000001],
[303.399,113.2203],
[303.6,115.1679],
[303.798,119.07130000000001],
[304.2,112.212],
[304.399,116.1596],
[304.598,112.9152],
[304.798,115.1524],
[305,124.55529999999999],
[305.199,145.5742],
[305.399,128.8268],
[305.6,124.9323],
[305.8,112.2403],
[306.199,111.259],
[306.399,114.2026],
[306.599,115.0366],
[306.799,116.7134],
[307,118.0967],
[307.2,133.2754],
[307.399,116.7146],
[307.8,133.6957],
[307.998,114.1925],
[308.199,116.13210000000001],
[308.399,136.643],
[308.599,115.2175],
[308.799,112.2397],
[308.999,112.74539999999999],
[309.199,114.06660000000001],
[309.599,115.9596],
[309.799,128.092],
[309.999,119.5786],
[310.2,124.9278],
[310.4,114.1919],
[310.599,113.21549999999999],
[310.8,115.1679],
[311,117.10900000000001],
[311.199,128.83069999999998],
[311.599,113.2161],
[311.799,114.27239999999999],
[311.999,135.1526],
[312.199,115.1634],
[312.399,137.61509999999998],
[312.6,116.1306],
[312.799,130.7836],
[313.199,112.2449],
[313.399,143.0722],
[313.599,113.0541],
[313.799,131.3608],
[313.999,116.6574],
[314.199,124.17699999999999],
[314.4,122.58380000000001],
[314.6,112.2629],
[314.8,119.0711],
[315.199,112.2388],
[315.399,113.2197],
[315.599,114.1956],
[315.799,111.26469999999999],
[316,120.06070000000001],
[316.199,118.105],
[316.399,118.04870000000001],
[316.799,113.2034],
[316.999,151.2609],
[317.199,129.7963],
[317.4,117.1203],
[317.6,116.14320000000001],
[317.799,116.1435],
[317.999,114.1929],
[318.2,112.79599999999999],
[318.399,119.072],
[318.8,120.0476],
[319,121.0226],
[319.2,112.2359],
[319.399,112.2562],
[319.599,120.0411],
[319.8,132.7179],
[320,125.93730000000001],
[320.2,111.2641],
[320.599,120.04860000000001],
[320.8,113.2394],
[320.999,112.7655],
[321.199,113.7235],
[321.399,115.1559],
[321.599,112.2233],
[321.8,117.1065],
[321.999,137.618],
[322.399,114.1895],
[322.6,112.7644],
[322.799,111.305],
[322.999,117.1203],
[323.199,119.0594],
[323.4,116.1446],
[323.599,114.1914],
[323.799,119.0716],
[324.199,115.1676],
[324.399,115.1686],
[324.599,112.2494],
[324.799,138.6192],
[325,113.2169],
[325.2,131.3703],
[325.398,112.0974],
[325.6,118.0738],
[326,120.048],
[326.2,121.0181],
[326.4,142.4752],
[326.599,113.21549999999999],
[326.799,115.1682],
[327,112.9021],
[327.199,122.99839999999999],
[327.6,119.5903],
[327.799,139.5678],
[327.999,136.63569999999999],
[328.199,111.2523],
[328.399,113.21589999999999],
[328.599,115.1518],
[328.799,110.26769999999999],
[328.999,115.1691],
[329.399,113.8095],
[329.599,112.2445],
[329.8,118.7805],
[330,113.2165],
[330.199,120.0526],
[330.4,116.1443],
[330.599,110.2877],
[330.799,113.217],
[330.999,115.1673],
[331.399,111.6314],
[331.599,118.6769],
[331.8,129.33780000000002],
[331.999,117.2778],
[332.199,111.4772],
[332.4,113.6473],
[332.599,134.6714],
[332.8,111.241],
[333.199,109.2989],
[333.4,112.2388],
[333.6,112.2517],
[333.798,115.6571],
[333.999,134.6669],
[334.2,129.80829999999997],
[334.4,128.42909999999998],
[334.6,116.4938],
[334.998,111.7748],
[335.199,139.56740000000002],
[335.4,114.1756],
[335.599,140.543],
[335.8,132.7568],
[336,112.2403],
[336.198,121.0281],
[336.6,147.3757],
[336.798,112.9215],
[336.999,116.1436],
[337.199,128.8311],
[337.4,113.2195],
[337.599,112.2166],
[337.799,113.2329],
[337.999,111.251],
[338.199,130.7837],
[338.6,113.21589999999999],
[338.799,137.03209999999999],
[339,111.2653],
[339.2,114.1935],
[339.4,123.9514],
[339.599,111.26270000000001],
[339.799,114.18119999999999],
[340.2,111.2641],
[340.399,120.6213],
[340.6,111.8287],
[340.799,113.2183],
[340.999,115.67439999999999],
[341.2,118.603],
[341.4,114.1717],
[341.599,116.1397],
[342,145.4236],
[342.199,121.024],
[342.4,115.1553],
[342.6,119.7816],
[342.799,112.2413],
[342.999,111.2296],
[343.199,113.2165],
[343.399,112.2393],
[343.799,121.0232],
[344,114.18830000000001],
[344.199,114.1935],
[344.399,115.1618],
[344.599,116.14399999999999],
[344.8,118.6079],
[345,145.9895],
[345.198,143.0703],
[345.4,127.8425],
[345.8,111.2784],
[346,117.1346],
[346.199,119.0839],
[346.4,138.5914],
[346.599,121.9979],
[346.8,113.21480000000001],
[346.999,111.26350000000001],
[347.199,114.75280000000001],
[347.598,116.14399999999999],
[347.799,115.1684],
[347.999,112.2606],
[348.199,112.2396],
[348.399,125.89439999999999],
[348.6,142.50570000000002],
[348.799,124.9375],
[349.198,118.09100000000001],
[349.4,119.85510000000001],
[349.599,122.9807],
[349.8,136.6392],
[350,121.0347],
[350.2,126.86249999999998],
[350.4,133.69420000000002],
[350.6,116.1453],
[350.999,115.6773],
[351.199,126.8632],
[351.399,117.88640000000001],
[351.6,120.04220000000001],
[351.8,134.68730000000002],
[352,149.32780000000002],
[352.199,122.96640000000001],
[352.4,132.73499999999999],
[352.599,121.02369999999999],
[353,123.9559],
[353.2,147.3767],
[353.399,115.3003],
[353.599,138.57410000000002],
[353.799,123.9605],
[354,133.2699],
[354.2,114.1935],
[354.398,128.8397],
[354.8,113.2183],
[354.999,114.1795],
[355.199,131.29389999999998],
[355.4,114.3189],
[355.599,112.1853],
[355.799,112.8758],
[356,112.3902],
[356.4,133.71630000000002],
[356.599,111.25659999999999],
[356.799,120.048],
[357,124.9161],
[357.2,115.1679],
[357.399,117.096],
[357.599,128.1388],
[357.8,116.98859999999999],
[358.2,115.7388],
[358.399,144.16750000000002],
[358.599,123.9505],
[358.8,116.1554],
[358.999,113.1997],
[359.199,118.1078],
[359.4,113.196],
[359.599,113.234],
[360,147.1584],
[360.199,114.2093],
[360.399,116.1486],
[360.599,110.3045],
[360.799,113.21929999999999],
[360.999,115.1557],
[361.199,114.1754],
[361.399,121.0226],
[361.799,114.6334],
[362,128.8318],
[362.2,115.73469999999999],
[362.398,122.142],
[362.599,140.226],
[362.799,122.0001],
[363,111.2645],
[363.199,114.19279999999999],
[363.6,139.5667],
[363.799,114.19200000000001],
[363.999,125.89649999999999],
[364.2,119.0397],
[364.399,115.69309999999999],
[364.599,117.12060000000001],
[364.8,114.78059999999999],
[365,111.2433],
[365.199,133.73],
[365.598,123.0229],
[365.799,119.0711],
[366,114.1846],
[366.199,117.12129999999999],
[366.399,122.94810000000001],
[366.6,112.25930000000001],
[366.799,115.1681],
[367.199,113.2113],
[367.399,111.2472],
[367.599,113.21589999999999],
[367.799,117.1199],
[367.999,118.1401],
[368.199,115.1684],
[368.399,113.73400000000001],
[368.599,111.4469],
[368.799,135.68],
[369.2,112.2413],
[369.399,115.1448],
[369.599,114.1925],
[369.8,112.2389],
[369.999,113.22840000000001],
[370.199,141.5194],
[370.399,120.034],
[370.6,131.3047],
[371,116.15060000000001],
[371.199,138.59179999999998],
[371.4,120.0243],
[371.599,116.1443],
[371.799,134.6947],
[372,139.56750000000002],
[372.2,131.7579],
[372.4,131.7642],
[372.798,114.19210000000001],
[373,114.74910000000001],
[373.2,113.2156],
[373.399,111.26360000000001],
[373.599,112.2314],
[373.799,111.26419999999999],
[374,113.2176],
[374.2,110.2882],
[374.599,117.0316],
[374.799,135.6643],
[374.999,118.6622],
[375.199,137.161],
[375.399,136.6401],
[375.599,113.2149],
[375.799,115.1708],
[375.999,111.26350000000001],
[376.399,117.11789999999999],
[376.599,112.2403],
[376.799,141.3017],
[377,115.175],
[377.199,121.2313],
[377.399,123.2393],
[377.6,117.1199],
[377.999,121.0192],
[378.2,115.1676],
[378.399,114.1755],
[378.599,118.0813],
[378.8,147.3638],
[378.999,135.6529],
[379.2,116.13940000000001],
[379.399,118.0948],
[379.798,139.5728],
[379.999,113.2123],
[380.199,115.1558],
[380.4,121.02449999999999],
[380.6,113.9618],
[380.799,113.2166],
[380.999,112.2176],
[381.199,115.1745],
[381.6,123.0557],
[381.8,111.26419999999999],
[381.998,112.24040000000001],
[382.199,112.2407],
[382.399,132.7405],
[382.599,111.263],
[382.799,115.1709],
[382.999,130.1696],
[383.399,121.96029999999999],
[383.6,122.971],
[383.8,124.932],
[384,115.16460000000001],
[384.199,115.1678],
[384.399,142.49],
[384.6,121.02449999999999],
[384.8,111.26320000000001],
[385.199,110.2877],
[385.399,116.1437],
[385.599,119.0673],
[385.8,118.09559999999999],
[385.998,111.26360000000001],
[386.199,119.0336],
[386.4,114.1918],
[386.599,124.0681],
[386.8,121.0244],
[387.2,110.7014],
[387.399,118.0903],
[387.6,114.19210000000001],
[387.799,124.9271],
[387.998,114.47250000000001],
[388.199,113.21860000000001],
[388.399,122.9808],
[388.6,112.2261],
[388.999,121.98689999999999],
[389.2,111.2567],
[389.399,113.2113],
[389.6,110.292],
[389.798,115.1853],
[389.999,151.2933],
[390.199,118.09790000000001],
[390.6,135.6683],
[390.799,116.1599],
[390.999,131.7605],
[391.199,130.497],
[391.398,137.79549999999998],
[391.599,111.26759999999999],
[391.8,118.0958],
[391.998,122.0253],
[392.4,138.56740000000002],
[392.599,112.2401],
[392.799,120.0472],
[393,127.55649999999999],
[393.199,115.18390000000001],
[393.4,138.59179999999998],
[393.6,112.2234],
[393.799,117.1203],
[393.999,125.8851],
[394.399,113.5391],
[394.599,112.2384],
[394.799,122.9756],
[395,112.2395],
[395.199,108.336],
[395.4,113.2167],
[395.6,135.45589999999999],
[395.8,114.1914],
[396.2,120.0485],
[396.399,113.2261],
[396.599,121.9999],
[396.8,114.7164],
[396.999,116.1465],
[397.199,119.4641],
[397.4,117.1199],
[397.6,111.277],
[397.999,118.0963],
[398.2,111.26360000000001],
[398.398,115.1672],
[398.599,116.1456],
[398.799,113.2142],
[398.999,111.24040000000001],
[399.199,113.216],
[399.599,110.0312],
[399.799,115.0345],
[399.999,206.5315],
[400.199,117.0962],
[400.4,110.2883],
[400.599,116.1455],
[400.799,112.2595],
[400.999,111.2499],
[401.199,120.0377],
[401.599,116.14330000000001],
[401.799,119.0716],
[402,113.76859999999999],
[402.199,110.2871],
[402.399,117.1202],
[402.599,115.1696],
[402.799,115.1668],
[402.999,141.52],
[403.399,117.1214],
[403.599,125.5261],
[403.8,119.0778],
[404,122.9752],
[404.2,119.07130000000001],
[404.4,116.0723],
[404.599,128.8144],
[404.799,137.6324],
[405.2,114.1925],
[405.398,111.3021],
[405.599,110.2872],
[405.799,113.2357],
[406,120.0292],
[406.2,116.1441],
[406.398,118.5962],
[406.799,112.24159999999999],
[406.999,110.28880000000001],
[407.199,114.1919],
[407.399,116.14280000000001],
[407.6,114.1896],
[407.799,111.2619],
[408,121.0252],
[408.2,116.1431],
[408.399,141.4775],
[408.799,117.1354],
[408.999,128.83089999999999],
[409.2,112.2362],
[409.399,115.1443],
[409.599,125.92039999999999],
[409.8,125.9077],
[410,119.0721],
[410.199,139.8993],
[410.6,116.1836],
[410.799,118.0861],
[411,117.0939],
[411.198,116.14330000000001],
[411.4,114.2088],
[411.599,116.13999999999999],
[411.799,115.1676],
[412.2,146.1153],
[412.4,119.0716],
[412.6,117.12010000000001],
[412.799,116.14320000000001],
[412.999,119.07180000000001],
[413.2,118.095],
[413.4,123.9621],
[413.6,116.13170000000001],
[413.799,117.63709999999999],
[414.199,113.216],
[414.399,114.1833],
[414.599,111.26360000000001],
[414.799,114.1378],
[414.999,119.08449999999999],
[415.2,109.3107],
[415.399,118.1058],
[415.599,144.4479],
[416,116.1498],
[416.199,117.1192],
[416.399,139.5746],
[416.6,117.1396],
[416.799,125.9032],
[417,119.0721],
[417.198,116.1442],
[417.6,118.096],
[417.8,123.9589],
[418,116.14489999999999],
[418.199,115.1673],
[418.399,116.12899999999999],
[418.599,112.01129999999999],
[418.799,111.26429999999999],
[418.999,141.4764],
[419.199,117.21520000000001],
[419.599,117.1202],
[419.799,113.2396],
[419.999,108.3441],
[420.199,113.2149],
[420.399,117.1203],
[420.599,114.1917],
[420.799,122.001],
[421.2,112.2317],
[421.4,134.68740000000003],
[421.6,117.1202],
[421.8,117.1425],
[421.999,112.2312],
[422.199,120.0469],
[422.4,137.6154],
[422.598,122.62299999999999],
[422.799,114.1926],
[423.199,112.2385],
[423.399,122.0127],
[423.6,117.12010000000001],
[423.8,127.85659999999999],
[424,115.16890000000001],
[424.198,111.8151],
[424.399,113.2158],
[424.799,112.2602],
[424.999,113.9088],
[425.198,115.1856],
[425.399,112.2281],
[425.599,140.54500000000002],
[425.799,136.63549999999998],
[425.999,144.4484],
[426.199,125.8813],
[426.6,113.21480000000001],
[426.799,116.1446],
[426.999,118.0826],
[427.2,122.9713],
[427.399,111.221],
[427.599,112.56660000000001],
[427.799,121.0304],
[428,113.2169],
[428.199,113.216],
[428.599,117.1168],
[428.799,130.3166],
[428.999,113.2163],
[429.199,112.2394],
[429.399,112.7004],
[429.599,111.26310000000001],
[429.8,113.2164],
[430.198,140.56099999999998],
[430.399,113.21509999999999],
[430.599,142.4958],
[430.799,114.1911],
[430.999,116.1447],
[431.199,134.6884],
[431.4,114.1919],
[431.599,114.1923],
[431.999,112.2403],
[432.199,112.24090000000001],
[432.4,113.2168],
[432.598,116.1463],
[432.799,112.2456],
[432.999,115.1703],
[433.199,113.8318],
[433.4,138.5926],
[433.599,114.7362],
[433.999,116.1434],
[434.199,112.0395],
[434.399,125.89349999999999],
[434.6,110.2878],
[434.799,113.20479999999999],
[434.999,113.21549999999999],
[435.199,111.2648],
[435.599,120.0476],
[435.8,114.1922],
[436,113.2098],
[436.199,112.24000000000001],
[436.399,116.1452],
[436.6,115.16980000000001],
[436.799,121.9999],
[436.999,111.8281],
[437.399,139.56740000000002],
[437.599,118.0938],
[437.8,114.7022],
[437.998,114.1946],
[438.199,140.54569999999998],
[438.399,118.10289999999999],
[438.6,114.194],
[438.799,116.1436],
[438.999,144.55419999999998],
[439.4,116.1546],
[439.6,117.1184],
[439.8,114.19210000000001],
[439.999,144.4619],
[440.2,116.14330000000001],
[440.399,117.1202],
[440.6,133.24269999999999],
[440.8,112.8075],
[441.199,114.21480000000001],
[441.399,140.5439],
[441.6,141.5191],
[441.798,113.2163],
[441.999,117.1208],
[442.199,150.3078],
[442.399,151.28050000000002],
[442.599,126.8808],
[442.999,110.6306],
[443.2,114.19200000000001],
[443.398,119.0724],
[443.6,115.1515],
[443.799,115.16659999999999],
[443.999,115.1685],
[444.199,118.009],
[444.599,112.2397],
[444.799,118.904],
[445,134.68740000000003],
[445.199,142.4951],
[445.399,137.6165],
[445.6,115.1704],
[445.799,109.3111],
[445.999,141.525],
[446.2,114.1879],
[446.6,114.1918],
[446.799,112.2392],
[446.999,135.6621],
[447.199,110.2887],
[447.399,110.2878],
[447.599,140.5437],
[447.799,114.19269999999999],
[447.999,120.0476],
[448.399,116.14489999999999],
[448.599,153.2319],
[448.799,117.12010000000001],
[448.999,111.2624],
[449.199,115.16669999999999],
[449.399,119.5787],
[449.6,115.1684],
[450,115.1681],
[450.199,123.9516],
[450.399,117.1259],
[450.599,114.3],
[450.799,117.89330000000001],
[451,125.90399999999998],
[451.205,120.0471],
[451.599,113.2169],
[451.799,119.0721],
[452,119.70219999999999],
[452.2,133.3815],
[452.4,113.2181],
[452.599,124.9279],
[452.799,118.09509999999999],
[453,139.5658],
[453.199,116.0824],
[453.599,115.1679],
[453.799,112.2389],
[453.999,118.1224],
[454.2,116.1446],
[454.399,116.1446],
[454.599,117.1425],
[454.799,113.2153],
[454.999,115.168],
[455.399,113.2174],
[455.599,116.1454],
[455.799,120.0487],
[455.999,114.8577],
[456.199,113.2156],
[456.399,112.77890000000001],
[456.6,118.1122],
[456.798,111.2508],
[457.2,119.87599999999999],
[457.4,120.9581],
[457.599,140.4247],
[457.8,113.7369],
[457.999,121.99980000000001],
[458.2,132.8626],
[458.4,115.1684],
[458.799,116.97],
[458.999,114.6985],
[459.199,123.9517],
[459.4,117.1207],
[459.6,136.6395],
[459.798,114.1919],
[459.999,111.2633],
[460.199,110.2966],
[460.599,112.24149999999999],
[460.799,122.0004],
[461.004,111.77850000000001],
[461.199,114.19210000000001],
[461.399,117.12100000000001],
[461.599,120.048],
[461.8,122.95870000000001],
[462,114.1922],
[462.399,150.3041],
[462.599,118.09649999999999],
[462.8,113.1969],
[462.999,149.3287],
[463.2,115.1673],
[463.398,118.1007],
[463.6,118.0955],
[463.8,117.12169999999999],
[464.199,112.24000000000001],
[464.399,121.9996],
[464.6,123.097],
[464.8,114.74940000000001],
[464.999,110.8236],
[465.199,115.1563],
[465.399,113.2162],
[465.599,110.28689999999999],
[465.8,113.2311],
[466.2,112.2412],
[466.399,116.1604],
[466.599,114.1938],
[466.8,116.1445],
[467,1146.6804],
[467.2,979.8053],
[467.4,750.4445],
[467.6,632.4746],
[468,293.7765],
[468.199,117.1203],
[468.399,141.5085],
[468.6,119.6401],
[468.8,121.02459999999999],
[469,120.0693],
[469.2,122.9578],
[469.598,119.072],
[469.8,123.1944],
[470,141.5193],
[470.2,125.90429999999999],
[470.399,127.8561],
[470.599,118.0966],
[470.8,116.1476],
[470.999,121.99980000000001],
[471.2,116.7001],
[471.599,139.56730000000002],
[471.799,114.1936],
[471.999,121.0239],
[472.2,114.19160000000001],
[472.399,136.266],
[472.599,119.5088],
[472.8,113.6432],
[473.199,119.072],
[473.4,115.1623],
[473.599,116.6889],
[473.8,115.3496],
[473.999,114.8001],
[474.199,110.9211],
[474.4,112.39620000000001],
[474.598,115.1669],
[474.799,116.1427],
[475.199,113.2031],
[475.399,141.5201],
[475.6,115.16669999999999],
[475.799,114.1929],
[476,115.16659999999999],
[476.198,113.21480000000001],
[476.4,113.2185],
[476.599,117.7722],
[477,115.18480000000001],
[477.199,133.7106],
[477.4,120.0474],
[477.6,139.5661],
[477.8,114.6977],
[477.999,119.0916],
[478.2,116.14330000000001],
[478.599,113.21549999999999],
[478.799,120.0504],
[479,113.2215],
[479.199,115.16890000000001],
[479.399,115.1678],
[479.599,115.1683],
[479.799,114.1914],
[479.999,122.60640000000001],
[480.399,138.5901],
[480.599,114.20139999999999],
[480.799,136.6307],
[480.999,118.112],
[481.199,113.2018],
[481.399,144.45659999999998],
[481.6,114.18820000000001],
[481.799,111.265],
[482.198,117.1209],
[482.4,140.5595],
[482.599,115.677],
[482.799,122.0042],
[482.999,129.8074],
[483.2,113.2156],
[483.399,112.2397],
[483.599,124.9271],
[484,118.3401],
[484.2,110.28699999999999],
[484.399,142.91570000000002],
[484.599,113.21480000000001],
[484.799,115.16709999999999],
[484.999,115.1683],
[485.199,124.9255],
[485.399,118.0958],
[485.799,114.19160000000001],
[485.999,118.0787],
[486.2,113.2079],
[486.399,113.2167],
[486.599,111.2656],
[486.8,112.255],
[486.999,115.15119999999999],
[487.199,118.0959],
[487.398,146.3989],
[487.799,112.2392],
[487.999,129.80700000000002],
[488.2,112.2421],
[488.399,111.2655],
[488.599,124.9276],
[488.8,118.09509999999999],
[489,118.09450000000001],
[489.199,121.99980000000001],
[489.6,115.1678],
[489.799,115.1664],
[489.999,116.1441],
[490.199,121.9991],
[490.4,369.06719999999996],
[490.6,168.8469],
[490.798,114.2338],
[490.999,116.6568],
[491.399,115.1669],
[491.599,123.849],
[491.8,115.1719],
[491.998,121.02369999999999],
[492.2,118.0949],
[492.4,122.0009],
[492.6,121.99980000000001],
[492.828,121.02350000000001],
[493.2,119.0709],
[493.4,116.13329999999999],
[493.599,118.0814],
[493.8,112.74919999999999],
[493.999,140.54340000000002],
[494.199,116.1447],
[494.399,112.7505],
[494.799,134.6877],
[495,114.1915],
[495.199,118.095],
[495.4,119.6201],
[495.599,142.4963],
[495.799,113.21539999999999],
[495.999,113.2152],
[496.199,131.7592],
[496.4,145.4261],
[496.8,120.052],
[496.998,114.1926],
[497.199,115.1684],
[497.399,121.02350000000001],
[497.6,124.92830000000001],
[497.8,119.0716],
[497.999,127.8963],
[498.4,121.0243],
[498.6,130.7834],
[498.8,140.5407],
[498.999,115.169],
[499.199,113.21340000000001],
[499.399,115.1675],
[499.599,113.2031],
[499.799,111.2616],
[500.199,113.2157],
[500.399,123.9528],
[500.6,144.0435],
[500.799,111.265],
[500.999,116.1292],
[501.199,111.2634],
[501.399,114.1922],
[501.599,117.1214],
[501.999,123.7649],
[502.199,120.5531],
[502.4,112.2396],
[502.599,110.2883],
[502.799,111.2752],
[502.999,118.0947],
[503.2,120.407],
[503.398,117.12],
[503.799,116.1435],
[503.999,129.806],
[504.2,111.2644],
[504.399,136.63049999999998],
[504.6,125.43860000000001],
[504.799,124.9262],
[504.999,124.92540000000001],
[505.2,120.0467],
[505.4,141.5199],
[505.799,117.6284],
[506,118.0948],
[506.2,116.1426],
[506.399,110.2891],
[506.599,138.59079999999997],
[506.8,112.2392],
[506.999,117.593],
[507.2,112.23859999999999],
[507.599,112.77669999999999],
[507.799,125.90399999999998],
[508,117.63170000000001],
[508.2,113.8351],
[508.398,124.4745],
[508.6,120.0466],
[508.8,159.08859999999999],
[509.2,117.1195],
[509.4,114.1918],
[509.6,112.7503],
[509.799,116.143],
[509.999,112.2393],
[510.2,114.1924],
[510.399,121.0233],
[510.6,157.13569999999999],
[510.799,119.688],
[511.2,119.78569999999999],
[511.398,113.21589999999999],
[511.599,139.5682],
[511.799,137.6121],
[511.999,117.1194],
[512.199,118.0957],
[512.4,113.2165],
[512.799,115.1685],
[512.999,121.9987],
[513.201,113.21509999999999],
[513.399,112.2401],
[513.6,115.1685],
[513.799,116.1443],
[513.999,119.0334],
[514.2,111.2634],
[514.399,115.14710000000001],
[514.799,115.1678],
[514.999,128.8311],
[515.199,110.2877],
[515.399,108.3122],
[515.599,112.2396],
[515.799,121.0236],
[515.999,132.7361],
[516.202,113.2158],
[516.599,113.2156],
[516.799,112.2392],
[516.999,117.6277],
[517.199,114.6995],
[517.399,111.2607],
[517.599,113.87049999999999],
[517.799,119.0703],
[518.2,127.85669999999999],
[518.4,117.12010000000001],
[518.599,110.2701],
[518.799,113.2166],
[518.999,129.80849999999998],
[519.2,121.0242],
[519.4,139.5658],
[519.6,113.2145],
[519.999,133.712],
[520.199,120.5593],
[520.399,113.2161],
[520.599,112.7461],
[520.798,112.2396],
[520.999,143.47109999999998],
[521.199,109.3113],
[521.399,116.14320000000001],
[521.599,145.4241],
[522,118.095],
[522.2,135.4598],
[522.4,113.7253],
[522.599,120.0474],
[522.8,121.024],
[523,114.1931],
[523.199,114.1917],
[523.599,120.04679999999999],
[523.8,118.0955],
[523.999,116.1436],
[524.2,116.3765],
[524.4,116.14320000000001],
[524.599,113.21539999999999],
[524.799,112.23769999999999],
[524.999,127.3847],
[525.199,113.2162],
[525.6,115.1681],
[525.799,113.216],
[525.999,114.1931],
[526.199,113.15],
[526.399,146.398],
[526.599,109.8243],
[526.8,106.8964],
[527.2,111.26360000000001],
[527.399,137.6157],
[527.599,114.1953],
[527.799,142.0258],
[527.999,116.1434],
[528.199,114.1913],
[528.399,118.09519999999999],
[528.6,144.44740000000002],
[528.799,120.8273],
[529.2,125.90419999999999],
[529.4,116.12830000000001],
[529.599,117.1192],
[529.8,123.9512],
[530,134.8099],
[530.199,119.9817],
[530.4,127.74750000000002],
[530.6,117.6292],
[530.998,132.73399999999998],
[531.199,135.6648],
[531.399,125.61359999999999],
[531.6,116.14439999999999],
[531.799,113.6375],
[531.999,123.9512],
[532.2,121.0232],
[532.6,134.6883],
[532.8,132.73499999999999],
[533,116.1481],
[533.199,112.9214],
[533.399,119.95450000000001],
[533.599,141.05300000000003],
[533.799,119.0771],
[534,118.6608],
[534.2,124.2616],
[534.6,125.95980000000002],
[534.799,111.6378],
[534.999,120.0483],
[535.199,123.5197],
[535.399,114.7815],
[535.599,123.4809],
[535.8,120.04729999999999],
[536.199,113.21480000000001],
[536.399,122.0226],
[536.599,115.6746],
[536.8,139.2632],
[536.998,114.191],
[537.199,121.024],
[537.4,114.1922],
[537.599,112.2391],
[537.799,113.21549999999999],
[538.199,117.12559999999999],
[538.399,114.19200000000001],
[538.599,112.2412],
[538.799,112.2546],
[538.999,114.1642],
[539.198,113.67729999999999],
[539.399,119.07130000000001],
[539.799,113.2174],
[539.999,115.169],
[540.199,118.0947],
[540.4,113.19269999999999],
[540.599,110.2881],
[540.8,111.2667],
[541,119.0724],
[541.198,115.15450000000001],
[541.399,116.12119999999999],
[541.799,112.2461],
[541.999,122.8598],
[542.2,115.1587],
[542.399,118.0967],
[542.6,125.9187],
[542.8,123.0492],
[542.998,150.3054],
[543.199,121.88],
[543.599,111.24000000000001],
[543.799,121.9997],
[544,128.4359],
[544.198,111.78620000000001],
[544.399,118.0797],
[544.6,117.2672],
[544.8,117.4341],
[545.199,166.8973],
[545.4,113.7268],
[545.6,116.1215],
[545.799,118.0968],
[546,116.1429],
[546.199,118.08670000000001],
[546.4,138.5745],
[546.6,116.1287],
[546.799,112.24000000000001],
[547.199,121.9783],
[547.4,113.2169],
[547.599,145.4241],
[547.799,137.6027],
[547.999,114.3237],
[548.199,116.862],
[548.399,117.10719999999999],
[548.799,122.02250000000001],
[549,121.01140000000001],
[549.2,117.1191],
[549.4,141.5278],
[549.6,139.57330000000002],
[549.8,111.26350000000001],
[550,121.0221],
[550.2,112.0019],
[550.599,125.90419999999999],
[550.8,114.1924],
[550.999,124.92970000000001],
[551.2,112.2187],
[551.399,114.1917],
[551.599,111.2574],
[551.8,115.68639999999999],
[552,117.9847],
[552.2,110.2877],
[552.599,118.6146],
[552.799,114.1915],
[552.998,121.5282],
[553.2,112.2389],
[553.399,120.5739],
[553.6,124.44879999999999],
[553.8,121.02369999999999],
[554.198,134.8364],
[554.399,120.04560000000001],
[554.6,112.2399],
[554.799,111.7851],
[555,116.6336],
[555.2,112.2399],
[555.399,121.0228],
[555.6,121.0022],
[555.999,113.2149],
[556.199,144.4495],
[556.399,110.28490000000001],
[556.599,133.25400000000002],
[556.799,114.1907],
[556.999,114.6974],
[557.199,117.6305],
[557.4,115.1773],
[557.8,115.1685],
[557.999,128.831],
[558.2,122.0015],
[558.4,122.9852],
[558.6,115.68440000000001],
[558.8,114.1865],
[558.999,125.14880000000001],
[559.199,115.6717],
[559.599,118.0949],
[559.799,111.26419999999999],
[559.999,115.1673],
[560.199,113.2341],
[560.399,148.35129999999998],
[560.6,113.2136],
[560.799,113.2045],
[561,129.8133],
[561.199,115.1672],
[561.6,134.2488],
[561.8,113.22240000000001],
[562,155.1836],
[562.198,115.16600000000001],
[562.4,114.1923],
[562.599,112.8552],
[562.799,121.024],
[563,116.1277],
[563.399,116.1434],
[563.599,111.7876],
[563.8,114.1938],
[563.999,122.9751],
[564.2,114.1926],
[564.399,121.9999],
[564.598,116.1441],
[564.999,123.9606],
[565.2,119.0893],
[565.4,119.07719999999999],
[565.6,121.9996],
[565.8,118.10210000000001],
[566,135.662],
[566.2,112.2413],
[566.399,112.2192],
[566.599,138.59099999999998],
[566.998,110.2873],
[567.199,110.29220000000001],
[567.399,112.2411],
[567.599,114.8134],
[567.799,115.7157],
[568,134.2225],
[568.2,123.9257],
[568.6,112.2252],
[568.799,116.13900000000001],
[568.999,133.71169999999998],
[569.198,128.8335],
[569.399,121.1948],
[569.6,118.074],
[569.799,118.0954],
[570,143.47760000000002],
[570.4,114.1913],
[570.599,116.145],
[570.799,117.1182],
[570.999,114.1874],
[571.199,113.21589999999999],
[571.399,113.22749999999999],
[571.6,110.2773],
[571.8,115.1912],
[572.199,162.9915],
[572.4,113.2383],
[572.599,111.2414],
[572.799,112.2362],
[572.999,129.82489999999999],
[573.2,117.11059999999999],
[573.4,122.9613],
[573.6,114.93090000000001],
[573.999,121.5471],
[574.2,116.1431],
[574.399,117.1189],
[574.6,113.21879999999999],
[574.799,117.1347],
[574.999,119.07],
[575.2,146.3877],
[575.399,118.6246],
[575.6,140.5515],
[576,137.153],
[576.199,114.1917],
[576.399,115.1875],
[576.599,132.73],
[576.8,114.19319999999999],
[576.999,116.13560000000001],
[577.199,113.2388],
[577.4,116.6629],
[577.799,112.26469999999999],
[577.999,141.5009],
[578.2,140.0623],
[578.399,119.0746],
[578.6,114.16900000000001],
[578.799,112.2406],
[578.999,120.05019999999999],
[579.2,116.1437],
[579.599,112.2535],
[579.798,121.68990000000001],
[579.999,122.95200000000001],
[580.2,118.7782],
[580.4,114.0382],
[580.599,115.1456],
[580.798,115.1826],
[581.199,136.6615],
[581.399,113.2167],
[581.599,111.26469999999999],
[581.799,114.1918],
[581.999,121.05330000000001],
[582.2,115.1676],
[582.399,112.87859999999999],
[582.599,116.1507],
[582.799,120.03519999999999],
[583.199,116.1654],
[583.399,120.0306],
[583.6,113.2153],
[583.799,111.26350000000001],
[583.999,116.1485],
[584.199,114.1973],
[584.399,111.0102],
[584.799,113.2379],
[584.999,130.7823],
[585.199,122.9643],
[585.4,113.1976],
[585.599,116.0973],
[585.799,114.1926],
[585.999,126.8786],
[586.2,119.072],
[586.399,114.4164],
[586.799,116.14489999999999],
[586.999,138.5917],
[587.199,110.2895],
[587.399,116.1459],
[587.599,115.1623],
[587.799,111.265],
[587.999,115.6845],
[588.199,116.7589],
[588.599,114.216],
[588.799,133.6966],
[588.999,147.3748],
[589.2,115.1682],
[589.399,115.1679],
[589.598,115.18780000000001],
[589.799,149.32799999999997],
[590.199,113.1929],
[590.399,145.4407],
[590.599,140.5331],
[590.799,118.847],
[591,125.9034],
[591.199,121.0243],
[591.4,122.977],
[591.6,146.40040000000002],
[591.799,145.3983],
[592.2,116.14280000000001],
[592.399,117.14320000000001],
[592.599,134.56],
[592.8,142.3689],
[593,113.5951],
[593.199,121.9962],
[593.4,118.1143],
[593.6,123.9312],
[594,122.9751],
[594.2,147.20649999999998],
[594.399,144.44809999999998],
[594.6,115.17399999999999],
[594.799,114.17389999999999],
[595,117.1186],
[595.198,112.2302],
[595.599,114.20230000000001],
[595.799,118.0957],
[596,118.09509999999999],
[596.2,115.1679],
[596.399,113.74549999999999],
[596.6,138.6389],
[596.8,115.0997],
[596.999,139.7918],
[597.398,114.19279999999999],
[597.599,133.71169999999998],
[597.799,119.0728],
[598,148.35139999999998],
[598.199,111.25930000000001],
[598.399,115.1495],
[598.599,109.94149999999999],
[598.8,142.749],
[598.999,147.3571],
[599.398,114.8564],
[599.599,120.0139],
[599.803,118.1162],
[600,176.6353],
[600.198,117.1187],
[600.399,113.2321],
[600.599,121.9845],
[600.8,113.23089999999999],
[601.198,114.19120000000001],
[601.4,111.91510000000001],
[601.599,113.1807],
[601.799,136.65189999999998],
[602,110.2886],
[602.199,112.8706],
[602.399,119.0721],
[602.799,110.2712],
[602.999,134.7088],
[603.2,109.33579999999999],
[603.399,112.8069],
[603.599,118.86710000000001],
[603.799,138.5645],
[603.999,115.18820000000001],
[604.199,111.2881],
[604.599,113.1942],
[604.799,120.00810000000001],
[605,126.87689999999999],
[605.2,109.3327],
[605.399,114.2049],
[605.599,114.998],
[605.799,112.25200000000001],
[605.999,113.2166],
[606.399,109.2674],
[606.599,114.14920000000001],
[606.799,134.6753],
[607,119.40960000000001],
[607.2,138.6334],
[607.399,111.2605],
[607.599,111.86649999999999],
[607.799,110.85440000000001],
[608.199,111.2684],
[608.399,121.9965],
[608.6,117.0701],
[608.8,116.14389999999999],
[608.999,116.14389999999999],
[609.199,113.21509999999999],
[609.4,110.9032],
[609.599,108.9237],
[610,116.13210000000001],
[610.2,110.2884],
[610.399,115.1713],
[610.599,128.8113],
[610.8,113.2162],
[610.999,112.2626],
[611.199,120.04729999999999],
[611.399,115.1672],
[611.799,117.07570000000001],
[612,112.0803],
[612.199,127.86980000000001],
[612.4,142.6515],
[612.599,110.264],
[612.799,117.09740000000001],
[612.999,114.2144],
[613.199,114.18820000000001],
[613.6,114.74520000000001],
[613.799,126.87509999999999],
[614,110.4222],
[614.2,141.5194],
[614.398,143.4686],
[614.599,136.6157],
[614.799,118.0821],
[614.999,120.04570000000001],
[615.4,151.38850000000002],
[615.599,110.2887],
[615.799,115.1354],
[615.999,111.8054],
[616.199,111.0961],
[616.399,143.4809],
[616.599,113.2006],
[616.799,121.9991],
[617,113.23049999999999],
[617.4,141.5043],
[617.6,111.24549999999999],
[617.799,114.2067],
[617.999,114.0629],
[618.199,109.08909999999999],
[618.4,130.7823],
[618.599,119.05749999999999],
[618.999,113.2315],
[619.199,118.08359999999999],
[619.4,116.1437],
[619.6,116.1246],
[619.799,113.2162],
[619.999,118.096],
[620.199,110.8563],
[620.4,115.7586],
[620.599,138.6061],
[620.999,115.18939999999999],
[621.199,113.21589999999999],
[621.399,111.2649],
[621.599,111.2648],
[621.799,111.26389999999999],
[622,114.6999],
[622.199,111.26379999999999],
[622.399,117.9165],
[622.799,115.84519999999999],
[622.999,109.3122],
[623.199,110.28190000000001],
[623.399,131.7687],
[623.6,110.291],
[623.799,111.2651],
[623.999,116.1421],
[624.199,115.17139999999999],
[624.6,115.1679],
[624.799,112.9463],
[624.999,110.9781],
[625.2,114.1849],
[625.399,111.2802],
[625.599,115.1679],
[625.799,111.2645],
[626.2,108.33579999999999],
[626.399,110.2844],
[626.599,109.31190000000001],
[626.8,110.28649999999999],
[627,115.85810000000001],
[627.199,113.8953],
[627.399,115.1511],
[627.599,112.2379],
[627.999,115.16709999999999],
[628.199,109.30030000000001],
[628.399,112.2401],
[628.599,119.0743],
[628.8,147.3743],
[629,114.1922],
[629.2,113.21860000000001],
[629.399,117.6331],
[629.8,112.2397],
[629.998,121.9996],
[630.2,144.06050000000002],
[630.4,126.89139999999999],
[630.6,118.1119],
[630.8,111.265],
[630.999,117.7447],
[631.199,112.2316],
[631.399,111.01650000000001],
[631.799,123.7905],
[632,122.975],
[632.2,113.2158],
[632.399,116.1436],
[632.599,114.1904],
[632.798,109.29129999999999],
[632.999,135.6861],
[633.199,111.7746],
[633.599,121.9827],
[633.8,139.6617],
[633.999,116.6722],
[634.199,114.1918],
[634.399,135.66310000000001],
[634.6,119.0716],
[634.799,111.2783],
[635.198,136.6282],
[635.399,113.23859999999999],
[635.599,110.1941],
[635.799,135.5095],
[635.999,115.1678],
[636.199,113.2324],
[636.399,115.16329999999999],
[636.599,110.3088],
[636.999,108.3374],
[637.199,120.04910000000001],
[637.4,111.9246],
[637.599,111.7937],
[637.799,114.16629999999999],
[637.999,111.0453],
[638.2,111.2637],
[638.399,113.2114],
[638.8,117.1234],
[639,149.3408],
[639.199,111.26419999999999],
[639.399,110.3044],
[639.6,111.2634],
[639.799,128.1516],
[639.998,110.2872],
[640.199,115.6662],
[640.599,139.5812],
[640.799,122.9556],
[641,114.19160000000001],
[641.199,112.2429],
[641.399,119.05069999999999],
[641.6,109.1806],
[641.799,144.3177],
[641.999,116.148],
[642.199,142.54059999999998],
[642.599,127.8541],
[642.8,113.2267],
[642.999,144.44770000000003],
[643.2,117.1036],
[643.4,119.07130000000001],
[643.598,121.02459999999999],
[643.8,140.2831],
[644.2,147.6419],
[644.399,117.09790000000001],
[644.6,112.24430000000001],
[644.799,136.6165],
[644.999,117.1086],
[645.2,121.03110000000001],
[645.398,112.9284],
[645.599,146.38119999999998],
[646,112.24000000000001],
[646.199,140.204],
[646.399,110.00500000000001],
[646.599,110.2923],
[646.799,113.2132],
[646.999,135.68099999999998],
[647.2,118.0973],
[647.4,114.2052],
[647.799,112.25649999999999],
[647.999,120.7662],
[648.2,112.2398],
[648.399,147.7372],
[648.6,113.1909],
[648.8,115.1675],
[648.998,111.26320000000001],
[649.199,113.21209999999999],
[649.399,130.7797],
[649.799,118.09790000000001],
[649.999,114.2102],
[650.199,119.0851],
[650.399,117.1575],
[650.599,120.047],
[650.8,146.377],
[650.999,131.77839999999998],
[651.2,124.9272],
[651.6,136.6173],
[651.8,114.2175],
[651.999,117.7807],
[652.199,113.5505],
[652.399,138.5923],
[652.6,111.8568],
[652.799,114.8611],
[653,133.7303],
[653.399,117.1057],
[653.599,116.1438],
[653.799,114.1918],
[653.999,116.1562],
[654.199,116.657],
[654.398,151.9247],
[654.599,117.07589999999999],
[655,110.2694],
[655.199,117.1327],
[655.399,118.0949],
[655.598,110.2879],
[655.799,113.2171],
[655.999,139.5693],
[656.199,111.26350000000001],
[656.399,138.1313],
[656.6,111.8116],
[656.999,113.7196],
[657.199,114.926],
[657.399,116.1419],
[657.599,119.0674],
[657.8,109.3132],
[657.999,134.70080000000002],
[658.199,112.2192],
[658.599,119.60640000000001],
[658.799,118.6615],
[659,114.1914],
[659.198,111.9433],
[659.399,115.825],
[659.599,113.21539999999999],
[659.799,109.2863],
[659.999,111.2441],
[660.399,116.13669999999999],
[660.599,134.5101],
[660.8,113.2075],
[660.999,112.8262],
[661.199,117.1003],
[661.399,112.2577],
[661.599,123.9518],
[661.799,116.1387],
[661.999,111.24879999999999],
[662.399,110.28399999999999],
[662.599,112.2203],
[662.799,112.2562],
[662.999,112.9699],
[663.199,111.2514],
[663.399,114.7782],
[663.6,113.20330000000001],
[663.999,117.1135],
[664.199,115.1721],
[664.399,143.4513],
[664.6,147.2293],
[664.799,112.2406],
[664.999,117.12],
[665.2,108.3361],
[665.399,109.8922],
[665.799,115.1672],
[665.999,111.2645],
[666.2,141.5201],
[666.399,121.99889999999999],
[666.598,111.26360000000001],
[666.799,141.5183],
[666.999,110.7525],
[667.199,111.79079999999999],
[667.599,114.20429999999999],
[667.8,146.0876],
[667.999,116.1341],
[668.199,111.2623],
[668.399,112.2394],
[668.599,111.2654],
[668.8,138.59079999999997],
[669,111.2634],
[669.199,148.3433],
[669.599,114.7859],
[669.799,114.59740000000001],
[669.998,115.1676],
[670.199,126.8831],
[670.398,111.2475],
[670.599,112.2194],
[670.799,112.235],
[670.999,136.6361],
[671.399,122.0002],
[671.6,120.0478],
[671.8,189.2461],
[671.999,125.9046],
[672.2,115.1508],
[672.399,112.2466],
[672.599,112.76780000000001],
[672.799,112.2264],
[673.199,116.1547],
[673.399,113.19510000000001],
[673.599,118.0962],
[673.8,113.2122],
[673.999,113.21119999999999],
[674.2,117.85170000000001],
[674.399,126.8599],
[674.6,133.5008],
[674.999,117.6064],
[675.2,111.2637],
[675.399,113.2118],
[675.599,118.0514],
[675.8,118.1011],
[676,113.2174],
[676.199,112.24480000000001],
[676.599,109.8287],
[676.8,112.2399],
[676.998,114.1799],
[677.2,137.1642],
[677.399,123.95190000000001],
[677.6,131.7592],
[677.8,110.2886],
[677.999,115.172],
[678.199,112.2441],
[678.599,112.2402],
[678.799,115.39829999999999],
[678.999,116.83019999999999],
[679.199,113.8925],
[679.399,124.209],
[679.599,112.4856],
[679.799,114.1953],
[679.999,112.2419],
[680.399,112.2398],
[680.599,175.6792],
[680.8,120.0476],
[681,117.6308],
[681.2,112.79839999999999],
[681.399,115.3383],
[681.599,111.27430000000001],
[681.799,117.80630000000001],
[682.199,120.052],
[682.4,115.1679],
[682.598,112.2246],
[682.799,112.2407],
[682.999,112.2402],
[683.199,113.216],
[683.399,112.24629999999999],
[683.799,108.3364],
[683.999,113.6653],
[684.199,110.2687],
[684.399,112.7658],
[684.599,114.1792],
[684.799,116.1431],
[684.999,112.2412],
[685.199,115.1664],
[685.599,113.2157],
[685.799,118.6947],
[685.998,111.3947],
[686.199,117.118],
[686.399,115.1709],
[686.6,116.14399999999999],
[686.799,113.2146],
[686.999,113.21480000000001],
[687.399,106.3805],
[687.6,113.2158],
[687.799,130.7838],
[688,109.2029],
[688.2,116.1275],
[688.399,144.7571],
[688.599,114.1872],
[688.8,115.1682],
[689.199,111.2641],
[689.399,112.2391],
[689.599,133.71640000000002],
[689.799,113.1893],
[689.999,110.2649],
[690.199,110.2598],
[690.399,116.11789999999999],
[690.599,115.7873],
[690.999,141.52020000000002],
[691.2,117.1198],
[691.399,115.1678],
[691.599,113.2164],
[691.798,116.13940000000001],
[691.999,112.2419],
[692.199,113.2158],
[692.4,122.0001],
[692.598,114.1924],
[693,118.097],
[693.2,110.28689999999999],
[693.399,117.1198],
[693.599,113.2169],
[693.799,159.088],
[694,114.1915],
[694.198,112.2402],
[694.4,110.41420000000001],
[694.8,114.1983],
[694.999,113.2004],
[695.199,127.8555],
[695.4,141.5299],
[695.599,114.16940000000001],
[695.799,113.2158],
[695.999,110.36160000000001],
[696.4,130.3739],
[696.599,112.8441],
[696.8,109.29429999999999],
[697,118.7777],
[697.199,150.17440000000002],
[697.4,112.2398],
[697.599,109.72999999999999],
[697.799,146.3972],
[697.999,109.2853],
[698.399,134.68720000000002],
[698.6,108.3547],
[698.799,112.5201],
[698.999,112.7804],
[699.199,112.9191],
[699.4,148.9953],
[699.599,112.24000000000001],
[699.999,112.9696],
[700.2,112.2397],
[700.4,112.2523],
[700.598,114.1707],
[700.799,114.179],
[700.999,110.28649999999999],
[701.199,113.30550000000001],
[701.399,114.1935],
[701.799,117.7029],
[701.999,178.3671],
[702.2,109.79220000000001],
[702.399,115.99],
[702.599,111.2397],
[702.799,114.1822],
[702.999,110.2881],
[703.199,110.2818],
[703.599,111.2756],
[703.799,148.14659999999998],
[703.999,139.7662],
[704.199,115.8621],
[704.399,117.81519999999999],
[704.599,113.67620000000001],
[704.799,115.1441],
[704.999,112.2396],
[705.399,111.26360000000001],
[705.6,134.6689],
[705.8,120.04729999999999],
[705.999,124.913],
[706.199,114.2093],
[706.4,116.2251],
[706.599,113.04060000000001],
[706.8,115.6841],
[707.199,112.19709999999999],
[707.399,112.2137],
[707.599,113.1963],
[707.799,112.24000000000001],
[707.999,114.19200000000001],
[708.199,115.1677],
[708.399,118.7209],
[708.598,117.1262],
[709,143.35899999999998],
[709.199,109.3052],
[709.399,111.2445],
[709.599,143.467],
[709.8,120.99980000000001],
[710,132.7351],
[710.198,124.928],
[710.399,126.87979999999999],
[710.799,141.2571],
[710.999,113.0431],
[711.199,114.2108],
[711.399,142.4978],
[711.599,114.1884],
[711.799,118.0964],
[711.999,115.1534],
[712.199,115.1514],
[712.599,110.9994],
[712.799,120.05499999999999],
[712.999,113.366],
[713.199,111.2828],
[713.399,114.19210000000001],
[713.599,112.2132],
[713.799,114.17190000000001],
[713.999,114.1911],
[714.199,121.02789999999999],
[714.599,110.5867],
[714.8,111.7757],
[714.999,108.9314],
[715.2,109.1049],
[715.399,122.9763],
[715.599,111.24159999999999],
[715.799,113.2208],
[715.999,120.0689],
[716.4,122.0051],
[716.6,120.0492],
[716.8,122.9733],
[717,118.08359999999999],
[717.199,113.19619999999999],
[717.399,111.7427],
[717.599,113.2156],
[717.8,152.2516],
[718.199,111.2517],
[718.399,113.2197],
[718.599,113.2141],
[718.799,114.1682],
[718.999,137.6394],
[719.2,115.888],
[719.4,113.9931],
[719.799,142.4739],
[719.999,127.8293],
[720.2,117.1054],
[720.4,114.187],
[720.599,113.216],
[720.799,114.2311],
[720.999,113.2157],
[721.199,117.3614],
[721.399,114.1911],
[721.8,119.0515],
[722,111.2655],
[722.199,112.24050000000001],
[722.399,150.3245],
[722.599,118.06519999999999],
[722.8,114.1708],
[722.999,137.0132],
[723.199,114.2169],
[723.6,111.9055],
[723.799,113.9524],
[723.999,144.44799999999998],
[724.199,112.23479999999999],
[724.399,110.2634],
[724.599,120.0242],
[724.8,114.1917],
[724.999,119.58630000000001],
[725.399,110.8203],
[725.6,142.1587],
[725.8,138.5781],
[726,114.9844],
[726.199,114.7372],
[726.399,131.7369],
[726.599,112.25630000000001],
[726.999,121.0236],
[727.2,142.5046],
[727.4,118.095],
[727.6,118.09519999999999],
[727.8,109.9039],
[727.999,111.265],
[728.199,112.898],
[728.4,114.9523],
[728.599,130.7856],
[728.999,110.2823],
[729.2,108.3338],
[729.4,123.96809999999999],
[729.598,114.1917],
[729.799,112.2664],
[730,115.88550000000001],
[730.199,113.2225],
[730.399,108.7576],
[730.799,140.4993],
[730.999,111.2471],
[731.199,111.2641],
[731.399,122.9745],
[731.6,115.15209999999999],
[731.799,114.1692],
[731.999,122.5713],
[732.398,112.2054],
[732.599,154.2026],
[732.799,112.239],
[732.999,115.1687],
[733.199,112.2395],
[733.399,112.2345],
[733.599,116.1458],
[733.799,125.9053],
[734.199,109.82809999999999],
[734.399,116.1645],
[734.599,110.0091],
[734.8,115.1677],
[734.999,142.5086],
[735.2,118.09559999999999],
[735.4,114.19210000000001],
[735.599,113.19930000000001],
[735.8,110.2875],
[736.199,113.2158],
[736.4,110.871],
[736.599,110.2894],
[736.799,114.8676],
[736.999,138.5865],
[737.199,112.2402],
[737.399,111.26360000000001],
[737.8,137.6173],
[738,115.1695],
[738.199,112.24470000000001],
[738.4,115.1559],
[738.599,114.6466],
[738.799,112.2401],
[738.999,112.2398],
[739.2,113.216],
[739.598,114.19160000000001],
[739.799,115.1674],
[739.999,114.191],
[740.199,111.26389999999999],
[740.399,115.02],
[740.598,115.0485],
[740.8,110.29039999999999],
[740.999,118.09649999999999],
[741.2,113.2274],
[741.6,116.123],
[741.8,122.9711],
[742,114.1924],
[742.199,112.24470000000001],
[742.399,110.3325],
[742.6,114.1922],
[742.799,117.1416],
[743,108.3356],
[743.399,119.0717],
[743.6,121.03659999999999],
[743.8,113.21549999999999],
[743.999,113.2566],
[744.198,115.20439999999999],
[744.399,113.06190000000001],
[744.599,114.55799999999999],
[744.799,110.28739999999999],
[745.199,110.2756],
[745.399,110.2718],
[745.599,111.24090000000001],
[745.8,140.5269],
[746,110.2882],
[746.2,114.2223],
[746.399,114.2104],
[746.799,113.94160000000001],
[746.999,148.35049999999998],
[747.199,110.2861],
[747.399,109.3167],
[747.599,117.1137],
[747.799,109.3095],
[747.999,138.5677],
[748.2,115.1562],
[748.598,117.1232],
[748.8,111.2851],
[749,115.17660000000001],
[749.199,107.3393],
[749.399,112.232],
[749.599,115.1682],
[749.799,112.2403],
[749.999,114.2045],
[750.2,115.16220000000001],
[750.599,110.312],
[750.8,109.3264],
[750.999,109.3072],
[751.199,113.2208],
[751.399,114.2046],
[751.599,113.2158],
[751.8,111.26389999999999],
[752.2,111.78359999999999],
[752.399,197.8086],
[752.599,112.2403],
[752.799,117.91260000000001],
[753,108.3367],
[753.199,111.2637],
[753.399,110.3055],
[753.599,109.2872],
[754,113.2287],
[754.2,149.32680000000002],
[754.398,120.0479],
[754.6,111.2641],
[754.799,114.85480000000001],
[754.999,110.3011],
[755.199,109.3321],
[755.4,112.2442],
[755.798,112.23089999999999],
[755.999,128.832],
[756.199,111.2615],
[756.399,111.25999999999999],
[756.599,112.2171],
[756.799,111.2388],
[757,116.14399999999999],
[757.198,113.23750000000001],
[757.599,111.26360000000001],
[757.799,109.2853],
[757.999,113.2153],
[758.199,113.2272],
[758.4,110.81009999999999],
[758.599,111.2756],
[758.799,115.1665],
[758.999,112.5355],
[759.399,132.7364],
[759.6,110.2876],
[759.799,134.6611],
[760,110.26759999999999],
[760.199,118.0966],
[760.399,111.26379999999999],
[760.599,116.1436],
[760.799,110.8441],
[760.999,112.2202],
[761.399,111.2637],
[761.599,109.3125],
[761.799,113.2158],
[761.999,112.249],
[762.199,110.2762],
[762.4,110.2876],
[762.6,116.1512],
[762.999,125.60579999999999],
[763.2,111.9514],
[763.399,116.11580000000001],
[763.599,112.804],
[763.798,115.1681],
[763.999,116.1431],
[764.199,113.21549999999999],
[764.399,117.1188],
[764.598,111.26389999999999],
[764.999,115.8027],
[765.199,155.1764],
[765.399,139.0308],
[765.6,121.54260000000001],
[765.8,112.2273],
[765.999,115.1716],
[766.199,141.5201],
[766.399,111.2713],
[766.799,110.26729999999999],
[766.999,145.42440000000002],
[767.2,121.0236],
[767.4,125.7672],
[767.6,111.263],
[767.8,141.5196],
[768,113.1936],
[768.4,113.19999999999999],
[768.598,114.1876],
[768.799,115.15549999999999],
[769,112.2403],
[769.199,109.84570000000001],
[769.399,112.22319999999999],
[769.599,112.2316],
[769.8,115.68130000000001],
[770.199,111.2555],
[770.399,137.6139],
[770.599,115.1679],
[770.799,120.048],
[771,115.1918],
[771.199,112.76400000000001],
[771.399,112.2403],
[771.6,117.6784],
[771.8,146.39589999999998],
[772.199,120.57600000000001],
[772.399,112.7442],
[772.6,117.1071],
[772.799,113.20429999999999],
[772.999,114.2076],
[773.199,115.19200000000001],
[773.399,116.14389999999999],
[773.799,122.9802],
[774,139.56959999999998],
[774.2,128.4872],
[774.398,112.9597],
[774.599,113.7652],
[774.799,116.1418],
[774.999,154.2274],
[775.199,111.0184],
[775.599,109.2954],
[775.799,111.265],
[775.999,133.7073],
[776.199,112.0646],
[776.399,121.9764],
[776.599,116.7786],
[776.799,111.2392],
[777,113.23610000000001],
[777.2,109.3325],
[777.599,112.2396],
[777.799,143.4722],
[777.999,118.0957],
[778.2,111.883],
[778.4,111.3087],
[778.6,113.82440000000001],
[778.799,113.3357],
[779.199,141.34179999999998],
[779.399,114.1915],
[779.599,113.2163],
[779.799,116.1474],
[779.999,117.1046],
[780.199,113.2222],
[780.399,114.67720000000001],
[780.599,111.6638],
[780.999,118.09609999999999],
[781.2,116.9013],
[781.399,123.3672],
[781.598,116.1528],
[781.799,117.1198],
[781.999,119.0953],
[782.2,115.1679],
[782.399,144.44770000000003],
[782.599,114.2128],
[782.999,116.8639],
[783.198,126.88830000000002],
[783.399,113.7735],
[783.599,112.9586],
[783.798,113.21390000000001],
[783.999,117.1093],
[784.199,114.1911],
[784.399,142.476],
[784.799,141.5163],
[784.999,120.0603],
[785.199,115.0847],
[785.399,112.2479],
[785.599,112.8303],
[785.799,119.06700000000001],
[786,127.85589999999999],
[786.199,109.3082],
[786.599,112.29079999999999],
[786.799,137.6309],
[787,137.6084],
[787.199,113.9298],
[787.399,116.1476],
[787.599,108.79700000000001],
[787.799,112.2421],
[788.199,112.2587],
[788.399,119.056],
[788.6,135.6704],
[788.8,114.2152],
[788.999,112.2199],
[789.2,120.0381],
[789.4,134.6927],
[789.598,112.9191],
[790,115.1518],
[790.199,131.7602],
[790.399,112.2195],
[790.599,109.3118],
[790.799,113.204],
[790.999,112.2421],
[791.199,113.1789],
[791.399,108.31609999999999],
[791.799,111.26350000000001],
[791.999,135.6474],
[792.199,111.2641],
[792.399,112.2592],
[792.599,114.1914],
[792.799,113.2325],
[792.999,115.1688],
[793.199,113.76989999999999],
[793.599,111.2464],
[793.799,114.8587],
[794,120.0483],
[794.2,111.26379999999999],
[794.399,114.1917],
[794.599,114.19590000000001],
[794.799,119.0788],
[795,115.1675],
[795.399,110.8198],
[795.598,112.84700000000001],
[795.799,110.28540000000001],
[796,119.3994],
[796.199,116.1481],
[796.399,117.11580000000001],
[796.599,118.0963],
[796.8,116.1564],
[797.2,114.1917],
[797.398,122.01259999999999],
[797.598,112.79050000000001],
[797.799,118.72109999999999],
[797.999,128.8273],
[798.2,118.8632],
[798.399,115.8017],
[798.6,113.246],
[798.999,116.1435],
[799.199,185.44140000000002],
[799.399,137.6206],
[799.6,118.4464],
[799.8,123.94969999999999],
[800,204.9438],
[800.199,138.6001],
[800.399,119.0715],
[800.599,116.1584],
[801,128.8319],
[801.2,116.1662],
[801.4,116.14389999999999],
[801.599,115.1683],
[801.799,113.2176],
[801.999,116.1619],
[802.199,112.94279999999999],
[802.399,138.5916],
[802.8,116.14099999999999],
[802.999,120.0984],
[803.2,114.19659999999999],
[803.399,113.21549999999999],
[803.6,114.7295],
[803.799,115.1669],
[803.999,161.0395],
[804.2,113.2245],
[804.599,123.6197],
[804.8,113.2157],
[805,138.5915],
[805.2,140.549],
[805.399,110.2953],
[805.599,113.1965],
[805.799,113.23370000000001],
[805.999,145.4444],
[806.398,110.9383],
[806.599,115.14580000000001],
[806.799,114.1961],
[806.999,121.67269999999999],
[807.2,120.04629999999999],
[807.4,117.12440000000001],
[807.6,114.1721],
[807.999,145.4135],
[808.199,114.1924],
[808.399,140.5391],
[808.6,121.50450000000001],
[808.8,114.2126],
[808.999,145.8033],
[809.2,113.616],
[809.399,110.7929],
[809.798,114.2088],
[809.999,126.9077],
[810.199,115.1679],
[810.399,114.2124],
[810.599,124.9189],
[810.8,112.24380000000001],
[810.999,111.8819],
[811.199,111.22279999999999],
[811.599,112.2086],
[811.799,119.073],
[812,113.2042],
[812.199,122.9952],
[812.398,123.9469],
[812.599,116.1438],
[812.8,113.2637],
[813,115.1342],
[813.399,117.1946],
[813.6,115.173],
[813.799,118.1166],
[814,121.0016],
[814.198,123.9667],
[814.399,110.30810000000001],
[814.599,117.1307],
[814.799,111.2649],
[814.999,120.0481],
[815.399,115.191],
[815.599,110.2881],
[815.799,134.6723],
[815.999,115.1686],
[816.199,112.2398],
[816.399,115.1502],
[816.599,114.2054],
[816.999,117.5651],
[817.199,122.62950000000001],
[817.4,112.22200000000001],
[817.599,114.1867],
[817.8,124.5916],
[818,114.2117],
[818.199,115.1704],
[818.399,118.0816],
[818.6,112.2391],
[818.998,116.14489999999999],
[819.199,114.7468],
[819.399,116.16329999999999],
[819.599,122.00110000000001],
[819.8,115.8057],
[819.999,113.9738],
[820.199,114.2002],
[820.599,114.19200000000001],
[820.799,119.05930000000001],
[821,143.4924],
[821.199,139.5677],
[821.4,143.4715],
[821.6,115.7641],
[821.799,115.1438],
[821.999,139.5678],
[822.4,114.1876],
[822.599,112.2398],
[822.799,116.1662],
[822.999,115.18929999999999],
[823.2,119.0717],
[823.399,114.16940000000001],
[823.599,111.2667],
[823.799,119.9512],
[824,142.99960000000002],
[824.398,116.1239],
[824.599,122.0004],
[824.8,113.21589999999999],
[824.999,116.15090000000001],
[825.199,115.1672],
[825.399,114.19160000000001],
[825.599,111.8909],
[825.8,110.289],
[826.199,111.2618],
[826.399,119.0775],
[826.6,136.63520000000003],
[826.8,107.3602],
[827,109.2881],
[827.2,112.2541],
[827.398,121.00529999999999],
[827.599,111.5841],
[827.999,111.2802],
[828.199,111.26379999999999],
[828.399,112.23379999999999],
[828.599,136.16639999999998],
[828.8,149.3273],
[828.998,111.264],
[829.199,113.2164],
[829.599,115.1678],
[829.799,145.3986],
[829.999,131.33040000000003],
[830.199,111.95439999999999],
[830.4,112.25],
[830.6,139.18929999999997],
[830.8,123.97189999999999],
[831,118.11240000000001],
[831.4,116.148],
[831.598,158.1525],
[831.799,119.0858],
[832,118.3697],
[832.2,115.8662],
[832.399,115.07969999999999],
[832.599,115.7619],
[832.798,139.9678],
[832.999,110.8922],
[833.399,118.1005],
[833.6,121.01960000000001],
[833.8,112.2428],
[833.999,125.90390000000001],
[834.2,112.2624],
[834.399,106.3837],
[834.6,123.6101],
[834.999,111.9473],
[835.2,129.4592],
[835.4,110.81439999999999],
[835.599,111.26389999999999],
[835.799,112.2209],
[835.999,109.32469999999999],
[836.199,135.6634],
[836.4,129.7885],
[836.799,109.9082],
[836.998,146.9479],
[837.199,117.1411],
[837.399,109.9502],
[837.599,111.92280000000001],
[837.799,132.7363],
[838,120.04639999999999],
[838.2,118.08330000000001],
[838.598,113.1869],
[838.799,118.1156],
[838.999,116.6343],
[839.199,118.70490000000001],
[839.4,122.9975],
[839.6,144.1755],
[839.799,112.2397],
[839.999,114.1924],
[840.4,116.17039999999999],
[840.599,144.43110000000001],
[840.8,122.97470000000001],
[841,116.15899999999999],
[841.199,120.81569999999999],
[841.399,116.7668],
[841.599,117.1196],
[841.799,123.6619],
[841.999,126.53020000000001],
[842.4,120.0472],
[842.6,121],
[842.798,116.1214],
[842.999,139.5562],
[843.199,122.0009],
[843.4,121.9963],
[843.6,127.87180000000001],
[843.999,146.3987],
[844.199,146.3928],
[844.399,128.83149999999998],
[844.599,119.0727],
[844.8,129.82399999999998],
[845,116.1437],
[845.2,120.9847],
[845.4,115.1711],
[845.8,116.18140000000001],
[845.999,148.0384],
[846.2,126.54899999999999],
[846.399,115.1676],
[846.599,125.90879999999999],
[846.8,123.9726],
[847,148.3639],
[847.199,116.11630000000001],
[847.6,127.851],
[847.8,122.6813],
[847.999,123.93469999999999],
[848.2,118.7287],
[848.4,120.5971],
[848.6,149.32819999999998],
[848.799,130.7838],
[849,120.98490000000001],
[849.2,143.4724],
[849.6,118.0707],
[849.799,116.1436],
[849.999,119.6123],
[850.2,123.96759999999999],
[850.398,139.3732],
[850.6,121.02250000000001],
[850.8,152.2388],
[851.2,149.3318],
[851.4,117.1002],
[851.598,147.3624],
[851.799,127.8715],
[851.999,129.808],
[852.199,168.5779],
[852.398,117.1207],
[852.599,116.5822],
[853,126.411],
[853.2,116.1443],
[853.399,143.4715],
[853.598,148.36450000000002],
[853.799,138.603],
[853.999,116.1422],
[854.199,116.185],
[854.399,119.22049999999999],
[854.8,147.99300000000002],
[854.999,127.85959999999999],
[855.2,126.8794],
[855.4,117.12],
[855.6,116.1316],
[855.799,145.4119],
[856,137.6159],
[856.2,116.1431],
[856.399,138.9852],
[856.799,118.07950000000001],
[857,146.404],
[857.199,153.5224],
[857.4,117.1411],
[857.6,119.0446],
[857.8,141.5084],
[858,124.9282],
[858.4,129.79309999999998],
[858.6,118.0957],
[858.799,117.119],
[859,144.5505],
[859.199,117.64750000000001],
[859.4,146.57909999999998],
[859.599,121.0034],
[859.8,119.0698],
[860,117.1079],
[860.4,117.12060000000001],
[860.598,148.3718],
[860.799,129.80780000000001],
[860.999,148.9802],
[861.2,147.9028],
[861.399,117.1199],
[861.599,121.1886],
[861.799,112.7728],
[862.199,125.9122],
[862.4,158.1112],
[862.6,115.168],
[862.799,132.7353],
[863,122.9766],
[863.198,127.75919999999999],
[863.398,118.1085],
[863.8,116.68820000000001],
[863.999,116.6452],
[864.199,116.1403],
[864.399,118.1004],
[864.6,133.7306],
[864.8,131.7575],
[864.999,119.0728],
[865.2,119.0706],
[865.599,147.37339999999998],
[865.799,121.0233],
[866,120.7944],
[866.2,148.3394],
[866.399,152.257],
[866.599,115.16279999999999],
[866.799,118.09509999999999],
[867,142.5023],
[867.198,114.21000000000001],
[867.599,123.6569],
[867.8,114.1919],
[867.999,146.90990000000002],
[868.199,144.9718],
[868.4,121.00099999999999],
[868.6,122],
[868.8,147.3752],
[869.198,123.95249999999999],
[869.399,148.3708],
[869.599,121.416],
[869.8,120.0465],
[870,122.0015],
[870.2,120.06559999999999],
[870.4,121.99980000000001],
[870.598,129.8164],
[870.799,188.36849999999998],
[871.2,123.9538],
[871.4,116.1434],
[871.599,118.6084],
[871.798,114.17819999999999],
[871.999,121.9883],
[872.2,114.87989999999999],
[872.399,126.88040000000001],
[872.599,131.7663],
[873,116.7369],
[873.199,116.14389999999999],
[873.399,118.93180000000001],
[873.599,120.62530000000001],
[873.8,125.4518],
[874,150.3228],
[874.199,117.0963],
[874.399,172.4431],
[874.799,116.1241],
[874.999,139.5639],
[875.199,123.9536],
[875.4,119.0719],
[875.6,123.95200000000001],
[875.8,118.21950000000001],
[876,125.9038],
[876.398,115.1638],
[876.599,120.7163],
[876.8,122.9899],
[877,121.02340000000001],
[877.199,118.0781],
[877.4,122.9723],
[877.6,125.78439999999999],
[877.8,116.1137],
[877.999,113.21100000000001],
[878.399,115.8467],
[878.599,115.9347],
[878.799,122.00030000000001],
[879,146.4128],
[879.2,116.1663],
[879.399,120.056],
[879.6,124.91109999999999],
[879.999,114.202],
[880.2,131.58020000000002],
[880.4,143.0976],
[880.599,148.5386],
[880.799,141.7947],
[881,148.0207],
[881.199,120.04299999999999],
[881.4,125.90409999999999],
[881.8,124.92739999999999],
[882,142.4992],
[882.199,146.3994],
[882.399,116.1436],
[882.6,148.37369999999999],
[882.798,144.1576],
[883,118.78909999999999],
[883.199,116.9142],
[883.6,122.9712],
[883.8,140.5621],
[883.999,124.9324],
[884.2,119.0719],
[884.4,118.1027],
[884.599,148.3511],
[884.799,145.41490000000002],
[885,120.0481],
[885.4,124.93650000000001],
[885.598,121.0116],
[885.8,121.0254],
[886,114.9164],
[886.2,122.00070000000001],
[886.399,118.1057],
[886.599,122.97579999999999],
[886.8,137.61409999999998],
[887.2,147.3802],
[887.398,122.9711],
[887.599,142.5041],
[887.799,122.0001],
[888,119.07289999999999],
[888.2,123.97500000000001],
[888.4,123.9344],
[888.6,118.0957],
[888.999,117.11489999999999],
[889.199,121.02459999999999],
[889.4,119.0726],
[889.6,115.1688],
[889.799,129.808],
[890,143.4937],
[890.199,144.4589],
[890.399,127.85119999999999],
[890.599,143.4904],
[891,128.41240000000002],
[891.198,119.07180000000001],
[891.4,117.12740000000001],
[891.599,119.06519999999999],
[891.8,119.072],
[892,157.1367],
[892.2,151.2679],
[892.599,120.99690000000001],
[892.799,122.95150000000001],
[893,123.9329],
[893.2,122.9765],
[893.4,134.4236],
[893.598,122.02499999999999],
[893.8,140.5417],
[893.999,123.934],
[894.399,148.3439],
[894.599,129.7914],
[894.8,114.83],
[894.999,143.4638],
[895.199,117.2525],
[895.399,115.69250000000001],
[895.599,148.35680000000002],
[895.799,118.101],
[896.199,115.9931],
[896.399,125.89970000000001],
[896.599,158.0673],
[896.8,121.0249],
[897,133.7334],
[897.2,116.14389999999999],
[897.399,141.5154],
[897.6,120.0333],
[897.8,116.1437],
[898.2,121.00229999999999],
[898.399,141.4869],
[898.599,153.2046],
[898.799,135.7475],
[899,117.1197],
[899.2,122.974],
[899.4,116.149],
[899.8,119.0844] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>